]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
RISC-V: Update the rebuild-csr-xml.sh.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
2b4e6a3f
TT
12020-06-11 Tom Tromey <tom@tromey.com>
2
3 PR gdb/18318:
4 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
5 floating point tests.
6
2f33032a
KS
72020-06-11 Keith Seitz <keiths@redhat.com>
8
9 PR gdb/21356
10 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
11 vla_struct.
12 Add new struct vla_typedef and union vla_typedef_union and
13 corresponding instantiation objects.
14 Initialize new objects.
15 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
16 and vla_typedef_union_object.
17 Fixup type for vla_struct_object.
18
a8baf0a3
TV
192020-06-11 Tom de Vries <tdevries@suse.de>
20
21 * lib/gdb.exp (with_override): New proc, factored out of ...
22 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
23
7ab96794
TV
242020-06-10 Tom de Vries <tdevries@suse.de>
25
26 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
27
cab5c3b7
SM
282020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
29
30 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
31 parameter, update callers.
32
f8c41851
SM
332020-06-04 Simon Marchi <simon.marchi@efficios.com>
34
35 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
36 * gdb.dwarf2/share-psymtabs-bt.c: New file.
37 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
38
1c07a73f
TV
392020-06-04 Tom de Vries <tdevries@suse.de>
40
41 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
42
95146b5d
TV
432020-06-04 Tom de Vries <tdevries@suse.de>
44
45 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
46 exp_continue.
47
0cfcd4f0
TV
482020-06-04 Tom de Vries <tdevries@suse.de>
49
50 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
51
f9b5d5ea
TV
522020-06-03 Tom de Vries <tdevries@suse.de>
53
54 PR symtab/26046
55 * gdb.cp/breakpoint-locs-2.cc: New test.
56 * gdb.cp/breakpoint-locs.cc: New test.
57 * gdb.cp/breakpoint-locs.exp: New file.
58 * gdb.cp/breakpoint-locs.h: New test.
59
5144dfba
TV
602020-06-03 Tom de Vries <tdevries@suse.de>
61
62 PR testsuite/25609
63 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
64 value of global verbose.
65 * gdb.base/jit-elf.exp: Same.
66 * gdb.base/jit-reader.exp: Same.
67
621eacdf
TV
682020-06-02 Tom de Vries <tdevries@suse.de>
69
70 * gdb.dwarf2/multidictionary.exp: Don't use
71 gdb_spawn_with_cmdline_opts.
72
1313c56e
AB
732020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
76 use_header case.
77 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
78 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
79 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
80 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
81 * gdb.dwarf2/dw2-inline-header.c: New file.
82 * gdb.dwarf2/dw2-inline-header.h: New file.
83
f68f85b5
PA
842020-05-30 Pedro Alves <palves@redhat.com>
85
86 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
87 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
88
678048e8
GB
892020-05-29 Gary Benson <gbenson@redhat.com>
90
91 * gdb.compile/compile-cplus.exp (additional_flags): Also
92 set when building with clang.
93 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
94 when building with clang.
95
9fcafd23
GB
962020-05-29 Gary Benson <gbenson@redhat.com>
97
98 * gdb.arch/i386-avx.exp (additional_flags): Also set when
99 building with clang.
100 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
101
735d5a07
GB
1022020-05-29 Gary Benson <gbenson@redhat.com>
103
104 * gdb.cp/koenig.exp (prepare_for_testing): Add
105 additional_flags=-Wno-unused-comparison.
106 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
107
4ad2c6a0
GB
1082020-05-28 Gary Benson <gbenson@redhat.com>
109
110 * gdb.base/sigaltstack.c (catcher): Add default case to switch
111 statement.
112
09fe663e
GB
1132020-05-28 Gary Benson <gbenson@redhat.com>
114
115 * gdb.cp/classes.exp (prepare_for_testing): Add
116 additional_flags=-Wno-deprecated-register.
117 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
118 * gdb.cp/misc.exp: Likewise.
119
cee00f17
GB
1202020-05-28 Gary Benson <gbenson@redhat.com>
121
122 * gdb.linespec/cpls-ops.cc (dummy): New static global.
123 (test_op_new::operator new): Add return statement.
124 (test_op_new_array::operator new[]): Likewise.
125
636edd00
PA
1262020-05-27 Pedro Alves <palves@redhat.com>
127
128 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
129 check. Use test_gdb_complete_unique instead of
130 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
131 test_gdb_complete_multiple instead of
132 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
133
c2b75043
LM
1342020-05-27 Luis Machado <luis.machado@linaro.org>
135
136 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
137 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
138 * gdb.arch/arm-disassembler-options.exp: Likewise.
139 * gdb.arch/arm-disp-step.exp: Likewise.
140 * gdb.arch/thumb-prologue.exp: Likewise.
141 * gdb.base/async.exp: Likewise.
142 * gdb.base/auxv.exp: Likewise.
143 * gdb.base/complex-parts.exp: Likewise.
144 * gdb.base/ena-dis-br.exp: Likewise.
145 * gdb.base/foll-exec.exp: Likewise.
146 * gdb.base/permissions.exp: Likewise.
147 * gdb.base/relocate.exp: Likewise.
148 * gdb.base/return2.exp: Likewise.
149 * gdb.base/sigbpt.exp: Likewise.
150 * gdb.base/siginfo-obj.exp: Likewise.
151 * gdb.cp/converts.exp: Likewise.
152 * gdb.cp/exceptprint.exp: Likewise.
153 * gdb.cp/inherit.exp: Likewise.
154 * gdb.cp/nsnoimports.exp: Likewise.
155 * gdb.cp/virtbase2.exp: Likewise.
156 * gdb.mi/mi-var-cmd.exp: Likewise.
157 * gdb.mi/var-cmd.c: Likewise.
158
53a47a3e
TT
1592020-05-26 Tom Tromey <tromey@adacore.com>
160
161 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
162
0bc2354b
TT
1632020-05-26 Tom Tromey <tromey@adacore.com>
164
165 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
166 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
167 type.
168 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
169 variable.
170
0db49895
CBG
1712020-05-26 Christian Biesinger <cbiesinger@google.com>
172
173 * Makefile.in: Use = instead of == for the test command
174 for portability.
175
40d22035
TV
1762020-05-26 Tom de Vries <tdevries@suse.de>
177
178 * gdb.base/gold-gdb-index-2.c: New test.
179 * gdb.base/gold-gdb-index.c: New test.
180 * gdb.base/gold-gdb-index.exp: New file.
181 * gdb.base/gold-gdb-index.h: New test.
182
043e2e02
TV
1832020-05-25 Tom de Vries <tdevries@suse.de>
184
185 * boards/gold-gdb-index.exp: New file.
186
462f72c5
SM
1872020-05-25 Simon Marchi <simon.marchi@efficios.com>
188
189 * boards/simavr.exp: New file.
190
6cf66e76
SM
1912020-05-25 Simon Marchi <simon.marchi@efficios.com>
192
193 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
194 * gdb.base/inferior-args.exp: New file.
195 * gdb.base/inferior-args.c: New file.
196
75d04512
SM
1972020-05-25 Simon Marchi <simon.marchi@efficios.com>
198
199 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
200 inferior_args. Pass it to gdb_reload.
201 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
202 inferior_args.
203 (gdb_reload): Add inferior_args argument.
204 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
205 pass it to gdbserver_run.
206 * boards/native-gdbserver.exp: Do not set noargs.
207 * boards/native-extended-gdbserver.exp (gdb_reload): Add
208 inferior_args argument.
209 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
210 * gdb.base/a2-run.exp: Check for use_gdb_stub.
211 * gdb.base/args.exp: Likewise.
212
42cf1844
TV
2132020-05-25 Tom de Vries <tdevries@suse.de>
214
215 * lib/gdb.exp (exec_is_pie): Add comment.
216
8f7d38ef
TV
2172020-05-25 Tom de Vries <tdevries@suse.de>
218
219 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
220 instead of $binfile in the untested message.
221
465e1b0f
TV
2222020-05-25 Tom de Vries <tdevries@suse.de>
223
224 PR testsuite/26031
225 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
226
3c5a0e02
TV
2272020-05-25 Tom de Vries <tdevries@suse.de>
228
229 * boards/gold.exp: New file.
230
0a4f5f8c
TT
2312020-05-23 Tom Tromey <tom@tromey.com>
232
233 * gdb.base/style.exp: Remove completion styling test.
234 * lib/gdb-utils.exp (style): Remove completion styles.
235
eca1f90c
TT
2362020-05-23 Tom Tromey <tom@tromey.com>
237
238 * gdb.base/style.exp: Add completion styling test.
239 * lib/gdb-utils.exp (style): Add completion styles.
240
7c13f4e8
AB
2412020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
242
243 * gdb.base/annota1.exp: Update expected results.
244 * gdb.cp/annota2.exp: Update expected results, remove duplicate
245 test name.
246 * gdb.cp/annota3.exp: Update expected results.
247
41977d16
SM
2482020-05-20 Simon Marchi <simon.marchi@efficios.com>
249
250 PR gdb/26016
251 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
252 against MAP_FAILED.
253 * gdb.base/coremaker.c (mmapdata): Likewise.
254 * gdb.base/jit-reader-host.c (main): Likewise.
255 * gdb.base/sym-file-loader.c (load): Likewise.
256 (load_shlib): Likewise.
257
b4757f2e
TT
2582020-05-20 Tom Tromey <tromey@adacore.com>
259
260 * gdb.ada/array_char_idx.exp: Recognize initialized array.
261
9a0bacfb
TV
2622020-05-20 Tom de Vries <tdevries@suse.de>
263
264 PR symtab/25833
265 * gdb.base/with-mf-inc.c: New test.
266 * gdb.base/with-mf-main.c: New test.
267 * gdb.base/with-mf.exp: New file.
268
76571211
TT
2692020-05-19 Tom Tromey <tromey@adacore.com>
270
271 * gdb.rust/simple.exp: Restore missing test result.
272
4cd9f3d5
TV
2732020-05-19 Tom de Vries <tdevries@suse.de>
274
275 * gdb.base/gdb-caching-proc.exp: Fix typo.
276
7d874253
TT
2772020-05-19 Tom Tromey <tromey@adacore.com>
278
279 * gdb.rust/simple.exp: Add some test descriptions.
280 (test_one_slice): Use with_test_prefix.
281
1d727695
TV
2822020-05-18 Tom de Vries <tdevries@suse.de>
283
284 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
285
7f32a4d5
PA
2862020-05-17 Pedro Alves <palves@redhat.com>
287
288 PR gdb/25741
289 * gdb.base/hw-sw-break-same-address.exp: New file.
290
7cfd74cf
PA
2912020-05-16 Pedro Alves <palves@redhat.com>
292
293 * gdb.multi/multi-re-run.exp (test_re_run): Switch
294 LAST_LOADED_FILE accordingly.
295
57b4f16e
PW
2962020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
297
298 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
299
7c05caf7
PW
3002020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
301
302 * gdb.base/help.exp: Test apropos and help for commands
303 having aliases. Fixed comments not starting with an
304 upper-case letter or not finishing with a dot.
305
7aa1b46f
PW
3062020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
307
3b3aaacb
PW
308 * gdb.base/alias.exp: Update help output check.
309
57b4f16e 3102020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 311
7aa1b46f
PW
312 * gdb.base/default.exp: Update output following fixes.
313
0605465f
PW
3142020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
315
316 * gdb.base/alias.exp: Test aliases starting with a prefix of
317 another alias.
318
86e4e63d
GB
3192020-05-15 Gary Benson <gbenson@redhat.com>
320
321 * gdb.base/info-os.c (main): Add return statement.
322 * gdb.base/info_minsym.c (minsym_fun): Likewise.
323 * gdb.base/large-frame-2.c (func): Likewise.
324 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
325 * gdb.base/pr10179-b.c (foo2): Likewise.
326 * gdb.base/valgrind-disp-step.c (foo): Likewise.
327 * gdb.base/watch-cond.c (func): Likewise.
328 * gdb.multi/goodbye.c (verylongfun): Likewise.
329 * gdb.multi/hello.c (commonfun): Likewise.
330 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
331 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
332 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
333 Likewise.
334 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
335 * gdb.threads/interrupt-while-step-over.c (child_function):
336 Likewise.
337 * gdb.trace/actions-changed.c (end): Likewise.
338
163df4df
GB
3392020-05-15 Gary Benson <gbenson@redhat.com>
340
341 * gdb.opencl/callfuncs.exp: Report when test skipped.
342 * gdb.opencl/convs_casts.exp: Likewise.
343 * gdb.opencl/datatypes.exp: Likewise.
344 * gdb.opencl/operators.exp: Likewise.
345 * gdb.opencl/vec_comps.exp: Likewise.
346
6dbc505a
TV
3472020-05-15 Tom de Vries <tdevries@suse.de>
348
349 * gdb.base/align.exp.in: Rename to ...
350 * gdb.base/align.exp.tcl: ... this.
351 * gdb.base/align-c++.exp: Update.
352 * gdb.base/align-c.exp: Update.
353 * gdb.base/all-architectures.exp.in: Rename to ...
354 * gdb.base/all-architectures.exp: ... this.
355 * gdb.base/all-architectures-0.exp: Update.
356 * gdb.base/all-architectures-1.exp: Update.
357 * gdb.base/all-architectures-2.exp: Update.
358 * gdb.base/all-architectures-3.exp: Update.
359 * gdb.base/all-architectures-4.exp: Update.
360 * gdb.base/all-architectures-5.exp: Update.
361 * gdb.base/all-architectures-6.exp: Update.
362 * gdb.base/all-architectures-7.exp: Update.
363 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
364 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
365 * gdb.base/infcall-nested-structs-c++.exp: Update.
366 * gdb.base/infcall-nested-structs-c.exp: Update.
367 * gdb.base/info-types.exp.in: Rename to ...
368 * gdb.base/info-types.exp.tcl: ... this.
369 * gdb.base/info-types-c++.exp: Update.
370 * gdb.base/info-types-c.exp: Update.
371 * gdb.base/max-depth.exp.in: Rename to ...
372 * gdb.base/max-depth.exp.tcl: ... this.
373 * gdb.base/max-depth-c++.exp: Update.
374 * gdb.base/max-depth-c.exp: Update.
375 * gdb.cp/cpexprs.exp.in: Rename to ...
376 * gdb.cp/cpexprs.exp.tcl: ... this.
377 * gdb.cp/cpexprs-debug-types.exp: Update.
378 * gdb.cp/cpexprs.exp: Update.
379 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
380 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
381 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
382 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
383 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
384 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
385 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
386 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
387 * gdb.dwarf2/clang-debug-names-2.exp: Update.
388 * gdb.dwarf2/clang-debug-names.exp: Update.
389
d1034d78
AB
3902020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
391
392 * lib/check-test-names.exp: Remove code that prevents this file
393 loading when tests are run in parallel.
394
3c5c3649
PA
3952020-05-15 Pedro Alves <palves@redhat.com>
396
397 * gdb.multi/multi-kill.exp (start_inferior): Remove
398 'testpid' parameter. Refer to namespace variable directly.
399 (testpid): Declare as namespace variable.
400
272c36b8
PA
4012020-05-15 Pedro Alves <palves@redhat.com>
402
403 * gdb.multi/multi-kill.exp: Wrap in namespace.
404 (start_inferior): Add TESTPID parameter. Use it instead of the
405 testpid global.
406 (top level): Define empty TESTPID array, and pass it down to
407 start_inferior.
408
02eba61a
TV
4092020-05-14 Tom de Vries <tdevries@suse.de>
410
411 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
412 output.
413
971a3747
TV
4142020-05-14 Tom de Vries <tdevries@suse.de>
415
416 * gdb.base/align.exp: Split into ...
417 * gdb.base/align.exp.in: ...
418 * gdb.base/align-c++.exp: ...
419 * gdb.base/align-c.exp: ... these.
420 * gdb.base/infcall-nested-structs.exp: Split into ...
421 * gdb.base/infcall-nested-structs.exp.in: ...
422 * gdb.base/infcall-nested-structs-c++.exp: ...
423 * gdb.base/infcall-nested-structs-c.exp: ... these.
424 * gdb.base/info-types.exp: Split into ...
425 * gdb.base/info-types.exp.in: ...
426 * gdb.base/info-types-c++.exp: ...
427 * gdb.base/info-types-c.exp: ... these.
428 * gdb.base/max-depth.exp: Split into ...
429 * gdb.base/max-depth.exp.in: ...
430 * gdb.base/max-depth-c++.exp: ...
431 * gdb.base/max-depth-c.exp: ... these.
432 * gdb.cp/infcall-nodebug.exp: Split into ...
433 * gdb.cp/infcall-nodebug.exp.in: ...
434 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
435 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
436 * gdb.cp/infcall-nodebug-c-d0.exp: ...
437 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
438
a05575d3
TBA
4392020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
440 Pedro Alves <palves@redhat.com>
441
442 * gdb.multi/multi-exit.c: New file.
443 * gdb.multi/multi-exit.exp: New file.
444 * gdb.multi/multi-kill.c: New file.
445 * gdb.multi/multi-kill.exp: New file.
446
6ad82919
TBA
4472020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
448
449 * gdb.base/annota1.exp: Update the expected output.
450 * gdb.cp/annota2.exp: Ditto.
451
843f4d93
AB
4522020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
453
454 * lib/check-test-names.exp: Disable when testing is being run in
455 parallel.
456
c7c66341
TV
4572020-05-12 Tom de Vries <tdevries@suse.de>
458
459 * gdb.base/jit-elf.exp: Fix string concat.
460
1b59ca1c
TV
4612020-05-12 Tom de Vries <tdevries@suse.de>
462
463 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
464 messages.
465
b4991d29
TV
4662020-05-12 Tom de Vries <tdevries@suse.de>
467
468 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
469
dbb0ab10
TV
4702020-05-12 Tom de Vries <tdevries@suse.de>
471
472 * gdb.ada/catch_ex.exp: Use with_test_prefix.
473 * gdb.ada/mi_catch_ex.exp: Same.
474 * gdb.ada/mi_catch_ex_hand.exp: Same.
475
7549fed8
TV
4762020-05-12 Tom de Vries <tdevries@suse.de>
477
478 * gdb.fortran/complex.exp: Use with_test_prefix.
479
af2d5cd8
TV
4802020-05-12 Tom de Vries <tdevries@suse.de>
481
482 * gdb.trace/passcount.exp: Fix test-names.
483
7c121311
TV
4842020-05-12 Tom de Vries <tdevries@suse.de>
485
486 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
487
c9f3b40e
TV
4882020-05-12 Tom de Vries <tdevries@suse.de>
489
490 * gdb.gdb/complaints.exp: Use with_test_prefix.
491 * gdb.xml/tdesc-regs.exp: Same.
492 * gdb.opt/inline-locals.exp: Fix test name.
493
111b33f0
TV
4942020-05-12 Tom de Vries <tdevries@suse.de>
495
496 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
497 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
498 * gdb.dwarf2/implref-struct.exp: Same.
499 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
500 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
501
ebf47080
SM
5022020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
503
504 * gdb.base/jit-so.exp (one_jit_test): Change test name.
505
d30dcd12
AB
5062020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
507
508 * lib/check-test-names.exp (all_test_names): New module variable.
509 (counts): Add 'duplicates' field.
510 (_check_duplicates): New procedure.
511 (check): Also check for duplicates.
512 (do_log_summary): Print duplicates count.
513 (do_reset_vars): Reset counter for duplicate test names, and
514 discard all know test names.
515
34584c09
AB
5162020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
517
518 * lib/gdb.exp: Include check-test-names.exp library.
519 * lib/check-test-names.exp: New file.
520
e0002117
TV
5212020-05-11 Tom de Vries <tdevries@suse.de>
522
523 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
524
53f539a3
KS
5252020-05-11 Keith Seitz <keiths@redhat.com>
526
527 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
528
113ee09a
TV
5292020-05-11 Tom de Vries <tdevries@suse.de>
530
531 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
532 * gdb.cp/cpexprs.exp.in: .. here.
533 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
534 cpexprs.exp.
535
ba3e70b0
KS
5362020-05-11 Keith Seitz <keiths@redhat.com>
537
538 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
539 test names.
540 * gdb.ada/arrayptr.exp: Likewise.
541 * gdb.ada/assign_arr.exp: Likewise.
542 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
543 * gdb.ada/bp_on_var.exp: Likewise.
544 * gdb.ada/call_pn.exp: Likewise.
545 * gdb.ada/complete.exp: Likewise.
546 * gdb.ada/fun_overload_menu.exp: Likewise.
547 * gdb.ada/funcall_param.exp: Likewise.
548 * gdb.ada/funcall_ref.exp: Likewise.
549 * gdb.ada/packed_array_assign.exp: Likewise.
550 * gdb.ada/same_component_name.exp: Likewise.
551 * gdb.ada/type_coercion.exp: Likewise.
552 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
553 * gdb.ada/variant_record_packed_array.exp: Likewise.
554
3ee6bb11
TV
5552020-05-11 Tom de Vries <tdevries@suse.de>
556
557 PR symtab/25941
558 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
559 out of ...
560 * gdb.dwarf2/clang-debug-names.exp: ... here.
561 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
562 clang-debug-names.exp.in.
563 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
564 * gdb.dwarf2/clang-debug-names-2.c: New test.
565
86cd6bc8
AKS
5662020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
567
568 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
569 (fortran_runto_main): New Proc, fortran version of runto_main.
570 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
571 * gdb.fortran/array-bounds.exp: Likewise.
572 * gdb.fortran/array-slices.exp: Likewise.
573 * gdb.fortran/block-data.exp: Likewise.
574 * gdb.fortran/charset.exp: Likewise.
575 * gdb.fortran/common-block.exp: Likewise.
576 * gdb.fortran/complex.exp: Likewise.
577 * gdb.fortran/derived-type-function.exp: Likewise.
578 * gdb.fortran/derived-type.exp: Likewise.
579 * gdb.fortran/info-modules.exp: Likewise.
580 * gdb.fortran/info-types.exp: Likewise.
581 * gdb.fortran/intrinsics.exp: Likewise.
582 * gdb.fortran/library-module.exp: Likewise.
583 * gdb.fortran/logical.exp: Likewise.
584 * gdb.fortran/max-depth.exp: Likewise.
585 * gdb.fortran/module.exp: Likewise.
586 * gdb.fortran/multi-dim.exp: Likewise.
587 * gdb.fortran/nested-funcs.exp: Likewise.
588 * gdb.fortran/print-formatted.exp: Likewise.
589 * gdb.fortran/print_type.exp: Likewise.
590 * gdb.fortran/printing-types.exp: Likewise.
591 * gdb.fortran/ptr-indentation.exp: Likewise.
592 * gdb.fortran/ptype-on-functions.exp: Likewise.
593 * gdb.fortran/subarray.exp: Likewise.
594 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
595 * gdb.fortran/vla-datatypes.exp: Likewise.
596 * gdb.fortran/vla-history.exp: Likewise.
597 * gdb.fortran/vla-ptr-info.exp: Likewise.
598 * gdb.fortran/vla-ptype-sub.exp: Likewise.
599 * gdb.fortran/vla-ptype.exp: Likewise.
600 * gdb.fortran/vla-sizeof.exp: Likewise.
601 * gdb.fortran/vla-type.exp: Likewise.
602 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
603 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
604 * gdb.fortran/vla-value-sub.exp: Likewise.
605 * gdb.fortran/vla-value.exp: Likewise.
606 * gdb.fortran/whatis_type.exp: Likewise.
607 * gdb.mi/mi-var-child-f.exp: Likewise.
608
6dc55ce9 6092020-05-09 Tom de Vries <tdevries@suse.de>
610
611 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
612
283cb58c
TV
6132020-05-08 Tom de Vries <tdevries@suse.de>
614
615 * gdb.dwarf2/clang-debug-names.c: New test.
616 * gdb.dwarf2/clang-debug-names.exp: New file.
617
ac4a4f1c
SM
6182020-05-06 Simon Marchi <simon.marchi@efficios.com>
619
620 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
621 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
622
24fe640b
TV
6232020-05-06 Tom de Vries <tdevries@suse.de>
624
625 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
626 breakpoint is at a "recommended breakpoint location".
627 * gdb.reverse/consecutive-reverse.exp: Same.
628
0d8683a3
TV
6292020-05-06 Tom de Vries <tdevries@suse.de>
630
631 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
632 address.
633
b8983c46
TV
6342020-05-06 Tom de Vries <tdevries@suse.de>
635
636 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
637
abf6d805
TV
6382020-05-06 Tom de Vries <tdevries@suse.de>
639
640 * gdb.base/store.exp (check_set, up_set): Allowing missing location
641 info for r.
642
0fc2a808
TV
6432020-05-06 Tom de Vries <tdevries@suse.de>
644
645 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
646 necessary.
647
873dd427
TV
6482020-05-06 Tom de Vries <tdevries@suse.de>
649
650 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
651 void.
652
7c99e7e2
TV
6532020-05-06 Tom de Vries <tdevries@suse.de>
654
655 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
656 of ...
657 * gdb.base/async.exp: ... here.
658 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
659 "recommended breakpoint location".
660
6173d6a6
TV
6612020-05-06 Tom de Vries <tdevries@suse.de>
662
663 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
664
6015a067
TV
6652020-05-04 Tom de Vries <tdevries@suse.de>
666
667 * gdb.base/async.exp: Check whether instruction addresses are a
668 "recommended breakpoint location".
669
3b6acaee
TT
6702020-05-03 Tom Tromey <tom@tromey.com>
671
672 * gdb.base/sepdebug.exp: Remove "catch" test.
673 * gdb.base/break.exp: Remove "catch" test.
674 * gdb.base/default.exp: Update expected output.
675
5beb4d17
TV
6762020-05-02 Tom de Vries <tdevries@suse.de>
677
678 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
679 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
680 * gdb.arch/i386-mpx-map.exp: Same.
681 * gdb.arch/i386-mpx-sigsegv.exp: Same.
682 * gdb.arch/i386-mpx-simple_segv.exp: Same.
683 * gdb.arch/i386-mpx.exp: Same.
684
8caf140d
TV
6852020-05-02 Tom de Vries <tdevries@suse.de>
686
687 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
688
693196cb
TV
6892020-05-01 Tom de Vries <tdevries@suse.de>
690
691 * gdb.ada/operator_bp.exp: Allow more than required amount of
692 breakpoint.
693
53ae0aa9
TV
6942020-05-01 Tom de Vries <tdevries@suse.de>
695
696 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
697
ee9d1e5f
HD
6982020-04-30 Hannes Domani <ssbssa@yahoo.de>
699
700 PR gdb/18706
701 * gdb.cp/stub-array-size.cc: New test.
702 * gdb.cp/stub-array-size.exp: New file.
703 * gdb.cp/stub-array-size.h: New test.
704 * gdb.cp/stub-array-size2.cc: New test.
705
d5cf82c0
HD
7062020-04-30 Hannes Domani <ssbssa@yahoo.de>
707
708 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
709 output to the new format.
710
42e165c3
SM
7112020-04-29 Simon Marchi <simon.marchi@efficios.com>
712
713 * gdb.base/break.exp: Use with_test_prefix.
714
6e4e3fe1
TV
7152020-04-29 Tom de Vries <tdevries@suse.de>
716
717 * lib/gdb.exp (debug_types): New proc.
718 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
719 * gdb.python/py-symtab.exp: Same.
720
d642b692
HD
7212020-04-29 Hannes Domani <ssbssa@yahoo.de>
722
723 PR gdb/17320
724 * gdb.base/pretty-array.c: New test.
725 * gdb.base/pretty-array.exp: New file.
726
ea90f227
TV
7272020-04-29 Tom de Vries <tdevries@suse.de>
728
729 PR symtab/25889
730 * gdb.cp/cpexprs.exp: Adapt for inclusion.
731 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
732 and include cpexprs.exp.
733
a65189c9
TV
7342020-04-28 Mark Williams <mark@myosotissp.com>
735
736 PR gdb/24480
737 * dw4-toplevel-types.exp: Test for top level types.
738 * dw4-toplevel-types.cc: Test for top level types.
739
32d1f47a
TBA
7402020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
741
742 * gdb.threads/stop-with-handle.exp: Fix typo in comment
743 (theads -> threads).
744
56a4f5a1
TV
7452020-04-28 Tom de Vries <tdevries@suse.de>
746
747 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
748
0b2f8a3b
TV
7492020-04-28 Tom de Vries <tdevries@suse.de>
750
751 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
752
5390c717
TV
7532020-04-28 Tom de Vries <tdevries@suse.de>
754
755 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
756
15cd93d0
TV
7572020-04-28 Tom de Vries <tdevries@suse.de>
758
759 * gdb.dwarf2/main-foo.c: New test.
760 * gdb.dwarf2/struct-with-sig.exp: New file.
761
d472f0fb
TV
7622020-04-25 Tom de Vries <tdevries@suse.de>
763
764 * boards/debug-types.exp: New file.
765
8d840e05
AB
7662020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
767
768 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
769
bcfe6157
TT
7702020-04-24 Tom Tromey <tom@tromey.com>
771
772 PR symtab/12707:
773 * gdb.python/py-symbol.exp: Update expected results for
774 linkage_name test.
775 * gdb.cp/print-demangle.exp: New file.
776 * gdb.base/c-linkage-name.exp: Fix test.
777 * gdb.guile/scm-symbol.exp: Update expected results for
778 linkage_name test.
779
f049a313
TT
7802020-04-24 Tom Tromey <tom@tromey.com>
781
782 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
783 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
784 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
785 assembler.
786
7cf28874
TV
7872020-04-24 Tom de Vries <tdevries@suse.de>
788
789 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
790 C++.
791
dac2fef7
TT
7922020-04-24 Tom Tromey <tromey@adacore.com>
793
794 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
795 values.
796 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
797 values. Update test for minimal encodings.
798 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
799 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
800 values. Update test for minimal encodings.
801
1acda803
TT
8022020-04-24 Tom Tromey <tromey@adacore.com>
803
804 PR python/23662:
805 * gdb.ada/variant.exp: Add Python checks.
806 * gdb.rust/simple.exp: Add dynamic type checks.
807
adfb9815
TT
8082020-04-24 Tom Tromey <tromey@adacore.com>
809
810 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
811 Make array type matching more lax.
812 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
813 * gdb.ada/mi_variant.exp: New file.
814 * gdb.ada/mi_variant/pck.ads: New file.
815 * gdb.ada/mi_variant/pkg.adb: New file.
816 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
817 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
818
7d79de9a
TT
8192020-04-24 Tom Tromey <tromey@adacore.com>
820
821 * gdb.ada/variant.exp: Add dynamic field offset tests.
822 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
823 * gdb.ada/variant/pkg.adb: Add new variables.
824
f8e89861
TT
8252020-04-24 Tom Tromey <tromey@adacore.com>
826
827 * gdb.ada/variant.exp: New file
828 * gdb.ada/variant/pkg.adb: New file
829 * gdb.ada/variant/pck.adb: New file
830
86e887ae
TV
8312020-04-24 Tom de Vries <tdevries@suse.de>
832
833 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
834
88428775
TV
8352020-04-24 Tom de Vries <tdevries@suse.de>
836
837 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
838 flags.
839
4e86f6e7
TV
8402020-04-24 Tom de Vries <tdevries@suse.de>
841
842 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
843
2016d3e6
TV
8442020-04-24 Tom de Vries <tdevries@suse.de>
845
846 * lib/gdb.exp (default_gdb_start): Handle eof.
847 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
848 failure.
849 * gdb.base/readnever.exp: Handle clean_restart failure.
850
70bc38f5
TV
8512020-04-23 Tom de Vries <tdevries@suse.de>
852
853 * gdb.base/decl-before-def.exp: Run to main and print a again.
854
de82891c
TV
8552020-04-23 Tom de Vries <tdevries@suse.de>
856
857 * gdb.base/decl-before-def-decl.c: New test.
858 * gdb.base/decl-before-def-def.c: New test.
859 * gdb.base/decl-before-def.exp: New file.
860
96038148
TV
8612020-04-23 Tom de Vries <tdevries@suse.de>
862
863 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
864
54ac3df1
TV
8652020-04-22 Tom de Vries <tdevries@suse.de>
866
867 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
868 debug_info_offset.
869 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
870 before $objsfile in the line line.
871
714534e1
TV
8722020-04-22 Tom de Vries <tdevries@suse.de>
873
874 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
875
16a7dbf4
MS
8762020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
877
878 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
879 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
880 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
881 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
882 * gdb.base/jit-protocol.h: Update definitions to match all usage
883 contexts.
884
8852020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
886
887 * gdb.base: Rename all jit related test and source files.
888
8892020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
890
891 * gdb.base/jit-reader.exp: Relax register output check.
892
317d2668
TV
8932020-04-22 Tom de Vries <tdevries@suse.de>
894
895 PR symtab/25764
896 * gdb.base/psym-external-decl-2.c: New test.
897 * gdb.base/psym-external-decl.c: New test.
898 * gdb.base/psym-external-decl.exp: New file.
899 * gdb.threads/tls.exp: Add PR25807 kfail.
900
eea9e357
TV
9012020-04-22 Tom de Vries <tdevries@suse.de>
902
903 PR symtab/25801
904 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
905 in "info source" output.
906
3d5afab3
TV
9072020-04-22 Tom de Vries <tdevries@suse.de>
908
909 PR symtab/25700
910 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
911 symtab for imported_unit.c.
912
b32102f6
GB
9132020-04-21 Gary Benson <gbenson@redhat.com>
914
915 * gdb.base/advance.c (func): New argument, to match call site.
916 (func2, func3): Add return statements.
917
d43b7a2d
TBA
9182020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
919
920 * gdb.multi/run-only-second-inf.c: New file.
921 * gdb.multi/run-only-second-inf.exp: New file.
922
d89edf9b
MM
9232020-04-21 Markus Metzger <markus.t.metzger@intel.com>
924
925 * gdb.btrace/multi-inferior.c: New test.
926 * gdb.btrace/multi-inferior.exp: New file.
927
1a476b6d
MM
9282020-04-21 Markus Metzger <markus.t.metzger@intel.com>
929
930 * gdb.btrace/enable-new-thread.c: New test.
931 * gdb.btrace/enable-new-thread.exp: New file.
932
4778a5f8
TV
9332020-04-21 Tom de Vries <tdevries@suse.de>
934
935 PR gdb/25471
936 * gdb.threads/killed-outside.c: New test.
937 * gdb.threads/killed-outside.exp: New file.
938
9b2c992c
GB
9392020-04-20 Gary Benson <gbenson@redhat.com>
940
941 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
942 * gdb.base/nested-subp2.exp: Likewise.
943 * gdb.base/nested-subp3.exp: Likewise.
944
b5d1d6f7
GB
9452020-04-20 Gary Benson <gbenson@redhat.com>
946
947 * gdb.base/nested-subp1.exp: Disable test when using clang.
948 * gdb.base/nested-subp2.exp: Likewise.
949 * gdb.base/nested-subp3.exp: Likewise.
950
25230285
GB
9512020-04-20 Gary Benson <gbenson@redhat.com>
952
953 * gdb.cp/exception.cc: Fix compilation error with clang.
954
fa93cc8f
GB
9552020-04-20 Gary Benson <gbenson@redhat.com>
956
809730f3 957 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 958
e0c45f30
GB
9592020-04-20 Gary Benson <gbenson@redhat.com>
960
961 * gdb.base/jit-main.c: Fix compilation error with clang.
962
4ddfec93
KR
9632020-04-17 Kamil Rytarowski <n54@gmx.com>
964
965 * gdb.base/attach-twice.c: Include "sys/types.h".
966 (PTRACE_ATTACH): Add fallback definition.
967 (main): Pass `0' to the 4th argument of `ptrace'.
968
2bed205e
KR
9692020-04-17 Kamil Rytarowski <n54@gmx.com>
970
971 * gdb.base/fork-running-state.c: Include "signal.h".
972
0743fc83
TT
9732020-04-17 Tom Tromey <tromey@adacore.com>
974
975 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
976 Update tests.
977 * gdb.btrace/cpu.exp: Update tests.
978 * gdb.base/maint.exp: Update tests.
979 * gdb.base/default.exp: Update tests.
980 * gdb.base/completion.exp: Update tests.
981
efba5c23
TV
9822020-04-16 Tom de Vries <tdevries@suse.de>
983
984 PR symtab/25791
985 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
986 (ensure_gdb_index): and factor out and move ...
987 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
988 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
989
d191d716
TV
9902020-04-16 Tom de Vries <tdevries@suse.de>
991
992 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
993 loading exec.
994
99f1bc6a
AB
9952020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
996
997 * gdb.base/many-completions.exp: New file.
998
194d088f
TV
9992020-04-14 Tom de Vries <tdevries@suse.de>
1000
1001 PR symtab/25718
1002 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1003
c1a66c06
TV
10042020-04-14 Tom de Vries <tdevries@suse.de>
1005
1006 PR symtab/25720
1007 * gdb.base/maint-expand-symbols-header-file.c: New test.
1008 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1009 * gdb.base/maint-expand-symbols-header-file.h: New test.
1010
21b0982c
AB
10112020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1012
1013 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1014 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1015 get_func_info.
1016 (get_func_info): Delete.
1017 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1018 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1019 * lib/dwarf.exp (get_func_info): New function.
1020
dd1cab06
TV
10212020-04-13 Tom de Vries <tdevries@suse.de>
1022
1023 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1024 to what find_gnatmake does.
1025
71ea2b6b
TV
10262020-04-10 Tom de Vries <tdevries@suse.de>
1027
1028 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1029 -readnow.
1030
bdfc1e8a
TV
10312020-04-10 Tom de Vries <tdevries@suse.de>
1032
1033 PR cli/25808
1034 * gdb.base/style.c: Add leading newlines.
1035 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1036 Check listing of main's one-line body.
1037
14ca8ecf
TV
10382020-04-08 Tom de Vries <tdevries@suse.de>
1039
1040 * lib/gdb.exp (psymtabs_p): New proc.
1041 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1042 importing unit" unsupported if there are no partial symbols.
1043
e21d048f
TV
10442020-04-08 Tom de Vries <tdevries@suse.de>
1045
1046 PR testsuite/25760
1047 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1048
25c11aca
TV
10492020-04-07 Tom de Vries <tdevries@suse.de>
1050
1051 PR symtab/25796
1052 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1053
5707e24b
TV
10542020-04-07 Tom de Vries <tdevries@suse.de>
1055
1056 * gdb.base/check-psymtab.c: New test.
1057 * gdb.base/check-psymtab.exp: New file.
1058
6ee448cc
TT
10592020-04-06 Tom Tromey <tromey@adacore.com>
1060
1061 * gdb.ada/variant-record/proc.adb: New file.
1062 * gdb.ada/variant-record/value.adb: New file.
1063 * gdb.ada/variant-record/value.s: New file.
1064 * gdb.ada/variant-record.exp: New file.
1065
9e7c9a03
HD
10662020-04-03 Hannes Domani <ssbssa@yahoo.de>
1067
1068 PR gdb/25325
1069 * gdb.cp/typed-enum.cc: New test.
1070 * gdb.cp/typed-enum.exp: New file.
1071
c90d28ac
AB
10722020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1075 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1076 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1077 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1078 * gdb.opt/inline-small-func.c: New file.
1079 * gdb.opt/inline-small-func.exp: New file.
1080 * gdb.opt/inline-small-func.h: New file.
1081
34e9a9fa
AB
10822020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1083
1084 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1085 function.
1086
6a354911
AB
10872020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1088
1089 * lib/dwarf.exp (function_range): Allow compiler options to be
1090 specified.
1091
880d9777
TV
10922020-04-02 Tom de Vries <tdevries@suse.de>
1093
1094 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1095 __attribute__((always_inline)).
1096 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1097
f32682ea
TV
10982020-04-02 Tom de Vries <tdevries@suse.de>
1099
1100 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1101 (gdbserver_gdb_exit): ... here. Add timeout warning.
1102 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1103 (connect_target_extended_remote): Append new server_spawn_id to
1104 server_spawn_ids.
1105 (cleanup): New proc.
1106 (setup, <toplevel>): Call cleanup.
1107
d3214198
TV
11082020-04-02 Tom de Vries <tdevries@suse.de>
1109
1110 * gdb.base/main-psymtab.exp: New file.
1111
cc77ed24
TV
11122020-04-02 Tom de Vries <tdevries@suse.de>
1113
1114 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1115
3638a098
TT
11162020-04-01 Tom Tromey <tom@tromey.com>
1117
1118 * gdb.base/complex-parts.exp: Add type tests.
1119
c34e8714
TT
11202020-04-01 Tom Tromey <tom@tromey.com>
1121
1122 * gdb.base/complex-parts.exp: Add arithmetic tests.
1123
981c08ce
TT
11242020-04-01 Tom Tromey <tom@tromey.com>
1125
1126 * gdb.compile/compile.exp: Update.
1127 * gdb.compile/compile-cplus.exp: Update.
1128 * gdb.base/varargs.exp: Update.
1129 * gdb.base/floatn.exp: Update.
1130 * gdb.base/endianity.exp: Update.
1131 * gdb.base/callfuncs.exp (do_function_calls): Update.
1132 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1133 (complex_float_integral_args): Update.
1134 * gdb.base/complex.exp: Update.
1135 * gdb.base/complex-parts.exp: Update.
1136
3d1cfd43
TT
11372020-04-01 Tom Tromey <tromey@adacore.com>
1138
1139 * gdb.rust/union.rs: New file.
1140 * gdb.rust/union.exp: New file.
1141 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1142 (main): Update.
1143 * gdb.rust/simple.exp: Move union tests to union.exp.
1144
e033dfa9
TT
11452020-04-01 Tom Tromey <tromey@adacore.com>
1146
1147 * gdb.rust/simple.rs (main): Remove "y0".
1148
53cccef1
TBA
11492020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1150
1151 * gdb.multi/stop-all-on-exit.c: New test.
1152 * gdb.multi/stop-all-on-exit.exp: New file.
1153
60e22c1e
HD
11542020-04-01 Hannes Domani <ssbssa@yahoo.de>
1155
1156 PR gdb/24789
1157 * gdb.cp/misc.cc: Add integer reference variable.
1158 * gdb.cp/misc.exp: Add test.
1159
e139a727
TBA
11602020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1161
1162 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1163 scenario to cover execution until the end and also the case
1164
16b0db75
TV
11652020-03-31 Tom de Vries <tdevries@suse.de>
1166
1167 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1168 c. Use "maint info symtabs" to check symtab expansion.
1169
c0502da6
TV
11702020-03-30 Tom de Vries <tdevries@suse.de>
1171
1172 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1173 unsupported.
1174 (verify_psymtab_expanded): Move ...
1175 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1176 test.
1177 (readnow): New proc.
1178
5935fd15
AB
11792020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1180
1181 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1182 with $hex.
1183
1773be9e
TT
11842020-03-20 Tom Tromey <tromey@adacore.com>
1185
1186 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1187
70304be9
TT
11882020-03-20 Tom Tromey <tromey@adacore.com>
1189
1190 * gdb.ada/sub_variant/subv.adb: New file.
1191 * gdb.ada/sub_variant.exp: New file.
1192
0dd7b8f7
TV
11932020-03-20 Tom de Vries <tdevries@suse.de>
1194
1195 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1196 first break fails.
1197 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1198
cada5fc9
AB
11992020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1200
1201 * gdb.server/exit-multiple-threads.c: New file.
1202 * gdb.server/exit-multiple-threads.exp: New file.
1203
6b8c53f2
AB
12042020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1205
1206 * gdb.fortran/mixed-lang-stack.c: New file.
1207 * gdb.fortran/mixed-lang-stack.cpp: New file.
1208 * gdb.fortran/mixed-lang-stack.exp: New file.
1209 * gdb.fortran/mixed-lang-stack.f90: New file.
1210
19a2740f
AB
12112020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1212
1213 * gdb.linespec/cp-completion-aliases.cc: New file.
1214 * gdb.linespec/cp-completion-aliases.exp: New file.
1215
d8c8b848
TV
12162020-03-19 Tom de Vries <tdevries@suse.de>
1217
1218 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1219 more precise.
1220
a9933ccf
TV
12212020-03-18 Tom de Vries <tdevries@suse.de>
1222
1223 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1224 * gdb.dwarf2/break-inline-psymtab.c: New test.
1225 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1226
2f89101f
TV
12272020-03-16 Tom de Vries <tdevries@suse.de>
1228
1229 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1230 cache_verify and cache_verify_proc.
1231
6b9374f1
TV
12322020-03-15 Tom de Vries <tdevries@suse.de>
1233
1234 * gdb.server/solib-list.exp: Handle
1235 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1236
eaeaf44c
TV
12372020-03-15 Tom de Vries <tdevries@suse.de>
1238
1239 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1240 objfiles".
1241
3293bbaf
TT
12422020-03-14 Tom Tromey <tom@tromey.com>
1243
1244 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1245
ab44624c
TV
12462020-03-14 Tom de Vries <tdevries@suse.de>
1247
1248 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1249
54c43825
TV
12502020-03-14 Tom de Vries <tdevries@suse.de>
1251
1252 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1253 result in line-by-line fashion.
1254
2ac70237
TV
12552020-03-14 Tom de Vries <tdevries@suse.de>
1256
1257 * lib/gdb.exp (supports_statement_frontiers): New proc.
1258 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1259
09546b56
TV
12602020-03-14 Tom de Vries <tdevries@suse.de>
1261
1262 * gdb.base/printcmds.exp: Add missing quoting for "print
1263 teststring2".
1264
a1f6a07c
TT
12652020-03-13 Tom Tromey <tom@tromey.com>
1266
1267 * gdb.base/printcmds.exp (test_print_strings): Add regression
1268 test.
1269 * gdb.base/printcmds.c (charptr): New typedef.
1270 (teststring2): New global.
1271
1b83d09c
AB
12722020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1273
1274 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1275 full path in the test name.
1276 (test_ld): Add some with_test_prefix blocks to make test names
1277 unique.
1278
2d61316c
TV
12792020-03-13 Tom de Vries <tdevries@suse.de>
1280
1281 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1282
2e9145ac
TV
12832020-03-13 Tom de Vries <tdevries@suse.de>
1284
1285 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1286
96c7f873
TV
12872020-03-13 Tom de Vries <tdevries@suse.de>
1288
1289 PR symtab/25646
1290 * gdb.dwarf2/imported-unit.exp: Add test.
1291
49ba92c0
TV
12922020-03-13 Tom de Vries <tdevries@suse.de>
1293
1294 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1295 (var1, var2): New variable.
1296 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1297 matching symbols.
1298
301b21e0
TV
12992020-03-13 Tom de Vries <tdevries@suse.de>
1300
1301 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1302 (Term::command): Use prompt prefix.
1303 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1304 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1305 command_no_prompt_prefix instead of prefix.
1306 * gdb.tui/tui-layout-asm.exp: Same.
1307
3f512721
SM
13082020-03-12 Simon Marchi <simon.marchi@efficios.com>
1309
1310 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1311
40310f30
SM
13122020-03-12 Simon Marchi <simon.marchi@efficios.com>
1313
1314 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1315 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1316 on" while stepping over the test instruction, match printed
1317 message.
1318
09252140
TV
13192020-03-12 Tom de Vries <tdevries@suse.de>
1320
1321 * gdb.base/info-types.exp: Use exp_continue during matching of output
1322 of "info types".
1323
14e9c72c
TV
13242020-03-12 Tom de Vries <tdevries@suse.de>
1325
1326 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1327
e515d67e
TV
13282020-03-12 Tom de Vries <tdevries@suse.de>
1329
1330 * gdb.fortran/module.exp: Use exp_continue during matching of output
1331 of "info variable -n".
1332
307eafd8
TV
13332020-03-12 Tom de Vries <tdevries@suse.de>
1334
1335 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1336 gdb.dwarf2/dw2-ranges-base.c.
1337
9a2de3fc
TV
13382020-03-12 Tom de Vries <tdevries@suse.de>
1339
1340 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1341 in presence of GLIBC debuginfo.
1342
3217502e
TV
13432020-03-12 Tom de Vries <tdevries@suse.de>
1344
1345 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1346 $core.
1347
1281424c
TV
13482020-03-12 Tom de Vries <tdevries@suse.de>
1349
1350 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1351 more precise.
1352
038b97fc
SM
13532020-03-11 Simon Marchi <simon.marchi@efficios.com>
1354
1355 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1356 from Unix to Windows path.
1357
5308d1e7
TV
13582020-03-11 Tom de Vries <tdevries@suse.de>
1359
1360 * gdb.ada/minsyms.exp: Set language to ada.
1361
f870f78f
TV
13622020-03-11 Tom de Vries <tdevries@suse.de>
1363
1364 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1365
5a13315d
TV
13662020-03-11 Tom de Vries <tdevries@suse.de>
1367
1368 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1369
976862ed
TT
13702020-03-11 Tom Tromey <tromey@adacore.com>
1371
1372 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1373
7462c383
TV
13742020-03-11 Tom de Vries <tdevries@suse.de>
1375
1376 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1377
1c6c46a0
TV
13782020-03-11 Tom de Vries <tdevries@suse.de>
1379
1380 * gdb.base/break-interp.exp: Limit verbose scope.
1381
44f41bb7
TV
13822020-03-11 Tom de Vries <tdevries@suse.de>
1383
1384 * gdb.fortran/logical.f90: Define variable with character type.
1385 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1386
b76f3a42
TV
13872020-03-11 Tom de Vries <tdevries@suse.de>
1388
1389 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1390
1c33af77
TV
13912020-03-11 Tom de Vries <tdevries@suse.de>
1392
1393 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1394 symtabs.
1395
8c95582d
AB
13962020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1397 Bernd Edlinger <bernd.edlinger@hotmail.de>
1398
1399 * gdb.cp/step-and-next-inline.cc: New file.
1400 * gdb.cp/step-and-next-inline.exp: New file.
1401 * gdb.cp/step-and-next-inline.h: New file.
1402 * gdb.dwarf2/dw2-is-stmt.c: New file.
1403 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1404 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1405 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1406 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1407
cecf8547
AB
14082020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1409
1410 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1411 is-stmt flag in the line table.
1412
0ba678c9
TV
14132020-03-09 Tom de Vries <tdevries@suse.de>
1414
1415 * lib/gdb.exp (cached_file): Create cache dir.
1416
72fbdf83
TV
14172020-03-07 Tom de Vries <tdevries@suse.de>
1418
1419 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1420 * gdb.cp/rvalue-ref-params.exp: Same.
1421
436b5e99
TV
14222020-03-06 Tom de Vries <tdevries@suse.de>
1423
1424 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1425 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1426
09f2921c
TV
14272020-03-06 Tom de Vries <tdevries@suse.de>
1428
1429 * README: Fix "the the".
1430 * gdb.base/dprintf.exp: Same.
1431
50a3cc5d
TV
14322020-03-05 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.base/maint.exp: Update "main print statistics" expected output.
1435
0a709cba
AKS
14362020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1437
1438 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1439 (fortran_int8): Likewise.
1440 (fortran_real4): Likewise.
1441 (fortran_real8): Likewise.
1442 (fortran_complex4): Likewise.
1443 (fortran_logical4): Likewise.
1444 (fortran_character1): Likewise.
1445
5e5d66b6
AB
14462020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1447
1448 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1449 printed as true.
1450
7b973adc
SDJ
14512020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1452
1453 * gdb.base/printcmds.exp: Add test to verify printf of a
1454 variable holding an address.
1455
478e490a
TV
14562020-03-03 Tom de Vries <tdevries@suse.de>
1457
1458 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1459
1ef44e86
TV
14602020-03-03 Tom de Vries <tdevries@suse.de>
1461
1462 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1463 gdb_test_multiple call.
1464
b98cc2cf
TV
14652020-03-03 Tom de Vries <tdevries@suse.de>
1466
1467 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1468 gdb_test_multiple calls.
1469
63e163f2
AB
14702020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1471
1472 * gdb.base/default.exp: Remove test of 'set history filename'.
1473 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1474 filename to the empty string.
1475 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1476 and GDBHISTSIZE.
1477
24ed6739
AB
14782020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1479
1480 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1481 disabled.
1482
590003dc
TV
14832020-03-02 Pedro Alves <palves@redhat.com>
1484 Tom de Vries <tdevries@suse.de>
1485
1486 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1487 -prompt prefix, before user_code argument. Add -lbl option likewise.
1488 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1489 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1490 argument.
1491 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1492 have "\r\n" at start-of-line, instead of at end-of-line.
1493
f5e46084
SM
14942020-02-28 Simon Marchi <simon.marchi@efficios.com>
1495
1496 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1497 libinproctrace.so.
1498
f7a7000d
LM
14992020-02-28 Luis Machado <luis.machado@linaro.org>
1500
1501 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1502 to "p/x".
1503
718e0816
LM
15042020-02-28 Luis Machado <luis.machado@linaro.org>
1505
1506 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1507 asm/ptrace.h and error.h.
1508
13c3a74a
TV
15092020-02-28 Tom de Vries <tdevries@suse.de>
1510
1511 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1512 (struct wrapper, do_something, mundane/symada__cS): Move ...
1513 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1514 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1515 Update "print symada__cS before partial symtab expansion" regexp.
1516 Update breakpoint location. Flush symbol cache after expansion.
1517
85d2d5bb
LM
15182020-02-28 Luis Machado <luis.machado@linaro.org>
1519
1520 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1521
3608f86c
TV
15222020-02-27 Tom de Vries <tdevries@suse.de>
1523
1524 * config/sid.exp: Remove unused globals.
1525 * gdb.base/attach.exp: Same.
1526 * gdb.base/catch-load.exp: Same.
1527 * gdb.base/dbx.exp: Same.
1528 * lib/gdb.exp: Same.
1529 * lib/mi-support.exp: Same.
1530 * lib/prompt.exp: Same.
1531
c8d4f6df
TV
15322020-02-27 Tom de Vries <tdevries@suse.de>
1533
1534 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1535 not set.
1536
0d79cdc4
AM
15372020-02-26 Aaron Merey <amerey@redhat.com>
1538
1539 * gdb.debuginfod: New directory for debuginfod tests.
1540 * gdb.debuginfod/main.c: New test file.
1541 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1542
0dce4280
TV
15432020-02-26 Tom de Vries <tdevries@suse.de>
1544
1545 PR gdb/25603
1546 * gdb.base/persistent-lang.cc: New test.
1547 * gdb.base/persistent-lang.exp: New file.
1548
9e80cfa1
AB
15492020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1550
1551 * gdb.fortran/derived-type-striding.exp: Add a new test.
1552 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1553 new test.
1554
2078dbb2
AB
15552020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1556
1557 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1558 names.
1559
70d49700
TV
15602020-02-25 Tom de Vries <tdevries@suse.de>
1561
1562 PR go/18926
1563 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1564
a88ef40d
TV
15652020-02-24 Tom de Vries <tdevries@suse.de>
1566
1567 PR gdb/25592
1568 * gdb.base/info-locals-unused-static-var.c: New test.
1569 * gdb.base/info-locals-unused-static-var.exp: New file.
1570
01b1af32
TT
15712020-02-22 Tom Tromey <tom@tromey.com>
1572
1573 * gdb.python/tui-window.exp: New file.
1574 * gdb.python/tui-window.py: New file.
1575
7c043ba6
TT
15762020-02-22 Tom Tromey <tom@tromey.com>
1577
1578 PR tui/17850:
1579 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1580 tests.
1581
c22fef7e
TT
15822020-02-22 Tom Tromey <tom@tromey.com>
1583
1584 * gdb.tui/new-layout.exp: Add sub-layout tests.
1585
ee325b61
TT
15862020-02-22 Tom Tromey <tom@tromey.com>
1587
1588 * gdb.tui/new-layout.exp: New file.
1589
3f0cbb04
TT
15902020-02-22 Tom Tromey <tom@tromey.com>
1591
1592 * gdb.rust/rust-style.rs: New file.
1593 * gdb.rust/rust-style.exp: New file.
1594 * gdb.base/style.exp: Test structure printing.
1595 * gdb.base/style.c (struct some_struct): New type.
1596 (enum etype): New type.
1597 (struct_value): New global.
1598
75525152
TV
15992020-02-21 Tom de Vries <tdevries@suse.de>
1600
1601 PR go/18926
1602 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1603 Remove blanket xfails. Use message argument for gdb_breakpoint.
1604 Make continuing to breakpoint test conditional on setting breakpoint.
1605 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1606 DW_AT_name attribute. Add xfail for GCC PR93866.
1607
bd360d30
AB
16082020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1609
1610 * gdb.dwarf2/cpp-linkage-name.c: New file.
1611 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1612
c7adb09f 16132020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1614
1615 * lib/gdb.exp (gdb_wrapper_init): Reset
1616 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1617 not exist.
1618
a9c79803
TV
16192020-02-20 Tom de Vries <tdevries@suse.de>
1620
1621 PR go/17018
1622 * gdb.go/hello.exp: Copy ...
1623 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1624 print of st to print value of global definition. Add xfail for GCC
1625 PR93844.
1626 * gdb.go/hello.exp: Remove printing of st before definition.
1627 * gdb.go/hello.go: Copy ...
1628 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1629 to st.
1630 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1631
d7445728
TV
16322020-02-20 Tom de Vries <tdevries@suse.de>
1633
1634 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1635 (gdb_simple_compile): Handle compile_flags go by using .go extension
1636 for source file.
1637 * gdb.go/chan.exp: Use support_go_compile.
1638 * gdb.go/handcall.exp: Same.
1639 * gdb.go/hello.exp: Same.
1640 * gdb.go/integers.exp: Same.
1641 * gdb.go/max-depth.exp: Same.
1642 * gdb.go/methods.exp: Same.
1643 * gdb.go/package.exp: Same.
1644 * gdb.go/strings.exp: Same.
1645 * gdb.go/types.exp: Same.
1646 * gdb.go/unsafe.exp: Same.
1647
c9c41e6d
TV
16482020-02-19 Tom de Vries <tdevries@suse.de>
1649
1650 * gdb.python/lib-types.exp: Make xfail more strict.
1651
f20ff837
TV
16522020-02-19 Tom de Vries <tdevries@suse.de>
1653
1654 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1655
08410482
DE
16562020-02-19 Doug Evans <dje@google.com>
1657
1658 PR rust/25535
1659 * gdb.rust/simple.exp: Add test.
1660 * gdb.rust/simple.rs: Add test.
1661
623563f7
TV
16622020-02-19 Tom de Vries <tdevries@suse.de>
1663
1664 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1665 output line-by-line.
1666
d3308cfd
TV
16672020-02-19 Tom de Vries <tdevries@suse.de>
1668
1669 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1670
86cbc5dc
TV
16712020-02-19 Tom de Vries <tdevries@suse.de>
1672
1673 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1674 prelink.
1675
9db2b96b
TV
16762020-02-19 Tom de Vries <tdevries@suse.de>
1677
1678 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1679 (gdb_do_cache): Use gdb_do_cache_wrap.
1680 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1681
89e2fdc5
TV
16822020-02-19 Tom de Vries <tdevries@suse.de>
1683
1684 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1685 gdb_compile option.
1686
373d7ac0
SM
16872020-02-18 Simon Marchi <simon.marchi@efficios.com>
1688
1689 * gdb.base/printcmds.exp (test_print_enums): Update expected
1690 output.
1691
b29a2df0
SM
16922020-02-18 Simon Marchi <simon.marchi@efficios.com>
1693
1694 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1695 for "unknown".
1696
6740f0cc
SM
16972020-02-18 Simon Marchi <simon.marchi@efficios.com>
1698
1699 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1700 enumerator.
1701
edd45eb0
SM
17022020-02-18 Simon Marchi <simon.marchi@efficios.com>
1703
1704 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1705 FE_, add FE_NONE.
1706 (three): Update.
1707 (enum flag_enum_without_zero): New enum.
1708 (flag_enum_without_zero): New variable.
1709 (enum not_flag_enum): New enum.
1710 (three_not_flag): New variable.
1711 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1712 (test_print_enums): Add more tests for printing flag enums.
1713
d4295de4
TV
17142020-02-18 Tom de Vries <tdevries@suse.de>
1715
1716 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1717 (gdb_compile_ada): ... here.
1718 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1719 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1720
f251f505
TT
17212020-02-14 Tom Tromey <tom@tromey.com>
1722
1723 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1724 build directory.
1725 * boards/gdbserver-base.exp: Update path to gdbserver.
1726
8f432634
TV
17272020-02-13 Tom de Vries <tdevries@suse.de>
1728
1729 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1730
92b6eaf7
TV
17312020-02-13 Tom de Vries <tdevries@suse.de>
1732
1733 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1734 are missing.
1735
f3b0f7fe
TV
17362020-02-13 Tom de Vries <tdevries@suse.de>
1737
1738 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1739 call.
1740
f6be8713
SDJ
17412020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1742
1743 PR tui/25126
1744 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1745 * gdb.base/cached-source-file.c: New file.
1746 * gdb.base/cached-source-file.exp: New file.
1747
b2770d5e
TV
17482020-02-11 Tom de Vries <tdevries@suse.de>
1749
1750 PR testsuite/25488
1751 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1752
44f6938e
TV
17532020-02-10 Tom de Vries <tdevries@suse.de>
1754
1755 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1756
5f0e2eb7
MR
17572020-02-10 Maciej W. Rozycki <macro@wdc.com>
1758
1759 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1760 and $after_addr are both integers before making a comparison.
1761
46ce2b6f
TV
17622020-02-09 Tom de Vries <tdevries@suse.de>
1763
1764 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1765 command output and paste it into gdb.log. If any, paste catch message
1766 to gdb.log.
1767
5abbbe1d
TT
17682020-02-07 Tom Tromey <tromey@adacore.com>
1769
1770 PR breakpoints/24915:
1771 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1772
1d5d29e7
SV
17732020-02-06 Shahab Vahedi <shahab@synopsys.com>
1774
1775 * gdb.tui/tui-missing-src.exp: Add the "missing source
1776 file" test for the TUI.
1777
b0999b9b
AB
17782020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1781 including a port number in the output.
1782
c3b149eb
AKS
17832020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1784
1785 * lib/fortran.exp (fortran_int4): Handle clang.
1786 (fortran_int8): Likewise.
1787 (fortran_real4): Likewise.
1788 (fortran_real8): Likewise.
1789 (fortran_complex4): Likewise.
1790 (fortran_logical4): Likewise.
1791 (fortran_character1): Likewise.
1792
f8dcc90b
TV
17932020-02-04 Tom de Vries <tdevries@suse.de>
1794
1795 * README (Race detection): Add note.
1796
f90ac7c2
TV
17972020-02-04 Tom de Vries <tdevries@suse.de>
1798
1799 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1800
780636ae
TV
18012020-02-04 Tom de Vries <tdevries@suse.de>
1802
1803 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1804
5d2e1193
RA
18052020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1806
1807 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1808 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1809 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1810 blttar, bnetarl.
1811 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1812 binary for blttar, bnetarl.
1813 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1814 wait instruction. Delete ldmx test.
1815 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1816
e409c542
AKS
18172020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1818
1819 * gdb.fortran/array-bounds-high.exp: New file.
1820 * gdb.fortran/array-bounds-high.f90: New file.
1821
b0029748
LD
18222020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1823
1824 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1825 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1826
195a8287
TV
18272020-02-01 Tom de Vries <tdevries@suse.de>
1828
1829 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1830
42330a68
AB
18312020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1832
1833 PR tui/9765
1834 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1835 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1836
b62a8028
LM
18372020-01-29 Luis Machado <luis.machado@linaro.org>
1838
1839 * gdb.arch/aarch64-brk-patterns.c: New source file.
1840 * gdb.arch/aarch64-brk-patterns.exp: New test.
1841
5f440116
TBA
18422020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1843
1844 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1845 GCC/Clang version.
1846 * gdb.cp/pass-by-ref.exp: Ditto.
1847
ee2a6fc6
TV
18482020-01-29 Tom de Vries <tdevries@suse.de>
1849
1850 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1851 * gdb.threads/watchpoint-fork-mt.c: Same.
1852 * gdb.threads/watchpoint-fork-parent.c: Same.
1853 * gdb.threads/watchpoint-fork-st.c: Same.
1854 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1855
16b10d6e
LM
18562020-01-27 Luis Machado <luis.machado@linaro.org>
1857
1858 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1859 sitting at a syscall instruction when we hit the syscall function's
1860 breakpoint.
1861 Check PC against one obtained with the x command.
1862 Validate syscall number.
1863 (step_over_syscall): Don't continue to the syscall instruction if
1864 we're already there.
1865
b1468492
PW
18662020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1867
1868 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1869
7ffa82e1
AB
18702020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1871
1872 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1873 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1874
3d92a3e3
AB
18752020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1876
1877 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1878 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1879
94a72be7
AB
18802020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1881
1882 * gdb.base/maint.exp: Update line table parsing test.
1883 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1884
53af73bf
PA
18852020-01-24 Pedro Alves <palves@redhat.com>
1886
1887 PR gdb/25410
1888 * gdb.multi/multi-re-run-1.c: New.
1889 * gdb.multi/multi-re-run-2.c: New.
1890 * gdb.multi/multi-re-run.exp: New.
1891
1ba1ac88
AB
18922020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1893
1894 PR gdb/23718
1895 * gdb.server/server-kill-python.exp: New file.
1896
f3364a6d
AB
18972020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1898
1899 * gdb.server/multi-ui-errors.c: New file.
1900 * gdb.server/multi-ui-errors.exp: New file.
1901
733d0a67
AB
19022020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1903
1904 PR tui/9765
1905 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1906
4f13c1c0
TT
19072020-01-19 Tom Tromey <tom@tromey.com>
1908
1909 * gdb.tui/main.exp: Add check for plain "file".
1910
40c94099
CB
19112020-01-16 Christian Biesinger <cbiesinger@google.com>
1912
1913 * lib/gdb.exp: Fix spelling error (seperatelly).
1914
ff47f4f0
TT
19152020-01-14 Tom Tromey <tom@tromey.com>
1916
1917 PR symtab/12535:
1918 * gdb.python/python.exp: Test decode_line with empty string
1919 argument.
1920
717c684d
BE
19212020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1922
1923 * gdb.base/skip-inline.exp: Extend test.
1924
44e4c775
AB
19252020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1926
1927 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1928 * gdb.dwarf2/dw2-bad-elf.c: New file.
1929 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1930
d93c6db7
AB
19312020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1932
1933 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1934 _line_saw_file.
1935
9a6d629c
AB
19362020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1937
1938 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1939 border.
1940
d9ebdab7
TBA
19412020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1942
1943 * gdb.multi/multi-target.exp (setup): Factor out "info
1944 connections" and "info inferiors" tests to ...
1945 (test_info_inferiors): ... this new procedure.
1946 (top level): Run new "info-inferiors" tests.
1947
f3c469b9
PA
19482020-01-10 Pedro Alves <palves@redhat.com>
1949
1950 * gdb.server/bkpt-other-inferior.exp: New file.
1951
121b3efd
PA
19522020-01-10 Pedro Alves <palves@redhat.com>
1953
1954 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1955 of "add-inferior".
1956 * gdb.base/quit-live.exp: Likewise.
1957 * gdb.base/remote-exec-file.exp: Likewise.
1958 * gdb.guile/scm-progspace.exp: Likewise.
1959 * gdb.linespec/linespec.exp: Likewise.
1960 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1961 * gdb.mi/user-selected-context-sync.exp: Likewise.
1962 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1963 "info inferiors" tests.
1964 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1965 "add-inferior".
1966 * gdb.multi/watchpoint-multi.exp: Likewise.
1967 * gdb.python/py-inferior.exp: Likewise.
1968 * gdb.server/extended-remote-restart.exp: Likewise.
1969 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1970 "info inferiors".
1971 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1972 * gdb.trace/report.exp: Likewise.
1973
1dadb1dd
PA
19742020-01-10 Pedro Alves <palves@redhat.com>
1975
1976 * gdb.multi/multi-target.c: New file.
1977 * gdb.multi/multi-target.exp: New file.
1978 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1979 mode requested, but remote does not support non-stop".
1980
78f2c40a
PA
19812020-01-10 Pedro Alves <palves@redhat.com>
1982
1983 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1984 disconnect before reconnecting.
1985
e7af6c70
TBA
19862020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1987 Pedro Alves <palves@redhat.com>
1988
1989 * gdb.server/connect-without-multi-process.exp: Also test
1990 continuing to end.
1991
acdf84a6
PA
19922020-01-10 Pedro Alves <palves@redhat.com>
1993
1994 * gdb.base/remote-exec-file.exp: New file.
1995
873657b9
PA
19962020-01-10 Pedro Alves <palves@redhat.com>
1997
1998 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1999 output.
2000 * gdb.threads/async.c: New.
2001 * gdb.threads/async.exp: New.
2002 * gdb.multi/tids-gid-reset.c: New.
2003 * gdb.multi/tids-gid-reset.exp: New.
2004
7f0ae84c
GB
20052020-01-10 George Barrett <bob@bob131.so>
2006
2007 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2008 to help in finding the image relocation offset.
2009 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2010 options in arguments.
2011 (stap_test_no_debuginfo): Likewise.
2012 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2013 test variants.
2014 (stap_test): Add null semaphore relocation test.
2015
47e9d49d
GB
20162020-01-10 George Barrett <bob@bob131.so>
2017
2018 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2019 * gdb.base/stap-probe.exp: Likewise.
2020 (stap_test): Pass argument as an additional flag.
2021 (stap_test_no_debuginfo): Likewise.
2022 (stap_test): Check `info probes stap' output for semaphore
2023 addresses if the test binary is supposed to have them.
2024
f5a7c406
AB
20252020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2026
2027 * gdb.tui/basic.exp: Add more scrolling tests.
2028
9ae6bf64
TT
20292020-01-09 Tom Tromey <tom@tromey.com>
2030
2031 PR tui/18932:
2032 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2033 meangingful value.
2034 (Term::command, Term::resize): Update.
2035 * gdb.tui/basic.exp: Add scrolling test.
2036
b2efe70c
AB
20372020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2038
2039 * gdb.tui/tui-layout-asm.exp: New file.
2040
3804da7e
AB
20412020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2042
2043 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2044
b40aa28f
AB
20452020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2046
2047 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2048 (Term::enter_tui): Use Term::prepare_for_tui.
2049
63ffd7c9
AB
20502020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2051
2052 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2053 called.
2054
3be966f6
AB
20552020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2056
2057 * gdb.base/skip.exp: Fix race condition in test.
2058
153d79c4
AB
20592020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2060
2061 * gdb.base/backtrace.c: New file.
2062 * gdb.base/backtrace.exp: New file.
2063
f2302a34
AB
20642020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2065
2066 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2067
6ec1d75e
PW
20682020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2069
2070 * gdb.base/style.exp: Test that warnings are styled.
2071
c296cbe6
BE
20722019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2073
2074 * gdb.base/line65535.exp: New file.
2075 * gdb.base/line65535.c: New file.
2076
b28a729d
SM
20772019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2078
2079 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2080 * lib/gnat_debug_info_test.adb: New file.
2081 * gdb.ada/ptype_tagged_param.exp: Use
2082 gnat_runtime_has_debug_info, expect a different output if
2083 runtime does not have debug info.
2084
7f2d7a0d
SM
20852019-12-20 Simon Marchi <simon.marchi@efficios.com>
2086
2087 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2088 (another) quote in test name.
2089
f3bce483
SM
20902019-12-20 Simon Marchi <simon.marchi@efficios.com>
2091
2092 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2093 Add quote in test name.
2094
c855a912
TBA
20952019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2096
2097 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2098 directory instead.
2099 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2100 * gdb.cp/pass-by-ref-2.cc: New file.
2101 * gdb.cp/pass-by-ref-2.exp: New file.
2102
fc9d2d72
TT
21032019-12-20 Tom Tromey <tom@tromey.com>
2104
2105 * gdb.tui/list-before.exp: New file.
2106
77b97e00
TT
21072019-12-20 Tom Tromey <tom@tromey.com>
2108
2109 * gdb.tui/list.exp: Check for source on initial listing.
2110
f69656d0
TT
21112019-12-11 Tom Tromey <tromey@adacore.com>
2112
2113 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2114 Add crlf test.
2115
99a55965
SM
21162019-12-18 Simon Marchi <simon.marchi@efficios.com>
2117
2118 * gdb.base/default.exp: Update value of $_gdb_major.
2119
5024637f
BE
21202019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2121
2122 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2123
b63634be
BE
21242019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2125
2126 * gdb.base/skip.exp: Whitespace fix.
2127
45d73523
BE
21282019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2129
2130 * gdb.base/skip-inline.c: New file.
2131 * gdb.base/skip-inline.exp: New file.
2132
d043f8c8
SM
21332019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2134
2135 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2136 jit_function_00 to jit_function_stack_mangle.
2137 * gdb.base/jithost.c (jit_function_t): Rename to...
2138 (jit_function_stack_mangle_t): ... this.
2139 (jit_function_add_t): New typedef.
2140 (jit_function_00_code): Rename to...
2141 (jit_function_stack_mangle_code): ... this, make static.
2142 (jit_function_add_code): New.
2143 (main): Generate "add" function and call it. Adjust to changes
2144 in jithost_abi.
2145 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2146 (struct jithost_abi) <begin, end>: Remove fields.
2147 <object, function_stack_mangle, function_add>: New fields.
2148 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2149 code_end>: Remove fields.
2150 <func_stack_mangle>: New field.
2151 (read_debug_info): Adjust to renaming, create block for "add"
2152 function.
2153 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2154
873de05c
TT
21552019-12-11 Tom Tromey <tom@tromey.com>
2156
2157 * gdb.tui/resize.exp: Fix regexp.
2158 * gdb.tui/regs.exp: Fix regexps.
2159 * gdb.tui/main.exp: Fix regexp.
2160
3d979945
TT
21612019-12-11 Tom Tromey <tom@tromey.com>
2162
2163 * gdb.tui/resize.exp: Update.
2164 * gdb.tui/empty.exp (layouts): Update.
2165
2192a9d3
TT
21662019-12-11 Tom Tromey <tom@tromey.com>
2167
2168 * gdb.tui/regs.exp: Update.
2169 * gdb.tui/empty.exp (layouts): Update.
2170 * gdb.tui/basic.exp: Update.
2171 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2172
d8edc8b7
PW
21732019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2174
2175 * gdb.base/options.exp: Add -raw-values in the print completion list.
2176 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2177
4c12d936
KB
21782019-12-10 Kevin Buettner <kevinb@redhat.com>
2179
2180 * gdb.threads/omp-par-scope.c: New file.
2181 * gdb/threads/omp-par-scope.exp: New file.
2182
26b911fb
KB
21832019-12-10 Kevin Buettner <kevinb@redhat.com>
2184
bb47f919
KB
2185 * lib/gdb.exp (support_nested_function_tests): New proc.
2186
21872019-12-10 Kevin Buettner <kevinb@redhat.com>
2188
2189 * lib/gdb.exp (gdb_compile_openmp): New proc.
2190 (build_executable_from_specs): Add an "openmp" option.
2191 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2192
6c71eb7d
TT
21932019-12-10 Tom Tromey <tromey@adacore.com>
2194
2195 * gdb.ada/unchecked_union.exp: New file.
2196 * gdb.ada/unchecked_union/pck.adb: New file.
2197 * gdb.ada/unchecked_union/pck.ads: New file.
2198 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2199 * gdb-utils.exp (string_to_regexp): Also quote "?".
2200
bac7c5cf
GB
22012019-12-10 George Barrett <bob@bob131.so>
2202
2203 Test scripted probe breakpoints.
2204 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2205 * gdb.python/py-breakpoint.c (main): Likewise.
2206 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2207 specifier test.
2208 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2209
330f1d38
TBA
22102019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2211
2212 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2213 an rvalue parameter.
2214 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2215 parameter.
2216
b43315e2
AB
22172019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2218
2219 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2220 modules.
2221
54f73dad
AB
22222019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2223
2224 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2225 broken version of GCC.
2226
d57cbee9
AB
22272019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2228
2229 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2230 sym-info-cmds library.
2231 * gdb.fortran/info-types.exp: Likewise.
2232 * lib/sym-info-cmds.exp: New file.
2233
c14aab8c
TV
22342019-12-08 Tom de Vries <tdevries@suse.de>
2235
2236 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2237
aa2d5a42
KS
22382019-12-07 Keith Seitz <keiths@redhat.com>
2239
2240 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2241 * gdb.base/corefile-buildid-shlib.c: New file.
2242 * gdb.base/corefile-buildid.c: New file.
2243 * gdb.base/corefile-buildid.exp: New file.
2244
93e55f0a
TV
22452019-12-06 Tom de Vries <tdevries@suse.de>
2246
2247 * gdb.dwarf2/varval.exp: Add decl before def test.
2248
c7d12402
TBA
22492019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2250
2251 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2252
06acc08f
TBA
22532019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2254
2255 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2256 CV and reference conversion for overload resolution.
2257 * gdb.cp/rvalue-ref-overload.exp: Test it.
2258
e0fad1ea
PW
22592019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2260
2261 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2262 * gdb.base/frameapply.exp: Test faas without command.
2263
8d70a9f0
AB
22642019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2265
2266 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2267 Fortran tests.
2268 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2269 order.
2270
36c8fb93
AB
22712019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2272
2273 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2274 casting to type with no kind specified.
2275 (test_basic_parsing_of_type_kinds): Additional tests for types
2276 with no kind specified, and add tests for single/double
2277 precision/complex types.
2278
4139ff00
TT
22792019-12-04 Tom Tromey <tromey@adacore.com>
2280
2281 * gdb.base/endianity.c (struct other) <x>: New field.
2282 (main): Initialize it.
2283 * gdb.base/endianity.exp: Update.
2284
a05cf17a
TT
22852019-12-04 Tom Tromey <tromey@adacore.com>
2286
2287 * gdb.ada/scalar_storage/storage.adb: New file.
2288 * gdb.ada/scalar_storage/pck.adb: New file.
2289 * gdb.ada/scalar_storage/pck.ads: New file.
2290 * gdb.ada/scalar_storage.exp: New file.
2291
103a685e
TT
22922019-12-04 Tom Tromey <tromey@adacore.com>
2293
2294 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2295 (main): Initialize it.
2296 * gdb.base/endianity.exp: Update.
2297
c2512106
AB
22982019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2299
2300 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2301
293b38d6
AB
23022019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2303
2304 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2305 -symbol-info-module-functions and -symbol-info-module-variables.
2306
216a7e6b
AB
23072019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2308
2309 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2310
5bbd8269
AB
23112019-12-01 Richard Bunt <richard.bunt@arm.com>
2312 Andrew Burgess <andrew.burgess@embecosm.com>
2313
2314 * gdb.fortran/derived-type-striding.exp: New file.
2315 * gdb.fortran/derived-type-striding.f90: New file.
2316 * gdb.fortran/array-slices.exp: New file.
2317 * gdb.fortran/array-slices.f90: New file.
2318
be09caf1
PW
23192019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2320
2321 * gdb.base/define.exp: Test . in command names.
2322 * gdb.base/setshow.exp: Update test, as . is now part of
2323 command name.
2324
643c0cbe
PW
23252019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2326
2327 * gdb.base/define-prefix.exp: New file.
2328
dcdec678
AB
23292019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2332 compile.
2333 (skip_btrace_pt_tests): Likewise.
2334
640ab947
AB
23352019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2336
2337 * gdb.fortran/info-modules.exp: Compile source files in correct
2338 order.
2339
d22670f0
KB
23402019-11-27 Kevin Buettner <kevinb@redhat.com>
2341
2342 * gdb.dwarf2/imported-unit.exp: New file.
2343 * gdb.dwarf2/imported-unit.c: New file.
2344
db5960b4
AB
23452019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2346
2347 * gdb.mi/mi-fortran-modules-2.f90: New file.
2348 * gdb.mi/mi-fortran-modules.exp: New file.
2349 * gdb.mi/mi-fortran-modules.f90: New file.
2350
7dc42066
AB
23512019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2352
2353 * gdb.mi/mi-sym-info-1.c: New file.
2354 * gdb.mi/mi-sym-info-2.c: New file.
2355 * gdb.mi/mi-sym-info.exp: New file.
2356
0dfeecca
TT
23572019-11-22 Tom Tromey <tromey@adacore.com>
2358
2359 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2360 * gdb.ada/tasks/foo.adb: Add another stopping location.
2361
34877895
PJ
23622019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2363
2364 * gdb.base/endianity.c: New test.
2365 * gdb.base/endianity.exp: New file.
2366
2e84f897
LD
23672019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2368
2369 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2370
65d1cd5f
TV
23712019-11-21 Tom de Vries <tdevries@suse.de>
2372
2373 PR gdb/24956
2374 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2375
4f22c3f4
SDJ
23762019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2377
2378 * gdb.python/py-progspace.exp: Add missing parentheses on some
2379 'print' commands.
2380
9f6ad286
TT
23812019-11-19 Tom Tromey <tom@tromey.com>
2382
2383 * gdb.tui/winheight.exp: New file.
2384
0b8dbf3f
AB
23852019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2386
2387 * gdb.base/ctf-whatis.c: Delete.
2388 * gdb.base/ctf-whatis.exp: Delete.
2389 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2390
f833b7a7
AB
23912019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2392
2393 * gdb.base/ctf-cvexpr.exp: Delete.
2394 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2395
30d0a636
AB
23962019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2397
2398 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2399 the compiler. Clean up header comment a little.
2400 * gdb.base/ctf-ptype.exp: Likewise.
2401 * gdb.base/ctf-whatis.exp: Likewise.
2402 * lib/gdb.exp (skip_ctf_tests): New proc.
2403
494409bb
SDJ
24042019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2405
2406 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2407 * gdb.tui/corefile-run.exp: New file.
2408
55708e99
TT
24092019-11-14 Tom Tromey <tromey@adacore.com>
2410
2411 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2412 regression tests.
2413
45e42163
TT
24142019-11-12 Tom Tromey <tom@tromey.com>
2415
2416 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2417 after any command. Expect prompt after WAIT_FOR is seen.
2418 (enter_tui): Enable resize messages.
2419 (command): Expect command in output.
2420 (get_line): Avoid error when cursor appears to be off-screen.
2421 (dump_screen): Include screen size in title.
2422 (_do_resize): New proc, from "resize".
2423 (resize): Rewrite. Do resize in two steps.
2424 * gdb.tui/empty.exp (layouts): Fix entries.
2425 (check_boxes): Remove xfail.
2426 (check_text): Dump screen on failure.
2427
086baaf1
AB
24282019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2429
2430 * gdb.python/py-symbol.exp: Add test for
2431 gdb.lookup_static_symbols.
2432
09ff83af
AB
24332019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2434
2435 * gdb.python/py-symbol.c: Declare and call function from new
2436 py-symbol-2.c file.
2437 * gdb.python/py-symbol.exp: Compile both source files, and add new
2438 tests for gdb.lookup_static_symbol.
2439 * gdb.python/py-symbol-2.c: New file.
2440
11af934b
TV
24412019-11-02 Tom de Vries <tdevries@suse.de>
2442
2443 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2444 * gdb.base/anon.exp: Same.
2445 * gdb.base/auto-connect-native-target.exp: Same.
2446 * gdb.base/call-ar-st.exp: Same.
2447 * gdb.base/catch-syscall.exp: Same.
2448 * gdb.base/commands.exp: Same.
2449 * gdb.base/default.exp: Same.
2450 * gdb.base/display.exp: Same.
2451 * gdb.base/float.exp: Same.
2452 * gdb.base/foll-fork.exp: Same.
2453 * gdb.base/help.exp: Same.
2454 * gdb.base/info-macros.exp: Same.
2455 * gdb.base/info-proc.exp: Same.
2456 * gdb.base/info-target.exp: Same.
2457 * gdb.base/long_long.exp: Same.
2458 * gdb.base/macscp.exp: Same.
2459 * gdb.base/memattr.exp: Same.
2460 * gdb.base/nofield.exp: Same.
2461 * gdb.base/pointers.exp: Same.
2462 * gdb.base/printcmds.exp: Same.
2463 * gdb.base/ptype.exp: Same.
2464 * gdb.base/restore.exp: Same.
2465 * gdb.base/return.exp: Same.
2466 * gdb.base/scope.exp: Same.
2467 * gdb.base/set-noassign.exp: Same.
2468 * gdb.base/setshow.exp: Same.
2469 * gdb.base/shlib-call.exp: Same.
2470 * gdb.base/signals.exp: Same.
2471 * gdb.base/sigstep.exp: Same.
2472 * gdb.base/skip.exp: Same.
2473 * gdb.base/solib-symbol.exp: Same.
2474 * gdb.base/stap-probe.exp: Same.
2475 * gdb.base/step-line.exp: Same.
2476 * gdb.base/step-test.exp: Same.
2477 * gdb.base/style.exp: Same.
2478 * gdb.base/varargs.exp: Same.
2479 * gdb.base/vla-datatypes.exp: Same.
2480 * gdb.base/vla-ptr.exp: Same.
2481 * gdb.base/vla-sideeffect.exp: Same.
2482 * gdb.base/volatile.exp: Same.
2483 * gdb.base/watch-cond-infcall.exp: Same.
2484 * gdb.base/watchpoint.exp: Same.
2485
e96ec2ba
TV
24862019-11-02 Tom de Vries <tdevries@suse.de>
2487
2488 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2489 * gdb.cp/cpexprs.exp: Same.
2490 * gdb.cp/except-multi-location.exp: Same.
2491 * gdb.cp/exceptprint.exp: Same.
2492 * gdb.cp/gdb2384.exp: Same.
2493 * gdb.cp/inherit.exp: Same.
2494 * gdb.cp/m-static.exp: Same.
2495 * gdb.cp/meth-typedefs.exp: Same.
2496 * gdb.cp/misc.exp: Same.
2497 * gdb.cp/namespace.exp: Same.
2498 * gdb.cp/non-trivial-retval.exp: Same.
2499 * gdb.cp/overload.exp: Same.
2500 * gdb.cp/pr17132.exp: Same.
2501 * gdb.cp/re-set-overloaded.exp: Same.
2502 * gdb.cp/rvalue-ref-types.exp: Same.
2503 * gdb.cp/templates.exp: Same.
2504
bd5766ec
LM
25052019-11-01 Luis Machado <luis.machado@linaro.org>
2506
2507 PR gdb/25124
2508
2509 * gdb.arch/pr25124.S: New file.
2510 * gdb.arch/pr25124.exp: New file.
2511
165f8965
AB
25122019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2513
2514 * gdb.fortran/info-modules.exp: Update expected results, and add
2515 additional tests for 'info module functinos', and 'info module
2516 variables'.
2517 * gdb.fortran/info-types.exp: Update expected results.
2518 * gdb.fortran/info-types.f90: Extend testcase with additional
2519 module variables and functions.
2520
59c35742
AB
25212019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2522
2523 * gdb.fortran/info-modules.exp: New file.
2524 * gdb.fortran/info-types.exp: Build with new file.
2525 * gdb.fortran/info-types.f90: Include and use new module.
2526 * gdb.fortran/info-types-2.f90: New file.
2527
f3fb2519
PW
25282019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2529
2530 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2531 * gdb.base/settings.exp: Test all settings types using
2532 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2533 that now verifies that the value of "maint show" is the same as
2534 returned by the settings functions. Test the type of the
2535 maintenance settings.
2536 * gdb.base/default.exp: Update show_conv_list.
2537
d1e36019
TV
25382019-10-31 Tom de Vries <tdevries@suse.de>
2539
2540 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2541 gdb_test.
2542 * gdb.arch/amd64-disp-step.exp: Same.
2543 * gdb.asm/asm-source.exp: Same.
2544 * gdb.btrace/buffer-size.exp: Same.
2545 * gdb.btrace/cpu.exp: Same.
2546 * gdb.btrace/enable.exp: Same.
2547 * gdb.dwarf2/count.exp: Same.
2548 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2549 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2550 * gdb.fortran/vla-datatypes.exp: Same.
2551 * gdb.fortran/vla-history.exp: Same.
2552 * gdb.fortran/vla-ptype.exp: Same.
2553 * gdb.fortran/vla-value.exp: Same.
2554 * gdb.fortran/whatis_type.exp: Same.
2555 * gdb.guile/guile.exp: Same.
2556 * gdb.multi/tids.exp: Same.
2557 * gdb.python/py-finish-breakpoint.exp: Same.
2558 * gdb.python/py-framefilter.exp: Same.
2559 * gdb.python/py-pp-registration.exp: Same.
2560 * gdb.python/py-xmethods.exp: Same.
2561 * gdb.python/python.exp: Same.
2562 * gdb.server/connect-with-no-symbol-file.exp: Same.
2563 * gdb.server/no-thread-db.exp: Same.
2564 * gdb.server/run-without-local-binary.exp: Same.
2565 * gdb.stabs/weird.exp: Same.
2566 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2567 * gdb.threads/thread-find.exp: Same.
2568 * gdb.threads/tls-shared.exp: Same.
2569 * gdb.threads/tls.exp: Same.
2570 * gdb.threads/wp-replication.exp: Same.
2571 * gdb.trace/ax.exp: Same.
2572 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2573
3d11e68e
TV
25742019-10-31 Tom de Vries <tdevries@suse.de>
2575
2576 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2577 * gdb.ada/array_subscript_addr.exp: Same.
2578 * gdb.ada/arrayidx.exp: Same.
2579 * gdb.ada/arrayparam.exp: Same.
2580 * gdb.ada/arrayptr.exp: Same.
2581 * gdb.ada/boolean_expr.exp: Same.
2582 * gdb.ada/call_pn.exp: Same.
2583 * gdb.ada/complete.exp: Same.
2584 * gdb.ada/fixed_cmp.exp: Same.
2585 * gdb.ada/fun_addr.exp: Same.
2586 * gdb.ada/funcall_param.exp: Same.
2587 * gdb.ada/interface.exp: Same.
2588 * gdb.ada/mod_from_name.exp: Same.
2589 * gdb.ada/null_array.exp: Same.
2590 * gdb.ada/packed_array.exp: Same.
2591 * gdb.ada/packed_tagged.exp: Same.
2592 * gdb.ada/print_chars.exp: Same.
2593 * gdb.ada/print_pc.exp: Same.
2594 * gdb.ada/ptype_arith_binop.exp: Same.
2595 * gdb.ada/ptype_field.exp: Same.
2596 * gdb.ada/ptype_tagged_param.exp: Same.
2597 * gdb.ada/rec_return.exp: Same.
2598 * gdb.ada/ref_tick_size.exp: Same.
2599 * gdb.ada/str_ref_cmp.exp: Same.
2600 * gdb.ada/taft_type.exp: Same.
2601 * gdb.ada/tagged.exp: Same.
2602 * gdb.ada/type_coercion.exp: Same.
2603 * gdb.ada/uninitialized_vars.exp: Same.
2604
60b6ede8
TV
26052019-10-30 Tom de Vries <tdevries@suse.de>
2606
2607 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2608
30baf67b
TV
26092019-10-26 Tom de Vries <tdevries@suse.de>
2610
2611 * gdb.base/bigcore.c: Fix typos in comments.
2612 * gdb.base/ctf-ptype.c: Same.
2613 * gdb.base/long_long.c: Same.
2614 * gdb.dwarf2/dw2-op-out-param.S: Same.
2615 * gdb.python/py-evthreads.c: Same.
2616 * gdb.reverse/i387-stack-reverse.c: Same.
2617 * gdb.trace/tfile.c: Same.
2618 * lib/compiler.c: Same.
2619 * lib/compiler.cc: Same.
2620
158da0d1
TV
26212019-10-25 Tom de Vries <tdevries@suse.de>
2622
2623 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2624 gdb_test_multiple calls.
2625 * gdb.reverse/sigall-reverse.exp: Same.
2626 * gdb.reverse/solib-precsave.exp: Same.
2627 * gdb.reverse/solib-reverse.exp: Same.
2628 * gdb.reverse/until-precsave.exp: Same.
2629 * gdb.reverse/until-reverse.exp: Same.
2630
4ccdfbec
TV
26312019-10-24 Tom de Vries <tdevries@suse.de>
2632
2633 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2634 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2635 kfail using -wrap pattern flag and convenience variable
2636 gdb_test_name.
2637
33d569b7
AB
26382019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2639
2640 * gdb.python/py-progspace.exp: Add tests for the
2641 Progspace.block_for_pc method.
2642
4d0b984b
TT
26432019-10-23 Tom Tromey <tom@tromey.com>
2644
2645 * configure: Rebuild.
2646 * aclocal.m4: Use m4_include, not sinclude.
2647
94cb3754
TV
26482019-10-21 Tom de Vries <tdevries@suse.de>
2649
2650 * gdb.base/infcall-nested-structs.c: Add
2651 __attribute__((noinline,noclone)) to all functions.
2652 (call_all): Add missing variable initialization. Simplify return value.
2653 (breakpt): Increment volatile variable, to prevent call from being
2654 optimized out.
2655 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2656
062f1fc1
TV
26572019-10-17 Tom de Vries <tdevries@suse.de>
2658
2659 * gdb.fortran/module.exp: Allow info variables to print info for files
2660 other than module.f90.
2661
0b54364d
AB
26622019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2663
2664 * gdb.fortran/module.exp: Extend with 'info variables' test.
2665
7ff5fae7
AB
26662019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2667
2668 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2669 F77_FOR_TARGET.
2670
d10eccaa
TV
26712019-10-16 Tom de Vries <tdevries@suse.de>
2672
2673 PR tdep/25096
2674 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2675
745ff14e
TV
26762019-10-16 Tom de Vries <tdevries@suse.de>
2677
2678 PR tdep/24104
2679 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2680 Add KFAIL for PR tdep/25096.
2681
03e1ab94
TV
26822019-10-16 Tom de Vries <tdevries@suse.de>
2683
2684 PR testsuite/25059
2685 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2686
b17fcc10
TV
26872019-10-16 Tom de Vries <tdevries@suse.de>
2688
2689 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2690 as signed.
2691
9223170f
SM
26922019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2693
2694 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2695 one instead of increasing timeout.
2696
d6e76313
TV
26972019-10-13 Tom de Vries <tdevries@suse.de>
2698
2699 PR record/25038
2700 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2701 * gdb.reverse/sigall-reverse.exp: Same.
2702 * gdb.reverse/solib-precsave.exp: Same.
2703 * gdb.reverse/solib-reverse.exp: Same.
2704 * gdb.reverse/step-precsave.exp: Same.
2705 * gdb.reverse/until-precsave.exp: Same.
2706 * gdb.reverse/until-reverse.exp: Same.
2707 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2708
6dfc0041
AA
27092019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2710
2711 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2712 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2713 (cmp_struct_05_01, cmp_struct_static_02_01)
2714 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2715 comparisons.
2716
abcf2cc8
TV
27172019-10-10 Tom de Vries <tdevries@suse.de>
2718
2719 PR testsuite/24888
2720 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2721 gnatlink.
2722
a50faaf6
TV
27232019-10-09 Tom de Vries <tdevries@suse.de>
2724
2725 PR testsuite/25048
2726 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2727
60ff3cd7
AB
27282019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2729
2730 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2731 exceptions due to missing debug information.
2732
dfee8566
TV
27332019-10-07 Tom de Vries <tdevries@suse.de>
2734
2735 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2736
3d63690a
AB
27372019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2738
2739 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2740 * gdb.base/annota1.exp: Update to use gdb_test_name.
2741
30d1f018
WP
27422019-10-07 Weimin Pan <weimin.pan@oracle.com>
2743
2744 * gdb.base/ctf-whatis.exp: New file.
2745 * gdb.base/ctf-whatis.c: New file.
2746 * gdb.base/ctf-ptype.exp: New file.
2747 * gdb.base/ctf-ptype.c: New file.
2748 * gdb.base/ctf-constvars.exp: New file.
2749 * gdb.base/ctf-constvars.c: New file.
2750 * gdb.base/ctf-cvexpr.exp: New file.
2751
4dbbb47c
TV
27522019-10-04 Tom de Vries <tdevries@suse.de>
2753
2754 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2755 for loop.
2756
77c2dba3
TT
27572019-10-03 Tom Tromey <tom@tromey.com>
2758
2759 PR rust/24976:
2760 * gdb.rust/simple.rs (Union2): New type.
2761 (main): Use Union2.
2762 * gdb.rust/simple.exp: Add test.
2763
179aed7f
AB
27642019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2765
2766 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2767 nested function prefix.
2768
0a4b0913
AB
27692019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2770 Richard Bunt <richard.bunt@arm.com>
2771 Andrew Burgess <andrew.burgess@embecosm.com>
2772
2773 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2774 nested functions.
2775 * gdb.fortran/nested-funcs.f90: Update expected results.
2776 * gdb.fortran/nested-funcs-2.exp: New file.
2777 * gdb.fortran/nested-funcs-2.f90: New file.
2778
082cce05
AB
27792019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2780
2781 * gdb.python/py-parameter.exp: Make test names unique.
2782 * gdb.python/py-template.exp: Likewise.
2783 * gdb.python/py-value.exp: Likewise.
2784
2b74ba5a
AB
27852019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2786
2787 * gdb.base/break-interp.exp: Reduce test name duplication.
2788 * gdb.base/call-sc.exp: Likewise.
2789 * gdb.base/callfuncs.exp: Likewise.
2790 * gdb.base/charset.exp: Likewise.
2791 * gdb.base/dump.exp: Likewise.
2792 * gdb.base/ena-dis-br.exp: Likewise.
2793 * gdb.base/relational.exp: Likewise.
2794 * gdb.base/step-over-syscall.exp: Likewise.
2795 * gdb.base/structs.exp: Likewise.
2796
58eb20d5
AB
27972019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2798
2799 * gdb.linespec/explicit.exp: Make test names unique.
2800 * gdb.linespec/ls-errs.exp: Likewise.
2801
4d421147
AB
28022019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2803
2804 * gdb.reverse/break-precsave.exp: Make test names unique.
2805 * gdb.reverse/break-reverse.exp: Likewise.
2806 * gdb.reverse/finish-precsave.exp: Likewise.
2807 * gdb.reverse/finish-reverse.exp: Likewise.
2808 * gdb.reverse/machinestate-precsave.exp: Likewise.
2809 * gdb.reverse/machinestate.exp: Likewise.
2810 * gdb.reverse/readv-reverse.exp: Likewise.
2811 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2812 * gdb.reverse/sigall-precsave.exp: Likewise.
2813 * gdb.reverse/sigall-reverse.exp: Likewise.
2814 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2815 * gdb.reverse/watch-precsave.exp: Likewise.
2816 * gdb.reverse/watch-reverse.exp: Likewise.
2817
d8c06f22
AB
28182019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2819
2820 * gdb.threads/stop-with-handle.c: New file.
2821 * gdb.threads/stop-with-handle.exp: New file.
2822
3a56ed86
TV
28232019-10-03 Tom de Vries <tdevries@suse.de>
2824
2825 PR testsuite/25059
2826 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2827 directory" line to be missing.
2828
42275044
TV
28292019-10-03 Tom de Vries <tdevries@suse.de>
2830
2831 PR testsuite/25059
2832 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2833 type optional.
2834
9ef62df0
AA
28352019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2836
2837 * gdb.python/py-format-string.c (string.h): New include.
2838 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2839 the same value, for endianness-independence.
2840 * gdb.python/py-format-string.exp (default_regexp_dict)
2841 (test_pretty_structs, test_format): Adjust expected output to the
2842 changed initialization.
2843
37f6a7f4
TT
28442019-10-02 Tom Tromey <tromey@adacore.com>
2845
2846 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2847
1d58d6a2
PA
28482019-10-02 Pedro Alves <palves@redhat.com>
2849 Andrew Burgess <andrew.burgess@embecosm.com>
2850
2851 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2852 "print-file-var.h".
2853 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2854 (get_version_1): Print this_version_id and its address.
2855 Add extern "C" wrappers around interface functions.
2856 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2857 "print-file-var.h".
2858 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2859 (get_version_2): Print this_version_id and its address.
2860 Add extern "C" wrappers around interface functions.
2861 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2862 <stddef.h> and "print-file-var.h".
2863 Add extern "C" wrappers around interface functions.
2864 [VERSION_ID_MAIN] (this_version_id): Define.
2865 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2866 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2867 up extern "C" blocks.
2868 * gdb.base/print-file-var.exp (test): New, factored out from top
2869 level.
2870 (top level): Test all combinations of attribute hidden or not,
2871 dlopen or not, and this_version_id symbol in main file or not.
2872 Compile tests as both C++ and C, make test names unique.
2873
d770d56f
TT
28742019-10-01 Tom Tromey <tom@tromey.com>
2875
2876 * gdb.base/style.exp: Test "show logging filename".
2877
7f6aba03
TT
28782019-10-01 Tom Tromey <tom@tromey.com>
2879
2880 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2881 * gdb.base/style.exp: Add metadata style test.
2882
14309bb6
TT
28832019-10-01 Tom Tromey <tom@tromey.com>
2884
2885 * gdb.base/style.exp: Test "pwd".
2886
2a3c1174
PA
28872019-10-01 Tom Tromey <tom@tromey.com>
2888
2889 * gdb.base/style.exp: Update tests.
2890
53d666ec
AA
28912019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2892
2893 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2894 'six' to unsigned.
2895 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2896 'five'. Use an all-ones bit pattern for each.
2897 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2898 to its changed values.
2899
4a56a520
TT
29002019-09-30 Tom Tromey <tromey@adacore.com>
2901
2902 * gdb.rust/traits.rs: Disable all warnings.
2903
0df0352a
TV
29042019-09-29 Tom de Vries <tdevries@suse.de>
2905
aac66a4c 2906 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 2907
73d9a918
TV
29082019-09-29 Tom de Vries <tdevries@suse.de>
2909
2910 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2911
060b3ab4
TV
29122019-09-27 Tom de Vries <tdevries@suse.de>
2913
2914 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2915
68f7d34d
TV
29162019-09-27 Tom de Vries <tdevries@suse.de>
2917
2918 PR record/23188
2919 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2920
5d63b30a
TT
29212019-09-26 Tom Tromey <tromey@adacore.com>
2922
2923 * gdb.ada/py_taft.exp: New file.
2924 * gdb.ada/py_taft/main.adb: New file.
2925 * gdb.ada/py_taft/pkg.adb: New file.
2926 * gdb.ada/py_taft/pkg.ads: New file.
2927
3d435220
TV
29282019-09-24 Tom de Vries <tdevries@suse.de>
2929
2930 PR gdb/24598
2931 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2932
77d03678
TV
29332019-09-22 Tom de Vries <tdevries@suse.de>
2934
2935 * gdb.base/restore.exp: Allow register variables to be optimized out at
2936 -O0.
2937
abf516c6
UW
29382019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2939
2940 * gdb.arch/spu-info.exp: Remove file.
2941 * gdb.arch/spu-info.c: Remove file.
2942 * gdb.arch/spu-ls.exp: Remove file.
2943 * gdb.arch/spu-ls.c: Remove file.
2944
2945 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2946 * gdb.asm/spu.inc: Remove file.
2947
2948 * gdb.base/dump.exp: Remove support for spu*-*-*.
2949 * gdb.base/stack-checking.exp: Likewise.
2950 * gdb.base/overlays.exp: Likewise.
2951 * gdb.base/ovlymgr.c: Likewise.
2952 * gdb.base/spu.ld: Remove file.
2953
2954 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2955 * gdb.cp/cpexprs.exp: Likewise.
2956 * gdb.cp/exception.exp: Likewise.
2957 * gdb.cp/gdb2495.exp: Likewise.
2958 * gdb.cp/mb-templates.exp: Likewise.
2959 * gdb.cp/pr9167.exp: Likewise.
2960 * gdb.cp/userdef.exp: Likewise.
2961
2962 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2963
2964 * gdb.cell: Remove directory.
2965 * lib/cell.exp: Remove file.
2966
e452e88f
TV
29672019-09-19 Tom de Vries <tdevries@suse.de>
2968
2969 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2970
8a625130
TV
29712019-09-19 Tom de Vries <tdevries@suse.de>
2972
2973 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2974
81dc3ab5
TV
29752019-09-19 Tom de Vries <tdevries@suse.de>
2976
2977 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2978 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2979 (gdb_target_cmd): ... here.
2980 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2981 value 2.
2982
b078f3ac
AB
29832019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2984
2985 * gdb.base/source-dir.exp: Avoid having directory names in test
2986 names.
2987
f1b620e9
MG
29882019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2989
2990 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2991 directory.
2992
67f3ed6a
AB
29932019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2994
2995 * gdb.base/list-missing-source.exp: New file.
2996
d1b70248
TV
29972019-09-14 Tom de Vries <tdevries@suse.de>
2998
2999 PR teststuite/24599
3000 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3001 * lib/ada.exp (gnatmake_version_at_least): New proc.
3002
5fabdcd6
AB
30032019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3004
3005 * gdb.base/maint.exp: Use exec_has_index_section.
3006
aa17805f
AB
30072019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3008
3009 * gdb.base/maint.exp: Add test for 'maint info sections'.
3010
25e5c209
TV
30112019-09-12 Tom de Vries <tdevries@suse.de>
3012
3013 * gdb.base/store.exp: Allow register variables to be optimized out at
3014 -O0.
3015
4993045d
PW
30162019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3017
3018 * gdb.ada/rdv_wait.exp: Update to new task names.
3019 * gdb.base/task_switch_in_core.exp: Likewise.
3020 * gdb.base/info_sources_base.c: Likewise.
3021
8a516164
TT
30222019-09-10 Tom Tromey <tromey@adacore.com>
3023
3024 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3025
aa391654
TT
30262019-09-10 Tom Tromey <tromey@adacore.com>
3027
3028 * gdb.ada/dgopt.exp: New file.
3029 * gdb.ada/dgopt/x.adb: New file.
3030
8634b462
TT
30312019-09-08 Tom Tromey <tom@tromey.com>
3032
3033 * gdb.tui/resize.exp: Remove setup_xfail.
3034 * gdb.tui/regs.exp: Remove setup_xfail.
3035 * gdb.tui/basic.exp: Remove setup_xfail.
3036
736b0f76
DB
30372019-09-06 David Blaikie <dblaikie@gmail.com>
3038
3039 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3040 * gdb.cp/cplabel.exp: Ditto.
3041 * gdb.linespec/ls-errs.exp: Ditto.
3042
30331a6c
TV
30432019-09-05 Tom de Vries <tdevries@suse.de>
3044
3045 * lib/gdb.exp (cmp_file_string): New proc.
3046 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3047 runto_main. Verify save breakpoints output.
3048
98b0ebab
PW
30492019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3050
3051 * gdb.base/info-var.exp: Test info variables without running
3052 to main, to avoid expect's buffer overflow.
3053
4e962e74
TT
30542019-09-03 Tom Tromey <tromey@adacore.com>
3055
3056 * gdb.ada/bias.exp: New file.
3057 * gdb.ada/bias/bias.adb: New file.
3058 * gdb.ada/print_chars.exp: Add regression test.
3059 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3060 (MC): New variable.
3061
2ea1a07a
SL
30622019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3063
3064 * gdb.base/argv0-symlink.exp: Run only on native target
3065 and local host.
3066
8077c50d
TV
30672019-08-29 Tom de Vries <tdevries@suse.de>
3068
3069 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3070 diverse debug info.
3071 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3072
48352473
TV
30732019-08-28 Tom de Vries <tdevries@suse.de>
3074
3075 * gdb.base/info-var.exp: Allow info variables to print info for files
3076 other than info-var-f1.c and info-var-f2.c.
3077
d8f27c60
AB
30782019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3079
3080 * gdb.fortran/info-types.exp: Add module.
3081 * gdb.fortran/info-types.f90: Update expected results.
3082
1f20c35e
AB
30832019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3084
3085 * gdb.fortran/info-types.exp: New file.
3086 * gdb.fortran/info-types.f90: New file.
3087 * lib/fortran.exp (fortran_character1): New proc.
3088
4acfdd20
AB
30892019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3090
3091 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3092 functions'. Reindent as needed.
3093 * gdb.base/info-var-f1.c: New file.
3094 * gdb.base/info-var-f2.c: New file.
3095 * gdb.base/info-var.exp: New file.
3096 * gdb.base/info-var.h: New file.
3097
5c31b358
TV
30982019-08-26 Tom de Vries <tdevries@suse.de>
3099
3100 PR c++/24852
3101 * gdb.cp/no-libstdcxx-probe.exp: New test.
3102
b694989f
TV
31032019-08-26 Tom de Vries <tdevries@suse.de>
3104
3105 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3106 * tests need to be skipped.
3107 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3108 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3109 mi_skip_libstdcxx_probe_tests.
3110
d9c4ba53
SDJ
31112019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3112
3113 * gdb.python/py-xmethods.exp: Use raw strings when passing
3114 arguments to SimpleXMethodMatcher.
3115
395fad09
TV
31162019-08-22 Tom de Vries <tdevries@suse.de>
3117
3118 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3119 more informative.
3120
26c957f1
PA
31212019-08-21 Pedro Alves <palves@redhat.com>
3122
3123 * gdb.base/with.exp: Test "with" with no arguments.
3124
61f80d5d
TV
31252019-08-21 Tom de Vries <tdevries@suse.de>
3126
3127 * gdb.base/gdb-caching-proc.exp: Sort files.
3128
d7a11d13
TV
31292019-08-20 Tom de Vries <tdevries@suse.de>
3130
3131 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3132 compilation.
3133
34dafe9f
TV
31342019-08-16 Tom de Vries <tdevries@suse.de>
3135
3136 * gdb.base/compare-sections.exp ("after run to main"): Allow
3137 mismatched read-only sections for PIE executables.
3138
398fdd60
TT
31392019-08-16 Tom Tromey <tom@tromey.com>
3140
3141 * lib/tuiterm.exp (_csi_Z): New proc.
3142 * gdb.tui/basic.exp: Update window positions.
3143 * gdb.tui/empty.exp: Update window positions.
3144
d8f9e51c
SL
31452019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3146
3147 * gdb.base/examine-backward.exp: Correct regexp for
3148 "examine 3 bytes backward from ${address_zero}".
3149
3df505f6
TT
31502019-08-15 Tom Tromey <tom@tromey.com>
3151
3152 * gdb.tui/empty.exp: Enable resizing tests.
3153
272560b5
TT
31542019-08-15 Tom Tromey <tromey@adacore.com>
3155
3156 * gdb.ada/char_enum.exp: Add regression tests.
3157 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3158 and '0'.
3159 (Char, Gchar): Update.
3160 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3161
08235187
CB
31622019-08-15 Christian Biesinger <cbiesinger@google.com>
3163
3164 * gdb.python/python.exp: Expect a leading underscore on
3165 GdbOutput{,Error}File.
3166
22a2ab04
SL
31672019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3168
3169 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3170 Windows host.
3171
835b995b
SL
31722019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3173
3174 * gdb.base/batch-preserve-term-settings.exp
3175 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3176
97dd8e07
CB
31772019-08-15 Christian Biesinger <cbiesinger@google.com>
3178
3179 * lib/gdb.exp: When running on a mingw target, replace
3180 /x/ with x:/.
3181
75faf5c4
AH
31822019-08-14 Alan Hayward <alan.hayward@arm.com>
3183
3184 * gdb.arch/aarch64-prologue.c: New test.
3185 * gdb.arch/aarch64-prologue.exp: New file.
3186
abc6c00f
TV
31872019-08-13 Tom de Vries <tdevries@suse.de>
3188
3189 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3190 Thread.
3191
74c2c1f4
SL
31922019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3193
3194 * gdb.python/py-completion.exp: Download the .py file to the host
3195 and use its host pathname. Conditionalize tests that use
3196 tab completion and manipulate files on the build machine.
3197 * gdb.python/py-events.exp: Download the .py file to the host
3198 and use its host pathname.
3199 * gdb.python/py-evsignal.exp: Likewise.
3200 * gdb.python/py-evthreads.exp: Likewise.
3201 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3202 pathname syntax.
3203 * gdb.python/py-framefilter.exp: Download the .py file to the right
3204 place on the host. Match Windows pathname syntax.
3205 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3206 .py file to the host and use its host pathname.
3207 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3208 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3209 build pathname. Skip symlink test on Windows host. Add missing
3210 newline at end of file.
3211 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3212 and use its host pathname.
3213 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3214 * gdb.python/py-section-script.exp: Use host location of binfile
3215 on safe-path. Use correct path separator on Windows host.
3216 Reorder alternatives in gdb_test_multiple to prevent matching
3217 the wrong alternative on success.
3218 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3219
ca2589f3
PP
32202019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3221
3222 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3223 expect the GDB inferior to no longer immediately stop after
3224 being resumed with "signal SIGINT".
3225
020a839d
SL
32262019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3227
3228 * gdb.linespec/break-ask.exp: Generalize regexps to match
3229 Windows pathnames too.
3230
128d6509
TV
32312019-08-08 Tom de Vries <tdevries@suse.de>
3232
3233 PR testsuite/24862
3234 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3235
590042fc
PW
32362019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3237
3238 * gdb.base/style.exp: Update tests for help doc new invariants.
3239 * gdb.base/help.exp: Likewise.
3240
046bebe1
TT
32412019-08-06 Tom Tromey <tom@tromey.com>
3242
3243 * gdb.base/style.exp: Add disassemble test.
3244 * gdb.base/style.c (some_called_function): New function.
3245 (main): Use it.
3246
0b27c27d
CB
32472019-08-05 Christian Biesinger <cbiesinger@google.com>
3248
3249 * gdb.python/py-block.exp: Test dictionary access on blocks.
3250
580f1034
SM
32512019-08-05 Simon Marchi <simon.marchi@efficios.com>
3252
3253 PR gdb/24863
3254 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3255 -list-thread-groups --available test when running under
3256 check-read1.
3257
d86bd7cb
TV
32582019-08-05 Tom de Vries <tdevries@suse.de>
3259
3260 PR testsuite/24863
3261 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3262 * gdb.base/help.exp: Use with_read1_timeout_factor.
3263 * gdb.base/info-macros.exp: Same.
3264 * gdb.cp/nested-types.exp: Same.
3265
a80cf5d8
TV
32662019-08-05 Tom de Vries <tdevries@suse.de>
3267
3268 * lib/gdb.exp (version_at_least): Factor out of ...
3269 (tcl_version_at_least): ... here.
3270 (gdb_compile): Fail if pie results in non-PIE executable.
3271 (readelf_version, readelf_prints_pie): New proc.
3272 (exec_is_pie): Return -1 if unknown.
3273
d0962838
TV
32742019-08-05 Tom de Vries <tdevries@suse.de>
3275
3276 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3277
2252ff3d
SL
32782019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3279
3280 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3281
26655f53
SL
32822019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3283
3284 * lib/completion-support.exp (test_gdb_complete_none): Skip
3285 tab completion tests if no readline support.
3286 (test_gdb_complete_unique_re): Likewise.
3287 (test_gdb_complete_multiple): Likewise.
3288
db4dc13e
PW
32892019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3290
3291 * gdb.base/info_sources.exp: New file.
3292 * gdb.base/info_sources.c: New file.
3293 * gdb.base/info_sources_base.c: New file.
3294
0eba165a
PFC
32952019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3296
3297 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3298 prefix argument.
3299 (test_exit_status): Add prefix argument.
3300
59bd512b
TV
33012019-08-01 Tom de Vries <tdevries@suse.de>
3302
3303 PR testsuite/24863
3304 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3305 calling exp_continue for new thread and thread exited messages.
3306
2a3ad588
TV
33072019-08-01 Tom de Vries <tdevries@suse.de>
3308
3309 PR testsuite/24863
3310 * gdb.base/structs.exp: Fix check-read1 timeout using
3311 gdb_test_sequence.
3312 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3313
117eb594
TV
33142019-08-01 Tom de Vries <tdevries@suse.de>
3315
3316 PR testsuite/24863
3317 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3318 line.
3319
ed591340
TV
33202019-08-01 Tom de Vries <tdevries@suse.de>
3321
3322 PR testsuite/24863
3323 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3324
aa3b6533
TT
33252019-07-30 Tom Tromey <tromey@adacore.com>
3326
3327 * gdb.ada/display_nested.exp: New file.
3328 * gdb.ada/display_nested/foo.adb: New file.
3329 * gdb.ada/display_nested/pack.adb: New file.
3330 * gdb.ada/display_nested/pack.ads: New file.
3331
2906593f
CB
33322019-07-30 Christian Biesinger <cbiesinger@google.com>
3333
3334 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3335 namespace.
3336 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3337
0f575925
TV
33382019-07-30 Tom de Vries <tdevries@suse.de>
3339
3340 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3341 instead.
3342
b13057d9
TV
33432019-07-30 Tom de Vries <tdevries@suse.de>
3344
3345 PR testsuite/24834
3346 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3347 (exec_is_pie): New proc.
3348
5c4dde85
CB
33492019-07-29 Christian Biesinger <cbiesinger@google.com>
3350
3351 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3352
c620ed88
CB
33532019-07-29 Christian Biesinger <cbiesinger@google.com>
3354
3355 * gdb.python/py-objfile.c: Add global and static vars.
3356 * gdb.python/py-objfile.exp: Test new functions Objfile.
3357 lookup_global_symbol and lookup_static_symbol.
3358
3d235706
TT
33592019-07-29 Tom Tromey <tom@tromey.com>
3360
3361 * lib/tuiterm.exp (Term::_csi_@): New proc.
3362 (Term::_csi_X): Don't move cursor.
3363
c7e4c0a6
PW
33642019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3365
3366 * gdb.base/options.exp: Update backtrace - completion to
3367 new option -frame-info.
3368 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3369 Test new 'set print frame-info'. Test backtrace -frame-info
3370 overriding 'set print frame-info'.
3371 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3372 Test new 'set print frame-info'.
3373 Verify consistency of backtrace with and without filters, with and
3374 without -no-filters.
3375 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3376 default.
3377
de28a3b7
TV
33782019-07-29 Tom de Vries <tdevries@suse.de>
3379
3380 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3381 no arguments".
3382
507dd60e
TV
33832019-07-29 Tom de Vries <tdevries@suse.de>
3384
3385 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3386 is a substring of the first for "complete non-unique file name".
3387
5beafce9
TV
33882019-07-29 Tom de Vries <tdevries@suse.de>
3389
3390 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3391 with ".*".
3392
2d274232
TV
33932019-07-29 Tom de Vries <tdevries@suse.de>
3394
3395 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3396 Pass prompt_regexp parameter to gdb_test_multiple calls.
3397
9197cd8b
TV
33982019-07-29 Tom de Vries <tdevries@suse.de>
3399
3400 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3401 print registers" regexps.
9197cd8b 3402
b528dae0
TV
34032019-07-29 Tom de Vries <tdevries@suse.de>
3404
3405 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3406
d17725d7
TV
34072019-07-29 Tom de Vries <tdevries@suse.de>
3408
3409 PR gdb/24855
3410 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3411 (skip_python_tests_prompt): Add prompt_regexp argument to
3412 gdb_test_multiple calls.
3413
52b75bf1
TT
34142019-07-27 Tom Tromey <tom@tromey.com>
3415
3416 * gdb.tui/main.exp: New file.
3417
2b1d00c2
TT
34182019-07-27 Tom Tromey <tom@tromey.com>
3419
3420 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3421 optional.
3422 * gdb.tui/empty.exp: New file.
3423
ded631d5
TT
34242019-07-27 Tom Tromey <tom@tromey.com>
3425
3426 * lib/tuiterm.exp (spawn): New proc.
3427 (Term::resize): New proc.
3428 * gdb.tui/resize.exp: New file.
3429
58ac439d
TT
34302019-07-27 Tom Tromey <tom@tromey.com>
3431
3432 * gdb.tui/list.exp: New file.
3433
fe1f56ee
TT
34342019-07-27 Tom Tromey <tom@tromey.com>
3435
3436 * gdb.tui/regs.exp: New file.
3437
f790b310
TT
34382019-07-27 Tom Tromey <tom@tromey.com>
3439
3440 * gdb.tui/basic.exp: Add "layout split" test.
3441
d95fc6ee
TT
34422019-07-27 Tom Tromey <tom@tromey.com>
3443
3444 * gdb.tui/basic.exp: Add "layout asm" test.
3445
c3786b3a
TT
34462019-07-27 Tom Tromey <tom@tromey.com>
3447
3448 * lib/tuiterm.exp: New file.
3449 * gdb.tui/basic.exp: New file.
3450
98a617f8
KB
34512019-07-27 Kevin Buettner <kevinb@redhat.com>
3452
3453 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3454 Enable tests associated with this flag. Adjust regex
3455 referencing "foo_low" to now refer to "foo_cold" instead.
3456
5c076da4
KB
34572019-07-27 Kevin Buettner <kevinb@redhat.com>
3458
3459 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3460 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3461 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3462 foo_cold. Revise comments to match.
3463 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3464 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3465 were wrapped into this proc; Call do_test in loop from outermost
3466 level.
3467 (foo_low): Rename all occurrences to "foo_cold".
3468 (backtrace from baz): New test.
3469 (x2/i foo_cold): New test.
3470 (info line *foo_cold): New test.
3471
1512d3b7
TV
34722019-07-26 Tom de Vries <tdevries@suse.de>
3473
3474 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3475
297989a1
TV
34762019-07-25 Tom de Vries <tdevries@suse.de>
3477
3478 PR testsuite/24830
3479 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3480 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3481 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3482 (skip_libstdcxx_probe_tests): ... here.
3483 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3484
b3b965fb
TV
34852019-07-24 Tom de Vries <tdevries@suse.de>
3486
3487 PR testsuite/24807
3488 * gdb.objc/basicclass.m: Include stdio.h.
3489 * gdb.objc/nondebug.m: Same.
3490 * gdb.objc/objcdecode.m: Same.
3491
4625b4d0
TV
34922019-07-24 Tom de Vries <tdevries@suse.de>
3493
3494 PR testsuite/24612
3495 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3496 additional_flags.
3497
024a5840
TV
34982019-07-24 Tom de Vries <tdevries@suse.de>
3499
3500 PR testsuite/24831
3501 * gdb.multi/tids.exp: Update error messages for info threads.
3502
c76ddaa3
TV
35032019-07-24 Tom de Vries <tdevries@suse.de>
3504
3505 * gdb.base/info-types.exp: Allow info types to print info for more than
3506 one file.
3507
9a618ef6
TV
35082019-07-23 Tom de Vries <tdevries@suse.de>
3509
3510 PR testsuite/24842
3511 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3512 gdb_spawn_with_cmdline_opts.
3513
40eadf04
SP
35142019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3515
3516 * gdb.arch/arm-cmse-sgstubs.c: New test.
3517 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3518
5ba29434
TV
35192019-07-23 Tom de Vries <tdevries@suse.de>
3520
3521 PR testsuite/24711
3522 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3523 issuing next command.
3524
a8e9d247
AB
35252019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3526
3527 * gdb.ada/info_auto_lang.exp: Update expected results.
3528 * gdb.base/info-types.c: Add additional types to check.
3529 * gdb.base/info-types.exp: Update expected results.
3530
eb86c5e2
AB
35312019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3532
3533 * gdb.base/info-types.c: New file.
3534 * gdb.base/info-types.exp: New file.
3535
01e175fe
AB
35362019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3537
3538 * gdb.arch/riscv-bp-infcall.c: New file.
3539 * gdb.arch/riscv-bp-infcall.exp: New file.
3540
6b78c3f8
AB
35412019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3542
3543 PR breakpoints/24541
3544 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3545
da738167
TV
35462019-07-14 Tom de Vries <tdevries@suse.de>
3547
3548 PR testsuite/24760
3549 * gdb.objc/basicclass.exp: Fix unterminated string.
3550
0d4e84ed
AB
35512019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3552 Andrew Burgess <andrew.burgess@embecosm.com>
3553
3554 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3555 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3556 negative bounds.
3557 * gdb.fortran/vla-value.exp: Print elements of an array with
3558 negative bounds.
3559 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3560 testing.
3561
021d8588
AB
35622019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3563
3564 * gdb.base/options.exp (expect_string): Dequote strings in
3565 results.
3566 (test-string): Test strings with different quoting and reindent.
3567
f06f1252
TT
35682019-07-10 Tom Tromey <tromey@adacore.com>
3569
3570 * gdb.ada/mi_ex_cond.exp: Update expected results.
3571 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3572 * gdb.ada/mi_catch_ex.exp: Update expected results.
3573 * gdb.ada/mi_catch_assert.exp: Update expected results.
3574 * gdb.ada/catch_ex.exp (catch_exception_info)
3575 (catch_exception_entry, catch_assert_entry)
3576 (catch_unhandled_entry): Update.
3577 * gdb.ada/catch_assert_if.exp: Update expected results.
3578
b863685d
RB
35792019-07-10 Richard Bunt <richard.bunt@arm.com>
3580 Stephen Roberts <stephen.roberts@arm.com>
3581
3582 * gdb.base/define.exp: Restore original prompt.
3583
cb1e4e32
PA
35842019-07-09 Pedro Alves <palves@redhat.com>
3585
3586 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3587 breakpoints" output.
3588 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3589 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3590 throw" creates breakpoint.
3591 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3592 'type="catchpoint"'.
3593
b58a68fe
PA
35942019-07-09 Pedro Alves <palves@redhat.com>
3595
3596 PR c++/15468
3597 * gdb.cp/except-multi-location-lib.cc: New.
3598 * gdb.cp/except-multi-location-main.cc: New.
3599 * gdb.cp/except-multi-location.exp: New.
3600
0826779b
PW
36012019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3602
3603 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3604 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3605 argument and update callers.
3606
5b0e2db4
AB
36072019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3608
3609 * gdb.arch/amd64-break-on-asm-line.S: New file.
3610 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3611
1f6f6e21
PW
36122019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3613
3614 * gdb.base/printcmds.exp: Test printing C string and
3615 C wide string convenience vars without transiting via the inferior.
3616 Also make test names unique.
3617
ea142fbf
AH
36182019-07-08 Alan Hayward <alan.hayward@arm.com>
3619
5862c886 3620 PR breakpoints/25011
ea142fbf
AH
3621 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3622
213fd9fa
PA
36232019-07-04 Pedro Alves <palves@redhat.com>
3624
3625 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3626 body returned ok(0), break(3) or continue(4).
3627 * gdb.testsuite/foreach_with_prefix.exp: New file.
3628
2b40fda7
AH
36292019-07-04 Alan Hayward <alan.hayward@arm.com>
3630
3631 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3632
a26c8de0
PA
36332019-07-03 Pedro Alves <palves@redhat.com>
3634
3635 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3636 "return -code".
3637
5f4ba3e7
PA
36382019-07-03 Pedro Alves <palves@redhat.com>
3639
3640 PR cli/24732
3641 * gdb.base/shell.exp: Load completion-support.exp.
3642 Adjust expected error output. Add completion tests.
3643
a994424f
PA
36442019-07-03 Pedro Alves <palves@redhat.com>
3645
3646 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3647 string_to_regexp.
3648
3d9be6f5
PA
36492019-07-03 Pedro Alves <palves@redhat.com>
3650
3651 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3652 (expect_integer): Adjust to expect "-string".
3653 (expect_string): New.
3654 (all_options): Expect "-string".
3655 (test-flag, test-boolean): Adjust to expect "-string".
3656 (test-string): New proc.
3657 (top level): Call it.
3658
41fc454c
PA
36592019-07-03 Pedro Alves <palves@redhat.com>
3660
3661 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3662 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3663 the expected output in the success.
3664
b2b2a215
PA
36652019-07-03 Pedro Alves <palves@redhat.com>
3666
3667 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3668 Split one gdb_test_multiple call in two to avoid a race.
3669
fdbc9870
PA
36702019-07-03 Pedro Alves <palves@redhat.com>
3671
3672 * gdb.base/with.c: New file.
3673 * gdb.base/with.exp: New file.
3674
c6ac8931
PA
36752019-07-03 Pedro Alves <palves@redhat.com>
3676
3677 * gdb.base/settings.exp: Replace all references to "maint
3678 test-settings set" with references to "maint set test-settings",
3679 and all references to "maint test-settings show" with references
3680 to "maint show test-settings".
3681
970f9d09
PA
36822019-07-03 Pedro Alves <palves@redhat.com>
3683
3684 * gdb.base/settings.exp (test-string): Adjust expected out when
3685 testing "maint test-settings show filename"
3686
54d66006
PA
36872019-07-02 Pedro Alves <palves@redhat.com>
3688
3689 * gdb.base/options.exp (test-info-threads): New procedure.
3690 (top level): Call it.
3691
10d06d82
TT
36922019-06-28 Tom Tromey <tromey@adacore.com>
3693
3694 * gdb.dwarf2/ada-linkage-name.c: New file.
3695 * gdb.dwarf2/ada-linkage-name.exp: New file.
3696
3d507ff2
TT
36972019-06-27 Tom Tromey <tromey@adacore.com>
3698
d039f014 3699 PR c++/20020:
3d507ff2
TT
3700 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3701
8af58ffe
TV
37022019-06-26 Tom de Vries <tdevries@suse.de>
3703
3704 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3705
22e21752
TV
37062019-06-26 Tom de Vries <tdevries@suse.de>
3707
3708 * gdb.base/index-cache.exp: Add back missing debug option.
3709
b65b566c
PW
37102019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3711
3712 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3713
5c2c8c69
TV
37142019-06-25 Tom de Vries <tdevries@suse.de>
3715
3716 PR testsuite/24727
3717 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3718
164e3873
TV
37192019-06-24 Tom de Vries <tdevries@suse.de>
3720
3721 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3722
824eacee
TV
37232019-06-24 Tom de Vries <tdevries@suse.de>
3724
3725 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3726 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3727 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3728
385b97d3
TV
37292019-06-24 Tom de Vries <tdevries@suse.de>
3730
3731 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3732
c596f180
TV
37332019-06-21 Tom de Vries <tdevries@suse.de>
3734
3735 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3736
b13a7d03
TV
37372019-06-21 Tom de Vries <tdevries@suse.de>
3738
3739 PR testsuite/24518
3740 PR ada/24713
3741 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3742 index.
3743
899277ae
TT
37442019-06-19 Tom Tromey <tromey@adacore.com>
3745
3746 * gdb.ada/length_cond.exp: Add intro comment.
3747
680e1bee
TT
37482019-06-19 Tom Tromey <tromey@adacore.com>
3749
3750 * gdb.ada/length_cond.exp: New file.
3751 * gdb.ada/length_cond/length_cond.adb: New file.
3752 * gdb.ada/length_cond/pck.adb: New file.
3753 * gdb.ada/length_cond/pck.ads: New file.
3754
0ed4690a
TV
37552019-06-18 Tom de Vries <tdevries@suse.de>
3756
3757 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3758
d20ed5fd
TT
37592019-06-18 Tom Tromey <tromey@adacore.com>
3760
3761 * gdb.base/list0.h: Add comment explaining control character.
3762
86e04673
TV
37632019-06-18 Tom de Vries <tdevries@suse.de>
3764
3765 * boards/fission.exp: Break up long debug_flags line.
3766
c4973306
SM
37672019-06-16 Tom de Vries <tdevries@suse.de>
3768
3769 PR gdb/24445
3770 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3771 generated index.
3772
93cb9841
AB
37732019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3774
3775 PR gdb/24686
3776 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3777 improve detection of bug gdb/24541.
3778
399aaebd
SM
37792019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3780
3781 PR gdb/24669
3782 * gdb.base/index-cache.exp (uses_readnow,
3783 expecting_index_cache_use): Define global variable.
3784 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3785 expecting_index_cache_use.
3786
584a927c
AB
37872019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3788 Andrew Burgess <andrew.burgess@embecosm.com>
3789
3790 * gdb.fortran/pointers.f90: New file.
3791 * gdb.fortran/print_type.exp: New file.
3792 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3793 * gdb.fortran/vla-type.exp: Likewise.
3794 * gdb.fortran/vla-value.exp: Likewise.
3795 * gdb.mi/mi-vla-fortran.exp: Likewise.
3796
30056ea0
AB
37972019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3798
3799 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3800 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3801 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3802 as a stop reason.
3803
ec8e2b6d
AB
38042019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3805
3806 * gdb.base/annota1.exp: Update expected results.
3807 * gdb.cp/annota2.exp: Likewise.
3808 * gdb.cp/annota3.exp: Likewise.
3809
09e4c4e1
AB
38102019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3811
3812 * gdb.base/style-logging.exp: Remove path from test name.
3813
0735b091
TT
38142019-06-14 Tom Tromey <tromey@adacore.com>
3815
3816 PR gdb/24502:
3817 * gdb.base/style-logging.exp: New file.
3818
f5686554
TT
38192019-06-14 Tom Tromey <tromey@adacore.com>
3820
3821 * gdb.base/symfile-warn.exp: New file.
3822 * gdb.base/symfile-warn.c: New file.
3823
a0c1ffed
TT
38242019-06-14 Tom Tromey <tromey@adacore.com>
3825
3826 * gdb.base/annotate-symlink.exp: New file.
3827
f411722c
TT
38282019-06-14 Tom Tromey <tromey@adacore.com>
3829
3830 * gdb.ada/set_wstr.exp: Add reassignment test.
3831
4268ec18
TT
38322019-06-14 Tom Tromey <tromey@adacore.com>
3833
3834 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3835 'unchecked_access and 'unrestricted_access as well.
3836
9a9e394b
TT
38372019-06-14 Tom Tromey <tromey@adacore.com>
3838
3839 PR ada/24539:
3840 * gdb.ada/vla.exp: Update tests.
3841 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3842 pragma.
3843
4c048731
PA
38442019-06-13 Pedro Alves <palves@redhat.com>
3845
3846 * gdb.base/settings.exp (test-integer): Test junk after
3847 "unlimited".
3848
6665660a
PA
38492019-06-13 Pedro Alves <palves@redhat.com>
3850
3851 * gdb.base/options.exp (test-thread-apply): New.
3852 (top level): Call it.
3853
5d707134
PA
38542019-06-13 Pedro Alves <palves@redhat.com>
3855
3856 * gdb.base/options.exp (test-frame-apply): New.
3857 (top level): Test print commands with different "frame apply"
3858 prefixes.
3859
e2a689da
PA
38602019-06-13 Pedro Alves <palves@redhat.com>
3861
e79be6e5 3862 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
3863 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3864 'max_completions' parameter and handle it.
3865 (test_gdb_completion_offers_commands): New.
3866
90a1ef87
PA
38672019-06-13 Pedro Alves <palves@redhat.com>
3868
3869 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3870
d4c16835
PA
38712019-06-13 Pedro Alves <palves@redhat.com>
3872
3873 * gdb.base/options.exp (test-backtrace): New.
3874 (top level): Call it.
3875
2daf894e
PA
38762019-06-13 Pedro Alves <palves@redhat.com>
3877
3878 * gdb.guile/scm-frame-args.exp: Use "set print
3879 raw-frame-arguments" instead of "set print raw frame-arguments".
3880 * gdb.python/py-frame-args.exp: Likewise.
3881
e6ed716c
PA
38822019-06-13 Pedro Alves <palves@redhat.com>
3883
3884 * gdb.compile/compile.exp: Adjust expected output to option
3885 processing changes.
3886
7d8062de
PA
38872019-06-13 Pedro Alves <palves@redhat.com>
3888
3889 * gdb.base/options.exp: Build executable.
3890 (test-print): New procedure.
3891 (top level): Call it, once for "print" and another for "compile
3892 print".
3893
9d0faba9
PA
38942019-06-13 Pedro Alves <palves@redhat.com>
3895
3896 * gdb.base/options.c: New file.
3897 * gdb.base/options.exp: New file.
3898
dee7b4c8
PA
38992019-06-13 Pedro Alves <palves@redhat.com>
3900
3901 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3902 that "o" is ambiguous.
3903
dca0f6c0
PA
39042019-06-13 Pedro Alves <palves@redhat.com>
3905
3906 * gdb.base/settings.c: New file.
3907 * gdb.base/settings.exp: New file.
3908
ccf46844
PA
39092019-06-13 Pedro Alves <palves@redhat.com>
3910
3911 * gdb.base/completion.exp: Fix comment typo.
3912
b9a3f842
PA
39132019-06-13 Pedro Alves <palves@redhat.com>
3914
3915 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3916 foo --1" test.
3917
d106773e
PA
39182019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3919
3920 * gdb.fortran/block-data.f: New.
3921 * gdb.fortran/block-data.exp: New.
3922
fea82da0
TV
39232019-06-11 Tom de Vries <tdevries@suse.de>
3924
3925 PR testsuite/24521
3926 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3927 message.
3928
8c2e74f1
TV
39292019-06-11 Tom de Vries <tdevries@suse.de>
3930
3931 PR testsuite/24521
3932 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3933
b49851c8
TV
39342019-06-11 Tom de Vries <tdevries@suse.de>
3935
3936 * boards/readnow.exp: New file.
3937
a7067863
AB
39382019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3939
3940 * gdb.fortran/vla-sizeof.exp: Update expected results.
3941
1a3da2cd
AB
39422019-06-06 Amos Bird <amosbird@gmail.com>
3943
3944 * gdb.base/annota1.exp (thread_switch): Add test for
3945 thread-exited annotation.
3946
3847a7bf
TT
39472019-06-06 Tom Tromey <tromey@adacore.com>
3948
3949 * gdb.base/maint.exp: Expect command started/finished output.
3950
0088ba59
AB
39512019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3952
3953 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3954 comment.
3955 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3956
312617a3
AB
39572019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3958
3959 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3960 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3961 * gdb.arch/riscv-unwind-long-insn.c: New file.
3962 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3963
e1f2e1a2
CB
39642019-06-04 Christian Biesinger <cbiesinger@google.com>
3965
d3238f7d 3966 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 3967
206584bd
PW
39682019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3969
3970 * lib/gdb.exp (help_list_trailer): New regexp variable
3971 factorizing the help trailer message.
3972 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3973 arg to allow to better factorize various tests.
3974 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3975 (test_prefix_command_help): Use help_list_trailer.
3976 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3977 * gdb.guile/scm-cmd.exp: Likewise.
3978 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3979 * gdb.base/help.exp: Use test_user_defined_class_help.
3980 * gdb.base/style.exp: Add tests for styling of help and apropos.
3981 * lib/gdb-utils.exp (style): Add title and highlight styles.
3982
708dc93e
PW
39832019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3984
3985 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3986 $_shell_exitsignal.
3987 * gdb.base/default.exp: Update for new convenience variables.
3988
f49055a5
TT
39892019-05-29 Tom Tromey <tromey@adacore.com>
3990
3991 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3992 to "break complete ada" test case's regexp.
3993
4330d61d
TT
39942019-05-29 Tom Tromey <tromey@adacore.com>
3995
3996 PR c++/20020:
3997 * gdb.cp/constexpr-field.exp: New file.
3998 * gdb.cp/constexpr-field.cc: New file.
3999
000439d5
TT
40002019-05-29 Tom Tromey <tromey@adacore.com>
4001
4002 * gdb.base/finish.exp (finish_no_print): New proc.
4003 (finish_tests): Call it.
4004
5a01c34c
TV
40052019-05-24 Tom de Vries <tdevries@suse.de>
4006
4007 * gdb.dwarf2/gdb-add-index.exp: New file.
4008
18125b16
TT
40092019-05-22 Tom Tromey <tromey@adacore.com>
4010
4011 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4012 * gdb.base/style.exp: Use "style".
4013 * lib/gdb-utils.exp (style): New proc.
4014
af1a8d03
TV
40152019-05-22 Tom de Vries <tdevries@suse.de>
4016
4017 * gdb.base/align.exp: Require c++11.
4018
e7fe496b
TV
40192019-05-22 Tom de Vries <tdevries@suse.de>
4020
4021 PR testsuite/24586
4022 * gdb.python/py-mi-var-info-path-expression.exp: Call
4023 mi_skip_python_tests to check if python is supported.
4024
8fca4da0
AH
40252019-05-22 Alan Hayward <alan.hayward@arm.com>
4026
4027 * gdb.arch/aarch64-pauth.c: New test.
4028 * gdb.arch/aarch64-pauth.exp: New file.
4029
b7060614
AH
40302019-05-22 Alan Hayward <alan.hayward@arm.com>
4031
4032 * README (Re-running Tests Outside The Testsuite): New section.
4033
669d0468
TV
40342019-05-21 Tom de Vries <tdevries@suse.de>
4035
4036 * gdb.arch/amd64-eval.exp: Require c++11.
4037 * gdb.base/max-depth.exp: Same.
4038 * gdb.compile/compile-cplus-array-decay.exp: Same.
4039 * gdb.cp/meth-typedefs.exp: Same.
4040 * gdb.cp/subtypes.exp: Same.
4041 * gdb.cp/temargs.exp: Same.
4042
ce3ebcaa
AH
40432019-05-21 Alan Hayward <alan.hayward@arm.com>
4044
4045 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4046
34d11c68
AB
40472019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4048
4049 PR gdb/18644
4050 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4051 * gdb.fortran/printing-types.exp: Add new test.
4052 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4053 testing.
4054 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4055 setup_kfail call.
4056
87781e84
AH
40572019-05-17 Alan Hayward <alan.hayward@arm.com>
4058
4059 * README (Running the Testsuite): Change example.
4060 (Testsuite Parameters): Remove TRANSCRIPT.
4061 * lib/gdb.exp: Remove TRANSCRIPT check.
4062
b420b89e
AH
40632019-05-17 Alan Hayward <alan.hayward@arm.com>
4064
4065 * README (Testsuite Parameters): Add replay logging to
4066 GDBSERVER_DEBUG.
4067 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4068 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4069 as a comma separated list.
4070 (gdb_debug_init): Override procedure.
4071
408e9b8b
AH
40722019-05-17 Alan Hayward <alan.hayward@arm.com>
4073
4074 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4075 (gdb_write_cmd_file): New procedure.
4076 * lib/gdbserver-support.exp (gdbserver_start): Call
4077 gdbserver_write_cmd_file.
4078 (gdbserver_write_cmd_file): New procedure.
4079
f9e2e39d
AH
40802019-05-17 Alan Hayward <alan.hayward@arm.com>
4081
4082 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4083 (delete_breakpoints): Likewise.
4084 (gdb_run_cmd): Likewise.
4085 (gdb_start_cmd): Likewise.
4086 (gdb_starti_cmd): Likewise.
4087 (gdb_internal_error_resync): Likewise.
4088 (gdb_test_multiple): Likewise.
4089 (gdb_reinitialize_dir): Likewise.
4090 (default_gdb_exit): Likewise.
4091 (gdb_file_cmd): Mark kill as optional.
4092 (default_gdb_start): Call gdb_stdin_log_init.
4093 (send_gdb): Call gdb_stdin_log_write.
4094 (rerun_to_main): Mark Y as an answer.
4095 (gdb_stdin_log_init): New function.
4096 (gdb_stdin_log_write): Likewise.
4097
81f47ac2
AH
40982019-05-17 Alan Hayward <alan.hayward@arm.com>
4099
4100 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4101 * gdb.base/debug-expr.exp: Likewise.
4102 * gdb.base/foll-fork.exp: Likewise.
4103 * gdb.base/foll-vfork.exp: Likewise.
4104 * gdb.base/fork-print-inferior-events.exp: Likewise.
4105 * gdb.base/gdb-sigterm.exp: Likewise.
4106 * gdb.base/gdbinit-history.exp: Likewise.
4107 * gdb.base/osabi.exp: Likewise.
4108 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4109 * gdb.base/ui-redirect.exp: Likewise.
4110 * gdb.gdb/unittest.exp: Likewise.
4111 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4112 * gdb.mi/mi-watch.exp: Likewise.
4113 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4114 * gdb.mi/user-selected-context-sync.exp: Likewise.
4115 * gdb.python/python.exp: Disable debug test when debugging.
4116 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4117 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4118 Likewise.
4119 * gdb.threads/stepi-random-signal.exp: Likewise.
4120
29b52314
AH
41212019-05-17 Alan Hayward <alan.hayward@arm.com>
4122
4123 * Makefile.in: Pass through GDB_DEBUG.
4124 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4125 (gdb,debug): Add board setting.
4126 * lib/gdb.exp (default_gdb_start): Start debugging.
4127 (gdb_debug_enabled): New procedure.
4128 (gdb_debug_init): Likewise.
29b52314
AH
4129
41302019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4131
29b52314
AH
4132 * Makefile.in: Pass through GDB_DEBUG.
4133 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4134 (gdb,debug): Add board setting.
4135 * lib/gdb.exp (default_gdb_start): Start debugging.
4136 (gdb_debug_enabled): New procedure.
4137 (gdb_debug_init): Likewise.
29b52314 4138
ca1285d1
AH
41392019-05-17 Alan Hayward <alan.hayward@arm.com>
4140
4141 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4142
f3a09c80
AH
41432019-05-17 Alan Hayward <alan.hayward@arm.com>
4144
4145 * gdb.base/ui-redirect.exp: Test redirection.
4146
26648588
JV
41472019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4148
4149 * gdb.mi/mi-complete.exp: New file.
4150 * gdb.mi/mi-complete.cc: Likewise.
4151
14237686
AB
41522019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4153
4154 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4155 indexed and sliced arrays, and pointers to arrays.
4156
e7bd7fba
TT
41572019-05-14 Tom Tromey <tromey@adacore.com>
4158
4159 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4160 styling test.
4161
2764128d
TV
41622019-05-14 Tom de Vries <tdevries@suse.de>
4163
4164 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4165 selection entry encoding.
4166
71bed2db
TT
41672019-05-10 Tom Tromey <tromey@adacore.com>
4168
4169 * gdb.ada/info_exc.exp: Add "complete" test.
4170
63b667ad
TV
41712019-05-09 Tom de Vries <tdevries@suse.de>
4172
4173 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4174 CU-relative.
4175
9cfd2b89
TV
41762019-05-09 Tom de Vries <tdevries@suse.de>
4177
4178 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4179 CU-relative.
4180
2228ef77
XR
41812019-05-08 Joel Brobecker <brobecker@adacore.com>
4182
4183 * gdb.ada/frame_arg_lang.exp: New testcase.
4184 * gdb.ada/frame_arg_lang/bla.adb: New file.
4185 * gdb.ada/frame_arg_lang/pck.ads: New file.
4186 * gdb.ada/frame_arg_lang/pck.adb: New file.
4187 * gdb.ada/frame_arg_lang/foo.c: New file.
4188
80e55b13
TT
41892019-05-08 Tom Tromey <tromey@adacore.com>
4190
4191 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4192
9d3421af
TT
41932019-05-08 Tom Tromey <tromey@adacore.com>
4194
4195 * gdb.base/ptype-offsets.exp: Update tests.
4196
844333e2
TT
41972019-05-08 Tom Tromey <tromey@adacore.com>
4198
4199 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4200 cases.
4201 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4202 "short".
4203
988915ee
TT
42042019-05-08 Tom Tromey <tromey@adacore.com>
4205
4206 * gdb.ada/vla.exp: New file.
4207 * gdb.ada/vla/vla.adb: New file.
4208
7bd55dac
TV
42092019-05-07 Tom de Vries <tdevries@suse.de>
4210
4211 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4212
75f06e9d
TV
42132019-05-07 Tom de Vries <tdevries@suse.de>
4214
4215 PR testsuite/24522
4216 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4217 section.
4218
77e7aaa4
TV
42192019-05-07 Tom de Vries <tdevries@suse.de>
4220
4221 PR testsuite/24522
4222 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4223 .debug_aranges section.
4224
456ba0fa
TV
42252019-05-07 Tom de Vries <tdevries@suse.de>
4226
4227 PR testsuite/24159
4228 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4229
5a56d6a6
TV
42302019-05-06 Tom de Vries <tdevries@suse.de>
4231
4232 * lib/gdb.exp (exec_has_index_section): New proc.
4233 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4234 section.
4235
9d6d4be8
TV
42362019-05-04 Tom de Vries <tdevries@suse.de>
4237
4238 * boards/cc-with-debug-names.exp: New file.
4239
222a8d25
TT
42402019-05-03 Tom Tromey <tromey@adacore.com>
4241
4242 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4243 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4244 * gdb.ada/char_enum.exp: Add test.
4245
0fdfd794
TV
42462019-05-03 Tom de Vries <tdevries@suse.de>
4247
4248 * boards/cc-with-gdb-index.exp: New file.
4249
80062eb9
AB
42502019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4251
4252 * gdb.rust/simple.exp: Add new test case.
4253 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4254 (main): Initialise an instance of the new struct.
4255
4504bbde
TT
42562019-05-01 Tom Tromey <tromey@adacore.com>
4257
4258 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4259 record.
4260 (NPR): New variable.
4261 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4262 test.
4263
d48e62f4
TT
42642019-05-01 Tom Tromey <tromey@adacore.com>
4265
4266 * gdb.ada/packed_array_assign.exp: Add packed assignment
4267 regression test.
4268
f59f30f5
TV
42692019-05-01 Tom de Vries <tdevries@suse.de>
4270
4271 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4272
b70bfc54
TV
42732019-05-01 Tom de Vries <tdevries@suse.de>
4274
4275 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4276
15f18d14
AT
42772019-04-30 Ali Tamur <tamur@google.com>
4278
4279 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4280
2ff0a947
TT
42812019-04-30 Tom Tromey <tromey@adacore.com>
4282
4283 * lib/ada.exp (find_ada_tool): New proc.
4284 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4285 * gdb.ada/catch_ex_std.exp: New file.
4286 * gdb.ada/catch_ex_std/foo.adb: New file.
4287 * gdb.ada/catch_ex_std/some_package.adb: New file.
4288 * gdb.ada/catch_ex_std/some_package.ads: New file.
4289
a776957c
TT
42902019-04-30 Tom Tromey <tromey@adacore.com>
4291
4292 PR c++/24470:
4293 * gdb.cp/temargs.cc: Add test code from PR.
4294
bc68014d
AB
42952019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4296
4297 * gdb.fortran/vla-datatypes.exp: Update expected results.
4298 * gdb.fortran/vla-ptype.exp: Likewise.
4299 * gdb.fortran/vla-type.exp: Likewise.
4300 * gdb.fortran/vla-value.exp: Likewise.
4301
f1fdc960
AB
43022019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4303
4304 * gdb.fortran/ptr-indentation.exp: Update expected results.
4305 * gdb.fortran/ptype-on-functions.exp: Likewise.
4306 * gdb.fortran/vla-ptr-info.exp: Likewise.
4307 * gdb.fortran/vla-value.exp: Likewise.
4308
bf7a4de1
AB
43092019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4310
4311 * gdb.fortran/ptype-on-functions.exp: New file.
4312 * gdb.fortran/ptype-on-functions.f90: New file.
4313
bbe75b9d
AB
43142019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4315
4316 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4317 case void string.
4318
1db455a7
AB
43192019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4320
4321 * gdb.fortran/complex.exp: Expand.
4322 * gdb.fortran/complex.f: Renamed to...
4323 * gdb.fortran/complex.f90: ...this, and extended to add more
4324 complex values.
4325
b6d03bb2
AB
43262019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4327
4328 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4329 MODULO, CMPLX.
4330
2e62ab40
AB
43312019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4332 Richard Bunt <richard.bunt@arm.com>
4333
4334 * gdb.base/max-depth.c: New file.
4335 * gdb.base/max-depth.exp: New file.
4336 * gdb.python/py-nested-maps.c: New file.
4337 * gdb.python/py-nested-maps.exp: New file.
4338 * gdb.python/py-nested-maps.py: New file.
4339 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4340 (test_all_common): Call test_max_depth.
4341 * gdb.fortran/max-depth.exp: New file.
4342 * gdb.fortran/max-depth.f90: New file.
4343 * gdb.go/max-depth.exp: New file.
4344 * gdb.go/max-depth.go: New file.
4345 * gdb.modula2/max-depth.exp: New file.
4346 * gdb.modula2/max-depth.c: New file.
4347 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4348
d2b584a5
TV
43492019-04-29 Tom de Vries <tdevries@suse.de>
4350
4351 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4352
136afab8
PW
43532019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4354
4355 * gdb.base/callexit.exp: Test may-call-functions off.
4356
725cbb63
KS
43572019-04-25 Keith Seitz <keiths@redhat.com>
4358
4359 PR c++/24367
4360 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4361 (another_incomplete_struct, test_incomplete): New definitions.
4362 (main): Use new definitions.
4363 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4364 functions.
4365
701adfb0
PA
43662019-04-25 Ali Tamur <tamur@google.com>
4367
4368 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4369
82433e3e
SDJ
43702019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4371
4372 PR corefiles/11608
4373 PR corefiles/18187
4374 * gdb.base/coredump-filter-build-id.exp: New file.
4375
dd06d4d6
AH
43762019-04-25 Alan Hayward <alan.hayward@arm.com>
4377
e79be6e5
SM
4378 * Makefile.in: Pass through GDBSERVER_DEBUG.
4379 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4380 (gdbserver,debug): Add board setting.
4381 * gdb.trace/tspeed.exp: Skip when debugging.
4382 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4383 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4384
1670072e
TT
43852019-04-24 Tom Tromey <tromey@adacore.com>
4386
4387 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4388 Rust.
4389
a59240a4
TT
43902019-04-24 Tom Tromey <tromey@adacore.com>
4391
4392 * gdb.arch/amd64-eval.exp: Test bitfield return.
4393 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4394 (class Foo) <return_bitfields>: New method.
4395 (main): Call it.
4396
b907456c
AB
43972019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4398
4399 * gdb.cp/many-args.cc: New file.
4400 * gdb.cp/many-args.exp: New file.
4401
5c565afd
TV
44022019-04-23 Tom de Vries <tdevries@suse.de>
4403
4404 PR gdb/24433
4405 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4406
ba22ff86
AH
44072019-04-23 Alan Hayward <alan.hayward@arm.com>
4408
4409 * gdb.trace/backtrace.exp: Use nopie flag.
4410 * gdb.trace/circ.exp: Likewise.
4411 * gdb.trace/collection.exp: Likewise.
4412 * gdb.trace/ftrace.exp: Likewise.
4413 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4414 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4415 * gdb.trace/qtro.exp: Likewise.
4416 * gdb.trace/read-memory.exp: Likewise.
4417 * gdb.trace/report.exp: Likewise.
4418 * gdb.trace/tfile.exp: Likewise.
4419 * gdb.trace/tfind.exp: Likewise.
4420 * gdb.trace/unavailable.exp: Likewise.
4421
7905fc35
PA
44222019-04-22 Pedro Alves <palves@redhat.com>
4423
4424 * gdb.base/solib-probes-nosharedlibrary.c,
4425 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4426
8ecb59f8
TT
44272019-04-19 Tom Tromey <tromey@adacore.com>
4428
4429 * gdb.ada/ptype_union.c: New file.
4430 * gdb.ada/ptype_union.exp: New file.
4431
62160ec9
TT
44322019-04-19 Tom Tromey <tromey@adacore.com>
4433
4434 PR symtab/24423:
4435 * gdb.base/list0.h (foo): Add a control-l character.
4436
36cd4ba5
TV
44372019-04-18 Tom de Vries <tdevries@suse.de>
4438
4439 PR gdb/24433
4440 * boards/local-board.exp: Set sysroot to "".
4441
b73715df
TV
44422019-04-18 Tom de Vries <tdevries@suse.de>
4443 Pedro Alves <palves@redhat.com>
4444
4445 PR gdb/24454
4446 * gdb.threads/vfork-follow-child-exec.c: New file.
4447 * gdb.threads/vfork-follow-child-exec.exp: New file.
4448 * gdb.threads/vfork-follow-child-exit.c: New file.
4449 * gdb.threads/vfork-follow-child-exit.exp: New file.
4450
4aa866af
LS
44512019-04-15 Leszek Swirski <leszeks@google.com>
4452
4453 * gdb.arch/amd64-eval.cc: New file.
4454 * gdb.arch/amd64-eval.exp: New file.
4455
e5a1a79a
AH
44562019-04-11 Alan Hayward <alan.hayward@arm.com>
4457
4458 * gdb.server/sysroot.c: New test.
4459 * gdb.server/sysroot.exp: New file.
4460 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4461 matching param.
4462
41077b66
AB
44632019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4464
4465 * gdb.base/align.exp: Extend test to cover structures containing
4466 only static fields.
4467
c30391f8
TV
44682019-04-11 Tom de Vries <tdevries@suse.de>
4469
4470 * boards/cc-with-dwz-m.exp: New file.
4471 * boards/cc-with-dwz.exp: New file.
4472 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4473
e242fd12
SM
44742019-04-09 Simon Marchi <simon.marchi@efficios.com>
4475
4476 * gdb.base/start-cpp.exp: New file.
4477 * gdb.base/start-cpp.cc: New file.
4478
2b0c8b01
KB
44792019-04-08 Kevin Buettner <kevinb@redhat.com>
4480
4481 * gdb.python/py-thrhandle.exp: Adjust tests to call
4482 thread_from_handle instead of thread_from_thread_handle.
4483
947210e5
KB
44842019-04-08 Kevin Buettner <kevinb@redhat.com>
4485
4486 * gdb.python/py-thrhandle.exp: Add tests for
4487 gdb.InferiorThread.handle.
4488
d7df6549
AB
44892019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4490
4491 * gdb.python/py-function.exp: Check calling helper function from
4492 all languages.
4493 * lib/gdb.exp (gdb_supported_languages): New proc.
4494
8bdc1658
AB
44952019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4496
4497 * gdb.base/complex-parts.c: New file.
4498 * gdb.base/complex-parts.exp: New file.
4499
05caa1d2
TT
45002019-04-01 Tom Tromey <tromey@adacore.com>
4501
4502 PR symtab/23331:
4503 * gdb.dwarf2/dw2-ranges-main.c: New file.
4504 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4505 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4506
7734102d
EZ
45072019-03-30 Simon Marchi <simark@simark.ca>
4508
4509 * gdb.base/default.exp: Add values for $_gdb_major and
4510 $_gdb_minor.
4511
188e1fa9
TT
45122019-03-29 Tom Tromey <tromey@adacore.com>
4513
4514 * gdb.base/help.exp: Tighten apropos regexp.
4515
2880242d
KS
45162019-03-29 Keith Seitz <keiths@redhat.com>
4517
4518 * gdb.fortran/array-bounds.exp: New file.
4519 * gdb.fortran/array-bounds.f90: New file.
4520
077cad8e
PW
45212019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4522
4523 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4524
80047cfc
PW
45252019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4526
4527 * gdb.multi/hello.c (main): Increase alarm timer.
4528
f489207e
SL
45292019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4530
4531 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4532 factor when no hardware watchpoint support.
4533
c92df149
AH
45342019-03-28 Alan Hayward <alan.hayward@arm.com>
4535 Pedro Alves <palves@redhat.com>
4536
4537 * boards/local-board.exp: set sysroot to /.
4538
933aebfa
AH
45392019-03-27 Alan Hayward <alan.hayward@arm.com>
4540
4541 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4542 in child.
4543
9f9aa852
AB
45442019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4545
4546 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4547 field.
4548 (make_container): Initialise new field.
4549 * gdb.python/py-prettyprint.exp: Add new tests.
4550 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4551 <display_hint>: New method.
4552
3714a195
AB
45532019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4554
4555 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4556 gdb_continue_to_breakpoint more throughout this test.
4557 (run_lang_tests) Supply unique test names, and use
4558 gdb_test_no_output.
4559
18c77628
AB
45602019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4561
4562 * gdb.base/finish-pretty.exp: Update expected results.
4563 * gdb.base/pretty-print.c: New file.
4564 * gdb.base/pretty-print.exp: New file.
4565
9a93502f
PA
45662019-03-25 Pedro Alves <palves@redhat.com>
4567
4568 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4569 move comments outside list. Append '-i "" eof' section.
4570
968aa7ae
AH
45712019-03-22 Alan Hayward <alan.hayward@arm.com>
4572
34a7f2a4 4573 PR testsuite/25016
968aa7ae
AH
4574 * README: Add pie options.
4575 * gdb.base/break-interp.exp: Ensure pie is disabled.
4576 * gdb.base/dump.exp: Likewise.
4577 * lib/gdb.exp (gdb_compile): Add pie option.
4578
4c7d57e7
TT
45792019-03-19 Tom Tromey <tromey@adacore.com>
4580
4581 * gdb.mi/mi2-cli-display.c: New file.
4582 * gdb.mi/mi2-cli-display.exp: New file.
4583
bff8c71f
TT
45842019-03-18 Joel Brobecker <brobecker@adacore.com>
4585 Tom Tromey <tromey@adacore.com>
4586
4587 * gdb.ada/ptype_array/pck.adb: New file.
4588 * gdb.ada/ptype_array/pck.ads: New file.
4589 * gdb.ada/ptype_array/foo.adb: New file.
4590 * gdb.ada/ptype_array.exp: New file.
4591
d085f989
TT
45922019-03-14 Tom Tromey <tromey@adacore.com>
4593
4594 * gdb.base/style.exp: Add "set style sources" test.
4595
b4be1b06
SM
45962019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4597
4598 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4599 * mi-breakpoint-multiple-locations.exp: ... this.
4600 (make_breakpoints_pattern): New proc.
4601 (do_test): Add mi_version parameter, test -break-insert,
4602 -break-info and =breakpoint-created.
4603
7cde5fc2
AB
46042019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4605
4606 * config/default.exp: Remove 'load_lib gdb.exp'.
4607 * config/monitor.exp: Likewise.
4608 * config/sid.exp: Likewise.
4609 * config/sim.exp: Likewise.
4610 * config/slite.exp: Likewise.
4611 * config/unix.exp: Likewise.
4612 * gdb.base/default.exp: Remove unhelpful comment.
4613
efbecbc1
AB
46142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4615
4616 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4617
0841c79a
AB
46182019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4619
4620 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4621
4a270568
AB
46222019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4623
4624 * gdb.fortran/type-kinds.exp: Update expected results.
4625
067630bd
AB
46262019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4627
4628 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4629
3be47f7a
AB
46302019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4631
4632 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4633 function.
4634 (test_basic_parsing_of_type_kinds): Expand types tested.
4635 (test_parsing_invalid_type_kinds): New function.
4636
4d00f5d8
AB
46372019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4638
4639 * gdb.fortran/intrinsics.exp: New file.
4640 * gdb.fortran/intrinsics.f90: New file.
4641 * gdb.fortran/type-kinds.exp: New file.
4642
c8f91604
AB
46432019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4644
4645 * gdb.fortran/dot-ops.exp: New file.
4646
dd9f2c76
AB
46472019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4648
4649 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4650 Check upper and lower case logical literals.
4651
84ec9724
AB
46522019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4653
4654 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4655 Remove duplicate tests.
4656
c3734e09
AH
46572019-03-06 Alan Hayward <alan.hayward@arm.com>
4658
4659 * lib/gdb.exp (builtin_cd): rename of cd.
4660 (cd): Override builtin.
4661
aa3cfbda
RB
46622019-03-06 Richard Bunt <richard.bunt@arm.com>
4663
4664 * gdb.fortran/function-calls.exp: New file.
4665 * gdb.fortran/function-calls.f90: New test.
4666
7b63ad86
RB
46672019-03-04 Richard Bunt <richard.bunt@arm.com>
4668
4669 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4670 on user program standard output.
4671 * gdb.fortran/short-circuit-argument-list.f90: Record function
4672 calls.
4673
01abb042
AH
46742019-02-28 Alan Hayward <alan.hayward@arm.com>
4675
c3734e09
AH
4676 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4677 failure.
01abb042 4678
92137da0
RO
46792019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4680
4681 PR gdb/8527
4682 * gdb.base/interrupt-daemon-attach.c,
4683 gdb.base/interrupt-daemon-attach.exp: New test.
4684
5862844d
PA
46852019-02-27 Pedro Alves <palves@redhat.com>
4686
4687 * gdb.base/page.exp: Add tests for "set width/height -1".
4688
8ed25214
PA
46892019-02-27 Pedro Alves <palves@redhat.com>
4690
4691 * gdb.base/page.exp: Add tests for "set/show width/height" with
4692 "infinite" values.
4693
6c28e44a
TT
46942019-02-27 Tom Tromey <tromey@adacore.com>
4695
4696 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4697 2.4.
4698 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4699 workaround.
4700
bf9a735e
AB
47012019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4702
4703 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4704 tests for structs with static members.
4705
8791793c
TT
47062019-02-26 Tom Tromey <tromey@adacore.com>
4707
4708 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4709 ValueError, not TypeError.
4710
bc2a507e
KB
47112019-02-26 Kevin Buettner <kevinb@redhat.com>
4712
4713 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4714 call from main program.
4715
e0e7d3bd
JB
47162019-02-23 Joel Brobecker <brobecker@adacore.com>
4717
4718 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4719 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4720 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4721 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4722 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4723
9600246d
KS
47242019-02-22 Keith Seitz <keiths@redhat.com>
4725
4726 PR symtab/23853
4727 * gdb.base/symlink-sourcefile.c: New file.
4728 * gdb.base/symlink-sourcefile.exp: New file.
4729
0c95f9ed
TT
47302019-02-20 Tom Tromey <tom@tromey.com>
4731
4732 * gdb.base/info_qt.exp: Update.
4733
6caa91b6
SM
47342019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4735
4736 * gdb.base/source.exp: Move "error in sourced script" code to
4737 the end.
4738 * gdb.base/source-error.gdb: Move contents to
4739 source-error-1.gdb. Add new code to source source-error-1.gdb.
4740 * gdb.base/source-error-1.gdb: New file, from previous
4741 source-error.gdb.
4742
6506371f
TT
47432019-02-17 Tom Tromey <tom@tromey.com>
4744
4745 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4746 for macro styling.
4747 * gdb.base/style.c (SOME_MACRO): New macro.
4748
a0087920
TT
47492019-02-17 Tom Tromey <tom@tromey.com>
4750
4751 * gdb.base/style.exp: Add line-wrapping tests.
4752 * gdb.base/page.exp: Add test for quitting during pagination.
4753
a2cd4f14
JB
47542019-02-17 Joel Brobecker <brobecker@adacore.com>
4755
4756 * gdb.ada/big_packed_array: New testcase.
4757 * gdb.ada/homonym.exp: Fix incorrect expected output for
4758 "break <homonym__get_value>" test.
4759
9d70ffbc
WP
47602019-02-13 Weimin Pan <weimin.pan@oracle.com>
4761
4762 PR breakpoints/21870
4763 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4764 and prepare_for_testing. Add comment.
4765 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4766 redundant cleanup call. Clean up comment.
4767
01c7ae81
WP
47682019-02-12 Weimin Pan <weimin.pan@oracle.com>
4769
4770 PR breakpoints/21870
4771 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4772 * gdb.arch/aarch64-dbreg-contents.c: New file.
4773
aff29d1c
JB
47742019-02-10 Joel Brobecker <brobecker@adacore.com>
4775
4776 * gdb.ada/mi_ref_changeable: New testcase.
4777
df0da8a2
AH
47782019-02-07 Alan Hayward <alan.hayward@arm.com>
4779
4780 * gdb.base/attach.exp: Add double attach test.
4781
bd447abb
SM
47822019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4783
4784 * lib/gdb.exp (default_gdb_start): Don't match pagination
4785 prompt.
4786 (gdb_init): Set stty_init.
4787
1dbc40b9
TT
47882019-01-27 Tom Tromey <tom@tromey.com>
4789
4790 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4791 skip_python_tests.
4792
353229bf
AH
47932019-01-24 Alan Hayward <alan.hayward@arm.com>
4794
4795 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4796 New structure.
4797 (struct struct_static_02_02): Likewise.
4798 (struct struct_static_02_03): Likewise.
4799 (struct struct_static_02_04): Likewise.
4800 (struct struct_static_04_01): Likewise.
4801 (struct struct_static_04_02): Likewise.
4802 (struct struct_static_04_03): Likewise.
4803 (struct struct_static_04_04): Likewise.
4804 (struct struct_static_06_01): Likewise.
4805 (struct struct_static_06_02): Likewise.
4806 (struct struct_static_06_03): Likewise.
4807 (struct struct_static_06_04): Likewise.
4808 (cmp_struct_static_02_01): Likewise.
4809 (cmp_struct_static_02_02): Likewise.
4810 (cmp_struct_static_02_03): Likewise.
4811 (cmp_struct_static_02_04): Likewise.
4812 (cmp_struct_static_04_01): Likewise.
4813 (cmp_struct_static_04_02): Likewise.
4814 (cmp_struct_static_04_03): Likewise.
4815 (cmp_struct_static_04_04): Likewise.
4816 (cmp_struct_static_06_01): Likewise.
4817 (cmp_struct_static_06_02): Likewise.
4818 (cmp_struct_static_06_03): Likewise.
4819 (cmp_struct_static_06_04): Likewise.
4820 (call_all): Test new structs.
4821 * gdb.base/infcall-nested-structs.exp: Likewise.
4822
73021deb
AH
48232019-01-21 Alan Hayward <alan.hayward@arm.com>
4824 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4825
fc65c7db
AH
48262019-01-21 Alan Hayward <alan.hayward@arm.com>
4827 * gdb.base/stack-protector.c: New test.
4828 * gdb.base/stack-protector.exp: New file.
4829 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4830 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4831 option.
4832 (gdb_compile): Remove stack protector for GCC and prevent
4833 recursion.
4834
c24bdb02
KS
48352019-01-16 Keith Seitz <keiths@redhat.com>
4836
4837 PR gdb/23773
4838 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4839
6f072a10
PFC
48402019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4841
4842 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4843 aliases.
4844 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4845 tests.
4846 * gdb.arch/powerpc-vector-regs.c: New file.
4847 * gdb.arch/powerpc-vector-regs.exp: New file.
4848
a7b8d682
PFC
48492019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4850
4851 * gdb.arch/altivec-regs.exp: Fix the list passed to
4852 gdb_expect_list when testing "info vector".
4853
6eb6fb67
AB
48542019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4855
4856 * gdb.base/style.exp: Don't include path in testname.
4857
b56f80d8
KS
48582019-01-10 Keith Seitz <keiths@redhat.com>
4859
4860 PR gdb/23712
4861 PR symtab/23010
4862 * gdb.dwarf2/multidictionary.exp: New file.
4863
041be526
SM
48642019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4865
4866 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4867 (test_gnuv3_style_demangling): ... this.
4868 (test_lucid_style_demangling): Remove.
4869 (test_arm_style_demangling): Remove.
4870 (test_hp_style_demangling): Remove.
4871 (do_tests): Remove calls to the above.
4872
d820d0c3
AB
48732019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4874
4875 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4876 case.
4877
f097f5ad
TT
48782019-01-06 Tom Tromey <tom@tromey.com>
4879
4880 PR gdb/28155:
4881 * gdb.dwarf2/typedef-void-finish.exp: New file.
4882
2cd8cc0b
TT
48832018-12-28 Tom Tromey <tom@tromey.com>
4884 Simon Marchi <simark@simark.ca>
4885
4886 * gdb.base/jit-exec.exp: New file.
4887 * gdb.base/jit-exec.c: New file.
4888 * gdb.base/jit-execd.c: New file.
4889
35fb8261
TT
48902018-12-28 Tom Tromey <tom@tromey.com>
4891
4892 * gdb.base/style.exp: Update test to check for address styling.
4893
47fd17cd
TT
48942018-12-28 Tom Tromey <tom@tromey.com>
4895
4896 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4897 message.
4898
d47032b7
TT
48992018-12-28 Tom Tromey <tom@tromey.com>
4900
4901 * gdb.base/style.exp: Add test for version number styling.
4902
af79b68d
TT
49032018-12-28 Tom Tromey <tom@tromey.com>
4904
4905 * gdb.base/style.exp: Add test for print_address_symbolic.
4906
0bb296cb
TT
49072018-12-28 Tom Tromey <tom@tromey.com>
4908
4909 * gdb.base/style.exp: Add test for breakpoint setting.
4910
80ae2043
TT
49112018-12-28 Tom Tromey <tom@tromey.com>
4912
4913 * gdb.base/style.exp: Add test for variable names.
4914
cbe56571
TT
49152018-12-28 Tom Tromey <tom@tromey.com>
4916
4917 * gdb.base/style.exp: New file.
4918 * gdb.base/style.c: New file.
4919
9162a27c
TT
49202018-12-28 Tom Tromey <tom@tromey.com>
4921
4922 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4923 "dumb".
4924 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4925 the TERM environment variable.
4926
bc543c90
TT
49272018-12-27 Tom Tromey <tom@tromey.com>
4928
4929 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4930 pagination test.
4931
6f0ffe50
AB
49322018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4933
4934 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4935 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4936
b5a1e557
PW
49372018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4938
4939 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4940 Filename a.adb changed to bp_fun_addr.adb.
4941 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4942
6e8b1ab2
JV
49432018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4944
4945 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4946 non-PIE executables.
4947 * README: Mention the gdb,nopie_flag board setting.
4948 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4949 non-PIE executable.
4950 * gdb.arch/amd64-entry-value.exp: Likewise.
4951 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4952 * gdb.arch/i386-float.exp: Likewise.
4953 * gdb.arch/i386-signal.exp: Likewise.
4954 * gdb.mi/mi-reg-undefined.exp: Likewise.
4955
d00a27c5
PM
49562018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4957
4958 PR gdb/23974
4959 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4960
161d081c
PW
49612018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4962
4963 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4964 Update order of results accordingly.
4965
b001de23
AB
49662018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4967
4968 * gdb.base/annota1.exp: Update a test regexp.
4969
99e1a184
AB
49702018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4971
4972 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4973
7a81c1e2
PW
49742018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4975
4976 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4977 (reuse_time): Initialize to REUSE_TIME_CAP.
4978 (check_rc): New function.
4979 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4980 Check pthread_create rc.
4981 (spawner_thread_func): Check pthread_create and pthread_join rc.
4982
73e8dc90
PA
49832018-12-08 Pedro Alves <palves@redhat.com>
4984
4985 * gdb.base/list.exp (test_forward_search): Rename to ...
4986 (test_forward_reverse_search): ... this. Also test reverse-search
4987 and the forward-search alias.
4988
13f2ed32
AB
49892018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4990
4991 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4992 local timeout variable before return, and remove all local timeout
4993 variable entirely.
4994 (gdb_load): Likewise.
4995
64d27cfc
TV
49962018-12-01 Tom de Vries <tdevries@suse.de>
4997
4998 * gdb.base/gdb-caching-proc.exp: New file.
4999
f63c03b4
SDJ
50002018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5001
5002 * Makefile.in (TIMESTAMP): New variable.
5003 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5004 command.
5005 (check-single-racy): Likewise.
5006 (check/%.exp): Likewise.
5007 (check-racy/%.exp): Likewise.
5008 (workers/%.worker): Likewise.
5009 (build-perf): Likewise.
5010 (check-perf): Likewise.
5011 * README: Describe new "TS" and "TS_FORMAT" variables.
5012 * print-ts.py: New file.
5013
1c97054b
BF
50142018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5015
5016 PR python/23714
5017 * gdb.python/python.exp: Test command repetition after
5018 gdb.execute.
5019
1871a62d
AB
50202018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5021
5022 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5023 is correctly aligned.
5024
fb5e1ed9
PW
50252018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5026
5027 * gdb.ada/info_auto_lang.exp: New testcase.
5028 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5029 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5030 * gdb.ada/info_auto_lang/some_c.c: New file.
5031
43d397ca
PW
50322018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5033
5034 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5035 FUNC_lang language syntax.
5036
beddd671
PW
50372018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5038
5039 * gdb.base/info_minsym.c: New file.
5040 * gdb.base/info_minsym.exp: New file.
5041
73fc52c4
TT
50422018-11-19 Tom Tromey <tom@tromey.com>
5043
5044 PR rust/23625:
5045 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5046 * gdb.rust/expr.exp: Update expected output. Change one test.
5047
994b876a
TT
50482018-11-19 Tom Tromey <tom@tromey.com>
5049
5050 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5051
6769f276
PA
50522018-11-19 Pedro Alves <palves@redhat.com>
5053
5054 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5055 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5056 see the expected warning.
5057
38a72da0
AH
50582018-11-16 Alan Hayward <alan.hayward@arm.com>
5059
5060 PR gdb/22736:
5061 * gdb.cp/infcall-nodebug-lib.c: New test.
5062 * gdb.cp/infcall-nodebug-main.c: New test.
5063 * gdb.cp/infcall-nodebug.exp: New file.
5064
53a89d6e
SM
50652018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5066
5067 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5068 completer tests.
5069
9325300d
TV
50702018-11-09 Tom de Vries <tdevries@suse.de>
5071
5072 * gdb.base/msym-lang.c: New test.
5073 * gdb.base/msym-lang.exp: New file.
5074 * gdb.base/msym-lang-main.c: New test.
5075
20f0d60d
TT
50762018-11-08 Tom Tromey <tom@tromey.com>
5077
5078 PR gdb/23555:
5079 PR gdb/23838:
5080 * gdb.base/warning.exp: New file.
5081
b5420128
JB
50822018-11-08 Jan Beulich <jbeulich@suse.com>
5083
5084 * testsuite/gdb.arch/i386-avx512.c,
5085 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5086
cd115d61
AB
50872018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5088
5089 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5090 point hardware.
5091
35ee2dc2
AB
50922018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5093
5094 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5095 * gdb.dwarf2/missing-type-name.exp: New file.
5096
31aceee8
TV
50972018-11-06 Tom de Vries <tdevries@suse.de>
5098
5099 * gdb.base/many-headers.c: New test.
5100 * gdb.base/many-headers.exp: New file.
5101
109be305
JW
51022018-11-06 Jim Wilson <jimw@sifive.com>
5103
5104 * gdb.base/code_elim.exp: For riscv, set additional_flags
5105 to include -msmall-data-limit=0.
5106
e2b7af72
JB
51072018-11-01 Joel Brobecker <brobecker@adacore.com>
5108
5109 * gdb.ada/watch_minus_l: New testcase.
5110
cdcda965
SM
51112018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5112
5113 * gdb.arch/aix-sighandle.c: New file.
5114 * gdb.arch/aix-sighandle.exp: New file.
5115
92dcebf3
AB
51162018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5117
5118 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5119 registers being unions.
5120
68b9ac18
TV
51212018-10-31 Tom de Vries <tdevries@suse.de>
5122
5123 * lib/valgrind.exp: New file.
5124 (vgdb_start, vgdb_stop): New procs, factored out of ...
5125 * gdb.base/valgrind-bt.exp: ... here, ...
5126 * gdb.base/valgrind-disp-step.exp: ... here and ...
5127 * gdb.base/valgrind-infcall.exp: ... here.
5128
1443936e
TV
51292018-10-31 Tom de Vries <tdevries@suse.de>
5130
5131 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5132
eb77c9df
AB
51332018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5134
5135 * gdb.dwarf2/void-type.c: New file.
5136 * gdb.dwarf2/void-type.exp: New file.
5137
82b5e646
PW
51382018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5139
5140 * gdb.base/info_qt.c: New file.
5141 * gdb.base/info_qt.exp: New file.
5142
8d619c01
EBM
51432018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5144
5145 * gdb.arch/powerpc-htm-regs.c: New file.
5146 * gdb.arch/powerpc-htm-regs.exp: New file.
5147
f2cf6173
EBM
51482018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5149
5150 * gdb.arch/powerpc-tar.c: New file.
5151 * gdb.arch/powerpc-tar.exp: New file.
5152
7ca18ed6
EBM
51532018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5154
5155 * gdb.arch/powerpc-ppr-dscr.c: New file.
5156 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5157
bfcc0eba
TV
51582018-10-25 Tom de Vries <tdevries@suse.de>
5159
5160 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5161
fe1a5cad
TV
51622018-10-24 Tom de Vries <tdevries@suse.de>
5163
5164 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5165 longer exists error.
5166
a76dc3b7
TV
51672018-10-24 Tom de Vries <tdevries@suse.de>
5168
5169 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5170
4df46df7
TV
51712018-10-24 Tom de Vries <tdevries@suse.de>
5172
5173 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5174 --db-attach in valgrind.
5175
0dbfcfff
AB
51762018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5177
5178 * gdb.arch/riscv-reg-aliases.c: New file.
5179 * gdb.arch/riscv-reg-aliases.exp: New file.
5180
b04480b1
AH
51812018-10-19 Alan Hayward <alan.hayward@arm.com>
5182
5183 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5184
2c6ac8d7
AH
51852018-10-19 Alan Hayward <alan.hayward@arm.com>
5186
5187 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5188
2bc69f25
AH
51892018-10-19 Alan Hayward <alan.hayward@arm.com>
5190
5191 * gdb.cp/ovldbreak.exp: Fix regexps.
5192
1f1ae3a3
AH
51932018-10-19 Alan Hayward <alan.hayward@arm.com>
5194
5195 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5196
94c18618
SDJ
51972018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5198
5199 PR cli/23785
5200 * gdb.base/restore.exp: New test to check if "restore" with an
5201 invalid file doesn't segfault.
5202
812cd6eb
TV
52032018-10-18 Tom de Vries <tdevries@suse.de>
5204
5205 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5206 * gdb.ada/excep_handle.exp: Same.
5207 * gdb.ada/mi_string_access.exp: Same.
5208 * gdb.ada/mi_var_union.exp: Same.
5209 * gdb.arch/arc-analyze-prologue.exp: Same.
5210 * gdb.arch/arc-decode-insn.exp: Same.
5211 * gdb.base/readnever.exp: Same.
5212 * gdb.fortran/printing-types.exp: Same.
5213 * gdb.guile/scm-lazy-string.exp: Same.
5214
c4b90788
TV
52152018-10-16 Tom de Vries <tdevries@suse.de>
5216
5217 PR gdb/23730
5218 * gdb.base/catch-follow-exec.c: Add copyright notice.
5219 * gdb.base/catch-follow-exec.exp: Rewrite to use
5220 gdb_spawn_with_cmdline_opts. Require gdb-native.
5221
8bca2978
SL
52222018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5223
5224 * gdb.trace/actions-changed.exp: Check for arch support.
5225 * gdb.trace/actions.exp: Likewise.
5226 * gdb.trace/ax.exp: Likewise.
5227 * gdb.trace/backtrace.exp: Likewise.
5228 * gdb.trace/change-loc.exp: Likewise.
5229 * gdb.trace/deltrace.exp: Likewise.
5230 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5231 * gdb.trace/ftrace.exp: Likewise.
5232 * gdb.trace/infotrace.exp: Check for arch support.
5233 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5234 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5235 * gdb.trace/mi-tsv-changed.exp: Likewise.
5236 * gdb.trace/packetlen.exp: Likewise.
5237 * gdb.trace/passc-dyn.exp: Likewise.
5238 * gdb.trace/passcount.exp: Likewise.
5239 * gdb.trace/pending.exp: Likewise.
5240 * gdb.trace/range-stepping.exp: Check for shlib support.
5241 * gdb.trace/report.exp: Check for arch support.
5242 * gdb.trace/save-trace.exp: Likewise.
5243 * gdb.trace/signal.exp: Check for signal support.
5244 * gdb.trace/tfind.exp: Check for arch support.
5245 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5246 * gdb.trace/trace-common.h: Add comment.
5247 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5248 * gdb.trace/trace-enable-disable.exp: Likewise.
5249 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5250 * gdb.trace/tracecmd.exp: Check for arch support.
5251 * gdb.trace/tspeed.exp: Check for shlib and target support.
5252 * gdb.trace/tstatus.exp: Check for arch support.
5253 * gdb.trace/tsv.exp: Likewise.
5254 * gdb.trace/while-dyn.exp: Likewise.
5255 * gdb.trace/while-stepping.exp: Likewise.
5256 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5257
f9c49bff
SM
52582018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5259
5260 * gdb.trace/tspeed.exp: Remove nowarnings.
5261 (prepare_for_trace_test): Declare "global ipalib".
5262 * gdb.trace/tspeed.c: Include unistd.h.
5263 (main): Remove superfluous printf argument.
5264
d4330bde
SL
52652018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5266
5267 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5268 directory prefix on the filename.
5269
8ecfd7bd
SDJ
52702018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5271
5272 * gdb.gdb/unittest.exp: Update expected message informing that
5273 selftests have been disabled.
5274 * gdb.server/unittest.exp: Likewise.
5275
58bbcd02
TV
52762018-10-09 Tom de Vries <tdevries@suse.de>
5277
5278 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5279 with runto_main.
5280
9f6b697b
WP
52812018-10-08 Weimin Pan <weimin.pan@oracle.com>
5282
5283 PR c++/16841
5284 * gdb.cp/virtbase2.cc: New file.
5285 * gdb.cp/virtbase2.exp: New file.
5286
add5ded5
TT
52872018-10-06 Tom Tromey <tom@tromey.com>
5288
5289 PR python/19399:
5290 * gdb.python/py-inferior.exp: Add architecture test.
5291
f9e48344
TT
52922018-10-06 Tom Tromey <tom@tromey.com>
5293
5294 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5295 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5296
2a8be203
TT
52972018-10-06 Tom Tromey <tom@tromey.com>
5298
5299 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5300 of a "throw" catchpoint.
5301
e04caa70
SDJ
53022018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5303
5304 * gdb.base/info-proc.exp: Update string expected from "help info
5305 proc".
5306
5ca8c39f
TT
53072018-10-04 Tom Tromey <tom@tromey.com>
5308
5309 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5310 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5311 (test_initial_complaints, test_empty_complaints): Update.
5312 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5313
3453e7e4
TT
53142018-10-04 Tom Tromey <tom@tromey.com>
5315
5316 PR cli/19551:
5317 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5318 * lib/gdb.exp (gdb_file_cmd): Update.
5319 * gdb.stabs/weird.exp (print_weird_var): Update.
5320 * gdb.server/solib-list.exp: Update.
5321 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5322 * gdb.mi/mi-cli.exp: Update.
5323 * gdb.linespec/linespec.exp: Update.
5324 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5325 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5326 * gdb.cp/cp-relocate.exp: Update.
5327 * gdb.base/sym-file.exp: Update.
5328 * gdb.base/relocate.exp: Update.
5329 * gdb.base/readnever.exp: Update.
5330 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5331 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5332 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5333 * gdb.base/code_elim.exp: Update.
5334 * gdb.base/break-unload-file.exp (test_break): Update.
5335 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5336 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5337 Update.
5338 * gdb.base/attach.exp (do_attach_tests): Update.
5339 * gdb.base/sepdebug.exp: Update.
5340 * gdb.python/py-section-script.exp: Update.
5341
6afcf761
TT
53422018-10-04 Tom Tromey <tom@tromey.com>
5343
5344 PR cli/22234:
5345 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5346 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5347 output.
5348
fef1b293
TT
53492018-10-04 Tom Tromey <tom@tromey.com>
5350
5351 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5352 set width and height to 0.
5353 (test_command_line_attach_run): Use -quiet.
5354
ca98345e
SL
53552018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5356
5357 * lib/gdb.exp (skip_ifunc_tests): New.
5358 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5359 other compile failures.
5360 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5361
ff34e6ae
SM
53622018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5363
5364 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5365 is_amd64_regs_target.
5366
6bb8890e
AH
53672018-10-01 Alan Hayward <alan.hayward@arm.com>
5368
5369 * gdb.arch/aarch64-sighandler-regs.c: New test.
5370 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5371 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5372
224d30d3
MM
53732018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5374
5375 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5376 assembly.
5377
f67ffa6a
AB
53782018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5379
5380 * gdb.base/frame-selection.exp: New file.
5381 * gdb.base/frame-selection.c: New file.
5382
9fc3183f
AH
53832018-09-27 Alan Hayward <alan.hayward@arm.com>
5384
5385 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5386 pthread barrier.
5387 (main): Likewise.
5388
d354055e
AB
53892018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5390
5391 * gdb.base/large-frame-1.c: New file.
5392 * gdb.base/large-frame-2.c: New file.
5393 * gdb.base/large-frame.exp: New file.
5394 * gdb.base/large-frame.h: New file.
5395
db727370
JL
53962018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5397
5398 PR gdb/20948
5399 * gdb.base/write_mem.exp: New test.
5400 * gdb.base/write_mem.c: Likewise.
5401
ae778caf
TT
54022018-09-23 Tom Tromey <tom@tromey.com>
5403
5404 PR python/18852:
5405 * gdb.python/py-parameter.exp: Add test for parameter that throws
5406 on "set".
5407
fd3ba736
TT
54082018-09-23 Tom Tromey <tom@tromey.com>
5409
5410 PR python/17284:
5411 * gdb.python/py-template.exp (test_template_arg): Add test for
5412 negative template argument number.
5413
39a24317
TT
54142018-09-23 Tom Tromey <tom@tromey.com>
5415
5416 PR python/14062:
5417 * gdb.python/python.exp: Add test for post_event error.
5418
f5769a2c
TT
54192018-09-23 Tom Tromey <tom@tromey.com>
5420
5421 PR python/18170:
5422 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5423 convert pointers to int and long.
5424
1c1e54f6
TT
54252018-09-23 Tom Tromey <tom@tromey.com>
5426
5427 PR python/20126:
5428 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5429 signed-ness conversion tests.
5430
fb4fa946
TT
54312018-09-23 Tom Tromey <tom@tromey.com>
5432
5433 PR python/18352;
5434 * gdb.python/py-value.exp (test_float_conversion): New proc.
5435 Use it.
5436
a466edac
HAQ
54372018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5438
5439 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5440
4ee9b0c5
SL
54412018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5442
5443 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5444 no readline.
5445 * gdb.base/utf8-identifiers.exp: Likewise.
5446 * gdb.cp/cpcompletion.exp: Likewise.
5447 * gdb.linespec/cpcompletion.exp: Likewise.
5448 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5449 * gdb.linespec/cpls-ops.exp: Likewise.
5450
23be8da7
RB
54512018-09-19 Richard Bunt <richard.bunt@arm.com>
5452 Chris January <chris.january@arm.com>
5453
5454 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5455 * gdb.fortran/short-circuit-argument-list.exp: New file.
5456 * gdb.fortran/short-circuit-argument-list.f90: New test.
5457
5031d0ae
SDJ
54582018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5459
5460 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5461 "arch=" keyword when executing "-stack-list-frames".
5462
b4c0d1a4
SDJ
54632018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5464
5465 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5466 "arch=" keyword when executing "-stack-list-frames".
5467
7a6d2b45
SDJ
54682018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5469
5470 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5471 break ada".
5472
8588b356
SM
54732018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5474
5475 PR python/23669
5476 * gdb.python/python.exp: Test gdb.execute("show commands").
5477
65e65158
TT
54782018-09-16 Tom Tromey <tom@tromey.com>
5479
5480 * gdb.base/new-ui.exp (do_execution_tests): Update.
5481 * gdb.base/dbx.exp (test_breakpoints): Update.
5482
bf326452
AH
54832018-09-14 Alan Hayward <alan.hayward@arm.com>
5484
5485 * lib/gdb.exp (gdb_simple_compile): Add proc.
5486 (is_elf_target): Use gdb_simple_compile.
5487 (skip_altivec_tests): Likewise.
5488 (skip_vsx_tests): Likewise.
5489 (skip_tsx_tests): Likewise.
5490 (skip_btrace_tests): Likewise.
5491 (skip_btrace_pt_tests): Likewise.
5492 (gdb_can_simple_compile): Likewise.
5493 (gdb_has_argv0): Likewise.
5494 (gdb_target_symbol_prefix): Likewise.
5495 (target_supports_scheduler_locking): Likewise.
5496
2361b0fb
TT
54972018-09-13 Tom Tromey <tom@tromey.com>
5498
5499 * Makefile.in (TAGS): Recognize proc_with_prefix and
5500 gdb_caching_proc.
5501
0ae1a321
SM
55022018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5503
5504 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5505 method.
5506
a40bf0c2
SM
55072018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5508
5509 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5510 and a few other Inferior properties when the Inferior is no
5511 longer valid.
5512
4a3fe98f
TT
55132018-09-13 Tom Tromey <tom@tromey.com>
5514
5515 PR rust/23650:
5516 * gdb.rust/simple.exp: Add test for enum field access error.
5517
098b2108
TT
55182018-09-13 Tom Tromey <tom@tromey.com>
5519
5520 PR rust/23626:
5521 * gdb.rust/simple.rs (EmptyEnum): New type.
5522 (main): Use it.
5523 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5524
1256af7d
SM
55252018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5526
5527 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5528 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5529 * gdb.python/py-symtab.exp: Update test printing an objfile.
5530
4aa8e6c2
SM
55312018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5532
5533 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5534 object.
5535
c221b2f7
AH
55362018-09-12 Alan Hayward <alan.hayward@arm.com>
5537
5538 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5539 (support_complex_tests): Use gdb_can_simple_compile.
5540 (is_ilp32_target): Likewise.
5541 (is_lp64_target): Likewise.
5542 (is_64_target): Likewise.
5543 (is_amd64_regs_target): Likewise.
5544 (is_aarch32_target): Likewise.
5545 (gdb_int128_helper): Likewise.
5546
6f1107b5
JK
55472018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5548
5549 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5550
1f5d1570
JG
55512018-09-10 Jerome Guitton <guitton@adacore.com>
5552
5553 * gdb.ada/same_component_name: Add test for case of tagged record
5554 with variable-length fields.
5555
cc330e39
XR
55562018-09-10 Xavier Roirand <roirand@adacore.com>
5557
5558 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5559 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5560 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5561 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5562
b9c50e9a
XR
55632018-09-10 Xavier Roirand <roirand@adacore.com>
5564
5565 * gdb.ada/mi_string_access.exp: New testcase.
5566 * gdb.ada/mi_string_access/bar.adb: New file.
5567 * gdb.ada/mi_string_access/pck.adb: New file.
5568 * gdb.ada/mi_string_access/pck.asd: New file.
5569
2963898f
XR
55702018-09-10 Xavier Roirand <roirand@adacore.com>
5571
5572 * gdb.ada/mi_var_union.exp: New testcase.
5573 * gdb.ada/mi_var_union/bar.adb: New file.
5574 * gdb.ada/mi_var_union/pck.adb: New file.
5575 * gdb.ada/mi_var_union/pck.asd: New file.
5576
1aac008f
TT
55772018-09-08 Tom Tromey <tom@tromey.com>
5578
5579 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5580
332cf4c9
TT
55812018-09-08 Tom Tromey <tom@tromey.com>
5582
5583 PR python/16047:
5584 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5585 (register_pretty_printers): Register new printer.
5586 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5587 test.
5588 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5589 (an_int_type3): New global.
5590
424da6cf
JB
55912018-09-08 Joel Brobecker <brobecker@adacore.com>
5592
5593 * gdb.ada/expr_with_funcall: New testcase.
5594
2a62dfa9
JB
55952018-09-08 Joel Brobecker <brobecker@adacore.com>
5596
5597 * gdb.ada/packed_array_assign: New testcase.
5598
96b6697f
AB
55992018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5600
5601 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5602 names, and add test prefixes to make test names unique.
5603
e4a62c65
TV
56042018-09-05 Tom de Vries <tdevries@suse.de>
5605
5606 * gdb.dwarf2/varval.exp: Add test.
5607
dd083ee2
GB
56082018-09-04 Gary Benson <gbenson@redhat.com>
5609
5610 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5611 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5612
aef9346c
TT
56132018-08-31 Tom Tromey <tom@tromey.com>
5614
5615 * gdb.rust/simple.rs: Rename second variable "v".
5616
c67f2e15
AB
56172018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5618
5619 * gdb.base/funcargs.c (use_a): New function.
5620 (recurse): Call use_a.
5621
078a0207
KS
56222018-08-29 Keith Seitz <keiths@redhat.com>
5623
5624 * gdb.compile/compile-cplus-anonymous.cc: New file.
5625 * gdb.compile/compile-cplus-anonymous.exp: New file.
5626 * gdb.compile/compile-cplus-array-decay.cc: New file.
5627 * gdb.compile/compile-cplus-array-decay.exp: New file.
5628 * gdb.compile/compile-cplus-inherit.cc: New file.
5629 * gdb.compile/compile-cplus-inherit.exp: New file.
5630 * gdb.compile/compile-cplus-member.cc: New file.
5631 * gdb.compile/compile-cplus-member.exp: New file.
5632 * gdb.compile/compile-cplus-method.cc: New file.
5633 * gdb.compile/compile-cplus-method.exp: New file.
5634 * gdb.compile/compile-cplus-mod.c: "New" file.
5635 * gdb.compile/compile-cplus-namespace.cc: New file.
5636 * gdb.compile/compile-cplus-namespace.exp: New file.
5637 * gdb.compile/compile-cplus-nested.cc: New file.
5638 * gdb.compile/compile-cplus-nested.exp: New file.
5639 * gdb.compile/compile-cplus-print.c: "New" file.
5640 * gdb.compile/compile-cplus-print.exp: "New" file.
5641 * gdb.compile/compile-cplus-virtual.cc: New file.
5642 * gdb.compile/compile-cplus-virtual.exp: New file.
5643 * gdb.compile/compile-cplus.c: "New" file.
5644 * gdb.compile/compile-cplus.exp: "New" file.
5645 * lib/compile-support.exp: New file.
5646
b0f492b9
GB
56472018-08-16 Gary Benson <gbenson@redhat.com>
5648
5649 PR gdb/13000:
5650 * gdb.base/batch-exit-status.exp: New file.
5651 * gdb.base/batch-exit-status.good-commands: Likewise.
5652 * gdb.base/batch-exit-status.bad-commands: Likewise.
5653
36eb4c5f
AH
56542018-08-29 Alan Hayward <alan.hayward@arm.com>
5655
5656 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5657 (struct struct02): Likewise.
5658 (struct struct03): Likewise.
5659 (struct struct04): Likewise.
5660 (struct struct_01_01): New struct.
5661 (struct struct_01_02): Likewise.
5662 (struct struct_01_03): Likewise.
5663 (struct struct_01_04): Likewise.
5664 (struct struct_02_01): Likewise.
5665 (struct struct_02_02): Likewise.
5666 (struct struct_02_03): Likewise.
5667 (struct struct_02_04): Likewise.
5668 (struct struct_04_01): Likewise.
5669 (struct struct_04_02): Likewise.
5670 (struct struct_04_03): Likewise.
5671 (struct struct_04_04): Likewise.
5672 (struct struct_05_01): Likewise.
5673 (struct struct_05_02): Likewise.
5674 (struct struct_05_03): Likewise.
5675 (struct struct_05_04): Likewise.
5676 (cmp_struct01): Remove function.
5677 (cmp_struct02): Likewise.
5678 (cmp_struct03): Likewise.
5679 (cmp_struct04): Likewise.
5680 (cmp_struct_01_01): Add Function.
5681 (cmp_struct_01_02): Likewise.
5682 (cmp_struct_01_03): Likewise.
5683 (cmp_struct_01_04): Likewise.
5684 (cmp_struct_02_01): Likewise.
5685 (cmp_struct_02_02): Likewise.
5686 (cmp_struct_02_03): Likewise.
5687 (cmp_struct_02_04): Likewise.
5688 (cmp_struct_04_01): Likewise.
5689 (cmp_struct_04_02): Likewise.
5690 (cmp_struct_04_03): Likewise.
5691 (cmp_struct_04_04): Likewise.
5692 (cmp_struct_05_01): Likewise.
5693 (cmp_struct_05_02): Likewise.
5694 (cmp_struct_05_03): Likewise.
5695 (cmp_struct_05_04): Likewise.
5696 (call_all): Add new structs.
5697 * gdb.base/infcall-nested-structs.exp: Likewise.
5698
3bf9c013
JV
56992018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5700
5701 * gdb.python/py-framefilter-mi.exp: Update regexp to
5702 check for "arch" field in frame output.
5703
450d1e88
KB
57042018-08-23 Kevin Buettner <kevinb@redhat.com>
5705
5706 * gdb.dwarf2/dw2-ranges-func.c: New file.
5707 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5708
ae739fe7
SM
57092018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5710
5711 * gdb.base/term.exp: Compare terminal settings with values from
5712 the inferior.
5713 * gdb.base/term.c: Get and set terminal settings.
5714
6d52907e
JV
57152018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5716
5717 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5718 accommodate new "arch" field in frame output.
5719 * gdb.mi/mi-return.exp: Likewise.
5720 * gdb.mi/mi-stack.exp: Likewise.
5721 * gdb.mi/mi-syn-frame.exp: Likewise.
5722 * gdb.mi/user-selected-context-sync.exp: Likewise.
5723
be2d111a
MS
57242018-08-19 Michael Spang <spang@google.com>
5725
5726 PR gdb/11786
5727 * gdb.base/gcore-tls-pie.c: New file.
5728 * gdb.base/gcore-tls-pie.exp: New file.
5729
ae3a7c47
KB
57302018-08-18 Kevin Buettner <kevinb@redhat.com>
5731
5732 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5733 * gdb.dwarf2/varval.c: New file.
5734 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5735
2ecae92e
AH
57362018-08-17 Alan Hayward <alan.hayward@arm.com>
5737
5738 PR gdb/18931
5739 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5740
c1854f1d
KS
57412018-08-16 Keith Seitz <keiths@redhat.com>
5742
5743 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5744 tests expected to pass.
5745
26fb3983
JV
57462018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5747
5748 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5749 -data-disassemble -a.
5750 (test_disassembly_bogus_args): Likewise.
5751
67943c00
AB
57522018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5753
5754 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5755
5ff2bbae
AB
57562018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5757
5758 * gdb.base/vla-optimized-out.exp: Add new test.
5759
e5bbcd0f
AB
57602018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5761
5762 * gdb.base/vla-optimized-out-o3.exp: Delete.
5763 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5764 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5765 deleted tests.
5766
9d4a934c
AB
57672018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5768
5769 PR gdb/18050:
5770 * gdb.server/extended-remote-restart.c: New file.
5771 * gdb.server/extended-remote-restart.exp: New file.
5772
045cf012
SM
57732018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5774
5775 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5776 "set variable index = 42".
5777
87d6a7aa
SM
57782018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5779
5780 * boards/index-cache-gdb.exp: New file.
5781 * gdb.dwarf2/index-cache.exp: New file.
5782 * gdb.dwarf2/index-cache.c: New file.
5783 * gdb.base/maint.exp: Check if we are using the index cache.
5784
96d68bd4
RO
57852018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5786
5787 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5788 MAKEFLAGS.
5789
5a699617
RO
57902018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5791
5792 * dg-extract-results.sh: Move to toplevel contrib.
5793 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5794 * Makefile.in (check-parallel-racy): Likewise.
5795
5bd18990
AB
57962018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5797
5798 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5799 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5800 tests if the target supports scheduler locking.
5801
3fbbcf47
TV
58022018-08-04 Tom de Vries <tdevries@suse.de>
5803
5804 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5805
3e1d3d8c
TT
58062018-08-02 Tom Tromey <tom@tromey.com>
5807
5808 PR symtab/16842.
5809 * gdb.cp/temargs.exp: Test "info address" of a template
5810 parameter.
5811
5abe0f0c
JV
58122018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5813
5814 * gdb.python/py-mi-var-info-path-expression.c: New file.
5815 * gdb.python/py-mi-var-info-path-expression.py: New file.
5816 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5817
fb66cde8
SDJ
58182018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5819
5820 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5821 error after "cannot resolve name" string.
5822
c708f4d2
AB
58232018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5824
5825 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5826 started.
5827 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5828
37cc0cae
TV
58292018-07-28 Tom de Vries <tdevries@suse.de>
5830
5831 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5832
63b4ecf7
TV
58332018-07-26 Tom de Vries <tdevries@suse.de>
5834
5835 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5836
3c3bb058
AB
58372018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5838
5839 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5840 is visible.
5841
9e7f3bbb
TV
58422018-07-26 Tom de Vries <tdevries@suse.de>
5843
5844 PR breakpoints/23366
5845 * gdb.base/catch-follow-exec.c: New test.
5846 * gdb.base/catch-follow-exec.exp: New file.
5847
16f808ec
TV
58482018-07-25 Tom de Vries <tdevries@suse.de>
5849
5850 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5851 vla-optimized-out.c.
5852
d7154a8d
JV
58532018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5854
5855 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5856 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5857
232a0032
TV
58582018-07-20 Tom de Vries <tdevries@suse.de>
5859
5860 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5861 NOCLONE macro.
5862 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5863
fbb1d502
TV
58642018-07-19 Tom de Vries <tdevries@suse.de>
5865
5866 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5867 regular expression.
5868
42dc7699
TV
58692018-07-18 Tom de Vries <tdevries@suse.de>
5870
5871 * gdb.base/vla-optimized-out.c: New test.
5872 * gdb.base/vla-optimized-out.exp: New file.
5873
7f1f7e23
SDJ
58742018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5875
5876 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5877 message "No address associated with hostname" when gdbserver
5878 cannot resolve the hostname.
5879
5759ebb3
PW
58802018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5881
5882 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5883 Add some test prefixes to make tests unique.
5884
3606ccab
PW
58852018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5886
5887 * gdb.base/frameapply.c: New file.
5888 * gdb.base/frameapply.exp: New file.
5889
529c08b2
PW
58902018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5891
5892 * gdb.base/skip.exp: Update expected error message.
5893
c7ab0aef
SDJ
58942018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5895 Jan Kratochvil <jan.kratochvil@redhat.com>
5896 Paul Fertser <fercerpav@gmail.com>
5897 Tsutomu Seki <sekiriki@gmail.com>
5898
5899 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5900 parameter.
5901 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5902 by default.
5903 * boards/native-gdbserver.exp: Likewise.
5904 * gdb.server/run-without-local-binary.exp: Improve regexp used
5905 for detecting when a remote debugging connection succeeds.
5906 * gdb.server/server-connect.exp: New file.
5907 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5908 Do not prefix the port number with ":".
5909 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5910 support for detecting and using it. Add '$debughost_gdbserver'
5911 to the list of arguments used to start gdbserver. Handle case
5912 when gdbserver cannot resolve a network name.
5913
16ff70dd
SDJ
59142018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5915
5916 PR c++/23373
5917 * gdb.base/ptype-offsets.cc (struct static_member): New
5918 struct.
5919 (main) <stmember>: New variable.
5920 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5921 with a static member in it.
5922
3541979f
AB
59232018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5924
5925 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5926 watchpoints enabled and disabled.
5927
c8ad9b9a
AB
59282018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5929
5930 * gdb.base/examine-backward.exp: Still run tests around address
5931 0x0, even if address 0x0 is not readable. Update the pattern for
5932 matching address 0x0 in expected output.
5933
e0e5e971
AB
59342018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5935
5936 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5937 malloc/free.
5938
1ea5da02
TV
59392018-07-04 Tom de Vries <tdevries@suse.de>
5940
5941 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5942
471b9d15
MR
59432018-07-02 Maciej W. Rozycki <macro@mips.com>
5944
5945 PR tdep/8282
5946 * gdb.arch/mips-disassembler-options.exp: New test.
5947 * gdb.arch/mips-disassembler-options.s: New test source.
5948
75acb486
PA
59492018-06-29 Pedro Alves <palves@redhat.com>
5950
5951 * gdb.threads/names.exp: Adjust expected "info threads" output.
5952
cd2bb709
PA
59532018-06-29 Pedro Alves <palves@redhat.com>
5954
5955 * gdb.opt/inline-break.exp (line number, address): Add "info
5956 break" tests.
5957
991ff292
PA
59582018-06-29 Pedro Alves <palves@redhat.com>
5959
5960 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5961 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5962 number and address and running to them.
5963
356819b6 59642018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
5965
5966 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5967
2512d7ef
JK
59682018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5969
5970 * lib/compiler.c: Remove executable permission flag.
5971
be1b6474
RB
59722018-06-28 Richard Bunt <richard.bunt@arm.com>
5973
5974 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5975 code.
5976 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5977
291f9a96
PT
59782018-06-28 Petr Tesarik <ptesarik@suse.cz>
5979
5980 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5981
ed6dfe51
PT
59822018-06-28 Petr Tesarik <ptesarik@suse.cz>
5983
5984 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5985 address argument is omitted.
5986
d4d429d5
PT
59872018-06-28 Petr Tesarik <ptesarik@suse.cz>
5988
5989 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5990
7ab6656f
OJ
59912018-06-27 Omair Javaid <omair.javaid@linaro.org>
5992
5993 PR gdb/21695
5994 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5995 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5996
a33ccfc7
TT
59972018-06-26 Tom Tromey <tom@tromey.com>
5998
5999 PR rust/22574:
6000 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6001 * gdb.rust/simple.rs (struct SimpleLayout): New.
6002
6d72d289
SM
60032018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6004
6005 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6006 "info registers" output.
6007
8363f9d5
RB
60082018-06-21 Richard Bunt <richard.bunt@arm.com>
6009
6010 * gdb.base/watchpoint-hw-attach.c: New test.
6011 * gdb.base/watchpoint-hw-attach.exp: New file.
6012
f00674fe
SM
60132018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6014
6015 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6016 through /bin/sh.
6017 * boards/dwarf4-gdb-index.exp: Likewise.
6018 * boards/fission-dwp.exp: Likewise.
6019
1d554008
UW
60202018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6021
6022 * gdb.base/float128.exp: Add comment and improved fail message
6023 to the failure case of "print large128" test.
6024
d0ac1c44
SM
60252018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6026
6027 * configure.ac: Remove AC_PREREQ.
6028 * configure: Re-generate.
6029
61b04dd0
PA
60302018-06-19 Pedro Alves <palves@redhat.com>
6031
6032 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6033 (func_extern_caller): New.
6034 (main): Call func_extern_caller.
6035 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6036 logic change.
6037
f63b508a
SM
60382018-06-18 Weimin Pan <weimin.pan@oracle.com>
6039
6040 PR gdb/16841
6041 * gdb.cp/typedef-base.cc: New file.
6042 * gdb.cp/typedef-base.exp: New file.
6043
0fe3a558
TV
60442018-06-18 Tom de Vries <tdevries@suse.de>
6045
6046 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6047
7010835a
AB
60482018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6049 Richard Bunt <Richard.Bunt@arm.com>
6050
6051 * gdb.threads/attach-slow-waitpid.c: New file.
6052 * gdb.threads/attach-slow-waitpid.exp: New file.
6053 * gdb.threads/slow-waitpid.c: New file.
6054
14897d65
PA
60552018-06-14 Pedro Alves <palves@redhat.com>
6056
6057 * gdb.base/fork-running-state.c: Include <errno.h>.
6058 (exit_if_relative_exits): New.
6059 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6060 exits.
6061 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6062 child exits.
6063
5d9a0608
TV
60642018-06-14 Tom de Vries <tdevries@suse.de>
6065
6066 PR cli/22573
6067 * gdb.base/finish-pretty.c: New test.
6068 * gdb.base/finish-pretty.exp: New file.
6069
11ae5818
PA
60702018-06-14 Pedro Alves <palves@redhat.com>
6071
6072 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6073 gdb's expected startup output.
6074
1d39de44
PA
60752018-06-14 Pedro Alves <palves@redhat.com>
6076
6077 * lib/selftest-support.exp (selftest_setup): Remove inlined
6078 function handling.
6079
70ee0000
TV
60802018-06-14 Tom de Vries <tdevries@suse.de>
6081
6082 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6083 matching of breakpoint printing.
6084
11f4b608
TV
60852018-06-13 Tom de Vries <tdevries@suse.de>
6086
6087 PR testsuite/23269
6088 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6089 (fork_child): ... here, and ...
6090 (fork_parent): ... here.
6091
60922018-06-12 Tom de Vries <tdevries@suse.de>
6093
6094 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6095
9516f85a
AB
60962018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6097 Stephen Roberts <stephen.roberts@arm.com>
6098
6099 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6100 rewrite test to describe action performed, rather than possible
6101 failure.
6102
5045b3d7
GB
61032018-06-08 Gary Benson <gbenson@redhat.com>
6104
6105 * gdb.threads/check-libthread-db.exp: New file.
6106 * gdb.threads/check-libthread-db.c: Likewise.
6107
c61b06a1
TT
61082018-06-05 Tom Tromey <tom@tromey.com>
6109
6110 * gdb.base/default.exp: Update expected "show version" output.
6111
eb6af809
TT
61122018-06-05 Tom Tromey <tom@tromey.com>
6113
6114 PR cli/12326:
6115 * gdb.cp/static-print-quit.exp: Update.
6116 * lib/gdb.exp (pagination_prompt): Update.
6117 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6118 * gdb.python/python.exp: Update.
6119
178d6a63
JB
61202018-06-04 Joel Brobecker <brobecker@adacore.com>
6121
6122 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6123
8e817061
JB
61242018-06-01 Joel Brobecker <brobecker@adacore.com>
6125
6126 * gdb.ada/bp_fun_addr: New testcase.
6127
e86ca25f
TT
61282018-06-01 Tom Tromey <tom@tromey.com>
6129
6130 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6131 results.
6132 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6133 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6134 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6135 * gdb.base/maint.exp (maint_pass_if): Update.
6136
4b2dfa9d
MR
61372018-05-31 Maciej W. Rozycki <macro@mips.com>
6138
6139 * gdb.base/endian.exp: New test.
6140 * gdb.base/endian.c: New test source.
6141
45f25d6c
AB
61422018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6143
6144 PR gdb/23203
6145 * gdb.base/bt-selected-frame.c: New file.
6146 * gdb.base/bt-selected-frame.exp: New file.
6147 * lib/gdb.exp (get_current_frame_number): New function.
6148
d9f6d7f8
MR
61492018-05-24 Maciej W. Rozycki <macro@mips.com>
6150 Pedro Alves <palves@redhat.com>
6151
6152 * gdb.threads/tls-core.c: Include <stdlib.h>
6153 (thread_proc): Call `abort'.
6154 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6155 (tls_core_test): New procedure, bits factored out from ...
6156 (top level): ... here. Test both native cores and gcore cores.
6157
ff1cf532
TT
61582018-05-23 Tom Tromey <tom@tromey.com>
6159
6160 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6161
b98664d3
TT
61622018-05-23 Tom Tromey <tom@tromey.com>
6163
6164 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6165 symfile_complaints.
6166 (test_short_complaints): Likewise.
6167 (test_empty_complaints): Likewise.
6168 (test_initial_complaints): Update.
6169
4e9668d0
TT
61702018-05-23 Tom Tromey <tom@tromey.com>
6171
6172 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6173
43ba33c7
TT
61742018-05-23 Tom Tromey <tom@tromey.com>
6175
6176 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6177 (test_short_complaints): Update.
6178
035522c0
PA
61792018-05-22 Pedro Alves <palves@redhat.com>
6180
6181 * gdb.base/remote.exp: Only gdb_start after compiling the
6182 testcase. Issue "disconnect" before testing "set remote" command
6183 defaults. Issue clean_restart before running to main.
6184
cc0be08f
PA
61852018-05-22 Pedro Alves <palves@redhat.com>
6186
6187 * gdb.base/remote.exp: Adjust expected output of "show remote
6188 memory-write-packet-size". Add tests for "set remote
6189 memory-write-packet-size 0" and "set remote
6190 memory-write-packet-size fixed/limit".
6191
b1b60145
PA
61922018-05-22 Pedro Alves <palves@redhat.com>
6193
6194 PR gdb/22973
6195 * gdb.base/utf8-identifiers.c: New file.
6196 * gdb.base/utf8-identifiers.exp: New file.
6197
0ec848ad
PFC
61982018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6199
6200 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6201
2c3305f6
PFC
62022018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6203
6204 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6205
ce1e8424
TT
62062018-05-18 Tom Tromey <tom@tromey.com>
6207
6208 * gdb.base/ptype-offsets.exp: Update.
6209
ddfe970e
KS
62102018-05-17 Keith Seitz <keiths@redhat.com>
6211
6212 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6213 in expected breakpoint stop locations.
6214 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6215 move to proper scope to test variable values.
6216 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6217 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6218 New functions.
6219 (main): Call not_inline_func3.
6220 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6221 inline_func1, inline_func2, and inline_func3. Test that when each
6222 breakpoint is hit, GDB properly reports both the stop location
6223 and the backtrace. Repeat tests for temporary breakpoints.
6224
0726fcc6
MR
62252018-05-15 Maciej W. Rozycki <macro@mips.com>
6226
6227 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6228 rather then trying to access it in determining whether the PID
6229 of `gdbserver' could have been retrieved.
6230
8ee22052
AB
62312018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6232
6233 * gdb.arch/amd64-init-x87-values.S: New file.
6234 * gdb.arch/amd64-init-x87-values.exp: New file.
6235
7785df48
JK
62362018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6237
6238 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6239
56bcdbea
TT
62402018-05-04 Tom Tromey <tom@tromey.com>
6241
6242 PR python/22730:
6243 * gdb.python/python.exp: Test multi-line execute.
6244
a913fffb
TT
62452018-05-04 Tom Tromey <tom@tromey.com>
6246
6247 PR python/22731:
6248 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6249
7a2c85f2
TT
62502018-05-04 Tom Tromey <tom@tromey.com>
6251
6252 PR gdb/11750:
6253 * gdb.base/define.exp: Test defining a user command inside a user
6254 command.
6255 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6256
a3b60e45
JK
62572018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6258 Pedro Alves <palves@redhat.com>
6259
6260 PR breakpoints/19806 and support for PR external/20207.
6261 * gdb.base/watchpoint-unaligned.c: New file.
6262 * gdb.base/watchpoint-unaligned.exp: New file.
6263
45fe4a03
AB
62642018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6265
6266 * gdb.base/maint.exp: Make test names unique, use
6267 test_prefix_command_help to test 'help maint info', and remove
6268 repeated test of 'help maint'.
6269
9be2ae8f
TT
62702018-05-04 Tom Tromey <tom@tromey.com>
6271
6272 PR gdb/22619:
6273 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6274 behavior.
6275
11859c31
AB
62762018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6277
6278 * gdb.base/maint.exp: Process output from 'maint print registers'
6279 line at a time.
6280
089a9490
AB
62812018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6282
6283 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6284 timeout.
6285
9b0797e2
AB
62862018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6287
6288 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6289 filter pattern.
6290
f6ac5f3d
PA
62912018-05-02 Pedro Alves <palves@redhat.com>
6292
6293 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6294 to_log_command renames.
6295 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6296
77d3c63b
TT
62972018-05-02 Tom Tromey <tom@tromey.com>
6298
6299 * gdb.python/py-parameter.exp: Set test message.
6300
0489430a
TT
63012018-05-02 Tom Tromey <tom@tromey.com>
6302
6303 PR python/20084:
6304 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6305 PARAM_ZUINTEGER_UNLIMITED tests.
6306
1632f8ba
DR
63072018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6308
6309 PR rust/23124
6310 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6311 when casting.
6312
6d7bb824
TT
63132018-04-30 Tom Tromey <tom@tromey.com>
6314
6315 * gdb.python/py-type.exp: Check align attribute.
6316 * gdb.python/py-type.c: New "aligncheck" global.
6317
007e1530
TT
63182018-04-30 Tom Tromey <tom@tromey.com>
6319
6320 PR exp/17095:
6321 * gdb.dwarf2/dw2-align.exp: New file.
6322 * gdb.cp/align.exp: New file.
6323 * gdb.base/align.exp: New file.
6324 * lib/gdb.exp (gdb_int128_helper): New proc.
6325 (has_int128_c, has_int128_cxx): New caching procs.
6326
6873858b
TT
63272018-04-27 Tom Tromey <tom@tromey.com>
6328
6329 PR rust/22545:
6330 * gdb.rust/simple.exp: Add inclusive range tests.
6331
79188d8d
PA
63322018-04-26 Pedro Alves <palves@redhat.com>
6333
6334 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6335 ifunc breakpoint locations correctly of ifunc breakpoints set
6336 while the program resolves the ifunc.
6337
c7075ad5
PA
63382018-04-26 Pedro Alves <palves@redhat.com>
6339
6340 * gdb.base/gnu-ifunc-final.c: New file.
6341 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6342 * gdb.base/gnu-ifunc.exp (executable): Delete.
6343 (staticexecutable): Adjust.
6344 (lib_opts, exec_opts): Delete.
6345 (make_binsuffix, build, set-break): New procedures.
6346 (misc_tests): New, with tests factored out from the top level.
6347 (top level): Test different combinations of ifunc resolver name,
6348 resolver with and with debug info, and ifunc target with and
6349 without debug info. Wrap static tests with with_target_prefix.
6350
8388016d
PA
63512018-04-26 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6354 return type" warnings.
6355
249b5733
PA
63562018-04-25 Pedro Alves <palves@redhat.com>
6357
6358 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6359 killed".
6360 * gdb.base/kill-after-signal.exp: Likewise.
6361 * gdb.threads/kill.exp: Likewise.
6362
f67c0c91
SDJ
63632018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6364 Sergio Durigan Junior <sergiodj@redhat.com>
6365 Pedro Alves <palves@redhat.com>
6366
6367 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6368 regexps to expect for '[Inferior ... detached]' as well.
6369 * gdb.base/attach.exp: Likewise.
6370 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6371 "gdb_continue_to_end".
6372 (test_catch_syscall_with_wrong_args): Likewise.
6373 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6374 ']'. Don't set 'verbose' on.
6375 * gdb.base/foll-vfork.exp: Likewise.
6376 * gdb.base/fork-print-inferior-events.c: New file.
6377 * gdb.base/fork-print-inferior-events.exp: New file.
6378 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6379 '[Inferior ... has been killed]' message.
6380 * gdb.base/kill-after-signal.exp: Likewise.
6381 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6382 detach message.
6383 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6384 message.
6385 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6386 regexps to expect for '[Inferior ... detached]' as well.
6387 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6388
0a8ddac4
SM
63892018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6390
6391 PR gdb/23104
6392 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6393
701adfb0
PA
63942018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6395
6396 PR gdb/23095
6397 * gdb.base/break-probes.exp: Pass shlib_load to
6398 prepare_for_testing. Set normal_bp to r_debug_state if target is
6399 bsd.
6400
d27d16bf
RB
64012018-04-19 Richard Bunt <richard.bunt@arm.com>
6402
6403 * gdb.threads/multiple-successive-infcall.c: New test.
6404 * gdb.threads/multiple-successive-infcall.exp: New file.
6405
a037790e
TT
64062018-04-17 Tom Tromey <tom@tromey.com>
6407
6408 * gdb.rust/simple.rs (Union): New type.
6409 (main): New local "u".
6410 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6411
e3a91079
AA
64122018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6413
6414 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6415 number information in output of "whereis" command.
6416 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6417
b744723f
AA
64182018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6419
6420 * gdb.ada/info_types.exp: Adjust expected output to the line
6421 numbers now printed by "info var/func/type".
6422 * gdb.base/completion.exp: Likewise.
6423 * gdb.base/included.exp: Likewise.
6424 * gdb.cp/cp-relocate.exp: Likewise.
6425 * gdb.cp/cplusfuncs.exp: Likewise.
6426 * gdb.cp/namespace.exp: Likewise.
6427 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6428
4a4495d6
MM
64292018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6430
6431 * gdb.btrace/cpu.exp: New.
6432
1d509aa6
MM
64332018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6434
6435 * gdb.base/step-indirect-call-thunk.exp: New.
6436 * gdb.base/step-indirect-call-thunk.c: New.
6437 * gdb.reverse/step-indirect-call-thunk.exp: New.
6438 * gdb.reverse/step-indirect-call-thunk.c: New.
6439
6295b6da
SM
64402018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6441
6442 * gdb.base/pie-fork.c: New file.
6443 * gdb.base/pie-fork.exp: New file.
6444
50146e70
TT
64452018-04-11 Tom Tromey <tom@tromey.com>
6446
6447 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6448
f50d8a2e
PA
64492018-04-10 Pedro Alves <palves@redhat.com>
6450
6451 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6452 exits. Instead loop running forever.
6453 (fork_parent): Run forever too.
6454
a0be7a36
SM
64552018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6456
6457 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6458 mi_continue_to_line.
6459 * gdb.mi/mi-stack.c (callee4): Add comment.
6460
9b73db36
SM
64612018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6462
6463 * gdb.mi/mi-stack.exp: Fix indentation.
6464
c912f608
SM
64652018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6466
6467 PR gdb/22979
6468 * gdb.arch/amd64-osabi.exp: New file.
6469
26540402
SM
64702018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6471
6472 PR gdb/22980
6473 * gdb.base/osabi.exp: New file.
6474
121ad66c 64752018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6476
6477 * gdb.cp/static-typedef-print.exp: New file.
6478 * gdb.cp/static-typedef-print.cc: New file.
6479
3fcded8f
JB
64802018-03-27 Joel Brobecker <brobecker@adacore.com>
6481
6482 * gdb.ada/varsize_limit: New testcase.
6483
59cc4834
JB
64842018-03-27 Joel Brobecker <brobecker@adacore.com>
6485
6486 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6487
6488 * gdb.ada/notcplusplus: New testcase.
6489
6490 * gdb.base/c-linkage-name.c: New file.
6491 * gdb.base/c-linkage-name.exp: New testcase.
6492
4ca59a9f
TT
64932018-03-26 Tom Tromey <tom@tromey.com>
6494
6495 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6496 * gdb.python/py-framefilter.py (name_error): New global.
6497 (ErrorInName.function): Use name_error.
6498
978d6c75
TT
64992018-03-26 Tom Tromey <tom@tromey.com>
6500
6501 PR backtrace/15582:
6502 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6503
b7fee5a3
KS
65042018-03-23 Keith Seitz <keiths@redhat.com>
6505
6506 PR c++/22968
6507 * gdb.cp/subtypes.exp: New file.
6508 * gdb.cp/subtypes.h: New file.
6509 * gdb.cp/subtypes.cc: New file.
6510 * gdb.cp/subtypes-2.cc: New file.
6511
376be529
AB
65122018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6513
6514 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6515 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6516 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6517 -nostartfiles when compiling the test. Confirm that all registers
6518 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6519
066cfa98
AB
65202018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6521
6522 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6523 option, syntax was wrong anyway.
6524 * gdb.arch/arm-disp-step.exp: Likewise.
6525 * gdb.arch/sparc64-regs.exp: Likewise.
6526 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6527 option, syntax was wrong anyway, switch to use
6528 prepare_for_testing.
6529 * gdb.arch/i386-disp-step.exp: Likewise.
6530
079670b9
AA
65312018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6532
6533 * gdb.ada/exec_changed.exp: Replace "target_info exists
6534 use_gdb_stub" by "use_gdb_stub".
6535 * gdb.ada/start.exp: Likewise.
6536 * gdb.base/async-shell.exp: Likewise.
6537 * gdb.base/attach-pie-misread.exp: Likewise.
6538 * gdb.base/attach-wait-input.exp: Likewise.
6539 * gdb.base/break-entry.exp: Likewise.
6540 * gdb.base/break-interp.exp: Likewise.
6541 * gdb.base/dprintf-detach.exp: Likewise.
6542 * gdb.base/nostdlib.exp: Likewise.
6543 * gdb.base/solib-nodir.exp: Likewise.
6544 * gdb.base/statistics.exp: Likewise.
6545 * gdb.base/testenv.exp: Likewise.
6546 * gdb.mi/mi-exec-run.exp: Likewise.
6547 * gdb.mi/mi-start.exp: Likewise.
6548 * gdb.multi/dummy-frame-restore.exp: Likewise.
6549 * gdb.multi/multi-arch-exec.exp: Likewise.
6550 * gdb.multi/multi-arch.exp: Likewise.
6551 * gdb.multi/tids.exp: Likewise.
6552 * gdb.multi/watchpoint-multi.exp: Likewise.
6553 * gdb.python/py-events.exp: Likewise.
6554 * gdb.threads/attach-into-signal.exp: Likewise.
6555 * gdb.threads/attach-stopped.exp: Likewise.
6556 * gdb.threads/threadapply.exp: Likewise.
6557 * lib/selftest-support.exp: Likewise.
6558
26d6cec4
AA
65592018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6560
6561 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6562
4ee89e90
SR
65632018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6564
6565 * gdb.perf/template-breakpoints.cc: New file.
6566 * gdb.perf/template-breakpoints.exp: New file.
6567 * gdb.perf/template-breakpoints.py: New file.
6568
92630041
TT
65692018-03-19 Tom Tromey <tom@tromey.com>
6570
6571 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6572 y0.
6573 * gdb.rust/simple.exp: Test bare identifier form of struct
6574 initializer.
6575
76727919
TT
65762018-03-19 Tom Tromey <tom@tromey.com>
6577
6578 * gdb.gdb/observer.exp: Remove.
6579
194ed413
AA
65802018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6581
6582 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6583 "qualified" option when setting breakpoints.
6584 * gdb.trace/backtrace.exp: Likewise.
6585 * gdb.trace/circ.exp: Likewise.
6586 * gdb.trace/collection.exp: Likewise.
6587 * gdb.trace/disconnected-tracing.exp: Likewise.
6588 * gdb.trace/ftrace-lock.exp: Likewise.
6589 * gdb.trace/ftrace.exp: Likewise.
6590 * gdb.trace/infotrace.exp: Likewise.
6591 * gdb.trace/packetlen.exp: Likewise.
6592 * gdb.trace/passc-dyn.exp: Likewise.
6593 * gdb.trace/qtro.exp: Likewise.
6594 * gdb.trace/read-memory.exp: Likewise.
6595 * gdb.trace/report.exp: Likewise.
6596 * gdb.trace/signal.exp: Likewise.
6597 * gdb.trace/status-stop.exp: Likewise.
6598 * gdb.trace/strace.exp: Likewise.
6599 * gdb.trace/tfind.exp: Likewise.
6600 * gdb.trace/trace-break.exp: Likewise.
6601 * gdb.trace/trace-condition.exp: Likewise.
6602 * gdb.trace/trace-mt.exp: Likewise.
6603 * gdb.trace/tstatus.exp: Likewise.
6604 * gdb.trace/tsv.exp: Likewise.
6605 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6606 * gdb.trace/unavailable.exp: Likewise.
6607 * gdb.trace/while-dyn.exp: Likewise.
6608
8b067d2c
AA
66092018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6610
6611 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6612 that libinproctrace is copied to the target.
6613
3ae9ce5d
TT
66142018-03-14 Tom Tromey <tom@tromey.com>
6615
6616 PR cli/14977:
6617 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6618 a null pointer.
6619 * gdb.base/wchar.exp: Likewise.
6620
b8c2339b
TT
66212018-03-14 Tom Tromey <tom@tromey.com>
6622
6623 PR cli/19918:
6624 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6625 flag.
6626
4872dc46
SM
66272018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6628
6629 PR gdb/22841
6630 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6631 "target" to remote_exec.
6632
e4fe3756
SM
66332018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6634
6635 PR gdb/22841
6636 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6637 ${board}_upload): Remove.
6638
e95a97d4
AA
66392018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6640
6641 * gdb.cp/watch-cp.cc: New test.
6642 * gdb.cp/watch-cp.exp: New file.
6643
dbbb1059
AB
66442018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6645
6646 * gdb.base/infcall-nested-structs.exp: New file.
6647 * gdb.base/infcall-nested-structs.c: New file.
6648 * gdb.base/float.exp: Add riscv support.
6649
ecc054c0
TP
66502018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6651
6652 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6653 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6654
25e3c82c
SDJ
66552018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6656
6657 * gdb.server/abspath.exp: New file.
6658 * lib/gdb.exp (with_cwd): New procedure.
6659
3083294d
SM
66602018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6661
6662 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6663 use it.
6664 (gdb_is_target_remote_prompt): New proc.
6665 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6666 (gdb_is_target_native): Pass prompt parameter to
6667 gdb_is_target_1.
6668
3275ef47
SM
66692018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6670
6671 * gdb.base/load-command.c: New file.
6672 * gdb.base/load-command.exp: New file.
6673 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6674 (gdb_is_target_1): ...this, and generalize for other targets
6675 than just remote.
6676 (gdb_is_target_remote): Use gdb_is_target_1.
6677 (gdb_is_target_native): use gdb_is_target_1.
6678
6893c19a
TT
66792018-02-26 Tom Tromey <tom@tromey.com>
6680
6681 PR python/16497:
6682 * gdb.python/py-framefilter.exp: Update test.
6683
2ddeaf8a
TT
66842018-02-26 Tom Tromey <tom@tromey.com>
6685
6686 * gdb.dwarf2/variant.c: New file.
6687 * gdb.dwarf2/variant.exp: New file.
6688
c9317f21
TT
66892018-02-26 Tom Tromey <tom@tromey.com>
6690
6691 * gdb.rust/simple.exp: Accept more possible results in enum test.
6692
6f6d0c26
SM
66932018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6694
6695 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6696 parentheses.
6697
11b03145
MR
66982018-02-23 Maciej W. Rozycki <macro@mips.com>
6699
6700 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6701 name of a variable: $actual_linejj -> $actual_line.
6702
54a27fe5
JB
67032018-02-21 John Baldwin <jhb@FreeBSD.org>
6704
6705 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6706
de65820c
MM
67072018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6708
6709 * gdb.btrace/buffer-size.exp: Do not force BTS.
6710
980548fd
PA
67112018-02-14 Pedro Alves <palves@redhat.com>
6712
6713 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6714 getting a "Quit".
6715
c4e12631
MM
67162018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6717
6718 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6719 Fix test name.
6720
c2e0e465
SM
67212018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6722
6723 * gdb.cp/m-static.exp: Check type of optimized out static
6724 member.
6725
f7216783
AB
67262018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6727
6728 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6729 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6730
0625771b
LS
67312018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6732 Leszek Swirski <leszeks@google.com>
6733
6734 * gdb.python/py-prettyprint.c
6735 (struct to_string_returns_value_inner,
6736 struct to_string_returns_value_wrapper): New.
6737 (main): Add tsrvw variable.
6738 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6739 ToStringReturnsValueWrapper): New classes.
6740 (register_pretty_printers): Register new pretty-printers.
6741 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6742 recursive pretty printer.
6743 * gdb.python/py-mi.exp: Likewise.
6744
59498c30
LS
67452018-02-01 Leszek Swirski <leszeks@google.com>
6746
6747 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6748 functions with the same name as an include file are parsed
6749 correctly.
6750
d4d38844
YQ
67512018-02-01 Yao Qi <yao.qi@linaro.org>
6752
6753 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6754 "\[^\r\n\]*".
6755
07e5f5cf
NP
67562018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6757
6758 * gdb.arch/powerpc-prologue-frame.s: New file.
6759 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6760 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6761
929b5ad4
JB
67622018-01-31 Joel Brobecker <brobecker@adacore.com>
6763
6764 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6765
e671cd59
PA
67662018-01-30 Pedro Alves <palves@redhat.com>
6767
6768 PR gdb/13211
6769 * gdb.base/interrupt-daemon.c: New.
6770 * gdb.base/interrupt-daemon.exp: New.
6771 * gdb.multi/multi-term-settings.c: New.
6772 * gdb.multi/multi-term-settings.exp: New.
6773
fc413dc4
JB
67742018-01-30 Joel Brobecker <brobecker@adacore.com>
6775
6776 * gdb.base/break.exp: Save the location where the breakpoint
6777 on break.c:47 was actually inserted when debugging the version
6778 compiled at -O2 and use it in the expected output of the "info
6779 break" test performed soon after.
6780
5c319bb2
PA
67812018-01-22 Pedro Alves <palves@redhat.com>
6782 Sergio Durigan Junior <sergiodj@redhat.com>
6783
6784 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6785 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6786
a9e40818
JB
67872018-01-22 Joel Brobecker <brobecker@adacore.com>
6788
6789 * gdb.base/break-include.c, gdb.base/break-include.inc,
6790 gdb.base/break-include.exp: New files.
6791 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6792 line number now being the actual line number where the breakpoint
6793 was inserted.
6794 * gdb.mi/mi-break.exp: Likewise.
6795 * gdb.mi/mi-reverse.exp: Likewise.
6796 * gdb.mi/mi-simplerun.exp: Ditto.
6797
e707fc44
AB
67982018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6799
6800 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6801 varobj.
6802 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6803
ae451627
AB
68042018-01-21 Don Breazeal <donb@codesourcery.com>
6805 Andrew Burgess <andrew.burgess@embecosm.com>
6806
6807 * gdb.mi/basics.c: Add new global.
6808 * gdb.mi/mi-frame-regs.exp: New file.
6809 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6810 case.
6811
b1b189e0
AB
68122018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6813
6814 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6815 non-parameter, and on an unknown symbol.
6816
fcfcc376
TT
68172018-01-19 Tom Tromey <tom@tromey.com>
6818
6819 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6820 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6821
634c1c31
AA
68222018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6823
6824 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6825 setrlimit and chdir to int.
6826
d6ad07fd
AA
68272018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6828
6829 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6830 function.
6831 (my_tend): Likewise.
6832 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6833 rationale of avoiding FP- and vector instructions.
6834
adf8243b
RK
68352018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6836
6837 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6838 "info reg" with "\[ \t\]*".
6839 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6840 "\[ \t\]+".
6841 * gdb.arch/s390-multiarch.exp: Ditto.
6842 * gdb.base/pc-fp.exp: Ditto.
6843 * gdb.reverse/i386-precsave.exp: Ditto.
6844 * gdb.reverse/i386-reverse.exp: Ditto.
6845 * gdb.reverse/i387-env-reverse.exp: Ditto.
6846 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6847
dcc06925
AA
68482018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6849
6850 * lib/gdb.exp (gdb_compile): Re-enable use of
6851 universal_compile_options for languages other than Rust.
6852
25d4fd80
AA
68532018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6854
6855 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6856
ee7f689e 68572018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6858
6859 PR gdb/16577
6860 * gdb.base/solib-vanish.exp: New.
6861 * gdb.base/solib-vanish-main.c: New.
6862 * gdb.base/solib-vanish-lib1.c: New.
6863 * gdb.base/solib-vanish-lib2.c: New.
6864
d8447b6b
YQ
68652018-01-17 Yao Qi <yao.qi@linaro.org>
6866
6867 * gdb.compile/compile.exp: Match the address printed for
6868 frame in the output of command "bt".
6869
86d6a90c
TT
68702018-01-15 Tom Tromey <tom@tromey.com>
6871
6872 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6873 compute sp_reg.
6874
cbcdb1aa
AB
68752018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6876
6877 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6878 to prepare.
6879 (prepare): Return 0 on error, 1 on success.
6880
eea61984
PA
68812018-01-12 Pedro Alves <palves@redhat.com>
6882
6883 * gdb.base/continue-after-aborted-step-over.c: New.
6884 * gdb.base/continue-after-aborted-step-over.exp: New.
6885
6181e9c2
SM
68862018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6887
6888 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6889 options when not creating an executable.
6890
3cada740
PA
68912018-01-11 Pedro Alves <palves@redhat.com>
6892
6893 PR remote/22597
6894 * gdb.server/stop-reply-no-thread.c: New file.
6895 * gdb.server/stop-reply-no-thread.exp: New file.
6896
c63d3e8d
PA
68972018-01-10 Pedro Alves <palves@redhat.com>
6898
6899 PR gdb/22670
6900 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6901 functions too. Test setting breakpoints and printing C functions
6902 with no debug info too.
6903 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6904
d4c2a405
PA
69052018-01-10 Pedro Alves <palves@redhat.com>
6906
6907 PR gdb/22670
6908 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6909 a fail.
6910
8825213e
PA
69112018-01-10 Pedro Alves <palves@redhat.com>
6912
6913 PR gdb/22670
6914 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6915
605fd3c6
YQ
69162018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6917
6918 * gdb.server/unittest.exp: Match the output in non-development
6919 mode.
6920
1e5ded6c
YQ
69212018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6922
6923 * gdb.gdb/unittest.exp: Match output in non-development mode.
6924
30066b0b
JB
69252018-01-08 Joel Brobecker <brobecker@adacore.com>
6926
6927 * gdb.ada/access_tagged_param.exp: Relax expected output
6928 for value of "ObjL" in "continue" to pck.inspect breakpoint
6929 test.
6930
04bafb1e
XR
69312018-01-08 Joel Brobecker <brobecker@adacore.com>
6932
9f86398b
JB
6933 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6934 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 6935
e379cee6
PA
69362018-01-05 Pedro Alves <palves@redhat.com>
6937
6938 PR gdb/18653
6939 * gdb.base/libsegfault.exp: New.
6940
de63c46b
PA
69412018-01-05 Joel Brobecker <brobecker@adacore.com>
6942
6943 PR gdb/22670
6944 * gdb.ada/access_tagged_param.exp: New file.
6945 * gdb.ada/access_tagged_param/foo.adb: New file.
6946
f98fc17b
PA
69472018-01-05 Pedro Alves <palves@redhat.com>
6948
6949 PR gdb/22670
6950 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6951 exercise lower case too, and to exercise both full matching and
6952 wild matching.
6953
342f8240
JB
69542018-01-05 Joel Brobecker <brobecker@adacore.com>
6955
6956 * gdb.ada/rename_subscript_param: New testcase.
6957
7150d33c
JG
69582018-01-05 Jerome Guitton <guitton@adacore.com>
6959
6960 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6961
cc0e770c
JB
69622018-01-05 Joel Brobecker <brobecker@adacore.com>
6963
6964 * gdb.ada/convvar_comp: New testcase.
6965
672a41aa 69662018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
6967
6968 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6969 (My_Table): New global variable.
6970 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6971
7365ec2f
JB
69722018-01-04 Joel Brobecker <brobecker@adacore.com>
6973
6974 PR gdb/22670
6975 * gdb.ada/maint_with_ada: New testcase.
6976
289483b6
JB
69772018-01-04 Joel Brobecker <brobecker@adacore.com>
6978
6979 PR gdb/22670
6980 * gdb.ada/bp_c_mixed_case: New testcase.
6981
344420da
JB
69822018-01-04 Joel Brobecker <brobecker@adacore.com>
6983
6984 PR gdb/22670
6985 * gdb.ada/complete.exp: Add "complete break ada" test.
6986
66fc87a0
JB
69872018-01-04 Joel Brobecker <brobecker@adacore.com>
6988
6989 PR gdb/22670
6990 * gdb.ada/info_addr_mixed_case: New testcase.
6991
9f757bf7
XR
69922018-01-03 Xavier Roirand <roirand@adacore.com>
6993
6994 * gdb.ada/excep_handle.exp: New testcase.
6995 * gdb.ada/excep_handle/foo.adb: New file.
6996 * gdb.ada/excep_handle/pck.ads: New file.
6997
bd570f80
JB
69982018-01-03 Joel Brobecker <brobecker@adacore.com>
6999
7000 * gdb.base/step-line.c: Add extra empty line in copyright header.
7001 * gdb.base/step-line.inp: Likewise.
7002
9fe561ab
JB
70032018-01-02 Joel Brobecker <brobecker@adacore.com>
7004
7005 * gdb.ada/dyn_stride.exp: Add slice test.
7006
a405673c
JB
70072018-01-02 Joel Brobecker <brobecker@adacore.com>
7008
7009 * gdb.ada/dyn_stride: New testcase.
7010
cef0f868
SH
70112017-12-27 Stafford Horne <shorne@gmail.com>
7012
7013 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7014 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7015
b67d92b0
SH
70162017-12-27 Stafford Horne <shorne@gmail.com>
7017
7018 * gdb.base/reggroups.c: New file.
7019 * gdb.base/reggroups.exp: New file.
7020
eccab96d
JB
70212017-12-18 Joel Brobecker <brobecker@adacore.com>
7022
7023 * gdb.dwarf2/ada-valprint-error.c: New file.
7024 * gdb.dwarf2/ada-valprint-error.exp: New file.
7025
0e2da9f0
JB
70262017-12-18 Joel Brobecker <brobecker@adacore.com>
7027
7028 * gdb.ada/assign_arr: New testcase.
7029
cb923fcc
XR
70302017-12-18 Xavier Roirand <roirand@adacore.com>
7031
7032 * gdb.ada/funcall_ptr: New testcase.
7033
7c161838
SDJ
70342017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7035
7036 PR cli/16224
7037 * gdb.base/ptype-offsets.cc: New file.
7038 * gdb.base/ptype-offsets.exp: New file.
7039
1af17fd9
YQ
70402017-12-15 Yao Qi <yao.qi@linaro.org>
7041
7042 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7043 if XML is disabled.
7044
828d5846
XR
70452017-12-15 Xavier Roirand <roirand@adacore.com>
7046
7047 * gdb.ada/same_component_name: New testcase.
7048
79e8fcaa
JB
70492017-12-14 Joel Brobecker <brobecker@adacore.com>
7050
7051 * gdb.ada/str_binop_equal: New testcase.
7052
e05fa6f9
JB
70532017-12-14 Joel Brobecker <brobecker@adacore.com>
7054
7055 * gdb.ada/task_switch_in_core: New testcase.
7056
b89641ba
SM
70572017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7058
7059 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7060 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7061 call test_bkpt_qualified.
7062 (test_bkpt_qualified): New proc.
7063
6892d2e4
PA
70642017-12-13 Pedro Alves <palves@redhat.com>
7065
7066 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7067 Tighten regexp by matching with an anchor.
7068
a22ecf70
PA
70692017-12-13 Pedro Alves <palves@redhat.com>
7070
7071 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7072 ("expression with namespace"): New set of tests.
7073 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7074 (Nested::Test_NS::qux): New.
7075 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7076 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7077
9937536c
JB
70782017-12-13 Joel Brobecker <brobecker@adacore.com>
7079
7080 * gdb.base/server-del-break.c: New file.
7081 * gdb.base/server-del-break.exp: New file.
7082
fe49c6f5
SH
70832017-12-12 Stafford Horne <shorne@gmail.com>
7084
7085 * gdb.xml/tdesc-regs.exp: Add or1k support.
7086
c3d18620
SH
70872017-12-12 Stafford Horne <shorne@gmail.com>
7088
7089 * gdb.base/bp-permanent.c: Define nop of or1k.
7090
c5f9cfc8
JB
70912017-12-11 Joel Brobecker <brobecker@adacore.com>
7092
7093 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7094 output with components being reordered.
7095
a9c135fc
JB
70962017-12-11 Joel Brobecker <brobecker@adacore.com>
7097
7098 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7099 output with components being reordered.
7100
927aa2e7
JK
71012017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7102 Pedro Alves <palves@redhat.com>
7103
7104 * gdb.base/maint.exp (check for .gdb_index): Check also for
7105 .debug_names.
7106 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7107 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7108 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7109 (.gdb_index used after symbol reloading): Support also .debug_names.
7110 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7111
f17d9474
YQ
71122017-12-08 Yao Qi <yao.qi@linaro.org>
7113
7114 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7115 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7116
a0de8c21
YQ
71172017-12-08 Yao Qi <yao.qi@linaro.org>
7118
7119 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7120 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7121
a738ea1d
YQ
71222017-12-08 Yao Qi <yao.qi@linaro.org>
7123
7124 * gdb.arch/aarch64-tagged-pointer.c: New file.
7125 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7126
1cd9a73b
SDJ
71272017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7128
7129 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7130 "int".
7131
fa6eb693
KS
71322017-12-07 Keith Seitz <keiths@redhat.com>
7133
7134 PR breakpoints/22569
7135 * gdb.linespec/ls-errs.exp: Change expected result of "break
7136 -source this file has spaces.c -line 3".
7137 Check that an explicit source file followed by whitespace is
7138 identified as an invalid explicit location.
7139
883fd55a
KS
71402017-12-07 Keith Seitz <keiths@redhat.com>
7141
7142 * gdb.cp/nested-types.cc: New file.
7143 * gdb.cp/nested-types.exp: New file.
7144 * lib/cp-support.exp: Load data-structures.exp library.
7145 (debug_cp_test_ptype_class): New global.
7146 (cp_ptype_class_verbose, next_line): New procedures.
7147 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7148 Add and document new return value.
7149 Switch the list of lines to a queue.
7150 Add support for new `type' key for nested type definitions.
7151 Add debugging/troubleshooting messages.
7152 * lib/data-structures.exp: New file.
7153
ec72db3e
SM
71542017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7155
7156 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7157 with proc_with_prefix, don't use with_test_prefix.
7158
99598d71
TT
71592017-12-07 Tom Tromey <tom@tromey.com>
7160
7161 * gdb.base/break.exp: Add test for empty "commands".
7162
a8806230
YQ
71632017-12-07 Yao Qi <yao.qi@linaro.org>
7164
7165 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7166 malloc and catch syscall.
7167
824cc835
PM
71682017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7169
e79be6e5 7170 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7171 tests for explicit locations.
7172
7cc244de
PA
71732017-12-06 Pedro Alves <palves@redhat.com>
7174
7175 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7176 force-disabling XML descriptions.
7177
50a1fdd5
PA
71782017-12-04 Pedro Alves <palves@redhat.com>
7179
7180 PR gdb/22499
7181 * gdb.arch/amd64-disp-step-avx.S: New file.
7182 * gdb.arch/amd64-disp-step-avx.exp: New file.
7183
f0fb2488
PA
71842017-12-03 Pedro Alves <palves@redhat.com>
7185
7186 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7187 and <string.h>.
7188 (parent_function): Print distinct messages when waitpid fails, or
7189 the child exits with a signal, or the child exits for an unhandled
7190 reason.
7191 * gdb.threads/process-dies-while-detaching.exp
7192 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7193 it. Wait for both inferior output and GDB's prompt. Use an
7194 indirect spawn id list.
7195 (do_detach): New parameter 'child_exit'. Use it to compute
7196 expected inferior output.
7197 (test_detach, test_detach_watch, test_detach_killed_outside):
7198 Adjust to pass down the expected child exit kind.
7199
97cbe998
SDJ
72002017-12-01 Joel Brobecker <brobecker@adacore.com>
7201 Sergio Durigan Junior <sergiodj@redhat.com>
7202 Pedro Alves <palves@redhat.com>
7203
7204 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7205
40fc416f
SDJ
72062017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7207
7208 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7209 to 'symbol-file' and 'add-symbol-file' can be
7210 position-independent.
7211
1cc75e92
YQ
72122017-12-01 Yao Qi <yao.qi@linaro.org>
7213
7214 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7215 the URL in copyright header.
7216 * gdb.arch/aarch64-fp.exp: Likewise.
7217 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7218 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7219 * gdb.base/expand-psymtabs.exp: Likewise.
7220 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7221 * gdb.fortran/common-block.exp: Likewise.
7222 * gdb.fortran/common-block.f90: Likewise.
7223 * gdb.fortran/logical.exp: Likewise.
7224 * gdb.fortran/vla-datatypes.f90: Likewise.
7225 * gdb.fortran/vla-sub.f90: Likewise.
7226
875fb7a7
JB
72272017-11-30 Joel Brobecker <brobecker@adacore.com>
7228
7229 * gdb.ada/repeat_dyn: New testcase.
7230
6f14765f
UW
72312017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7232
7233 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7234 Update for changed thread numbering.
7235 * gdb.cell/bt.exp: Update for changed GDB output.
7236
f1af7b94
SM
72372017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7238
7239 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7240 setting isremote by hand.
7241 * boards/dwarf4-gdb-index.exp: Likewise.
7242 * boards/fission.exp: Likewise.
7243 * boards/stabs.exp: Likewise.
7244
e3919f3e
PA
72452017-11-30 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.linespec/cpls-ops.exp
7248 (check_explicit_skips_function_argument): Extract the underlying
7249 type of size_t instead of hardcoding it.
7250
bd69330d
PA
72512017-11-29 Pedro Alves <palves@redhat.com>
7252
7253 PR c++/19436
7254 * gdb.linespec/cpls-abi-tag.cc: New file.
7255 * gdb.linespec/cpls-abi-tag.exp: New file.
7256
a20714ff
PA
72572017-11-29 Pedro Alves <palves@redhat.com>
7258
7259 * gdb.base/langs.exp: Use -qualified.
7260 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7261 it.
7262 * gdb.cp/namespace.exp: Use -qualified.
7263 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7264 (overload-3, template-overload, template-ret-type, const-overload)
7265 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7266 procedures.
7267 (test_driver): Call them.
7268 * gdb.cp/save-bp-qualified.cc: New.
7269 * gdb.cp/save-bp-qualified.exp: New.
7270 * gdb.linespec/explicit.exp: Test -qualified.
7271 * lib/completion-support.exp (completion::explicit_opts_list): Add
7272 "-qualified".
7273 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7274
f6f1d339
PM
72752017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7276
7277 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7278
02ca603a
TT
72792017-11-29 Tom Tromey <tom@tromey.com>
7280
7281 * gdb.base/relocate.exp: Update invalid argument test.
7282 Add new tests for invalid arguments.
7283
ed6c0bfb
TP
72842017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7285
7286 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7287 Return 0 as a long.
7288 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7289
f106e10e
TP
72902017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7291
7292 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7293 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7294 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7295 func ().
7296 * gdb.cp/shadow.cc (B.func): Return 0.
7297
10329bb2
JB
72982017-11-27 Joel Brobecker <brobecker@adacore.com>
7299
7300 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7301 expected output in gdb_expect call to allow the exception
7302 message to be present as well. Fix syntax confusion to avoid
7303 TCL thinking that exception_name is an array.
7304
617cd4bc
UW
73052017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7306
7307 * gdb.arch/spu-info.c: Include <unistd.h>.
7308 (do_signal_test): Fix broken calls to write.
7309 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7310 Fix checks for empty mailboxes. Update signal tests for corrected
7311 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7312 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7313 * gdb.cell/arch.exp: Use standard_output_file.
7314 * gdb.cell/break.exp: Likewise.
7315 * gdb.cell/bt.exp: Likewise.
7316 * gdb.cell/core.exp: Likewise.
7317 * gdb.cell/dwarfaddr.exp: Likewise.
7318 * gdb.cell/ea-cache.exp: Likewise.
7319 * gdb.cell/ea-standalone.exp: Likewise.
7320 * gdb.cell/f-regs.exp: Likewise.
7321 * gdb.cell/fork.exp: Likewise.
7322 * gdb.cell/gcore.exp: Likewise.
7323 * gdb.cell/mem-access.exp: Likewise.
7324 * gdb.cell/ptype.exp: Likewise.
7325 * gdb.cell/registers.exp: Likewise.
7326 * gdb.cell/sizeof.exp: Likewise.
7327 * gdb.cell/solib-symbol.exp: Likewise.
7328 * gdb.cell/solib.exp: Likewise.
617cd4bc 7329
a81aaca0
PA
73302017-11-25 Pedro Alves <palves@redhat.com>
7331
7332 * gdb.base/complete-empty.exp: New file.
7333 * gdb.base/completion.exp: Adjust.
7334
6a3c6ee4
PA
73352017-11-25 Pedro Alves <palves@redhat.com>
7336
7337 * gdb.linespec/cpls-ops.cc: New file.
7338 * gdb.linespec/cpls-ops.exp: New file.
7339 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7340 factored out from ...
7341 (test_complete_prefix_range): ... this.
7342
8955eb2d
PA
73432017-11-24 Pedro Alves <palves@redhat.com>
7344
7345 * gdb.linespec/cpcompletion.exp: New file.
7346 * gdb.linespec/cpls-hyphen.cc: New file.
7347 * gdb.linespec/cpls.cc: New file.
7348 * gdb.linespec/cpls2.cc: New file.
7349 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7350 test to use test_gdb_complete_unique. Add label completion,
7351 keyword completion and explicit location completion tests.
7352 * lib/completion-support.exp: New file.
7353
e547c119
JB
73542017-11-24 Joel Brobecker <brobecker@adacore.com>
7355
7356 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7357 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7358 when hitting an exception catchpoint.
7359
7c3c1aa8
YQ
73602017-11-22 Yao Qi <yao.qi@linaro.org>
7361
7362 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7363
41bd68f5
SM
73642017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7365
7366 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7367 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7368 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7369
1daad298
YQ
73702017-11-22 Yao Qi <yao.qi@linaro.org>
7371
7372 * gdb.base/info-os.exp: Pass pthreads.
7373 * gdb.multi/multi-attach.exp: Likewise.
7374
88465e87
YQ
73752017-11-22 Yao Qi <yao.qi@linaro.org>
7376
7377 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7378 compiler.
7379
dc196b23
YQ
73802017-11-22 Yao Qi <yao.qi@linaro.org>
7381
7382 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7383 * gdb.base/break-interp.exp: Likewise.
7384 * gdb.base/jit-attach-pie.exp: Likewise.
7385
2400729e
UW
73862017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7387
7388 * gdb.base/float128.c (large128): New variable.
7389 * gdb.base/float128.exp: Add test to print largest __float128 value.
7390
7a26362d
UW
73912017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7392
7393 * gdb.arch/vsx-regs.exp: Update register content checks.
7394
ed0f4273
UW
73952017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7396
7397 * gdb.arch/ppc-longdouble.exp: New file.
7398 * gdb.arch/ppc-longdouble.c: Likewise.
7399
a25d69c6
PA
74002017-11-21 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7403
73fcf641
PA
74042017-11-20 Pedro Alves <palves@redhat.com>
7405
7406 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7407 (long_double_typedef): New typedefs.
7408 Use DEF on double and long double.
7409 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7410 cases.
7411 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7412 and 'long_double_ptr_same_size' locals. Use them to decide
7413 whether cast from array/function to float is valid/invalid.
7414
71a3c369
TT
74152017-11-17 Tom Tromey <tom@tromey.com>
7416
7417 * gdb.rust/traits.rs: New file.
7418 * gdb.rust/traits.exp: New file.
7419
ced9779b
JB
74202017-11-17 Joel Brobecker <brobecker@adacore.com>
7421
7422 * gdb.ada/minsyms: New testcase.
7423
a0922d80
PA
74242017-11-16 Pedro Alves <palves@redhat.com>
7425
7426 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7427 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7428
ea04e54c
PA
74292017-11-16 Pedro Alves <palves@redhat.com>
7430
7431 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7432 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7433
e849ea89
PA
74342017-11-16 Pedro Alves <palves@redhat.com>
7435
7436 * gdb.server/reconnect-ctrl-c.c: New file.
7437 * gdb.server/reconnect-ctrl-c.exp: New file.
7438
d8ae99a7
PM
74392017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7440
7441 * gdb.python/py-rbreak.exp: New file.
7442 * gdb.python/py-rbreak.c: New file.
7443 * gdb.python/py-rbreak-func2.c: New file.
7444
968a13f8
PA
74452017-11-16 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7448 pattern.
7449 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7450 GDB.
7451
71774bc9
SM
74522017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7453
7454 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7455 regex.
7456
ddbb44cf
SM
74572017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7458
7459 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7460 test names.
7461
584a564f
PA
74622017-11-09 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7465 factored out from ...
7466 (top level): ... here, and adjusted to avoid expecting beyond the
7467 prompt in a single gdb_test_multiple.
7468
5ed7a928
PA
74692017-11-09 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7472 output.
7473 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7474 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7475 * gdb.server/ext-run.exp ("kill" test): Likewise.
7476 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7477
a60e0738
PA
74782017-11-09 Pedro Alves <palves@redhat.com>
7479
7480 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7481 match till end of line.
7482
2c88253f
PA
74832017-11-09 Pedro Alves <palves@redhat.com>
7484
7485 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7486
c7a38517
PA
74872017-11-09 Pedro Alves <palves@redhat.com>
7488
7489 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7490 New procedures, factored out from ...
7491 (top level): ... here, and adjusted to avoid expecting beyond the
7492 prompt in one go.
7493
f29f4b6b
PA
74942017-11-09 Pedro Alves <palves@redhat.com>
7495
7496 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7497 output. Fix '?' match.
7498
286acbb5
JB
74992017-11-08 Joel Brobecker <brobecker@adacore.com>
7500
7501 * gdb.ada/scoped_watch: New testcase.
7502 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7503 which is actually correct.
7504 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7505 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7506
62d7ae92
PA
75072017-11-08 Pedro Alves <palves@redhat.com>
7508
7509 * gdb.gdb/complaints.exp (test_initial_complaints)
7510 (test_serial_complaints, test_short_complaints): Call
7511 complaint_internal instead of complaint.
7512
280ca31f
DT
75132017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7514
7515 * gdb.threads/tls-core.c: New file.
7516 * gdb.threads/tls-core.exp: Likewise.
7517
b5ec771e
PA
75182017-11-08 Pedro Alves <palves@redhat.com>
7519
7520 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7521 (p Exported_Capitalized): New test.
7522 (p exported_capitalized): New test.
7523
a02b41a7
PA
75242017-11-07 Pedro Alves <palves@redhat.com>
7525
7526 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7527
95e95a6d
PA
75282017-11-07 Pedro Alves <palves@redhat.com>
7529
7530 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7531 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7532 (disable_invalid, disable_inverted, disable_negative): New
7533 procedures.
7534 ("bad numbers"): New set of tests.
7535
cee62dbd
PA
75362017-11-07 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.cp/ena-dis-br-range.exp: Add tests.
7539
cc638e86
PA
75402017-11-07 Pedro Alves <palves@redhat.com>
7541
7542 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7543
d0fe4701
XR
75442017-11-07 Xavier Roirand <roirand@adacore.com>
7545 Pedro Alves <palves@redhat.com>
7546
7547 * gdb.base/ena-dis-br.exp: Add reference to
7548 gdb.cp/ena-dis-br-range.exp.
7549 * gdb.cp/ena-dis-br-range.exp: New file.
7550 * gdb.cp/ena-dis-br-range.cc: New file.
7551
46f67f80
PA
75522017-11-06 Pedro Alves <palves@redhat.com>
7553
7554 * gdb.base/attach-non-pgrp-leader.c: New.
7555 * gdb.base/attach-non-pgrp-leader.exp: New.
7556
726e1356
PA
75572017-11-06 Pedro Alves <palves@redhat.com>
7558
7559 * configure.ac: No longer check for termio.h and sgtty.h.
7560 * configure: Regenerate.
7561 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7562 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7563 Remove termio and sgtty code.
7564
50ab6ace
YQ
75652017-11-03 Yao Qi <yao.qi@linaro.org>
7566
7567 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7568 in GDB is disabled.
7569
8e68731c
YQ
75702017-11-03 Yao Qi <yao.qi@linaro.org>
7571
7572 * gdb.python/py-thrhandle.exp: Skip it if python is not
7573 enabled.
7574
3a87ae65
SM
75752017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7576
7577 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7578 as a breakpoint command.
7579
484d8d36
MD
75802017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7581
7582 PR python/21213
7583 * gdb.python/py-infthread.exp: Test calling
7584 InferiorThread.inferior () multiple times in a row.
7585
4a27f119
KS
75862017-10-27 Keith Seitz <keiths@redhat.com>
7587
7588 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7589 Test "info break" for every inlined function breakpoint.
7590
bb11dd58
YQ
75912017-10-27 Yao Qi <yao.qi@linaro.org>
7592
7593 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7594
a43f3893
PF
75952017-10-26 Patrick Frants <osscontribute@gmail.com>
7596
7597 * gdb.cp/classes.exp (test_static_members): Test printing
7598 Outer::instance.
7599 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7600 (Inner::instance, Outer::instance): New.
7601
792ccf00
PA
76022017-10-24 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7605 extra console" test in two stages.
7606
eb2bfbad
PA
76072017-10-24 Pedro Alves <palves@redhat.com>
7608
7609 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7610
1f75a651
PA
76112017-10-24 Pedro Alves <palves@redhat.com>
7612
7613 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7614 loop.
7615
779990d9
PA
76162017-10-24 Pedro Alves <palves@redhat.com>
7617
7618 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7619 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7620
ad9b8f5d
PA
76212017-10-24 Pedro Alves <palves@redhat.com>
7622
7623 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7624 parameter and handle it. Don't output read value in test name.
7625
fee6da6e
PA
76262017-10-24 Pedro Alves <palves@redhat.com>
7627
7628 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7629 custom test name.
7630
10389c2c
PA
76312017-10-24 Pedro Alves <palves@redhat.com>
7632
7633 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7634 include the unstable output directory name in the test's name.
7635 (initial_setup_simple) <'set args'>: Use custom test name.
7636
a80e65a9
PA
76372017-10-24 Pedro Alves <palves@redhat.com>
7638
7639 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7640 with explicit test name.
7641
15763a09
PA
76422017-10-20 Pedro Alves <palves@redhat.com>
7643
7644 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7645 'wait -i'. Use gdb_assert and remote_close.
7646
49a4ce2e
AB
76472017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7648
7649 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7650 number from variable rather than hard-coded.
7651
a75868f5
PA
76522017-10-19 Pedro Alves <palves@redhat.com>
7653
7654 * gdb.base/long-inferior-output.c: New file.
7655 * gdb.base/long-inferior-output.exp: New file.
7656
c8ba13ad
KS
76572017-11-18 Keith Seitz <keiths@redhat.com>
7658
7659 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7660 method.
7661 (main): Call it.
7662 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7663 Add additional user-defined conversion operator tests.
7664
b27de576
PA
76652017-10-17 Pedro Alves <palves@redhat.com>
7666
7667 * boards/native-stdio-gdbserver.exp: Load "local-board".
7668
8484c955
PA
76692017-10-17 Pedro Alves <palves@redhat.com>
7670
7671 * gdb.base/quit-live.c: New file.
7672 * gdb.base/quit-live.exp: New file.
7673
83d5a34d
KS
76742017-10-16 Keith Seitz <keiths@redhat.com>
7675
7676 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7677 (class_with_protected_typedef, class_with_private_typedef)
7678 (struct_with_public_typedef, struct_with_protected_typedef)
7679 (struct_with_private_typedef): New classes/structs.
7680 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7681 typedefs and access specifiers.
7682
739b3f1d
PA
76832017-10-16 Pedro Alves <palves@redhat.com>
7684 Simon Marchi <simon.marchi@polymtl.ca>
7685
7686 * README (Local vs Remote vs Native): New section.
7687 * boards/local-board.exp: New file, with bits factored out from
7688 ...
7689 * boards/native-extended-gdbserver.exp: ... here. Load
7690 "local-board".
7691 * boards/native-gdbserver.exp: Load "local-board".
7692 (${board}_spawn, ${board}_exec): Delete.
7693 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7694 ...
7695 * boards/stdio-gdbserver-base.exp: ... this new file.
7696 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7697 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7698 procedure.
7699 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7700 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7701 stdio_gdbserver_command.
7702 (${board}_get_remote_address, ${board}_get_comm_port)
7703 (${board}_download, ${board}_upload): Delete.
7704 (get_target_remote_pipe_cmd): New.
7705
fe68b953
SM
77062017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7707
7708 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7709 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7710 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7711 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7712 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7713 remove with_test_prefix.
7714
300b6685
PA
77152017-10-13 Pedro Alves <palves@redhat.com>
7716
7717 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7718 * gdb.base/annota1.exp: Use it instead of is_remote.
7719 * gdb.base/annota3.exp: Use it instead of is_remote.
7720 * gdb.cp/annota2.exp: Use it instead of is_remote.
7721 * gdb.cp/annota3.exp: Use it instead of is_remote.
7722 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7723
50500caf
PA
77242017-10-13 Pedro Alves <palves@redhat.com>
7725
7726 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7727 (test_num_test_vars, run_and_count_vars, find_env)
7728 (test_set_unset_env, test_inherit_env_var): New procedures.
7729 (top level): Use them.
7730
dad0c6d2
PA
77312017-10-13 Pedro Alves <palves@redhat.com>
7732
7733 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7734 also skip on stub-like targets.
7735
8b0553c1
PA
77362017-10-13 Pedro Alves <palves@redhat.com>
7737
7738 PR gdb/22293
7739 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7740 (top level): Move some tests to ...
7741 (test_not_found): ... this new procedure.
7742 (top level): Call it.
7743
7594f623
PA
77442017-10-13 Pedro Alves <palves@redhat.com>
7745
7746 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7747 expect different "info terminal" output if testing with a
7748 non-native target.
7749
ebe3b402
PA
77502017-10-13 Pedro Alves <palves@redhat.com>
7751 Simon Marchi <simon.marchi@polymtl.ca>
7752
7753 PR python/12966
7754 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7755
42f1b161
PA
77562017-10-13 Pedro Alves <palves@redhat.com>
7757
7758 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7759 already.
7760
8d6ef72b
PA
77612017-10-13 Pedro Alves <palves@redhat.com>
7762
7763 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7764 is_remote.
7765
d7bcd5b8
PA
77662017-10-13 Pedro Alves <palves@redhat.com>
7767
7768 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7769 is_remote.
7770
df479dc6
PA
77712017-10-13 Pedro Alves <palves@redhat.com>
7772
7773 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7774 is set.
7775 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7776 instead of is_remote.
7777
23fb630a
PA
77782017-10-13 Pedro Alves <palves@redhat.com>
7779
7780 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7781 (top level): Add comment.
7782
cc77b1dc
PA
77832017-10-13 Pedro Alves <palves@redhat.com>
7784
7785 * gdb.base/remote.exp (top level): Fix comment typo and add
7786 missing return.
7787
27c9e813
PA
77882017-10-13 Pedro Alves <palves@redhat.com>
7789 Simon Marchi <simon.marchi@polymtl.ca>
7790
7791 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7792 calls and add comments. Skip test if use_gdb_stub is set.
7793 (top level): Use "set cwd" command instead of "cd" command.
7794
5e830d98
PA
77952017-10-13 Pedro Alves <palves@redhat.com>
7796
7797 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7798 is_remote target check.
7799
f5ca0032
PA
78002017-10-13 Pedro Alves <palves@redhat.com>
7801
7802 * gdb.base/scope.exp: Use build_executable + clean_restart +
7803 gdb_file_cmd instead of prepare_for_testing and no longer skip
7804 "before run" tests on is_remote target boards. Update comments.
7805 * boards/native-extended-gdbserver.exp
7806 (extended_gdbserver_load_last_file): New, factored out from ...
7807 (gdb_load): ... this. Move further below and add comment.
7808 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7809
8aed1c0d
PA
78102017-10-12 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.base/attach.exp: Remove references to gdb64.
7813 * gdb.base/dbx.exp: Remove references to gdb64.
7814
cfa34c87
SM
78152017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7816 Pedro Alves <palves@redhat.com>
7817
7818 * gdb.base/label.exp: Remove is_remote target check.
7819
9192b7de
PA
78202017-10-12 Pedro Alves <palves@redhat.com>
7821
7822 * gdb.base/auvx.exp (coredir): Update comment.
7823 (top level) <core_works>: Use "set cwd" command instead of "cd"
7824 command.
7825
6bf0052d
PA
78262017-10-12 Pedro Alves <palves@redhat.com>
7827 Simon Marchi <simon.marchi@polymtl.ca>
7828
7829 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7830 target boards.
7831
e48ef82d
PA
78322017-10-12 Pedro Alves <palves@redhat.com>
7833 Simon Marchi <simon.marchi@polymtl.ca>
7834
7835 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7836 Instead skip if there's any gdb_protocol set.
7837
8d7aea57
SM
78382017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7839 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7842
30440677
PA
78432017-10-12 Pedro Alves <palves@redhat.com>
7844 Simon Marchi <simon.marchi@polymtl.ca>
7845
7846 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7847 instead of on dejagnu remote boards.
7848
4e04f045 78492017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7850 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7851
7852 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7853 checks. Use build_executable + clean_restart instead of
7854 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7855 of enabling non-stop after starting gdb.
7856
871a186e
PA
78572017-10-12 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7860 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7861 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7862 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7863
56d704da
AK
78642017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7865
7866 * gdb.arch/arc-tdesc-cpu.exp: New file.
7867 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7868
2f20e312
SM
78692017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7870
7871 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7872
65630365
PA
78732017-10-10 Pedro Alves <palves@redhat.com>
7874
7875 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7876 expect CLI output.
7877
bf469271
PA
78782017-10-10 Pedro Alves <palves@redhat.com>
7879
7880 * lib/selftest-support.exp (selftest_setup): Update for
7881 captured_command_loop's prototype change.
7882
777a42f1
PA
78832017-10-09 Pedro Alves <palves@redhat.com>
7884
7885 Test both arch1=>arch2 and arch2=>arch1.
7886
7887 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7888 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7889 factored out to...
7890 (append_arch1_options, append_arch2_options, append_arch_options)
7891 (build_executables): New procedures.
7892 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7893 local.
7894 (top level): Add new 'first_arch' testing axis.
7895
cbd2b4e3
PA
78962017-10-09 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7899 (barrier): New.
7900 (thread_start, all_started): New functions.
7901 (main): Spawn new thread and wait until it is scheduled.
7902 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7903 option.
7904 (do_test): Add 'selected_thread' parameter. Run to all_started
7905 instead of main. Explicitly set the breakpoint at main. Switch
7906 to the SELECTED_THREAD thread.
7907 (top level): Test handling the exec event with either the main
7908 thread or the second thread selected.
7909
5c9e4427
PA
79102017-10-09 Pedro Alves <palves@redhat.com>
7911
7912 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7913 logic. Move STOP marker after the value checks.
7914 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7915 regexp.
7916
b3b7c423
SL
79172017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7918
7919 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7920
3b4b2f16
UW
79212017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7922
7923 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7924 integer-to-dfp conversion.
7925 * gdb.base/dfp-test.exp: Likewise.
7926
5cd63fda
PA
79272017-10-04 Pedro Alves <palves@redhat.com>
7928
7929 * gdb.multi/hangout.c: Include <unistd.h>.
7930 (hangout_loop): New function.
7931 (main): Call alarm. Call hangout_loop in a loop.
7932 * gdb.multi/hello.c: Include <unistd.h>.
7933 (hello_loop): New function.
7934 (main): Call alarm. Call hangout_loop in a loop.
7935 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7936 inferior with the other selected.
7937
4c71c105
SM
79382017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7939
7940 * gdb.mi/list-thread-groups-available.exp: New file.
7941 * gdb.mi/list-thread-groups-available.c: New file.
7942
bc3b087d
SDJ
79432017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7944
7945 * gdb.base/set-cwd.exp: Make it available on
7946 native-extended-gdbserver.
7947
d092c5a2
SDJ
79482017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7949
7950 * gdb.base/set-cwd.c: New file.
7951 * gdb.base/set-cwd.exp: Likewise.
7952
45320ffa
TT
79532017-10-02 Tom Tromey <tom@tromey.com>
7954
7955 PR rust/22236:
7956 * gdb.rust/simple.rs (main): New variable "fslice".
7957 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7958
b3e3859b
TT
79592017-10-02 Tom Tromey <tom@tromey.com>
7960
7961 * gdb.rust/simple.exp: Test ptype of a slice.
7962
01af5e0d
TT
79632017-10-02 Tom Tromey <tom@tromey.com>
7964
7965 * gdb.rust/simple.exp: Test index of slice.
7966
a9bbfbd8
TT
79672017-09-27 Tom Tromey <tom@tromey.com>
7968
7969 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7970
df8899e5
TP
79712017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7972 Pedro Alves <palves@redhat.com>
7973
7974 * gdb.base/compare-sections.exp (get value of read-only section): Read
7975 as unsigned value.
7976 (corrupt read-only section): Likewise and don't set written if patching
7977 failed.
7978
757bf54b
KB
79792017-09-21 Kevin Buettner <kevinb@redhat.com>
7980
7981 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7982 files.
7983
06871ae8
PA
79842017-09-20 Pedro Alves <palves@redhat.com>
7985
7986 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7987 symbol names in gdb's output.
7988 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7989
e5f25bc5
PA
79902017-09-20 Pedro Alves <palves@redhat.com>
7991
7992 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7993 Rename to ...
7994 (test_list_ambiguous_symbol): ... this and add a symbol name
7995 parameter. Adjust.
7996 (test_list_ambiguous_function): Reimplement on top of
7997 test_list_ambiguous_symbol and also test listing ambiguous
7998 variables.
7999 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8000 (ambiguous_fun): ... this.
8001 (ambiguous_var): New.
8002 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8003 (ambiguous_fun): ... this.
8004 (ambiguous_var): New.
8005
4e5a4f58
JB
80062017-09-19 John Baldwin <jhb@FreeBSD.org>
8007
8008 * gdb.base/starti.c: New file.
8009 * gdb.base/starti.exp: New file.
8010 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8011
26e53f3e
PA
80122017-09-14 Pedro Alves <palves@redhat.com>
8013
8014 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8015 (top level): Use it instead of runto.
8016
cb791d59
TT
80172017-09-11 Tom Tromey <tom@tromey.com>
8018
8019 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8020
7c96f8c1
TT
80212017-09-11 Tom Tromey <tom@tromey.com>
8022
8023 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8024 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8025
469412dd
CW
80262017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8027
8028 * gdb.fortran/printing-types.exp: New file.
8029 * gdb.fortran/printing-types.exp: New file.
8030
e0f86435
BH
80312017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8032
8033 * gdb.fortran/vla-ptype.exp: Fix typos.
8034 * gdb.fortran/vla-value.exp: Same.
8035
9e9af4be
BH
80362017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8037
8038 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8039 * gdb.mi/mi-var-child-f.exp: Likewise.
8040 * gdb.mi/mi-vla-fortran.exp: Likewise.
8041
a5ad232b 80422017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8043 Christoph Weinmann <christoph.t.weinmann@intel.com>
8044 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8045
8046 * gdb.fortran/ptr-indentation.f90: New file.
8047 * gdb.fortran/ptr-indentation.exp: New file.
8048
5aec60eb
TT
80492017-09-05 Tom Tromey <tom@tromey.com>
8050
8051 PR gdb/22010:
8052 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8053
8f8f8152
TP
80542017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8055
8056 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8057
fbd1b771
JK
80582017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8059
8060 * gdb.threads/tls-nodebug-pie.c: New file.
8061 * gdb.threads/tls-nodebug-pie.exp: New file.
8062
5eb5f850
TT
80632017-09-05 Tom Tromey <tom@tromey.com>
8064
8065 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8066 for rust.
8067
ae780a21
SM
80682017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8069
8070 * gdb.multi/multi-arch-exec.exp: Test with different
8071 "follow-exec-mode" settings.
8072 (do_test): New procedure.
8073
3693fdb3
PA
80742017-09-04 Pedro Alves <palves@redhat.com>
8075
8076 * gdb.base/func-static.c (S::method const, S::method volatile)
8077 (S::method volatile const): New methods.
8078 (c_s, v_s, cv_s): New instances.
8079 (main): Call method() on them.
8080 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8081 (cannot_resolve): New procedure.
8082 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8083 print-quote-unquoted columns.
8084 (do_test): Test printing each scope too.
8085
e68cb8e0
PA
80862017-09-04 Pedro Alves <palves@redhat.com>
8087
8088 * gdb.base/local-static.exp: Also test with
8089 class::method::variable wholly quoted.
8090 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8091
858be34c
PA
80922017-09-04 Pedro Alves <palves@redhat.com>
8093
8094 * gdb.base/local-static.c: New.
8095 * gdb.base/local-static.cc: New.
8096 * gdb.base/local-static.exp: New.
8097
46a4882b
PA
80982017-09-04 Pedro Alves <palves@redhat.com>
8099
8100 * gdb.asm/asm-source.exp: Add casts to int.
8101 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8102 (dataglobal64_1, dataglobal64_2): New globals.
8103 * gdb.base/nodebug.exp: Test different expressions involving the
8104 new globals, with print, whatis and ptype. Add casts to int.
8105 * gdb.base/solib-display.exp: Add casts to int.
8106 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8107 * gdb.cp/m-static.exp: Add cast to int.
8108 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8109 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8110 tls variable with no debug info without a cast. Test with a cast
8111 to int too.
8112 * gdb.trace/entry-values.exp: Add casts.
8113
2c5a2be1
PA
81142017-09-04 Pedro Alves <palves@redhat.com>
8115
8116 * gdb.base/nodebug.exp: Test that ptype's error about functions
8117 with unknown return type includes the function name too.
8118
7022349d
PA
81192017-09-04 Pedro Alves <palves@redhat.com>
8120
8121 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8122 return type of munmap in infcall.
8123 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8124 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8125 type of ftell in infcall.
8126 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8127 type of getpid in infcall.
8128 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8129 infcall.
8130 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8131 Bail on failure to extract the pid.
8132 * gdb.base/nodebug.c: #include <stdint.h>.
8133 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8134 New functions.
8135 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8136 Change expected output of print/whatis/ptype with functions with
8137 no debug info. Test all supported languages. Call
8138 test_call_promotion.
8139 * gdb.compile/compile.exp: Adjust expected output to expect
8140 warning.
8141 * gdb.threads/siginfo-threads.exp: Likewise.
8142
54990598
PA
81432017-09-04 Pedro Alves <palves@redhat.com>
8144
8145 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8146 "prototypes". Test calling float functions via prototyped and
8147 unprototyped function pointers.
8148 (perform_all_tests): New parameter "prototypes". Pass it down.
8149 (top level): Pass down "prototypes" parameter to
8150 perform_all_tests.
8151
34d16ea2
SM
81522017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8153
8154 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8155 Test with nested loops.
8156
9521ecda
SM
81572017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8158
8159 * gdb.base/commands.exp: Call the new procedures.
8160 (loop_break_test, loop_continue_test): New procedures.
8161
80a65e9b
SM
81622017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8163
8164 * gdb.base/commands.exp: Call new procedure.
8165 (define_if_without_arg_test): New procedure.
8166
e439fa14
PA
81672017-09-04 Pedro Alves <palves@redhat.com>
8168
8169 * gdb.base/list-ambiguous.exp: New file.
8170 * gdb.base/list-ambiguous0.c: New file.
8171 * gdb.base/list-ambiguous1.c: New file.
8172 * gdb.base/list.exp (test_list_range): Adjust expected output.
8173
0a2dde4a
SDJ
81742017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8175
8176 * gdb.base/share-env-with-gdbserver.c: New file.
8177 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8178
5e89eb3a
SM
81792017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8180
8181 * gdb.base/commands.exp (gdbvar_simple_if_test,
8182 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8183 progvar_simple_if_test, progvar_simple_while_test,
8184 progvar_complex_if_while_test, user_defined_command_test,
8185 user_defined_command_args_eval,
8186 user_defined_command_args_stack_test,
8187 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8188 temporary_breakpoint_commands,
8189 gdb_test_no_prompt, redefine_hook_test,
8190 redefine_backtrace_test): Remove "global gdb_prompt".
8191
fd437cbc
SM
81922017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8193
8194 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8195 New proc, call it from toplevel.
8196
87215ad1
SDJ
81972017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8198
8199 PR remote/21852
8200 * gdb.server/normal.c: New file, copied from gdb.base.
8201 * gdb.server/run-without-local-binary.exp: New file.
8202
58afddc6
WP
82032017-08-07 Weimin Pan <weimin.pan@oracle.com>
8204
8205 * gdb.arch/sparc64-adi.exp: New file.
8206 * gdb.arch/sparc64-adi.c: New file.
8207
5277199a
PA
82082017-08-22 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8211 (top level): Add "list all overloads" tests.
8212
14278e1f
TT
82132017-08-22 Tom Tromey <tom@tromey.com>
8214
8215 * gdb.gdb/xfullpath.exp: Remove.
8216
bf223d3e
PA
82172017-08-21 Pedro Alves <palves@redhat.com>
8218
8219 PR gdb/19487
8220 * gdb.base/symbol-alias.c: New.
8221 * gdb.base/symbol-alias2.c: New.
8222 * gdb.base/symbol-alias.exp: New.
8223
c973d0aa
PA
82242017-08-21 Pedro Alves <palves@redhat.com>
8225
8226 * gdb.base/dfp-test.c
8227 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8228 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8229 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8230 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8231 * gdb.base/whatis-ptype-typedefs.c: New.
8232 * gdb.base/whatis-ptype-typedefs.exp: New.
8233 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8234 (an_int, an_int_type, an_int_type2): New globals.
8235 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8236 involving typedefs and cast expressions.
8237 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8238 (lookup_typedefs_function): New.
8239 (typedefs_pretty_printers_dict): New.
8240 (top level): Register lookup_typedefs_function in
8241 gdb.pretty_printers.
8242
6d580b63
YQ
82432017-08-18 Yao Qi <yao.qi@linaro.org>
8244
8245 * gdb.server/unittest.exp: New.
8246
206726fb
SDJ
82472017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8248
8249 PR gdb/21954
8250 * gdb.base/environ.exp: Add test to check if 'unset environment'
8251 works.
8252
bf0ec4c2
AA
82532017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8254
8255 * lib/gdb.exp (universal_compile_options): New caching proc.
8256 (gdb_compile): Suppress GCC's coloring of messages.
8257
d6382fff
TT
82582017-08-14 Tom Tromey <tom@tromey.com>
8259
8260 PR gdb/21675:
8261 * gdb.base/printcmds.exp (test_radices): New function.
8262 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8263 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8264 * lib/gdb.exp (get_integer_valueof): Use p/d.
8265
c2c2dd9f
SM
82662017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8267
8268 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8269 characters.
8270
fdffd6f4
TT
82712017-08-05 Tom Tromey <tom@tromey.com>
8272
8273 * gdb.rust/simple.exp: Allow String to appear in a different
8274 namespace.
8275
27d41eac
YQ
82762017-07-26 Yao Qi <yao.qi@linaro.org>
8277
8278 * gdb.gdb/unittest.exp: Invoke command
8279 "maintenance check xml-descriptions".
8280
031ed05d
AA
82812017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8282
8283 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8284 calling context.
8285 (hex128): Drop erroneous calculation of parameters.
8286
dcd27ddf
SM
82872017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8288
8289 * gdb.python/py-unwind.exp: Disable stack protection when
8290 building test file.
8291
47e77640
PA
82922017-07-20 Pedro Alves <palves@redhat.com>
8293
8294 * gdb.base/default.exp (set language): Adjust expected output.
8295
62d2a18a
PA
82962017-07-20 Pedro Alves <palves@redhat.com>
8297
8298 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8299 (test_minsym): ... this, and make static.
8300 (get_pck__foo__bar__minsym): Rename to ...
8301 (get_test_minsym): ... this.
8302 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8303 symbol names and comments.
8304 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8305 (get_test_minsym): ... this.
8306 (pck__foo__bar__minsym__2): Rename to ...
8307 (test_minsym): ... this.
8308 (main): Adjust.
8309
c45ec17c
PA
83102017-07-17 Pedro Alves <palves@redhat.com>
8311
8312 * gdb.base/completion.exp: Adjust expected output.
8313 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8314 the completer works.
8315
c6756f62
PA
83162017-07-17 Pedro Alves <palves@redhat.com>
8317
8318 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8319
5bd68487
AB
83202017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8321
8322 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8323
8880f2a9
TT
83242017-07-14 Tom Tromey <tom@tromey.com>
8325
8326 PR rust/21764:
8327 * gdb.rust/simple.exp: Add tests.
8328
65547233
TT
83292017-07-14 Tom Tromey <tom@tromey.com>
8330
8331 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8332
8f14146e
PA
83332017-07-14 Pedro Alves <palves@redhat.com>
8334
8335 * gdb.linespec/base/one/thefile.cc (z1): New function.
8336 * gdb.linespec/base/two/thefile.cc (z2): New function.
8337 * gdb.linespec/linespec.exp: Add tests.
8338
b4365d02
AB
83392017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8340
8341 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8342 to mi_create_breakpoint.
8343
5d2cbaa5
AB
83442017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8345
8346 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8347 mi_create_breakpoint.
8348
11cb5716
IB
83492017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8350
8351 * gdb.dlang/demangle.exp: Update for demangling changes.
8352
03278692
TT
83532017-07-09 Tom Tromey <tom@tromey.com>
8354
8355 * gdb.dwarf2/shortpiece.exp: New file.
8356
33c5cd75
DB
83572017-07-06 David Blaikie <dblaikie@gmail.com>
8358
8359 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8360 built from fissiont-multi-cu{1,2}.c.
8361 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8362 except putting 'main' and 'func' in separate CUs in the same DWO file.
8363 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8364 test.
8365 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8366 test.
8367
8455d262
PA
83682017-07-06 Pedro Alves <palves@redhat.com>
8369
8370 * gdb.python/py-unwind.exp: Test flushregs.
8371
dc4bde35
SDJ
83722017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8373
8374 PR cli/21688
8375 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8376 tests for alias commands and trailing whitespace.
8377
51ed89aa
SDJ
83782017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8379
8380 PR cli/21688
8381 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8382 procedure. Call it.
8383
eb17d413
PA
83842017-06-29 Pedro Alves <palves@redhat.com>
8385
8386 * gdb.base/printcmds.exp: Add tests.
8387
41664b45
DG
83882017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8389
8390 PR gdb/21337
8391 * gdb.base/reread-readsym.exp: New file.
8392 * gdb.base/reread-readsym.c: New file.
8393
75312ae3
KB
83942017-06-21 Kevin Buettner <kevinb@redhat.com>
8395
8396 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8397 subpattern.
8398
66953522
PB
83992017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8400
8401 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8402 extended mnemonic.
8403 * gdb.arch/powerpc-power9.s: Likewise.
8404
5524b525
AA
84052017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8406
8407 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8408 on 32-bit x86 targets. Exploit is_*_target macros where
8409 appropriate.
8410
03c8af18
AA
84112017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8412
8413 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8414 register pieces.
8415
3bf31011
AA
84162017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8417
8418 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8419 located in one or more DWARF pieces.
8420
805acca0
AA
84212017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8422
8423 * lib/gdb.exp (get_endianness): New proc.
8424 * gdb.arch/aarch64-fp.exp: Use it.
8425 * gdb.arch/altivec-regs.exp: Likewise.
8426 * gdb.arch/e500-regs.exp: Likewise.
8427 * gdb.arch/vsx-regs.exp: Likewise.
8428 * gdb.base/dump.exp: Likewise.
8429 * gdb.base/funcargs.exp: Likewise.
8430 * gdb.base/gnu_vector.exp: Likewise.
8431 * gdb.dwarf2/formdata16.exp: Likewise.
8432 * gdb.dwarf2/implptrpiece.exp: Likewise.
8433 * gdb.dwarf2/nonvar-access.exp: Likewise.
8434 * gdb.python/py-inferior.exp: Likewise.
8435 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8436
e9352324
AA
84372017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8438
8439 PR gdb/21226
8440 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8441 stack value pieces are taken from the LSB end.
8442
d5d1163e
AA
84432017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8444
8445 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8446 variable at nonzero offset.
8447
0567c986
AA
84482017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8449
8450 * gdb.dwarf2/var-access.c: New file.
8451 * gdb.dwarf2/var-access.exp: New test.
8452 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8453
973e9aab
TT
84542017-06-12 Tom Tromey <tom@tromey.com>
8455
8456 * gdb.dwarf2/formdata16.exp: Add tests.
8457
d9109c80
TT
84582017-06-12 Tom Tromey <tom@tromey.com>
8459
8460 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8461
30a25466
TT
84622017-06-12 Tom Tromey <tom@tromey.com>
8463
8464 PR exp/16225:
8465 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8466 * gdb.arch/vsx-regs.exp: Update tests.
8467 * gdb.arch/s390-vregs.exp (hex128): New proc.
8468 Update test.
8469 * gdb.arch/altivec-regs.exp: Update tests.
8470
aefd8b33
SDJ
84712017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8472
8473 * gdb.base/startup-with-shell.c: New file.
8474 * gdb.base/startup-with-shell.exp: Likewise.
8475
2090129c
SDJ
84762017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8477
8478 * gdb.server/non-existing-program.exp: Update regex in order to
8479 reflect the fact that gdbserver is now using fork_inferior (with a
8480 shell) to startup the inferior.
8481
8e86a419
SM
84822017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8483
8484 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8485 support function calls from GDB.
8486
e6cf65f2
TT
84872017-05-21 Tom Tromey <tom@tromey.com>
8488
8489 PR rust/21466:
8490 * gdb.rust/unsized.exp: New file.
8491 * gdb.rust/unsized.rs: New file.
8492
43cc5389
TT
84932017-05-19 Tom Tromey <tom@tromey.com>
8494
8495 PR rust/21484:
8496 * gdb.rust/watch.exp: New file.
8497 * gdb.rust/watch.rs: New file.
8498
ec8df234
TT
84992017-05-18 Tom Tromey <tom@tromey.com>
8500
8501 * gdb.rust/simple.exp: Allow Box to be qualified.
8502
3e3e7fae
TP
85032017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8504
8505 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8506
59cc050d
PA
85072017-05-18 Pedro Alves <palves@redhat.com>
8508
8509 * gdb.base/fileio.c (test_write, test_read, test_close)
8510 (test_fstat): Don't print 'ret' in the fail path.
8511
c8f6abd1
PA
85122017-05-18 Pedro Alves <palves@redhat.com>
8513
8514 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8515 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8516 (test_system, test_rename, test_unlink, test_time): Change
8517 prototypes.
8518 * gdb.base/fileio.exp (stop_msg): Adjust.
8519
d2a03b77
PA
85202017-05-18 Pedro Alves <palves@redhat.com>
8521
8522 * gdb.base/fileio.c (null_str): New global.
8523 (test_stat): Use it.
8524 * gdb.base/fileio.exp: Remove nowarnings.
8525
0d5c6999
YQ
85262017-05-17 Yao Qi <yao.qi@linaro.org>
8527
8528 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8529
21873064
YQ
85302017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8531
8532 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8533 argument command.
8534 (top-level): Invoke test_set_inferior_tty.
8535
d512d31c
PA
85362017-05-04 Pedro Alves <palves@redhat.com>
8537
8538 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8539 Add parens to print call for Python 3.
8540
90cef2ed
KS
85412017-05-03 Keith Seitz <keiths@redhat.com>
8542
8543 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8544 (main): Call it.
8545
14f819c8
TW
85462017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8547
8548 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8549 to prev and next.
8550
913aeadd
TW
85512017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8552
8553 * gdb.python/py-record-btrace.exp: Remove test for
8554 gdb.BtraceInstruction.error.
8555
a3be24ad
TW
85562017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8557
8558 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8559
ae20e79a
TW
85602017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8561
8562 * gdb.python/py-record-btrace-threads.c: New file.
8563 * gdb.python/py-record-btrace-threads.exp: New file.
8564
45ce1b47
SDJ
85652017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8566
8567 PR testsuite/8595
8568 * gdb.base/environ.exp: Make test available in all architectures.
8569 Move bits related to "info program" testing to
8570 gdb.base/info-program.exp. Rewrite tests to use the two new
8571 procedures mentione below.
8572 (test_set_show_env_var) New procedure.
8573 (test_set_show_env_var_equal): Likewise.
8574 * gdb.base/info-program.exp: New file.
8575
e15c3eb4
KS
85762017-04-27 Keith Seitz <keiths@redhat.com>
8577
8578 * gdb.cp/oranking.cc (test15): New function.
8579 (main): Call test15 and declare additional variables for testing.
8580 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8581 "p foo101('abc')" tests.
8582 Add tests for cv qualifier overloads.
8583 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8584 "lvalue reference overload" test.
8585 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8586 "print value of f1 on Child&& in f2" test.
8587
3a3fd0fd
PA
85882017-04-19 Pedro Alves <palves@redhat.com>
8589
8590 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8591 procedure.
8592 (top level): Call it.
8593 * lib/gdb.exp (gdb_define_cmd): New procedure.
8594
53375380
PA
85952017-04-12 Pedro Alves <palves@redhat.com>
8596
8597 PR gdb/21323
8598 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8599 (wchar): New global.
8600 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8601 (do_test_wide_char, wide_char_types_no_program, top level): Add
8602 wchar_t testing.
8603
53e710ac
PA
86042017-04-12 Pedro Alves <palves@redhat.com>
8605
8606 PR c++/21323
8607 * gdb.cp/wide_char_types.c: New file.
8608 * gdb.cp/wide_char_types.exp: New file.
8609
0ad9d8c7
SDJ
86102017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8611
8612 PR gdb/21352
8613 * gdb.trace/tsv.exp: Add test for "tsave -r".
8614
b1b45502
IB
86152017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8616
8617 * gdb.dlang/watch-loc.c: New file.
8618 * gdb.dlang/watch-loc.exp: New file.
8619
ec13808e
JK
86202017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8621
8622 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8623
fe5f7374
AK
86242017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8625
8626 * gdb.arch/arc-analyze-prologue.S: New file.
8627 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8628
eea78757
AK
86292017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8630
8631 * gdb.arch/arc-decode-insn.S: New file.
8632 * gdb.arch/arc-decode-insn.exp: Likewise.
8633
5badf10a
IR
86342017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8635
8636 PR tdep/20928
8637 * gdb.arch/sparc64-regs.exp: New file.
8638 * gdb.arch/sparc64-regs.S: Likewise.
8639
cee59b3f
TW
86402017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8641
8642 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8643 and memory view on Python 3.
8644
c0f55cc6
AV
86452017-03-20 Artemiy Volkov <artemiyv@acm.org>
8646 Keith Seitz <keiths@redhat.com>
8647
8648 PR gdb/14441
8649 * gdb.cp/demangle.exp: Add rvalue reference tests.
8650 * gdb.cp/rvalue-ref-casts.cc: New file.
8651 * gdb.cp/rvalue-ref-casts.exp: New file.
8652 * gdb.cp/rvalue-ref-overload.cc: New file.
8653 * gdb.cp/rvalue-ref-overload.exp: New file.
8654 * gdb.cp/rvalue-ref-params.cc: New file.
8655 * gdb.cp/rvalue-ref-params.exp: New file.
8656 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8657 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8658 * gdb.cp/rvalue-ref-types.cc: New file.
8659 * gdb.cp/rvalue-ref-types.exp: New file.
8660 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8661 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8662
51457a05
MAL
86632017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8664
8665 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8666 New procedure.
8667
5b291c04
MAL
86682017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8669
8670 * lib/mi-support.exp (mi_gdb_test): Add additional message
8671 for unexpected output.
8672
59a56148
AA
86732017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8674
8675 * gdb.base/examine-backward.c (Barrier): New character array
8676 constant, to ensure that TestStrings is preceded by a string
8677 terminator.
8678
7942e96e
AA
86792017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8680
8681 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8682 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8683 and implicit pointer into such a location.
8684
6ebac3fb
DE
86852017-03-16 Doug Evans <dje@google.com>
8686
8687 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8688
ec3b243d
TP
86892017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8690
8691 * gdb.cp/m-static.exp: Fix expectation for prototype of
8692 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8693
86942017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8695
8696 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8697 * gdb.guile/scm-lazy-string.c: New file.
8698 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8699 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8700 for pointer, array, typedef lazy strings.
8701
2cc36e25 87022017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8703
8704 PR python/17728, python/18439, python/18779
8705 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8706 * gdb.python/py-lazy-string.c (pointer): New typedef.
8707 (main): New locals ptr, array, typedef_ptr.
8708 * gdb.python/py-value.exp: Move lazy string tests to ...
8709 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8710 array, typedef lazy strings.
ec3b243d 8711
0efcde63
AK
87122017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8713
8714 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8715 Add optional 'test' parameter.
8716
7978d7c3
SM
87172017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8718
8719 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8720 Skip for versions of DejaGnu < 1.5.
8721
896c0c1e
SM
87222017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8723
8724 * lib/gdb.exp (dejagnu_version): New proc.
8725 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8726 Use dejagnu_version.
8727
5f4d1085
KS
87282017-03-10 Keith Seitz <keiths@redhat.com>
8729
8730 PR c++/8128
8731 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8732 type from destructor regexps.
8733 Add a branch which actually passes the test.
8734 Adjust "ptype t5i" test names.
8735
1de05205
PA
87362017-03-08 Pedro Alves <palves@redhat.com>
8737
8738 * gdb.base/step-over-exit.exp: Add explicit test message.
8739
c65d6b55
PA
87402017-03-08 Pedro Alves <palves@redhat.com>
8741
8742 PR gdb/18360
8743 * gdb.threads/interrupt-while-step-over.c: New file.
8744 * gdb.threads/interrupt-while-step-over.exp: New file.
8745
2e86a283
PA
87462017-03-08 Pedro Alves <palves@redhat.com>
8747
8748 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8749 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8750
25dcbff6
PA
87512017-03-08 Pedro Alves <palves@redhat.com>
8752
8753 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8754 PKRU as not supported as a PASS.
8755
dc9366eb
PA
87562017-03-08 Pedro Alves <palves@redhat.com>
8757
8758 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8759 prefix instead of $binfile1/$binfile2.
8760 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8761 in test message.
8762 * gdb.python/py-completion.exp: Use "load python file" as test
8763 messages instead of unstable path names.
8764
6e5d74e7
PA
87652017-03-08 Pedro Alves <palves@redhat.com>
8766 Jan Kratochvil <jan.kratochvil@redhat.com>
8767
8768 PR cli/21218
8769 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8770 New proc.
8771 (top level): Call it.
8772
9753a2f6
PA
87732017-03-08 Pedro Alves <palves@redhat.com>
8774
8775 PR tui/21216
8776 * gdb.tui/tui-nl-filtered-output.exp: New file.
8777
1a4dd9dd
PA
87782017-03-08 Pedro Alves <palves@redhat.com>
8779
8780 * gdb.base/completion.exp: Move TUI completion tests to ...
8781 * gdb.tui/completion.exp: ... this new file.
8782
7cbbff33
PA
87832017-03-08 Pedro Alves <palves@redhat.com>
8784
8785 * gdb.base/tui-disasm-long-lines.c,
8786 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8787 gdb.base/tui-layout.exp: Move to ...
8788 * gdb.tui/: ... this new directory.
8789
5f6fd321
PA
87902017-03-07 Pedro Alves <palves@redhat.com>
8791
8792 * gdb.base/tui-layout.c: New file.
8793 * gdb.base/tui-layout.exp: New file.
8794
44959fa8
PA
87952017-03-07 Pedro Alves <palves@redhat.com>
8796
8797 * gdb.base/tui-layout.c: Rename to ...
8798 * gdb.base/tui-disasm-long-lines.c: ... this.
8799 * gdb.base/tui-layout.exp: Rename to ...
8800 * gdb.base/tui-disasm-long-lines.exp: ... this.
8801
f8c4e718
PA
88022017-03-07 Pedro Alves <palves@redhat.com>
8803
8804 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8805
6dbb839a 88062017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8807
8808 * i386-mpx-call.c: New file.
8809 * i386-mpx-call.exp: New file.
8810
65b48a81
PB
88112017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8812
8813 * gdb.arch/powerpc-power.exp: Delete test.
8814 * gdb.arch/powerpc-power.s: Likewise.
8815 * gdb.disasm/disassembler-options.exp: New test.
8816 * gdb.arch/powerpc-altivec.exp: Likewise.
8817 * gdb.arch/powerpc-altivec.s: Likewise.
8818 * gdb.arch/powerpc-altivec2.exp: Likewise.
8819 * gdb.arch/powerpc-altivec2.s: Likewise.
8820 * gdb.arch/powerpc-altivec3.exp: Likewise.
8821 * gdb.arch/powerpc-altivec3.s: Likewise.
8822 * gdb.arch/powerpc-power7.exp: Likewise.
8823 * gdb.arch/powerpc-power7.s: Likewise.
8824 * gdb.arch/powerpc-power8.exp: Likewise.
8825 * gdb.arch/powerpc-power8.s: Likewise.
8826 * gdb.arch/powerpc-power9.exp: Likewise.
8827 * gdb.arch/powerpc-power9.s: Likewise.
8828 * gdb.arch/powerpc-vsx.exp: Likewise.
8829 * gdb.arch/powerpc-vsx.s: Likewise.
8830 * gdb.arch/powerpc-vsx2.exp: Likewise.
8831 * gdb.arch/powerpc-vsx2.s: Likewise.
8832 * gdb.arch/powerpc-vsx3.exp: Likewise.
8833 * gdb.arch/powerpc-vsx3.s: Likewise.
8834 * gdb.arch/arm-disassembler-options.exp: Likewise.
8835 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8836 * gdb.arch/s390-disassembler-options.exp: Likewise.
8837
17cd4947
LM
88382017-02-23 Luis Machado <lgustavo@codesourcery.com>
8839
8840 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8841 (check_supported_features): ... this. Changed return type to void.
8842 (supports_rdseed): New static global.
8843 (rdseed): Check supports_rdseed.
8844 (initialize): Call check_supported_features.
8845
2039d74e
EBM
88462017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8847
8848 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8849 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8850 and lqarx/stqcx.
8851 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8852 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8853
a51d7ecf
EBM
88542017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8855
8856 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8857 uppercase.
8858
0224619f
JK
88592017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8860
8861 * gdb.dwarf2/formdata16.c: New file.
8862 * gdb.dwarf2/formdata16.exp: New file.
8863 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8864
216f72a1
JK
88652017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8866
8867 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8868 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8869 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8870 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8871 DW_AT_GNU_*.
8872
43988095
JK
88732017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8874
8875 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8876
99e8a4f9
SDJ
88772017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8878
8879 PR gdb/21164
8880 * gdb.base/maint.exp: Add testcases for when the commands do
8881 not have arguments.
8882
b58a8c0c
TP
88832017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8884
8885 * gdb.cp/chained-calls.exp: Use p instead of P.
8886
4e746bb6
TW
88872017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8888
8889 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8890 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8891
3f77c769
TT
88922017-02-14 Tom Tromey <tom@tromey.com>
8893
8894 PR python/13598:
8895 * gdb.python/py-events.exp: Add before_prompt event tests.
8896
075beec0
AA
88972017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8898
8899 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8900
bf5f525c
LM
89012017-02-13 Luis Machado <lgustavo@codesourcery.com>
8902
8903 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8904 (main): Call my_unique_function_name.
8905 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8906 completion of patterns with a single match.
8907 Add missing -re switches to gdb_test_multiple calls.
8908
13a66184
LM
89092017-02-13 Luis Machado <lgustavo@codesourcery.com>
8910
8911 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8912 return if core file is not recognized.
8913
26a06916
SM
89142017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8915
8916 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8917 and extra UIs.
8918
b761ca9e
SM
89192017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8920
8921 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8922 proc_with_prefix.
8923
b964bee0
TT
89242017-02-10 Tom Tromey <tom@tromey.com>
8925
8926 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8927
18da0c51
MG
89282017-02-10 Martin Galvan <martingalvan@sourceware.org>
8929
8930 PR gdb/21122
8931 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8932
604c4576
JG
89332017-02-08 Jerome Guitton <guitton@adacore.com>
8934
8935 * gdb.base/define.exp: Add test for command abbreviations
8936 in define.
8937
20b477a7
LM
89382017-02-06 Luis Machado <lgustavo@codesourcery.com>
8939
8940 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8941 * gdb.reverse/insn-reverse-x86.c: New file.
8942
3f7b46f2
IR
89432017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8944
8945 PR tdep/20936
8946 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8947
f0fd41c1
TT
89482017-02-03 Tom Tromey <tom@tromey.com>
8949
8950 PR rust/21097:
8951 * gdb.rust/simple.exp: Add new tests.
8952
5be5dbf0
PA
89532017-02-02 Pedro Alves <palves@redhat.com>
8954
8955 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8956 tests.
8957
7346ef59
AA
89582017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8959
8960 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8961 taking a 2-byte value out of a 4-byte DWARF implicit value on
8962 big-endian targets.
8963 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8964 logic. Add test cases for DW_OP_implicit.
8965
787f0025
MM
89662017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8967
8968 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8969
68777c29
MM
89702017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8971
8972 * gdb.btrace/enable.exp: Call gdb_exit before
8973 skip_gdbserver_tests.
8974
0a1c7e28
MM
89752017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8976
8977 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8978 GDBFLAGS.
8979
b5ac99b0
MM
89802017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8981
8982 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8983 the test is skipped.
8984 * gdb.btrace/data.exp: Likewise.
8985 * gdb.btrace/delta.exp: Likewise.
8986 * gdb.btrace/dlopen.exp: Likewise.
8987 * gdb.btrace/enable-running.exp: Likewise.
8988 * gdb.btrace/enable.exp: Likewise.
8989 * gdb.btrace/exception.exp: Likewise.
8990 * gdb.btrace/function_call_history.exp: Likewise.
8991 * gdb.btrace/gcore.exp: Likewise.
8992 * gdb.btrace/instruction_history.exp: Likewise.
8993 * gdb.btrace/multi-thread-step.exp: Likewise.
8994 * gdb.btrace/nohist.exp: Likewise.
8995 * gdb.btrace/non-stop.exp: Likewise.
8996 * gdb.btrace/reconnect.exp: Likewise.
8997 * gdb.btrace/record_goto-step.exp: Likewise.
8998 * gdb.btrace/record_goto.exp: Likewise.
8999 * gdb.btrace/rn-dl-bind.exp: Likewise.
9000 * gdb.btrace/segv.exp: Likewise.
9001 * gdb.btrace/step.exp: Likewise.
9002 * gdb.btrace/stepi.exp: Likewise.
9003 * gdb.btrace/tailcall-only.exp: Likewise.
9004 * gdb.btrace/tailcall.exp: Likewise.
9005 * gdb.btrace/tsx.exp: Likewise.
9006 * gdb.btrace/unknown_functions.exp: Likewise.
9007 * gdb.btrace/vdso.exp: Likewise.
9008
cd4007e4
MM
90092017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9010
9011 * gdb.btrace/enable-running.c: New.
9012 * gdb.btrace/enable-running.exp: New.
9013
2735833d
WT
90142017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9015
9016 * gdb.arch/amd64-gs_base.c: New file.
9017 * gdb.arch/amd64-gs_base.exp: New file.
9018
b51e1e94
LM
90192017-01-26 Luis Machado <lgustavo@codesourcery.com>
9020
9021 * lib/memory.exp: Remove spurious empty newlines.
9022
72ca0410
SM
90232017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9024
9025 * gdb.python/py-bad-printers.exp: Load python file using "source".
9026 * gdb.python/py-events.exp: Likewise.
9027 * gdb.python/py-evsignal.exp: Likewise.
9028 * gdb.python/py-evthreads.exp: Likewise.
9029 * gdb.python/py-frame-args.exp: Likewise.
9030 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9031 * gdb.python/py-framefilter-mi.exp: Likewise.
9032 * gdb.python/py-framefilter.exp: Likewise.
9033 * gdb.python/py-mi.exp: Likewise.
9034 * gdb.python/py-pp-maint.exp: Likewise.
9035 * gdb.python/py-pp-registration.exp: Likewise.
9036 * gdb.python/py-prettyprint.exp: Likewise.
9037 (run_lang_tests): Likewise.
9038 * gdb.python/py-typeprint.exp: Likewise.
9039
e309aa65
LM
90402017-01-26 Luis Machado <lgustavo@codesourcery.com>
9041
9042 * lib/memory.exp: New file.
9043 * lib/gdb.exp: Load memory.exp.
9044 * gdb.base/memattr.exp (delete_memory): Move proc to
9045 lib/memory.exp and rename to delete_memory_regions.
9046 Replace delete_memory with delete_memory_regions.
9047 Cleanup memory regions before tests.
9048 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9049 before tests.
9050
515aff23
LM
90512017-01-26 Luis Machado <lgustavo@codesourcery.com>
9052
9053 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9054 files.
9055 (initialize): New function conditionally defined.
9056 (testcases): Move within conditional block.
9057 (main): Call initialize.
9058 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9059 of gdb.reverse/insn-reverse.c.
9060 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9061 gdb.reverse/insn-reverse.c.
9062
d8b49cf0
YQ
90632017-01-26 Yao Qi <yao.qi@linaro.org>
9064
9065 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9066 disassemble on address 0.
9067
f13a9a0c
YQ
90682017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9069 Yao Qi <yao.qi@linaro.org>
9070
9071 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9072 * gdb.dwarf2/implptr-64bit.S: Remove.
9073 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9074 variables in caller's context. Add DW_OP_implicit_value.
9075
5ac95241
YQ
90762017-01-25 Yao Qi <yao.qi@linaro.org>
9077
9078 * lib/dwarf.exp (Dwarf::_location): Handle
9079 DW_OP_GNU_implicit_pointer with proper size.
9080
23e82930
LM
90812017-01-20 Luis Machado <lgustavo@codesourcery.com>
9082
9083 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9084 and add untested calls.
9085
d334ae25
LM
90862017-01-20 Luis Machado <lgustavo@codesourcery.com>
9087
9088 * gdb.python/python.exp: Check line number against what GDB thinks
9089 the line number is for func1.
9090
f5e6296e
IB
90912017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9092
9093 * gdb.dlang/debug-expr.exp: New file.
9094
5b362f04
LM
90952016-12-23 Luis Machado <lgustavo@codesourcery.com>
9096
9097 Fix test names for the following files:
9098
9099 * gdb.ada/exec_changed.exp
9100 * gdb.ada/info_types.exp
9101 * gdb.arch/aarch64-atomic-inst.exp
9102 * gdb.arch/aarch64-fp.exp
9103 * gdb.arch/altivec-abi.exp
9104 * gdb.arch/altivec-regs.exp
9105 * gdb.arch/amd64-byte.exp
9106 * gdb.arch/amd64-disp-step.exp
9107 * gdb.arch/amd64-dword.exp
9108 * gdb.arch/amd64-entry-value-inline.exp
9109 * gdb.arch/amd64-entry-value-param.exp
9110 * gdb.arch/amd64-entry-value-paramref.exp
9111 * gdb.arch/amd64-entry-value.exp
9112 * gdb.arch/amd64-i386-address.exp
9113 * gdb.arch/amd64-invalid-stack-middle.exp
9114 * gdb.arch/amd64-invalid-stack-top.exp
9115 * gdb.arch/amd64-optimout-repeat.exp
9116 * gdb.arch/amd64-prologue-skip.exp
9117 * gdb.arch/amd64-prologue-xmm.exp
9118 * gdb.arch/amd64-stap-special-operands.exp
9119 * gdb.arch/amd64-stap-wrong-subexp.exp
9120 * gdb.arch/amd64-tailcall-cxx.exp
9121 * gdb.arch/amd64-tailcall-noret.exp
9122 * gdb.arch/amd64-tailcall-ret.exp
9123 * gdb.arch/amd64-tailcall-self.exp
9124 * gdb.arch/amd64-word.exp
9125 * gdb.arch/arm-bl-branch-dest.exp
9126 * gdb.arch/arm-disp-step.exp
9127 * gdb.arch/arm-neon.exp
9128 * gdb.arch/arm-single-step-kernel-helper.exp
9129 * gdb.arch/avr-flash-qualifier.exp
9130 * gdb.arch/disp-step-insn-reloc.exp
9131 * gdb.arch/e500-abi.exp
9132 * gdb.arch/e500-regs.exp
9133 * gdb.arch/ftrace-insn-reloc.exp
9134 * gdb.arch/i386-avx512.exp
9135 * gdb.arch/i386-bp_permanent.exp
9136 * gdb.arch/i386-byte.exp
9137 * gdb.arch/i386-cfi-notcurrent.exp
9138 * gdb.arch/i386-disp-step.exp
9139 * gdb.arch/i386-dr3-watch.exp
9140 * gdb.arch/i386-float.exp
9141 * gdb.arch/i386-gnu-cfi.exp
9142 * gdb.arch/i386-mpx-map.exp
9143 * gdb.arch/i386-mpx-sigsegv.exp
9144 * gdb.arch/i386-mpx-simple_segv.exp
9145 * gdb.arch/i386-mpx.exp
9146 * gdb.arch/i386-permbkpt.exp
9147 * gdb.arch/i386-prologue.exp
9148 * gdb.arch/i386-signal.exp
9149 * gdb.arch/i386-size-overlap.exp
9150 * gdb.arch/i386-unwind.exp
9151 * gdb.arch/i386-word.exp
9152 * gdb.arch/mips-fcr.exp
9153 * gdb.arch/powerpc-d128-regs.exp
9154 * gdb.arch/powerpc-stackless.exp
9155 * gdb.arch/ppc64-atomic-inst.exp
9156 * gdb.arch/s390-stackless.exp
9157 * gdb.arch/s390-tdbregs.exp
9158 * gdb.arch/s390-vregs.exp
9159 * gdb.arch/sparc-sysstep.exp
9160 * gdb.arch/thumb-bx-pc.exp
9161 * gdb.arch/thumb-singlestep.exp
9162 * gdb.arch/thumb2-it.exp
9163 * gdb.arch/vsx-regs.exp
9164 * gdb.asm/asm-source.exp
9165 * gdb.base/a2-run.exp
9166 * gdb.base/advance.exp
9167 * gdb.base/all-bin.exp
9168 * gdb.base/anon.exp
9169 * gdb.base/args.exp
9170 * gdb.base/arithmet.exp
9171 * gdb.base/async-shell.exp
9172 * gdb.base/async.exp
9173 * gdb.base/attach-pie-noexec.exp
9174 * gdb.base/attach-twice.exp
9175 * gdb.base/auto-load.exp
9176 * gdb.base/bang.exp
9177 * gdb.base/bitfields.exp
9178 * gdb.base/break-always.exp
9179 * gdb.base/break-caller-line.exp
9180 * gdb.base/break-entry.exp
9181 * gdb.base/break-inline.exp
9182 * gdb.base/break-on-linker-gcd-function.exp
9183 * gdb.base/break-probes.exp
9184 * gdb.base/break.exp
9185 * gdb.base/breakpoint-shadow.exp
9186 * gdb.base/call-ar-st.exp
9187 * gdb.base/call-sc.exp
9188 * gdb.base/call-signal-resume.exp
9189 * gdb.base/call-strs.exp
9190 * gdb.base/callfuncs.exp
9191 * gdb.base/catch-fork-static.exp
9192 * gdb.base/catch-gdb-caused-signals.exp
9193 * gdb.base/catch-load.exp
9194 * gdb.base/catch-signal-fork.exp
9195 * gdb.base/catch-signal.exp
9196 * gdb.base/catch-syscall.exp
9197 * gdb.base/charset.exp
9198 * gdb.base/checkpoint.exp
9199 * gdb.base/chng-syms.exp
9200 * gdb.base/code-expr.exp
9201 * gdb.base/code_elim.exp
9202 * gdb.base/commands.exp
9203 * gdb.base/completion.exp
9204 * gdb.base/complex.exp
9205 * gdb.base/cond-expr.exp
9206 * gdb.base/condbreak.exp
9207 * gdb.base/consecutive.exp
9208 * gdb.base/continue-all-already-running.exp
9209 * gdb.base/coredump-filter.exp
9210 * gdb.base/corefile.exp
9211 * gdb.base/dbx.exp
9212 * gdb.base/debug-expr.exp
9213 * gdb.base/define.exp
9214 * gdb.base/del.exp
9215 * gdb.base/disabled-location.exp
9216 * gdb.base/disasm-end-cu.exp
9217 * gdb.base/disasm-optim.exp
9218 * gdb.base/display.exp
9219 * gdb.base/duplicate-bp.exp
9220 * gdb.base/ena-dis-br.exp
9221 * gdb.base/ending-run.exp
9222 * gdb.base/enumval.exp
9223 * gdb.base/environ.exp
9224 * gdb.base/eu-strip-infcall.exp
9225 * gdb.base/eval-avoid-side-effects.exp
9226 * gdb.base/eval-skip.exp
9227 * gdb.base/exitsignal.exp
9228 * gdb.base/expand-psymtabs.exp
9229 * gdb.base/filesym.exp
9230 * gdb.base/find-unmapped.exp
9231 * gdb.base/finish.exp
9232 * gdb.base/float.exp
9233 * gdb.base/foll-exec-mode.exp
9234 * gdb.base/foll-exec.exp
9235 * gdb.base/foll-fork.exp
9236 * gdb.base/fortran-sym-case.exp
9237 * gdb.base/freebpcmd.exp
9238 * gdb.base/func-ptr.exp
9239 * gdb.base/func-ptrs.exp
9240 * gdb.base/funcargs.exp
9241 * gdb.base/gcore-buffer-overflow.exp
9242 * gdb.base/gcore-relro-pie.exp
9243 * gdb.base/gcore-relro.exp
9244 * gdb.base/gcore.exp
9245 * gdb.base/gdb1090.exp
9246 * gdb.base/gdb11530.exp
9247 * gdb.base/gdb11531.exp
9248 * gdb.base/gdb1821.exp
9249 * gdb.base/gdbindex-stabs.exp
9250 * gdb.base/gdbvars.exp
9251 * gdb.base/hbreak.exp
9252 * gdb.base/hbreak2.exp
9253 * gdb.base/included.exp
9254 * gdb.base/infcall-input.exp
9255 * gdb.base/inferior-died.exp
9256 * gdb.base/infnan.exp
9257 * gdb.base/info-macros.exp
9258 * gdb.base/info-os.exp
9259 * gdb.base/info-proc.exp
9260 * gdb.base/info-shared.exp
9261 * gdb.base/info-target.exp
9262 * gdb.base/infoline.exp
9263 * gdb.base/interp.exp
9264 * gdb.base/interrupt.exp
9265 * gdb.base/jit-reader.exp
9266 * gdb.base/jit-simple.exp
9267 * gdb.base/kill-after-signal.exp
9268 * gdb.base/kill-detach-inferiors-cmd.exp
9269 * gdb.base/label.exp
9270 * gdb.base/langs.exp
9271 * gdb.base/ldbl_e308.exp
9272 * gdb.base/line-symtabs.exp
9273 * gdb.base/linespecs.exp
9274 * gdb.base/list.exp
9275 * gdb.base/long_long.exp
9276 * gdb.base/longest-types.exp
9277 * gdb.base/maint.exp
9278 * gdb.base/max-value-size.exp
9279 * gdb.base/memattr.exp
9280 * gdb.base/mips_pro.exp
9281 * gdb.base/morestack.exp
9282 * gdb.base/moribund-step.exp
9283 * gdb.base/multi-forks.exp
9284 * gdb.base/nested-addr.exp
9285 * gdb.base/nextoverexit.exp
9286 * gdb.base/noreturn-finish.exp
9287 * gdb.base/noreturn-return.exp
9288 * gdb.base/nostdlib.exp
9289 * gdb.base/offsets.exp
9290 * gdb.base/opaque.exp
9291 * gdb.base/pc-fp.exp
9292 * gdb.base/permissions.exp
9293 * gdb.base/print-symbol-loading.exp
9294 * gdb.base/prologue-include.exp
9295 * gdb.base/psymtab.exp
9296 * gdb.base/ptype.exp
9297 * gdb.base/random-signal.exp
9298 * gdb.base/randomize.exp
9299 * gdb.base/range-stepping.exp
9300 * gdb.base/readline-ask.exp
9301 * gdb.base/recpar.exp
9302 * gdb.base/recurse.exp
9303 * gdb.base/relational.exp
9304 * gdb.base/restore.exp
9305 * gdb.base/return-nodebug.exp
9306 * gdb.base/return.exp
9307 * gdb.base/run-after-attach.exp
9308 * gdb.base/save-bp.exp
9309 * gdb.base/scope.exp
9310 * gdb.base/sect-cmd.exp
9311 * gdb.base/set-lang-auto.exp
9312 * gdb.base/set-noassign.exp
9313 * gdb.base/setvar.exp
9314 * gdb.base/sigall.exp
9315 * gdb.base/sigbpt.exp
9316 * gdb.base/siginfo-addr.exp
9317 * gdb.base/siginfo-infcall.exp
9318 * gdb.base/siginfo-obj.exp
9319 * gdb.base/siginfo.exp
9320 * gdb.base/signals-state-child.exp
9321 * gdb.base/signest.exp
9322 * gdb.base/sigstep.exp
9323 * gdb.base/sizeof.exp
9324 * gdb.base/skip.exp
9325 * gdb.base/solib-corrupted.exp
9326 * gdb.base/solib-nodir.exp
9327 * gdb.base/solib-search.exp
9328 * gdb.base/stack-checking.exp
9329 * gdb.base/stale-infcall.exp
9330 * gdb.base/stap-probe.exp
9331 * gdb.base/start.exp
9332 * gdb.base/step-break.exp
9333 * gdb.base/step-bt.exp
9334 * gdb.base/step-line.exp
9335 * gdb.base/step-over-exit.exp
9336 * gdb.base/step-over-syscall.exp
9337 * gdb.base/step-resume-infcall.exp
9338 * gdb.base/step-test.exp
9339 * gdb.base/store.exp
9340 * gdb.base/structs3.exp
9341 * gdb.base/sym-file.exp
9342 * gdb.base/symbol-without-target_section.exp
9343 * gdb.base/term.exp
9344 * gdb.base/testenv.exp
9345 * gdb.base/ui-redirect.exp
9346 * gdb.base/until.exp
9347 * gdb.base/unwindonsignal.exp
9348 * gdb.base/value-double-free.exp
9349 * gdb.base/vla-datatypes.exp
9350 * gdb.base/vla-ptr.exp
9351 * gdb.base/vla-sideeffect.exp
9352 * gdb.base/volatile.exp
9353 * gdb.base/watch-cond-infcall.exp
9354 * gdb.base/watch-cond.exp
9355 * gdb.base/watch-non-mem.exp
9356 * gdb.base/watch-read.exp
9357 * gdb.base/watch-vfork.exp
9358 * gdb.base/watchpoint-cond-gone.exp
9359 * gdb.base/watchpoint-delete.exp
9360 * gdb.base/watchpoint-hw-hit-once.exp
9361 * gdb.base/watchpoint-hw.exp
9362 * gdb.base/watchpoint-stops-at-right-insn.exp
9363 * gdb.base/watchpoints.exp
9364 * gdb.base/wchar.exp
9365 * gdb.base/whatis-exp.exp
9366 * gdb.btrace/buffer-size.exp
9367 * gdb.btrace/data.exp
9368 * gdb.btrace/delta.exp
9369 * gdb.btrace/dlopen.exp
9370 * gdb.btrace/enable.exp
9371 * gdb.btrace/exception.exp
9372 * gdb.btrace/function_call_history.exp
9373 * gdb.btrace/gcore.exp
9374 * gdb.btrace/instruction_history.exp
9375 * gdb.btrace/nohist.exp
9376 * gdb.btrace/reconnect.exp
9377 * gdb.btrace/record_goto-step.exp
9378 * gdb.btrace/record_goto.exp
9379 * gdb.btrace/rn-dl-bind.exp
9380 * gdb.btrace/segv.exp
9381 * gdb.btrace/step.exp
9382 * gdb.btrace/stepi.exp
9383 * gdb.btrace/tailcall-only.exp
9384 * gdb.btrace/tailcall.exp
9385 * gdb.btrace/tsx.exp
9386 * gdb.btrace/unknown_functions.exp
9387 * gdb.btrace/vdso.exp
9388 * gdb.compile/compile-ifunc.exp
9389 * gdb.compile/compile-ops.exp
9390 * gdb.compile/compile-print.exp
9391 * gdb.compile/compile-setjmp.exp
9392 * gdb.cp/abstract-origin.exp
9393 * gdb.cp/ambiguous.exp
9394 * gdb.cp/annota2.exp
9395 * gdb.cp/annota3.exp
9396 * gdb.cp/anon-ns.exp
9397 * gdb.cp/anon-struct.exp
9398 * gdb.cp/anon-union.exp
9399 * gdb.cp/arg-reference.exp
9400 * gdb.cp/baseenum.exp
9401 * gdb.cp/bool.exp
9402 * gdb.cp/breakpoint.exp
9403 * gdb.cp/bs15503.exp
9404 * gdb.cp/call-c.exp
9405 * gdb.cp/casts.exp
9406 * gdb.cp/chained-calls.exp
9407 * gdb.cp/class2.exp
9408 * gdb.cp/classes.exp
9409 * gdb.cp/cmpd-minsyms.exp
9410 * gdb.cp/converts.exp
9411 * gdb.cp/cp-relocate.exp
9412 * gdb.cp/cpcompletion.exp
9413 * gdb.cp/cpexprs.exp
9414 * gdb.cp/cplabel.exp
9415 * gdb.cp/cplusfuncs.exp
9416 * gdb.cp/cpsizeof.exp
9417 * gdb.cp/ctti.exp
9418 * gdb.cp/derivation.exp
9419 * gdb.cp/destrprint.exp
9420 * gdb.cp/dispcxx.exp
9421 * gdb.cp/enum-class.exp
9422 * gdb.cp/exception.exp
9423 * gdb.cp/exceptprint.exp
9424 * gdb.cp/expand-psymtabs-cxx.exp
9425 * gdb.cp/expand-sals.exp
9426 * gdb.cp/extern-c.exp
9427 * gdb.cp/filename.exp
9428 * gdb.cp/formatted-ref.exp
9429 * gdb.cp/fpointer.exp
9430 * gdb.cp/gdb1355.exp
9431 * gdb.cp/gdb2495.exp
9432 * gdb.cp/hang.exp
9433 * gdb.cp/impl-this.exp
9434 * gdb.cp/infcall-dlopen.exp
9435 * gdb.cp/inherit.exp
9436 * gdb.cp/iostream.exp
9437 * gdb.cp/koenig.exp
9438 * gdb.cp/local.exp
9439 * gdb.cp/m-data.exp
9440 * gdb.cp/m-static.exp
9441 * gdb.cp/mb-ctor.exp
9442 * gdb.cp/mb-inline.exp
9443 * gdb.cp/mb-templates.exp
9444 * gdb.cp/member-name.exp
9445 * gdb.cp/member-ptr.exp
9446 * gdb.cp/meth-typedefs.exp
9447 * gdb.cp/method.exp
9448 * gdb.cp/method2.exp
9449 * gdb.cp/minsym-fallback.exp
9450 * gdb.cp/misc.exp
9451 * gdb.cp/namelessclass.exp
9452 * gdb.cp/namespace-enum.exp
9453 * gdb.cp/namespace-nested-import.exp
9454 * gdb.cp/namespace.exp
9455 * gdb.cp/nextoverthrow.exp
9456 * gdb.cp/no-dmgl-verbose.exp
9457 * gdb.cp/non-trivial-retval.exp
9458 * gdb.cp/noparam.exp
9459 * gdb.cp/nsdecl.exp
9460 * gdb.cp/nsimport.exp
9461 * gdb.cp/nsnested.exp
9462 * gdb.cp/nsnoimports.exp
9463 * gdb.cp/nsrecurs.exp
9464 * gdb.cp/nsstress.exp
9465 * gdb.cp/nsusing.exp
9466 * gdb.cp/operator.exp
9467 * gdb.cp/oranking.exp
9468 * gdb.cp/overload-const.exp
9469 * gdb.cp/overload.exp
9470 * gdb.cp/ovldbreak.exp
9471 * gdb.cp/ovsrch.exp
9472 * gdb.cp/paren-type.exp
9473 * gdb.cp/parse-lang.exp
9474 * gdb.cp/pass-by-ref.exp
9475 * gdb.cp/pr-1023.exp
9476 * gdb.cp/pr-1210.exp
9477 * gdb.cp/pr-574.exp
9478 * gdb.cp/pr10687.exp
9479 * gdb.cp/pr12028.exp
9480 * gdb.cp/pr17132.exp
9481 * gdb.cp/pr17494.exp
9482 * gdb.cp/pr9067.exp
9483 * gdb.cp/pr9167.exp
9484 * gdb.cp/pr9631.exp
9485 * gdb.cp/printmethod.exp
9486 * gdb.cp/psmang.exp
9487 * gdb.cp/psymtab-parameter.exp
9488 * gdb.cp/ptype-cv-cp.exp
9489 * gdb.cp/ptype-flags.exp
9490 * gdb.cp/re-set-overloaded.exp
9491 * gdb.cp/ref-types.exp
9492 * gdb.cp/rtti.exp
9493 * gdb.cp/scope-err.exp
9494 * gdb.cp/shadow.exp
9495 * gdb.cp/smartp.exp
9496 * gdb.cp/static-method.exp
9497 * gdb.cp/static-print-quit.exp
9498 * gdb.cp/temargs.exp
9499 * gdb.cp/templates.exp
9500 * gdb.cp/try_catch.exp
9501 * gdb.cp/typedef-operator.exp
9502 * gdb.cp/typeid.exp
9503 * gdb.cp/userdef.exp
9504 * gdb.cp/using-crash.exp
9505 * gdb.cp/var-tag.exp
9506 * gdb.cp/virtbase.exp
9507 * gdb.cp/virtfunc.exp
9508 * gdb.cp/virtfunc2.exp
9509 * gdb.cp/vla-cxx.exp
9510 * gdb.disasm/t01_mov.exp
9511 * gdb.disasm/t02_mova.exp
9512 * gdb.disasm/t03_add.exp
9513 * gdb.disasm/t04_sub.exp
9514 * gdb.disasm/t05_cmp.exp
9515 * gdb.disasm/t06_ari2.exp
9516 * gdb.disasm/t07_ari3.exp
9517 * gdb.disasm/t08_or.exp
9518 * gdb.disasm/t09_xor.exp
9519 * gdb.disasm/t10_and.exp
9520 * gdb.disasm/t11_logs.exp
9521 * gdb.disasm/t12_bit.exp
9522 * gdb.disasm/t13_otr.exp
9523 * gdb.dlang/circular.exp
9524 * gdb.dwarf2/arr-stride.exp
9525 * gdb.dwarf2/arr-subrange.exp
9526 * gdb.dwarf2/atomic-type.exp
9527 * gdb.dwarf2/bad-regnum.exp
9528 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9529 * gdb.dwarf2/callframecfa.exp
9530 * gdb.dwarf2/clztest.exp
9531 * gdb.dwarf2/corrupt.exp
9532 * gdb.dwarf2/data-loc.exp
9533 * gdb.dwarf2/dup-psym.exp
9534 * gdb.dwarf2/dw2-anon-mptr.exp
9535 * gdb.dwarf2/dw2-anonymous-func.exp
9536 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9537 * gdb.dwarf2/dw2-bad-unresolved.exp
9538 * gdb.dwarf2/dw2-basic.exp
9539 * gdb.dwarf2/dw2-canonicalize-type.exp
9540 * gdb.dwarf2/dw2-case-insensitive.exp
9541 * gdb.dwarf2/dw2-common-block.exp
9542 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9543 * gdb.dwarf2/dw2-compressed.exp
9544 * gdb.dwarf2/dw2-const.exp
9545 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9546 * gdb.dwarf2/dw2-cu-size.exp
9547 * gdb.dwarf2/dw2-dup-frame.exp
9548 * gdb.dwarf2/dw2-entry-value.exp
9549 * gdb.dwarf2/dw2-icycle.exp
9550 * gdb.dwarf2/dw2-ifort-parameter.exp
9551 * gdb.dwarf2/dw2-inline-break.exp
9552 * gdb.dwarf2/dw2-inline-param.exp
9553 * gdb.dwarf2/dw2-intercu.exp
9554 * gdb.dwarf2/dw2-intermix.exp
9555 * gdb.dwarf2/dw2-lexical-block-bare.exp
9556 * gdb.dwarf2/dw2-linkage-name-trust.exp
9557 * gdb.dwarf2/dw2-minsym-in-cu.exp
9558 * gdb.dwarf2/dw2-noloc.exp
9559 * gdb.dwarf2/dw2-op-call.exp
9560 * gdb.dwarf2/dw2-op-out-param.exp
9561 * gdb.dwarf2/dw2-opt-structptr.exp
9562 * gdb.dwarf2/dw2-param-error.exp
9563 * gdb.dwarf2/dw2-producer.exp
9564 * gdb.dwarf2/dw2-ranges-base.exp
9565 * gdb.dwarf2/dw2-ref-missing-frame.exp
9566 * gdb.dwarf2/dw2-reg-undefined.exp
9567 * gdb.dwarf2/dw2-regno-invalid.exp
9568 * gdb.dwarf2/dw2-restore.exp
9569 * gdb.dwarf2/dw2-restrict.exp
9570 * gdb.dwarf2/dw2-single-line-discriminators.exp
9571 * gdb.dwarf2/dw2-strp.exp
9572 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9573 * gdb.dwarf2/dw2-unresolved.exp
9574 * gdb.dwarf2/dw2-var-zero-addr.exp
9575 * gdb.dwarf2/dw4-sig-types.exp
9576 * gdb.dwarf2/dwz.exp
9577 * gdb.dwarf2/dynarr-ptr.exp
9578 * gdb.dwarf2/enum-type.exp
9579 * gdb.dwarf2/gdb-index.exp
9580 * gdb.dwarf2/implptr-64bit.exp
9581 * gdb.dwarf2/implptr-optimized-out.exp
9582 * gdb.dwarf2/implptr.exp
9583 * gdb.dwarf2/implref-array.exp
9584 * gdb.dwarf2/implref-const.exp
9585 * gdb.dwarf2/implref-global.exp
9586 * gdb.dwarf2/implref-struct.exp
9587 * gdb.dwarf2/mac-fileno.exp
9588 * gdb.dwarf2/main-subprogram.exp
9589 * gdb.dwarf2/member-ptr-forwardref.exp
9590 * gdb.dwarf2/method-ptr.exp
9591 * gdb.dwarf2/missing-sig-type.exp
9592 * gdb.dwarf2/nonvar-access.exp
9593 * gdb.dwarf2/opaque-type-lookup.exp
9594 * gdb.dwarf2/pieces-optimized-out.exp
9595 * gdb.dwarf2/pieces.exp
9596 * gdb.dwarf2/pr10770.exp
9597 * gdb.dwarf2/pr13961.exp
9598 * gdb.dwarf2/staticvirtual.exp
9599 * gdb.dwarf2/subrange.exp
9600 * gdb.dwarf2/symtab-producer.exp
9601 * gdb.dwarf2/trace-crash.exp
9602 * gdb.dwarf2/typeddwarf.exp
9603 * gdb.dwarf2/valop.exp
9604 * gdb.dwarf2/watch-notconst.exp
9605 * gdb.fortran/array-element.exp
9606 * gdb.fortran/charset.exp
9607 * gdb.fortran/common-block.exp
9608 * gdb.fortran/complex.exp
9609 * gdb.fortran/derived-type-function.exp
9610 * gdb.fortran/derived-type.exp
9611 * gdb.fortran/logical.exp
9612 * gdb.fortran/module.exp
9613 * gdb.fortran/multi-dim.exp
9614 * gdb.fortran/nested-funcs.exp
9615 * gdb.fortran/print-formatted.exp
9616 * gdb.fortran/subarray.exp
9617 * gdb.fortran/vla-alloc-assoc.exp
9618 * gdb.fortran/vla-datatypes.exp
9619 * gdb.fortran/vla-history.exp
9620 * gdb.fortran/vla-ptr-info.exp
9621 * gdb.fortran/vla-ptype-sub.exp
9622 * gdb.fortran/vla-ptype.exp
9623 * gdb.fortran/vla-sizeof.exp
9624 * gdb.fortran/vla-type.exp
9625 * gdb.fortran/vla-value-sub-arbitrary.exp
9626 * gdb.fortran/vla-value-sub-finish.exp
9627 * gdb.fortran/vla-value-sub.exp
9628 * gdb.fortran/vla-value.exp
9629 * gdb.fortran/whatis_type.exp
9630 * gdb.go/chan.exp
9631 * gdb.go/handcall.exp
9632 * gdb.go/hello.exp
9633 * gdb.go/integers.exp
9634 * gdb.go/methods.exp
9635 * gdb.go/package.exp
9636 * gdb.go/strings.exp
9637 * gdb.go/types.exp
9638 * gdb.go/unsafe.exp
9639 * gdb.guile/scm-arch.exp
9640 * gdb.guile/scm-block.exp
9641 * gdb.guile/scm-breakpoint.exp
9642 * gdb.guile/scm-cmd.exp
9643 * gdb.guile/scm-disasm.exp
9644 * gdb.guile/scm-equal.exp
9645 * gdb.guile/scm-frame-args.exp
9646 * gdb.guile/scm-frame-inline.exp
9647 * gdb.guile/scm-frame.exp
9648 * gdb.guile/scm-iterator.exp
9649 * gdb.guile/scm-math.exp
9650 * gdb.guile/scm-objfile.exp
9651 * gdb.guile/scm-ports.exp
9652 * gdb.guile/scm-symbol.exp
9653 * gdb.guile/scm-symtab.exp
9654 * gdb.guile/scm-value-cc.exp
9655 * gdb.guile/types-module.exp
9656 * gdb.linespec/break-ask.exp
9657 * gdb.linespec/cpexplicit.exp
9658 * gdb.linespec/explicit.exp
9659 * gdb.linespec/keywords.exp
9660 * gdb.linespec/linespec.exp
9661 * gdb.linespec/ls-dollar.exp
9662 * gdb.linespec/ls-errs.exp
9663 * gdb.linespec/skip-two.exp
9664 * gdb.linespec/thread.exp
9665 * gdb.mi/mi-async.exp
9666 * gdb.mi/mi-basics.exp
9667 * gdb.mi/mi-break.exp
9668 * gdb.mi/mi-catch-load.exp
9669 * gdb.mi/mi-cli.exp
9670 * gdb.mi/mi-cmd-param-changed.exp
9671 * gdb.mi/mi-console.exp
9672 * gdb.mi/mi-detach.exp
9673 * gdb.mi/mi-disassemble.exp
9674 * gdb.mi/mi-eval.exp
9675 * gdb.mi/mi-file-transfer.exp
9676 * gdb.mi/mi-file.exp
9677 * gdb.mi/mi-fill-memory.exp
9678 * gdb.mi/mi-inheritance-syntax-error.exp
9679 * gdb.mi/mi-linespec-err-cp.exp
9680 * gdb.mi/mi-logging.exp
9681 * gdb.mi/mi-memory-changed.exp
9682 * gdb.mi/mi-read-memory.exp
9683 * gdb.mi/mi-record-changed.exp
9684 * gdb.mi/mi-reg-undefined.exp
9685 * gdb.mi/mi-regs.exp
9686 * gdb.mi/mi-return.exp
9687 * gdb.mi/mi-reverse.exp
9688 * gdb.mi/mi-simplerun.exp
9689 * gdb.mi/mi-solib.exp
9690 * gdb.mi/mi-stack.exp
9691 * gdb.mi/mi-stepi.exp
9692 * gdb.mi/mi-syn-frame.exp
9693 * gdb.mi/mi-until.exp
9694 * gdb.mi/mi-var-block.exp
9695 * gdb.mi/mi-var-child.exp
9696 * gdb.mi/mi-var-cmd.exp
9697 * gdb.mi/mi-var-cp.exp
9698 * gdb.mi/mi-var-display.exp
9699 * gdb.mi/mi-var-invalidate.exp
9700 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9701 * gdb.mi/mi-vla-fortran.exp
9702 * gdb.mi/mi-watch.exp
9703 * gdb.mi/mi2-var-child.exp
9704 * gdb.mi/user-selected-context-sync.exp
9705 * gdb.modula2/unbounded-array.exp
9706 * gdb.multi/dummy-frame-restore.exp
9707 * gdb.multi/multi-arch-exec.exp
9708 * gdb.multi/multi-arch.exp
9709 * gdb.multi/tids.exp
9710 * gdb.multi/watchpoint-multi.exp
9711 * gdb.opencl/callfuncs.exp
9712 * gdb.opencl/convs_casts.exp
9713 * gdb.opencl/datatypes.exp
9714 * gdb.opencl/operators.exp
9715 * gdb.opencl/vec_comps.exp
9716 * gdb.opt/clobbered-registers-O2.exp
9717 * gdb.opt/inline-break.exp
9718 * gdb.opt/inline-bt.exp
9719 * gdb.opt/inline-cmds.exp
9720 * gdb.opt/inline-locals.exp
9721 * gdb.pascal/case-insensitive-symbols.exp
9722 * gdb.pascal/floats.exp
9723 * gdb.pascal/gdb11492.exp
9724 * gdb.python/lib-types.exp
9725 * gdb.python/py-arch.exp
9726 * gdb.python/py-as-string.exp
9727 * gdb.python/py-bad-printers.exp
9728 * gdb.python/py-block.exp
9729 * gdb.python/py-breakpoint-create-fail.exp
9730 * gdb.python/py-breakpoint.exp
9731 * gdb.python/py-caller-is.exp
9732 * gdb.python/py-cmd.exp
9733 * gdb.python/py-explore-cc.exp
9734 * gdb.python/py-explore.exp
9735 * gdb.python/py-finish-breakpoint.exp
9736 * gdb.python/py-finish-breakpoint2.exp
9737 * gdb.python/py-frame-args.exp
9738 * gdb.python/py-frame-inline.exp
9739 * gdb.python/py-frame.exp
9740 * gdb.python/py-framefilter-mi.exp
9741 * gdb.python/py-infthread.exp
9742 * gdb.python/py-lazy-string.exp
9743 * gdb.python/py-linetable.exp
9744 * gdb.python/py-mi-events.exp
9745 * gdb.python/py-mi-objfile.exp
9746 * gdb.python/py-mi.exp
9747 * gdb.python/py-objfile.exp
9748 * gdb.python/py-pp-integral.exp
9749 * gdb.python/py-pp-maint.exp
9750 * gdb.python/py-pp-re-notag.exp
9751 * gdb.python/py-pp-registration.exp
9752 * gdb.python/py-recurse-unwind.exp
9753 * gdb.python/py-strfns.exp
9754 * gdb.python/py-symbol.exp
9755 * gdb.python/py-symtab.exp
9756 * gdb.python/py-sync-interp.exp
9757 * gdb.python/py-typeprint.exp
9758 * gdb.python/py-unwind-maint.exp
9759 * gdb.python/py-unwind.exp
9760 * gdb.python/py-value-cc.exp
9761 * gdb.python/py-xmethods.exp
9762 * gdb.reverse/amd64-tailcall-reverse.exp
9763 * gdb.reverse/break-precsave.exp
9764 * gdb.reverse/break-reverse.exp
9765 * gdb.reverse/consecutive-precsave.exp
9766 * gdb.reverse/consecutive-reverse.exp
9767 * gdb.reverse/finish-precsave.exp
9768 * gdb.reverse/finish-reverse-bkpt.exp
9769 * gdb.reverse/finish-reverse.exp
9770 * gdb.reverse/fstatat-reverse.exp
9771 * gdb.reverse/getresuid-reverse.exp
9772 * gdb.reverse/i386-precsave.exp
9773 * gdb.reverse/i386-reverse.exp
9774 * gdb.reverse/i386-sse-reverse.exp
9775 * gdb.reverse/i387-env-reverse.exp
9776 * gdb.reverse/i387-stack-reverse.exp
9777 * gdb.reverse/insn-reverse.exp
9778 * gdb.reverse/machinestate-precsave.exp
9779 * gdb.reverse/machinestate.exp
9780 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9781 * gdb.reverse/pipe-reverse.exp
9782 * gdb.reverse/readv-reverse.exp
9783 * gdb.reverse/recvmsg-reverse.exp
9784 * gdb.reverse/rerun-prec.exp
9785 * gdb.reverse/s390-mvcle.exp
9786 * gdb.reverse/step-precsave.exp
9787 * gdb.reverse/step-reverse.exp
9788 * gdb.reverse/time-reverse.exp
9789 * gdb.reverse/until-precsave.exp
9790 * gdb.reverse/until-reverse.exp
9791 * gdb.reverse/waitpid-reverse.exp
9792 * gdb.reverse/watch-precsave.exp
9793 * gdb.reverse/watch-reverse.exp
9794 * gdb.rust/generics.exp
9795 * gdb.rust/methods.exp
9796 * gdb.rust/modules.exp
9797 * gdb.rust/simple.exp
9798 * gdb.server/connect-with-no-symbol-file.exp
9799 * gdb.server/ext-attach.exp
9800 * gdb.server/ext-restart.exp
9801 * gdb.server/ext-wrapper.exp
9802 * gdb.server/file-transfer.exp
9803 * gdb.server/server-exec-info.exp
9804 * gdb.server/server-kill.exp
9805 * gdb.server/server-mon.exp
9806 * gdb.server/wrapper.exp
9807 * gdb.stabs/exclfwd.exp
9808 * gdb.stabs/gdb11479.exp
9809 * gdb.threads/clone-new-thread-event.exp
9810 * gdb.threads/corethreads.exp
9811 * gdb.threads/current-lwp-dead.exp
9812 * gdb.threads/dlopen-libpthread.exp
9813 * gdb.threads/gcore-thread.exp
9814 * gdb.threads/sigstep-threads.exp
9815 * gdb.threads/watchpoint-fork.exp
9816 * gdb.trace/actions-changed.exp
9817 * gdb.trace/backtrace.exp
9818 * gdb.trace/change-loc.exp
9819 * gdb.trace/circ.exp
9820 * gdb.trace/collection.exp
9821 * gdb.trace/disconnected-tracing.exp
9822 * gdb.trace/ftrace.exp
9823 * gdb.trace/mi-trace-frame-collected.exp
9824 * gdb.trace/mi-trace-unavailable.exp
9825 * gdb.trace/mi-traceframe-changed.exp
9826 * gdb.trace/mi-tsv-changed.exp
9827 * gdb.trace/no-attach-trace.exp
9828 * gdb.trace/passc-dyn.exp
9829 * gdb.trace/qtro.exp
9830 * gdb.trace/range-stepping.exp
9831 * gdb.trace/read-memory.exp
9832 * gdb.trace/save-trace.exp
9833 * gdb.trace/signal.exp
9834 * gdb.trace/status-stop.exp
9835 * gdb.trace/tfile.exp
9836 * gdb.trace/trace-break.exp
9837 * gdb.trace/trace-buffer-size.exp
9838 * gdb.trace/trace-condition.exp
9839 * gdb.trace/tracefile-pseudo-reg.exp
9840 * gdb.trace/tstatus.exp
9841 * gdb.trace/unavailable.exp
9842 * gdb.trace/while-dyn.exp
9843 * gdb.trace/while-stepping.exp
9844
34c41c68
DE
98452016-12-22 Doug Evans <xdje42@gmail.com>
9846
9847 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9848 and msymbols.
9849
16e69324
YQ
98502016-12-19 Yao Qi <yao.qi@linaro.org>
9851
9852 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9853 (test_with_self): Don't call do_steps_and_nexts, and remove
9854 code about stepping into xmalloc.
9855
f94f411b
YQ
98562016-12-09 Yao Qi <yao.qi@linaro.org>
9857
9858 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9859
98602016-12-09 Yao Qi <yao.qi@linaro.org>
9861
9862 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9863
f1b5deee
PA
98642016-12-09 Pedro Alves <palves@redhat.com>
9865
9866 * gdb.base/all-architectures-0.exp: New file.
9867 * gdb.base/all-architectures-1.exp: New file.
9868 * gdb.base/all-architectures-2.exp: New file.
9869 * gdb.base/all-architectures-3.exp: New file.
9870 * gdb.base/all-architectures-4.exp: New file.
9871 * gdb.base/all-architectures-5.exp: New file.
9872 * gdb.base/all-architectures-6.exp: New file.
9873 * gdb.base/all-architectures-7.exp: New file.
9874 * gdb.base/all-architectures.exp.in: New file.
9875
364ca42e
YQ
98762016-12-09 Yao Qi <yao.qi@linaro.org>
9877
9878 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9879
107c2d62
LM
98802016-12-02 Luis Machado <lgustavo@codesourcery.com>
9881
9882 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9883 possible.
9884 Remove useless pattern-matching code.
9885
df3ee9ca
PA
98862016-12-02 Pedro Alves <palves@redhat.com>
9887
9888 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9889 procedure.
9890 (top level): Call it.
9891
ec835369
PA
98922016-12-02 Pedro Alves <palves@redhat.com>
9893
9894 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9895 New procedure.
9896 (top level): Call it.
9897
01770bbd
PA
98982016-12-02 Pedro Alves <palves@redhat.com>
9899
9900 PR cli/20559
9901 * gdb.base/commands.exp (user_defined_command_args_eval): New
9902 procedure.
9903 (top level): Call it.
9904
008459ea
LM
99052016-12-02 Luis Machado <lgustavo@codesourcery.com>
9906
9907 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9908 timeout handling.
9909
0c1b455e
TT
99102016-12-02 Tom Tromey <tom@tromey.com>
9911
9912 * gdb.dwarf2/main-subprogram.c: New file.
9913 * gdb.dwarf2/main-subprogram.exp: New file.
9914
018572b8
LM
99152016-12-01 Luis Machado <lgustavo@codesourcery.com>
9916
9917 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9918 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9919 gdb_test_no_output for a couple of cases.
9920 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9921
84c93cd5
LM
99222016-12-01 Luis Machado <lgustavo@codesourcery.com>
9923
9924 Fix test names and standardize compilation error messages throughout
9925 the following files:
9926
9927 * gdb.ada/start.exp
9928 * gdb.arch/alpha-step.exp
9929 * gdb.arch/e500-prologue.exp
9930 * gdb.arch/ftrace-insn-reloc.exp
9931 * gdb.arch/gdb1291.exp
9932 * gdb.arch/gdb1431.exp
9933 * gdb.arch/gdb1558.exp
9934 * gdb.arch/i386-dr3-watch.exp
9935 * gdb.arch/i386-sse-stack-align.exp
9936 * gdb.arch/ia64-breakpoint-shadow.exp
9937 * gdb.arch/pa-nullify.exp
9938 * gdb.arch/powerpc-aix-prologue.exp
9939 * gdb.arch/thumb-bx-pc.exp
9940 * gdb.base/annota1.exp
9941 * gdb.base/annota3.exp
9942 * gdb.base/arrayidx.exp
9943 * gdb.base/assign.exp
9944 * gdb.base/attach.exp
9945 * gdb.base/auxv.exp
9946 * gdb.base/bang.exp
9947 * gdb.base/bfp-test.exp
9948 * gdb.base/bigcore.exp
9949 * gdb.base/bitfields2.exp
9950 * gdb.base/break-fun-addr.exp
9951 * gdb.base/break-probes.exp
9952 * gdb.base/call-rt-st.exp
9953 * gdb.base/callexit.exp
9954 * gdb.base/catch-fork-kill.exp
9955 * gdb.base/charset.exp
9956 * gdb.base/checkpoint.exp
9957 * gdb.base/comprdebug.exp
9958 * gdb.base/constvars.exp
9959 * gdb.base/coredump-filter.exp
9960 * gdb.base/cursal.exp
9961 * gdb.base/cvexpr.exp
9962 * gdb.base/detach.exp
9963 * gdb.base/display.exp
9964 * gdb.base/dmsym.exp
9965 * gdb.base/dprintf-pending.exp
9966 * gdb.base/dso2dso.exp
9967 * gdb.base/dtrace-probe.exp
9968 * gdb.base/dump.exp
9969 * gdb.base/enum_cond.exp
9970 * gdb.base/exe-lock.exp
9971 * gdb.base/exec-invalid-sysroot.exp
9972 * gdb.base/execl-update-breakpoints.exp
9973 * gdb.base/exprs.exp
9974 * gdb.base/fileio.exp
9975 * gdb.base/find.exp
9976 * gdb.base/finish.exp
9977 * gdb.base/fixsection.exp
9978 * gdb.base/foll-vfork.exp
9979 * gdb.base/frame-args.exp
9980 * gdb.base/gcore.exp
9981 * gdb.base/gdb1250.exp
9982 * gdb.base/global-var-nested-by-dso.exp
9983 * gdb.base/gnu-ifunc.exp
9984 * gdb.base/hashline1.exp
9985 * gdb.base/hashline2.exp
9986 * gdb.base/hashline3.exp
9987 * gdb.base/hbreak-in-shr-unsupported.exp
9988 * gdb.base/huge.exp
9989 * gdb.base/infcall-input.exp
9990 * gdb.base/info-fun.exp
9991 * gdb.base/info-shared.exp
9992 * gdb.base/jit-simple.exp
9993 * gdb.base/jit-so.exp
9994 * gdb.base/jit.exp
9995 * gdb.base/jump.exp
9996 * gdb.base/label.exp
9997 * gdb.base/lineinc.exp
9998 * gdb.base/logical.exp
9999 * gdb.base/longjmp.exp
10000 * gdb.base/macscp.exp
10001 * gdb.base/miscexprs.exp
10002 * gdb.base/new-ui-echo.exp
10003 * gdb.base/new-ui-pending-input.exp
10004 * gdb.base/new-ui.exp
10005 * gdb.base/nodebug.exp
10006 * gdb.base/nofield.exp
10007 * gdb.base/offsets.exp
10008 * gdb.base/overlays.exp
10009 * gdb.base/pending.exp
10010 * gdb.base/pointers.exp
10011 * gdb.base/pr11022.exp
10012 * gdb.base/printcmds.exp
10013 * gdb.base/prologue.exp
10014 * gdb.base/ptr-typedef.exp
10015 * gdb.base/realname-expand.exp
10016 * gdb.base/relativedebug.exp
10017 * gdb.base/relocate.exp
10018 * gdb.base/remote.exp
10019 * gdb.base/reread.exp
10020 * gdb.base/return2.exp
10021 * gdb.base/savedregs.exp
10022 * gdb.base/sep.exp
10023 * gdb.base/sepdebug.exp
10024 * gdb.base/sepsymtab.exp
10025 * gdb.base/set-inferior-tty.exp
10026 * gdb.base/setshow.exp
10027 * gdb.base/shlib-call.exp
10028 * gdb.base/sigaltstack.exp
10029 * gdb.base/siginfo-addr.exp
10030 * gdb.base/signals.exp
10031 * gdb.base/signull.exp
10032 * gdb.base/sigrepeat.exp
10033 * gdb.base/so-impl-ld.exp
10034 * gdb.base/solib-display.exp
10035 * gdb.base/solib-overlap.exp
10036 * gdb.base/solib-search.exp
10037 * gdb.base/solib-symbol.exp
10038 * gdb.base/structs.exp
10039 * gdb.base/structs2.exp
10040 * gdb.base/symtab-search-order.exp
10041 * gdb.base/twice.exp
10042 * gdb.base/unload.exp
10043 * gdb.base/varargs.exp
10044 * gdb.base/watchpoint-solib.exp
10045 * gdb.base/watchpoint.exp
10046 * gdb.base/whatis.exp
10047 * gdb.base/wrong_frame_bt_full.exp
10048 * gdb.btrace/dlopen.exp
10049 * gdb.cell/ea-standalone.exp
10050 * gdb.cell/ea-test.exp
10051 * gdb.cp/dispcxx.exp
10052 * gdb.cp/gdb2384.exp
10053 * gdb.cp/method2.exp
10054 * gdb.cp/nextoverthrow.exp
10055 * gdb.cp/pr10728.exp
10056 * gdb.disasm/am33.exp
10057 * gdb.disasm/h8300s.exp
10058 * gdb.disasm/mn10300.exp
10059 * gdb.disasm/sh3.exp
10060 * gdb.dwarf2/dw2-dir-file-name.exp
10061 * gdb.fortran/complex.exp
10062 * gdb.fortran/library-module.exp
10063 * gdb.guile/scm-pretty-print.exp
10064 * gdb.guile/scm-symbol.exp
10065 * gdb.guile/scm-type.exp
10066 * gdb.guile/scm-value.exp
10067 * gdb.linespec/linespec.exp
10068 * gdb.mi/gdb701.exp
10069 * gdb.mi/gdb792.exp
10070 * gdb.mi/mi-breakpoint-changed.exp
10071 * gdb.mi/mi-dprintf-pending.exp
10072 * gdb.mi/mi-dprintf.exp
10073 * gdb.mi/mi-exit-code.exp
10074 * gdb.mi/mi-pending.exp
10075 * gdb.mi/mi-solib.exp
10076 * gdb.mi/new-ui-mi-sync.exp
10077 * gdb.mi/pr11022.exp
10078 * gdb.mi/user-selected-context-sync.exp
10079 * gdb.opt/solib-intra-step.exp
10080 * gdb.python/py-events.exp
10081 * gdb.python/py-finish-breakpoint.exp
10082 * gdb.python/py-mi.exp
10083 * gdb.python/py-prettyprint.exp
10084 * gdb.python/py-shared.exp
10085 * gdb.python/py-symbol.exp
10086 * gdb.python/py-template.exp
10087 * gdb.python/py-type.exp
10088 * gdb.python/py-value.exp
10089 * gdb.reverse/solib-precsave.exp
10090 * gdb.reverse/solib-reverse.exp
10091 * gdb.server/solib-list.exp
10092 * gdb.stabs/weird.exp
10093 * gdb.threads/reconnect-signal.exp
10094 * gdb.threads/stepi-random-signal.exp
10095 * gdb.trace/actions.exp
10096 * gdb.trace/ax.exp
10097 * gdb.trace/backtrace.exp
10098 * gdb.trace/change-loc.exp
10099 * gdb.trace/deltrace.exp
10100 * gdb.trace/ftrace-lock.exp
10101 * gdb.trace/ftrace.exp
10102 * gdb.trace/infotrace.exp
10103 * gdb.trace/mi-tracepoint-changed.exp
10104 * gdb.trace/packetlen.exp
10105 * gdb.trace/passcount.exp
10106 * gdb.trace/pending.exp
10107 * gdb.trace/range-stepping.exp
10108 * gdb.trace/report.exp
10109 * gdb.trace/stap-trace.exp
10110 * gdb.trace/tfind.exp
10111 * gdb.trace/trace-break.exp
10112 * gdb.trace/trace-condition.exp
10113 * gdb.trace/trace-enable-disable.exp
10114 * gdb.trace/trace-mt.exp
10115 * gdb.trace/tracecmd.exp
10116 * gdb.trace/tspeed.exp
10117 * gdb.trace/tsv.exp
10118 * lib/perftest.exp
10119
fb9feb35
LM
101202016-12-01 Luis Machado <lgustavo@codesourcery.com>
10121
10122 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10123 with gdb_test_no_output.
10124 Use command as test name.
10125
cd2ddb6c
LM
101262016-12-01 Luis Machado <lgustavo@codesourcery.com>
10127
10128 Fix test names starting with uppercase throughout the files.
10129
10130 * gdb.ada/assign_1.exp
10131 * gdb.ada/boolean_expr.exp
10132 * gdb.base/arrayidx.exp
10133 * gdb.base/del.exp
10134 * gdb.base/gcore-buffer-overflow.exp
10135 * gdb.base/testenv.exp
10136 * gdb.compile/compile.exp
10137 * gdb.python/py-framefilter-invalidarg.exp
10138 * gdb.python/py-framefilter.exp
10139
bb95117e
LM
101402016-12-01 Luis Machado <lgustavo@codesourcery.com>
10141
10142 Fix test names starting with uppercase throughout the files.
10143
10144 * gdb.ada/array_return.exp
10145 * gdb.ada/expr_delims.exp
10146 * gdb.ada/mi_dyn_arr.exp
10147 * gdb.ada/mi_interface.exp
10148 * gdb.ada/mi_var_array.exp
10149 * gdb.ada/watch_arg.exp
10150 * gdb.arch/alpha-step.exp
10151 * gdb.arch/altivec-regs.exp
10152 * gdb.arch/e500-regs.exp
10153 * gdb.arch/powerpc-d128-regs.exp
10154 * gdb.base/arrayidx.exp
10155 * gdb.base/break.exp
10156 * gdb.base/checkpoint.exp
10157 * gdb.base/debug-expr.exp
10158 * gdb.base/dmsym.exp
10159 * gdb.base/radix.exp
10160 * gdb.base/sepdebug.exp
10161 * gdb.base/testenv.exp
10162 * gdb.base/watch_thread_num.exp
10163 * gdb.base/watchpoint-cond-gone.exp
10164 * gdb.cell/break.exp
10165 * gdb.cell/ea-cache.exp
10166 * gdb.compile/compile.exp
10167 * gdb.cp/gdb2495.exp
10168 * gdb.gdb/selftest.exp
10169 * gdb.gdb/xfullpath.exp
10170 * gdb.go/hello.exp
10171 * gdb.go/integers.exp
10172 * gdb.objc/basicclass.exp
10173 * gdb.pascal/hello.exp
10174 * gdb.pascal/integers.exp
10175 * gdb.python/py-breakpoint.exp
10176 * gdb.python/py-cmd.exp
10177 * gdb.python/py-linetable.exp
10178 * gdb.python/py-xmethods.exp
10179 * gdb.python/python.exp
10180 * gdb.reverse/consecutive-precsave.exp
10181 * gdb.reverse/finish-precsave.exp
10182 * gdb.reverse/i386-precsave.exp
10183 * gdb.reverse/machinestate-precsave.exp
10184 * gdb.reverse/sigall-precsave.exp
10185 * gdb.reverse/solib-precsave.exp
10186 * gdb.reverse/step-precsave.exp
10187 * gdb.reverse/until-precsave.exp
10188 * gdb.reverse/watch-precsave.exp
10189 * gdb.threads/leader-exit.exp
10190 * gdb.threads/pthreads.exp
10191 * gdb.threads/wp-replication.exp
10192 * gdb.trace/actions.exp
10193 * gdb.trace/mi-tsv-changed.exp
10194 * gdb.trace/tsv.exp
10195
de97fdd4
LM
101962016-12-01 Luis Machado <lgustavo@codesourcery.com>
10197
10198 Fix test names starting with uppercase throughout the files.
10199
10200 * gdb.arch/i386-bp_permanent.exp
10201 * gdb.arch/i386-gnu-cfi.exp
10202 * gdb.base/disasm-end-cu.exp
10203 * gdb.base/macscp.exp
10204 * gdb.base/pending.exp
10205 * gdb.base/watch_thread_num.exp
10206 * gdb.cp/exception.exp
10207 * gdb.cp/gdb2495.exp
10208 * gdb.cp/local.exp
10209 * gdb.python/py-evsignal.exp
10210 * gdb.python/python.exp
10211 * gdb.trace/tracecmd.exp
10212
9f058c10
LM
102132016-12-01 Luis Machado <lgustavo@codesourcery.com>
10214
10215 Fix test names starting with uppercase throughout the files.
10216
10217 * gdb.base/charset.exp
10218 * gdb.base/eval.exp
10219 * gdb.base/multi-forks.exp
10220 * gdb.guile/scm-progspace.exp
10221 * gdb.opencl/datatypes.exp
10222 * gdb.python/py-block.exp
10223 * gdb.python/py-function.exp
10224 * gdb.python/py-symbol.exp
10225 * gdb.python/py-symtab.exp
10226 * gdb.python/py-xmethods.exp
10227 * gdb.reverse/break-precsave.exp
10228 * gdb.reverse/break-reverse.exp
10229 * gdb.reverse/consecutive-precsave.exp
10230 * gdb.reverse/consecutive-reverse.exp
10231 * gdb.reverse/finish-precsave.exp
10232 * gdb.reverse/finish-reverse-bkpt.exp
10233 * gdb.reverse/finish-reverse.exp
10234 * gdb.reverse/fstatat-reverse.exp
10235 * gdb.reverse/getresuid-reverse.exp
10236 * gdb.reverse/i386-precsave.exp
10237 * gdb.reverse/i386-reverse.exp
10238 * gdb.reverse/i386-sse-reverse.exp
10239 * gdb.reverse/i387-stack-reverse.exp
10240 * gdb.reverse/insn-reverse.exp
10241 * gdb.reverse/machinestate-precsave.exp
10242 * gdb.reverse/machinestate.exp
10243 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10244 * gdb.reverse/pipe-reverse.exp
10245 * gdb.reverse/readv-reverse.exp
10246 * gdb.reverse/recvmsg-reverse.exp
10247 * gdb.reverse/rerun-prec.exp
10248 * gdb.reverse/s390-mvcle.exp
10249 * gdb.reverse/sigall-precsave.exp
10250 * gdb.reverse/sigall-reverse.exp
10251 * gdb.reverse/solib-precsave.exp
10252 * gdb.reverse/solib-reverse.exp
10253 * gdb.reverse/step-precsave.exp
10254 * gdb.reverse/step-reverse.exp
10255 * gdb.reverse/time-reverse.exp
10256 * gdb.reverse/until-precsave.exp
10257 * gdb.reverse/until-reverse.exp
10258 * gdb.reverse/waitpid-reverse.exp
10259 * gdb.reverse/watch-precsave.exp
10260 * gdb.reverse/watch-reverse.exp
10261
cdc7edd7
LM
102622016-12-01 Luis Machado <lgustavo@codesourcery.com>
10263
10264 Fix test names starting with uppercase throughout the files.
10265
10266 * gdb.arch/i386-mpx-simple_segv.exp
10267 * gdb.arch/i386-mpx.exp
10268 * gdb.arch/i386-permbkpt.exp
10269 * gdb.arch/pa-nullify.exp
10270 * gdb.arch/powerpc-d128-regs.exp
10271 * gdb.arch/vsx-regs.exp
10272 * gdb.base/bfp-test.exp
10273 * gdb.base/break.exp
10274 * gdb.base/breakpoint-shadow.exp
10275 * gdb.base/callfuncs.exp
10276 * gdb.base/charset.exp
10277 * gdb.base/commands.exp
10278 * gdb.base/completion.exp
10279 * gdb.base/dfp-test.exp
10280 * gdb.base/echo.exp
10281 * gdb.base/ending-run.exp
10282 * gdb.base/eval.exp
10283 * gdb.base/expand-psymtabs.exp
10284 * gdb.base/float128.exp
10285 * gdb.base/floatn.exp
10286 * gdb.base/foll-exec-mode.exp
10287 * gdb.base/gdb1056.exp
10288 * gdb.base/gdb11531.exp
10289 * gdb.base/kill-after-signal.exp
10290 * gdb.base/multi-forks.exp
10291 * gdb.base/overlays.exp
10292 * gdb.base/pending.exp
10293 * gdb.base/sepdebug.exp
10294 * gdb.base/testenv.exp
10295 * gdb.base/valgrind-db-attach.exp
10296 * gdb.base/watch_thread_num.exp
10297 * gdb.base/watchpoint-cond-gone.exp
10298 * gdb.base/watchpoint.exp
10299 * gdb.base/watchpoints.exp
10300 * gdb.cp/arg-reference.exp
10301 * gdb.cp/baseenum.exp
10302 * gdb.cp/operator.exp
10303 * gdb.cp/shadow.exp
10304 * gdb.dwarf2/dw2-op-out-param.exp
10305 * gdb.dwarf2/dw2-reg-undefined.exp
10306 * gdb.go/chan.exp
10307 * gdb.go/hello.exp
10308 * gdb.go/integers.exp
10309 * gdb.go/methods.exp
10310 * gdb.go/package.exp
10311 * gdb.guile/scm-parameter.exp
10312 * gdb.guile/scm-progspace.exp
10313 * gdb.guile/scm-value.exp
10314 * gdb.mi/mi-pending.exp
10315 * gdb.mi/user-selected-context-sync.exp
10316 * gdb.multi/multi-attach.exp
10317 * gdb.multi/tids.exp
10318 * gdb.opt/clobbered-registers-O2.exp
10319 * gdb.pascal/floats.exp
10320 * gdb.pascal/integers.exp
10321 * gdb.python/py-block.exp
10322 * gdb.python/py-events.exp
10323 * gdb.python/py-parameter.exp
10324 * gdb.python/py-symbol.exp
10325 * gdb.python/py-symtab.exp
10326 * gdb.python/py-type.exp
10327 * gdb.python/py-value.exp
10328 * gdb.python/py-xmethods.exp
10329 * gdb.python/python.exp
10330 * gdb.reverse/break-precsave.exp
10331 * gdb.reverse/consecutive-precsave.exp
10332 * gdb.reverse/finish-precsave.exp
10333 * gdb.reverse/i386-precsave.exp
10334 * gdb.reverse/machinestate-precsave.exp
10335 * gdb.reverse/sigall-precsave.exp
10336 * gdb.reverse/solib-precsave.exp
10337 * gdb.reverse/step-precsave.exp
10338 * gdb.reverse/until-precsave.exp
10339 * gdb.reverse/watch-precsave.exp
10340 * gdb.server/ext-attach.exp
10341 * gdb.server/ext-restart.exp
10342 * gdb.server/ext-run.exp
10343 * gdb.server/ext-wrapper.exp
10344 * gdb.stabs/gdb11479.exp
10345 * gdb.stabs/weird.exp
10346 * gdb.threads/attach-many-short-lived-threads.exp
10347 * gdb.threads/kill.exp
10348 * gdb.threads/watchpoint-fork.exp
10349
bc6c7af4
LM
103502016-12-01 Luis Machado <lgustavo@codesourcery.com>
10351
10352 Fix test names starting with uppercase throughout all the files below.
10353
10354 * gdb.ada/array_return.exp
10355 * gdb.ada/catch_ex.exp
10356 * gdb.ada/info_exc.exp
10357 * gdb.ada/mi_catch_ex.exp
10358 * gdb.ada/mi_dyn_arr.exp
10359 * gdb.ada/mi_ex_cond.exp
10360 * gdb.ada/mi_exc_info.exp
10361 * gdb.ada/mi_interface.exp
10362 * gdb.ada/mi_task_arg.exp
10363 * gdb.ada/mi_task_info.exp
10364 * gdb.ada/mi_var_array.exp
10365 * gdb.arch/alpha-step.exp
10366 * gdb.arch/amd64-disp-step.exp
10367 * gdb.arch/arm-disp-step.exp
10368 * gdb.arch/disp-step-insn-reloc.exp
10369 * gdb.arch/e500-prologue.exp
10370 * gdb.arch/ftrace-insn-reloc.exp
10371 * gdb.arch/gdb1558.exp
10372 * gdb.arch/i386-bp_permanent.exp
10373 * gdb.arch/i386-disp-step.exp
10374 * gdb.arch/i386-float.exp
10375 * gdb.arch/i386-gnu-cfi.exp
10376 * gdb.arch/ia64-breakpoint-shadow.exp
10377 * gdb.arch/mips16-thunks.exp
10378 * gdb.arch/pa-nullify.exp
10379 * gdb.arch/powerpc-aix-prologue.exp
10380 * gdb.arch/powerpc-power.exp
10381 * gdb.arch/ppc-dfp.exp
10382 * gdb.arch/s390-tdbregs.exp
10383 * gdb.arch/spu-info.exp
10384 * gdb.arch/spu-ls.exp
10385 * gdb.arch/thumb-bx-pc.exp
10386 * gdb.base/advance.exp
10387 * gdb.base/annota-input-while-running.exp
10388 * gdb.base/arrayidx.exp
10389 * gdb.base/asmlabel.exp
10390 * gdb.base/async.exp
10391 * gdb.base/attach-wait-input.exp
10392 * gdb.base/auto-connect-native-target.exp
10393 * gdb.base/batch-preserve-term-settings.exp
10394 * gdb.base/bfp-test.exp
10395 * gdb.base/bigcore.exp
10396 * gdb.base/bp-permanent.exp
10397 * gdb.base/break-always.exp
10398 * gdb.base/break-fun-addr.exp
10399 * gdb.base/break-idempotent.exp
10400 * gdb.base/break-main-file-remove-fail.exp
10401 * gdb.base/break-probes.exp
10402 * gdb.base/break-unload-file.exp
10403 * gdb.base/break.exp
10404 * gdb.base/call-ar-st.exp
10405 * gdb.base/call-rt-st.exp
10406 * gdb.base/call-sc.exp
10407 * gdb.base/call-signal-resume.exp
10408 * gdb.base/call-strs.exp
10409 * gdb.base/callexit.exp
10410 * gdb.base/callfuncs.exp
10411 * gdb.base/catch-gdb-caused-signals.exp
10412 * gdb.base/catch-signal-siginfo-cond.exp
10413 * gdb.base/catch-syscall.exp
10414 * gdb.base/compare-sections.exp
10415 * gdb.base/cond-eval-mode.exp
10416 * gdb.base/condbreak-call-false.exp
10417 * gdb.base/consecutive-step-over.exp
10418 * gdb.base/cursal.exp
10419 * gdb.base/disabled-location.exp
10420 * gdb.base/disasm-end-cu.exp
10421 * gdb.base/display.exp
10422 * gdb.base/double-prompt-target-event-error.exp
10423 * gdb.base/dprintf-bp-same-addr.exp
10424 * gdb.base/dprintf-detach.exp
10425 * gdb.base/dprintf-next.exp
10426 * gdb.base/dprintf-non-stop.exp
10427 * gdb.base/dprintf-pending.exp
10428 * gdb.base/dso2dso.exp
10429 * gdb.base/ending-run.exp
10430 * gdb.base/enum_cond.exp
10431 * gdb.base/examine-backward.exp
10432 * gdb.base/exe-lock.exp
10433 * gdb.base/exec-invalid-sysroot.exp
10434 * gdb.base/execl-update-breakpoints.exp
10435 * gdb.base/execution-termios.exp
10436 * gdb.base/fileio.exp
10437 * gdb.base/fixsection.exp
10438 * gdb.base/foll-exec-mode.exp
10439 * gdb.base/foll-exec.exp
10440 * gdb.base/fork-running-state.exp
10441 * gdb.base/frame-args.exp
10442 * gdb.base/fullpath-expand.exp
10443 * gdb.base/func-ptr.exp
10444 * gdb.base/gcore-relro-pie.exp
10445 * gdb.base/gdb1090.exp
10446 * gdb.base/gdb1555.exp
10447 * gdb.base/global-var-nested-by-dso.exp
10448 * gdb.base/gnu-ifunc.exp
10449 * gdb.base/hbreak-in-shr-unsupported.exp
10450 * gdb.base/hbreak-unmapped.exp
10451 * gdb.base/hook-stop.exp
10452 * gdb.base/infcall-input.exp
10453 * gdb.base/info-fun.exp
10454 * gdb.base/info-shared.exp
10455 * gdb.base/interrupt-noterm.exp
10456 * gdb.base/jit-so.exp
10457 * gdb.base/jit.exp
10458 * gdb.base/line-symtabs.exp
10459 * gdb.base/list.exp
10460 * gdb.base/longjmp.exp
10461 * gdb.base/macscp.exp
10462 * gdb.base/max-value-size.exp
10463 * gdb.base/nodebug.exp
10464 * gdb.base/nofield.exp
10465 * gdb.base/overlays.exp
10466 * gdb.base/paginate-after-ctrl-c-running.exp
10467 * gdb.base/paginate-bg-execution.exp
10468 * gdb.base/paginate-inferior-exit.exp
10469 * gdb.base/pending.exp
10470 * gdb.base/pr11022.exp
10471 * gdb.base/printcmds.exp
10472 * gdb.base/ptr-typedef.exp
10473 * gdb.base/ptype.exp
10474 * gdb.base/randomize.exp
10475 * gdb.base/range-stepping.exp
10476 * gdb.base/realname-expand.exp
10477 * gdb.base/relativedebug.exp
10478 * gdb.base/remote.exp
10479 * gdb.base/savedregs.exp
10480 * gdb.base/sepdebug.exp
10481 * gdb.base/set-noassign.exp
10482 * gdb.base/shlib-call.exp
10483 * gdb.base/shreloc.exp
10484 * gdb.base/sigaltstack.exp
10485 * gdb.base/sigbpt.exp
10486 * gdb.base/siginfo-addr.exp
10487 * gdb.base/siginfo-obj.exp
10488 * gdb.base/siginfo-thread.exp
10489 * gdb.base/signest.exp
10490 * gdb.base/signull.exp
10491 * gdb.base/sigrepeat.exp
10492 * gdb.base/skip.exp
10493 * gdb.base/so-impl-ld.exp
10494 * gdb.base/solib-corrupted.exp
10495 * gdb.base/solib-disc.exp
10496 * gdb.base/solib-display.exp
10497 * gdb.base/solib-overlap.exp
10498 * gdb.base/solib-search.exp
10499 * gdb.base/solib-symbol.exp
10500 * gdb.base/source-execution.exp
10501 * gdb.base/sss-bp-on-user-bp-2.exp
10502 * gdb.base/sss-bp-on-user-bp.exp
10503 * gdb.base/stack-checking.exp
10504 * gdb.base/stale-infcall.exp
10505 * gdb.base/step-break.exp
10506 * gdb.base/step-line.exp
10507 * gdb.base/step-over-exit.exp
10508 * gdb.base/step-test.exp
10509 * gdb.base/structs.exp
10510 * gdb.base/sym-file.exp
10511 * gdb.base/symtab-search-order.exp
10512 * gdb.base/term.exp
10513 * gdb.base/type-opaque.exp
10514 * gdb.base/unload.exp
10515 * gdb.base/until-nodebug.exp
10516 * gdb.base/until.exp
10517 * gdb.base/unwindonsignal.exp
10518 * gdb.base/watch-cond.exp
10519 * gdb.base/watch-non-mem.exp
10520 * gdb.base/watch_thread_num.exp
10521 * gdb.base/watchpoint-reuse-slot.exp
10522 * gdb.base/watchpoint-solib.exp
10523 * gdb.base/watchpoint.exp
10524 * gdb.btrace/dlopen.exp
10525 * gdb.cell/arch.exp
10526 * gdb.cell/break.exp
10527 * gdb.cell/bt.exp
10528 * gdb.cell/core.exp
10529 * gdb.cell/data.exp
10530 * gdb.cell/dwarfaddr.exp
10531 * gdb.cell/ea-cache.exp
10532 * gdb.cell/ea-standalone.exp
10533 * gdb.cell/ea-test.exp
10534 * gdb.cell/f-regs.exp
10535 * gdb.cell/fork.exp
10536 * gdb.cell/gcore.exp
10537 * gdb.cell/mem-access.exp
10538 * gdb.cell/ptype.exp
10539 * gdb.cell/registers.exp
10540 * gdb.cell/sizeof.exp
10541 * gdb.cell/solib-symbol.exp
10542 * gdb.cell/solib.exp
10543 * gdb.compile/compile-tls.exp
10544 * gdb.cp/exception.exp
10545 * gdb.cp/gdb2495.exp
10546 * gdb.cp/local.exp
10547 * gdb.cp/mb-inline.exp
10548 * gdb.cp/mb-templates.exp
10549 * gdb.cp/pr10687.exp
10550 * gdb.cp/pr9167.exp
10551 * gdb.cp/scope-err.exp
10552 * gdb.cp/templates.exp
10553 * gdb.cp/virtfunc.exp
10554 * gdb.dwarf2/dw2-dir-file-name.exp
10555 * gdb.dwarf2/dw2-single-line-discriminators.exp
10556 * gdb.fortran/complex.exp
10557 * gdb.fortran/library-module.exp
10558 * gdb.guile/guile.exp
10559 * gdb.guile/scm-cmd.exp
10560 * gdb.guile/scm-frame-inline.exp
10561 * gdb.guile/scm-objfile.exp
10562 * gdb.guile/scm-pretty-print.exp
10563 * gdb.guile/scm-symbol.exp
10564 * gdb.guile/scm-type.exp
10565 * gdb.guile/scm-value.exp
10566 * gdb.linespec/keywords.exp
10567 * gdb.linespec/ls-errs.exp
10568 * gdb.linespec/macro-relative.exp
10569 * gdb.linespec/thread.exp
10570 * gdb.mi/mi-breakpoint-changed.exp
10571 * gdb.mi/mi-dprintf-pending.exp
10572 * gdb.mi/mi-fullname-deleted.exp
10573 * gdb.mi/mi-logging.exp
10574 * gdb.mi/mi-pending.exp
10575 * gdb.mi/mi-solib.exp
10576 * gdb.mi/new-ui-mi-sync.exp
10577 * gdb.mi/user-selected-context-sync.exp
10578 * gdb.multi/dummy-frame-restore.exp
10579 * gdb.multi/multi-arch-exec.exp
10580 * gdb.multi/remove-inferiors.exp
10581 * gdb.multi/watchpoint-multi-exit.exp
10582 * gdb.opt/solib-intra-step.exp
10583 * gdb.perf/backtrace.exp
10584 * gdb.perf/single-step.exp
10585 * gdb.perf/skip-command.exp
10586 * gdb.perf/skip-prologue.exp
10587 * gdb.perf/solib.exp
10588 * gdb.python/lib-types.exp
10589 * gdb.python/py-as-string.exp
10590 * gdb.python/py-bad-printers.exp
10591 * gdb.python/py-block.exp
10592 * gdb.python/py-breakpoint.exp
10593 * gdb.python/py-cmd.exp
10594 * gdb.python/py-events.exp
10595 * gdb.python/py-evthreads.exp
10596 * gdb.python/py-finish-breakpoint.exp
10597 * gdb.python/py-finish-breakpoint2.exp
10598 * gdb.python/py-frame-inline.exp
10599 * gdb.python/py-frame.exp
10600 * gdb.python/py-inferior.exp
10601 * gdb.python/py-infthread.exp
10602 * gdb.python/py-mi.exp
10603 * gdb.python/py-objfile.exp
10604 * gdb.python/py-pp-maint.exp
10605 * gdb.python/py-pp-registration.exp
10606 * gdb.python/py-prettyprint.exp
10607 * gdb.python/py-recurse-unwind.exp
10608 * gdb.python/py-shared.exp
10609 * gdb.python/py-symbol.exp
10610 * gdb.python/py-symtab.exp
10611 * gdb.python/py-template.exp
10612 * gdb.python/py-type.exp
10613 * gdb.python/py-unwind-maint.exp
10614 * gdb.python/py-unwind.exp
10615 * gdb.python/py-value.exp
10616 * gdb.python/python.exp
10617 * gdb.reverse/finish-reverse-bkpt.exp
10618 * gdb.reverse/insn-reverse.exp
10619 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10620 * gdb.reverse/solib-precsave.exp
10621 * gdb.reverse/solib-reverse.exp
10622 * gdb.stabs/gdb11479.exp
10623 * gdb.stabs/weird.exp
10624 * gdb.threads/fork-child-threads.exp
10625 * gdb.threads/fork-plus-threads.exp
10626 * gdb.threads/fork-thread-pending.exp
10627 * gdb.threads/forking-threads-plus-breakpoint.exp
10628 * gdb.threads/hand-call-in-threads.exp
10629 * gdb.threads/interrupted-hand-call.exp
10630 * gdb.threads/linux-dp.exp
10631 * gdb.threads/local-watch-wrong-thread.exp
10632 * gdb.threads/next-while-other-thread-longjmps.exp
10633 * gdb.threads/non-ldr-exit.exp
10634 * gdb.threads/pending-step.exp
10635 * gdb.threads/print-threads.exp
10636 * gdb.threads/process-dies-while-detaching.exp
10637 * gdb.threads/process-dies-while-handling-bp.exp
10638 * gdb.threads/pthreads.exp
10639 * gdb.threads/queue-signal.exp
10640 * gdb.threads/reconnect-signal.exp
10641 * gdb.threads/signal-command-handle-nopass.exp
10642 * gdb.threads/signal-command-multiple-signals-pending.exp
10643 * gdb.threads/signal-delivered-right-thread.exp
10644 * gdb.threads/signal-sigtrap.exp
10645 * gdb.threads/sigthread.exp
10646 * gdb.threads/staticthreads.exp
10647 * gdb.threads/stepi-random-signal.exp
10648 * gdb.threads/thread-unwindonsignal.exp
10649 * gdb.threads/thread_check.exp
10650 * gdb.threads/thread_events.exp
10651 * gdb.threads/tid-reuse.exp
10652 * gdb.threads/tls-nodebug.exp
10653 * gdb.threads/tls-shared.exp
10654 * gdb.threads/tls-so_extern.exp
10655 * gdb.threads/tls.exp
10656 * gdb.threads/wp-replication.exp
10657 * gdb.trace/actions-changed.exp
10658 * gdb.trace/actions.exp
10659 * gdb.trace/backtrace.exp
10660 * gdb.trace/change-loc.exp
10661 * gdb.trace/collection.exp
10662 * gdb.trace/deltrace.exp
10663 * gdb.trace/disconnected-tracing.exp
10664 * gdb.trace/entry-values.exp
10665 * gdb.trace/ftrace-lock.exp
10666 * gdb.trace/ftrace.exp
10667 * gdb.trace/infotrace.exp
10668 * gdb.trace/mi-trace-frame-collected.exp
10669 * gdb.trace/mi-trace-unavailable.exp
10670 * gdb.trace/mi-traceframe-changed.exp
10671 * gdb.trace/mi-tracepoint-changed.exp
10672 * gdb.trace/mi-tsv-changed.exp
10673 * gdb.trace/no-attach-trace.exp
10674 * gdb.trace/packetlen.exp
10675 * gdb.trace/passc-dyn.exp
10676 * gdb.trace/passcount.exp
10677 * gdb.trace/pending.exp
10678 * gdb.trace/pr16508.exp
10679 * gdb.trace/qtro.exp
10680 * gdb.trace/range-stepping.exp
10681 * gdb.trace/read-memory.exp
10682 * gdb.trace/report.exp
10683 * gdb.trace/save-trace.exp
10684 * gdb.trace/signal.exp
10685 * gdb.trace/stap-trace.exp
10686 * gdb.trace/status-stop.exp
10687 * gdb.trace/strace.exp
10688 * gdb.trace/tfile.exp
10689 * gdb.trace/tfind.exp
10690 * gdb.trace/trace-break.exp
10691 * gdb.trace/trace-condition.exp
10692 * gdb.trace/trace-enable-disable.exp
10693 * gdb.trace/trace-mt.exp
10694 * gdb.trace/tracecmd.exp
10695 * gdb.trace/tracefile-pseudo-reg.exp
10696 * gdb.trace/tspeed.exp
10697 * gdb.trace/tstatus.exp
10698 * gdb.trace/tsv.exp
10699 * gdb.trace/unavailable.exp
10700 * gdb.trace/while-dyn.exp
10701 * gdb.trace/while-stepping.exp
10702 * lib/gdb-guile.exp
10703 * lib/gdb.exp
10704 * lib/mi-support.exp
10705 * lib/pascal.exp
10706 * lib/perftest.exp
10707 * lib/prelink-support.exp
10708 * lib/selftest-support.exp
10709
ad02e4fe
SM
107102016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10711
10712 * Makefile.in: Include disable-implicit-rules.mk.
10713
22347e55
AA
107142016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10715
10716 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10717 non-byte-aligned bit fields.
10718
da5b30da
AA
107192016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10720
10721 PR gdb/12616
10722 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10723 respects the DW_AT_data_bit_offset attribute.
10724
b593ecca
SM
107252016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10726
10727 * gdb.base/default.exp: Fix output of "set language".
10728
3b165252
SM
107292016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10730
10731 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10732 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10733 make.
10734 * configure.ac: Remove checks for the make program.
10735 * configure: Re-generate.
10736
1a2f3d7f
KB
107372016-11-16 Kevin Buettner <kevinb@redhat.com>
10738
10739 * gdb.python/py-recurse-unwind.c (main): Add loop.
10740 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10741 to read_register() and gdb.parse_and_eval(). Make each code
10742 call a separate case that can be individually tested.
10743 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10744 proc. Call cont_and_backtrace for each of the code paths that
10745 we want to test in the unwinder.
10746
b7f38fda
AA
107472016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10748
10749 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10750 the definition of struct S.
10751
1f8db343
CM
107522016-11-11 Catherine Moore <clm@codesourcery.com>
10753
10754 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10755
fad0c9fb
PA
107562016-11-09 Pedro Alves <palves@redhat.com>
10757
10758 * gdb.base/commands.exp (runto_or_return): New procedure.
10759 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10760 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10761 (progvar_simple_while_test, progvar_complex_if_while_test)
10762 (if_while_breakpoint_command_test)
10763 (infrun_breakpoint_command_test, breakpoint_command_test)
10764 (user_defined_command_test, watchpoint_command_test)
10765 (test_command_prompt_position, redefine_hook_test)
10766 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10767 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10768 multi_line_input and multi_line. Remove gdb_expect and
10769 gdb_stop_suppressing_tests uses.
10770 * lib/gdb.exp (valnum_re): New global.
10771 (multi_line_input): New procedure.
10772
8354c62c
SM
107732016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10774
10775 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10776 Remove.
10777 (test_setup): Define with proc_with_prefix.
10778 (test_cli_inferior): Likewise.
10779 (test_cli_thread): Likewise.
10780 (test_cli_frame): Likewise.
10781 (test_cli_select_frame): Likewise.
10782 (test_cli_up_down): Likewise.
10783 (test_mi_thread_select): Likewise.
10784 (test_mi_stack_select_frame): Likewise.
10785 (test_cli_in_mi_inferior): Likewise.
10786 (test_cli_in_mi_thread): Likewise.
10787 (test_cli_in_mi_frame): Likewise.
10788 (top level): Do not use with_test_prefix_procname.
10789
64f367a2
PA
107902016-11-09 Pedro Alves <palves@redhat.com>
10791
10792 * gdb.base/commands.exp (gdbvar_simple_if_test)
10793 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10794 (progvar_simple_if_test, progvar_simple_while_test)
10795 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10796 (infrun_breakpoint_command_test, breakpoint_command_test)
10797 (user_defined_command_test, watchpoint_command_test)
10798 (test_command_prompt_position, deprecated_command_test)
10799 (bp_deleted_in_command, temporary_breakpoint_commands)
10800 (stray_arg0_test, source_file_with_indented_comment)
10801 (recursive_source_test, if_commands_test)
10802 (error_clears_commands_left, redefine_hook_test)
10803 (redefine_backtrace_test): Use proc_with_prefix.
10804 * lib/gdb.exp (proc_with_prefix): New proc.
10805
0bb65f1e
AA
108062016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10807
10808 * gdb.base/tui-layout.c: New file.
10809 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10810 disassembly window contains very long lines.
10811
7353f247
TT
108122016-11-08 Tom Tromey <tom@tromey.com>
10813
10814 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10815 depend on Python 2.
10816
30a7bb83
TT
108172016-11-08 Tom Tromey <tom@tromey.com>
10818
10819 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10820 New method.
10821
cdf5a07c
MG
108222016-10-29 Manish Goregaokar <manish@mozilla.com>
10823
2806dc7e 10824 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10825
51a789c3
MG
108262016-10-27 Manish Goregaokar <manish@mozilla.com>
10827
2806dc7e
PA
10828 * gdb.rust/simple.rs: Add test for univariant enums without
10829 discriminants and for encoded struct-like enums.
51a789c3 10830
f610ab6d
PA
108312016-10-28 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10834 gdb_test_multiple, tighten regexps and match symtabs and line
10835 tables incrementally.
10836
b129b0ca
LM
108372016-10-28 Luis Machado <lgustavo@codesourcery.com>
10838
10839 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10840 general.
10841
ecf45d2c
SL
108422016-10-25 Luis Machado <lgustavo@codesourcery.com>
10843
10844 * gdb.base/exec-invalid-sysroot.exp: New file.
10845
b8d38ee4
JK
108462016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10847
10848 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10849
f90fd8c2
JK
108502016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10851
10852 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10853
2d2476aa
MR
108542016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10855
2806dc7e
PA
10856 * gdb.base/killed-outside.exp: Remove $options from a call to
10857 `prepare_for_testing'.
2d2476aa 10858
e42b25a0
SM
108592016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10860
10861 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10862 Change test message.
10863
3ccdb432
SM
108642016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10865
10866 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10867 Update comment.
10868
5bad3170
SM
108692016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10870
10871 * gdb.trace/mi-trace-save.exp: New file.
10872
5ad9dba7
YQ
108732016-10-13 Yao Qi <yao.qi@linaro.org>
10874
10875 * gdb.base/code_elim.exp (get_var_address): Remove.
10876 * gdb.base/relocate.exp: Likewise.
10877 * gdb.base/shreloc.exp: Likewise.
10878 * lib/gdb.exp (get_var_address): New.
10879
62df7e21
YQ
108802016-10-13 Yao Qi <yao.qi@linaro.org>
10881
10882 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10883 floating point tests if $skip_float_test is false.
10884
4dac951e
LM
108852016-10-12 Luis Machado <lgustavo@codesourcery.com>
10886
10887 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10888 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10889 argc values.
10890 Add 1 to argc so we guarantee distinct initial/modified argc values.
10891
8f1a8fc4
JK
108922016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10893
10894 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10895
16c85b5d
JK
108962016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10897
10898 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10899 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10900 * gdb.arch/vsx-regs.exp: Likewise.
10901
1d0e042a
YQ
109022016-10-07 Yao Qi <yao.qi@linaro.org>
10903
10904 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10905
68dadef5
MM
109062016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10907
10908 * gdb.python/python.exp: Test decode_line("*0").
10909
33fa2c6e
DE
109102016-10-06 Doug Evans <dje@google.com>
10911
10912 * gdb.python/py-value.exp (test_value_creation): Add test for large
10913 unsigned 64-bit value.
10914
9c37b5ae
TT
109152016-10-06 Tom Tromey <tom@tromey.com>
10916
10917 * gdb.compile/compile.exp: Change java tests to rust.
10918 * gdb.base/setshow.exp: Change java tests to rust.
10919 * gdb.base/default.exp: Remove java from language list.
10920 * README (Examples): Update language example.
10921 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10922 test.
10923 * lib/gdb.exp (skip_java_tests): Remove.
10924 * lib/java.exp: Remove.
10925 * gdb.java: Remove.
10926
78b86327
MR
109272016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10928
10929 * gdb.arch/mips-fcr.exp: New test.
10930 * gdb.arch/mips-fcr.c: Source for the new test.
10931
7470adbb
MR
109322016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10933
10934 * gdb.base/solib-disc.exp: Use `standard_output_file'
10935 throughout.
10936
4a556533
PA
109372016-10-06 Pedro Alves <palves@redhat.com>
10938
10939 * gdb.base/jit-simple-dl.c: New file.
10940 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10941 * gdb.base/jit-simple.c: ... this.
10942 * gdb.base/jit-simple.exp (jit_run): Delete.
10943 (build_jit): New proc.
10944 (jit_test_reread): Recompile either the main program or the shared
10945 library, depending on what is being tested. Skip changing address
10946 if caller wants to. Compare before/after addresses. If testing
10947 standalone, explicitly load the binary. Test "maint info
10948 breakpoints".
10949 (top level): Add "standalone vs shared lib" and "change address"
10950 vs "same address" axes.
10951
5a122fbc
PA
109522016-10-06 Pedro Alves <palves@redhat.com>
10953
10954 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10955 call.
10956 (jit_run): Delete.
10957 (jit_test_reread): Use with_test_prefix. Reload the main binary
10958 explicitly. Compare the before/after addresses of the JIT
10959 descriptor.
10960
ee8da4b8
DE
109612016-08-15 Doug Evans <dje@google.com>
10962
10963 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10964 for single bitfields is bool.
10965 * gdb.xml/tdesc-regs.exp: Ditto.
10966
f389f6fe
JK
109672016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10968
10969 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10970
fdebf1a4
YQ
109712016-10-05 Yao Qi <yao.qi@linaro.org>
10972
10973 * lib/gdb.exp (support_complex_tests): Return zero if
10974 gdb_skip_float_test return true.
10975
9c36d954 109762016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10977 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
10978
10979 PR gdb/20487
10980 * gdb.mi/user-selected-context-sync.exp: New file.
10981 * gdb.mi/user-selected-context-sync.c: New file.
10982
4034d0ff 109832016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10984 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
10985
10986 PR gdb/20487
10987 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10988 =thread-select-event check.
10989
a4297203
PB
109902016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10991
10992 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10993 the compulsory L operand changes.
10994 * gdb.arch/powerpc-power.s: Likewise.
10995
bb805577
JK
109962016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10997
10998 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10999 * gdb.base/jit-attach-pie.c: New file.
11000 * gdb.base/jit-attach-pie.exp: New file.
11001
6d61dee5
PA
110022016-09-28 Pedro Alves <palves@redhat.com>
11003
11004 * gdb.base/infcall-input.c: New file.
11005 * gdb.base/infcall-input.exp: New file.
11006
f73842fc
YQ
110072016-09-22 Yao Qi <yao.qi@linaro.org>
11008
11009 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11010 (gdb_exit): Rename it to ...
11011 (gdbserver_gdb_exit): ... Close GDBserver.
11012 (gdb_exit): New proc, call gdbserver_gdb_exit.
11013 (mi_gdb_exit): Likewise.
11014
90681dab
YQ
110152016-09-22 Yao Qi <yao.qi@linaro.org>
11016
11017 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11018 path.
11019 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11020 Remove duplication.
11021
9c211fd8
YQ
110222016-09-22 Yao Qi <yao.qi@linaro.org>
11023
11024 * lib/gdbserver-support.exp: Check the existence of
11025 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11026
ad0a504f
AK
110272016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11028
11029 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11030
36cf1806
TT
110312016-09-21 Tom Tromey <tom@tromey.com>
11032
11033 PR gdb/20604:
11034 * gdb.base/quit.exp: New file.
11035
74172ecf
SM
110362016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11037
11038 * .gitignore: New file.
11039
3d0ec882
MR
110402016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11041
11042 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11043 throughout.
11044
8193adea
AA
110452016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11046
11047 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11048
d41a5c09
JK
110492016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11050
11051 * gdb.cp/casts.cc (decltype): Move it ...
11052 (main): ... with its call to ...
11053 * gdb.cp/casts03.cc: ... a new file.
11054 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11055
d2dfe700
JK
110562016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11057
11058 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11059
e2a92b16
PB
110602016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11061
11062 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11063 and sync up the test with tests in gas/testsuite/gas/ppc.
11064 * gdb.arch/powerpc-power.exp: Likewise.
11065
49b4de64
JK
110662016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11067
11068 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11069
2c29df25
SDJ
110702016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11071 Jan Kratochvil <jan.kratochvil@redhat.com>
11072
11073 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11074 make m1's definition to be different from m2's. Use 'dummy' as an
11075 argument for probe 'two'.
11076
cc3c2846
JB
110772016-09-10 Jon Beniston <jon@beniston.com>
11078
11079 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11080 for sim target.
11081
e1b2624a
AA
110822016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11083
11084 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11085 variable declaration.
11086 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11087 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11088 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11089 received HWCAP as its argument.
11090
4295e285
PA
110912016-09-06 Pedro Alves <palves@redhat.com>
11092
11093 * gdb.base/new-ui-pending-input.c: New file.
11094 * gdb.base/new-ui-pending-input.exp: New file.
11095 * gdb.exp (clear_gdb_spawn_id): New procedure.
11096 (with_spawn_id): Check whether gdb_spawn_id exists before
11097 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11098 on exit.
11099
00d5215e
UW
111002016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11101
11102 * gdb.base/float128.c: New file.
11103 * gdb.base/float128.exp: Likewise.
11104 * gdb.base/floatn.c: Likewise.
11105 * gdb.base/floatn.exp: Likewise.
11106
a9ff5f12
UW
111072016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11108
11109 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11110
f245535c
PA
111112016-09-05 Pedro Alves <palves@redhat.com>
11112
11113 PR backtrace/19927
11114 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11115 unwinders are immediately called as side effect of "source" or
11116 "disable unwinder" commands.
11117 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11118
ae9cf263
YQ
111192016-09-02 Yao Qi <yao.qi@linaro.org>
11120
11121 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11122 is true and $type is "float" or "double".
11123
27aba047
YQ
111242016-09-02 Yao Qi <yao.qi@linaro.org>
11125
11126 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11127 true.
11128 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11129 * gdb.base/call-rt-st.exp: Likewise.
11130 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11131 return value instead of gdb,skip_float_test.
11132 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11133 (do_function_calls): Use its return value instead of
11134 gdb,skip_float_test.
11135 * gdb.base/finish.exp: Likewise.
11136 * gdb.base/funcargs.exp: Likewise.
11137 * gdb.base/return.exp: Likewise.
11138 * gdb.base/return2.exp: Likewise.
11139 * gdb.base/varargs.exp: Likewise.
11140 * lib/gdb.exp (gdb_skip_float_test): Change it to
11141 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11142
5af962df
AA
111432016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11144
11145 * gdb.multi/tids.exp: Test "thread apply all".
11146
7fac6910
JK
111472016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11148
11149 * gdb.base/default.exp (tty): Remove.
11150
bb1fe4ac
KB
111512016-08-24 Kevin Buettner <kevinb@redhat.com>
11152
2806dc7e
PA
11153 * gdb.python/py-recurse-unwind.c: New file.
11154 * gdb.python/py-recurse-unwind.py: New file.
11155 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11156
0a1ddfa6
SM
111572016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11158
11159 * gdb.base/set-inferior-tty.exp: New file.
11160 * gdb.base/set-inferior-tty.c: New file.
11161
d9de1fe3
PA
111622016-08-23 Pedro Alves <palves@redhat.com>
11163
11164 PR gdb/20494
11165 * gdb.base/new-ui-echo.c: New file.
11166 * gdb.base/new-ui-echo.exp: New file.
11167
e9d9abd7
YQ
111682016-08-23 Yao Qi <yao.qi@linaro.org>
11169
11170 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11171 gdbserver_spawn.
11172 * gdb.server/connect-without-multi-process.exp (do_test):
11173 Likewise.
11174
3589529e
YQ
111752016-08-23 Yao Qi <yao.qi@linaro.org>
11176
11177 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11178 standalone_txt. Delete gdb_txt and standalone_txt on host
11179 and target. Spawn the binary on target. Copy files from
11180 target to host.
11181
6bb90213
PA
111822016-08-22 Pedro Alves <palves@redhat.com>
11183
11184 PR gdb/20505
11185 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11186 with_test_prefix. Factor out bits to ...
11187 (test_no_vdso): ... this new procedure.
11188
20c2c024
CL
111892016-08-19 Carl Love <cel@us.ibm.com>
11190
11191 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11192 maintaining separate logic for constructing the output path.
11193 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11194 * gdb.arch/ppc-dfp.exp: Likewise.
11195 * gdb.arch/ppc-fp.exp: Likewise.
11196 * gdb.arch/vsx-regs.exp: Likewise.
11197 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11198 binprefix for generating the additional binary files.
11199
0646e07d
PA
112002016-08-19 Pedro Alves <palves@redhat.com>
11201
11202 * gdb.trace/mi-trace-frame-collected.exp
11203 (test_trace_frame_collected): On x32, expect two registers.
11204
46da9242
CL
112052016-08-18 Carl Love <cel@us.ibm.com>
11206
11207 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11208 and sync up the test with tests in gas/testsuite/gas/ppc.
11209 * gdb.arch/powerpc-power.exp: Likewise.
11210
eb2332d7
SM
112112016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11212
11213 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11214 expected error message.
11215
63c61e04
SM
112162016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11217
11218 * gdb.multi/remove-inferiors.exp: New file.
11219 * gdb.multi/remove-inferiors.c: New file.
11220
7b17065f
YQ
112212016-08-12 Yao Qi <yao.qi@linaro.org>
11222
11223 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11224 argument list.
11225
01d3dedf
PA
112262016-08-10 Pedro Alves <palves@redhat.com>
11227
11228 PR gdb/19187
11229 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11230 setup_kfails.
11231
3eb7562a
PA
112322016-08-09 Pedro Alves <palves@redhat.com>
11233 Simon Marchi <simon.marchi@ericsson.com>
11234
11235 PR gdb/20418
11236 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11237 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11238
80614914
PA
112392016-08-09 Pedro Alves <palves@redhat.com>
11240
11241 PR mi/20431
11242 * gdb.mi/mi-cmd-error.exp: New file.
11243
f348d89a
PA
112442016-08-09 Pedro Alves <palves@redhat.com>
11245
11246 PR gdb/18653
11247 * gdb.base/signals-state-child.c: New file.
11248 * gdb.base/signals-state-child.exp: New file.
11249 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11250
e5ca03b4
PA
112512016-08-09 Pedro Alves <palves@redhat.com>
11252
11253 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11254
282a0691
TT
112552016-08-03 Tom Tromey <tom@tromey.com>
11256
11257 PR python/18565:
11258 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11259
41bfcd63
YQ
112602016-08-01 Yao Qi <yao.qi@linaro.org>
11261
11262 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11263 variable mode to "multi-process" if $multi_process is 1, otherwise
11264 set it to "single-process".
11265
e3465b24
YQ
112662016-08-01 Yao Qi <yao.qi@linaro.org>
11267
11268 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11269 * gdb.cp/cpexprs.exp: Likewise.
11270 * gdb.cp/m-static.exp: Likewise.
11271
0b31a4bc
TT
112722016-07-26 Tom Tromey <tom@tromey.com>
11273
11274 PR python/20190:
11275 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11276 test.
11277
e0461dbb
MM
112782016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11279
11280 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11281 selecting assembly source files.
11282 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11283 assembly source files.
11284 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11285 assembly source files.
11286 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11287 selecting assembly source files.
11288
8194e927
SM
112892016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11290
11291 * gdb.base/new-ui.exp (do_test_invalid_args): New
11292 procedure.
11293
c0272db5
TW
112942016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11295
11296 * gdb.btrace/reconnect.c: New file.
11297 * gdb.btrace/reconnect.exp: New file.
11298
e3487908
GKB
112992016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11300
11301 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11302 to test_catch_syscall_group.
11303 (test_catch_syscall_group): New.
11304
12df5c00
TT
113052016-07-21 Tom Tromey <tom@tromey.com>
11306
11307 * gdb.rust/simple.rs (main): Use empty struct expression.
11308 * gdb.rust/simple.exp: Add tests for empty struct expression.
11309
bae62ee2
YQ
113102016-07-21 Yao Qi <yao.qi@linaro.org>
11311
11312 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11313 if gdb_skip_xml_test is true on some targets.
11314
b1b53fb3
YQ
113152016-07-21 Yao Qi <yao.qi@linaro.org>
11316
11317 * gdb.server/solib-list.exp: Unset last_loaded_file.
11318
027d97f8
JK
113192016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11320
11321 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11322 "step into captured_main (args)".
11323
7674d381
JK
113242016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11325
11326 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11327
72b5d099
JK
113282016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11329
11330 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11331
1f960ced
PA
113322016-07-19 Pedro Alves <palves@redhat.com>
11333
11334 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11335 * gdb.opt/inline-bt.exp: Likewise.
11336 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11337 additional_flags=-Winline.
11338 * gdb.opt/inline-locals.exp: Likewise.
11339 * gdb.opt/inline-markers.c (ATTR): Define.
11340 (inlined_fn): Use it.
11341
f25827c1
YQ
113422016-07-19 Yao Qi <yao.qi@linaro.org>
11343
11344 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11345 (test_with_self): Remove some code. Remove argument executable.
11346 (top-level): Use do_self_tests.
11347
37539ebe
DB
113482016-07-15 Zachary Welch <zwelch@codesourcery.com>
11349 Don Breazeal <donb@codesourcery.com>
11350
11351 * gdb.base/maint.exp: Escape paths used in regular expressions.
11352 * gdb.stabs/weird.exp: Likewise.
11353
dac790e1
TT
113542016-07-13 Tom Tromey <tom@tromey.com>
11355
11356 PR python/15620, PR python/18620:
11357 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11358 (test_bkpt_events): New procs.
11359
93daf339
TT
113602016-07-13 Tom Tromey <tom@tromey.com>
11361
11362 PR python/17698:
11363 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11364 test.
11365 (test_watchpoints): Likewise.
11366 (test_bkpt_pending): New proc.
11367
6571a381
TT
113682016-07-13 Tom Tromey <tom@tromey.com>
11369
11370 PR cli/18053:
11371 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11372 completion test.
11373
e8732474
JK
113742016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11375
11376 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11377 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11378 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11379 f_label.
11380 (g): Rename g_end_lbl to g_label.
11381 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11382 low_pc and high_pc.
11383 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11384
e0f3fd7c
TT
113852016-07-12 Tom Tromey <tom@tromey.com>
11386
11387 PR python/19293:
11388 * gdb.python/py-unwind-maint.exp: Update tests.
11389
3cfe46b6
YQ
113902016-07-12 Yao Qi <yao.qi@linaro.org>
11391
11392 * lib/selftest-support.exp (selftest_setup): Match the output
11393 when captured_main is inlined.
11394
4f19a0e6
WT
113952016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11396
11397 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11398 New variables.
11399 (print this%a, print this%b, print this): New tests.
11400 * gdb.fortran/derived-types.f90 (this): New object and
11401 initialization.
11402
986cf455
SM
114032016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11404
11405 * gdb.ada/arraydim.exp: Remove extra directory level in build
11406 directory.
11407
f0464b23
SM
114082016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11409
11410 * lib/ada.exp: Remove extra directory level in build directory.
11411 * gdb.ada/cond_lang.exp: Likewise.
11412 * gdb.ada/exec_changed.exp: Likewise.
11413 * gdb.ada/lang_switch.exp: Likewise.
11414
42d94011
MG
114152016-07-06 Manish Goregaokar <manish@mozilla.com>
11416
2806dc7e
PA
11417 * simple.rs: Add test for raw pointer subscripting.
11418 * simple.exp: Add test expectations.
42d94011 11419
647c264c
YQ
114202016-07-05 Yao Qi <yao.qi@linaro.org>
11421
11422 * gdb.mi/mi-reverse.exp: Match =record-started output.
11423
20aa2c60
PA
114242016-07-01 Pedro Alves <palves@redhat.com>
11425
11426 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11427 procedure.
11428 (jit_reader_test): Test the jit reader's unwinder.
11429 * gdb.base/jithost.c (jit_function_00_code): New global.
11430 (main): Use memcpy to fill in the mmapped code, instead of poking
11431 bytes manually here.
11432 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11433 value.
11434 (read_debug_info): Save the function's range.
11435 (read_sp): New function.
11436 (unwind_frame): Use it. Also unwind RBP.
11437 (get_frame_id): Use read_sp.
11438 (gdb_init_reader): Use calloc instead of malloc.
11439 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11440 parameter. Use gdb_test_multiple.
11441
ced2dffb
PA
114422016-07-01 Pedro Alves <palves@redhat.com>
11443 Antoine Tremblay <antoine.tremblay@ericsson.com>
11444
11445 * gdb.threads/process-dies-while-detaching.c: New file.
11446 * gdb.threads/process-dies-while-detaching.exp: New file.
11447
63000888
PA
114482016-07-01 Pedro Alves <palves@redhat.com>
11449
11450 * gdb.multi/watchpoint-multi-exit.c: New file.
11451 * gdb.multi/watchpoint-multi-exit.exp: New file.
11452
038d4868
PA
114532016-06-30 Pedro Alves <palves@redhat.com>
11454
11455 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11456 unset inferior_spawn_id.
11457
994e9c83
PA
114582016-06-30 Pedro Alves <palves@redhat.com>
11459
11460 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11461 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11462
e5653468
YQ
114632016-06-29 Yao Qi <yao.qi@linaro.org>
11464
11465 * gdb.base/return.c: Add copyright header.
11466
803b47e5
TT
114672016-06-29 Tom Tromey <tom@tromey.com>
11468
11469 PR python/20129:
11470 * gdb.python/py-framefilter.exp: Add tests for setting priority
11471 and disabling of non-existent frame filter.
11472
28244707
YQ
114732016-06-29 Yao Qi <yao.qi@linaro.org>
11474
11475 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11476 0x0f07ff.
11477
a31d2f06
YQ
114782016-06-28 Yao Qi <yao.qi@linaro.org>
11479
11480 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11481 triplets. Start gdb, execute catch syscall, and continue. Check
11482 gdb's output to determine catch syscall is supported.
11483
921d8f54
MG
114842016-06-27 Manish Goregaokar <manish@mozilla.com>
11485
25d49b86
PA
11486 * gdb.rust/simple.rs: Add test for returning unit in a function.
11487 * gdb.rust/simple.exp: Add expectation for functions returning
11488 unit.
921d8f54 11489
f4952523
PMR
114902016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11491
11492 * gdb.python/py-breakpoint-create-fail.c,
11493 gdb.python/py-breakpoint-create-fail.exp,
11494 gdb.python/py-breakpoint-create-fail.py: New testcase.
11495
fccb08f8
MG
114962016-06-25 Manish Goregaokar <manish@mozilla.com>
11497
11498 PR gdb/20239
11499 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11500 * gdb.rust/simple.exp: Add test expectations for new NonZero
11501 tests.
fccb08f8 11502
6b850546
DT
115032016-06-24 David Taylor <dtaylor@emc.com>
11504
11505 * gdb.base/offsets.exp: New file.
11506 * gdb.base/offsets.c: New file.
11507
17621150
TT
115082016-06-23 Tom Tromey <tom@tromey.com>
11509
11510 PR gdb/16483:
11511 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11512 before any filters are loaded.
11513
04d59df6
WT
115142016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11515
11516 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11517 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11518 structs.
11519 * gdb.fortran/derived-type-function.exp: New file.
11520 * gdb.fortran/derived-type-function.f90: New file.
11521
11522
ac69f786
PA
115232016-06-21 Pedro Alves <palves@redhat.com>
11524
11525 * gdb.base/new-ui.exp: New file.
11526 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11527 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11528 (with_spawn_id): New procedure.
11529
49940788
PA
115302016-06-21 Pedro Alves <palves@redhat.com>
11531
11532 * gdb.mi/mi-exec-run.exp: New file.
11533
ef274d26
PA
115342016-06-21 Pedro Alves <palves@redhat.com>
11535
11536 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11537 breakpoint command's output on the main UI.
11538 (test_break): New procedure, factored out from calls in the top
11539 level.
11540 (top level): Use foreach_with_prefix to test MI as main UI and as
11541 separate UI.
11542
468afe6c
PA
115432016-06-21 Pedro Alves <palves@redhat.com>
11544
11545 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11546 (test_awatch_creation_and_listing)
11547 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11548 Remove 'type' parameter.
11549 (test_watchpoint_all): New parameter mi_mode. Remove
11550 with_test_prefix.
11551 (top level): Use foreach_with_prefix, and add main/separate UI MI
11552 testing axis.
11553
51f77c37
PA
115542016-06-21 Pedro Alves <palves@redhat.com>
11555
11556 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11557 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11558 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11559 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11560 (gdb_main_spawn_id, mi_spawn_id): Declare and
11561 comment.
11562 (mi_create_inferior_pty): New procedure,
11563 factored out from default_mi_gdb_start.
11564 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11565 procedures.
11566 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11567 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11568 Use mi_create_inferior_pty.
11569 (mi_gdb_start): Use eval to pass down args list.
11570
8980e177
PA
115712016-06-21 Pedro Alves <palves@redhat.com>
11572
11573 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11574 * gdb.opt/inline-cmds.exp: Add MI tests.
11575
f38d3ad1
PA
115762016-06-21 Pedro Alves <palves@redhat.com>
11577
11578 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11579
45db7c09
PA
115802016-06-21 Pedro Alves <palves@redhat.com>
11581
11582 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11583 (top level): Use it instead of mi_execute_to.
11584
5a069ab3
PA
115852016-06-21 Pedro Alves <palves@redhat.com>
11586
11587 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11588 (cont_handler_str): New.
11589 (signal_stop_handler): Set stop_handler_str instead of printing to
11590 stdout.
11591 (continue_handler): Set cont_handler_str instead of printing to
11592 stdout.
11593 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11594 mi_send_resuming_command. Print stop_handler_str and
11595 cont_handler_str instead of expecting the python events print
11596 directly.
11597
2838cc1d
SD
115982016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11599
11600 * gdb.base/jit-reader.exp: New file.
11601 * gdb.base/jithost.c: New file.
11602 * gdb.base/jithost.h: New file.
11603 * gdb.base/jitreader.c : New file.
11604 * gdb.base/jit-protocol.h: New file.
11605
21a77091
YQ
116062016-06-17 Yao Qi <yao.qi@linaro.org>
11607
11608 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11609 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11610 and detach-on-fork. Adjust tests.
11611 (top level): Invoke break_cond_on_syscall with combinations of
11612 syscall, follow-fork-mode and detach-on-fork.
11613
f50bf8e5
YQ
116142016-06-17 Yao Qi <yao.qi@linaro.org>
11615
11616 * gdb.base/step-over-exit.c: New.
11617 * gdb.base/step-over-exit.exp: New.
11618
a28d8e50
YTL
116192016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11620
11621 * gdb.base/float.exp: Add target check for nds32*-*-*.
11622 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11623
cad8e26d
AB
116242016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11625
11626 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11627 for unsupported target features.
11628 * gdb.base/call-rt-st.exp: Likewise.
11629 * gdb.base/call-sc.exp: Likewise.
11630 * gdb.base/call-signal-resume.exp: Likewise.
11631 * gdb.base/call-strs.exp: Likewise.
11632 * gdb.base/callexit.exp: Likewise.
11633 * gdb.base/callfuncs.exp: Likewise.
11634 * gdb.base/nodebug.exp: Likewise.
11635 * gdb.base/printcmds.exp: Likewise.
11636 * gdb.base/ptype.exp: Likewise.
11637 * gdb.base/structs.exp: Likewise.
11638 * gdb.base/unwindonsignal.exp: Likewise.
11639 * gdb.cp/gdb2495.exp: Likewise.
11640 * gdb.cp/templates.exp: Likewise.
11641 * gdb.cp/virtfunc.exp: Likewise.
11642 * gdb.threads/hand-call-in-threads.exp: Likewise.
11643 * gdb.threads/interrupted-hand-call.exp: Likewise.
11644 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11645
347dc102
TT
116462016-06-10 Tom Tromey <tom@tromey.com>
11647
11648 PR rust/20110:
11649 * gdb.rust/expr.exp: Add test for integer constant larger than
11650 i32.
11651
5e13cf25
BH
116522016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11653
11654 * gdb.fortran/nested-funcs.exp: New.
11655 * gdb.fortran/nested-funcs.f90: New.
11656
bb556f1f
TK
116572016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11658
11659 * gdb.base/examine-backward.c: New file.
11660 * gdb.base/examine-backward.exp: New file.
11661
38b022b4
SM
116622016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11663
11664 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11665 matching.
11666
1b40ec05
TT
116672016-06-02 Tom Tromey <tom@tromey.com>
11668
11669 PR python/18984:
11670 * gdb.python/py-shared.exp: Add solib_name test.
11671
193bd378
SM
116722016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11673
11674 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11675
3326303b
MG
116762016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11677
11678 PR c++/19893
11679 * gdb.dwarf2/implref.exp: Rename to...
11680 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11681 * gdb.dwarf2/implref-array.c: New file.
11682 * gdb.dwarf2/implref-array.exp: Likewise.
11683 * gdb.dwarf2/implref-global.c: Likewise.
11684 * gdb.dwarf2/implref-global.exp: Likewise.
11685 * gdb.dwarf2/implref-struct.c: Likewise.
11686 * gdb.dwarf2/implref-struct.exp: Likewise.
11687
825c8ef2
AT
116882016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11689
11690 * gdb.trace/trace-condition.exp: Add 64bit tests.
11691
2320162a
AT
116922016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11693
11694 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11695 bits types.
11696 (main): Adapt to 8 to 64 bits types.
11697 * gdb.trace/trace-condition.exp: Add new tests.
11698
a7818233
AT
116992016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11700
11701 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11702
0d336466
AT
117032016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11704
11705 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11706 Move condition tests...
11707 * gdb.trace/trace-condition.exp: Here.
11708
7faeb45a
AT
117092016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11710
11711 * gdb.trace/trace-condition.exp: Add counter-case tests.
11712
e385593e
JK
117132016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11714
11715 PR c++/15231
11716 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11717 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11718
744608cc
PA
117192016-05-27 Pedro Alves <palves@redhat.com>
11720
11721 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11722 New procedure.
11723 (top level): Call it, and bail out of DejaGnu is known to be bad.
11724
ac775bf4
AB
117252016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11726
11727 * gdb.base/whatis.c: Extend the test case.
11728 * gdb.base/whatis.exp: Add additional tests.
11729
2bbad2ea
BH
117302016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11731
11732* gdb.fortran/type.f90: Add pointer variable.
11733* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11734
8b70175d
BH
117352016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11736
11737 * gdb.fortran/vla-type.exp: Fix testcase name.
11738
86d8a848
BH
117392016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11740
11741 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11742
e188eb36
BH
117432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11744
11745 * gdb.fortran/type.f90: Add nested structures.
11746 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11747 * gdb.fortran/derived-type.exp: Adapt expected output.
11748 * gdb.fortran/vla-type.exp: Adapt expected output.
11749
9b2db1fd
BH
117502016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11751
11752 * gdb.fortran/whatis_type.exp: Adapt expected output.
11753
72b17055
BH
117542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11755
11756 * gdb.fortran/print_type.exp: Fix expected output.
11757 * gdb.fortran/whatis_type.exp: Fix expected output.
11758
3cd81d8d
BH
117592016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11760
11761 * gdb.fortran/whatis_type.exp: Use multi_line.
11762
ddae9462
TT
117632016-05-24 Tom Tromey <tom@tromey.com>
11764
11765 PR python/17386:
11766 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11767 use value as an index.
11768
1957f6b8
TT
117692016-05-23 Tom Tromey <tom@tromey.com>
11770
11771 PR python/17981:
11772 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11773 no-breakpoint case.
11774
026a9174
PA
117752016-05-24 Pedro Alves <palves@redhat.com>
11776
11777 PR gdb/19828
11778 * gdb.threads/clone-attach-detach.c: New file.
11779 * gdb.threads/clone-attach-detach.exp: New file.
11780
e70a7231
FR
117812016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11782
11783 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11784
0f6ed0e0
TT
117852016-05-23 Tom Tromey <tom@tromey.com>
11786
11787 PR python/19438, PR python/18393:
11788 * gdb.python/py-progspace.exp: Add "dir" test.
11789 * gdb.python/py-objfile.exp: Add "dir" test.
11790
ffd19d61
YQ
117912016-05-23 Yao Qi <yao.qi@linaro.org>
11792
11793 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11794 * gdb.arch/thumb2-it.exp: Likewise.
11795
9e8f9b05
SM
117962016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11797
11798 * gdb.mi/mi-threads-interrupt.c: New file.
11799 * gdb.mi/mi-threads-interrupt.exp: New file.
11800
61c6156d
SM
118012016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11802
11803 PR gdb/18077
11804 * gdb.mi/mi-async-run.exp: New file.
11805 * gdb.mi/mi-async-run.c: New file.
11806
67218854
TT
118072016-05-17 Tom Tromey <tom@tromey.com>
11808 Manish Goregaokar <manishsmail@gmail.com>
11809
11810 * lib/rust-support.exp: New file.
11811 * lib/gdb.exp (skip_rust_tests): New proc.
11812 (build_executable_from_specs): Handle rust.
11813 * lib/future.exp (gdb_find_rustc): New proc.
11814 (gdb_default_target_compile): Handle rust.
11815 * gdb.rust/expr.exp: New file.
11816 * gdb.rust/generics.exp: New file.
11817 * gdb.rust/generics.rs: New file.
11818 * gdb.rust/methods.exp: New file.
11819 * gdb.rust/methods.rs: New file.
11820 * gdb.rust/modules.exp: New file.
11821 * gdb.rust/modules.rs: New file.
11822 * gdb.rust/simple.exp: New file.
11823 * gdb.rust/simple.rs: New file.
11824
c44af4eb
TT
118252016-05-17 Tom Tromey <tom@tromey.com>
11826
11827 * gdb.base/default.exp (set language): Add rust.
11828
dcd1f979
TT
118292016-05-17 Tom Tromey <tom@tromey.com>
11830
11831 * gdb.gdb/unittest.exp: New file.
11832
155b7f57
YQ
118332016-05-16 Yao Qi <yao.qi@linaro.org>
11834
11835 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11836 shell_prompt. Update shell_prompt_re.
11837
8ddd5a6c
DE
118382016-05-12 Doug Evans <dje@google.com>
11839
11840 PR symtab/19999
11841 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11842 $options when building executable.
11843 * gdb.dwarf2/fission-loclists-pie.S: New file.
11844 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11845
02e370d9
SM
118462016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11847
11848 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11849 of [is_remote target],
11850
8929ad8b
SM
118512016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11852
11853 * lib/gdb.exp (use_gdb_stub): New procedure.
11854
6c447423
DE
118552016-05-03 Yunlian Jiang <yunlian@google.com>
11856 Doug Evans <dje@google.com>
11857
11858 PR symtab/19914
11859 * gdb.dwarf2/dwp-sepdebug.c: New file.
11860 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11861
444e826c
SM
118622016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11863
11864 * gdb.base/detach.exp: Remove is_remote check.
11865
740feeaa
SM
118662016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11867
11868 * gdb.base/annota-input-while-running.exp: Don't check for
11869 [is_remote target]. Enable annotations after running to main.
11870 Remove unused "set test..." line.
11871
9080ac9d
SM
118722016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11873
11874 * gdb.trace/trace-enable-disable.exp: New file.
11875 * gdb.trace/trace-enable-disable.c: New file.
11876
952ebca5
SM
118772016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11878
11879 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11880 use it in info sharedlibrary test.
11881 * gdb.trace/ftrace-lock.exp: Likewise.
11882 * gdb.trace/ftrace.exp: Likewise.
11883 * gdb.trace/range-stepping.exp: Likewise.
11884 * gdb.trace/trace-break.exp: Likewise.
11885 * gdb.trace/trace-condition.exp: Likewise.
11886 * gdb.trace/trace-mt.exp: Likewise.
11887
d9019901
SM
118882016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11889
11890 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11891 (gdb_load_shlib): ... this.
11892 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11893 gdb_load_shlib.
11894 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11895 * gdb.base/ctxobj.exp: Likewise.
11896 * gdb.base/dprintf-pending.exp: Likewise.
11897 * gdb.base/dso2dso.exp: Likewise.
11898 * gdb.base/fixsection.exp: Likewise.
11899 * gdb.base/gcore-relro.exp: Likewise.
11900 * gdb.base/gdb1555.exp: Likewise.
11901 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11902 * gdb.base/gnu-ifunc.exp: Likewise.
11903 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11904 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11905 * gdb.base/pending.exp: Likewise.
11906 * gdb.base/print-file-var.exp: Likewise.
11907 * gdb.base/print-symbol-loading.exp: Likewise.
11908 * gdb.base/shlib-call.exp: Likewise.
11909 * gdb.base/shreloc.exp: Likewise.
11910 * gdb.base/so-impl-ld.exp: Likewise.
11911 * gdb.base/solib-disc.exp: Likewise.
11912 * gdb.base/solib-nodir.exp: Likewise.
11913 * gdb.base/solib-overlap.exp: Likewise.
11914 * gdb.base/solib-symbol.exp: Likewise.
11915 * gdb.base/solib-weak.exp (do_test): Likewise.
11916 * gdb.base/sym-file.exp: Likewise.
11917 * gdb.base/symtab-search-order.exp: Likewise.
11918 * gdb.base/type-opaque.exp: Likewise.
11919 * gdb.base/unload.exp: Likewise.
11920 * gdb.base/watchpoint-solib.exp: Likewise.
11921 * gdb.compile/compile.exp: Likewise.
11922 * gdb.cp/gdb2384.exp: Likewise.
11923 * gdb.cp/infcall-dlopen.exp: Likewise.
11924 * gdb.cp/re-set-overloaded.exp: Likewise.
11925 * gdb.fortran/library-module.exp: Likewise.
11926 * gdb.opt/solib-intra-step.exp: Likewise.
11927 * gdb.python/py-finish-breakpoint.exp: Likewise.
11928 * gdb.python/py-shared.exp: Likewise.
11929 * gdb.reverse/solib-precsave.exp: Likewise.
11930 * gdb.reverse/solib-reverse.exp: Likewise.
11931 * gdb.server/solib-list.exp: Likewise.
11932 * gdb.threads/dlopen-libpthread.exp: Likewise.
11933 * gdb.threads/tls-shared.exp: Likewise.
11934 * gdb.threads/tls-so_extern.exp: Likewise.
11935 * gdb.trace/change-loc.exp: Likewise.
11936 * gdb.trace/ftrace-lock.exp: Likewise.
11937 * gdb.trace/ftrace.exp: Likewise.
11938 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11939 * gdb.trace/pending.exp: Likewise.
11940 * gdb.trace/range-stepping.exp: Likewise.
11941 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11942 (strace_info_marker): Likewise.
11943 (strace_probe_marker): Likewise.
11944 (strace_trace_on_same_addr): Likewise.
11945 (strace_trace_on_diff_addr): Likewise.
11946 * gdb.trace/trace-break.exp: Likewise.
11947 * gdb.trace/trace-condition.exp: Likewise.
11948 * gdb.trace/trace-mt.exp: Likewise.
11949
fca4cfd9
SM
119502016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11951
11952 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11953 result of gdb_remote_download.
11954 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11955 * gdb.base/dso2dso.exp: Likewise.
11956 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11957 * gdb.base/print-file-var.exp: Likewise.
11958 * gdb.base/shlib-call.exp: Likewise.
11959 * gdb.base/shreloc.exp: Likewise.
11960 * gdb.base/solib-overlap.exp: Likewise.
11961 * gdb.base/solib-weak.exp (do_test): Likewise.
11962 * gdb.base/unload.exp: Likewise.
11963
11cf4ffb
YQ
119642016-04-27 Yao Qi <yao.qi@linaro.org>
11965
11966 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11967 exists.
11968
3e2e34f8
KB
119692016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11970
11971 * vla-type.exp: Print structure from toplevel.
11972
8f07e298
BH
119732016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11974
11975 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11976 of dynamic types.
11977 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11978 of dynamic types.
11979
9920b434
BH
119802016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11981
11982 * gdb.fortran/vla-type.f90: New file.
11983 * gdb.fortran/vla-type.exp: New file.
11984
f3abeff5
YQ
119852016-04-25 Yao Qi <yao.qi@linaro.org>
11986
11987 * gdb.base/branch-to-self.c: New file.
11988 * gdb.base/branch-to-self.exp: New file.
11989
0a5d52f0
YQ
119902016-04-22 Yao Qi <yao.qi@linaro.org>
11991
11992 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11993 more after $hex.
11994
495346f6
YQ
119952016-04-22 Yao Qi <yao.qi@linaro.org>
11996
11997 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11998 * gdb.base/annota3.exp: Likewise.
11999
4a7e075c
YQ
120002016-04-22 Yao Qi <yao.qi@linaro.org>
12001
12002 * gdb.reverse/step-precsave.exp: Do one step and test program
12003 stops in "callee" and do multiple steps until program goes out
12004 of "callee".
12005 * gdb.reverse/step-reverse.exp: Likewise.
12006
5b061e98
YQ
120072016-04-22 Yao Qi <yao.qi@linaro.org>
12008
12009 * gdb.trace/signal.exp: Also pass if
12010 $tracepoint_hits($i) > $iterations.
12011
5c5dc57f
YQ
120122016-04-22 Yao Qi <yao.qi@linaro.org>
12013
12014 * gdb.trace/signal.c: New file.
12015 * gdb.trace/signal.exp: New file.
12016
a55411b9
DE
120172016-04-19 Doug Evans <xdje42@gmail.com>
12018
12019 * gdb.base/bad-file.exp: New file.
12020
a22df60a
MG
120212016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12022
12023 * gdb.dwarf2/implref.exp: New file.
12024
0c13f7e5
BH
120252016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12026
12027 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12028 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12029 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12030 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12031 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12032 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12033 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12034 * lib/fortran.exp (fortran_int4): New procedure.
12035 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12036 (fortran_logical4): Likewise.
12037
9b9b09e9
BH
120382016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12039
12040 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12041
a14d1f4d
BH
120422016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12043
12044 * lib/compiler.c: Add Intel specific preprocessor macros.
12045 * lib/compiler.cc: Likewise.
25d49b86 12046
7d49b1d0
LM
120472016-04-13 Luis Machado <lgustavo@codesourcery.com>
12048
12049 * gdb.server/connect-with-no-symbol-file.c: New file.
12050 * gdb.server/connect-with-no-symbol-file.exp: New file.
12051
8392fa22
SM
120522016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12053
12054 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12055
8c4c4aeb
SM
120562016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12057
12058 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12059 standard output directory.
12060
45e3745e
AT
120612016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12062
12063 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12064
e26b7e41
MM
120652016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12066
12067 * gdb.btrace/instruction_history.c (loop): Add declaration.
12068
8ce09462
AT
120692016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12070
12071 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12072
2e88a1ea
SM
120732016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12074
12075 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12076 parentheses to print.
12077 (continue_handler): Likewise.
12078
f48e22e3
SM
120792016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12080
12081 * gdb.server/solib-list.exp: Remove is_remote check.
12082 Pass shlib= to gdb_compile. Don't link shared library with
12083 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12084 Run binary filename through "readlink -f" on the target.
12085
096be756
PA
120862016-04-08 Pedro Alves <palves@redhat.com>
12087
12088 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12089 interpreter filename as argument to gdbserver_spawn.
12090 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12091 Return empty if $last_loaded_file does not exist.
12092
06500533
JK
120932016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12094
12095 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12096 * gdb.base/jit-main.c: Use exit after usage.
12097
2d35e871
JK
120982016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12099
12100 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12101 GDBHISTSIZE prior to the tests.
12102 * gdb.base/gdbinit-history.exp: Likewise.
12103
121042016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12105
12106 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12107 instead of build_executable. Use gdb_load_shlibs.
12108
c8064e7e
YQ
121092016-04-07 Yao Qi <yao.qi@linaro.org>
12110
12111 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12112 Execute "si" command.
12113
bde47561
YQ
121142016-04-07 Yao Qi <yao.qi@linaro.org>
12115
12116 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12117 number instead of the comments on some line.
12118
b16f8a3b
DB
121192016-04-06 Don Breazeal <donb@codesourcery.com>
12120
12121 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12122 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12123
c2f901df
SM
121242016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12125
12126 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12127 standard_output_file. Remove unused binfile variable.
12128
ac17fda0
CU
121292016-04-05 Catalin Udma <catalin.udma@freescale.com>
12130
12131 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12132 * gdb.python/py-mi-objfile.exp: Match "list main" output
12133 in console format.
12134
03a8c4df
SM
121352016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12136
12137 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12138 absolute.
12139
6e774b13
SM
121402016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12141
12142 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12143 absolute.
12144 * gdb.trace/ftrace.exp: Likewise.
12145 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12146 targets as well.
12147 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12148 (gdb_load_shlibs): Copy libraries to test directory when testing
12149 natively. Only set solib-search-path if testing remotely.
12150 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12151
7817ea46
SM
121522016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12153
12154 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12155 gdb_download. Use it even if the target is not remote.
12156 * gdb.base/jit.exp (compile_jit_test): Likewise.
12157 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12158 output directory if the destination board is local, otherwise use
12159 the standard remote_download from DejaGnu.
12160 (gdb_download): Remove.
12161 (gdb_load_shlibs): Use gdb_remote_download instead of
12162 gdb_download.
12163 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12164 Use gdb_remote_download instead of gdb_download. Use it even if
12165 the target is not remote.
12166 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12167 instead of gdb_download.
12168
7beb7f68
SM
121692016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12170
12171 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12172 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12173 run.
12174
cc63428a
AV
121752016-04-01 Artemiy Volkov <artemiyv@acm.org>
12176
12177 PR gdb/19820
12178 * gdb.base/printcmds.exp: Add artificial arrays tests.
12179
64cdf930
PA
121802016-03-31 Pedro Alves <palves@redhat.com>
12181
12182 PR gdb/19858
12183 * gdb.base/jit-main.c: Include unistd.h.
12184 (ATTACH): Define to 0 if not already defined.
12185 (wait_for_gdb, mypid): New globals.
12186 (WAIT_FOR_GDB): New macro.
12187 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12188 some breakpoint locations.
12189 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12190 New procedures.
12191 (one_jit_test): Add REATTACH parameter, and handle it. Use
12192 continue_to_test_location.
12193 (top level): Test attach, and adjusts calls to one_jit_test.
12194
40dea8cb
PA
121952016-03-31 Pedro Alves <palves@redhat.com>
12196
12197 PR gdb/19858
12198 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12199 BINSUFFIX parameter, and handle it.
12200 (top level): Adjust calls compile_jit_test.
12201
e7ea3ec7
CU
122022016-03-31 Catalin Udma <catalin.udma@freescale.com>
12203
12204 PR python/19743
12205 * gdb.python/py-mi-events-gdb.py: New file.
12206 * gdb.python/py-mi-events.c: New file.
12207 * gdb.python/py-mi-events.exp: New file.
12208
e6359af3
YQ
122092016-03-30 Yao Qi <yao.qi@linaro.org>
12210
12211 * gdb.reverse/until-precsave.exp: Match function name only.
12212 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12213 Move malloc to a condition block.
12214 * gdb.reverse/until-reverse.exp: Match function name only.
12215
a4105d04
MK
122162016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12217
12218 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12219 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12220 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12221 variable for GPR 0 instead of assuming it is register 0.
12222 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12223 * lib/trace-support.exp: Add s390 registers.
12224
bfa6adb9
YQ
122252016-03-29 Yao Qi <yao.qi@linaro.org>
12226
12227 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12228
1e6697ea
YQ
122292016-03-24 Yao Qi <yao.qi@linaro.org>
12230
12231 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12232 test message.
12233
64bcd522
AA
122342016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12235
12236 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12237 maintaining separate logic for constructing the output path.
12238
7868401b
DB
122392016-03-16 Don Breazeal <donb@codesourcery.com>
12240
12241 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12242 Retry fork and waitpid on interrupted system call errors.
12243 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12244 Use with_timeout_factor to increase timeout by factor of 10.
12245
1cafadb4
DB
122462016-03-15 Don Breazeal <donb@codesourcery.com>
12247
12248 * gdb.cp/scope-err.cc: New test program.
12249 * gdb.cp/scope-err.exp: New test script.
12250 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12251 lines and "set breakpoint here" comment.
12252 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12253 Fixed some whitespace and format issues.
12254 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12255 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12256
81516450
DE
122572016-03-15 Doug Evans <dje@google.com>
12258
12259 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12260 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12261 All callers updated. Add tests for enums, mixed flags register.
12262
aa52b601
DE
122632016-03-15 Doug Evans <dje@google.com>
12264
12265 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12266 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12267
fa4ff313
SM
122682016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12269
12270 * gdb.base/default.exp: Add $_as_string to the list of expected
12271 convenience functions.
12272
f2403c39
AB
122732016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12274
12275 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12276
f2f3ccb9
SM
122772016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12278
12279 * gdb.python/py-as-string.exp: New file.
12280 * gdb.python/py-as-string.c: New file.
12281
00dbd492
PA
122822016-03-09 Pedro Alves <palves@redhat.com>
12283
12284 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12285 signal" -> "Thread NN received signal" output change.
12286 * gdb.threads/ia64-sigill.exp: Likewise.
12287 * gdb.threads/linux-dp.exp: Likewise.
12288 * gdb.threads/manythreads.exp: Likewise.
12289 * gdb.threads/pending-step.exp: Likewise.
12290 * gdb.threads/print-threads.exp: Likewise.
12291 * gdb.threads/sigstep-threads.exp: Likewise.
12292 * gdb.threads/staticthreads.exp: Likewise.
12293 * gdb.threads/tls.exp: Likewise.
12294
1e6697ea
YQ
122952016-03-09 Pedro Alves <palves@redhat.com>
12296
12297 * gdb.base/command-line-input.exp: New file.
12298
b04fd3be
MK
122992016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12300
12301 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12302 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12303 * gdb.trace/pending.exp: Accept leading dot before function name.
12304 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12305 * lib/trace-support.exp: Set registers for ppc.
12306
98fa59e9
MK
123072016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12308
12309 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12310 use it for disassembly; accept .main in addition to main in backtrace.
12311
f77198c8
MK
123122016-03-09 Wei-cheng Wang <cole945@gmail.com>
12313 Marcin Kościelnicki <koriakin@0x04.net>
12314
12315 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12316 (gdb_recursion_test_ptr): New global variable.
12317 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12318 gdb_recursion_test.
12319 (gdb_c_test): Ditto.
12320
ba84e0da
MK
123212016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12322
12323 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12324 ordering.
12325
4366d36e
MK
123262016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12327
12328 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12329 (bar): Add bar_start_lbl label.
12330 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12331 of foo/bar for emitting DWARF and tracing.
12332
5eb264df
SDJ
123332016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12334
12335 * analyze-racy-logs.py: Set executable bit.
12336
fb6a751f
SDJ
123372016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12338
12339 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12340 (CHECK_TARGET_TMP): Likewise.
12341 (check-single-racy): New rule.
12342 (check-parallel-racy): Likewise.
12343 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12344 (do-check-parallel-racy): New rule.
12345 (check-racy/%.exp): Likewise.
12346 * README (Racy testcases): New section.
12347 * analyze-racy-logs.py: New file.
12348
bdf7e230
DE
123492016-03-03 Doug Evans <dje@google.com>
12350
12351 * gdb.base/skip.exp: Use with_test_prefix.
12352
4719d415
YQ
123532016-03-03 Yao Qi <yao.qi@linaro.org>
12354
12355 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12356 Invoke step_over_syscall "clone" and break_cond_on_syscall
12357 "clone".
12358 * gdb.base/step-over-clone.c: New file.
12359
ea507862
YQ
123602016-03-03 Yao Qi <yao.qi@linaro.org>
12361
12362 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12363 code format.
12364
8fc8cbda
YQ
123652016-03-03 Yao Qi <yao.qi@linaro.org>
12366
12367 * gdb.base/disp-step-fork.c: Rename to ...
12368 * gdb.base/step-over-fork.c: ... it. New file.
12369 * gdb.base/disp-step-vfork.c: Rename to ...
12370 * gdb.base/step-over-vfork.c: ... it. New file.
12371 * gdb.base/disp-step-syscall.exp: Rename to ...
12372 * gdb.base/step-over-syscall.exp: ... it. New file.
12373 (disp_step_cross_syscall): Rename to ...
12374 (step_over_syscall): ... it.
12375
92fa70b0
YQ
123762016-03-03 Yao Qi <yao.qi@linaro.org>
12377
12378 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12379 If target supports condition evaluation on target, invoke
12380 break_cond_on_syscall for fork and vfork.
12381
e197ad3c
YQ
123822016-03-03 Yao Qi <yao.qi@linaro.org>
12383
12384 * gdb.base/disp-step-syscall.exp: Don't invoke
12385 support_displaced_stepping.
12386 (disp_step_cross_syscall): Test with displaced stepping off and
12387 on if supported.
12388
0b47da9f
YQ
123892016-03-03 Yao Qi <yao.qi@linaro.org>
12390
12391 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12392 proc.
12393 (setup): New proc.
12394 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12395 and setup.
12396
065ab6dc
BH
123972016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12398
12399 * gdb.fortran/vla-history.exp: Remove breakpoint.
12400
07e448ad 124012016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12402
25d49b86
PA
12403 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12404 exceeds timeout.
07e448ad 12405
9ac2d526 124062016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12407
25d49b86
PA
12408 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12409 breakpoint.
9ac2d526 12410
17807369
BH
124112016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12412
12413 * gdb.mi/vla.f90: Nullify pointer after declaration.
12414
86e501af
PA
124152016-03-01 Pedro Alves <palves@redhat.com>
12416
12417 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12418
1e903e32
PA
124192016-03-01 Pedro Alves <palves@redhat.com>
12420
12421 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12422 before anything else.
12423 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12424 _GNU_SOURCE here.
12425 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12426 before anything else.
12427 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12428
6ccb54e2
PA
124292016-03-01 Pedro Alves <palves@redhat.com>
12430
12431 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12432
30ca9da1
YQ
124332016-03-01 Yao Qi <yao.qi@linaro.org>
12434
12435 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12436 prepare_for_testing.
12437
dc856b38
YQ
124382016-03-01 Yao Qi <yao.qi@linaro.org>
12439
12440 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12441
4a932159
AA
124422016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12443
12444 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12445 manually constructing the output path.
12446
f2489477
AA
124472016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12448
12449 * gdb.arch/s390-stackless.S: New.
12450 * gdb.arch/s390-stackless.exp: New.
12451
38899f16
IB
124522016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12453
12454 * gdb.dlang/circular.c: New file.
12455 * gdb.dlang/circular.exp: New file.
12456
9fde51ed
YQ
124572016-02-26 Yao Qi <yao.qi@linaro.org>
12458
12459 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12460 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12461 (testcases): Update.
12462
ce90fefe
YQ
124632016-02-26 Yao Qi <yao.qi@linaro.org>
12464
12465 * gdb.reverse/aarch64.c: Rename to ...
12466 * gdb.reverse/insn-reverse.c: ... it.
12467 * gdb.reverse/aarch64.exp: Rename to ...
12468 * gdb.reverse/insn-reverse.exp: ... it.
12469
3263bceb
YQ
124702016-02-26 Yao Qi <yao.qi@linaro.org>
12471
12472 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12473 (testcase_ftype): New.
12474 (testcases): New array.
12475 (n_testcases): New.
12476 (main): Call each element in testcases.
12477 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12478 (read_testcase): New.
12479 Do the tests in a loop.
12480
6cb59ff1
YQ
124812016-02-25 Yao Qi <yao.qi@linaro.org>
12482
12483 * gdb.base/branches.c: Remove.
12484
ae91f625
MK
124852016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12486
12487 PR gdb/13808
12488 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12489
678b48b7
MK
124902016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12491
12492 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12493
7337a6f2
MK
124942016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12495
12496 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12497 change x86_64 call_insn to 'callq'.
12498
861ca91f
AT
124992016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12500
12501 * gdb.trace/tfile-avx.c: Move to...
12502 * gdb.trace/tracefile-pseudo-reg.c: Here.
12503 * gdb.trace/tfile-avx.exp: Move to...
12504 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12505
bf74e428
GB
125062016-02-24 Gary Benson <gbenson@redhat.com>
12507
12508 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12509 message on attach.
12510
cce0e923
DE
125112016-02-23 Doug Evans <dje@google.com>
12512
12513 * gdb.base/skip.c (test_skip): New function.
12514 (end_test_skip_file_and_function): New function.
12515 (test_skip_file_and_function): New function.
12516 * gdb.base/skip1.c (test_skip): New function.
12517 (skip1_test_skip_file_and_function): New function.
12518 * gdb.base/skip.exp: Add tests for new skip options.
12519 * gdb.base/skip-solib.exp: Update expected output.
12520 * gdb.perf/skip-command.cc: New file.
12521 * gdb.perf/skip-command.exp: New file.
12522 * gdb.perf/skip-command.py: New file.
12523
4000e47e
MK
125242016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12525
12526 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12527 info registers pattern.
12528
24f75ead
IB
125292016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12530
12531 * lib/future.exp: Add D support.
12532 (gdb_find_gdc): New proc.
12533 (gdb_default_target_compile): Add D support.
12534
fbb7bcbe
WW
125352016-02-18 Wei-cheng Wang <cole945@gmail.com>
12536
12537 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12538 user+system time.
12539 (trace_speed_test): Determine the iteration count for a time
12540 between 15..30 seconds.
12541
012b3a21
WT
125422016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12543
12544 * gdb.arch/i386-mpx-sigsegv.c: New file.
12545 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12546 * gdb.arch/i386-mpx-simple_segv.c: New file.
12547 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12548
2d5189bd
YQ
125492016-02-18 Yao Qi <yao.qi@linaro.org>
12550
12551 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12552 Don't call setup_kfail.
12553
40fb20d0
YQ
125542016-02-18 Yao Qi <yao.qi@linaro.org>
12555
12556 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12557 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12558
21b1f8d2
DE
125592016-02-16 Doug Evans <dje@google.com>
12560
12561 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12562 * gdb.base/skip1.c: Ditto.
12563 * gdb.base/skip.exp: Whitespace cleanup.
12564
4041ed77
DB
125652016-02-16 Don Breazeal <donb@codesourcery.com>
12566
12567 PR remote/19496
12568 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12569 Remove kfail for PR remote/19496.
12570
c4ef31bf
SM
125712016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12572
12573 * lib/gdb.exp (standard_temp_file): Return a path specific to
12574 the runtest invocation.
12575
266b65b3
SM
125762016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12577
12578 * gdb.trace/save-trace.exp: Change relative path to be in the
12579 standard output directory.
12580
a7a0a6a9
JK
125812016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12582
12583 * gdb.arch/i386-prologue.c: Add missing prototypes.
12584
c99dbb42
JK
125852016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12586
12587 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12588 * gdb.arch/i386-prologue.exp: Likewise.
12589 * gdb.arch/i386-size.exp: Likewise.
12590
aa480355
SM
125912016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12592
12593 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12594 define object file path.
12595 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12596 file path.
12597 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12598 standard_output_file to define binfile.
12599
ba881f50
JK
126002016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12601
12602 Fix compatibility with recent gfortran-5.3.1.
12603 * gdb.fortran/vla-history.exp (print vla1 allocated)
12604 (print vla2 allocated, print $2, print $3): Remove
12605 (print $4): Rename to ...
12606 (print $2): ... here.
12607 (print $9): Rename to ...
12608 (print $5): ... here.
12609 (print $10): Rename to ...
12610 (print $6): ... here.
12611 * gdb.fortran/vla.f90: Add pvla initialization.
12612
e9fb005c
JK
126132016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12614
12615 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12616 New test.
12617 * gdb.fortran/vla-value-sub.exp: Likewise.
12618
e44e00ff
MK
126192016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12620
12621 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12622
97e94151
SM
126232016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12624
12625 * i386-biarch-core.exp: Define corefile using
12626 standard_output_file.
12627
01113bc1
YQ
126282016-02-12 Yao Qi <yao.qi@linaro.org>
12629
12630 * gdb.arch/arm-single-step-kernel-helper.c: New.
12631 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12632
33b4777c
MM
126332016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12634
12635 * gdb.btrace/tailcall-only.exp: New.
12636 * gdb.btrace/tailcall-only.c: New.
12637 * gdb.btrace/x86_64-tailcall-only.S: New.
12638 * gdb.btrace/i686-tailcall-only.S: New.
12639
acc23c11
PA
126402016-02-11 Pedro Alves <palves@redhat.com>
12641
12642 * README (Parallel testing): Add missing double quotes.
12643
e352bf0a
PA
126442016-02-11 Pedro Alves <palves@redhat.com>
12645
12646 * README (Parallel testing): New section.
12647 (GDB_PARALLEL): Rewrite.
12648 (FORCE_PARALLEL): Document.
12649
9f5fed78
MK
126502016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12651
12652 * gdb.trace/tfile-avx.c: New test.
12653 * gdb.trace/tfile-avx.exp: New test.
12654
9ef9e6a6
KS
126552016-02-09 Keith Seitz <keiths@redhat.com>
12656
12657 PR breakpoints/19546
12658 * gdb.base/infcall-exec.c: New file.
12659 * gdb.base/infcall-exec2.c: New file.
12660 * gdb.base/infcall-exec.exp: New file.
12661
a96e36da
KS
126622016-02-09 Keith Seitz <keiths@redhat.com>
12663
12664 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12665 (toplevel): Call test_bkpt_address.
12666
9f61929f
KS
126672016-02-09 Keith Seitz <keiths@redhat.com>
12668
12669 PR python/19506
12670 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12671 (toplevel): Call test_bkpt_address.
12672
1e94266c
SM
126732016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12674
12675 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12676 to AC_OUTPUT.
12677 * configure: Regenerate.
12678
2a7f3dff
PA
126792016-02-09 Pedro Alves <palves@redhat.com>
12680
12681 PR breakpoints/19548
12682 * gdb.base/execl-update-breakpoints.c (some_function): New
12683 function.
12684 (main): Call it.
12685 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12686 Tighten expected GDB output.
12687
2151ccc5
SM
126882016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12689
12690 * Makefile.in (ALL_SUBDIRS): Remove.
12691 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12692 (distclean maintainer-clean realclean): Likewise.
12693 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12694 * configure: Regenerate.
12695 * gdb.ada/Makefile.in: Delete.
12696 * gdb.arch/Makefile.in: Likewise.
12697 * gdb.asm/Makefile.in: Likewise.
12698 * gdb.base/Makefile.in: Likewise.
12699 * gdb.btrace/Makefile.in: Likewise.
12700 * gdb.cell/Makefile.in: Likewise.
12701 * gdb.compile/Makefile.in: Likewise.
12702 * gdb.cp/Makefile.in: Likewise.
12703 * gdb.disasm/Makefile.in: Likewise.
12704 * gdb.dlang/Makefile.in: Likewise.
12705 * gdb.dwarf2/Makefile.in: Likewise.
12706 * gdb.fortran/Makefile.in: Likewise.
12707 * gdb.gdb/Makefile.in: Likewise.
12708 * gdb.go/Makefile.in: Likewise.
12709 * gdb.guile/Makefile.in: Likewise.
12710 * gdb.java/Makefile.in: Likewise.
12711 * gdb.linespec/Makefile.in: Likewise.
12712 * gdb.mi/Makefile.in: Likewise.
12713 * gdb.modula2/Makefile.in: Likewise.
12714 * gdb.multi/Makefile.in: Likewise.
12715 * gdb.objc/Makefile.in: Likewise.
12716 * gdb.opencl/Makefile.in: Likewise.
12717 * gdb.opt/Makefile.in: Likewise.
12718 * gdb.pascal/Makefile.in: Likewise.
12719 * gdb.perf/Makefile.in: Likewise.
12720 * gdb.python/Makefile.in: Likewise.
12721 * gdb.reverse/Makefile.in: Likewise.
12722 * gdb.server/Makefile.in: Likewise.
12723 * gdb.stabs/Makefile.in: Likewise.
12724 * gdb.threads/Makefile.in: Likewise.
12725 * gdb.trace/Makefile.in: Likewise.
12726 * gdb.xml/Makefile.in: Likewise.
12727 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12728 GDB_PARALLEL.
12729 (standard_output_file): Remove check for GDB_PARALLEL, always
12730 return path in outputs/$subdir/$testname.
12731
437277d4
SM
127322016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12733
12734 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12735 (site.exp): Assign abs_srcdir to tcl's srcdir.
12736
31d913c7
YQ
127372016-02-04 Yao Qi <yao.qi@linaro.org>
12738
12739 * gdb.base/foll-exec-mode.c: Include limits.h.
12740 (main): Add parameters argc and argv. Get directory from
12741 argv[0].
12742 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12743 compilation.
12744 * gdb.base/foll-exec.c: Include limits.h.
12745 (main): Add parameters argc and argv.
12746 Get directory from argv[0].
12747 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12748 Adjust tests on the number of lines as source code changed.
12749 * gdb.base/foll-vfork-exit.c: Include limits.h.
12750 (main): Add one line of statement before vfork.
12751 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12752 (main): Add parameters argc and argv. Get directory from
12753 argv[0].
12754 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12755 (setup_gdb): Set tbreak to skip some source lines.
12756 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12757 (main): Add parameters argc and argv. Get directory from
12758 argv[0].
12759 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12760 compilation.
12761 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12762 (main): Add parameters argc and argv. Get directory from
12763 argv[0].
12764 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12765 compilation.
12766
9482b9fb
DE
127672016-02-01 Doug Evans <dje@google.com>
12768
12769 * gdb.base/skip.exp: Clean up multiple references to same test name.
12770
6b2e4f10
PA
127712016-02-01 Pedro Alves <palves@redhat.com>
12772
ccb6afd6 12773 PR remote/19496
6b2e4f10
PA
12774 * gdb.threads/forking-threads-plus-breakpoint.exp
12775 (displaced_stepping_supported): New global.
12776 (probe_displaced_stepping_support): New procedure.
12777 (do_test): Add 'displaced' parameter, and use it.
12778 (top level): Check for displaced stepping support. Add displaced
12779 stepping on/off testing axis.
12780
37a8db1a
AB
127812016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12782
12783 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12784 pointer. Don't perform further tests on the unassociated pointer
12785 if the first test fails.
12786
5fdf6324
AB
127872016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12788
12789 * gdb.base/max-value-size.c: New file.
12790 * gdb.base/max-value-size.exp: New file.
12791 * gdb.base/huge.exp: Disable max-value-size for this test.
12792
935c6144
IB
127932016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12794
12795 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12796
7fe8399d
YQ
127972016-01-28 Yao Qi <yao.qi@linaro.org>
12798
12799 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12800
a2077e25
PA
128012016-01-25 Pedro Alves <palves@redhat.com>
12802
12803 PR threads/19461
12804 * gdb.base/fork-running-state.c: New file.
12805 * gdb.base/fork-running-state.exp: New file.
12806
1d2736d4
PA
128072016-01-25 Pedro Alves <palves@redhat.com>
12808
12809 PR gdb/19494
12810 * gdb.base/catch-fork-kill.c: New file.
12811 * gdb.base/catch-fork-kill.exp: New file.
12812
f1da4b11
PA
128132016-01-25 Pedro Alves <palves@redhat.com>
12814
12815 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12816 Delete, moved to lib/gdb.exp.
12817 * gdb.threads/forking-threads-plus-breakpoint.exp
12818 (foreach_with_prefix): Likewise.
12819 * gdb.threads/process-dies-while-handling-bp.exp
12820 (foreach_with_prefix): Likewise.
12821 * lib/gdb.exp (foreach_with_prefix): New procedure.
12822
45f38546
MK
128232016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12824
12825 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12826 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12827
dc29a1ce
MK
128282016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12829
12830 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12831 endian targets.
12832
092127d7
JK
128332016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12834 Pedro Alves <palves@redhat.com>
12835
12836 Fix testsuite compatibility with Guile.
12837 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12838 number.
12839
31d765d3
JK
128402016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12841
12842 Fix testsuite compatibility with Guile.
12843 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12844 (thread 1): New test for backtrace through signal handler.
12845
1ac78c04
YQ
128462016-01-22 Yao Qi <yao.qi@linaro.org>
12847
12848 PR testsuite/19491
12849 * gdb.base/multi-forks.c: Include
12850 ../lib/unbuffer_output.c
12851 (main): Call gdb_unbuffer_output.
12852
4f5946a8
DE
128532016-01-21 Doug Evans <dje@google.com>
12854
12855 * lib/ada.exp (gdb_compile_ada): Fix typo.
12856
305e13e6
JB
128572016-01-21 Joel Brobecker <brobecker@adacore.com>
12858
12859 * gdb.base/break-fun-addr.exp: New file.
12860 * gdb.base/break-fun-addr1.c: New file.
12861 * gdb.base/break-fun-addr2.c: New file.
12862
5f5dfff6
SM
128632016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12864
12865 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12866 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12867 enum flag values.
12868
fd356fa2
AA
128692016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12870
12871 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12872 when GDB can not set the vector return value. Add more comments
12873 for clarification.
12874
9df22175
AT
128752016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12876
12877 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12878 command.
12879
41d1845e
SM
128802016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12881
12882 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12883
01ac6840
SM
128842016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12885
12886 * Makefile.in (check-single): Pass --status to runtest.
12887 (check/%.exp): Likewise.
12888
128892016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12890
12891 * Makefile.in (check-parallel): Propagate return code from make
12892 do-check-parallel.
12893
bd0a71fa
MK
128942016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12895
12896 * gdb.trace/ftrace.exp: Fix expected message on continue.
12897 * gdb.trace/pending.exp: Fix expected message on continue.
12898 * gdb.trace/trace-break.exp: Fix expected message on continue.
12899
8bcbad33
SM
129002016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12901
12902 * lib/gdb.exp (gdb_test): Remove unused global references.
12903
f303dbd6
PA
129042016-01-18 Pedro Alves <palves@redhat.com>
12905
12906 * gdb.base/async-shell.exp: Adjust expected output.
12907 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12908 * gdb.base/siginfo-thread.exp: Adjust expected output.
12909 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12910 * gdb.java/jnpe.exp: Adjust expected output.
12911 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12912 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12913 * gdb.threads/leader-exit.exp: Adjust expected output.
12914 * gdb.threads/manythreads.exp: Adjust expected output.
12915 * gdb.threads/pthreads.exp: Adjust expected output.
12916 * gdb.threads/schedlock.exp: Adjust expected output.
12917 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12918 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12919 expected output.
12920 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12921 output.
12922 * gdb.threads/sigthread.exp: Adjust expected output.
12923 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12924
b2789696
YQ
129252016-01-18 Yao Qi <yao.qi@linaro.org>
12926
12927 * gdb.guile/scm-section-script.c: Replace @progbits with
12928 %progbits.
12929 * gdb.python/py-section-script.c: Likewise.
12930
71ef29a8
PA
129312016-01-15 Pedro Alves <palves@redhat.com>
12932
12933 * gdb.multi/tids.exp: Test star wildcard ranges.
12934
3f5b7598
PA
129352016-01-15 Pedro Alves <palves@redhat.com>
12936
12937 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12938 command from "thread apply" invocation.
12939 (thr_apply_info_thr_invalid): Default the expected output to the
12940 input tid list.
12941 (top level): Add tests that use convenience variables. Add tests
12942 for "thread apply" with a valid TID list, but missing the command.
12943
663f6d42
PA
129442016-01-13 Pedro Alves <palves@redhat.com>
12945
12946 * gdb.base/default.exp: Expect $_gthread as well.
12947 * gdb.multi/tids.exp: Test $_gthread.
12948 * gdb.threads/thread-specific.exp: Test $_gthread.
12949
c84f6bbf
PA
129502016-01-13 Pedro Alves <palves@redhat.com>
12951
12952 * gdb.multi/tids.exp: Test "info threads -gid".
12953
22a02324
PA
129542016-01-13 Pedro Alves <palves@redhat.com>
12955
12956 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12957 Breakpoint.thread.
12958 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12959
5d5658a1
PA
129602016-01-07 Pedro Alves <palves@redhat.com>
12961
12962 * gdb.base/break.exp: Adjust to output changes.
12963 * gdb.base/hbreak2.exp: Likewise.
12964 * gdb.base/sepdebug.exp: Likewise.
12965 * gdb.base/watch_thread_num.exp: Likewise.
12966 * gdb.linespec/keywords.exp: Likewise.
12967 * gdb.multi/info-threads.exp: Likewise.
12968 * gdb.threads/thread-find.exp: Likewise.
12969 * gdb.multi/tids.c: New file.
12970 * gdb.multi/tids.exp: New file.
12971
84654457
PA
129722016-01-13 Pedro Alves <palves@redhat.com>
12973
12974 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12975
e3940304
PA
129762016-01-13 Pedro Alves <palves@redhat.com>
12977
12978 * gdb.base/default.exp: Expect $_inferior as well.
12979 * gdb.multi/base.exp: Test $_inferior.
12980
a911d87a
PA
129812016-01-13 Pedro Alves <palves@redhat.com>
12982
12983 PR breakpoints/19388
12984 * gdb.base/catch-signal-siginfo-cond.c: New file.
12985 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12986
82075af2
JS
129872016-01-12 Josh Stone <jistone@redhat.com>
12988 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12989
12990 * gdb.base/catch-syscall.c (do_execve): New variable.
12991 (main): Conditionally trigger an execve.
12992 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12993 (test_catch_syscall_execve): New, check entry/return across execve.
12994 (do_syscall_tests): Call test_catch_syscall_execve.
12995
e46eeedd
PA
129962016-01-12 Pedro Alves <palves@redhat.com>
12997
12998 * gdb.base/random-signal.exp (do_test): New procedure, with body
12999 of testcase moved in.
13000
01d8c27e
JK
130012016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13002 Pedro Alves <palves@redhat.com>
13003
13004 * gdb.base/funcargs.exp (finish from indirectly called function):
13005 Reintroduce the case for 'First'.
13006
9a706302
JK
130072016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13008 Pedro Alves <palves@redhat.com>
13009
13010 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13011 (tcatch_vfork_then_child_follow_exec)
13012 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13013 identification.
13014
c0ecb95f
JK
130152016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13016
13017 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13018 and repeats to unlimited.
13019 * gdb.python/py-value.exp: Likewise.
13020 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13021 and repeats to unlimited.
13022
6cfc1fcb
JK
130232016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13024
13025 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13026 and reordering the functions.
13027 * gdb.multi/hangout.c: Likewise.
13028 * gdb.multi/hello.c: Likewise.
13029
582a1b00
SM
130302016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13031
13032 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13033 absolute.
13034 (SingleStatisticTestResult.report): Use dict.keys instead of
13035 dict.iterkeys.
13036
79bc59cb
PA
130372016-01-06 Pedro Alves <palves@redhat.com>
13038
13039 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13040
43368e1d
MM
130412016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13042
13043 * gdb.btrace/dlopen.exp: New.
13044 * gdb.btrace/dlopen.c: New.
13045 * gdb.btrace/dlopen-dso.c: New.
13046
79fad5b8
SL
130472015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13048
13049 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13050 PATTERN argument is optional.
13051
ab8314b3
JB
130522015-12-24 Joel Brobecker <brobecker@adacore.com>
13053
13054 * lib/ada.exp (target_compile_ada_from_dir): New function.
13055 (gdb_compile_ada): Reimplement avoiding the use of project files.
13056 * gdb.ada/gnat_ada.gpr: Delete.
13057 * gdb.ada/cond_lang.exp: Adjust test to make path before
13058 filename optional.
13059 * gdb.ada/small_reg_param.exp: Likewise.
13060
fe33faff
SM
130612015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13062
13063 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13064
6d265cb4
TP
130652015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13066
13067 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13068 case.
13069
10125099
SM
130702015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13071
13072 * gdb.base/break.exp: Remove dead code.
13073 * gdb.base/sepdebug.exp: Likewise.
13074
3ca22649
SM
130752015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13076
13077 * gdb.asm/asm-source.exp: Remove HP-UX references.
13078 * gdb.base/annota1.exp: Likewise.
13079 * gdb.base/annota3.exp: Likewise.
13080 * gdb.base/attach.exp: Likewise.
13081 * gdb.base/bigcore.exp: Likewise.
13082 * gdb.base/break.exp: Likewise.
13083 * gdb.base/call-ar-st.exp: Likewise.
13084 * gdb.base/callfuncs.exp: Likewise.
13085 * gdb.base/catch-fork-static.exp: Likewise.
13086 * gdb.base/display.exp: Likewise.
13087 * gdb.base/foll-exec-mode.exp: Likewise.
13088 * gdb.base/foll-exec.exp: Likewise.
13089 * gdb.base/foll-fork.exp: Likewise.
13090 * gdb.base/foll-vfork.exp: Likewise.
13091 * gdb.base/funcargs.exp: Likewise.
13092 * gdb.base/hbreak2.exp: Likewise.
13093 * gdb.base/inferior-died.exp: Likewise.
13094 * gdb.base/interrupt.exp: Likewise.
13095 * gdb.base/multi-forks.exp: Likewise.
13096 * gdb.base/nodebug.exp: Likewise.
13097 * gdb.base/sepdebug.exp: Likewise.
13098 * gdb.base/solib1.c: Likewise.
13099 * gdb.base/step-test.exp: Likewise.
13100 * gdb.mi/non-stop.c: Likewise.
13101 * gdb.mi/pthreads.c: Likewise.
13102 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13103 * gdb.threads/pthreads.c: Likewise.
13104 * gdb.threads/staticthreads.exp: Likewise.
13105 * lib/future.exp: Likewise.
13106 * lib/gdb.exp: Likewise.
13107 * gdb.base/so-indr-cl.c: Remove.
13108 * gdb.base/so-indr-cl.exp: Likewise.
13109 * gdb.base/solib.c: Likewise.
13110 * gdb.base/solib.exp: Likewise.
13111 * gdb.base/solib2.c: Likewise.
13112
b6304613
SM
131132015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13114
13115 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13116 * gdb.base/call-ar-st.exp: Likewise.
13117 * gdb.base/callfuncs.exp: Likewise.
13118 * gdb.base/condbreak.exp: Likewise.
13119 * gdb.base/constvars.exp: Likewise.
13120 * gdb.base/hbreak2.exp: Likewise.
13121 * gdb.base/langs.exp: Likewise.
13122 * gdb.base/list.exp: Likewise.
13123 * gdb.base/long_long.exp: Likewise.
13124 * gdb.base/ptype.exp: Likewise.
13125 * gdb.base/scope.exp: Likewise.
13126 * gdb.base/signals.exp: Likewise.
13127 * gdb.base/so-impl-ld.exp: Likewise.
13128 * gdb.base/varargs.exp: Likewise.
13129 * gdb.base/volatile.exp: Likewise.
13130 * gdb.base/whatis.exp: Likewise.
13131 * gdb.cp/cplusfuncs.exp: Likewise.
13132 * gdb.cp/inherit.exp: Likewise.
13133 * gdb.cp/local.exp: Likewise.
13134 * gdb.cp/member-ptr.exp: Likewise.
13135 * gdb.cp/method.exp: Likewise.
13136 * gdb.cp/overload.exp: Likewise.
13137 * gdb.cp/templates.exp: Likewise.
13138 * gdb.stabs/weird.exp: Likewise.
13139 * lib/compiler.c: Likewise.
13140 * lib/compiler.cc: Likewise.
13141 * lib/cp-support.exp: Likewise.
13142 * lib/gdb.exp: Likewise.
13143
bf401b07
SM
131442015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13145
13146 * configure.ac: Remove HP-UX case.
13147 * configure: Regenerate.
13148
aff9c0f8
SM
131492015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13150
13151 * lib/gdb.exp (gdb_compile): Add function doc.
13152
a6904d5a
PA
131532015-12-17 Pedro Alves <palves@redhat.com>
13154
13155 PR threads/19354
13156 * gdb.multi/info-threads.exp: New file.
13157
a22279dd
YQ
131582015-12-15 Yao Qi <yao.qi@linaro.org>
13159
13160 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13161 is aarch64*-*-*.
13162
0588c796
SL
131632015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13164
13165 * gdb.base/history-duplicates.exp: Skip if no readline support.
13166
5d978e17
SL
131672015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13168
13169 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13170
7e763b86
SL
131712015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13172
13173 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13174
87a3a92c
SL
131752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13176
13177 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13178 ctrl-C if nointerrupts target property is set.
13179 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13180 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13181 * gdb.base/paginate-bg-execution.exp: Likewise.
13182 * gdb.base/paginate-execution-startup.exp: Likewise.
13183 * gdb.base/random-signal.exp: Likewise.
13184 * gdb.base/range-stepping.exp: Likewise.
13185 * gdb.cp/annota2.exp: Likewise.
13186 * gdb.cp/annota3.exp: Likewise.
13187 * gdb.gdb/selftest.exp: Likewise.
13188 * gdb.threads/continue-pending-status.exp: Likewise.
13189 * gdb.threads/leader-exit.exp: Likewise.
13190 * gdb.threads/manythreads.exp: Likewise.
13191 * gdb.threads/pthreads.exp: Likewise.
13192 * gdb.threads/schedlock.exp: Likewise.
13193 * gdb.threads/sigthread.exp: Likewise.
13194
a8f077dc
DB
131952015-12-11 Don Breazeal <donb@codesourcery.com>
13196
13197 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13198 remote.
13199 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13200 * gdb.base/foll-exec.exp (main): Enable for target remote.
13201 * gdb.base/foll-fork.exp (main): Likewise.
13202 * gdb.base/foll-vfork.exp (main): Likewise.
13203 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13204 (proc continue_to_exit_bp_loc): Use clean_restart.
13205 * gdb.base/pie-execl.exp (main): Disable for target remote.
13206 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13207 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13208 * gdb.threads/execl.exp (main): Likewise.
13209 * gdb.threads/fork-child-threads.exp (main): Likewise.
13210 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13211 remote.
13212 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13213 remote.
13214 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13215 pid.tid style ptids, instead of just tid.
13216 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13217 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13218 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13219 ptids, instead of just tid.
13220
3b2464a8
AB
132212015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13222
13223 * gdb.base/list.exp (test_list_forward): Add end of file error
13224 test.
13225 (test_repeat_list_command): Add end of file error test.
13226 (test_list_backwards): Add beginning of file error test.
13227
a0def019
AB
132282015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13229
13230 * gdb.base/list.exp (test_list_invalid_args): New function,
13231 defined, and called.
13232
5c000dff
AB
132332015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13234
13235 * gdb.base/list.exp (test_list): Make test names unique.
13236
f1637ebe
YQ
132372015-12-11 Yao Qi <yao.qi@linaro.org>
13238
13239 * gdb.base/coremaker2.c: Remove.
13240
36d6fc0a
PA
132412015-12-10 Pedro Alves <palves@redhat.com>
13242
13243 * gdb.multi/base.exp: Remove stale "spaces" references.
13244
762f7747
PA
132452015-12-10 Pedro Alves <palves@redhat.com>
13246
13247 * gdb.multi/base.exp: Don't use nowarnings.
13248 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13249 * gdb.multi/hangout.c: Include stdio.h.
13250 * gdb.multi/hello.c: Include stdlib.h.
13251 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13252 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13253 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13254
28d2bfb9
AB
132552015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13256
13257 * gdb.dwarf2/dw2-ranges-base.c: New file.
13258 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13259 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13260 support additional line table, and debug ranges generation.
13261 (Dwarf::ranges): New function, generate .debug_ranges.
13262 (Dwarf::lines): Support generating simple line table programs.
13263 (Dwarf::assemble): Initialise new namespace variables.
13264
5fc2beac
KB
132652015-12-09 Kevin Buettner <kevinb@redhat.com>
13266
13267 * gdb.base/async.exp (proc test_background): Add case for
13268 asynchronous execution not supported.
13269
1c35a88f
LM
132702015-12-09 Luis Machado <lgustavo@codesourcery.com>
13271
13272 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13273 format and change test names to make them unique.
13274
b593e3d9
RK
132752015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13276 Pedro Alves <pedro@redhat.com>
13277
13278 PR gdb/18702
13279 Add checking of floatformats setup on x86_64 hosts.
13280 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13281 (smallval, bigval): New labels/constants.
13282 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13283 float" after loading bigval and smallval.
13284
d72413e6
PMR
132852015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13286
13287 * gdb.ada/fun_overload_menu.exp: New testcase.
13288 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13289
ece66d65
JS
132902015-12-04 Josh Stone <jistone@redhat.com>
13291
13292 * gdb.base/catch-fork-static.exp: New.
13293
41d0efca
YQ
132942015-12-03 Yao Qi <yao.qi@linaro.org>
13295
13296 * gdb.base/sizeof.c: Don't include stdio.h and
13297 ../lib/unbuffer_output.c.
13298 (main): New variable 'size' and 'value'. Remove printf and
13299 gdb_unbuffer_output. Assign return value to size and value.
13300 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13301 at the beginning.
13302 (check_sizeof): Check the result by printing variable 'size'.
13303 (check_valueof): Check the result by printing variable 'value'.
13304
99fd02d9
YQ
133052015-12-01 Yao Qi <yao.qi@linaro.org>
13306
13307 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13308 for aarch64*-*-linux* target.
13309
f2faf941
PA
133102015-11-30 Pedro Alves <palves@redhat.com>
13311
13312 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13313
04bf20c5
PA
133142015-11-30 Pedro Alves <palves@redhat.com>
13315
13316 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13317 Handle non-stop mode vCont replies.
13318
09df4675
PA
133192015-11-30 Pedro Alves <palves@redhat.com>
13320
13321 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13322 prepare_for_testing. Start gdb with "set non-stop on" appended to
13323 GDBFLAGS. Lax expected stop output.
13324
58b584af
YQ
133252015-11-27 Yao Qi <yao.qi@linaro.org>
13326
13327 * gdb.arch/arm-neon.exp: New.
13328 * gdb.arch/arm-neon.c: New.
13329
dfcb77a8
YQ
133302015-11-27 Yao Qi <yao.qi@linaro.org>
13331
13332 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13333
88e8ec1b
YQ
133342015-11-27 Yao Qi <yao.qi@linaro.org>
13335
13336 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13337 frames-invalid annotation.
13338
bfde72c2
YQ
133392015-11-27 Yao Qi <yao.qi@linaro.org>
13340
13341 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13342
f6512a69
SM
133432015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13344
13345 * gdb.threads/names.exp: New file.
13346 * gdb.threads/names.c: New file.
13347 * README: Mention gdb,no_thread_names.
13348
46a3515b
MM
133492015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13350
13351 PR 19297
13352 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13353 support" error.
13354
62147a22
PA
133552015-11-24 Pedro Alves <palves@redhat.com>
13356
13357 PR 17539
13358 * gdb.base/display.exp: Expect displays to be sorted in ascending
13359 order. Use multi_line.
13360 * gdb.base/solib-display.exp: Likewise.
13361
2f341b6e
PA
133622015-11-24 Pedro Alves <palves@redhat.com>
13363
13364 PR 17539
25d49b86
PA
13365 * gdb.base/display.exp: Expect displays to be sorted in ascending
13366 order. Use multi_line.
13367 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13368
7e0aa6aa
PA
133692015-11-24 Pedro Alves <palves@redhat.com>
13370
13371 PR 17539
13372 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13373 threads in ascending order.
13374 * gdb.base/foll-fork.exp: Likewise.
13375 * gdb.base/foll-vfork.exp: Likewise.
13376 * gdb.base/multi-forks.exp: Likewise.
13377 * gdb.mi/mi-nonstop.exp: Likewise.
13378 * gdb.mi/mi-nsintrall.exp: Likewise.
13379 * gdb.multi/base.exp: Likewise.
13380 * gdb.multi/multi-arch.exp: Likewise.
13381 * gdb.python/py-inferior.exp: Likewise.
13382 * gdb.threads/break-while-running.exp: Likewise.
13383 * gdb.threads/execl.exp: Likewise.
13384 * gdb.threads/gcore-thread.exp: Likewise.
13385 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13386 * gdb.threads/kill.exp: Likewise.
13387 * gdb.threads/linux-dp.exp: Likewise.
13388 * gdb.threads/multiple-step-overs.exp: Likewise.
13389 * gdb.threads/next-bp-other-thread.exp: Likewise.
13390 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13391 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13392 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13393 * gdb.threads/thread-find.exp: Likewise.
13394 * gdb.threads/tls.exp: Likewise.
13395 * lib/mi-support.exp (mi_reverse_list): Delete.
13396 (mi_check_thread_states): No longer reverse list.
13397
2cc57ad8
PA
133982015-11-24 Pedro Alves <palves@redhat.com>
13399
13400 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13401 use lowercase.
13402
c93e8391
SM
134032015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13404
13405 * gdb.trace/actions.c: Include trace-common.h.
13406 (main): Add a location for a fast tracepoint.
13407 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13408 the normal tracepoints.
13409 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13410
045ccf91
SM
134112015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13412
13413 * save-trace.exp: Factor out code to these...
13414 (gdb_save_tracepoints): New.
13415 (gdb_load_tracepoints): New.
13416 (do_save_load_test): New.
13417
5506f9f6
KB
134182015-11-23 Kevin Buettner <kevinb@redhat.com>
13419
13420 * gdb.base/asmlabel.exp: New test.
13421 * gdb.base/asmlabel.c: New test case.
13422
16c3b12f
JB
134232015-11-23 Joel Brobecker <brobecker@adacore.com>
13424
13425 * gdb.base/wrong_frame_bt_full-main.c: New file.
13426 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13427 * gdb.base/wrong_frame_bt_full.exp: New file.
13428
155bfbd3
JB
134292015-11-23 Joel Brobecker <brobecker@adacore.com>
13430
13431 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13432
bb097445
JM
134332015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13434
206853a0 13435 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13436 pstate register when comparing registers values in
13437 sparc64-*-linux-gnu targets to avoid spurious differences.
13438
9c88ed8f
JM
134392015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13440
206853a0 13441 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13442
96161e25
SL
134432015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13444
13445 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13446 as type argument to gdb_compile.
13447 * gdb.base/nested-subp2.exp: Likewise.
13448 * gdb.base/nested-subp3.exp: Likewise.
13449
340c2830
DV
134502015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13451
13452 * lib/dwarf.exp (_note): Fix left shift of negative value.
13453 * gdb.trace/trace-condition.exp: Likewise.
13454
c1862d0f
YQ
134552015-11-13 Yao Qi <yao.qi@linaro.org>
13456
13457 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13458 comments about d10v.
13459 (test_scalar_returns): Likewise.
13460 * gdb.base/d10v.ld: Remove.
13461 * gdb.base/overlays.exp: Remove the target triplet checking for
13462 d10v-*-*.
13463 * gdb.base/structs.exp (test_struct_returns): Remove the
13464 comments about d10v.
13465 (test_struct_calls): Likewise.
13466
77ae9c19
YQ
134672015-11-13 Yao Qi <yao.qi@linaro.org>
13468
13469 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13470 * gdb.base/gnu_vector.c: Don't include stdio.h.
13471 (main): Don't print res and call add_some_intvecs.
13472
430e004e
MK
134732015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13474
13475 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13476 macro.
13477 (func5): Removed.
13478 (func4): Use FAST_TRACEPOINT_LABEL.
13479 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13480 macro.
13481 (func): Removed.
13482 (thread_function): Use FAST_TRACEPOINT_LABEL.
13483 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13484 (func): Remove.
13485 (marker): Use FAST_TRACEPOINT_LABEL.
13486 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13487 (pendfunc1): Remove.
13488 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13489 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13490 (foo): Remove.
13491 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13492 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13493 macro.
13494 (func): Remove.
13495 (marker): Use FAST_TRACEPOINT_LABEL.
13496 * gdb.trace/trace-common.h: New header.
13497 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13498 macro.
13499 (func): Remove.
13500 (marker): Use FAST_TRACEPOINT_LABEL.
13501 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13502 (func): Remove.
13503 (thread_function): Use FAST_TRACEPOINT_LABEL.
13504
6e7675a7
MK
135052015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13506
13507 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13508 in front.
13509 * gdb.trace/change-loc.exp: Use global pcreg definition.
13510 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13511 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13512 in front.
13513 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13514 * gdb.trace/pending.exp: Likewise.
13515 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13516 * gdb.trace/trace-break.exp: Likewise.
13517 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13518 in front.
13519 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13520 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13521 in front.
13522 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13523
dddc0e16
JB
135242015-11-09 Joel Brobecker <brobecker@adacore.com>
13525
13526 * gdb.ada/fin_fun_out: New testcase.
13527
c6f0b406
KB
135282015-11-07 Kevin Buettner <kevinb@redhat.com>
13529
13530 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13531 value associated with DW_AT_byte_size.
13532 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13533 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13534 DW_AT_upper_bound.
13535
f01dcfd9
KB
135362015-11-07 Kevin Buettner <kevinb@redhat.com>
13537
13538 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13539 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13540 version.
13541 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13542 gdb.dwarf2/dw2-canonicalize-type.exp,
13543 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13544 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13545 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13546 provided by gdb_target_symbol_prefix_flags_asm.
13547 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13548 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13549 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13550 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13551 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13552 macros where needed). Use this macro for symbols which require
13553 the prefix provided by SYMBOL_PREFIX.
13554
2223449a
KB
135552015-11-05 Kevin Buettner <kevinb@redhat.com>
13556
13557 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13558 New procs.
13559 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13560 representing expressions, of more than one list element.
13561 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13562 to prepend linker symbol prefix to f.
13563 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13564 table_1 and table_2.
13565 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13566 Likewise, for f and g.
13567 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13568 for ptr.
13569 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13570 for main.
13571 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13572 table_1_ptr and table_2_ptr.
13573
6f2f1a3a
JK
135742015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13575 Joel Brobecker <brobecker@adacore.com>
13576
13577 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13578
566c56c9
MK
135792015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13580
13581 * gdb.reverse/s390-mvcle.c: New test.
13582 * gdb.reverse/s390-mvcle.exp: New file.
13583 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13584
d5f0636b
MK
135852015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13586
13587 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13588
7ad8b86c
MK
135892015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13590
13591 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13592 reaching marker2.
13593 * gdb.reverse/getresuid-reverse.exp: Likewise.
13594 * gdb.reverse/pipe-reverse.exp: Likewise.
13595 * gdb.reverse/readv-reverse.exp: Likewise.
13596 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13597 * gdb.reverse/time-reverse.exp: Likewise.
13598 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13599
4081c0f1
YQ
136002015-10-30 Yao Qi <yao.qi@linaro.org>
13601
13602 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13603 (empty_cycle): Remove.
13604 (main): Don't call empty_cycle. Don't use watch_count_done.
13605 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13606 empty_cycle. Rewrite the code counting HW watchpoints.
13607
452b4ba5
MK
136082015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13609
13610 * gdb.reverse/fstatat-reverse.c: New test.
13611 * gdb.reverse/fstatat-reverse.exp: New file.
13612 * gdb.reverse/getresuid-reverse.c: New test.
13613 * gdb.reverse/getresuid-reverse.exp: New file.
13614 * gdb.reverse/pipe-reverse.c: New test.
13615 * gdb.reverse/pipe-reverse.exp: New file.
13616 * gdb.reverse/readv-reverse.c: New test.
13617 * gdb.reverse/readv-reverse.exp: New file.
13618 * gdb.reverse/recvmsg-reverse.c: New test.
13619 * gdb.reverse/recvmsg-reverse.exp: New file.
13620 * gdb.reverse/time-reverse.c: New test.
13621 * gdb.reverse/time-reverse.exp: New file.
13622 * gdb.reverse/waitpid-reverse.c: New test.
13623 * gdb.reverse/waitpid-reverse.exp: New file.
13624
5e2e7507
JK
136252015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13626
13627 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13628
0fde2c53
DE
136292015-10-26 Doug Evans <dje@google.com>
13630
13631 PR symtab/17391
13632 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13633 * gdb.dwarf2/bad-regnum.c: New file.
13634 * gdb.dwarf2/bad-regnum.exp: New file.
13635
1a70ae97
DE
136362015-10-26 Doug Evans <dje@google.com>
13637
13638 PR python/18938
13639 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13640 file.
13641
27dc26ab
JK
136422015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13643
13644 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13645 for a change by "Mention language in compile error message".
13646
bed91f4d
SM
136472015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13648
13649 PR python/18073
13650 * gdb.python/py-type.c (C::a_method): New.
13651 (C::a_const_method): New.
13652 (C::a_static_method): New.
13653 (a_function): New.
13654 * gdb.python/py-type.exp (test_fields): Test getting fields
13655 from function and method.
13656
3f2f83dd
KB
136572015-10-21 Keven Boell <keven.boell@intel.com>
13658
13659 * gdb.fortran/vla-alloc-assoc.exp: New file.
13660 * gdb.fortran/vla-datatypes.exp: New file.
13661 * gdb.fortran/vla-datatypes.f90: New file.
13662 * gdb.fortran/vla-history.exp: New file.
13663 * gdb.fortran/vla-ptype-sub.exp: New file.
13664 * gdb.fortran/vla-ptype.exp: New file.
13665 * gdb.fortran/vla-sizeof.exp: New file.
13666 * gdb.fortran/vla-sub.f90: New file.
13667 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13668 * gdb.fortran/vla-value-sub-finish.exp: New file.
13669 * gdb.fortran/vla-value-sub.exp: New file.
13670 * gdb.fortran/vla-value.exp: New file.
13671 * gdb.fortran/vla-ptr-info.exp: New file.
13672 * gdb.mi/mi-vla-fortran.exp: New file.
13673 * gdb.mi/vla.f90: New file.
13674
27145d50
SL
136752015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13676
13677 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13678 of hardwired timeout value.
13679
5f3ff4f8
JK
136802015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13681 Pedro Alves <palves@redhat.com>
13682
13683 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13684 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13685
bfd09d20
JS
136862015-10-19 Josh Stone <jistone@redhat.com>
13687
13688 * gdb.base/catch-syscall.c: Include <sched.h>.
13689 (unknown_syscall): New variable.
13690 (main): Trigger a vfork and an unknown syscall.
13691 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13692 (unknown_syscall_number): Likewise.
13693 (check_call_to_syscall): Accept an optional syscall pattern.
13694 (check_return_from_syscall): Likewise.
13695 (check_continue): Likewise.
13696 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13697 (test_catch_syscall_skipping_return): New test toggling off 'catch
13698 syscall' to step over the syscall return, then toggling back on.
13699 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13700 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13701 (do_syscall_tests): Call test_catch_syscall_without_args and
13702 test_catch_syscall_mid_vfork.
13703 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13704 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13705
b32b93c6
AS
137062015-10-19 Andrew Stubbs <ams@codesourcery.com>
13707
13708 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13709 print g_vE): Add new pass patterns.
13710 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13711 print various symbol names for vptr fields.
13712
9d622bda
AB
137132015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13714
13715 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13716 results.
13717
0fd8ac1c
YQ
137182015-10-12 Yao Qi <yao.qi@linaro.org>
13719
13720 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13721
34240514
YQ
137222015-10-12 Yao Qi <yao.qi@linaro.org>
13723
13724 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13725 is aarch64*-*-linux*.
13726
8240f442
YQ
137272015-10-12 Yao Qi <yao.qi@linaro.org>
13728
13729 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13730 (can_relocate_bcond_true): ... it.
13731 (can_relocate_bcond_false): New function.
13732 (foo): Likewise.
13733 (can_relocate_bl): Likewise.
13734 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13735 can_relocate_bl.
13736
2520f728
PMR
137372015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13738
13739 * gdb.base/nested-addr.c: New file.
13740 * gdb.base/nested-addr.exp: New testcase.
13741
abcef95a
MM
137422015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13743
13744 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13745 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13746 its output. Ignore the output of "record goto begin" and instead
13747 check that GDB is replaying.
13748
145e3ddb
PA
137492015-10-09 Pedro Alves <palves@redhat.com>
13750
13751 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13752 (top level): Use it in the run with no args test.
13753
d5d8c4e1
IB
137542015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13755
13756 * gdb.dlang/properties.exp: New file.
13757
06e635ef
SL
137582015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13759
13760 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13761 whether or not address 0x1000 is mapped on the target.
13762
e019fd1d
SM
137632015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13764
13765 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13766 build.
13767
77ba2a67
MM
137682015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13769
13770 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13771 instruction-history test.
13772
c60eb31f
DE
137732015-09-28 Doug Evans <dje@google.com>
13774
13775 * gdb.base/gcore.c (array_func): Add reference to static_array.
13776
9a3c8263
SM
137772015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13778
13779 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13780 source line.
13781
9720e656
SL
137822015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13783
13784 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13785 short or char as base type.
13786
938d3bf2
SL
137872015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13788
13789 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13790 to allow any size enum.
13791
e6c2c623
PMR
137922015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13793
13794 * gdb.ada/array_ptr_renaming.exp: New testcase.
13795 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13796 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13797
06da0f77
PL
137982015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13799
13800 * gdb.trace/ftrace-lock.c: New file.
13801 * gdb.trace/ftrace-lock.exp: New file.
13802
4f51c22a
PL
138032015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13804
13805 * gdb.arch/insn-reloc.c: New file.
13806 * gdb.arch/ftrace-insn-reloc.exp: New file.
13807
7041adf4
PL
138082015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13809
13810 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13811 instruction.
13812 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13813 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13814 * gdb.trace/range-stepping.c: Likewise.
13815 * gdb.trace/trace-break.c: Likewise.
13816 * gdb.trace/trace-mt.c (thread_function): Likewise.
13817 * gdb.trace/ftrace.c (marker): Likewise.
13818 * gdb.trace/trace-condition.c (marker): Likewise.
13819 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13820 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13821 is_aarch64_target.
13822
015d2e7e
DE
138232015-09-18 Doug Evans <xdje42@gmail.com>
13824
13825 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13826 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13827
26b188a2
SL
138282015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13829
13830 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13831 the breakpoint.
13832
79dc332b
SL
138332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13834
13835 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13836 the pending breakpoint. Remove timeout override for "Run till
13837 MI pending breakpoint on pendfunc3 on thread 2" test.
13838
f57929f2
SL
138392015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13840
13841 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13842 filename pattern.
13843
3f469b17
SL
138442015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13845
13846 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13847 in breakpoint filename pattern.
13848
515b89b3
SL
138492015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13850
7800dbe4
SL
13851 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13852
138532015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13854
515b89b3
SL
13855 * gdb.linespec/explicit.exp: Check for readline support for
13856 tab-completion tests. Fix obvious typo.
13857
d2939ba2
MM
138582015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13859
13860 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13861 and replay.
13862
cbb55fa7
MM
138632015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13864
13865 * gdb.btrace/non-stop.c: New.
13866 * gdb.btrace/non-stop.exp: New.
13867
43691ca1
PL
138682015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13869 Yao Qi <yao.qi@linaro.org>
13870
13871 * gdb.trace/trace-condition.c: New file.
13872 * gdb.trace/trace-condition.exp: New file.
13873
d78908cf
WW
138742015-09-16 Wei-cheng Wang <cole945@gmail.com>
13875
13876 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13877 for testing bytecode compilation.
13878
1ed415e2
PA
138792015-09-16 Pedro Alves <palves@redhat.com>
13880 Sandra Loosemore <sandra@codesourcery.com>
13881
13882 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13883 (SECONDS): Redefine.
13884 (main): Call pthread_kill and alarm early.
13885 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13886 support.
13887 (test): If the target can't hardware step and doesn't support
13888 displaced stepping, increase the timeout.
13889
d136eff5
PA
138902015-09-16 Pedro Alves <palves@redhat.com>
13891
13892 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13893 (enable_debug): New procedures.
13894 (test): Use them. Bail out if waiting for threads fails.
13895 (top level): Bail out if a test fails.
13896
991f019c
YQ
138972015-09-16 Yao Qi <yao.qi@linaro.org>
13898
13899 * gdb.asm/asm-source.exp: Set asm-arch for
13900 aarch64*-*-* target.
13901 * gdb.asm/aarch64.inc: New file.
13902
bfca584f
PMR
139032015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13904
13905 * gdb.ada/array_of_variable_length.exp: New testcase.
13906 * gdb.ada/array_of_variable_length/foo.adb: New file.
13907 * gdb.ada/array_of_variable_length/pck.adb: New file.
13908 * gdb.ada/array_of_variable_length/pck.ads: New file.
13909
b326e587
DE
139102015-09-15 Doug Evans <dje@google.com>
13911
13912 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13913 of function static local variable.
13914
5382cfab
PW
139152015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13916
13917 * gdb.threads/tls-so_extern.exp: New test file.
13918 * gdb.threads/tls-so_extern.c: New test file.
13919 * gdb.threads/tls-so_extern_main.c: New test file.
13920
141c5cc4
JK
139212015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13922
13923 * gdb.opt/solib-intra-step-lib.c: New file.
13924 * gdb.opt/solib-intra-step-main.c: New file.
13925 * gdb.opt/solib-intra-step.exp: New file.
13926
d15dcecd
PA
139272015-09-15 Pedro Alves <palves@redhat.com>
13928
13929 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13930 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13931
4c2f2a79
PA
139322015-09-14 Pedro Alves <palves@redhat.com>
13933
13934 * gdb.base/hook-stop-continue.c: Delete.
13935 * gdb.base/hook-stop-continue.exp: Delete.
13936 * gdb.base/hook-stop-frame.c: Delete.
13937 * gdb.base/hook-stop-frame.exp: Delete.
13938 * gdb.base/hook-stop.c: New file.
13939 * gdb.base/hook-stop.exp: New file.
13940
919e6dbe
PMR
139412015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13942
13943 * gdb.ada/access_to_packed_array.exp: New testcase.
13944 * gdb.ada/access_to_packed_array/foo.adb: New file.
13945 * gdb.ada/access_to_packed_array/pack.adb: New file.
13946 * gdb.ada/access_to_packed_array/pack.ads: New file.
13947
157280a4
MM
139482015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13949
13950 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13951 buffer size test.
13952
2fd33e94
DB
139532015-09-11 Don Breazeal <donb@codesourcery.com>
13954
13955 * gdb.base/foll-exec.c: Add copyright header. Fix
13956 formatting issues.
13957 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13958 (do_exec_tests): Use clean_restart in place of zap_session,
13959 and for test initialization. Fix formatting issues. Use
13960 fail in place of perror.
13961 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13962 an expect statement to match an expression with output from
13963 the program under debug.
13964 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13965 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13966 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13967 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13968 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13969
e70b6e8e
DE
139702015-09-09 Doug Evans <dje@google.com>
13971
13972 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13973
7a551a51
DE
139742015-09-09 Doug Evans <dje@google.com>
13975
13976 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13977
4c666f84
DE
139782015-09-09 Doug Evans <dje@google.com>
13979
13980 * gdb.base/savedregs.exp: Fix typo.
13981
243a9253
PA
139822015-09-09 Pedro Alves <palves@redhat.com>
13983
13984 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13985
c0fa8fbd
SL
139862015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13987
13988 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13989 command actually switches threads. Give up on remaining
13990 tests if target fails to stop at breakpoint.
13991
cd7c1778
PMR
139922015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13993
13994 * gdb.ada/funcall_char.exp: New testcase.
13995 * gdb.ada/funcall_char/foo.adb: New file.
13996
dc5c8746
PMR
139972015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13998
13999 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14000 expected outputs. Add two testcases for completing ambiguous
14001 functions.
14002 * gdb.ada/complete/aux_pck.adb: New file.
14003 * gdb.ada/complete/aux_pck.ads: New file.
14004 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14005 Ambiguous_Func functions.
14006 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14007 * gdb.ada/complete/pck.adb: Likewise.
14008
4e83a1e7
UW
140092015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14010
14011 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14012 failures to run the test program under GDB.
14013
8ce74153
LM
140142015-08-26 Luis Machado <lgustavo@codesourcery.com>
14015
14016 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14017 to C.
14018
e9756d52
PP
140192015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14020
14021 * gdb.base/run-after-attach.exp: New test file.
14022 * gdb.base/run-after-attach.c: New test file.
14023
8d37573b
DB
140242015-08-26 Don Breazeal <donb@codesourcery.com>
14025
14026 * gdb.base/foll-exec-2.c: New test program.
14027 * gdb.base/foll-exec-2.exp: New test.
14028
63e43d3a
PMR
140292015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14030
14031 * gdb.base/nested-subp1.exp: New file.
14032 * gdb.base/nested-subp1.c: New file.
14033 * gdb.base/nested-subp2.exp: New file.
14034 * gdb.base/nested-subp2.c: New file.
14035 * gdb.base/nested-subp3.exp: New file.
14036 * gdb.base/nested-subp3.c: New file.
14037
3d40fbb5
PA
140382015-08-24 Pedro Alves <palves@redhat.com>
14039
14040 * gdb.server/connect-without-multi-process.c: New file.
14041 * gdb.server/connect-without-multi-process.exp: New file.
14042
4422ac93
LM
140432015-08-24 Luis Machado <lgustavo@codesourcery.com>
14044
14045 * gdb.opt/inline-markers.c: Make z int.
14046
91dddb86
LM
140472015-08-24 Luis Machado <lgustavo@codesourcery.com>
14048
14049 * gdb.opt/inline-markers.c: Make z volatile.
14050
a48847ee
LM
140512015-08-24 Luis Machado <lgustavo@codesourcery.com>
14052
14053 * gdb.opt/inline-bt.c: New volatile global z.
14054 * gdb.opt/inline-cmds.c: Likewise.
14055 * gdb.opt/inline-locals.c: Likewise.
14056 * gdb.opt/inline-markers.c: New extern global z.
14057 (marker): Use z.
14058 (inline_fn): Likewise.
14059
0ebbc52b
PA
140602015-08-24 Pedro Alves <palves@redhat.com>
14061
14062 * config/m32r-stub.exp: Remove file.
14063 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14064 * gdb.base/call-rt-st.exp: Likewise.
14065 * gdb.base/call-strs.exp: Likewise.
14066 * gdb.base/default.exp: Remove references to h8300-*-hms and
14067 *-*-udi*.
14068 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14069
77c365df
AA
140702015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14071
14072 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14073 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14074 and "return" use KFAIL when GDB can not read/write the vector
14075 return value.
14076
4313b8c0
GB
140772015-08-21 Gary Benson <gbenson@redhat.com>
14078
14079 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14080
0e433b32
PA
140812015-08-20 Pedro Alves <palves@redhat.com>
14082
14083 * gdb.server/solib-list.exp: No longer expect an interior stop in
14084 non-stop mode.
14085
221e1a37
PA
140862015-08-20 Pedro Alves <palves@redhat.com>
14087
14088 * gdb.server/connect-stopped-target.c: New file.
14089 * gdb.server/connect-stopped-target.exp: New file.
14090
40e3ad0e
PA
140912015-08-20 Pedro Alves <palves@redhat.com>
14092
14093 * gdb.dwarf2/comp-unit-lang.exp: New file.
14094 * gdb.dwarf2/comp-unit-lang.c: New file.
14095
af39b327
PMR
140962015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14097
14098 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14099 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14100
7d45c7c3 141012015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14102
7d45c7c3
KB
14103 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14104 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14105
4d6cceb4
DE
141062015-08-18 Doug Evans <dje@google.com>
14107 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14108
14109 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14110 skip_python_tests. New arg prompt_regexp.
14111 (skip_python_tests): New function.
14112 * lib/mi-support.exp (mi_skip_python_tests): New function.
14113 * gdb.python/py-mi-objfile-gdb.py: New file.
14114 * gdb.python/py-mi-objfile.c: New file.
14115 * gdb.python/py-mi-objfile.exp: New file.
14116
ad89c2aa
KS
141172015-08-17 Keith Seitz <keiths@redhat.com>
14118
14119 * gdb.linespec/explicit.exp: Move strace test from here ...
14120 * gdb.trace/strace.exp: ... to here.
14121
e3ae3c43
PP
141222015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14123
14124 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14125 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14126
604b2636
DE
141272015-08-14 Doug Evans <xdje42@gmail.com>
14128
14129 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14130 inferior before selecting a new file.
14131
6ff0ba5f
DE
141322015-08-14 Doug Evans <xdje42@gmail.com>
14133
14134 * gdb.mi/mi-disassemble.exp: Update.
14135 * gdb.base/disasm-optim.S: New file.
14136 * gdb.base/disasm-optim.c: New file.
14137 * gdb.base/disasm-optim.h: New file.
14138 * gdb.base/disasm-optim.exp: New file.
14139
9ca98f92
KS
141402015-08-14 Keith Seitz <keiths@redhat.com>
14141
14142 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14143 "evaluated-by".
14144
52bbc560
JB
141452015-08-13 Joel Brobecker <brobecker@adacore.com>
14146
14147 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14148
5d8c3ed3
PMR
141492015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14150
14151 * gdb.ada/fun_renaming.exp: New testcase.
14152 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14153 * gdb.ada/fun_renaming/pack.adb: New file.
14154 * gdb.ada/fun_renaming/pack.ads: New file.
14155
ea8812bc
KS
141562015-08-12 Keith Seitz <keiths@redhat.com>
14157
14158 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14159 gdb_get_line_number.
14160
4dafcdeb
JB
141612015-08-12 Joel Brobecker <brobecker@adacore.com>
14162
14163 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14164 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14165 gdb.base/dso2dso.exp: New files.
14166
5ba32597
SDJ
141672015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14168 Pedro Alves <palves@redhat.com>
14169 Keith Seitz <keiths@redhat.com>
14170
14171 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14172 GDBFLAGS.
14173
b6dafabf
PP
141742015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14175
14176 * gdb.base/gdbhistsize-history.exp
14177 (test_histsize_history_setting): Use save_vars.
14178 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14179 Use save_vars.
14180 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14181 * gdb.base/readline.exp: Use save_vars.
14182
abe8e607
PP
141832015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14184
14185 * lib/gdb.exp (save_vars): New proc.
14186
629500fa
KS
141872015-08-11 Keith Seitz <keiths@redhat.com>
14188
14189 * gdb.base/help.exp: Update help_breakpoint_text.
14190
eb8c4e2e
KS
141912015-08-11 Keith Seitz <keiths@redhat.com>
14192
14193 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14194 (at toplevel): Call test_explicit_breakpoints.
14195 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14196 breakpoints.
14197 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14198 breakpoint conditions, "-cond".
14199
87f0e720
KS
142002015-08-11 Keith Seitz <keiths@redhat.com>
14201
14202 * gdb.linespec/3explicit.c: New file.
14203 * gdb.linespec/cpexplicit.cc: New file.
14204 * gdb.linespec/cpexplicit.exp: New file.
14205 * gdb.linespec/explicit.c: New file.
14206 * gdb.linespec/explicit.exp: New file.
14207 * gdb.linespec/explicit2.c: New file.
14208 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14209 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14210 before using in the matching pattern.
14211 Clarify that `prefix' is a regular expression.
14212
f00aae0f
KS
142132015-08-11 Keith Seitz <keiths@redhat.com>
14214
14215 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14216 test.
14217 Add tests for missing ",FMT" and ",".
14218
e27852be
DE
142192015-08-10 Doug Evans <dje@google.com>
14220 Keith Seitz <keiths@redhat.com>
14221
14222 PR gdb/17960
14223 * gdb.base/completion.exp: Add location completer tests.
14224
7f03bd92
PA
142252015-08-07 Pedro Alves <palves@redhat.com>
14226
14227 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14228 tests here.
14229 (top level): Run do_test with and without displaced stepping.
14230
3fc8eb30
PA
142312015-08-07 Pedro Alves <palves@redhat.com>
14232
14233 * gdb.base/valgrind-disp-step.c: New file.
14234 * gdb.base/valgrind-disp-step.exp: New file.
14235
d4569d7b
PA
142362015-08-07 Pedro Alves <palves@redhat.com>
14237
14238 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14239 Delete function.
14240 (main): Add alarm. Run an infinite loop instead of calling
14241 wait_threads.
14242 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14243 comment.
14244 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14245 Delete function.
14246 (main): Add alarm. Run an infinite loop instead of calling
14247 wait_threads.
14248 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14249 comment.
14250
e1316e60
PA
142512015-08-07 Pedro Alves <palves@redhat.com>
14252
14253 * gdb.base/checkpoint-ns.exp: New file.
14254 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14255 standard_testfile.
14256
da8c46d2
MM
142572015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14258
14259 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14260 * gdb.btrace/instruction_history.exp: Update.
14261 * gdb.btrace/tsx.exp: New.
14262 * gdb.btrace/tsx.c: New.
14263
de1c2c52
PA
142642015-08-06 Pedro Alves <palves@redhat.com>
14265
14266 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14267 increase timeout.
14268 * gdb.reverse/until-precsave.exp: Bump timeouts.
14269
782e0bf4
PA
142702015-08-06 Pedro Alves <palves@redhat.com>
14271
14272 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14273
83e97ed0
PA
142742015-08-06 Pedro Alves <palves@redhat.com>
14275
14276 PR gdb/18749
14277 * gdb.threads/process-dies-while-handling-bp.c: New file.
14278 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14279
863d01bd
PA
142802015-08-06 Pedro Alves <palves@redhat.com>
14281
14282 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14283 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14284
0a39bb32
PA
142852015-08-05 Pedro Alves <palves@redhat.com>
14286
14287 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14288 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14289
ee2d2b10
SL
142902015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14291
14292 * gdb.base/bp-permanent.exp: Report test as unsupported if
14293 the target cannot stop at the permanent breakpoint.
14294
4e1bdb00
DE
142952015-08-03 Doug Evans <dje@google.com>
14296
14297 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14298 10000.
14299
3d338901
DE
143002015-08-03 Doug Evans <dje@google.com>
14301
14302 * Makefile.in (workers/%.worker, build-perf): New rule.
14303 (GDB_PERFTEST_MODE): New variable.
14304 (check-perf): Use it.
14305 (clean): Clean up gdb.perf parallel build subdirs.
14306 * lib/build-piece.exp: New file.
14307 * lib/gdb.exp (make_gdb_parallel_path): New function
14308 (standard_output_file, standard_temp_file): Call it.
14309 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14310 of $GDB_PARALLEL.
14311 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14312
af061d3e
DE
143132015-08-03 Doug Evans <dje@google.com>
14314
8e1afc81 14315 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14316 (LOG_FILE_NAME): New global.
14317 (TextReporter.__init__): Initialize self.txt_sum.
14318 (TextReporter.report): Add support for multiple data-points.
14319 Move report to perftest.sum, put raw data in perftest.log.
14320 (TextReporter.start): Open sum and log files.
14321 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14322 * gdb.perf/lib/perftest/testresult.py
14323 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14324
2c8c5d37
PA
143252015-07-31 Pedro Alves <palves@redhat.com>
14326
14327 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14328 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14329 kill_wait_spawned_process instead of explicit "kill -9".
14330 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14331 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14332 kill_wait_spawned_process.
14333 * gdb.base/attach-twice.exp: Likewise.
14334 * gdb.base/attach.exp: Likewise.
14335 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14336 gdb_test_multiple.
14337 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14338 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14339 kill_wait_spawned_process.
14340 * gdb.base/valgrind-infcall.exp: Likewise.
14341 * gdb.multi/multi-attach.exp: Likewise.
14342 * gdb.python/py-prompt.exp: Likewise.
14343 * gdb.python/py-sync-interp.exp: Likewise.
14344 * gdb.server/ext-attach.exp: Likewise.
14345 * gdb.threads/attach-into-signal.exp (corefunc): Use
14346 spawn_wait_for_attach, spawn_id_get_pid and
14347 kill_wait_spawned_process.
14348 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14349 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14350 spawn_id_get_pid and kill_wait_spawned_process.
14351 * gdb.threads/attach-stopped.exp (corefunc): Use
14352 spawn_wait_for_attach, spawn_id_get_pid and
14353 kill_wait_spawned_process.
14354 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14355 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14356 kill_wait_spawned_process instead of explicit "kill -9".
14357 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14358 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14359 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14360 processes. Don't map cygwin/windows pids here. Now returns a
14361 spawn id list.
14362
032a0fca
SL
143632015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14364
14365 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14366 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14367 correct patch.
14368
61a934ca
SL
143692015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14370
14371 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14372
4bc4d428
SL
143732015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14374
14375 Reapply:
14376 2014-05-21 Mark Wielaard <mjw@redhat.com>
14377
14378 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14379
998d452a
PA
143802015-07-30 Pedro Alves <palves@redhat.com>
14381
14382 * linux-low.c (handle_extended_wait): Set the child's last
14383 reported status to TARGET_WAITKIND_STOPPED.
14384
69dde7dc
PA
143852015-07-30 Pedro Alves <palves@redhat.com>
14386
14387 PR threads/18600
14388 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14389 only shows inferior 1.
14390
4dd63d48
PA
143912015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14392 Pedro Alves <palves@redhat.com>
14393
14394 PR threads/18600
14395 * gdb.threads/fork-plus-threads.c: New file.
14396 * gdb.threads/fork-plus-threads.exp: New file.
14397
d618e4c5
PP
143982015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14399
14400 * gdb.base/batch-preserve-term-settings.exp
14401 (test_terminal_settings_preserved_after_cli_exit): Use
14402 send_quit_command.
14403
1eef6428
PA
144042015-07-29 Pedro Alves <palves@redhat.com>
14405 Don Breazeal <donb@codesourcery.com>
14406
14407 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14408 output from both inferior_spawn_id and gdb_spawn_id.
14409
7da5b897
SDJ
144102015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14411
14412 * gdb.threads/attach-into-signal.exp (corefunc): Use
14413 with_test_prefix on nested loops, uniquefying the test messages.
14414
dac804df
SDJ
144152015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14416
14417 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14418 commit.
14419
06265e53
PP
144202015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14421
14422 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14423 New proc.
14424 (test_terminal_settings_preserved_after_sigterm): New test.
14425
18206ca3
PP
144262015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14427
14428 * gdb.base/batch-preserve-term-settings.exp
14429 (test_terminal_settings_preserved_after_cli_exit): New test.
14430
90074d11
PP
144312015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14432
14433 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14434 manipulation of saved_gdbflags.
14435 (test_terminal_settings_preserved): Remove global declaration of
14436 the unused variable pagination_prompt. Remove manipulation of
14437 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14438 GDBFLAGS.
14439
eb1a7902
PA
144402015-07-29 Pedro Alves <palves@redhat.com>
14441
14442 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14443
8b75dd3b
PA
144442015-07-29 Pedro Alves <palves@redhat.com>
14445
14446 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14447 at the top.
14448
dedad4e3
PA
144492015-07-29 Pedro Alves <palves@redhat.com>
14450
14451 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14452 (main): Call gdb_unbuffer_output.
14453 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14454 (main): Call gdb_unbuffer_output.
14455 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14456 (main): Call gdb_unbuffer_output.
14457 * gdb.base/call-strs.exp: Adjust to step over the
14458 gdb_unbuffer_output call.
14459 * gdb.base/catch-gdb-caused-signals.c: Include
14460 "../lib/unbuffer_output.c".
14461 (main): Call gdb_unbuffer_output.
14462 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14463 (main): Call gdb_unbuffer_output.
14464 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14465 (main): Call gdb_unbuffer_output.
14466 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14467 (main): Call gdb_unbuffer_output.
14468 * gdb.base/shlib-call.exp: Adjust to step over the
14469 gdb_unbuffer_output call.
14470 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14471 (main): Call gdb_unbuffer_output.
14472 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14473 (main): Call gdb_unbuffer_output.
14474 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14475 (main): Rename to ...
14476 (test): ... this.
14477 (main): Reimplement.
14478 * gdb.base/varargs.exp: Run to test instead of to main.
14479 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14480 (main): Call gdb_unbuffer_output.
14481
58789a91
PA
144822015-07-29 Pedro Alves <palves@redhat.com>
14483
14484 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14485 factore out from mi_continue_dprintf. For call-style dprintfs,
14486 expect dprintf output out of $inferior_spawn_id.
14487 (mi_continue_dprintf): Use mi_expect_dprintf.
14488 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14489 (main): Call gdb_unbuffer_output.
14490
e8376742
PA
144912015-07-29 Pedro Alves <palves@redhat.com>
14492
14493 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14494 (default_mi_gdb_start): Set inferior_spawn_id instead of
14495 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14496 gdb_spawn_id.
14497 (mi_gdb_test): Always expect inferior output from both
14498 $inferior_spawn_id and $gdb_spawn_id.
14499
08280010
PA
145002015-07-29 Pedro Alves <palves@redhat.com>
14501
14502 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14503 send_inferior and $inferior_spawn_id.
14504
4d30e432
PA
145052015-07-29 Pedro Alves <palves@redhat.com>
14506
14507 * gdb.gdb/complaints.exp (test_initial_complaints)
14508 (test_serial_complaints, test_short_complaints): Use
14509 gdb_test_stdio.
14510 (test_empty_complaint): Handle $inferior_spawn_id !=
14511 $gdb_spawn_id.
14512
0d30a335
PA
145132015-07-29 Pedro Alves <palves@redhat.com>
14514
14515 * gdb.base/varargs.exp: Use gdb_test_stdio.
14516
39413b29
PA
145172015-07-29 Pedro Alves <palves@redhat.com>
14518
14519 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14520
7cb000a9
PA
145212015-07-29 Pedro Alves <palves@redhat.com>
14522
14523 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14524
d7b8ac82
PA
145252015-07-29 Pedro Alves <palves@redhat.com>
14526
14527 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14528 parameter into two new parameters, "inf_result" and "gdb_result".
14529 Expect inferior output and gdb output from $inferior_spawn_id and
14530 $gdb_spawn_id, respectively. Adjust all callers.
14531
789c3a0c
PA
145322015-07-29 Pedro Alves <palves@redhat.com>
14533
14534 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14535 of gdb_test_sequence.
14536
77e760c3
PA
145372015-07-29 Pedro Alves <palves@redhat.com>
14538
14539 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14540 (saw_spurious_output): Expect inferior output from
14541 $inferior_spawn_id. Use gdb_test_stdio.
14542
8396d2cd
PA
145432015-07-29 Pedro Alves <palves@redhat.com>
14544
14545 * gdb.base/dprintf.exp: Use standard_testfile. Change
14546 prepare_for_testing call.
14547 (srcfile): Don't set.
14548 (restart): New procedure.
14549 (test_dprintf): New procecure, use to continue over dprintfs.
14550 (test_call, test_agent): New procedures, tests moved here.
14551 Restart gdb and recreate dprintfs. Adjust expected output.
14552
2051d61f
PA
145532015-07-29 Pedro Alves <palves@redhat.com>
14554
14555 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14556
452397af
PA
145572015-07-29 Pedro Alves <palves@redhat.com>
14558
14559 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14560
8aed9555
PA
145612015-07-29 Pedro Alves <palves@redhat.com>
14562
14563 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14564 gdb_test_stdio.
14565
188a61b4
PA
145662015-07-29 Pedro Alves <palves@redhat.com>
14567
14568 * lib/gdb.exp (gdb_test_stdio): New procedure.
14569
12264a45
PA
145702015-07-29 Pedro Alves <palves@redhat.com>
14571
14572 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14573
23ffc893
PA
145742015-07-29 Pedro Alves <palves@redhat.com>
14575
14576 * gdb.base/call-signal-resume.exp: Remove check for
14577 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14578 * gdb.base/unwindonsignal.exp: Likewise.
14579 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14580 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14581
65566918
PA
145822015-07-29 Pedro Alves <palves@redhat.com>
14583
14584 * gdb.base/siginfo-addr.c (pass): New function.
14585 (handler): Call it iff si_addr is correct.
14586 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14587 Set a breakpoint at "pass" and continue to it.
14588
d60a9221
SDJ
145892015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14590
14591 * gdb.python/py-objfile.exp: Make some tests have unique names.
14592 * gdb.python/py-pp-registration.exp: Likewise.
14593
bde40b8f
PA
145942015-07-28 Pedro Alves <palves@redhat.com>
14595
14596 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14597
13e1dec8
SM
145982015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14599
14600 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14601
da33c9a7
SM
146022015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14603
14604 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14605
077836f7
PP
146062015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14607
14608 * gdb.base/gdb-sigterm-2.exp: New test.
14609
b8cc7b2e
DE
146102015-07-25 Doug Evans <xdje42@gmail.com>
14611
14612 Revert:
14613 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14614 (workers/%.worker, build-perf): New rule.
14615 (GDB_PERFTEST_MODE): New variable.
14616 (check-perf): Use it.
14617 (clean): Clean up gdb.perf parallel build subdirs.
14618 * lib/build-piece.exp: New file.
14619 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14620 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14621 name.
14622 (standard_temp_file): Ditto.
14623 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14624 of $GDB_PARALLEL.
14625
c8bd4544
DE
146262015-07-24 Doug Evans <dje@google.com>
14627
14628 * gdb.perf/lib/perftest/utils.py: New file.
14629 * gdb.perf/gm-hello.cc: New file.
14630 * gdb.perf/gm-pervasive-typedef.cc: New file.
14631 * gdb.perf/gm-pervasive-typedef.h: New file.
14632 * gdb.perf/gm-std.cc: New file.
14633 * gdb.perf/gm-std.h: New file.
14634 * gdb.perf/gm-use-cerr.cc: New file.
14635 * gdb.perf/gm-utils.h: New file.
14636 * gdb.perf/gmonster-null-lookup.py: New file.
14637 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14638 * gdb.perf/gmonster-print-cerr.py: New file.
14639 * gdb.perf/gmonster-ptype-string.py: New file.
14640 * gdb.perf/gmonster-runto-main.py: New file.
14641 * gdb.perf/gmonster-select-file.py: New file.
14642 * gdb.perf/gmonster1-null-lookup.exp: New file.
14643 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14644 * gdb.perf/gmonster1-print-cerr.exp: New file.
14645 * gdb.perf/gmonster1-ptype-string.exp: New file.
14646 * gdb.perf/gmonster1-runto-main.exp: New file.
14647 * gdb.perf/gmonster1-select-file.exp: New file.
14648 * gdb.perf/gmonster1.cc: New file.
14649 * gdb.perf/gmonster1.exp: New file.
14650 * gdb.perf/gmonster2-null-lookup.exp: New file.
14651 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14652 * gdb.perf/gmonster2-print-cerr.exp: New file.
14653 * gdb.perf/gmonster2-ptype-string.exp: New file.
14654 * gdb.perf/gmonster2-runto-main.exp: New file.
14655 * gdb.perf/gmonster2-select-file.exp: New file.
14656 * gdb.perf/gmonster2.cc: New file.
14657 * gdb.perf/gmonster2.exp: New file.
14658
6eab34f3
DE
146592015-07-24 Doug Evans <dje@google.com>
14660
14661 * gdb.perf/README: New file.
14662 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14663 * lib/gen-perf-test.exp: New file.
14664
63738bfd
DE
146652015-07-24 Doug Evans <dje@google.com>
14666
14667 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14668 (PerfTest::startup): New function.
14669 (PerfTest::run): Return result of calling body.
14670 (PerfTest::assemble): Rewrite.
14671 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14672 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14673 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14674 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14675 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14676
7b606f95
DE
146772015-07-24 Doug Evans <dje@google.com>
14678
14679 * lib/gdb.exp (clean_restart): Make executable optional.
14680
a97b16b8
DE
146812015-07-24 Doug Evans <dje@google.com>
14682
14683 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14684 compiler_info references.
14685 * gdb.cp/temargs.exp: Ditto.
14686 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14687 (get_compiler_info): Early exit if already computed. Set compiler_info
14688 to "unknown" if there was a problem.
14689 (test_compiler_info): Add function comment. Call get_compiler_info.
14690
35baa57f
DE
146912015-07-24 Doug Evans <dje@google.com>
14692
14693 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14694 (workers/%.worker, build-perf): New rule.
14695 (GDB_PERFTEST_MODE): New variable.
14696 (check-perf): Use it.
14697 (clean): Clean up gdb.perf parallel build subdirs.
14698 * lib/build-piece.exp: New file.
14699 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14700 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14701 name.
14702 (standard_temp_file): Ditto.
14703 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14704 of $GDB_PARALLEL.
14705
6ebea266
DE
147062015-07-24 Doug Evans <dje@google.com>
14707
14708 * lib/future.exp (gdb_default_target_compile): New option
14709 "early_flags".
14710 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14711 --as-needed.
14712
1e76a7e9
SDJ
147132015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14714
14715 * gdb.base/catch-syscall.exp: Call gdb_exit before
14716 gdb_skip_xml_test.
14717
5068630a
PA
147182015-07-24 Pedro Alves <palves@redhat.com>
14719
14720 * gdb.python/py-events.exp: Accept output between the stop event
14721 and the prompt.
14722 * gdb.python/py-evsignal.exp: Likewise.
14723 * gdb.python/py-evthreads.exp: Likewise.
14724
77598427
PA
147252015-07-24 Pedro Alves <palves@redhat.com>
14726
14727 PR gdb/18717
14728 * gdb.threads/non-ldr-exit.c: New file.
14729 * gdb.threads/non-ldr-exit.exp: New file.
14730
11e6c98f
YQ
147312015-07-24 Yao Qi <yao.qi@linaro.org>
14732
14733 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14734 restarting process.
14735
51aee833
YQ
147362015-07-24 Yao Qi <yao.qi@linaro.org>
14737
14738 * gdb.server/ext-restart.exp: New file.
14739
8cfe207c
YQ
147402015-07-24 Yao Qi <yao.qi@linaro.org>
14741
14742 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14743 argument options.
14744 * gdb.server/ext-wrapper.exp: New file.
14745
cc12ce38
DE
147462015-07-23 Doug Evans <dje@google.com>
14747
14748 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14749 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14750
d0d84780
PMR
147512015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14752
14753 * gdb.ada/var_arr_typedef.exp: New testcase.
14754 * gdb.ada/var_arr_typedef/pack.adb: New file.
14755 * gdb.ada/var_arr_typedef/pack.ads: New file.
14756 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14757
8b558f79
JB
147582015-07-20 Joel Brobecker <brobecker@adacore.com>
14759
14760 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14761
775a3298
JK
147622015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14763
14764 * gdb.arch/i386-biarch-core.exp: Replace istarget
14765 by "complete set gnutarget". Remove expectation for the "core-file"
14766 command.
14767
db1ff28b
JK
147682015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14769
14770 Revert the previous commit:
14771 Tests for validate symbol file using build-id.
14772
0a94970d
JK
147732015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14774
14775 Tests for validate symbol file using build-id.
14776 * gdb.base/solib-mismatch-lib.c: New file.
14777 * gdb.base/solib-mismatch-libmod.c: New file.
14778 * gdb.base/solib-mismatch.c: New file.
14779 * gdb.base/solib-mismatch.exp: New file.
14780
03346981
SL
147812015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14782
14783 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14784 nios2-*-linux*.
14785 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14786 * gdb.base/siginfo.exp: Likewise.
14787 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14788
42422cc7
PL
147892015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14790
14791 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14792 Move it to ...
14793 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14794 ... here.
14795 * gdb.trace/range-stepping.exp: Check that the target supports
14796 range stepping.
14797
cfa68bae
JK
147982015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14799
14800 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14801
8ffdba26
PA
148022015-07-14 Pedro Alves <palves@redhat.com>
14803
14804 * gdb.base/killed-outside.exp: New file.
14805 * gdb.base/killed-outside.c: New file.
14806
218a5a11
JK
148072015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14808
14809 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14810 (n at main): New.
14811 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14812
e03ed3c6
AA
148132015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14814
14815 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14816 infcall tests instead of setting up for KFAIL.
14817
485668e5
MM
148182015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14819
14820 * gdb.btrace/record_goto-step.exp: New.
14821
08464196
JK
148222015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14823
14824 PR compile/18484
14825 * gdb.compile/compile.c (struct struct_type): Add volatile to
14826 selffield's type.
14827 * gdb.compile/compile.exp
14828 (compile code struct_object.selffield = &struct_object): Skip further
14829 struct_object tests if this one xfails.
14830
bcf5c1d9
RC
148312015-07-08 Robert O'Callahan <robert@ocallahan.org>
14832
14833 PR exp/18617
14834 * gdb.trace/ax.exp: Add test.
14835
4931af25
YQ
148362015-07-07 Yao Qi <yao.qi@linaro.org>
14837
14838 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14839 instead of istarget "aarch64*-*-*".
14840 * gdb.arch/aarch64-fp.exp: Likewise.
14841 * gdb.base/float.exp: Likewise.
14842 * gdb.reverse/aarch64.exp: Likewise.
14843 * lib/gdb.exp (is_aarch64_target): New proc.
14844
9fcf688e
YQ
148452015-07-07 Yao Qi <yao.qi@linaro.org>
14846
14847 * lib/gdb.exp (is_aarch32_target): New proc.
14848 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14849 instead of "istarget "arm*-*-*"".
14850 * gdb.arch/arm-disp-step.exp: Likewise.
14851 * gdb.arch/thumb-bx-pc.exp: Likewise.
14852 * gdb.arch/thumb-prologue.exp: Likewise.
14853 * gdb.arch/thumb-singlestep.exp: Likewise.
14854 * gdb.base/disp-step-syscall.exp: Likewise.
14855 * gdb.base/float.exp: Likewise.
14856
fbd8d50d
YQ
148572015-07-07 Yao Qi <yao.qi@linaro.org>
14858
14859 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14860 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14861
71be1fdc
YQ
148622015-07-07 Yao Qi <yao.qi@linaro.org>
14863
14864 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14865 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14866 if it exists.
14867 * gdb.multi/multi-arch.exp: Likewise.
14868
3e221d36
SM
148692015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14870
14871 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14872 print.
14873
d441430b
YQ
148742015-07-07 Yao Qi <yao.qi@linaro.org>
14875
14876 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14877
06f810bd
MG
148782015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14879
14880 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14881 '[' and ']' characters.
14882
5e61e7c0
IB
148832015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14884
14885 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14886
28bf096c
PA
148872015-06-29 Pedro Alves <palves@redhat.com>
14888
14889 PR threads/18127
14890 * gdb.threads/hand-call-new-thread.c: New file.
14891 * gdb.threads/hand-call-new-thread.c: New file.
14892
ee93cd5e
KS
148932015-06-26 Keith Seitz <keiths@redhat.com>
14894 Doug Evans <dje@google.com>
14895
14896 PR 16253
14897 * gdb.cp/var-tag-2.cc: New file.
14898 * gdb.cp/var-tag-3.cc: New file.
14899 * gdb.cp/var-tag-4.cc: New file.
14900 * gdb.cp/var-tag.cc: New file.
14901 * gdb.cp/var-tag.exp: New file.
14902
fc637f04
PP
149032015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14904
14905 * gdb.base/history-duplicates.exp: New test.
14906
2e52ae68
PP
149072015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14908
14909 * gdb.base/completion.exp: Test the completion of the "focus"
14910 command.
14911
6e22494e
JK
149122015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14913
14914 * gdb.arch/amd64-prologue-skip.S: New file.
14915 * gdb.arch/amd64-prologue-skip.exp: New file.
14916
bf7b9cd9
SM
149172015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14918
14919 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14920 is_address_zero_readable check.
14921
201e8dfd
PB
149222015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14923
14924 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14925 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14926
5cd867b4
YQ
149272015-06-24 Yao Qi <yao.qi@linaro.org>
14928
14929 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14930 linux targets.
14931
4d7be007
YQ
149322015-06-24 Yao Qi <yao.qi@linaro.org>
14933
14934 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14935 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14936 * gdb.base/siginfo-thread.exp: Likewise.
14937
07fcd301
YQ
149382015-06-22 Yao Qi <yao.qi@linaro.org>
14939
14940 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14941
52042a00
YQ
149422015-06-22 Yao Qi <yao.qi@linaro.org>
14943
14944 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14945 aarch64*-*-*.
14946 (skip_hw_watchpoint_tests): Likewise.
14947
74bd41ce
PP
149482015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14949
14950 * gdb.base/gdbinit-history.exp: Test the interaction between
14951 setting GDBHISTSIZE and setting the history size via .gdbinit.
14952
bc460514
PP
149532015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14954
14955 PR gdb/16999
14956 * gdb.base/gdbhistsize-history.exp: New test.
14957
b58c513b
PP
149582015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14959
14960 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14961 with GDBHISTSIZE.
14962 * gdb.base/readline.exp: Likewise.
14963
92046791
YQ
149642015-06-17 Yao Qi <yao.qi@linaro.org>
14965
14966 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14967 line.
14968
2093d2d3
PP
149692015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14970
14971 * gdb.base/gdbinit-history.exp: Add test case to check that
14972 an unlimited history file does not get truncated on exit.
14973
e6c693af
AA
149742015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14975
14976 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14977 (VECTOR): New macro. Use it...
14978 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14979 ...for these typedefs.
14980 (int8, char1, int1, double1): New typedefs.
14981 (struct just_int2, struct two_int2): New structures.
14982 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14983 (add_structvecs, add_singlevecs): New functions.
14984 (main): Call add_some_intvecs twice.
14985 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14986 the compile and exit upon failure. Try compiling for the "native"
14987 architecture. Test inferior function calls with vector arguments
14988 and vector return value handling with "finish" and "return".
14989
c74f7d1c
JT
149902015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14991
14992 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14993 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14994 PE file.
14995 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14996
98aa42ee
AT
149972015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14998
14999 PR breakpoints/16465
15000 * gdb.mi/mi-dprintf-pending.c: New file.
15001 * gdb.mi/mi-dprintf-pending.exp: New test.
15002 * gdb.mi/mi-dprintf-pendshr.c: New file.
15003
7d73c23c 150042015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15005 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15006
15007 * gdb.arch/i386-mpx-map.c: New file.
15008 * gdb.arch/i386-mpx-map.exp: New File.
15009
150102015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15011
15012 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15013 * gdb.arch/i386-mpx.exp: Indentation fixed.
15014
150152015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15016
15017 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15018 function and improved indentation.
15019 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15020 gdb_test_multiple. Added additional tests to skip the test.
15021
150222015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15023
15024 * gdb.arch/i386-avx512.c: Change path in include file.
15025 * gdb.arch/i386-avx512.exp: Change include dir path
15026 compilation flag.
15027 * gdb.arch/i386-mpx.c: Change path in include file.
15028 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15029 flag.
15030
d5eba19a
JK
150312015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15032
15033 * gdb.compile/compile-print.exp (compile print *vararray@3)
15034 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15035
7f361056
JK
150362015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15037
15038 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15039 (do not keep jit in memory): ... this.
15040 (expect 5): Change it to ...
15041 (expect no 5): ... this.
15042
3b462ec2
SM
150432015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15044
15045 PR gdb/15564
15046 * gdb.mi/mi-detach.exp: New file.
15047
e0619de6
JK
150482015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15049
15050 PR symtab/18392
15051 * gdb.arch/amd64-tailcall-self.S: New file.
15052 * gdb.arch/amd64-tailcall-self.c: New file.
15053 * gdb.arch/amd64-tailcall-self.exp: New file.
15054
e970cb34
DB
150552015-05-28 Don Breazeal <donb@codesourcery.com>
15056
15057 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15058 tests for remote targets by checking is_target_gdbserver.
15059
b2e2f908
DE
150602015-05-27 Doug Evans <dje@google.com>
15061
15062 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15063 * gdb.dwarf2/opaque-type-lookup.c: New file.
15064 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15065
82c7be31
DE
150662015-05-26 Doug Evans <dje@google.com>
15067
15068 * gdb.cp/iostream.cc: New file.
15069 * gdb.cp/iostream.exp: New file.
15070
b4f54984
DE
150712015-05-26 Doug Evans <dje@google.com>
15072
15073 * gdb.dwarf2/dw2-op-call.exp: Update.
15074 * gdb.dwarf2/dw4-sig-types.exp: Update.
15075 * gdb.dwarf2/implptr.exp: Update.
15076 * gdb.mi/mi-cmd-param-changed.exp: Update.
15077
4ea6efe9
DE
150782015-05-26 Doug Evans <dje@google.com>
15079
15080 * gdb.python/py-lazy-string.c: New file.
15081 * gdb.python/py-lazy-string.exp: New file.
15082 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15083 (main): Update. Add estring3.
15084 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15085 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15086
f6bb7db3
YQ
150872015-05-26 Omair Javaid <omair.javaid@linaro.org>
15088 Yao Qi <yao.qi@linaro.org>
15089
15090 * gdb.reverse/aarch64.c: New.
15091 * gdb.reverse/aarch64.exp: New.
15092
a81bfbd0
OJ
150932015-05-26 Omair Javaid <omair.javaid@linaro.org>
15094
25d49b86
PA
15095 * lib/gdb.exp (supports_process_record): Return true for
15096 aarch64*-linux*.
a81bfbd0
OJ
15097 (supports_reverse): Likewise.
15098
158bf1b4
PP
150992015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15100
15101 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15102 Use with_test_prefix.
15103
a0145030
AB
151042015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15105
15106 * gdb.base/completion.exp: Add test for completion of layout
15107 names.
15108
ebe3b578
AB
151092015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15110
15111 * lib/gdb.exp (skip_tui_tests): New proc.
15112 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15113
84204ed7
PA
151142015-05-19 Pedro Alves <palves@redhat.com>
15115
15116 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15117 Save the whole env array instead of just HOME. Unset HISTSIZE in
15118 the environment while testing. Restore whole environment
15119 afterwards.
15120
37442ce1
DE
151212015-05-16 Doug Evans <xdje42@gmail.com>
15122
15123 * gdb.guile/scm-ports.c: New file.
15124 * gdb.guile/scm-ports.exp: Add memory port tests.
15125
36de76f9
JK
151262015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15127
15128 * gdb.compile/compile-print.c: New file.
15129 * gdb.compile/compile-print.exp: New file.
15130
3a9558c4
JK
151312015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15132
15133 * gdb.compile/compile-ops.exp: Cast param to void.
15134 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15135 (compile code struct_object.selffield = &struct_object): Add xfail.
15136
aa715135
JG
151372015-05-15 Joel Brobecker <brobecker@adacore.com>
15138
15139 * gdb.ada/arr_enum_with_gap: New testcase.
15140
931e5bc3
JG
151412015-05-15 Joel Brobecker <brobecker@adacore.com>
15142
15143 * gdb.ada/byte_packed_arr: New testcase.
15144
9cd4d857
JB
151452015-05-15 Joel Brobecker <brobecker@adacore.com>
15146
15147 * gdb.ada/pckd_neg: New testcase.
15148
ebfd00d2
PP
151492015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15150
15151 PR gdb/17820
15152 * gdb.base/gdbinit-history.exp: New test.
15153 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15154 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15155
4c082a81
SC
151562015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15157
15158 * gdb.python/py-xmethods.cc: Enhance test case.
15159 * gdb.python/py-xmethods.exp: New tests.
15160 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15161 function.
15162 (B_indexoper): Likewise.
15163 (global_dm_list) : Add new xmethod worker functions.
15164
f7797074
SDJ
151652015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15166
15167 * gdb.base/coredump-filter.exp: Correctly unset
15168 "coredump_var_addr" array.
15169
a4674e4e
PA
151702015-05-08 Pedro Alves <palves@redhat.com>
15171
15172 * gdb.server/non-existing-program.exp: Unset spawn_id.
15173
df2eb078
SC
151742015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15175
15176 PR python/18291
15177 * gdb.python/py-xmethods.exp: Add tests.
15178
422349a3
YQ
151792015-05-08 Yao Qi <yao.qi@linaro.org>
15180
15181 PR gdb/18208
15182 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15183 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15184 function set_coredump_filter, and remove remote_exec call.
15185 Remove argument ipid. Callers update.
15186 (top level): Don't get inferior's PID.
15187
63fc80ce
AA
151882015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15189
15190 * gdb.base/watch_thread_num.exp: Skip test on targets without
15191 access watchpoints.
15192
80ad801e
PA
151932015-05-06 Pedro Alves <palves@redhat.com>
15194
15195 PR server/18081
15196 * gdb.server/non-existing-program.exp: New file.
15197
0fa7fe50
JB
151982015-05-05 Joel Brobecker <brobecker@adacore.com>
15199
15200 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15201
3ea89b92
PMR
152022015-05-05 Joel Brobecker <brobecker@adacore.com>
15203
15204 * gdb.ada/out_of_line_in_inlined: New testcase.
15205
87b8eff0
JB
152062015-05-05 Joel Brobecker <brobecker@adacore.com>
15207
15208 * gdb.ada/var_rec_arr: New testcase.
15209
5fccc635
YQ
152102015-04-30 Yao Qi <yao.qi@linaro.org>
15211
15212 * gdb.base/break-idempotent.exp: If
15213 skip_hw_watchpoint_multi_tests returns true, skip the tests
15214 on "rwatch" and "awatch".
15215
42d38f42
YQ
152162015-04-30 Yao Qi <yao.qi@linaro.org>
15217
15218 * gdb.base/relativedebug.exp: Invoke gdb command
15219 "info sharedlibrary", and if libc.so doesn't have debug info,
15220 skip the test.
15221
2ce1cdbf
DE
152222015-04-29 Doug Evans <dje@google.com>
15223
15224 * gdb.python/py-xmethods.exp: Add ptype tests.
15225 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15226 get_result_type method.
15227
f24a38c5
LM
152282015-04-29 Luis Machado <lgustavo@codesourcery.com>
15229
15230 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15231 the target does not support hardware watchpoints.
15232
ecbf2b3c
LM
152332015-04-29 Luis Machado <lgustavo@codesourcery.com>
15234
15235 * gdb.base/break-always.exp: Abort testing if writing to memory
15236 causes an error.
15237
34f5f757
DE
152382015-04-28 Doug Evans <dje@google.com>
15239
15240 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15241 * gdb.python/py-pp-registration.exp: ... here. New file.
15242 * gdb.python/py-pp-registration.c: New file.
15243 * gdb.python/py-pp-registration.py: New file.
15244
69b4374a
DE
152452015-04-28 Doug Evans <dje@google.com>
15246
15247 * gdb.python/py-bad-printers.c: New file.
15248 * gdb.python/py-bad-printers.py: New file.
15249 * gdb.python/py-bad-printers.exp: New file.
15250
59fb7612
SS
152512015-04-28 Sasha Smundak <asmundak@google.com>
15252
15253 * gdb.python/py-type.exp: New test.
15254
2631b16a
AW
152552015-04-28 Andy Wingo <wingo@igalia.com>
15256
15257 * gdb.python/py-parameter.exp:
15258 * gdb.guile/scm-parameter.exp: Escape the path that we are
15259 matching against, as it might contain characters that are special
15260 to regular expressions.
15261
460efde1
JB
152622015-04-27 Joel Brobecker <brobecker@adacore.com>
15263
15264 * gdb.ada/rec_comp: New testcase.
15265
2d369d8e
SDJ
152662015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15267
15268 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15269 before using it.
15270
cf75d6c3
AB
152712015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15272
15273 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15274 new tests for verilog output.
15275
8dbe7ca5
YQ
152762015-04-24 Yao Qi <yao.qi@linaro.org>
15277
15278 * boards/remote-gdbserver-on-localhost.exp: New file.
15279
4ef9fb2f
PA
152802015-04-23 Pedro Alves <palves@redhat.com>
15281
15282 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15283 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15284 "end of file", remove $inferior_spawn_id from the indirect list.
15285
0a803169
PA
152862015-04-23 Pedro Alves <palves@redhat.com>
15287
15288 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15289
749ef8f8
PA
152902015-04-23 Pedro Alves <palves@redhat.com>
15291
15292 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15293 on $any_spawn_id instead of only on $gdb_spawn_id.
15294
8aae4344
PM
152952015-04-21 Pierre Muller <muller@sourceware.org>
15296
15297 PR pascal/17815
15298 * lib/pascal.exp (gpc_compile): Add new option "class".
15299 (fpc_compile): Likewise.
15300 * gdb.pascal/case-insensitive-symbols.pas: New file.
15301 * gdb.pascal/case-insensitive-symbols.exp: New file.
15302
1586c8fb
GB
153032015-04-20 Gary Benson <gbenson@redhat.com>
15304
15305 * gdb.base/attach.exp: Fix three extended remote failures.
15306
1b6e6f5c
GB
153072015-04-17 Gary Benson <gbenson@redhat.com>
15308
15309 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15310 the main executable over the remote protocol.
15311
e797481d
PA
153122015-04-16 Pedro Alves <palves@redhat.com>
15313
15314 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15315 a new gdbserver if gdbserver_reconnect_p is set.
15316
1ca99c42
PA
153172015-04-16 Pedro Alves <palves@redhat.com>
15318
15319 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15320 is set, don't exit gdbserver.
15321
af9fd6f8
AA
153222015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15323
15324 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15325 appropriate .insn, such that an older assembler can be used.
15326 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15327 the z/Architecture instruction set on 31-bit targets as well.
15328
04ff1e61
AA
153292015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15330
15331 * gdb.go/handcall.exp: Remove all logic related to the first
15332 breakpoint and rely on go_runto_main instead.
15333 * gdb.go/strings.exp: Likewise.
15334 * gdb.go/unsafe.exp: Likewise.
15335 * gdb.go/hello.exp: Likewise. Also rename the remaining
15336 breakpoint marker to "breakpoint 1".
15337 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15338 * gdb.go/strings.go: Likewise.
15339 * gdb.go/unsafe.go: Likewise.
15340 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15341 "set breakpoint 2 here" and rename the remaining breakpoint marker
15342 to "breakpoint 1".
15343
40d2f8d6
SM
153442015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15345
15346 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15347 if itertools.imap is not present.
15348 * gdb.python/py-objfile.exp: Add parentheses.
15349 * gdb.python/py-type.exp: Same.
15350 * gdb.python/py-unwind-maint.py: Same.
15351
8cbc97c6
YQ
153522015-04-15 Yao Qi <yao.qi@linaro.org>
15353
15354 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15355 of ":$ptr_size" and set its form explicitly.
15356
45fd756c
YQ
153572015-04-15 Pedro Alves <palves@redhat.com>
15358 Yao Qi <yao.qi@linaro.org>
15359
15360 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15361 timeout by factor of 4.
15362 (test_regular_watch): Likewise.
15363 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15364 * gdb.reverse/sigall-reverse.exp: Likewise.
15365 * gdb.reverse/until-precsave.exp: Likewise.
15366 * lib/gdb.exp (with_timeout_factor): New proc.
15367 (gdb_expect): Move some code to ...
15368 (get_largest_timeout): ... here. New procedure.
15369
9e811bc3
LM
153702015-04-14 Luis Machado <lgustavo@codesourcery.com>
15371
15372 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15373
0ff6fcb2
LM
153742015-04-13 Luis Machado <lgustavo@codesourcery.com>
15375
15376 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15377 to write to the .text section.
15378
7578d5f7
LM
153792015-04-13 Luis Machado <lgustavo@codesourcery.com>
15380
15381 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15382 Handle the case of targets that do not provide PID information.
15383
2efe15c4
YQ
153842015-04-13 Yao Qi <yao.qi@linaro.org>
15385
15386 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15387 and use expect instead of gdb_expect.
15388
8cd8f2f8
SDJ
153892015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15390
15391 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15392 "coredump_var_addr" to avoid naming conflict with other testcases.
15393
9ee41772
PA
153942015-04-10 Pedro Alves <palves@redhat.com>
15395
15396 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15397 gdb_test_sequence and gdb_assert.
15398
07473109
PA
153992015-04-10 Pedro Alves <palves@redhat.com>
15400
15401 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15402 test messages that don't include the breakpoint address.
15403
de3db44c
YQ
154042015-04-10 Yao Qi <yao.qi@linaro.org>
15405
15406 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15407 false for some offset and width combinations which aren't
15408 supported by linux kernel.
15409
c79d856c
PA
154102015-04-10 Pedro Alves <palves@redhat.com>
15411
15412 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15413 procedure, factored out from ...
15414 (top level): ... here. Add "set displaced-stepping" testing axis.
15415 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15416 parameter "displaced". Use it.
15417 (top level): Use foreach and add "set displaced-stepping" testing
15418 axis.
15419
ebc90b50
PA
154202015-04-10 Pedro Alves <palves@redhat.com>
15421
15422 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15423 Remove comment.
15424 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15425 both the address of the instruction that triggers the watchpoint
15426 and the address of the instruction immediately after, and use
15427 those addresses for the test. Fix comment.
15428
8f572e5c
PA
154292015-04-10 Pedro Alves <palves@redhat.com>
15430
15431 * gdb.base/sigstep.exp (breakpoint_to_handler)
15432 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15433 Test "backtrace" in handler.
15434 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15435 (top level): Add new "displaced" test axis to
15436 breakpoint_to_handler, breakpoint_to_handler_entry and
15437 breakpoint_over_handler.
15438
8d707a12
PA
154392015-04-10 Pedro Alves <palves@redhat.com>
15440
15441 PR gdb/18216
15442 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15443
ef713951
YQ
154442015-04-10 Yao Qi <yao.qi@linaro.org>
15445
15446 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15447 (test_add_rn_pc): New function.
15448 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15449 (top level): Invoke test_add_rn_pc.
15450
906d60cf
PA
154512015-04-10 Pedro Alves <palves@redhat.com>
15452
15453 PR gdb/13858
15454 * gdb.base/step-over-no-symbols.exp: New file.
15455
f2983cc3
AW
154562015-04-09 Andy Wingo <wingo@igalia.com>
15457
15458 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15459 after the Python tests.
15460
6d62641c
SDJ
154612015-04-08 Keith Seitz <keiths@redhat.com>
15462
15463 PR python/16699
15464 * gdb.python/py-completion.exp: New tests for completion.
15465 * gdb.python/py-completion.py (CompleteLimit1): New class.
15466 (CompleteLimit2): Likewise.
15467 (CompleteLimit3): Likewise.
15468 (CompleteLimit4): Likewise.
15469 (CompleteLimit5): Likewise.
15470 (CompleteLimit6): Likewise.
15471 (CompleteLimit7): Likewise.
15472
f3770638
PA
154732015-04-08 Pedro Alves <palves@redhat.com>
15474
15475 PR gdb/18214
15476 PR gdb/18216
15477 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15478 function.
15479 (main): Install it as SIGUSR1 handler.
15480 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15481 parameter. Always use "setup" as prefix. Toggle "set
15482 displaced-stepping" off/on depending on global. Don't switch to
15483 thread 1 here.
15484 (top level): Add displaced stepping "off/on" test axis. Update
15485 "setup" calls. Wrap each subtest with with_test_prefix. Test
15486 continuing with a queued signal in each thread.
15487
4496bed7
PA
154882015-04-08 Pedro Alves <palves@redhat.com>
15489
15490 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15491 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15492 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15493 Return early if running to main fails.
15494 * gdb.trace/while-stepping.exp: Likewise.
15495
b97fde92
PA
154962015-04-07 Pedro Alves <palves@redhat.com>
15497
15498 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15499 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15500 interact with inferior program.
15501
f71c18e7
PA
155022015-04-07 Pedro Alves <palves@redhat.com>
15503
15504 * lib/gdb.exp (inferior_spawn_id): New global.
15505 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15506 spawn id after processing the user code.
15507 (default_gdb_start): Set inferior_spawn_id.
15508 (send_inferior): New procedure.
15509 * lib/gdbserver-support.exp (gdbserver_start): Set
15510 inferior_spawn_id.
15511 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15512
6423214f
PA
155132015-04-07 Pedro Alves <palves@redhat.com>
15514
15515 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15516 * lib/gdbserver-support.exp (gdbserver_start): Make
15517 $server_spawn_id global.
15518 (gdbserver_start): Don't wait for gdbserver's spawn id with
15519 expect_background.
15520 (close_gdbserver): New procedure.
15521 (gdb_exit): Rename the default version and reimplement.
15522
71c0ee8c
PA
155232015-04-07 Pedro Alves <palves@redhat.com>
15524
72f4393d 15525 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15526 append the substituted item, not the original item.
15527
203bc29b
PA
155282015-04-07 Pedro Alves <palves@redhat.com>
15529
15530 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15531 gdb_expect.
15532
508a3ddf
PA
155332015-04-07 Pedro Alves <palves@redhat.com>
15534
15535 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15536 output appearing once only.
15537
9f6dbe2b
PA
155382015-04-07 Pedro Alves <palves@redhat.com>
15539
15540 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15541 that doesn't expect anything. Return early if running to main
15542 fails.
15543
337532fa
YQ
155442015-04-07 Yao Qi <yao.qi@linaro.org>
15545
15546 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15547 (child_function): Call alarm.
15548 (main): Move call to alarm into the loop.
15549 * gdb.threads/non-stop-fair-events.exp: Build program with
15550 -DTIMEOUT=$timeout.
15551
01b622d4
DE
155522015-04-06 Doug Evans <xdje42@gmail.com>
15553
15554 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15555 Fix dest parameter to board_info.
15556 (fpc_compile): Ditto.
15557 (gdb_compile_pascal): Rename dest arg to destfile.
15558
961f4160
PMR
155592015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15560
15561 * gdb.ada/funcall_ref.exp: New file.
15562 * gdb.ada/funcall_ref/foo.adb: New file.
15563
cafda597
YQ
155642015-04-02 Yao Qi <yao.qi@linaro.org>
15565
15566 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15567 is remote.
15568
fed040c6
GB
155692015-04-02 Gary Benson <gbenson@redhat.com>
15570
15571 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15572
d11916aa
SS
155732015-04-01 Sasha Smundak <asmundak@google.com>
15574
15575 * gdb.python/py-unwind-maint.c: New file.
15576 * gdb.python/py-unwind-maint.exp: New test.
15577 * gdb.python/py-unwind-maint.py: New file.
15578 * gdb.python/py-unwind.c: New file.
15579 * gdb.python/py-unwind.exp: New test.
15580 * gdb.python/py-unwind.py: New test.
15581
a1471180
PA
155822015-04-01 Pedro Alves <palves@redhat.com>
15583
15584 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15585 to fail instead of non-existent $test.
15586
0bbeccb1
PA
155872015-04-01 Pedro Alves <palves@redhat.com>
15588
15589 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15590 GDBFLAGS if not empty.
15591
3c724c8c
PMR
155922015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15593
15594 * gdb.ada/complete.exp: Remove "multi_line".
15595 * gdb.ada/info_exc.exp: Remove "multi_line".
15596 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15597 * gdb.ada/ptype_field.exp: Remove "multi_line".
15598 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15599 * gdb.ada/tagged.exp: Remove "multi_line".
15600 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15601 [multi_line ...]
15602 * gdb.btrace/delta.exp: Likewise.
15603 * gdb.btrace/exception.exp: Likewise.
15604 * gdb.btrace/function_call_history.exp: Likewise.
15605 * gdb.btrace/instruction_history.exp: Likewise.
15606 * gdb.btrace/nohist.exp: Likewise.
15607 * gdb.btrace/record_goto.exp: Likewise.
15608 * gdb.btrace/segv.exp: Likewise.
15609 * gdb.btrace/stepi.exp: Likewise.
15610 * gdb.btrace/tailcall.exp: Likewise.
15611 * gdb.btrace/unknown_functions.exp: Likewise.
15612 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15613 * lib/gdb.exp: Add the "multi_line" helper.
15614
4eec2deb
PA
156152015-04-01 Pedro Alves <palves@redhat.com>
15616
15617 * gdb.threads/tid-reuse.c: New file.
15618 * gdb.threads/tid-reuse.exp: New file.
15619
df8411da
SDJ
156202015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15621
15622 PR corefiles/16092
15623 * gdb.base/coredump-filter.c: New file.
15624 * gdb.base/coredump-filter.exp: Likewise.
15625
6ef37366
PM
156262015-03-27 Petr Machata <pmachata@redhat.com>
15627
15628 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15629 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15630 (Dwarf::assemble): Initialize them.
15631 (Dwarf::lines): New function.
15632
7ec911b0
JT
156332015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15634
15635 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15636 SYMBOL_PREFIX for x86_64-*-cygwin.
15637
ff908ebf
AW
156382015-03-26 Andy Wingo <wingo@igalia.com>
15639
15640 PR symtab/18148
15641 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15642 const_value but not a location.
15643 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15644 location defined in non-main CUs are visible.
15645
6d5f0679
YQ
156462015-03-26 Yao Qi <yao.qi@linaro.org>
15647
15648 PR testsuite/18139
15649 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15650 Add a line number entry for the same line.
15651 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15652 Add a line number entry for the same line.
15653
2898689b
YQ
156542015-03-26 Yao Qi <yao.qi@linaro.org>
15655
15656 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15657 .int 0.
15658 (func): Likewise. Add .Lfunc_1 label.
15659 Use .Lfunc_1 label.
15660 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15661 .int 0.
15662 (func): Likewise.
15663 Use .Lfunc_1 label.
15664
85180498
YQ
156652015-03-26 Yao Qi <yao.qi@linaro.org>
15666
15667 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15668 Call gdb_compile instead to compile each .s files without debug
15669 information.
15670
8aa08a8d
YQ
156712015-03-26 Yao Qi <yao.qi@linaro.org>
15672
15673 * gdb.base/savedregs.exp (process_saved_regs): Make
15674 "Saved registers:" optional in the pattern.
15675
66849923
MM
156762015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15677
15678 * gdb.btrace/next.exp: Merged into step.exp.
15679 * gdb.btrace/finish.exp: Merged into step.exp.
15680 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15681 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15682 "record goto" and checking the exact replay position.
15683 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15684 check for "Recording format" in "info record" output.
15685 * gdb.btrace/record_goto.exp: Choose test file based on target.
15686 * gdb.btrace/x86-record_goto.S: Renamed into ...
15687 * gdb.btrace/x86_64-record_goto.S: ... this.
15688 * gdb.btrace/i686-record_goto.S: New.
15689 * gdb.btrace/x86-tailcall.S: Renamed into ...
15690 * gdb.btrace/x86_64-tailcall.S: ... this.
15691 * gdb.btrace/i686-tailcall.S: New.
15692 * gdb.btrace/x86-tailcall.c: Renamed into ...
15693 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15694 separate statements. Update test.
15695 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15696 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15697 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15698 * gdb.btrace/tailcall.exp: Choose test file based on target.
15699 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15700
11cc1b74
MM
157012015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15702
15703 * gdb.btrace/exception.exp: Increase BTS buffer size.
15704
a25d8bf9
PA
157052015-03-24 Pedro Alves <palves@redhat.com>
15706
15707 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15708
856e7dd6
PA
157092015-03-24 Pedro Alves <palves@redhat.com>
15710
15711 * gdb.threads/schedlock.exp (test_step): No longer expect that
15712 "set scheduler-locking step" with "next" over a function call runs
15713 threads unlocked.
15714
ad235a41
AT
157152015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15716
15717 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15718
15630549
AT
157192015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15720
15721 PR breakpoints/16466
15722 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15723 * gdb.mi/mi-pending.c (thread_func): New function.
15724 (int main): Add threading support required.
15725 * gdb.mi/mi-pending.exp: Add tests for this issue.
15726 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15727 (pendfunc2): Remove stdio dependency.
15728 * gdb.mi/mi-pendshr2.c: New file.
15729
693dca06
KS
157302015-03-23 Keith Seitz <keiths@redhat.com>
15731
15732 * gdb.linespec/keywords.c: New file.
15733 * gdb.linespec/keywords.exp: New file.
15734
7e993ebf
KS
157352015-03-23 Keith Seitz <keiths@redhat.com>
15736
15737 PR gdb/18021
15738 * gdb.dwarf2/staticvirtual.exp: New test.
15739
bc23328c
JK
157402015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15741
15742 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15743 * README: Remove HP-UX and gdb.hp.
15744 (configuration):
15745 * configure: Regenerate.
15746 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15747 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15748 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15749 gdb.hp/gdb.defects/Makefile.
15750 * gdb.hp/Makefile.in: File deleted.
15751 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15752 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15753 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15754 * gdb.hp/gdb.aCC/run.c: File deleted.
15755 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15756 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15757 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15758 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15759 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15760 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15761 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15762 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15763 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15764 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15765 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15766 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15767 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15768 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15769 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15770 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15771 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15772 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15773 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15774 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15775 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15776 * gdb.hp/gdb.compat/average.c: File deleted.
15777 * gdb.hp/gdb.compat/sum.c: File deleted.
15778 * gdb.hp/gdb.compat/xdb.c: File deleted.
15779 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15780 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15781 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15782 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15783 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15784 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15785 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15786 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15787 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15788 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15789 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15790 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15791 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15792 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15793 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15794 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15795 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15796 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15797 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15798 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15799 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15800 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15801 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15802 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15803 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15804 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15805 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15806 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15807 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15808 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15809 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15810 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15811 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15812 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15813 * gdb.hp/tools/odump: File deleted.
15814
8bf3b159
PA
158152015-03-19 Pedro Alves <palves@redhat.com>
15816
15817 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15818 (saw_thread_3): New globals.
15819 (top level): Increment them when an event for the corresponding
15820 thread is seen.
15821 (no thread starvation): New test.
15822
eb54c8bf
PA
158232015-03-19 Pedro Alves <palves@redhat.com>
15824
15825 * gdb.threads/continue-pending-status.c: New file.
15826 * gdb.threads/continue-pending-status.exp: New file.
15827
32d2e5d6
PA
158282015-03-18 Pedro Alves <palves@redhat.com>
15829
15830 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15831 Use gdb_is_target_remote instead of is_remote. Use
15832 gdb_test_multiple instead of gdb_expect. Exit early if
15833 gdb_test_multiple hits its internal matches. Tighten stepi tests
15834 expected output. Fail on exit with any signal, instead of just
15835 SIGILL.
15836
f68f11b7
YQ
158372015-03-18 Yao Qi <yao.qi@linaro.org>
15838
15839 PR tdep/18107
15840 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15841 variable.
15842 * gdb.base/catch-syscall.exp: Don't skip it on
15843 aarch64*-*-linux* target. Remove elements in all_syscalls.
15844 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15845 target.
15846 (setup_all_syscalls): New proc.
15847
ca5fd19b
YQ
158482015-03-16 Yao Qi <yao.qi@linaro.org>
15849
15850 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15851 (top level): Skip tests if valid_addr_p returns false for
15852 $cmd1 or $cmd2.
15853
85642ba0
AW
158542015-03-11 Andy Wingo <wingo@igalia.com>
15855
15856 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15857
e03f9645
YQ
158582015-03-11 Yao Qi <yao.qi@linaro.org>
15859
15860 * gdb.base/catch-syscall.exp: Fix typo in comments.
15861
5d0962b2
YQ
158622015-03-11 Yao Qi <yao.qi@linaro.org>
15863
15864 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15865
b2df3cef
PA
158662015-03-09 Pedro Alves <palves@redhat.com>
15867
15868 * dg-extract-results.py: Delete.
15869
ef878e53
PA
158702015-03-09 Pedro Alves <palves@redhat.com>
15871
15872 Merge dg-extract-results.sh from GCC upstream (r218843).
15873
15874 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15875 * dg-extract-results.sh: Use --text with grep to avoid issues with
15876 binary files. Fall back to cat -v, if that doesn't work.
15877
9494d219
PA
158782015-03-05 Pedro Alves <palves@redhat.com>
15879
15880 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15881
a8d9763a
SM
158822015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15883
15884 * lib/mi-support.exp (mi_expect_interrupt): Accept
15885 alternative event for when in all-stop mode.
15886
be9957b8
PA
158872015-03-04 Pedro Alves <palves@redhat.com>
15888
15889 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15890
d57be0f4 158912015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
15892
15893 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15894
c214c7cf
AA
158952015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15896
15897 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15898 regexps for GDB's current line display, accept a hex address
15899 preceding the line number.
15900
6d74a497
AA
159012015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15902
15903 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15904 the 'arch1' variable for "s390*-linux*" targets.
15905
511aee7c
PA
159062015-03-04 Pedro Alves <palves@redhat.com>
15907
15908 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15909 (main): Pass missing retval argument to pthread_join call.
15910
95e50b27
PA
159112015-03-02 Pedro Alves <palves@redhat.com>
15912
15913 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15914 (top level): Call do_test with non-stop as well.
15915
28054d69
PA
159162015-03-02 Pedro Alves <palves@redhat.com>
15917
15918 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15919 -1.
15920
4fa5d7b4
AA
159212015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15922
15923 * gdb.arch/s390-vregs.exp: New test.
15924 * gdb.arch/s390-vregs.S: New file.
15925
97c18565
PA
159262015-02-27 Pedro Alves <palves@redhat.com>
15927
15928 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15929 call to catch_command_errors.
15930 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15931 catch_command_errors.
15932
a37bfa30
PA
159332015-02-27 Pedro Alves <palves@redhat.com>
15934
15935 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15936 "true" for boolean result.
15937 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15938 prototype of main.
15939
6f98576f
PA
159402015-02-27 Pedro Alves <palves@redhat.com>
15941
15942 * lib/unbuffer_output.c: New file.
15943 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15944 (main): Call gdb_unbuffer_output.
15945
eba5ab56
YQ
159462015-02-27 Yao Qi <yao.qi@linaro.org>
15947
15948 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15949 target.
15950
0def5aaa
DE
159512015-02-26 Doug Evans <dje@google.com>
15952
15953 * gdb.cp/class2.cc (Dbase, D): New classes.
15954 (main): New local delta.
15955 * gdb.cp/class2.exp: Test printing delta.
15956 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15957 (dynbar): New global.
15958 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15959
081a1c2c
JK
159602015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15961
15962 * gdb.compile/compile-ifunc.c: New file.
15963 * gdb.compile/compile-ifunc.exp: New file.
15964
2f41223f
AT
159652015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15966
15967 * gdb.base/structs.exp: Check for correct struct on finish.
15968
03eddd80
YQ
159692015-02-26 Yao Qi <yao.qi@linaro.org>
15970
15971 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15972 is zero.
15973
80c57053
JK
159742015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15975
15976 * gdb.arch/cordic.ko.bz2: New file.
15977 * gdb.arch/cordic.ko.debug.bz2: New file.
15978 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15979
21613c12
YQ
159802015-02-25 Yao Qi <yao.qi@linaro.org>
15981
15982 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15983 aarch64*-*-* target.
15984
d8b901ed
PA
159852015-02-23 Pedro Alves <palves@redhat.com>
15986
15987 * lib/gdb.exp (delete_breakpoints): Rewrite using
15988 gdb_test_multiple.
15989
e5b85ead
PA
159902015-02-23 Pedro Alves <palves@redhat.com>
15991
15992 * gdb.base/info-os.c: Include stdlib.h.
15993
85c3a371
DE
159942015-02-22 Doug Evans <xdje42@gmail.com>
15995
15996 PR symtab/17855
15997 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15998 is read after symbols have been re-read.
15999 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16000 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16001
96553a0c
DE
160022015-02-21 Doug Evans <dje@google.com>
16003
16004 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16005
97a0c697
JK
160062015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16007
16008 PR corefiles/17808
16009 * gdb.arch/i386-biarch-core.core.bz2: New file.
16010 * gdb.arch/i386-biarch-core.exp: New file.
16011
a47cd6e9
PA
160122015-02-21 Pedro Alves <palves@redhat.com>
16013
16014 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16015 runto_main fails.
16016
c5facdc4
PA
160172015-02-20 Pedro Alves <palves@redhat.com>
16018
16019 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16020 info probes.
16021
2db9a427
PA
160222015-02-20 Pedro Alves <palves@redhat.com>
16023
16024 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16025
60fb7e9e
PA
160262015-02-20 Pedro Alves <palves@redhat.com>
16027
16028 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16029 clean_restart before gdb_target_supports_trace.
16030
5c5019c2
PA
160312015-02-20 Pedro Alves <palves@redhat.com>
16032
16033 PR threads/18006
16034 * gdb.threads/clone-thread_db.c: New file.
16035 * gdb.threads/clone-thread_db.exp: New file.
16036
c9587f88
AT
160372015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16038
16039 PR breakpoints/16812
16040 * gdb.base/catch-gdb-caused-signals.c: New file.
16041 * gdb.base/catch-gdb-caused-signals.exp: New file.
16042
f6a88844
JM
160432015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16044
16045 * configure: Regenerated.
16046 * configure.ac: Use GDB_AC_TRANSFORM.
16047 * aclocal.m4: sinclude ../transform.m4.
16048
497c491b
JM
160492015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16050
16051 * lib/dtrace.exp: New file.
16052 * gdb.base/dtrace-probe.exp: Likewise.
16053 * gdb.base/dtrace-probe.d: Likewise.
16054 * gdb.base/dtrace-probe.c: Likewise.
16055 * lib/pdtrace.in: Likewise.
16056 * configure.ac: Output variables with the transformed names of
16057 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16058 * configure: Regenerated.
16059
03e98035
JM
160602015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16061
16062 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16063 expected message when trying to access $_probe_* convenience
16064 variables while not on a probe.
16065
63cc30e9
JK
160662015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16067
16068 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16069
0703599a
PA
160702015-02-11 Pedro Alves <pedro@codesourcery.com>
16071
16072 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16073 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16074
7e60a48e
DE
160752015-02-10 Doug Evans <xdje42@gmail.com>
16076
16077 * lib/gdb.exp (gdb_load): Always return a result.
16078
01b088bc
PA
160792015-02-10 Pedro Alves <palves@redhat.com>
16080
16081 * gdb.threads/signal-sigtrap.c: New file.
16082 * gdb.threads/signal-sigtrap.exp: New file.
16083
b05ec7a5
AT
160842015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16085
16086 * gdb.trace/no-attach-trace.c: New file.
16087 * gdb.trace/no-attach-trace.exp: New file.
16088
a2c2acaf
MW
160892015-02-09 Mark Wielaard <mjw@redhat.com>
16090
16091 * gdb.dwarf2/atomic.c: New file.
16092 * gdb.dwarf2/atomic-type.exp: Likewise.
16093
31fd9caa
MM
160942015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16095
16096 * gdb.btrace/buffer-size.exp: Update "info record" output.
16097 * gdb.btrace/delta.exp: Update "info record" output.
16098 * gdb.btrace/enable.exp: Update "info record" output.
16099 * gdb.btrace/finish.exp: Update "info record" output.
16100 * gdb.btrace/instruction_history.exp: Update "info record" output.
16101 * gdb.btrace/next.exp: Update "info record" output.
16102 * gdb.btrace/nexti.exp: Update "info record" output.
16103 * gdb.btrace/step.exp: Update "info record" output.
16104 * gdb.btrace/stepi.exp: Update "info record" output.
16105 * gdb.btrace/nohist.exp: Update "info record" output.
16106
d33501a5
MM
161072015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16108
16109 * gdb.btrace/buffer-size: New.
16110
f4abbc16
MM
161112015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16112
16113 * gdb.btrace/delta.exp: Update "info record" output.
16114 * gdb.btrace/enable.exp: Update "info record" output.
16115 * gdb.btrace/finish.exp: Update "info record" output.
16116 * gdb.btrace/instruction_history.exp: Update "info record" output.
16117 * gdb.btrace/next.exp: Update "info record" output.
16118 * gdb.btrace/nexti.exp: Update "info record" output.
16119 * gdb.btrace/step.exp: Update "info record" output.
16120 * gdb.btrace/stepi.exp: Update "info record" output.
16121 * gdb.btrace/nohist.exp: Update "info record" output.
16122
b9d61307
SM
161232015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16124
16125 PR gdb/15678
16126 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16127
e584fdbc
PA
161282015-02-06 Pedro Alves <palves@redhat.com>
16129
16130 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16131 macro.
16132 (seconds_left, again): New globals.
16133 (main): Wait seconds_left in a 1-second sleep loop instead of
16134 sleeping 180 seconds. If 'again' is set, reset the seconds
16135 counter.
16136 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16137 'again' in the inferior before detaching. Print the seconds left.
16138 (options): New global.
16139 (top level): Build program with -DTIMEOUT=$timeout.
16140
77f41761
PA
161412015-02-06 Pedro Alves <palves@redhat.com>
16142
16143 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16144 determine how many seconds to pass to 'alarm'.
16145 * gdb.base/gdb-sigterm.exp (top level): Build program with
16146 -DTIMEOUT=$timeout.
16147 (do_test): Return success/failure indication. Add more verbose
16148 logging. Don't fail if 200 single steps are seen. Instead, fail
16149 when the test times out.
16150 (passes): New global.
16151 (top level): Break the testing loop if testing fails on any
16152 iteration. Use gdb_assert.
16153
b9394193
DB
161542015-02-04 Don Breazeal <donb@codesourcery.com>
16155
16156 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16157 and initialize them.
16158 (ipc_cleanup): New function.
16159 (main): Don't declare shmid, semid, and msqid. Add a call to
16160 atexit so that we call ipc_cleanup on exit.
16161
42d9e528
PA
161622015-02-04 Pedro Alves <palves@redhat.com>
16163
16164 * boards/native-extended-gdbserver.exp: Remove any target variant
16165 specifications from the board name before clearing the isremote
16166 flag from board_info.
16167
ae6ae975
DE
161682015-01-31 Doug Evans <xdje42@gmail.com>
16169
16170 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16171
cfb069a8
GB
161722015-01-31 Gary Benson <gbenson@redhat.com>
16173
16174 * gdb.base/completion.exp: Disable completion limiting for
16175 existing tests. Add new tests to check completion limiting.
16176 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16177
5dd31d79
DE
161782015-01-31 Doug Evans <xdje42@gmail.com>
16179
16180 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16181
9f050062
DE
161822015-01-31 Doug Evans <xdje42@gmail.com>
16183
16184 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16185 entries. Duplicate file section script entries.
16186 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16187 inlined entries. Add test for safe-path rejection.
16188 * gdb.python/py-section-script.c: Add duplicate inlined section script
16189 entries. Duplicate file section script entries.
16190 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16191 inlined entries. Add test for safe-path rejection.
16192
df25ebbd
JB
161932015-01-29 Joel Brobecker <brobecker@adacore.com>
16194
16195 * gdb.ada/disc_arr_bound: New testcase.
16196
4a0ca9ec
JB
161972015-01-29 Joel Brobecker <brobecker@adacore.com>
16198
16199 * gdb.ada/mi_var_array: New testcase.
16200
3a8b707a
DE
162012015-01-27 Doug Evans <dje@google.com>
16202
16203 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16204 Add test for objfile.filename, objfile.username after objfile
16205 has been unloaded.
16206
f8313f6e
JB
162072015-01-26 Joel Brobecker <brobecker@adacore.com>
16208
16209 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16210 the second test to print the name attribute of value
16211 returned by the call to gdb.lookup_type, and adjust
16212 the expected output accordingly.
16213
37bc665e
MW
162142015-01-25 Mark Wielaard <mjw@redhat.com>
16215
16216 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16217 * gdb.base/disp-step-fork.c: Include unistd.h.
16218 * gdb.base/siginfo-obj.c: Include stdio.h.
16219 * gdb.base/siginfo-thread.c: Likewise.
16220 * gdb.mi/non-stop.c: Include unistd.h.
16221 * gdb.mi/nsthrexec.c: Include stdio.h.
16222 * gdb.mi/pthreads.c: Include unistd.h.
16223 * gdb.modula2/unbounded1.c (main): Declare returns int.
16224 * gdb.reverse/consecutive-reverse.c: Likewise.
16225 * gdb.threads/create-fail.c: Include unistd.h.
16226 * gdb.threads/killed.c: Likewise.
16227 * gdb.threads/linux-dp.c: Likewise.
16228 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16229 * gdb.threads/non-ldr-exc-2.c: Likewise.
16230 * gdb.threads/non-ldr-exc-3.c: Likewise.
16231 * gdb.threads/non-ldr-exc-4.c: Likewise.
16232 * gdb.threads/pthreads.c: Include unistd.h.
16233 (main): Declare returns int.
16234 * gdb.threads/tls-main.c (foo): New declaration.
16235 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16236
f7e5394d
SM
162372015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16238
16239 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16240 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16241
743649fd
MW
162422015-01-15 Mark Wielaard <mjw@redhat.com>
16243
16244 * gdb.base/noreturn-return.c: New file.
16245 * gdb.base/noreturn-return.exp: New file.
16246 * gdb.base/noreturn-finish.c: New file.
16247 * gdb.base/noreturn-finish.exp: New file.
16248
198297aa
PA
162492015-01-23 Pedro Alves <palves@redhat.com>
16250
16251 * gdb.threads/continue-pending-after-query.c: New file.
16252 * gdb.threads/continue-pending-after-query.exp: New file.
16253
717cf30c
AG
162542015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16255 Simon Marchi <simon.marchi@ericsson.com>
16256
16257 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16258 * gdb.base/valgrind-db-attach.exp: Same.
16259 * gdb.base/valgrind-infcall.exp: Same.
16260 * lib/mi-support.exp (default_mi_gdb_start): Same.
16261 * lib/prompt.exp (default_prompt_gdb_start): Same.
16262 * lib/gdb.exp (default_gdb_spawn): Same.
16263 (gdb_interact): New.
16264
16265
4b62a76e
JK
162662015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16267
16268 * gdb.compile/compile.exp (pointer to jit function): New test.
16269
b4cdae6f
WW
162702015-01-17 Wei-cheng Wang <cole945@gmail.com>
16271
16272 * lib/gdb.exp (supports_process_record): Return true for
16273 powerpc*-*-linux*.
16274 (supports_reverse): Likewise.
16275
d221e7ef
DB
162762015-01-15 Don Breazeal <donb@codesourcery.com>
16277
16278 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16279 instead of checking whether the target board is remote and
16280 use spawn_wait_for_attach instead of exec/sleep.
16281 * gdb.base/attach-twice.exp: Likewise.
16282
bafffb51
JB
162832015-01-15 Joel Brobecker <brobecker@adacore.com>
16284
16285 * gdb.ada/var_arr_attrs: New testcase.
16286
5589af0e
PA
162872015-01-14 Pedro Alves <palves@redhat.com>
16288 Joel Brobecker <brobecker@adacore.com>
16289
16290 PR gdb/17525
16291 * gdb.base/bp-cmds-execution-x-script.c: New file.
16292 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16293 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16294
6c400b59
PA
162952015-01-14 Pedro Alves <palves@redhat.com>
16296
16297 PR cli/17828
16298 * gdb.base/batch-preserve-term-settings.c: New file.
16299 * gdb.base/batch-preserve-term-settings.exp: New file.
16300
e02c96a7
DE
163012015-01-13 Doug Evans <dje@google.com>
16302
16303 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16304 binary.
16305
576fd14c
JB
163062015-01-13 Joel Brobecker <brobecker@adacore.com>
16307
16308 * Makefile.in (clean mostlyclean): Do not delete *.py.
16309
04dccad0
JB
163102015-01-13 Joel Brobecker <brobecker@adacore.com>
16311
16312 * gdb.python/py-lookup-type.exp: New file.
16313
3d230f71
PA
163142015-01-12 Pedro Alves <palves@redhat.com>
16315
16316 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16317 restore GDBFLAGS before returning.
16318
7e67715d
JK
163192015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16320
16321 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16322 is_amd64_regs_target and is_x86_like_target.
16323
f2e0d4b4
DE
163242015-01-11 Doug Evans <xdje42@gmail.com>
16325
16326 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16327 is given without an explicit form.
16328 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16329 attributes.
16330 * gdb.dwarf/corrupt.exp: Ditto.
16331 * gdb.dwarf2/enum-type.exp: Ditto.
16332 * gdb.trace/entry-values.exp: Ditto.
16333 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16334
439250fb
DE
163352015-01-11 Doug Evans <xdje42@gmail.com>
16336
16337 PR gdb/15830
16338 * gdb.base/maint.exp: Remove references to "maint demangle".
16339 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16340 Add tests for explicitly specifying language to demangle.
16341 * gdb.dlang/demangle.exp: Ditto.
16342
ede9f622
PA
163432015-01-09 Pedro Alves <palves@redhat.com>
16344
16345 * gdb.threads/non-stop-fair-events.c: New file.
16346 * gdb.threads/non-stop-fair-events.exp: New file.
16347
a7b796db
PA
163482015-01-09 Pedro Alves <palves@redhat.com>
16349
16350 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16351 the global scope. Set a breakpoint after all threads are started
16352 rather than stepping over two source lines. Expect the prompt.
16353 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16354 global.
16355 (NUM): Now 15.
16356 (main): Use threads_started_barrier to wait for all threads to
16357 start. Main thread no longer calls thread_function. Exit after
16358 180 seconds.
16359 (loop): New function.
16360 (thread_function): Wait on threads_started_barrier barrier. Call
16361 'loop' at each iteration.
16362 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16363 threads have started, instead of hardcoding number of "next"
16364 steps. Use an access watchpoint instead of a write watchpoint.
16365
9665ffdd
PA
163662015-01-09 Pedro Alves <palves@redhat.com>
16367
16368 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16369 (thread_func): Wait on barrier.
16370 (main): Wait for all threads to start before stopping GDB.
16371 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16372 global.
16373 (thread1_func, thread2_func): Wait on barrier.
16374 (main): Wait for all threads to start before stopping GDB.
16375 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16376 New global.
16377 (thread1_func, thread2_func): Wait on barrier.
16378 (main): Wait for all threads to start before stopping GDB.
16379
c945a99f
PA
163802015-01-09 Pedro Alves <palves@redhat.com>
16381
16382 * gdb.threads/attach-many-short-lived-threads.c: New file.
16383 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16384
c1a747c1
PA
163852014-01-09 Pedro Alves <palves@redhat.com>
16386
16387 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16388 instead of to thread 2.
16389 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16390 Add barrier around each pthread_create call instead of around all
16391 calls.
16392 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16393 Set a break on thread_function and have the child threads hit it
16394 one at at a time.
16395
60b3033e
PA
163962015-01-09 Pedro Alves <palves@redhat.com>
16397
16398 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16399 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16400 false.
16401 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16402 checking whether the target board is remote.
16403 * gdb.multi/multi-attach.exp: Likewise.
16404 * gdb.python/py-sync-interp.exp: Likewise.
16405 * gdb.server/ext-attach.exp: Likewise.
16406 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16407 tests that need to attach, instead of checking whether the target
16408 board is remote at the top of the file.
16409
acc018ac
YQ
164102015-01-08 Yao Qi <yao@codesourcery.com>
16411
16412 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16413
50a18af8
JK
164142015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16415
16416 Fix testcase compilation.
16417 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16418
8503d6e1
JB
164192015-01-06 Joel Brobecker <brobecker@adacore.com>
16420
16421 * gdb.python/py-type.exp: Add a couple test about empty
16422 array creation, and negative-length array creation.
16423
cc73dbcc
DE
164242015-01-02 Doug Evans <xdje42@gmail.com>
16425
16426 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16427
0300bbc7
DE
164282015-01-02 Doug Evans <dje@google.com>
16429
16430 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16431
9d85a0ec
YQ
164322014-12-29 Yao Qi <yao@codesourcery.com>
16433
16434 * gdb.trace/entry-values.exp: Update comments. Rename variable
16435 bar_call_foo to returned_from_foo.
16436
87186c6a
MMN
164372014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16438
16439 PR gdb/17394
16440 * gdb.linespec/break-asm-file.c: New file.
16441 * gdb.linespec/break-asm-file.exp: New file.
16442 * gdb.linespec/break-asm-file0.s: New file.
16443 * gdb.linespec/break-asm-file1.s: New file.
16444
1bab7383
YQ
164452014-12-18 Nigel Stephens <nigel@mips.com>
16446 Maciej W. Rozycki <macro@codesourcery.com>
16447
16448 * gdb.base/float.exp: Handle the new output from "info float" on
16449 MIPS targets.
16450
1bc1068a
JK
164512014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16452
16453 Fix MinGW compilation.
16454 * gdb.compile/compile-ops.exp: Update untested message if
16455 !skip_compile_feature_tests.
16456 * gdb.compile/compile-setjmp.exp: Likewise.
16457 * gdb.compile/compile-tls.exp: Likewise.
16458 * gdb.compile/compile.exp: Likewise.
16459 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16460 supported on this host".
16461
b6615d10
DE
164622014-12-16 Doug Evans <xdje42@gmail.com>
16463
16464 * boards/stabs.exp: New file.
16465
25dda427
AA
164662014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16467
16468 * gdb.base/completion.exp: Adjust to format changes of "maint
16469 print user-registers".
16470
bf330350
CU
164712014-12-16 Catalin Udma <catalin.udma@freescale.com>
16472
16473 PR server/17457
16474 * gdb.arch/aarch64-fp.c: New file.
16475 * gdb.arch/aarch64-fp.exp: New file.
16476
395cf596
SDJ
164772014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16478
16479 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16480 r210637, r210913, r211666, r215400, r215817).
16481
16482 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16483 * dg-extract-results.py: New file.
16484 * dg-extract-results.sh: Use it if the environment seems
16485 suitable.
16486
16487 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16488
16489 * dg-extract-results.py (parse_run): Handle warnings that
16490 are printed before a test harness is run.
16491
16492 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16493
16494 * dg-extract-results.py (Named): Remove __cmp__ method.
16495 (output_variation): Use a key to sort variation.harnesses.
16496
16497 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16498
16499 * dg-extract-results.py: For Python 3, force sys.stdout to
16500 handle surrogate escape sequences.
16501 (safe_open): New function.
16502 (output_segment, main): Use it.
16503
16504 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16505
16506 * dg-extract-results.py (Prog.result_re): Include options
16507 in test name.
16508
16509 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16510
16511 * dg-extract-results.py (output_variation): Always sort if
16512 do_sum.
16513
e882ef3c
SM
165142014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16515
16516 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16517 as long as we get pagination notifications.
16518
4992aa20
JM
165192014-12-15 Jason Merrill <jason@redhat.com>
16520
16521 * Makefile.in (check-gdb.%): Restore.
16522 * README: Mention it.
16523
c1b5a1a6
JB
165242014-12-13 Joel Brobecker <brobecker@adacore.com>
16525
16526 * gdb.ada/str_uninit: New testcase.
16527
5537b577
JK
165282014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16529
16530 PR symtab/17642
16531 * gdb.base/vla-stub-define.c: New file.
16532 * gdb.base/vla-stub.c: New file.
16533 * gdb.base/vla-stub.exp: New file.
16534
bb2ec1b3
TT
165352014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16536 Jan Kratochvil <jan.kratochvil@redhat.com>
16537 Tom Tromey <tromey@redhat.com>
16538
16539 * configure.ac: Add gdb.compile/.
16540 * configure: Regenerate.
16541 * gdb.compile/Makefile.in: New file.
16542 * gdb.compile/compile-ops.exp: New file.
16543 * gdb.compile/compile-ops.c: New file.
16544 * gdb.compile/compile-tls.c: New file.
16545 * gdb.compile/compile-tls.exp: New file.
16546 * gdb.compile/compile-constvar.S: New file.
16547 * gdb.compile/compile-constvar.c: New file.
16548 * gdb.compile/compile-mod.c: New file.
16549 * gdb.compile/compile-nodebug.c: New file.
16550 * gdb.compile/compile-setjmp-mod.c: New file.
16551 * gdb.compile/compile-setjmp.c: New file.
16552 * gdb.compile/compile-setjmp.exp: New file.
16553 * gdb.compile/compile-shlib.c: New file.
16554 * gdb.compile/compile.c: New file.
16555 * gdb.compile/compile.exp: New file.
16556 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16557
4ff709eb
TT
165582014-12-12 Tom Tromey <tromey@redhat.com>
16559
16560 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16561 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16562
6dddd6a5
DE
165632014-12-12 Doug Evans <dje@google.com>
16564
16565 * lib/gdb-python.exp (get_python_valueof): New function.
16566 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16567
71c24708
AA
165682014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16569
16570 * gdb.base/completion.exp: Add test for completion of "info
16571 registers ".
16572
3e29f34a
MR
165732014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16574
16575 * gdb.base/func-ptrs.c: New file.
16576 * gdb.base/func-ptrs.exp: New file.
16577
fc126975
SM
165782014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16579
16580 PR breakpoints/17012
16581 * gdb.base/dprintf-detach.c: New file.
16582 * gdb.base/dprintf-detach.exp: New file.
16583
0a46d518
SM
165842014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16585
16586 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16587 * lib/gdb.exp (target_is_gdbserver): New procedure.
16588
a0be3e44
DE
165892014-12-08 Doug Evans <dje@google.com>
16590
16591 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16592
df1b803a
YQ
165932014-12-05 Yao Qi <yao@codesourcery.com>
16594
16595 * gdb.guile/scm-error.exp: Remove the third argument to
16596 gdb_remote_download.
16597 * gdb.guile/scm-frame-args.exp: Likewise.
16598 * gdb.guile/scm-section-script.exp: Likewise.
16599
ddb9f679
YQ
166002014-12-05 Yao Qi <yao@codesourcery.com>
16601
16602 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16603
86e4ed39
DE
166042014-12-04 Doug Evans <dje@google.com>
16605
16606 * gdb.python/py-objfile.exp: Add tests for
16607 objfile.add_separate_debug_file.
16608
7c50a931
DE
166092014-12-04 Doug Evans <dje@google.com>
16610
16611 * lib/gdb.exp (get_build_id): New function.
16612 (build_id_debug_filename_get): Rewrite to use it.
16613 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16614
621661e3
MR
166152014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16616
16617 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16618 `method(long)', not just 0x0.
16619 * gdb.cp/nsalias.exp: Align code labels to 4.
16620 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16621 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16622 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16623 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16624 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16625 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16626
29f0c3b7
DE
166272014-12-02 Doug Evans <dje@google.com>
16628
e1e061e7 16629 PR symtab/17602
29f0c3b7 16630 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16631 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16632 * gdb.cp/anon-ns.exp: Update.
16633
162078c8
NB
166342014-12-02 Nick Bull <nicholaspbull@gmail.com>
16635
16636 * gdb.python/py-events.py (inferior_call_handler): New.
16637 (register_changed_handler, memory_changed_handler): New.
16638 (test_events.invoke): Register new handlers.
16639 * gdb.python/py-events.exp: Add tests for inferior call,
16640 memory_changed and register_changed events.
16641
fdb09caf
AA
166422014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16643
16644 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16645 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16646 if the linker doesn't understand this.
16647
55cfb2c4
SM
166482014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16649
16650 * gdb.python/python.exp: Change expected reply to help().
16651
9e8cd6df
YQ
166522014-12-01 Yao Qi <yao@codesourcery.com>
16653
16654 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16655 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16656 * configure: Re-generated.
16657
6c659fc2
SC
166582014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16659
16660 * gdb.cp/chained-calls.cc: New file.
16661 * gdb.cp/chained-calls.exp: New file.
16662 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16663
d7fc3181
SM
166642014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16665
16666 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16667 * gdb.dwarf2/symtab-producer.exp: Same.
16668 * gdb.gdb/python-interrupts.exp: Same.
16669 * gdb.gdb/python-selftest.exp: Same.
16670 * gdb.python/py-linetable.exp: Same.
16671 * gdb.python/py-type.exp: Same.
16672 * gdb.python/py-value-cc.exp: Same.
16673 * gdb.python/py-value.exp: Same.
16674
10e79639
YQ
166752014-11-28 Yao Qi <yao@codesourcery.com>
16676
16677 * gdb.base/break-probes.exp: Match library name prefixed with
16678 sysroot.
16679
f28a0564
SM
166802014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16681
16682 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16683 test expected output. Add parentheses for the call to print.
16684 Remove L suffix from integers.
16685
3fe1ce1d
DE
166862014-11-26 Doug Evans <dje@google.com>
16687
16688 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16689
84429e27
YQ
166902014-11-22 Yao Qi <yao@codesourcery.com>
16691
16692 * gdb.trace/entry-values.c: Remove asms.
16693 (foo): Add foo_label.
16694 (bar): Add bar_label.
16695 * gdb.trace/entry-values.exp: Remove code computing foo's
16696 length and bar's length.
16697 (Dwarf::assemble): Invoke function_range for bar and use
16698 MACRO_AT_func for foo.
16699
26741859
YQ
167002014-11-22 Yao Qi <yao@codesourcery.com>
16701
16702 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16703 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16704 Use .Lgcc43_procstart instead of gcc43.
16705
45e44d27
JB
167062014-11-21 Joel Brobecker <brobecker@adacore.com>
16707
16708 * gdb.ada/n_arr_bound: New testcase.
16709
458c8db8
SDJ
167102014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16711
16712 PR breakpoints/10737
16713 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16714 test_catch_syscall_multi_arch.
16715 (test_catch_syscall_multi_arch): New function.
16716
43f3e411
DE
167172014-11-20 Doug Evans <xdje42@gmail.com>
16718
16719 * gdb.base/maint.exp: Update expected output.
16720
0d7b2549
AA
167212014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16722
16723 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16724 4-byte instruction on S390.
16725
8908fca5
JB
167262014-11-19 Joel Brobecker <brobecker@adacore.com>
16727
16728 * gdb.ada/arr_arr: New testcase.
16729
4a46959e
JB
167302014-11-19 Joel Brobecker <brobecker@adacore.com>
16731
16732 * gdb.ada/pkd_arr_elem: New Testcase.
16733
470e2f4e
LM
167342014-11-18 Luis Machado <lgustavo@codesourcery.com>
16735
16736 * gdb.reverse/break-precsave: Expect completion message for
16737 core file reads.
16738 * gdb.reverse/consecutive-precsave.exp: Likewise.
16739 * gdb.reverse/finish-precsave.exp: Likewise.
16740 * gdb.reverse/i386-precsave.exp: Likewise.
16741 * gdb.reverse/machinestate-precsave.exp: Likewise.
16742 * gdb.reverse/sigall-precsave.exp: Likewise.
16743 * gdb.reverse/solib-precsave.exp: Likewise.
16744 * gdb.reverse/step-precsave.exp: Likewise.
16745 * gdb.reverse/until-precsave.exp: Likewise.
16746 * gdb.reverse/watch-precsave.exp: Likewise.
16747
a267f3ad
AA
167482014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16749
16750 * gdb.base/bp-permanent.c: Include unistd.h.
16751 * gdb.python/py-framefilter-mi.c (main): Add return type.
16752 * gdb.python/py-framefilter.c (main): Likewise.
16753 * gdb.trace/actions-changed.c (main): Likewise.
16754
12084a9a
AA
167552014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16756
16757 * gdb.mi/until.c: Add eye-catchers.
16758 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16759 line numbers.
16760
dc7e1a77
AA
167612014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16762
16763 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16764 function header variants in break1.c.
16765 * gdb.base/ena-dis-br.exp: Likewise.
16766 * gdb.base/hbreak2.exp: Likewise.
16767 * gdb.reverse/until-precsave.exp: Drop references to removed
16768 non-prototype function header variants in ur1.c.
16769 * gdb.reverse/until-reverse.exp: Likewise.
16770
41c77605
PM
167712014-11-17 Petr Machata <pmachata@redhat.com>
16772
16773 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16774 ${_cu_offset_size} bytes abbrev offset.
16775
34248c3a
DE
167762014-11-15 Doug Evans <xdje42@gmail.com>
16777
16778 PR symtab/17559
16779 * gdb.base/line-symtabs.exp: New file.
16780 * gdb.base/line-symtabs.c: New file.
16781 * gdb.base/line-symtabs.h: New file.
16782
646da059
YQ
167832014-11-14 Yao Qi <yao@codesourcery.com>
16784
16785 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16786 (func): Add label func_label.
16787 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16788 Replace low_pc and high_pc with MACRO_AT_range.
16789 Replace name, low_pc and high_pc with MACRO_AT_func.
16790
9301ebe6
YQ
167912014-11-14 Yao Qi <yao@codesourcery.com>
16792
16793 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16794 Replace name, low_pc and high_pc with MACRO_AT_func.
16795
f166b542
YQ
167962014-11-14 Yao Qi <yao@codesourcery.com>
16797
16798 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16799 produce debug information.
16800 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16801
0f6e71e3
YQ
168022014-11-14 Yao Qi <yao@codesourcery.com>
16803
16804 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16805 object and get function length.
16806 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16807 with MACRO_AT_func.
16808 (top-level): Replace gdb_compile and clean_restart with
16809 prepare_for_testing.
16810 * gdb.dwarf2/main.c (main): Add label main_label.
16811
876c4df9
YQ
168122014-11-14 Yao Qi <yao@codesourcery.com>
16813
16814 * lib/dwarf.exp (function_range): New procedure.
16815 (Dwarf::_handle_macro_at_func): New procedure.
16816 (Dwarf::_handle_macro_at_range): New procedure.
16817 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16818
02ad9cf1
YQ
168192014-11-14 Yao Qi <yao@codesourcery.com>
16820
16821 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16822 (_handle_attribute): New procedure.
16823
a59add0c
AA
168242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16825
16826 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16827 * gdb.base/call-sc.c (zed): Likewise.
16828 * gdb.base/checkpoint.c (main): Likewise.
16829 * gdb.base/dump.c (main): Likewise.
16830 * gdb.base/gcore.c (main): Likewise.
16831 * gdb.base/huge.c (main): Likewise.
16832 * gdb.base/multi-forks.c (main): Likewise.
16833 * gdb.base/pr10179-a.c (main): Likewise.
16834 * gdb.base/savedregs.c (main): Likewise.
16835 * gdb.base/sigaltstack.c (main): Likewise.
16836 * gdb.base/siginfo.c (main): Likewise.
16837 * gdb.base/structs.c (zed): Likewise.
16838 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16839 * gdb.mi/mi-syn-frame.c (main): Likewise.
16840 * gdb.mi/until.c (foo, main): Likewise.
16841 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16842 * gdb.base/solib-weak.c (foo): Declare.
16843 * gdb.base/attach-twice.c: Include stdio.h.
16844 * gdb.base/weaklib1.c: Likewise.
16845 * gdb.base/weaklib2.c: Likewise.
16846 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16847 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16848 unistd.h.
16849 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16850 * gdb.mi/mi-exit-code.c: Likewise.
16851 * gdb.base/break-interp-lib.c: Include string.h.
16852 * gdb.base/coremaker.c: Likewise.
16853 * gdb.base/testenv.c: Likewise.
16854 * gdb.python/py-finish-breakpoint.c: Likewise.
16855 * gdb.base/inferior-died.c: Include sys/wait.h.
16856 * gdb.base/fileio.c: Include time.h.
16857 * gdb.base/async-shell.c: Include unistd.h.
16858 * gdb.base/dprintf-non-stop.c: Likewise.
16859 * gdb.base/info-os.c: Likewise.
16860 * gdb.mi/mi-console.c: Likewise.
16861 * gdb.mi/watch-nonstop.c: Likewise.
16862 * gdb.python/py-events.c: Likewise.
16863 * gdb.base/async.c (baz): Move up before its invocation.
16864 * gdb.base/code_elim2.c (my_global_func): Likewise.
16865 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16866 * gdb.base/advance.c (func2): Likewise.
16867
3b5d5997
AA
168682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16869
16870 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16871 variant.
16872 * gdb.base/annota3.c: Likewise.
16873 * gdb.base/async.c: Likewise.
16874 * gdb.base/average.c: Likewise.
16875 * gdb.base/call-ar-st.c: Likewise.
16876 * gdb.base/call-rt-st.c: Likewise.
16877 * gdb.base/call-sc.c: Likewise.
16878 * gdb.base/call-strs.c: Likewise.
16879 * gdb.base/ending-run.c: Likewise.
16880 * gdb.base/execd-prog.c: Likewise.
16881 * gdb.base/exprs.c: Likewise.
16882 * gdb.base/foll-exec.c: Likewise.
16883 * gdb.base/foll-fork.c: Likewise.
16884 * gdb.base/foll-vfork.c: Likewise.
16885 * gdb.base/funcargs.c: Likewise.
16886 * gdb.base/gcore.c: Likewise.
16887 * gdb.base/jump.c: Likewise.
16888 * gdb.base/langs0.c: Likewise.
16889 * gdb.base/langs1.c: Likewise.
16890 * gdb.base/langs2.c: Likewise.
16891 * gdb.base/mips_pro.c: Likewise.
16892 * gdb.base/nodebug.c: Likewise.
16893 * gdb.base/opaque0.c: Likewise.
16894 * gdb.base/opaque1.c: Likewise.
16895 * gdb.base/recurse.c: Likewise.
16896 * gdb.base/run.c: Likewise.
16897 * gdb.base/scope0.c: Likewise.
16898 * gdb.base/scope1.c: Likewise.
16899 * gdb.base/setshow.c: Likewise.
16900 * gdb.base/setvar.c: Likewise.
16901 * gdb.base/shmain.c: Likewise.
16902 * gdb.base/shr1.c: Likewise.
16903 * gdb.base/shr2.c: Likewise.
16904 * gdb.base/sigall.c: Likewise.
16905 * gdb.base/signals.c: Likewise.
16906 * gdb.base/so-indr-cl.c: Likewise.
16907 * gdb.base/solib2.c: Likewise.
16908 * gdb.base/structs.c: Likewise.
16909 * gdb.base/sum.c: Likewise.
16910 * gdb.base/vforked-prog.c: Likewise.
16911 * gdb.base/watchpoint.c: Likewise.
16912 * gdb.reverse/shr2.c: Likewise.
16913 * gdb.reverse/until-reverse.c: Likewise.
16914 * gdb.reverse/ur1.c: Likewise.
16915 * gdb.reverse/watch-reverse.c: Likewise.
16916
066a77c5
AA
169172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16918
16919 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16920 variant.
16921 * gdb.base/sepdebug.exp: Drop references to removed code.
16922
4f204ea5
AA
169232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16924
16925 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16926 variant. Preserve original line numbering.
16927 * gdb.base/list1.c: Likewise.
16928
3b377a3a
AA
169292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16930
16931 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16932 variant.
16933 * gdb.base/break1.c: Likewise.
16934 * gdb.base/break.exp: Drop references to removed code.
16935
e444df73
AA
169362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16937
16938 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16939 variant.
16940
8008f2a7
AA
169412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16942
16943 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16944
a5a06887
AA
169452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16946
16947 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16948 logic into perform_all_tests() and invoke it with and without
16949 function header prototypes.
16950 (do_function_calls): Remove conditional XFAIL for PR 5318.
16951 (rerun_and_prepare): Remove duplicate code.
16952 (perform_all_tests): New. Main logic moved here.
16953
44dba9b9
AA
169542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16955
16956 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16957 code guarded by #ifdef NO_PROTOTYPES.
16958 (t_double_many_args): Likewise.
16959 (DEF_FUNC_MANY_ARGS_1): Likewise.
16960 (DEF_FUNC_VALUES_1): Likewise.
16961 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16962 guarded by #ifdef PROTOTYPES.
16963
d1fbcd56
AA
169642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16965
16966 * gdb.mi/mi-console.c: Add eye-catcher.
16967 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16968 instead of literal line number.
16969
b0e59b8f
AA
169702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16971
16972 * gdb.base/shr2.c: Add eye-catcher.
16973 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16974 line number.
16975
78f98cca
AA
169762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16977
16978 * gdb.base/jump.c: Add eye-catchers.
16979 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16980 numbers.
16981
58fa2af0
AA
169822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16983
16984 * gdb.base/execd-prog.c: Add eye-catchers.
16985 * gdb.base/foll-exec.c: Likewise.
16986 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16987 line numbers.
16988
04e5059b
AA
169892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16990
16991 * gdb.base/ending-run.c: Add eye-catchers.
16992 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16993 literal line numbers.
16994
dbfdb174
AA
169952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16996
16997 * gdb.base/call-rt-st.c: Add eye-catchers.
16998 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16999 literal line numbers.
17000
888a2ade
AA
170012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17002
17003 * gdb.base/call-ar-st.c: Add eye-catchers.
17004 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17005 literal line numbers.
17006
6acc2dde
AA
170072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17008
17009 * gdb.base/average.c: Add eye-catchers.
17010 * gdb.base/sum.c: Likewise.
17011 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17012 regexps dynamically.
17013
9ecfcd1d
AA
170142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17015
17016 * gdb.base/solib1.c: Add eye-catchers.
17017 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17018 literal line numbers.
17019
78708b7c
PA
170202014-11-12 Pedro Alves <palves@redhat.com>
17021
17022 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17023 leader has exited.
17024
af48d08f
PA
170252014-11-12 Pedro Alves <palves@redhat.com>
17026
17027 * gdb.arch/i386-bp_permanent.c: New file.
17028 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17029 (srcfile): Set to i386-bp_permanent.c.
17030 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17031 that stepi does not execute the 'leave' instruction, instead of
17032 testing it does execute.
17033 * gdb.base/bp-permanent.c: New file.
17034 * gdb.base/bp-permanent.exp: New file.
17035
af3768e9
DE
170362014-11-10 Doug Evans <xdje42@gmail.com>
17037
17038 PR symtab/17564
17039 * gdb.base/symtab-search-order.exp: New file.
17040 * gdb.base/symtab-search-order.c: New file.
17041 * gdb.base/symtab-search-order-1.c: New file.
17042 * gdb.base/symtab-search-order-shlib-1.c: New file.
17043
9de00a4a
PA
170442014-11-07 Pedro Alves <palves@redhat.com>
17045
17046 PR gdb/17511
17047 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17048 i?86-*-linux*.
17049
e0f52461
SC
170502014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17051
17052 PR c++/17494
17053 * gdb.cp/pr17494.cc: New file.
17054 * gdb.cp/pr17494.exp: New file.
17055
6ce8c980
YQ
170562014-11-02 Yao Qi <yao@codesourcery.com>
17057
17058 * gdb.python/python.exp: Get working directory and match the
17059 output of "set extended-prompt \\w " with it.
17060
02be9a71
DE
170612014-10-30 Doug Evans <dje@google.com>
17062
17063 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17064 in objfiles.
17065 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17066 in progspaces.
17067
3bdff46b
LM
170682014-10-30 Janis Johnson <janisjo@codesourcery.com>
17069
17070 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17071 * gdb.base/realname-expand.exp: Likewise.
17072 * gdb.linespec/macro-relative.exp: Likewise.
17073
ab917dfb
PA
170742014-10-29 Pedro Alves <palves@redhat.com>
17075
17076 PR gdb/17408
17077 * gdb.threads/schedlock.c (some_function): New function.
17078 (call_function): New global.
17079 (MAYBE_CALL_SOME_FUNCTION): New macro.
17080 (thread_function): Call it.
17081 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17082 and use it instead of a global counter. Adjust all callers.
17083 (get_current_thread): Use "find current thread" for test message
17084 here rather than having all callers pass down the same string.
17085 (goto_loop): New procedure, factored out from ...
17086 (my_continue): ... this.
17087 (step_ten_loops): Change parameter from test message to command to
17088 use. Adjust.
17089 (list_count): Delete global.
17090 (check_result): New procedure, factored out from duplicate top
17091 level code.
17092 (continue tests): Wrap in with_test_prefix.
17093 (test_step): New procedure, factored out from duplicate top level
17094 code.
17095 (top level): Test "step" in combination with all scheduler-locking
17096 modes. Test "next" in combination with all scheduler-locking
17097 modes, and in combination with stepping over a function call or
17098 not.
17099 * gdb.threads/next-bp-other-thread.c: New file.
17100 * gdb.threads/next-bp-other-thread.exp: New file.
17101
d3d4baed
PA
171022014-10-29 Pedro Alves <palves@redhat.com>
17103
17104 PR python/17372
17105 * gdb.python/python.exp: Test a multi-line command that spawns
17106 interactive Python.
17107 * gdb.base/multi-line-starts-subshell.exp: New file.
17108
563e8d85
YQ
171092014-10-29 Yao Qi <yao@codesourcery.com>
17110
17111 * gdb.base/fileio.exp: Make directories on host.
17112
0ea4d52e
YQ
171132014-10-29 Yao Qi <yao@codesourcery.com>
17114
17115 * gdb.base/fileio.c (test_write): Close the file.
17116
7f5ef605
PA
171172014-10-28 Pedro Alves <palves@redhat.com>
17118
17119 PR gdb/12623
17120 * gdb.base/sigstep.c (no_handler): New global.
17121 (main): If 'no_handler is true, set the signal handlers to
17122 SIG_IGN.
17123 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17124 with_sw_watch and no_handler parameters. Handle them.
17125 (top level) <stepping over handler when stopped at a breakpoint
17126 test>: Add a test axis for testing with a software watchpoint, and
17127 another for testing with the signal handler set to SIG_IGN.
17128 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17129 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17130
abbdbd03
PA
171312014-10-28 Pedro Alves <palves@redhat.com>
17132
17133 PR gdb/17511
17134 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17135 * gdb.base/sigstep.exp (other_handler_location): New global.
17136 (advance): Support stepping into the signal handler, and running
17137 commands while in the handler.
17138 (in_handler_map): New global.
17139 (top level): In the advance test, add combinations for getting
17140 into the handler with stepping commands, and for running commands
17141 in the handler. Add comment descripting the advancei tests.
17142
1df4399f
PA
171432014-10-28 Pedro Alves <palves@redhat.com>
17144
17145 * gdb.base/sigstep.exp: Use build_executable instead of
17146 prepare_for_testing.
17147 (top level): Move code that starts GDB, runs to main and creates a
17148 display to ...
17149 (restart): ... this new procedure.
17150 (top level): Move backtrace from signal handler test to ...
17151 (validate_backtrace): ... this new procedure.
17152 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17153 with_test_prefix. Always restart GDB.
17154 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17155 with_test_prefix. Always restart GDB. No need to delete
17156 breakpoints after the test.
17157 (test_skip_handler): Remove prefix parameter.
17158 (skip_over_handler, breakpoint_to_handler)
17159 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17160 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17161 restart GDB. No need to delete breakpoints after the test.
17162 (top level): Use foreach to call the test procedures with
17163 different commands.
17164
a5b6e449
PA
171652014-10-28 Pedro Alves <palves@redhat.com>
17166
17167 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17168 instead of GNATS numbers.
17169 * gdb.base/sigbpt.exp: Likewise.
17170 * gdb.base/siginfo.exp: Likewise.
17171 * gdb.base/sigstep.exp: Likewise.
17172
e5f8a7cc
PA
171732014-10-27 Pedro Alves <palves@redhat.com>
17174
17175 * gdb.base/sigstep.c (dummy): New global.
17176 (main): Issue a couple writes to the new global.
17177 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17178 procedures.
17179 (skip_over_handler): Use test_skip_handler.
17180 (top level): Call skip_over_handler for stepi and nexti too.
17181 (breakpoint_over_handler): Use test_skip_handler.
17182 (top level): Call breakpoint_over_handler for stepi and nexti too.
17183
763905a3
YQ
171842014-10-27 Yao Qi <yao@codesourcery.com>
17185
17186 * gdb.trace/tfile.c (adjust_function_address)
17187 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17188 function descriptor.
17189
6f259a23
DB
171902014-10-24 Don Breazeal <donb@codesourcery.com>
17191
17192 * gdb.base/foll-fork.exp (test_follow_fork,
17193 catch_fork_child_follow): Check for updated fork messages emitted
17194 from infrun.c.
17195 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17196 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17197 vfork_and_exec_child_follow_through_step): Check for updated vfork
17198 messages emitted from infrun.c.
17199
09dd9a69
PA
172002014-10-24 Pedro Alves <palves@redhat.com>
17201
17202 * gdb.base/corefile.exp: Remove references to ultrix.
17203 * gdb.base/interrupt.exp: Likewise.
17204 * gdb.base/whatis.exp: Likewise.
17205 * gdb.gdb/selftest.exp: Likewise.
17206 * gdb.threads/manythreads.exp: Likewise.
17207 * gdb.threads/print-threads.exp: Likewise.
17208 * gdb.threads/pthreads.exp:: Likewise.
17209 * gdb.threads/schedlock.exp: Likewise.
17210
3433cfa5
SC
172112014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17212
17213 * gdb.cp/non-trivial-retval.cc: Add a test case.
17214 * gdb.cp/non-trivial-retval.exp: Add a test.
17215
092f880b
YQ
172162014-10-20 Yao Qi <yao@codesourcery.com>
17217
17218 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17219 * gdb.python/py-objfile-script-gdb.py: New file.
17220 * gdb.python/py-objfile-script.exp: Update reference to
17221 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17222 of remote_download. Remove the dest file.
17223
acbdb7f3
YQ
172242014-10-20 Yao Qi <yao@codesourcery.com>
17225
17226 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17227 * gdb.base/step-line.exp: Likewise.
17228 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17229 * gdb.dwarf2/dw2-basic.exp: Likewise.
17230 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17231 * gdb.dwarf2/dw2-filename.exp: Likewise.
17232 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17233 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17234 * gdb.dwarf2/dw2-producer.exp: Likewise.
17235 * gdb.dwarf2/mac-fileno.exp: Likewise.
17236 * gdb.python/py-frame-args.exp: Likewise.
17237 * gdb.python/py-framefilter.exp: Likewise.
17238 * gdb.python/py-mi.exp: Likewise.
17239 * gdb.python/py-objfile-script.exp: Likewise
17240 * gdb.python/py-pp-integral.exp: Likewise.
17241 * gdb.python/py-pp-re-notag.exp: Likewise.
17242 * gdb.python/py-prettyprint.exp: Likewise.
17243 * gdb.python/py-section-script.exp: Likewise.
17244 * gdb.python/py-typeprint.exp: Likewise.
17245 * gdb.python/py-xmethods.exp: Likewise.
17246 * gdb.stabs/weird.exp: Likewise.
17247 * gdb.xml/tdesc-regs.exp: Likewise.
17248
bd286a29
KCY
172492014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17250
17251 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17252 (out_cu): Use addr_len for the size of addresses.
17253 (out_line): Likewise. Size DW_LNE_set_address instruction
17254 according to addr_len.
17255 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17256 (FUNC): Add START_INSNS to definition.
17257
673dc4a0
YQ
172582014-10-18 Yao Qi <yao@codesourcery.com>
17259
17260 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17261 gdb_has_argv0 return true.
17262 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17263 check [target_info exists noargs], check [gdb_has_argv0]
17264 instead.
17265 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17266 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17267 procedures.
17268
4ffbba72
DE
172692014-10-17 Doug Evans <dje@google.com>
17270
17271 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17272 event.
17273 * gdb.python/py-events.py: Add clear_objfiles event.
17274
d096d8c1
DE
172752014-10-17 Doug Evans <dje@google.com>
17276
17277 * gdb.python/py-objfile.exp: Test progspace attribute.
17278
a80db015
LM
172792014-10-17 Luis Machado <lgustavo@codesourcery.com>
17280
17281 * gdb.guile/scm-breakpoint.exp: Do not assume any
17282 directory separators when matching source file paths.
17283 * gdb.python/py-breakpoint.exp: Likewise.
17284 * gdb.reverse/break-precsave.exp: Likewise.
17285 * gdb.reverse/break-reverse.exp: Likewise.
17286 * gdb.reverse/consecutive-precsave.exp: Likewise.
17287 * gdb.reverse/finish-precsave.exp: Likewise.
17288 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17289 * gdb.reverse/finish-reverse.exp: Likewise.
17290 * gdb.reverse/i386-precsave.exp: Likewise.
17291 * gdb.reverse/i387-env-reverse.exp: Likewise.
17292 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17293 * gdb.reverse/machinestate-precsave.exp: Likewise.
17294 * gdb.reverse/machinestate.exp: Likewise.
17295 * gdb.reverse/sigall-precsave.exp: Likewise.
17296 * gdb.reverse/solib-precsave.exp: Likewise.
17297 * gdb.reverse/step-precsave.exp: Likewise.
17298 * gdb.reverse/until-precsave.exp: Likewise.
17299 * gdb.reverse/watch-precsave.exp: Likewise.
17300 * gdb.reverse/watch-reverse.exp: Likewise.
17301
b22089ab
YQ
173022014-10-17 Yao Qi <yao@codesourcery.com>
17303
17304 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17305 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17306
6c4486e6
PA
173072014-10-17 Pedro Alves <palves@redhat.com>
17308
17309 PR gdb/17471
17310 * gdb.base/bg-execution-repeat.c: New file.
17311 * gdb.base/bg-execution-repeat.exp: New file.
17312
0ff33695
PA
173132014-10-17 Pedro Alves <palves@redhat.com>
17314
17315 PR gdb/17300
17316 * gdb.base/continue-all-already-running.c: New file.
17317 * gdb.base/continue-all-already-running.exp: New file.
17318
6fdebc3d
PA
173192014-10-17 Pedro Alves <palves@redhat.com>
17320
17321 PR gdb/17472
17322 * gdb.base/annota-input-while-running.c: New file.
17323 * gdb.base/annota-input-while-running.exp: New file.
17324
32a8097b
PA
173252014-10-17 Pedro Alves <palves@redhat.com>
17326
17327 * gdb.base/callfuncs.exp: emove references to osf.
17328 * gdb.base/sigall.exp: Likewise.
17329 * gdb.gdb/selftest.exp: Likewise.
17330 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17331 * gdb.mi/non-stop.c: Likewise.
17332 * gdb.mi/pthreads.c: Likewise.
17333 * gdb.reverse/sigall-precsave.exp: Likewise.
17334 * gdb.reverse/sigall-reverse.exp: Likewise.
17335 * gdb.threads/pthreads.c: Likewise.
17336 * gdb.threads/pthreads.exp: Likewise.
17337
7a3517ff
YQ
173382014-10-17 Yao Qi <yao@codesourcery.com>
17339
17340 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17341 check 'target_info exists noargs'.
17342 (test_command_prompt_position): Likewise.
17343 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17344 Remove "set args".
17345 (progvar_simple_while_test): Likewise.
17346 (progvar_complex_if_while_test): Likewise.
17347 (if_while_breakpoint_command_test): Likewise.
17348 (infrun_breakpoint_command_test): Likewise.
17349 (breakpoint_command_test): Likewise.
17350 (watchpoint_command_test): Likewise.
17351 (bp_deleted_in_command_test): Likewise.
17352 (temporary_breakpoint_commands): Likewise.
17353
bb99c472
YQ
173542014-10-16 Yao Qi <yao@codesourcery.com>
17355
17356 * gdb.base/remotetimeout.exp: Remove noargs checking.
17357
7c16b83e
PA
173582014-10-15 Pedro Alves <palves@redhat.com>
17359
17360 PR breakpoints/9649
17361 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17362 * gdb.base/breakpoint-in-ro-region.exp
17363 (probe_target_hardware_step): New procedure.
17364 (top level): Probe hardware stepping and hardware breakpoint
17365 support. Test stepping through a read-only region, with both
17366 "breakpoint auto-hw" on and off and both "always-inserted" on and
17367 off.
17368
35a49624
IB
173692014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17370
17371 * gdb.dlang/demangle.exp: Update for demangling changes.
17372
2d1c107c
SC
173732014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17374
17375 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17376 * gdb.cp/non-trivial-retval.exp: Add new tests.
17377
778811d5
SC
173782014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17379
17380 PR c++/13403
17381 PR c++/15154
17382 * gdb.cp/non-trivial-retval.cc: New file.
17383 * gdb.cp/non-trivial-retval.exp: New file.
17384
10c5f0a8
YQ
173852014-10-15 Yao Qi <yao@codesourcery.com>
17386
17387 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17388 remote host.
17389
65d7b369
YQ
173902014-10-15 Yao Qi <yao@codesourcery.com>
17391
17392 * gdb.python/py-symbol.exp: Match file base name if host is
17393 remote, otherwise match file name with dir name.
17394 * gdb.python/py-symtab.exp: Likewise.
17395 * gdb.python/python.exp: Likewise.
17396
46dc1394
YQ
173972014-10-15 Yao Qi <yao@codesourcery.com>
17398
17399 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17400 pattern.
17401 * gdb.python/py-symtab.exp: Likewise.
17402 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17403 locationn.
17404
c40cc657
JB
174052014-10-14 Joel Brobecker <brobecker@adacore.com>
17406
17407 * gdb.ada/addr_arith: New testcase.
17408
2abf49e1
MR
174092014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17410
17411 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17412 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17413 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17414 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17415
f7088df3
SDJ
174162014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17417
17418 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17419 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17420 * gdb.arch/stap-eval-lang-ada.exp: New file.
17421
4dc06805
YQ
174222014-10-14 Yao Qi <yao@codesourcery.com>
17423
17424 * gdb.mi/mi-var-child.c (nothing1): New function.
17425 (nothing2): New function.
17426 (do_children_tests): Set function pointers by nothing1 and
17427 nothing2.
17428 * gdb.mi/mi-var-child.exp: Step over new added statements.
17429 Update test to match the new output.
17430 * gdb.mi/var-cmd.c (nothing1): New function.
17431 (nothing2): New function.
17432 (do_children_tests): Set function pointers by nothing1 and
17433 nothing2.
17434 * gdb.mi/mi-var-display.exp: Update test to match output.
17435 Step to the line specified by $line_dct_nothing.
17436 Increase the number of lines to step.
17437
46a93de2
YQ
174382014-10-14 Yao Qi <yao@codesourcery.com>
17439
17440 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17441 tests.
17442 * gdb.mi/mi2-var-child.exp: Likewise.
17443
14ea52ee
DE
174442014-10-13 Doug Evans <dje@google.com>
17445
17446 * gdb.python/py-objfile.exp: Change name of file name test.
17447
e5c6e92b
DE
174482014-10-13 Doug Evans <dje@google.com>
17449
17450 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17451 from the start of the CU.
17452
c780cc2f
JK
174532014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17454 Yao Qi <yao@codesourcery.com>
17455
17456 Fix "save breakpoints" for "catch" command.
17457 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17458 Remove -nonewline. Match also the added "main" line.
17459
99894e11
JK
174602014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17461
17462 Fix "save breakpoints" for "disable $bpnum" command.
17463 * gdb.base/save-bp.c (main): Add label.
17464 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17465
6e1ac5a3
JK
174662014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17467
17468 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17469
754dd2b0
YQ
174702014-10-11 Yao Qi <yao@codesourcery.com>
17471
17472 * gdb.server/server-kill.exp: Execute command
17473 "set remote trace-status-packet on" before "tstatus".
17474
f90183d7
YQ
174752014-10-11 Yao Qi <yao@codesourcery.com>
17476
17477 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17478 (main): Call getppid.
17479 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17480 and continue to it. Read variable "server_pid".
17481
bf40a607
YQ
174822014-10-11 Yao Qi <yao@codesourcery.com>
17483
17484 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17485
052ca370
YQ
174862014-10-11 Yao Qi <yao@codesourcery.com>
17487
17488 * gdb.threads/thread-find.exp: Don't execute command
17489 "info threads".
17490 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17491 * gdb.threads/linux-dp.exp: Don't check the condition
17492 $threads_created equals to zero.
17493
3831839c
PA
174942014-10-10 Pedro Alves <palves@redhat.com>
17495
17496 * gdb.base/bigcore.exp: Remove references to IRIX.
17497 * gdb.base/funcargs.exp: Likewise.
17498 * gdb.base/interrupt.exp: Likewise.
17499 * gdb.base/mips_pro.exp: Likewise.
17500 * gdb.base/nodebug.exp: Likewise.
17501 * gdb.base/setvar.exp: Likewise.
17502 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17503
8b9a549d
PA
175042014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17505 Pedro Alves <palves@redhat.com>
17506
17507 PR symtab/14466
17508 * gdb.base/vdso-warning.c: New file.
17509 * gdb.base/vdso-warning.exp: New file.
17510
d48ba5e8
DE
175112014-10-02 Doug Evans <dje@google.com>
17512
17513 * gdb.base/structs.c (main): Don't run forever.
17514
2278c276
PA
175152014-10-02 Pedro Alves <palves@redhat.com>
17516
17517 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17518 (top level) <stop threads 1, stop threads 2>: Use it.
17519
b57bacec
PA
175202014-10-02 Pedro Alves <palves@redhat.com>
17521
17522 * gdb.threads/break-while-running.exp (test): Add new
17523 'update_thread_list' argument. Skip "info threads" if false.
17524 (top level): Add new 'update_thread_list' axis.
17525
13fd3ff3
PA
175262014-10-02 Pedro Alves <palves@redhat.com>
17527
17528 PR breakpoints/17431
17529 * gdb.base/execl-update-breakpoints.c: New file.
17530 * gdb.base/execl-update-breakpoints.exp: New file.
17531
0fec99e8
PA
175322014-10-01 Pedro Alves <palves@redhat.com>
17533
17534 * gdb.base/breakpoint-in-ro-region.c: New file.
17535 * gdb.base/breakpoint-in-ro-region.exp: New file.
17536
2ddf4301
SM
175372014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17538
17539 * gdb.mi/mi-exit-code.exp: New file.
17540 * gdb.mi/mi-exit-code.c: New file.
17541
6a5f3f43
YQ
175422014-09-30 Yao Qi <yao@codesourcery.com>
17543
17544 * lib/prelink-support.exp (build_executable_own_libs): Error if
17545 the target isn't native.
17546
345bcc73
YQ
175472014-09-30 Yao Qi <yao@codesourcery.com>
17548
17549 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17550 false.
17551
a25a5a45
PA
175522014-09-22 Pedro Alves <palves@redhat.com>
17553
17554 * gdb.threads/break-while-running.exp: New file.
17555 * gdb.threads/break-while-running.c: New file.
17556
00ba3162
YQ
175572014-09-19 Yao Qi <yao@codesourcery.com>
17558
17559 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17560 Invoke test. Restart GDB with --readnow and invoke test again.
17561
c3b7b696
YQ
175622014-09-19 Yao Qi <yao@codesourcery.com>
17563
17564 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17565 proc set_breakpoint_on_gcd_function. Invoke
17566 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17567 invoke set_breakpoint_on_gcd_function again.
17568
2b4fd423
DE
175692014-09-18 Doug Evans <dje@google.com>
17570
17571 * gdb.dwarf2/symtab-producer.exp: New file.
17572
a5947601
SDJ
175732014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17574
17575 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17576 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17577 * gdb.base/global-var-nested-by-dso.c: Likewise.
17578 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17579
91c19059
SDJ
175802014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17581 Pedro Alves <palves@redhat.com>
17582
17583 * gdb.base/watch-bitfields.exp: Pass string other than test file
17584 name to prepare_for_testing.
17585 (watch): New procedure.
17586 (expect_watchpoint): Use with_test_prefix.
17587 (top level): Factor out tests to ...
17588 (test_watch_location, test_regular_watch): ... these new
17589 procedures, and use with_test_prefix and gdb_continue_to_end.
17590
bb9d5f81
PP
175912014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17592
17593 PR breakpoints/12526
17594 * gdb.base/watch-bitfields.exp: New file.
17595 * gdb.base/watch-bitfields.c: New file.
17596
635856f5
PA
175972014-09-16 Pedro Alves <palves@redhat.com>
17598
17599 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17600 software and hardware addresses, not software address against
17601 itself.
17602
7280ceea
PA
176032014-09-16 Pedro Alves <palves@redhat.com>
17604
17605 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17606 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17607
428b16bd
PA
176082014-09-16 Pedro Alves <palves@redhat.com>
17609
17610 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17611 files.
17612 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17613 "*-*-vxworks*" throughout.
17614 * gdb.base/break.exp: Likewise.
17615 * gdb.base/default.exp: Likewise.
17616 * gdb.base/scope.exp: Likewise.
17617 * gdb.base/sepdebug.exp: Likewise.
17618 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17619 throughout.
17620 * gdb.base/run.c: Likewise.
17621 * gdb.base/sepdebug.c: Likewise.
17622 * gdb.hp/gdb.aCC/run.c: Likewise.
17623 * gdb.reverse/until-reverse.c: Likewise.
17624 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17625
666d413c
YQ
176262014-09-16 Yao Qi <yao@codesourcery.com>
17627
17628 * boards/local-remote-host-native.exp: New file.
17629
57cbd724
DE
176302014-09-14 Doug Evans <xdje42@gmail.com>
17631
17632 * gdb.threads/queue-signal.c (thread_count): New variable.
17633 (thread_count_mutex, thread_count_condvar): New variables.
17634 (incr_thread_count, wait_all_threads_running): New functions.
17635 (main): Wait for all threads to be in their thread functions.
17636
81219e53
DE
176372014-09-13 Doug Evans <xdje42@gmail.com>
17638
17639 * gdb.threads/queue-signal.c: New file.
17640 * gdb.threads/queue-signal.exp: New file.
17641
3714cea7
DE
176422014-09-13 Doug Evans <xdje42@gmail.com>
17643
17644 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17645 be consistent with what default_gdb_init uses.
17646 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17647 the plain text of the prompt. Add some logging printfs.
17648 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17649
fa43b1d7
PA
176502014-09-12 Pedro Alves <palves@redhat.com>
17651
17652 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17653 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17654 * gdb.arch/i386-size-overlap.exp: Likewise.
17655 * gdb.arch/i386-size.exp: Likewise.
17656 * gdb.arch/i386-unwind.exp: Likewise.
17657 * gdb.base/a2-run.exp: Likewise.
17658 * gdb.base/break.exp: Likewise.
17659 * gdb.base/charset.exp: Likewise.
17660 * gdb.base/chng-syms.exp: Likewise.
17661 * gdb.base/commands.exp: Likewise.
17662 * gdb.base/dbx.exp: Likewise.
17663 * gdb.base/find.exp: Likewise.
17664 * gdb.base/funcargs.exp: Likewise.
17665 * gdb.base/jit-simple.exp: Likewise.
17666 * gdb.base/reread.exp: Likewise.
17667 * gdb.base/sepdebug.exp: Likewise.
17668 * gdb.base/step-bt.exp: Likewise.
17669 * gdb.cp/mb-inline.exp: Likewise.
17670 * gdb.cp/mb-templates.exp: Likewise.
17671 * gdb.objc/basicclass.exp: Likewise.
17672 * gdb.threads/killed.exp: Likewise.
17673
9d9bf2df
EBM
176742014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17675
17676 PR tdep/17379
17677 * gdb.arch/powerpc-stackless.S: New file.
17678 * gdb.arch/powerpc-stackless.exp: New file.
17679
1cf2f1b0
JK
176802014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17681
17682 * gdb.base/attach.c: Include unistd.h.
17683 (main): Call alarm. Add label postloop.
17684 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17685 gdb_breakpoint, gdb_continue_to_breakpoint.
17686 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17687
98880d46
PA
176882014-09-11 Pedro Alves <palves@redhat.com>
17689
17690 PR gdb/17347
17691 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17692 * gdb.base/attach.exp (test_command_line_attach_run): New
17693 procedure.
17694 (top level): Call it.
17695
4c92ff2c
PA
176962014-09-11 Pedro Alves <palves@redhat.com>
17697
17698 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17699 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17700 (do_command_attach_tests): Use spawn_wait_for_attach.
17701 * gdb.base/solib-overlap.exp: Likewise.
17702 * gdb.multi/multi-attach.exp: Likewise.
17703 * gdb.python/py-prompt.exp: Likewise.
17704 * gdb.python/py-sync-interp.exp: Likewise.
17705 * gdb.server/ext-attach.exp: Likewise.
17706
3adc1a7d
GKB
177072014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17708
17709 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17710 command in testcase. Simplify testcase.
17711
96334934
JB
177122014-09-10 Joel Brobecker <brobecker@adacore.com>
17713
17714 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17715
eb479039
JB
177162014-09-10 Joel Brobecker <brobecker@adacore.com>
17717
17718 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17719
deede10c
JB
177202014-09-10 Joel Brobecker <brobecker@adacore.com>
17721
17722 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17723
7828a5f5
JB
177242014-09-10 Joel Brobecker <brobecker@adacore.com>
17725
17726 * gdb.dwarf2/dynarr-ptr.c: New file.
17727 * gdb.dwarf2/dynarr-ptr.exp: New file.
17728
33aeebcf
MR
177292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17730
17731 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17732 of 30 rather than hardcoding 120 for a slow test case. Take the
17733 `gdb,timeout' target setting into account for this calculation.
17734 Don't extend the timeout for the test cases that don't need it.
17735
7b415901
MR
177362014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17737
17738 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17739 a factor of 2 for a slow test case. Take the `gdb,timeout'
17740 target setting into account for this calculation.
17741 * gdb.reverse/until-precsave.exp: Increase the timeout by
17742 a factor of 15 and 3 respectively rather than adding 120
17743 for a pair of slow test cases. Take the `gdb,timeout'
17744 target setting into account for this calculation.
17745
4a40f85a
MR
177462014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17747
17748 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17749 timeout, don't pass one down to gdb_expect.
17750 (gdb_expect): Rework timeout selection.
17751
09635af7
MR
177522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17753
17754 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17755 exception on timeout.
17756 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17757 (gdbserver_start_extended): Catch any `gdbserver_start' error
17758 exceptions.
17759 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17760 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17761 `gdbserver_gdb_load' error exceptions.
17762
2bdd10b7
MR
177632014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17764
17765 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17766 120 on waiting for the TCP socket to open.
17767
316935f0
DE
177682014-09-09 Doug Evans <xdje42@gmail.com>
17769
17770 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17771 _caller_matches, _any_caller_is, _any_caller_matches.
17772
83740597
DE
177732014-09-09 Doug Evans <xdje42@gmail.com>
17774
17775 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17776
4c122fc3
YQ
177772014-09-09 Yao Qi <yao@codesourcery.com>
17778
17779 * gdb.mi/mi-var-display.exp: Set print symbol off.
17780
a9f116cb
GKB
177812014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17782
17783 PR gdb/17035
17784 * gdb.base/commands.exp: Add tests to verify user-defined
17785 commands with empty bodies.
17786 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17787 python commands in `show user command`.
17788 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17789 scheme commands in `show user command`.
17790
c75bd3a2
JK
177912014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17792
17793 PR python/17355
17794 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17795 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17796 * gdb.python/py-framefilter-invalidarg.exp: New file.
17797 * gdb.python/py-framefilter-invalidarg.py: New file.
17798
faa42425
DE
177992014-09-06 Doug Evans <xdje42@gmail.com>
17800
17801 PR 15276
17802 * gdb.python/py-caller-is.c: New file.
17803 * gdb.python/py-caller-is.exp: New file.
17804
474ca4f6
SDJ
178052014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17806
17807 PR gdb/17235
17808 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17809 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17810
eb0b0463
SDJ
178112014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17812
17813 PR fortran/17237
17814 * gdb.fortran/print-formatted.exp: New file.
17815 * gdb.fortran/print-formatted.f90: Likewise.
17816
5f3b99cf
SS
178172014-09-03 Sasha Smundak <asmundak@google.com>
17818
17819 * gdb.python/py-frame.exp: Test Frame.read_register.
17820
7d793aa9
SDJ
178212014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17822
17823 PR python/16699
17824 * gdb.python/py-completion.exp: New file.
17825 * gdb.python/py-completion.py: Likewise.
17826
fb0576e9
DE
178272014-08-28 Doug Evans <dje@google.com>
17828
17829 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17830 eax,etc. are live with values set by gdb and thus the compiler can't
17831 use them.
17832 * gdb.arch/i386-pseudo.c (main): Ditto.
17833
ee92b0dd
DE
178342014-08-27 Doug Evans <dje@google.com>
17835
17836 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17837
6649db35
DE
178382014-08-25 Doug Evans <dje@google.com>
17839
17840 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17841 (main): Ditto.
17842
564b7600
DE
178432014-08-25 Doug Evans <dje@google.com>
17844
17845 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17846
3881fb67
YQ
178472014-08-24 Yao Qi <yao@codesourcery.com>
17848
17849 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17850 symbol off.
17851 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17852
a05a36a5
DE
178532014-08-22 Doug Evans <dje@google.com>
17854
17855 PR 17276
17856 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17857 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17858 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17859
7c343b48
YQ
178602014-08-22 Yao Qi <yao@codesourcery.com>
17861
17862 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17863 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17864 * gdb.python/python.exp: Likewise. Use .py file on the host
17865 instead of the build.
17866
22fd09ae
JK
178672014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17868
17869 * gdb.threads/gcore-stale-thread.c: New file.
17870 * gdb.threads/gcore-stale-thread.exp: New file.
17871
a8454a7c
PA
178722014-08-21 Pedro Alves <palves@redhat.com>
17873
17874 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17875 * gdb.base/gcore-relro-pie.exp: Likewise.
17876 * gdb.base/gcore-relro.exp: Likewise.
17877 * gdb.base/gcore.exp: Likewise.
17878 * gdb.base/print-symbol-loading.exp: Likewise.
17879 * gdb.threads/gcore-thread.exp: Likewise.
17880 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17881
2a31c623
PA
178822014-08-20 Pedro Alves <palves@redhat.com>
17883 Jan Kratochvil <jan.kratochvil@redhat.com>
17884
17885 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17886 configure.
17887 (EXPECT): Handle READ1 being set.
17888 (all): Depend on EXTRA_RULES.
17889 (check-read1, expect-read1, read1.so, read1): New rules.
17890 * README (Testsuite Parameters): Document the READ1 make variable.
17891 (Race detection): New section.
17892 * configure: Regenerate.
17893 * configure.ac: If build==host==target, and running under a
17894 GNU/glibc system, add read1 to the extra Makefile rules.
17895 (EXTRA_RULES): AC_SUBST it.
17896 * lib/read1.c: New file.
17897
d36430db
JB
178982014-08-20 Joel Brobecker <brobecker@adacore.com>
17899
17900 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17901 the handling of variables declared as a typedef to an array
17902 which a DW_AT_data_location attribute.
17903
9a0dc9e3
PA
179042014-08-19 Andrew Burgess <aburgess@broadcom.com>
17905 Pedro Alves <palves@redhat.com>
17906
17907 PR symtab/14604
17908 PR symtab/14605
17909 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17910 gdb_test.
17911
0718a8da
PA
179122014-08-19 Pedro Alves <palves@redhat.com>
17913
17914 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17915
13b448cd
YQ
179162014-08-19 Yao Qi <yao@codesourcery.com>
17917
17918 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17919 right line.
17920
1cbf5077
DB
179212014-08-18 David Blaikie <dblaikie@gmail.com>
17922
17923 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17924
bf0fae19
JB
179252014-08-18 Joel Brobecker <brobecker@adacore.com>
17926
17927 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17928 attribute in array range.
17929
3c8c5dcc
JB
179302014-08-18 Joel Brobecker <brobecker@adacore.com>
17931
17932 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17933
e66d4446
SC
179342014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17935
17936 PR c++/17132
17937 * gdb.cp/pr17132.cc: New file.
17938 * gdb.cp/pr17132.exp: New file.
17939
940df408
SC
179402014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17941
17942 * gdb.python/py-xmethods.py (A_getarrayind)
17943 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17944 Use 'print' with function call syntax.
17945 (E_method_matcher.match): Fix tab vs space indentation mixup.
17946
ebcc6c3a
YQ
179472014-08-15 Yao Qi <yao@codesourcery.com>
17948
17949 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17950 false.
17951
775e0f04
YQ
179522014-08-15 Yao Qi <yao@codesourcery.com>
17953
17954 * gdb.cp/casts.exp: Set print symbol off.
17955 * gdb.cp/class2.exp: Likewise.
17956 * gdb.cp/overload.exp: Likewise.
17957 * gdb.cp/templates.exp: Likewise.
17958
d769e349
DE
179592014-08-11 Doug Evans <dje@google.com>
17960
17961 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17962 (test_load_shlib): Update.
17963
20c6f1e1
YQ
179642014-08-09 Yao Qi <yao@codesourcery.com>
17965
17966 * gdb.base/display.exp: Invoke is_address_zero_readable.
17967 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17968 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17969 * gdb.base/hbreak-unmapped.exp: Return if
17970 is_address_zero_readable returns true.
17971 * gdb.base/signest.exp: Likewise.
17972 * gdb.base/signull.exp: Likewise.
17973 * gdb.base/sigbpt.exp: Likewise.
17974 * gdb.guile/scm-disasm.exp: Do the test if
17975 is_address_zero_readable returns false.
17976 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17977 * gdb.python/py-arch.exp: Likewise.
17978 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17979 * lib/gdb.exp (is_address_zero_readable): New proc.
17980
5792e8e3
YQ
179812014-08-09 Yao Qi <yao@codesourcery.com>
17982
17983 PR testsuite/13443
17984 * gdb.mi/mi-var-display.exp: Make test messages unique.
17985
3cecbbbe
TT
179862014-08-04 Tom Tromey <tromey@redhat.com>
17987
17988 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17989 target 0".
17990
00b51ff5
TT
179912014-08-04 Tom Tromey <tromey@redhat.com>
17992
17993 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17994 "target_resume".
17995
6908c509
JB
179962014-08-01 Joel Brobecker <brobecker@adacore.com>
17997
17998 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17999 inner_vla_struct_object_size.
18000 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18001 as xfail.
18002
cc6563d2
PA
180032014-07-30 Pedro Alves <palves@redhat.com>
18004
18005 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18006 comment.
18007
7e09a223
YQ
180082014-07-29 Yao Qi <yao@codesourcery.com>
18009
18010 PR gdb/17206
18011 * gdb.base/until-nodebug.exp: New.
18012
7ebdbe92
DE
180132014-07-28 Doug Evans <xdje42@gmail.com>
18014
18015 PR guile/17203
18016 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18017 previously existing parameter, and previously ambiguously spelled
18018 parameter.
18019
fdb1adc6
WN
180202014-07-28 Will Newton <will.newton@linaro.org>
18021
18022 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18023
186fcde0
DE
180242014-07-26 Ludovic Courtès <ludo@gnu.org>
18025 Doug Evans <xdje42@gmail.com>
18026
18027 PR guile/17146
18028 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18029
70509625
PA
180302014-07-25 Pedro Alves <palves@redhat.com>
18031
18032 * gdb.threads/signal-command-handle-nopass.c: New file.
18033 * gdb.threads/signal-command-handle-nopass.exp: New file.
18034 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18035 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18036 * gdb.threads/signal-delivered-right-thread.c: New file.
18037 * gdb.threads/signal-delivered-right-thread.exp: New file.
18038
c3f814a1
PA
180392014-07-25 Pedro Alves <palves@redhat.com>
18040
18041 * gdb.base/double-prompt-target-event-error.exp
18042 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18043 match.
18044 (cancel_pagination_in_target_event): Rework double prompt
18045 detection.
18046 * gdb.base/paginate-after-ctrl-c-running.exp
18047 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18048 <return>' match.
18049 * gdb.base/paginate-bg-execution.exp
18050 (test_bg_execution_pagination_return)
18051 (test_bg_execution_pagination_cancel): Remove '-notransfer
18052 <return>' matches.
18053 * gdb.base/paginate-execution-startup.exp
18054 (test_fg_execution_pagination_return)
18055 (test_fg_execution_pagination_cancel): Remove '-notransfer
18056 <return>' matches.
18057 * gdb.base/paginate-inferior-exit.exp
18058 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18059 match.
18060 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18061 * lib/gdb.exp (pagination_prompt): Run text through
18062 string_to_regexp.
18063 (gdb_test_multiple): Match $pagination_prompt instead of
18064 "<return>".
18065 (string_to_regexp): Move to lib/gdb-utils.exp.
18066
e214cf6c
JK
180672014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18068
18069 * gdb.arch/amd64-entry-value-paramref.S: New file.
18070 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18071 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18072 * gdb.arch/amd64-optimout-repeat.S: New file.
18073 * gdb.arch/amd64-optimout-repeat.c: New file.
18074 * gdb.arch/amd64-optimout-repeat.exp: New file.
18075
17d0c5c8
JK
180762014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18077
18078 PR gdb/17170
18079 * gdb.base/statistics.exp: New file.
18080
b8b8facf
DE
180812014-07-17 Doug Evans <dje@google.com>
18082
74b49205 18083 PR gdb/17170
b8b8facf
DE
18084 * gdb.base/maint.exp: Update testing of per-command stats.
18085
1b5d0ab3
PA
180862014-07-16 Pedro Alves <palves@redhat.com>
18087
18088 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18089 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18090 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18091 (tfile_write_buf): New functions.
18092 (add_memory_block): Rewrite using the above.
18093 (adjust_function_address): New function.
18094 (FUNCTION_ADDRESS): New macro.
18095 (write_basic_trace_file): Remove short_x local, and use
18096 tfile_write_16. Change type of func_addr local to unsigned long
18097 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18098 here. Cast argument of add_memory_block to char pointer.
18099 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18100 (main): Remove parameters.
18101 * gdb.trace/tfile.exp: Remove nowarnings.
18102
4d974e88
SM
181032014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18104
18105 * gdb.base/debug-expr.exp: Test string evaluation with
18106 "debug expression" on.
18107
41e99568
PA
181082014-07-15 Pedro Alves <palves@redhat.com>
18109
18110 * gdb.base/reread.exp: Use clean_restart.
18111
487d9753
PL
181122014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18113
18114 * gdb.arch/avr-flash-qualifer.c: New.
18115 * gdb.arch/avr-flash-qualifer.exp: New.
18116
cc1c52ad
PA
181172014-07-14 Pedro Alves <palves@redhat.com>
18118
18119 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18120 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18121
1e973570
PA
181222014-07-14 Pedro Alves <palves@redhat.com>
18123
18124 * gdb.base/double-prompt-target-event-error.c: New file.
18125 * gdb.base/double-prompt-target-event-error.exp: New file.
18126
93d6eb10
PA
181272014-07-14 Pedro Alves <palves@redhat.com>
18128
18129 PR gdb/17072
18130 * gdb.base/paginate-inferior-exit.c: New file.
18131 * gdb.base/paginate-inferior-exit.exp: New file.
18132
0017922d
PA
181332014-07-14 Pedro Alves <palves@redhat.com>
18134
18135 PR gdb/17072
18136 * gdb.base/paginate-bg-execution.c: New file.
18137 * gdb.base/paginate-bg-execution.exp: New file.
18138
94696ad3
PA
181392014-07-14 Pedro Alves <palves@redhat.com>
18140
18141 PR gdb/17072
18142 * gdb.base/paginate-execution-startup.c: New file.
18143 * gdb.base/paginate-execution-startup.exp: New file.
18144 * lib/gdb.exp (pagination_prompt): New global.
18145 (default_gdb_spawn): New procedure, factored out from
18146 default_gdb_spawn.
18147 (default_gdb_start): Adjust to call default_gdb_spawn.
18148 (gdb_spawn): New procedure.
18149
bd293940
PA
181502014-07-14 Pedro Alves <palves@redhat.com>
18151
18152 * lib/gdb.exp (gdb_assert): New procedure.
18153 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18154
c933f875
PA
181552014-07-14 Pedro Alves <palves@redhat.com>
18156
18157 * gdb.base/execution-termios.c: New file.
18158 * gdb.base/execution-termios.exp: New file.
18159
d98b7a16
TT
181602014-07-14 Tom Tromey <tromey@redhat.com>
18161
18162 * gdb.cp/vla-cxx.cc: New file.
18163 * gdb.cp/vla-cxx.exp: New file.
18164
548740d6
TT
181652014-07-14 Tom Tromey <tromey@redhat.com>
18166
18167 * gdb.reverse/rerun-prec.c: New file.
18168 * gdb.reverse/rerun-prec.exp: New file.
18169
a25eb028
MR
181702014-07-12 Maciej W. Rozycki <macro@mips.com>
18171 Maciej W. Rozycki <macro@codesourcery.com>
18172
18173 * lib/gdb-utils.exp: New file.
18174 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18175 inline `gdb_init_command' processing.
18176 (gdb_start_cmd): Likewise.
18177 * lib/mi-support.exp (mi_run_cmd): Likewise.
18178 * README: Document `gdb_init_command' and `gdb_init_commands'.
18179
218c2655
JK
181802014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18181
18182 Fix false FAIL running under a very long directory name.
18183 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18184 and "set print elements 10000". Twice.
18185
5401fde3
YQ
181862014-07-11 Yao Qi <yao@codesourcery.com>
18187
18188 * gdb.base/exprs.exp: "set print symbol off".
18189
e76126e8
PA
181902014-07-11 Pedro Alves <palves@redhat.com>
18191
18192 * gdb.threads/kill.c: New file.
18193 * gdb.threads/kill.exp: New file.
18194
2d6f0de6
YQ
181952014-07-10 Yao Qi <yao@codesourcery.com>
18196
18197 * gdb.trace/tfile.c (write_basic_trace_file)
18198 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18199 address written to trace file.
18200
7180e04a
PA
182012014-07-09 Pedro Alves <palves@redhat.com>
18202
18203 * gdb.base/attach-wait-input.exp: New file.
18204 * gdb.base/attach-wait-input.c: New file.
18205
9a9a7608
AB
182062014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18207
18208 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18209 setting up test structures.
18210 (main): Call new test function.
18211 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18212 test function, continue into test function and walk test
18213 structures.
18214
161ac41e
YQ
182152014-07-02 Yao Qi <yao@codesourcery.com>
18216
18217 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18218 'bar_start' at the beginning of functions 'foo' and 'bar'
18219 respectively.
18220 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18221 instead of 'foo' and 'bar'.
18222
1f267ae3
MM
182232014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18224
18225 * gdb.btrace/segv.exp: New.
18226 * gdb.btrace/segv.c: New.
18227
2b239efb
LM
182282014-07-02 Luis Machado <lgustavo@codesourcery.com>
18229
18230 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18231 instruction.
18232
cf363f18
MW
182332014-06-30 Mark Wielaard <mjw@redhat.com>
18234
18235 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18236 vulture, vilify, villar): New volatile array constants.
18237 (vindictive, vegetation): New const volatile array constants.
18238 * gdb.base/volatile.exp: Test volatile and const volatile array
18239 types.
18240
aebf9d24
AA
182412014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18242
18243 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18244 target lacks support for awatch, rwatch, or hbreak.
18245
b67a2c6f
YQ
182462014-06-27 Yao Qi <yao@codesourcery.com>
18247
18248 * gdb.multi/dummy-frame-restore.exp: New.
18249 * gdb.multi/dummy-frame-restore.c: New.
18250
aef92902
MM
182512014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18252
18253 * gdb.btrace/gcore.exp: New.
18254
8e9db26e
PA
182552014-06-23 Pedro Alves <palves@redhat.com>
18256
18257 * gdb.base/watchpoint-reuse-slot.c: New file.
18258 * gdb.base/watchpoint-reuse-slot.exp: New file.
18259
70afc5b7
SC
182602014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18261
18262 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18263 progspace's filename in 'info', 'enable' and 'disable' command
18264 tests.
18265
b972bd9c
JK
182662014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18267
18268 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18269 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18270 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18271
125f8a3d
GB
182722014-06-20 Gary Benson <gbenson@redhat.com>
18273
18274 * gdb.arch/i386-avx.exp: Fix include file location.
18275 * gdb.arch/i386-sse.exp: Likewise.
18276
3ed9baed
IB
182772014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18278
18279 * gdb.dlang/expression.exp: New file.
18280
034f788c
PA
182812014-06-19 Pedro Alves <palves@redhat.com>
18282
18283 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18284 out from ...
18285 (top level): ... here. Iterate running tests under different
18286 scheduler-locking settings.
18287
45371d0c
LM
182882014-06-18 Luis Machado <lgustavo@codesourcery.com>
18289
18290 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18291 to DW_FORM_addr and use non-zero addresses.
18292
5d376983
SC
182932014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18294
18295 PR gdb/17017
18296 * gdb.python/py-xmethods.cc: Add global function call counters and
18297 increment them in their respective functions. Remove "cout"
18298 statements.
18299 * gdb.python/py-xmethods.exp: Make tests check the global function
18300 call counters instead of depending on inferior IO.
18301
a1aa2221
LM
183022014-06-18 Don Breazeal <donb@codesourcery.com>
18303
18304 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18305 Deleted procedure.
18306 (explicit_fork_parent_follow): Deleted procedure.
18307 (explicit_fork_child_follow): Deleted procedure.
18308 (test_follow_fork): New procedure.
18309 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18310 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18311 procedure calls.
18312
0fc05997
YQ
183132014-06-17 Yao Qi <yao@codesourcery.com>
18314
18315 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18316 CP1252.
18317
70795c52
LM
183182014-06-17 Luis Machado <lgustavo@codesourcery.com>
18319
18320 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18321 Initialize ptr and S explicitly.
18322 (skip_type_update_when_not_use_rtti_test): Likewise.
18323
6be47f0c
KS
183242014-06-16 Keith Seitz <keiths@redhat.com>
18325
18326 PR mi/15863
18327 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18328 the inferior is started.
18329
d03de421
PA
183302014-06-16 Pedro Alves <palves@redhat.com>
18331
18332 * gdb.base/break-main-file-remove-fail.c: New file.
18333 * gdb.base/break-main-file-remove-fail.exp: New file.
18334 * gdb.base/break-unload-file.exp: Use build_executable instead of
18335 prepare_for_testing.
18336 (test_break): New parameter "initial_load". Handle it.
18337 (top level): Add initial_load cmdline/file axis.
18338
f9579b99
TT
183392014-06-12 Tom Tromey <tromey@redhat.com>
18340
18341 * gdb.base/completion.exp: Don't use directory name in test.
18342
3657956b
GB
183432014-06-09 Gary Benson <gbenson@redhat.com>
18344
18345 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18346 separate the always-available ANSI-standard signals from the
18347 signals that require checking.
18348 (main): Likewise.
18349 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18350 Likewise.
18351 (main): Likewise.
18352
4186eb54
KS
183532014-06-07 Keith Seitz <keiths@redhat.com>
18354
18355 Revert:
18356 PR c++/16253
18357 * gdb.cp/var-tag.cc: New file.
18358 * gdb.cp/var-tag.exp: New file.
18359 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18360 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18361 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18362 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18363
25326a28 183642014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18365
18366 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18367
829155c9
PA
183682014-06-06 Pedro Alves <palves@redhat.com>
18369
18370 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18371 in target debug output instead of looking at RSP packets,
18372 disabling the test on any target that uses hardware stepping.
18373 Update comments.
18374
61c8d22e
PA
183752014-06-06 Pedro Alves <palves@redhat.com>
18376
18377 * gdb.base/break-unload-file.exp: Fix typo.
18378
d9a47287
YQ
183792014-06-06 Yao Qi <yao@codesourcery.com>
18380
18381 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18382 from "jit_function" to "^jit_function".
18383
e5e01dbf
YQ
183842014-06-06 Yao Qi <yao@codesourcery.com>
18385
18386 * gdb.base/async.c (foo): Add one statement.
18387 * gdb.base/async.exp: Get the next instruction address and
18388 match the output of "nexti" by instruction address. Match
18389 the hex address in the output of "finish".
18390
73ba372c
GB
183912014-06-06 Gary Benson <gbenson@redhat.com>
18392
18393 * gdb.base/call-signals.c: Remove preprocessor conditionals
18394 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18395 SIGSEGV and SIGTERM.
18396 * gdb.base/sigall.c: Likewise.
18397 * gdb.base/unwindonsignal.c: Likewise.
18398 * gdb.reverse/sigall-reverse.c: Likewise.
18399
831517df
YQ
184002014-06-06 Yao Qi <yao@codesourcery.com>
18401
18402 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18403 readable, skip the test.
18404
b8b91e98
YQ
184052014-06-06 Yao Qi <yao@codesourcery.com>
18406
18407 * gdb.threads/staticthreads.c (thread_function): Move the line
18408 setting breakpoint on forward.
18409 * gdb.threads/staticthreads.exp: Update comments.
18410
fb934770
LC
184112014-06-05 Ludovic Courtès <ludo@gnu.org>
18412
18413 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18414 "history-append! type error".
18415
6ef284bd
SM
184162014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18417
18418 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18419 erroneous dprintf expected input.
18420
a872e241
DE
184212014-06-04 Doug Evans <xdje42@gmail.com>
18422
18423 * gdb.guile/scm-generics.exp: Delete.
18424
16f691fb
DE
184252014-06-04 Doug Evans <xdje42@gmail.com>
18426
18427 * gdb.guile/scm-breakpoint.exp: Update.
18428 Add tests for breakpoint registration.
18429
012370f6
TT
184302014-06-04 Tom Tromey <tromey@redhat.com>
18431
18432 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18433 VLA-in-union.
18434 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18435 inner_vla_struct, vla_union types. Initialize objects of those
18436 types and compute their sizes.
18437
9f5a4cef
HZ
184382014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18439 Hui Zhu <hui@codesourcery.com>
18440
18441 * gdb.base/fileio.exp: Add test for shell not available as well as
18442 available.
18443 * gdb.base/fileio.c (test_system): Check for shell twice.
18444
90a45c4d
YQ
184452014-06-04 Yao Qi <yao@codesourcery.com>
18446
18447 * gdb.base/auto-connect-native-target.exp: Remove redundant
18448 space from the regexp pattern.
18449
70017e41
YQ
184502014-06-04 Yao Qi <yao@codesourcery.com>
18451
18452 * gdb.base/default.exp: Replace "child" with "native" in
18453 regexp pattern.
18454
883964a7
SC
184552014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18456
18457 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18458 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18459 * gdb.python/py-xmethods.py: Python script supporting the
18460 new testcase and tests.
18461
ef370185
JB
184622014-06-03 Joel Brobecker <brobecker@adacore.com>
18463 Pedro Alves <palves@redhat.com>
18464
18465 PR breakpoints/17000
18466 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18467 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18468
1e2ccb61
BM
184692014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18470
18471 * gdb.base/subst.exp: Add tests to verify partial path matching
18472 output.
18473
c6ec5ab2
PA
184742014-06-03 Pedro Alves <palves@redhat.com>
18475
18476 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18477 target that doesn't use software single-stepping.
18478
835c559f
PA
184792014-06-03 Pedro Alves <palves@redhat.com>
18480
18481 PR breakpoints/17000
18482 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18483 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18484
06eb1586
DE
184852014-06-02 Doug Evans <xdje42@gmail.com>
18486
18487 * gdb.guile/scm-parameter.exp: New file.
18488
e698b8c4
DE
184892014-06-02 Doug Evans <xdje42@gmail.com>
18490
18491 * gdb.guile/scm-cmd.c: New file.
18492 * gdb.guile/scm-cmd.exp: New file.
18493
ded03782
DE
184942014-06-02 Doug Evans <xdje42@gmail.com>
18495
18496 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18497 pretty-printer lookup.
18498 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18499 (make-pp_s-printer): Call it.
18500 (make-pretty-printer-from-dict): New function.
18501 (lookup-pretty-printer-maker-from-dict): New function.
18502 (*pretty-printer*): Simplify.
18503 (make-objfile-pp_s-printer): New function.
18504 (install-objfile-pretty-printers!): New function.
18505 (make-progspace-pp_s-printer): New function.
18506 (install-progspace-pretty-printers!): New function.
18507 * gdb.guile/scm-progspace.c: New file.
18508 * gdb.guile/scm-progspace.exp: New file.
18509
41fac0cf
PA
185102014-06-02 Pedro Alves <palves@redhat.com>
18511
18512 * gdb.base/dprintf-bp-same-addr.c: New file.
18513 * gdb.base/dprintf-bp-same-addr.exp: New file.
18514
96ae5695
EBM
185152014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18516
18517 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18518 * gdb.arch/powerpc-power.s: Likewise.
18519
da02b3a8
JB
185202014-06-02 Joel Brobecker <brobecker@adacore.com>
18521
18522 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18523
c72b2e7b
YQ
185242014-06-01 Yao Qi <yao@codesourcery.com>
18525
18526 * gdb.base/watchpoint.exp (test_watch_location): Check null
18527 pointer can be dereferenced. If not, do the test, otherwise
18528 skip it.
18529
53e8a631
AB
185302014-05-30 Andrew Burgess <aburgess@broadcom.com>
18531
18532 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18533 results.
18534 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18535
938f0e2f
AB
185362014-05-30 Andrew Burgess <aburgess@broadcom.com>
18537
18538 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18539 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18540 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18541 * gdb.arch/amd64-invalid-stack-top.c: New file.
18542 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18543
9ba6657a
PA
185442014-05-30 Pedro Alves <palves@redhat.com>
18545
18546 PR breakpoints/17000
18547 * gdb.base/sss-bp-on-user-bp.c: New file.
18548 * gdb.base/sss-bp-on-user-bp.exp: New file.
18549
522c09bf
DB
185502014-05-30 David Blaikie <dblaikie@gmail.com>
18551
18552 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18553 gnu_inline semantics via attribute.
18554 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18555 source explicitly specifies the required semantics.
18556
bf4ef81e
MR
185572014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18558
18559 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18560
329ea579
PA
185612014-05-29 Pedro Alves <palves@redhat.com>
18562 Tom Tromey <tromey@redhat.com>
18563
18564 * gdb.base/async-shell.exp: Don't enable target-async.
18565 * gdb.base/async.exp
18566 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18567 parameter. Adjust.
18568 (top level): Don't test with "target-async".
18569 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18570 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18571 * gdb.base/inferior-died.exp: Don't enable target-async.
18572 * gdb.base/interrupt-noterm.exp: Likewise.
18573 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18574 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18575 * gdb.mi/mi-nonstop.exp: Likewise.
18576 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18577 * gdb.mi/mi-nsintrall.exp: Likewise.
18578 * gdb.mi/mi-nsmoribund.exp: Likewise.
18579 * gdb.mi/mi-nsthrexec.exp: Likewise.
18580 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18581 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18582 * gdb.python/py-evsignal.exp: Don't enable target-async.
18583 * gdb.python/py-evthreads.exp: Likewise.
18584 * gdb.python/py-prompt.exp: Likewise.
18585 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18586 * gdb.server/solib-list.exp: Don't enable target-async.
18587 * gdb.threads/thread-specific-bp.exp: Likewise.
18588 * lib/mi-support.exp: Adjust to use mi-async.
18589
fd664c91
PA
185902014-05-29 Pedro Alves <palves@redhat.com>
18591
18592 PR gdb/13860
18593 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18594 reason, even in sync mode.
18595
251bde03
PA
185962014-05-29 Pedro Alves <palves@redhat.com>
18597 Hui Zhu <hui@codesourcery.com>
18598
18599 PR PR15693
18600 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18601 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18602 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18603 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18604
7f3c0343
JB
186052014-05-28 Joel Brobecker <brobecker@adacore.com>
18606
18607 * config/monitor.exp (gdb_target_monitor): Replace use of
18608 "set remotebaud" by "set serial baud".
18609
b2715b27
AW
186102014-05-26 Andy Wingo <wingo@igalia.com>
18611
18612 * gdb.guile/scm-breakpoint.exp:
18613 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18614 properties instead of gdb-object-properties.
18615
498a4489
YQ
186162014-05-26 Yao Qi <yao@codesourcery.com>
18617
18618 * gdb.server/no-thread-db.exp: Specify source file name
18619 explicitly when setting a breakpoint.
18620
589fdceb
MM
186212014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18622
18623 * gdb.btrace/vdso.c: New.
18624 * gdb.btrace/vdso.exp: New.
18625
e9089e05
MM
186262014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18627
18628 * gdb.base/gcore.exp (capture_command_output): Move ...
18629 * lib/gdb.exp (capture_command_output): ... here.
18630
67b5c0c1
MM
186312014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18632
18633 * gdb.btrace/data.exp: Test memory access during btrace replay.
18634
a2199296
SM
186352014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18636
18637 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18638
17b2616c
PA
186392014-05-21 Pedro Alves <palves@redhat.com>
18640
18641 PR gdb/13860
18642 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18643 (top level): Test that output related to execution commands is
18644 sent to the console with CLI commands, but not with MI commands.
18645 Test that breakpoint events are always mirrored to the console.
18646 Also expect the new source line to be output after a "next" in
18647 async mode too. Make it a pass/fail test.
18648 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18649 output.
18650 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18651
5166082f
PA
186522014-05-21 Pedro Alves <palves@redhat.com>
18653
18654 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18655 Use them to test variations of "list" after reaching a breakpoint.
18656 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18657 Test "list" with listsize 10 after reaching a breakpoint.
18658 * gdb.python/python.exp (decode_line current location line
18659 number): Adjust expected line number.
18660
2f25d70f
SM
186612014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18662
18663 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18664 behavior for $args, pass it directly to "run".
18665
ff604a67
MR
186662014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18667
18668 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18669 30000 to 65536.
18670
6a3cb8e8
PA
186712014-05-21 Pedro Alves <palves@redhat.com>
18672
18673 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18674 auto-connect-native-target off".
18675 * gdb.base/auto-connect-native-target.c: New file.
18676 * gdb.base/auto-connect-native-target.exp: New file.
18677
4ebfc96e
PA
186782014-05-21 Pedro Alves <palves@redhat.com>
18679
18680 * gdb.base/default.exp: Test "target native" instead of "target
18681 child".
18682
36d46afb
MW
186832014-05-21 Mark Wielaard <mjw@redhat.com>
18684
18685 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18686
5876f503
JK
186872014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18688
18689 Fix TLS access for -static -pthread.
18690 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18691 <HAVE_TLS> (thread_function, main): Initialize it.
18692 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18693 Add clean_restart.
18694 <$have_tls != "">: Check TLSVAR.
18695
0256a6ac
PA
186962014-05-21 Pedro Alves <palves@redhat.com>
18697
18698 * gdb.base/dcache-line-read-error.c: New.
18699 * gdb.base/dcache-line-read-error.exp: New.
18700
936d2992
PA
187012014-05-20 Pedro Alves <palves@redhat.com>
18702
18703 * gdb.base/compare-sections.c: New file.
18704 * gdb.base/compare-sections.exp: New file.
18705
802e8e6d
PA
187062014-05-20 Pedro Alves <palves@redhat.com>
18707
18708 * gdb.base/break-idempotent.c: New file.
18709 * gdb.base/break-idempotent.exp: New file.
18710
e59fa00f
MM
187112014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18712
18713 * gdb.btrace/nohist.exp: New.
18714
8b696e31
YQ
187152014-05-20 Yao Qi <yao@codesourcery.com>
18716
18717 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18718 gdb.reverse directory and gdb_reverse_timeout exists in board
18719 setting.
18720 * README: Document gdb_reverse_timeout.
18721
73c9764f
YQ
187222014-05-20 Yao Qi <yao@codesourcery.com>
18723
18724 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18725 'test_file_name'. Treat args as a string instead of a list.
18726 (gdb_init): Rename argument 'args' by 'test_file_name'.
18727
f1f4348a
JK
187282014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18729
18730 * gdb.arch/powerpc-power.exp: New file.
18731 * gdb.arch/powerpc-power.s: New file.
18732
0dbe70ce
DE
187332014-05-16 Doug Evans <dje@google.com>
18734
18735 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18736 * gdb.base/completion.exp: Check that all expected files exist
18737 before doing file completion.
0dbe70ce 18738
8d551b02
DE
187392014-05-16 Doug Evans <dje@google.com>
18740
18741 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18742 Update.
18743 (do_syscall_tests_without_xml): Update.
18744
73eb7709
PA
187452014-05-16 Pedro Alves <palves@redhat.com>
18746
18747 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18748 instead of "unknown output after running".
18749
3fae92fc
YQ
187502014-05-16 Yao Qi <yao@codesourcery.com>
18751
18752 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18753 file1.txt from host at the end.
18754 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18755
c2b2ccc5
DE
187562014-05-15 Doug Evans <dje@google.com>
18757
18758 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18759 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18760 loading file. Add test for TU lookup.
18761
8c217a4b
SM
187622014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18763
18764 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18765 calling "-exec-arguments" or "set args" before running the
18766 inferior.
18767
3deb39c6
SM
187682014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18769
18770 * lib/mi-support.exp (mi_expect_stop): Expect message for
18771 inferiors that exit with non-zero exit code.
18772
71a79f8c
YQ
187732014-05-14 Yao Qi <yao@codesourcery.com>
18774
18775 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18776 match absolute path on remote host.
18777 (test_file_list_exec_source_files): Remove "/" from the
18778 pattern.
18779
f23fcd46
YQ
187802014-05-14 Yao Qi <yao@codesourcery.com>
18781
18782 * boards/local-remote-host-notty.exp (${board}_file): New
18783 proc.
18784
9404b58f
KM
187852014-05-07 Kyle McMartin <kyle@redhat.com>
18786
18787 Pushed by Joel Brobecker <brobecker@adacore.com>.
18788 * gdb.arch/aarch64-atomic-inst.c: New file.
18789 * gdb.arch/aarch64-atomic-inst.exp: New file.
18790
5e45f04c
YQ
187912014-05-07 Yao Qi <yao@codesourcery.com>
18792
18793 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18794 in current context" too.
18795
c888a17d
KS
187962014-05-05 Keith Seitz <keiths@redhat.com>
18797
18798 * gdb.linespec/ls-dollar.exp: Add test for linespec
18799 file:convenience_variable.
18800
290a839c
YQ
188012014-05-05 Yao Qi <yao@codesourcery.com>
18802
18803 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18804 traceframes into tfile and ctf trace files. Read data from
18805 trace file and test collected data.
18806 (gdb_collect_locals_test): Likewise.
18807 (gdb_unavailable_registers_test): Likewise.
18808 (gdb_unavailable_floats): Likewise.
18809 (gdb_collect_globals_test): Likewise.
18810 (top-level): Append "ctf" to trace_file_targets if GDB
18811 supports.
18812
b5262cd0
YQ
188132014-05-05 Yao Qi <yao@codesourcery.com>
18814
18815 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18816 code to ...
18817 (gdb_collect_args_test_1): ... it. New proc.
18818 (gdb_collect_locals_test): Move some code to ...
18819 (gdb_collect_locals_test_1): ... it. New proc.
18820 (gdb_unavailable_registers_test): Move some code to ...
18821 (gdb_unavailable_registers_test_1): ... it. New proc.
18822 (gdb_unavailable_floats): Move some code to ...
18823 (gdb_unavailable_floats_1): ... it. New proc.
18824
30a1e6cc
SDJ
188252014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18826
18827 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18828 probes to test for bitness recognition.
18829 * gdb.arch/amd64-stap-optional-prefix.exp
18830 (test_probe_value_without_reg): New procedure.
18831 Add code to test for different kinds of bitness.
18832
f33da99a
SDJ
188332014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18834
18835 PR breakpoints/16889
18836 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18837 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18838
5b80f00d
PA
188392014-05-01 Pedro Alves <palves@redhat.com>
18840
18841 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18842 gdb_file_cmd if no file is specified.
18843 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18844 last_loaded_file to set the remote exec-file.
18845
f8c2a73c
PA
188462014-05-01 Pedro Alves <palves@redhat.com>
18847
18848 * boards/local-remote-host.exp: New file.
18849
be6e8ac7
PA
188502014-05-01 Pedro Alves <palves@redhat.com>
18851
18852 * boards/local-remote-host.exp: Rename to ...
18853 * boards/local-remote-host-notty.exp: ... this.
18854
cac0dc8f
JB
188552014-04-28 Joel Brobecker <brobecker@adacore.com>
18856
18857 * gdb.ada/dyn_arrayidx: New testcase.
18858
9730e6cc
YQ
188592014-04-26 Yao Qi <yao@codesourcery.com>
18860
18861 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18862 and compute the length of function main. Save it in
18863 $main_length.
18864 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18865 (top-level): Use gdb_compile to compile objects into
18866 executable and restart GDB. Remove invocation to
18867 prepare_for_testing.
18868
7ae1a6a6
PA
188692014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18870 Pedro Alves <palves@redhat.com>
18871
18872 PR server/16255
18873 * gdb.multi/multi-attach.c: New file.
18874 * gdb.multi/multi-attach.exp: New file.
18875
4082afcc
PA
188762014-04-25 Pedro Alves <palves@redhat.com>
18877
18878 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18879 user.
18880 (top level): Test that "set remote conditional-breakpoints-packet
18881 off" works as intended.
18882 * gdb.base/dprintf.exp: Test that "set remote
18883 breakpoint-commands-packet off" works as intended.
18884 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18885 New function.
18886 (top level): Call it.
18887 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18888 remote fast-tracepoints-packet off" works as intended.
18889 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18890 * lib/gdb.exp (gdb_is_target_remote): ... here.
18891
2abc3f8d
DB
188922014-04-24 David Blaikie <dblaikie@gmail.com>
18893
18894 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18895 ensure clang would not discard them.
18896 * gdb.base/gdbvars.c: Ditto.
18897 * gdb.base/memattr.c: Ditto.
18898 * gdb.base/whatis.c: Ditto.
18899 * gdb.python/py-prettyprint.c: Ditto.
18900 * gdb.trace/actions.c: Ditto.
18901 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18902 ensure clang would not discard it.
18903
bfd39632
DB
189042014-04-24 David Blaikie <dblaikie@gmail.com>
18905
18906 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18907 clang to emit the full definition of type required by the test
18908 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18909
22842ff6
DB
189102014-04-24 David Blaikie <dblaikie@gmail.com>
18911
18912 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18913 coax Clang into emitting the definition of the type.
18914 * gdb.cp/pr10728-x.h (y): Ditto.
18915 * gdb.cp/pr10728-y.cc (y): Ditto.
18916
c2e827ad
DB
189172014-04-24 David Blaikie <dblaikie@gmail.com>
18918
18919 * gdb.base/label.exp: XFAIL label related tests under Clang.
18920 * gdb.cp/cplabel.exp: Ditto.
18921 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18922 under Clang those using labels.
18923
4c2d33e7
YQ
189242014-04-25 Yao Qi <yao@codesourcery.com>
18925
18926 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18927 double_label.
18928 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18929 partial_label and double_label.
18930
56083b99
DB
189312014-04-24 David Blaikie <dblaikie@gmail.com>
18932
18933 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18934
25d4e99d
DB
189352014-04-24 David Blaikie <dblaikie@gmail.com>
18936
18937 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18938 of the function to work across GCC and Clang.
18939 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18940 pointer types (const void ** const V void **).
18941
01f9f808
MS
189422014-04-24 Michael Sturm <michael.sturm@mintel.com>
18943 Walfred Tedeschi <walfred.tedeschi@intel.com>
18944
18945 * Makefile.in (EXECUTABLES): Added i386-avx512.
18946 * gdb.arch/i386-avx512.c: New file.
18947 * gdb.arch/i386-avx512.exp: Likewise.
18948
4b48d439
KS
189492014-04-23 Keith Seitz <keiths@redhat.com>
18950
18951 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18952 (mi_make_breakpoint_table): New procedure.
18953 (mi_create_breakpoint): Use mi_make_breakpoint
18954 and return the result.
18955 (mi_make_breakpoint): New procedure.
18956 (mi_build_kv_pairs): New procedure.
18957
18958 * gdb.mi/mi-break.exp: Remove unused globals,
18959 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18960 All callers updated.
18961 * gdb.mi/mi-dprintf.exp: Use variable to track command
18962 number.
18963 Update all callers of mi_create_breakpoint and use
18964 mi_make_breakpoint_table.
18965 Remove any unused global variables.
18966 * gdb.mi/mi-nonstop.exp: Likewise.
18967 * gdb.mi/mi-nsintrall.exp: Likewise.
18968 * gdb.mi/mi-nsmoribund.exp: Likewise.
18969 * gdb.mi/mi-nsthrexec.exp: Likewise.
18970 * gdb.mi/mi-reverse.exp: Likewise.
18971 * gdb.mi/mi-simplerun.exp: Likewise.
18972 * gdb.mi/mi-stepn.exp: Likewise.
18973 * gdb.mi/mi-syn-frame.exp: Likewise.
18974 * gdb.mi/mi-until.exp: Likewise.
18975 * gdb.mi/mi-var-cp.exp: Likewise.
18976 * gdb.mi/mi-var-display.exp: Likewise.
18977 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18978 * gdb.mi/mi2-var-child.exp: Likewise.
18979 * gdb.mi/mi-vla-c99.exp: Likewise.
18980 * lib/mi-support.exp: Likewise.
18981
18982 From Ian Lance Taylor <iant@cygnus.com>:
18983 * lib/gdb.exp (parse_args): New procedure.
18984
08351840
PA
189852014-04-23 Pedro Alves <palves@redhat.com>
18986
18987 * gdb.base/break-unload-file.c: New file.
18988 * gdb.base/break-unload-file.exp: New file.
18989 * gdb.base/sym-file-lib.c (baz): New function.
18990 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18991 field.
18992 (load): Store the segment's mapped size.
18993 (unload): New function.
18994 (unload_shlib): New function.
18995 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18996 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18997 set a breakpoint at baz, and call it.
18998 * gdb.base/sym-file.exp: New tests for stale breakpoint
18999 instructions.
19000
076855f9
PA
190012014-04-23 Pedro Alves <palves@redhat.com>
19002
19003 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19004 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19005 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19006 * gdb.base/hbreak-unmapped.c: New file.
19007 * gdb.base/hbreak-unmapped.exp: New file.
19008 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19009 * lib/gdb.exp (gdb_is_target_remote): ... here.
19010
483805cf
PA
190112014-04-22 Pedro Alves <palves@redhat.com>
19012
19013 * gdb.base/consecutive-step-over.c: New file.
19014 * gdb.base/consecutive-step-over.exp: New file.
19015
06d97543
PA
190162014-04-22 Pedro Alves <palves@redhat.com>
19017
19018 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19019 instead of send_gdb/gdb_expect.
19020
b4429ea2
YQ
190212014-04-22 Yao Qi <yao@codesourcery.com>
19022
19023 * lib/trace-support.exp (generate_tracefile): New procedure.
19024 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19025 return 0.
19026 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19027 if generate_tracefile returns 1.
19028
51d48146
PA
190292014-04-18 Tom Tromey <palves@redhat.com>
19030 Pedro alves <tromey@redhat.com>
19031
19032 PR backtrace/15558
19033 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19034 with a backtrace limit.
19035 * gdb.python/py-frame-inline.exp: Test running to an inline
19036 function with a backtrace limit, and printing the newest frame.
19037 * gdb.python/py-frame-inline.c (main): Call f.
19038
bd1dce5f
MS
190392014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19040
19041 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19042
40d1a503
MS
190432014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19044
19045 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19046 Drop prefix from unsupported source file path.
19047
389b98f7
YQ
190482014-04-17 Yao Qi <yao@codesourcery.com>
19049
19050 * lib/gdb.exp (with_target_charset): New proc.
19051 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19052 with_target_charset.
19053 (test_print_strings): Likewise.
19054 (test_repeat_bytes): Likewise.
19055 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19056 for some tests.
19057
22869d73
KS
190582014-04-16 Keith Seitz <keiths@redhat.com>
19059
19060 PR gdb/15827
19061 * gdb.dwarf2/corrupt.c: New file.
19062 * gdb.dwarf2/corrupt.exp: New file.
19063
c4f87ca6
KS
190642014-04-16 Keith Seitz <keiths@redhat.com>
19065
19066 PR c++/16597
19067 * gdb.cp/namelessclass.cc: New file.
19068 * gdb.cp/namelessclass.exp: New file.
19069 * gdb.cp/namelessclass.S: New file.
19070
ab19de87
DE
190712014-04-16 Doug Evans <dje@google.com>
19072
19073 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19074 Add comment.
19075 (gdbserver_default_get_comm_port): New function.
19076 (gdbserver_start): Check if board file provided
19077 "gdbserver,get_comm_port" and use it if so.
19078 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19079 (gdb,socketport): Set to "stdio".
19080 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19081 (stdio_gdbserver_template): Delete.
19082 (${board}_get_remote_address): Update.
19083 (${board}_build_remote_cmd): Delete.
19084 (${board}_get_comm_port): New function.
19085 (${board}_spawn): Update.
19086 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19087 Delete.
19088 (${board}_get_remote_address): Update.
19089 (${board}_get_comm_port): New function.
19090
fc98a809
AB
190912014-04-16 Andrew Burgess <aburgess@broadcom.com>
19092
19093 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19094 appearing in any order.
19095
87fd9e6e
DE
190962014-04-15 Doug Evans <dje@google.com>
19097
19098 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19099 uninitialized value of "description".
19100
099fc3ea
KS
191012014-04-15 Keith Seitz <keiths@redhat.com>
19102
19103 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19104 Remove unused globals.
19105 (test_running_the_program): Likewise.
19106 (test_controlled_execution): Likewise.
19107 (test_controlling_breakpoints): Likewise.
19108 (test_program_termination): Likewise.
19109
5da151d4
KS
191102014-04-15 Keith Seitz <keiths@redhat.com>
19111
19112 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19113 unused globals.
19114 (test_rbreak_creation_and_listing): Likewise.
19115 (test_ignore_count): Likewise.
19116 (test_error): Likewise.
19117
35e5d2f0
PA
191182014-04-15 Pedro Alves <palves@redhat.com>
19119
19120 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19121 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19122 sym-file-loader.c.
19123 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19124 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19125 to sym-file-loader.c.
19126 (struct library): Forward declare.
19127 (load_shlib, lookup_function): Change prototypes.
19128 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19129 (translate_offset): Remove declarations.
19130 (get_text_addr): New declaration.
19131 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19132 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19133 sym-file-loader.h.
19134 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19135 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19136 here from sym-file-loader.h.
19137 (struct library): New structure.
19138 (load_shlib, lookup_function): Change prototypes and adjust to
19139 work with a struct library.
19140 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19141 (translate_offset): Make static.
19142 (get_text_addr): New function.
19143 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19144
eb4c1710
PA
191452014-04-15 Pedro Alves <palves@redhat.com>
19146
19147 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19148
2d1baf52
PA
191492014-04-15 Pedro Alves <palves@redhat.com>
19150
19151 * gdb.base/sym-file-loader.c: Include <limits.h>.
19152 (SELF_LINK): New define.
19153 (get_origin): New function.
19154 (load_shlib): Use it.
19155 * gdb.base/sym-file.exp: Don't early return if the target is
19156 remote. Use runto_main, and issue fail is that fails. Use
19157 gdb_load_shlibs.
19158 (shlib_name): Delete.
19159 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19160
7dd6df01
PA
191612014-04-15 Pedro Alves <palves@redhat.com>
19162
19163 * gdb.base/sym-file.exp: Remove regex characters from test
19164 message. Don't refer to breakpoint numbers in test messages.
19165
b50c8614
KS
191662014-04-14 Keith Seitz <keiths@redhat.com>
19167
19168 PR c++/16253
19169 * gdb.cp/var-tag.cc: New file.
19170 * gdb.cp/var-tag.exp: New file.
19171 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19172 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19173 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19174 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19175
3d567982
TT
191762014-04-14 Tom Tromey <tromey@redhat.com>
19177
19178 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19179 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19180 type.
19181 * gdb.cp/enum-class.exp: New file.
19182 * gdb.cp/enum-class.cc: New file.
19183
0626fc76
TT
191842014-04-14 Tom Tromey <tromey@redhat.com>
19185
19186 * gdb.dwarf2/enum-type.exp: New file.
19187
dca325b3
SA
191882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19189
19190 * gdb.mi/mi-vla-c99.exp: New file.
19191 * gdb.mi/vla.c: New file.
19192
5854b38a
SA
191932014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19194
19195 * gdb.base/vla-datatypes.c: New file.
19196 * gdb.base/vla-datatypes.exp: New file.
19197
463bb957
SA
191982014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19199
19200 * gdb.base/vla-ptr.c: New file.
19201 * gdb.base/vla-ptr.exp: New file.
19202
3dd170be
SA
192032014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19204
19205 * gdb.dwarf2/count.exp: New file.
19206
5ecaaa66
SA
192072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19208
19209 * gdb.base/vla-sideeffect.c: New file.
19210 * gdb.base/vla-sideeffect.exp: New file.
19211
41f1ada5
DB
192122014-04-14 David Blaikie <dblaikie@gmail.com>
19213
19214 * gdb.mi/non-stop.c: Add return value for non-void function return
19215 statement.
19216 * gdb.threads/staticthreads.c: Ditto.
19217
0be03e84
DE
192182014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19219 Doug Evans <xdje42@gmail.com>
19220
19221 * gdb.guile/scm-value.c: Improve test case.
19222 * gdb.guile/scm-value.exp: Add new test.
19223
f180a1fb
DB
192242014-04-11 David Blaikie <dblaikie@gmail.com>
19225
19226 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19227 override Clang's default.
19228
6b662e19
JB
192292014-04-11 Joel Brobecker <brobecker@adacore.com>
19230
19231 Revert the following changes (regressions):
19232
19233 * gdb.base/vla-sideeffect.c: New file.
19234 * gdb.base/vla-sideeffect.exp: New file.
19235
19236 * gdb.dwarf2/count.exp: New file.
19237
19238 * gdb.base/vla-multi.c: New file.
19239 * gdb.base/vla-multi.exp: New file.
19240
19241 * gdb.base/vla-ptr.c: New file.
19242 * gdb.base/vla-ptr.exp: New file.
19243
19244 * gdb.base/vla-datatypes.c: New file.
19245 * gdb.base/vla-datatypes.exp: New file.
19246
19247 * gdb.mi/mi-vla-c99.exp: New file.
19248 * gdb.mi/vla.c: New file.
19249
245a5f0b
KS
192502014-04-11 Keith Seitz <keiths@redhat.com>
19251
19252 PR c++/16675
19253 * gdb.cp/cpsizeof.exp: New file.
19254 * gdb.cp/cpsizeof.cc: New file.
19255
58a84dcf
SA
192562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19257
191a8a90
JB
19258 * gdb.mi/mi-vla-c99.exp: New file.
19259 * gdb.mi/vla.c: New file.
58a84dcf 19260
c8655f75
SA
192612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19262
19263 * gdb.base/vla-datatypes.c: New file.
19264 * gdb.base/vla-datatypes.exp: New file.
19265
024e13b4
SA
192662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19267
19268 * gdb.base/vla-ptr.c: New file.
19269 * gdb.base/vla-ptr.exp: New file.
19270
1a237e0e
SA
192712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19272
19273 * gdb.base/vla-multi.c: New file.
19274 * gdb.base/vla-multi.exp: New file.
19275
504f3432
SA
192762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19277
19278 * gdb.dwarf2/count.exp: New file.
19279
3bce8237
SA
192802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19281
191a8a90
JB
19282 * gdb.base/vla-sideeffect.c: New file.
19283 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19284
322f9c21
YQ
192852014-04-11 Yao Qi <yao@codesourcery.com>
19286
19287 * gdb.base/completion.exp: Check file exists before running tests
19288 on file completion.
19289
d708bcd1
PA
192902014-04-10 Pedro Alves <palves@redhat.com>
19291
19292 * gdb.base/cond-eval-mode.c: New file.
19293 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19294 prepare_for_testing to build the new file. Check result of
19295 runto_main.
19296 (test_break, test_watch): New procedures.
19297 (top level): Use them.
19298
ae1d2761
PM
192992014-04-08 Pierre Muller <muller@sourceware.org>
19300
19301 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19302 Ctrl-V use for mingw hosts.
19303
7af389b8
SC
193042014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19305
19306 * gdb.python/py-value.c: Improve test case.
19307 * gdb.python/py-value.exp: Add new test.
19308
5e703181
DE
193092014-04-07 David Blaikie <dblaikie@gmail.com>
19310
19311 * lib/compiler.c: Identify the clang compiler.
19312 * lib/compiler.cc: Ditto.
19313
9810b410
YQ
193142014-04-03 Yao Qi <yao@codesourcery.com>
19315
19316 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19317
98d1b8dc
AB
193182014-04-01 Anton Blanchard <anton@samba.org>
19319
19320 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19321 messages unique.
19322
3114cea1
AB
193232014-04-01 Anton Blanchard <anton@samba.org>
19324
19325 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19326 prepare_for_testing.
19327
62f7182c
AB
193282014-04-01 Anton Blanchard <anton@samba.org>
19329
19330 * gdb.arch/ppc64-atomic-inst.c: Remove.
19331 * gdb.arch/ppc64-atomic-inst.S: New file.
19332 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19333
770e7fc7
DE
193342014-03-31 Doug Evans <dje@google.com>
19335
19336 * gdb.base/print-symbol-loading-lib.c: New file.
19337 * gdb.base/print-symbol-loading-main.c: New file.
19338 * gdb.base/print-symbol-loading.exp: New file.
19339
46e2bafa
YQ
193402014-03-31 Yao Qi <yao@codesourcery.com>
19341
19342 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19343
8776cfe9
JB
193442014-03-28 Joel Brobecker <brobecker@adacore.com>
19345
19346 * gdb.ada/mi_dyn_arr: New testcase.
19347
5d1ef361
DE
193482014-03-27 Doug Evans <dje@google.com>
19349
19350 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19351
b5bee914
YQ
193522014-03-27 Yao Qi <yao@codesourcery.com>
19353
19354 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19355 if target is nios2-*-*.
19356
0d4d0e77
YQ
193572014-03-26 Yao Qi <yao@codesourcery.com>
19358
19359 * lib/gdb.exp (readline_is_used): New proc.
19360 * gdb.base/completion.exp: Move tests on command complete up.
19361 Skip the rest of tests if readline is not used.
19362 * gdb.ada/complete.exp: Skp the test if readline is not
19363 used.
19364 * gdb.base/filesym.exp: Likewise.
19365 * gdb.base/macscp.exp: Likewise.
19366 * gdb.base/readline-ask.exp: Likewise.
19367 * gdb.base/readline.exp: Likewise.
19368 * gdb.python/py-cmd.exp: Likewise.
19369 * gdb.trace/tfile.exp: Likewise.
19370
29361eee
YQ
193712014-03-26 Yao Qi <yao@codesourcery.com>
19372
19373 * gdb.base/macscp.exp: Fix code format issues.
19374
bc9a5525
UW
193752014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19376
19377 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19378 * gdb.asm/powerpc64le.inc: New file.
19379
d3839ede
PA
193802014-03-25 Pedro Alves <palves@redhat.com>
19381 Doug Evans <dje@google.com>
19382
19383 * gdb.base/source-execution.c: New file.
19384 * gdb.base/source-execution.exp: New file.
19385 * gdb.base/source-execution.gdb: New file.
19386
01672a57
DE
193872014-03-24 Doug Evans <dje@google.com>
19388
19389 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19390 using fission.
19391
88bbeca9
HZ
193922014-03-24 Hui Zhu <hui@codesourcery.com>
19393 Pedro Alves <palves@redhat.com>
19394
19395 PR breakpoints/16101
19396 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19397 test pass/fail messages. Detect missing support for dprintf when
19398 breakpoints are actually inserted.
19399 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19400 breakpoints are actually inserted.
19401 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19402 fails.
19403
d2348791
JK
194042014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19405
19406 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19407
feef67ab
DE
194082014-03-22 Doug Evans <xdje42@gmail.com>
19409
19410 * gdb.python/python.exp (python not supported): Verify multi-line
19411 python command issues an error.
25d743f9 19412 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19413 guile command issues an error.
feef67ab 19414
ecebef6a
MR
194152014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19416
19417 * gdb.threads/thread-specific.exp: Handle the lack of usable
19418 $this_breakpoint and $this_thread.
19419
ccdd1909
HZ
194202014-03-21 Hui Zhu <hui@codesourcery.com>
19421
19422 * gdb.base/attach.exp (do_command_attach_tests): New.
19423
beb460e8
PA
194242014-03-20 Tom Tromey <tromey@redhat.com>
19425 Pedro Alves <palves@redhat.com>
19426
19427 PR cli/15718
19428 * gdb.base/condbreak-call-false.c: New file.
19429 * gdb.base/condbreak-call-false.exp: New file.
19430
40acf43a
PA
194312014-03-20 Pedro Alves <palves@redhat.com>
19432
19433 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19434 Delete.
19435 (block_signals, unblock_signals): Delete.
19436 (child_function_2, main): Remove references to deleted variable
19437 and functions.
19438
9f5e1e02
PA
194392014-03-20 Pedro Alves <palves@redhat.com>
19440
19441 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19442 Use pthread_kill to signal thread 2.
19443 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19444 Adjust to make the test send itself a signal rather than using the
19445 host's "kill" command.
19446
99619bea
PA
194472014-03-20 Pedro Alves <palves@redhat.com>
19448
19449 * gdb.threads/multiple-step-overs.c: New file.
19450 * gdb.threads/multiple-step-overs.exp: New file.
19451 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19452 Adjust expected infrun debug output.
19453
2adfaa28
PA
194542014-03-20 Pedro Alves <palves@redhat.com>
19455
19456 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19457 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19458
31e77af2
PA
194592014-03-20 Pedro Alves <palves@redhat.com>
19460
19461 PR breakpoints/7143
19462 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19463 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19464 of gdb_test_multiple.
19465 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19466 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19467
b9f437de
PA
194682014-03-20 Pedro Alves <palves@redhat.com>
19469
19470 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19471 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19472
05adc73e
PA
194732014-03-19 Pedro Alves <palves@redhat.com>
19474
19475 * gdb.base/async.exp: Remove early return.
19476
6048b950
PA
194772014-03-19 Pedro Alves <palves@redhat.com>
19478
19479 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19480
8bcfb00a
PA
194812014-03-19 Pedro Alves <palves@redhat.com>
19482
19483 * gdb.base/async.exp (test_background): Expect \r\n after
19484 "completed." in the fail pattern.
19485
884e37dc
PA
194862014-03-19 Pedro Alves <palves@redhat.com>
19487
19488 * gdb.base/async.exp (test_background): New procedure.
19489 Use it for all background execution command tests.
19490
148e57e2
PA
194912014-03-19 Pedro Alves <palves@redhat.com>
19492
19493 * gdb.base/async.exp: Use prepare_for_testing.
19494
f48088c7
PA
194952014-03-19 Pedro Alves <palves@redhat.com>
19496
19497 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19498 the same line.
19499
e2f6c966
PA
195002014-03-19 Pedro Alves <palves@redhat.com>
19501
19502 * gdb.base/async.c (main): Add "jump here" and "until here" line
19503 marker comments.
19504 * gdb.base/async.exp (jump_here): New global.
19505 (jump& test): Use it.
19506 (until_here): New global.
19507 (until& test): Use it.
19508
c30568d4
PA
195092014-03-19 Pedro Alves <palves@redhat.com>
19510
19511 * gdb.base/async.exp: Don't frob gdb_protocol.
19512
0172b6a7
DE
195132014-03-18 Doug Evans <xdje42@gmail.com>
19514
19515 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19516 Fix spelling of exec-done-display.
19517
06c868a8
JK
195182014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19519
19520 PR gdb/15358
19521 * gdb.base/gdb-sigterm.c: New file.
19522 * gdb.base/gdb-sigterm.exp: New file.
19523
0c7e1a46
PA
195242014-03-18 Pedro Alves <palves@redhat.com>
19525
19526 PR gdb/13860
19527 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19528 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19529 solib-event.
19530
f7c77d93
JB
195312014-03-17 Joel Brobecker <brobecker@adacore.com>
19532
19533 * gdb.ada/pckd_arr_ren: New testcase.
19534
5a1e8c7a
DE
195352014-03-13 Doug Evans <xdje42@gmail.com>
19536
19537 PR guile/16612
19538 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19539 collect after discarding symbols.
19540
350e1a76
DE
195412014-03-13 Ludovic Courtès <ludo@gnu.org>
19542 Doug Evans <xdje42@gmail.com>
19543
19544 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19545 to history survives a gc.
19546
a69900ae
PA
195472014-03-13 Pedro Alves <palves@redhat.com>
19548
19549 * gdb.base/default.exp: Don't test "target procfs".
19550
5db9f0bd
PA
195512014-03-13 Pedro Alves <palves@redhat.com>
19552
19553 * gdb.base/default.exp: Update "target child" and "target procfs"
19554 tests to not expect "Unix".
19555
b3ccfe11
TT
195562014-03-12 Tom Tromey <tromey@redhat.com>
19557
19558 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19559 New procs. Add target-async tests.
19560 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19561 Add target-async tests.
19562
646f4417
AA
195632014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19564
19565 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19566 'func_start' and 'func_end' for the beginning and end of the
19567 function code, respectively.
19568 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19569 'func_end' instead of 'func' and 'main'.
19570
288c211f
AA
195712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19572
19573 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19574 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19575 generate the debug info assembler source.
19576
e0c0f156
AA
195772014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19578
19579 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19580 * gdb.dwarf2/arr-subrange.exp: Likewise.
19581 * gdb.dwarf2/dwz.exp: Likewise.
19582 * gdb.dwarf2/method-ptr.exp: Likewise.
19583 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19584 * gdb.dwarf2/subrange.exp: Likewise.
19585 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19586 * gdb.dwarf2/implptrpiece.exp: Likewise.
19587 * gdb.dwarf2/nostaticblock.exp: Likewise.
19588
0e5c4555
AA
195892014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19590
19591 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19592 directory to absolute path name arguments.
19593
5ec18f2b
JG
195942014-03-10 Joel Brobecker <brobecker@adacore.com>
19595
19596 * gdb.ada/tagged_access: New testcase.
19597
847fc4f2
MM
195982014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19599
19600 * gdb.btrace/data.exp: Update expected output.
19601
cc3da688
YQ
196022014-03-06 Yao Qi <yao@codesourcery.com>
19603
19604 * gdb.trace/pr16508.exp: New file.
19605
0f26cec1
PA
196062014-03-05 Pedro Alves <palves@redhat.com>
19607
19608 PR gdb/16575
19609 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19610 procedure.
19611 (top level): Adjust to use it. Add tests that exercise breakpoint
19612 interaction with the code-cache.
19613
7a5a839f
LC
196142014-02-26 Ludovic Courtès <ludo@gnu.org>
19615
19616 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19617 test for 'history-append!'.
19618
31aa7e4e
JB
196192014-02-26 Joel Brobecker <brobecker@adacore.com>
19620
19621 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19622 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19623 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19624 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19625 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19626 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19627
1b588015
JB
196282014-02-26 Joel Brobecker <brobecker@adacore.com>
19629
19630 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19631 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19632 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19633
55426c9d
JB
196342014-02-26 Joel Brobecker <brobecker@adacore.com>
19635
19636 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19637
dc53a7ad
JB
196382014-02-26 Joel Brobecker <brobecker@adacore.com>
19639
19640 * gdb.dwarf2/arr-stride.c: New file.
19641 * gdb.dwarf2/arr-stride.exp: New file.
19642
12ab52e9
PA
196432014-02-26 Pedro Alves <palves@redhat.com>
19644
19645 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19646 that won't ever trigger. Make sure that GDB reports the correct
19647 breakpoint that caused the stop.
19648
849c862e
JK
196492014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19650
19651 PR gdb/16626
19652 * gdb.base/auto-load-script: New file.
19653 * gdb.base/auto-load.c: New file.
19654 * gdb.base/auto-load.exp: New file.
19655
71b7d793
JK
19656 PR gdb/16626
19657 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19658
e2f0d509
JK
196592014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19660
19661 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19662 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19663
50cc37c8
DE
196642014-02-24 Doug Evans <dje@google.com>
19665
19666 * lib/gdb.exp (run_on_host): Log error output if program fails.
19667
ea4758f2
PA
196682014-02-21 Pedro Alves <palves@redhat.com>
19669
19670 * gdb.threads/step-after-sr-lock.c: Rename to ...
19671 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19672 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19673 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19674 ... this.
19675
d7b30f67
SDJ
196762014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19677
19678 PR tdep/16397
19679 * gdb.arch/amd64-stap-special-operands.exp: New file.
19680 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19681 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19682 * gdb.arch/amd64-stap-triplet.S: Likewise.
19683 * gdb.arch/amd64-stap-triplet.c: Likewise.
19684
83deb43f
JB
196852014-02-20 Joel Brobecker <brobecker@adacore.com>
19686
19687 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19688 in .section pseudo-op.
19689
adde2bff
DE
196902014-02-20 lin zuojian <manjian2006@gmail.com>
19691 Joel Brobecker <brobecker@adacore.com>
19692 Doug Evans <xdje42@gmail.com>
19693
19694 PR symtab/16581
19695 * gdb.dwarf2/dw2-icycle.S: New file.
19696 * gdb.dwarf2/dw2-icycle.c: New file.
19697 * gdb.dwarf2/dw2-icycle.exp: New file.
19698
f7bd0f78
SC
196992014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19700
19701 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19702 operations on gdb.Value objects.
19703 * gdb.python/py-value-cc.exp: Add new test to test operations on
19704 gdb.Value objects.
19705
c17ef0d5
DE
197062014-02-18 Doug Evans <dje@google.com>
19707
19708 * Makefile.in (TESTS): New variable.
19709 (expanded_tests, expanded_tests_or_none): New variables
19710 (check-single): Pass $(expanded_tests_or_none) to runtest.
19711 (check-parallel): Only run tests in $(TESTS) if non-empty.
19712 (check/no-matching-tests-found): New rule.
19713 * README: Document TESTS makefile variable.
19714
5dd3176f
DE
197152014-02-18 Doug Evans <dje@google.com>
19716
19717 * Makefile.in (check-parallel): rm -rf outputs temp.
19718
0b10be4f
JK
197192014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19720
19721 Fix "ERROR: no fileid for" in the testsuite.
19722 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19723
85f224e7
DE
197242014-02-12 Doug Evans <dje@google.com>
19725
19726 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19727 (MISCELLANEOUS): New variable.
19728 (clean): rm -rf $(MISCELLANEOUS).
19729 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19730 dwp live in the same directory as symlinks, with each symlink pointed
19731 to a differently named file in a different directory.
19732
149b30ff
DE
197332014-02-11 Doug Evans <dje@google.com>
19734
19735 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19736 of Tcl file commands.
19737
1dfdac32
MK
197382014-02-10 Mark Kettenis <kettenis@gnu.org>
19739
19740 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19741 "kill -SIGUSR1 -1".
19742
aa4fb036
JB
197432014-02-10 Joel Brobecker <brobecker@adacore.com>
19744
19745 * gdb.ada/tick_length_array_enum_idx: New testcase.
19746
ed3ef339
DE
197472014-02-10 Doug Evans <xdje42@gmail.com>
19748
19749 * configure.ac (AC_OUTPUT): Add gdb.guile.
19750 * configure: Regenerate.
19751 * lib/gdb-guile.exp: New file.
19752 * lib/gdb.exp (get_target_charset): New function.
19753 * gdb.base/help.exp: Update expected output from "apropos apropos".
19754 * gdb.guile/Makefile.in: New file.
19755 * gdb.guile/guile.exp: New file.
19756 * gdb.guile/scm-arch.c: New file.
19757 * gdb.guile/scm-arch.exp: New file.
19758 * gdb.guile/scm-block.c: New file.
19759 * gdb.guile/scm-block.exp: New file.
19760 * gdb.guile/scm-breakpoint.c: New file.
19761 * gdb.guile/scm-breakpoint.exp: New file.
19762 * gdb.guile/scm-disasm.c: New file.
19763 * gdb.guile/scm-disasm.exp: New file.
19764 * gdb.guile/scm-equal.c: New file.
19765 * gdb.guile/scm-equal.exp: New file.
19766 * gdb.guile/scm-error.exp: New file.
19767 * gdb.guile/scm-error.scm: New file.
19768 * gdb.guile/scm-frame-args.c: New file.
19769 * gdb.guile/scm-frame-args.exp: New file.
19770 * gdb.guile/scm-frame-args.scm: New file.
19771 * gdb.guile/scm-frame-inline.c: New file.
19772 * gdb.guile/scm-frame-inline.exp: New file.
19773 * gdb.guile/scm-frame.c: New file.
19774 * gdb.guile/scm-frame.exp: New file.
19775 * gdb.guile/scm-generics.exp: New file.
19776 * gdb.guile/scm-gsmob.exp: New file.
19777 * gdb.guile/scm-iterator.c: New file.
19778 * gdb.guile/scm-iterator.exp: New file.
19779 * gdb.guile/scm-math.c: New file.
19780 * gdb.guile/scm-math.exp: New file.
19781 * gdb.guile/scm-objfile-script-gdb.in: New file.
19782 * gdb.guile/scm-objfile-script.c: New file.
19783 * gdb.guile/scm-objfile-script.exp: New file.
19784 * gdb.guile/scm-objfile.c: New file.
19785 * gdb.guile/scm-objfile.exp: New file.
19786 * gdb.guile/scm-ports.exp: New file.
19787 * gdb.guile/scm-pretty-print.c: New file.
19788 * gdb.guile/scm-pretty-print.exp: New file.
19789 * gdb.guile/scm-pretty-print.scm: New file.
19790 * gdb.guile/scm-section-script.c: New file.
19791 * gdb.guile/scm-section-script.exp: New file.
19792 * gdb.guile/scm-section-script.scm: New file.
19793 * gdb.guile/scm-symbol.c: New file.
19794 * gdb.guile/scm-symbol.exp: New file.
19795 * gdb.guile/scm-symtab-2.c: New file.
19796 * gdb.guile/scm-symtab.c: New file.
19797 * gdb.guile/scm-symtab.exp: New file.
19798 * gdb.guile/scm-type.c: New file.
19799 * gdb.guile/scm-type.exp: New file.
19800 * gdb.guile/scm-value-cc.cc: New file.
19801 * gdb.guile/scm-value-cc.exp: New file.
19802 * gdb.guile/scm-value.c: New file.
19803 * gdb.guile/scm-value.exp: New file.
19804 * gdb.guile/source2.scm: New file.
19805 * gdb.guile/types-module.cc: New file.
19806 * gdb.guile/types-module.exp: New file.
19807
7026a7c1
YQ
198082014-02-10 Yao Qi <yao@codesourcery.com>
19809
19810 PR testsuite/16543
19811 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19812 * configure: Regenerated.
19813 * Makefile.in: New file.
19814
6c466447
AS
198152014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19816
19817 * gdb.python/py-framefilter.exp: Fix typo.
19818
6e854735
YQ
198192014-02-08 Yao Qi <yao@codesourcery.com>
19820
19821 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19822 that no =breakpoint-modified is emitted when breakpoints are
19823 modified through MI commands.
19824
d137e6dc
PA
198252014-02-07 Pedro Alves <pedro@codesourcery.com>
19826 Pedro Alves <palves@redhat.com>
19827
19828 * gdb.threads/step-after-sr-lock.c: New file.
19829 * gdb.threads/step-after-sr-lock.exp: New file.
19830
b5ee5a50
PA
198312014-02-07 Pedro Alves <palves@redhat.com>
19832
19833 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19834
3c77faf3
JK
198352014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19836
19837 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19838 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19839
6dddc817
DE
198402014-02-06 Doug Evans <xdje42@gmail.com>
19841
19842 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19843 output.
19844
19845 * gdb.gdb/python-interrupts.exp: New file.
19846
de7b2893
YQ
198472014-02-05 Yao Qi <yao@codesourcery.com>
19848
19849 * gdb.trace/report.exp (use_collected_data): Test the output
19850 of "info threads" and "info inferiors".
19851
66d032ac
YQ
198522014-02-05 Yao Qi <yao@codesourcery.com>
19853
19854 Revert this patch:
19855
19856 2013-05-24 Yao Qi <yao@codesourcery.com>
19857
19858 * gdb.trace/tfile.exp: Test inferior and thread.
19859
591a12a1
UW
198602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19861
19862 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19863 on a function.
19864 * gdb.base/step-bt.c: Call hello via function pointer to make
19865 sure its first instruction is executed on powerpc64le-linux.
19866
0ff3e01f
UW
198672014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19868
19869 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19870
084ee545
UW
198712014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19872
19873 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19874 of the test patterns for use on little-endian systems.
19875
6ed14ff3
UW
198762014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19877
19878 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19879 (decimal_vector): Fix for little-endian.
19880
401e27fd
JM
198812014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19882
19883 * gdb.arch/sparc-sysstep.exp: New file.
19884 * gdb.arch/sparc-sysstep.c: Likewise.
19885
19886 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19887
8b924729
EBM
198882014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19889
19890 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19891
fb151210
JB
198922014-01-23 Tom Tromey <tromey@redhat.com>
19893
19894 * gdb.ada/array_char_idx: New testcase.
19895
0740f8d8
TT
198962014-01-23 Tom Tromey <tromey@redhat.com>
19897
19898 PR python/16487:
19899 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19900 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19901 classes.
19902
21909fa1
TT
199032014-01-23 Tom Tromey <tromey@redhat.com>
19904
19905 PR python/16491:
19906 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19907 string from an inferior frame.
19908 * gdb.python/py-framefilter-mi.exp: Update.
19909
87ce2a04
DE
199102014-01-22 Doug Evans <dje@google.com>
19911
19912 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19913
237b092b
AA
199142014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19915
19916 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19917
d674a709
AA
199182014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19919
19920 * gdb.trace/entry-values.exp: Remove excess space character from
19921 regex patterns. Handle s390 call instruction.
19922
20fa3390
AA
199232014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19924
19925 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19926 define "*_start" label. Make "name" static.
19927 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19928 ${name} by references to ${name}_start.
19929
78466714
AA
199302014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19931
19932 * gdb.base/info-macros.exp: Remove "debug" from the compile
19933 options.
19934
ec9f644a
IB
199352014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19936
19937 * gdb.dlang/demangle.exp: New file.
19938
94b1b47e
IB
199392014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19940
19941 * gdb.dlang/primitive-types.exp: New file.
19942
7f420862
IB
199432014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19944
19945 * configure.ac: Create gdb.dlang/Makefile.
19946 * configure: Regenerate.
19947 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19948 * gdb.dlang/Makefile.in: New file.
19949 * lib/d-support.exp: New file.
19950 * lib/gdb.exp (skip_d_tests): New proc.
19951
52834460
MM
199522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19953
19954 * gdb.btrace/delta.exp: Check reverse stepi.
19955 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19956 * gdb.btrace/finish.exp: New.
19957 * gdb.btrace/next.exp: New.
19958 * gdb.btrace/nexti.exp: New.
19959 * gdb.btrace/record_goto.c: Add comments.
19960 * gdb.btrace/step.exp: New.
19961 * gdb.btrace/stepi.exp: New.
19962 * gdb.btrace/multi-thread-step.c: New.
19963 * gdb.btrace/multi-thread-step.exp: New.
19964 * gdb.btrace/rn-dl-bind.c: New.
19965 * gdb.btrace/rn-dl-bind.exp: New.
19966 * gdb.btrace/data.c: New.
19967 * gdb.btrace/data.exp: New.
19968 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19969
6e07b1d2
MM
199702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19971
19972 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19973 * gdb.btrace/exception.exp: Update.
19974 * gdb.btrace/instruction_history.exp: Update.
19975 * gdb.btrace/record_goto.exp: Update.
19976 * gdb.btrace/tailcall.exp: Update.
19977 * gdb.btrace/unknown_functions.exp: Update.
19978 * gdb.btrace/delta.exp: New.
19979
0b722aec
MM
199802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19981
19982 * gdb.btrace/record_goto.exp: Add backtrace test.
19983 * gdb.btrace/tailcall.exp: Add backtrace test.
19984
066ce621
MM
199852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19986
19987 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19988 * gdb.btrace/record_goto.c: New.
19989 * gdb.btrace/record_goto.exp: New.
19990 * gdb.btrace/x86-record_goto.S: New.
19991
0688d04e
MM
199922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19993
19994 * gdb.btrace/function_call_history.exp: Update tests.
19995 * gdb.btrace/instruction_history.exp: Update tests.
19996
8710b709
MM
199972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19998
19999 * gdb.btrace/function_call_history.exp: Fix expected field
20000 order for "record function-call-history".
20001 Add new tests for "record function-call-history /c".
20002 * gdb.btrace/exception.cc: New.
20003 * gdb.btrace/exception.exp: New.
20004 * gdb.btrace/tailcall.exp: New.
20005 * gdb.btrace/x86-tailcall.S: New.
20006 * gdb.btrace/x86-tailcall.c: New.
20007 * gdb.btrace/unknown_functions.c: New.
20008 * gdb.btrace/unknown_functions.exp: New.
20009 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20010
5de9129b
MM
200112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20012
20013 * gdb.btrace/instruction_history.exp: Update.
20014 * gdb.btrace/function_call_history.exp: Update.
20015
23a7fe75
MM
200162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20017
20018 * gdb.btrace/function_call_history.exp: Fix expected function
20019 trace.
20020 * gdb.btrace/instruction_history.exp: Initialize traced.
20021 Remove traced_functions.
20022
724c7dd8
MM
200232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20024
20025 * gdb.btrace/function_call_history.exp: Update
20026 * gdb.btrace/instruction_history.exp: Update.
20027
6d78d93b
MM
200282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20029
20030 * gdb.btrace/enable.exp: Update expected text.
20031
93a360cc
OJ
200322014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20033
20034 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20035 bytes.
20036
3772b53f
MR
200372014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20038
20039 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20040
596662fa
OJ
200412014-01-15 Omair Javaid <omair.javaid@linaro.org>
20042
20043 * lib/gdb.exp (supports_process_record): Return true for
20044 arm*-linux*. (supports_reverse): Likewise.
20045
b5b08fb4
SC
200462014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20047
20048 PR python/15464
20049 PR python/16113
20050 * gdb.python/py-type.c: Enhance test case.
20051 * gdb.python/py-value-cc.cc: Likewise
20052 * gdb.python/py-type.exp: Add new tests.
20053 * gdb.python/py-value-cc.exp: Likewise
20054
52d7fb13
AA
200552014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20056 Pedro Alves <palves@redhat.com>
20057
20058 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20059 Make "name" extern.
20060 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20061 references to ${name}_start by references to ${name}.
20062
a2cd8cfe
JB
200632014-01-10 Joel Brobecker <brobecker@adacore.com>
20064
20065 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20066
4e23fced
JB
200672014-01-10 Joel Brobecker <brobecker@adacore.com>
20068
20069 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20070
c6a9e42c
PA
200712014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20072 Pedro Alves <palves@redhat.com>
20073
20074 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20075 mi_gdb_target_load.
c6a9e42c 20076
b7ea362b
PA
200772014-01-08 Pedro Alves <palves@redhat.com>
20078
20079 * gdb.threads/reconnect-signal.c: New file.
20080 * gdb.threads/reconnect-signal.exp: New file.
20081
5e3f4fab
EBM
200822014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20083
20084 * gdb.base/source-dir.exp: New file.
20085
79301218
JB
200862014-01-07 Joel Brobecker <brobecker@adacore.com>
20087
20088 * gdb.ada/mi_interface: New testcase.
20089
8e355c5d
JB
200902014-01-07 Joel Brobecker <brobecker@adacore.com>
20091
20092 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20093 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20094 gdb.ada/pp-rec-component/pck.ads: New files.
20095
c0d48811
JB
200962014-01-07 Joel Brobecker <brobecker@adacore.com>
20097
20098 * gdb.python/py-pp-integral.c: New file.
20099 * gdb.python/py-pp-integral.py: New file.
20100 * gdb.python/py-pp-integral.exp: New file.
20101
17b609c3 20102For older changes see ChangeLog-1993-2013.
c906108c 20103\f
8d8cb839
EZ
20104;; Local Variables:
20105;; mode: change-log
20106;; left-margin: 8
20107;; fill-column: 74
20108;; version-control: never
20109;; End:
902f2ccb 20110
b811d2c2 20111 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20112 Copying and distribution of this file, with or without modification,
20113 are permitted provided the copyright notice and this notice are preserved.