]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
x86: Remove target_id from elf_x86_link_hash_table
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
1c07a73f
TV
12020-06-04 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4
95146b5d
TV
52020-06-04 Tom de Vries <tdevries@suse.de>
6
7 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
8 exp_continue.
9
0cfcd4f0
TV
102020-06-04 Tom de Vries <tdevries@suse.de>
11
12 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
13
f9b5d5ea
TV
142020-06-03 Tom de Vries <tdevries@suse.de>
15
16 PR symtab/26046
17 * gdb.cp/breakpoint-locs-2.cc: New test.
18 * gdb.cp/breakpoint-locs.cc: New test.
19 * gdb.cp/breakpoint-locs.exp: New file.
20 * gdb.cp/breakpoint-locs.h: New test.
21
5144dfba
TV
222020-06-03 Tom de Vries <tdevries@suse.de>
23
24 PR testsuite/25609
25 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
26 value of global verbose.
27 * gdb.base/jit-elf.exp: Same.
28 * gdb.base/jit-reader.exp: Same.
29
621eacdf
TV
302020-06-02 Tom de Vries <tdevries@suse.de>
31
32 * gdb.dwarf2/multidictionary.exp: Don't use
33 gdb_spawn_with_cmdline_opts.
34
1313c56e
AB
352020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
38 use_header case.
39 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
40 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
41 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
42 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
43 * gdb.dwarf2/dw2-inline-header.c: New file.
44 * gdb.dwarf2/dw2-inline-header.h: New file.
45
f68f85b5
PA
462020-05-30 Pedro Alves <palves@redhat.com>
47
48 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
49 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
50
678048e8
GB
512020-05-29 Gary Benson <gbenson@redhat.com>
52
53 * gdb.compile/compile-cplus.exp (additional_flags): Also
54 set when building with clang.
55 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
56 when building with clang.
57
9fcafd23
GB
582020-05-29 Gary Benson <gbenson@redhat.com>
59
60 * gdb.arch/i386-avx.exp (additional_flags): Also set when
61 building with clang.
62 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
63
735d5a07
GB
642020-05-29 Gary Benson <gbenson@redhat.com>
65
66 * gdb.cp/koenig.exp (prepare_for_testing): Add
67 additional_flags=-Wno-unused-comparison.
68 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
69
4ad2c6a0
GB
702020-05-28 Gary Benson <gbenson@redhat.com>
71
72 * gdb.base/sigaltstack.c (catcher): Add default case to switch
73 statement.
74
09fe663e
GB
752020-05-28 Gary Benson <gbenson@redhat.com>
76
77 * gdb.cp/classes.exp (prepare_for_testing): Add
78 additional_flags=-Wno-deprecated-register.
79 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
80 * gdb.cp/misc.exp: Likewise.
81
cee00f17
GB
822020-05-28 Gary Benson <gbenson@redhat.com>
83
84 * gdb.linespec/cpls-ops.cc (dummy): New static global.
85 (test_op_new::operator new): Add return statement.
86 (test_op_new_array::operator new[]): Likewise.
87
636edd00
PA
882020-05-27 Pedro Alves <palves@redhat.com>
89
90 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
91 check. Use test_gdb_complete_unique instead of
92 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
93 test_gdb_complete_multiple instead of
94 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
95
c2b75043
LM
962020-05-27 Luis Machado <luis.machado@linaro.org>
97
98 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
99 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
100 * gdb.arch/arm-disassembler-options.exp: Likewise.
101 * gdb.arch/arm-disp-step.exp: Likewise.
102 * gdb.arch/thumb-prologue.exp: Likewise.
103 * gdb.base/async.exp: Likewise.
104 * gdb.base/auxv.exp: Likewise.
105 * gdb.base/complex-parts.exp: Likewise.
106 * gdb.base/ena-dis-br.exp: Likewise.
107 * gdb.base/foll-exec.exp: Likewise.
108 * gdb.base/permissions.exp: Likewise.
109 * gdb.base/relocate.exp: Likewise.
110 * gdb.base/return2.exp: Likewise.
111 * gdb.base/sigbpt.exp: Likewise.
112 * gdb.base/siginfo-obj.exp: Likewise.
113 * gdb.cp/converts.exp: Likewise.
114 * gdb.cp/exceptprint.exp: Likewise.
115 * gdb.cp/inherit.exp: Likewise.
116 * gdb.cp/nsnoimports.exp: Likewise.
117 * gdb.cp/virtbase2.exp: Likewise.
118 * gdb.mi/mi-var-cmd.exp: Likewise.
119 * gdb.mi/var-cmd.c: Likewise.
120
53a47a3e
TT
1212020-05-26 Tom Tromey <tromey@adacore.com>
122
123 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
124
0bc2354b
TT
1252020-05-26 Tom Tromey <tromey@adacore.com>
126
127 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
128 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
129 type.
130 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
131 variable.
132
0db49895
CBG
1332020-05-26 Christian Biesinger <cbiesinger@google.com>
134
135 * Makefile.in: Use = instead of == for the test command
136 for portability.
137
40d22035
TV
1382020-05-26 Tom de Vries <tdevries@suse.de>
139
140 * gdb.base/gold-gdb-index-2.c: New test.
141 * gdb.base/gold-gdb-index.c: New test.
142 * gdb.base/gold-gdb-index.exp: New file.
143 * gdb.base/gold-gdb-index.h: New test.
144
043e2e02
TV
1452020-05-25 Tom de Vries <tdevries@suse.de>
146
147 * boards/gold-gdb-index.exp: New file.
148
462f72c5
SM
1492020-05-25 Simon Marchi <simon.marchi@efficios.com>
150
151 * boards/simavr.exp: New file.
152
6cf66e76
SM
1532020-05-25 Simon Marchi <simon.marchi@efficios.com>
154
155 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
156 * gdb.base/inferior-args.exp: New file.
157 * gdb.base/inferior-args.c: New file.
158
75d04512
SM
1592020-05-25 Simon Marchi <simon.marchi@efficios.com>
160
161 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
162 inferior_args. Pass it to gdb_reload.
163 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
164 inferior_args.
165 (gdb_reload): Add inferior_args argument.
166 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
167 pass it to gdbserver_run.
168 * boards/native-gdbserver.exp: Do not set noargs.
169 * boards/native-extended-gdbserver.exp (gdb_reload): Add
170 inferior_args argument.
171 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
172 * gdb.base/a2-run.exp: Check for use_gdb_stub.
173 * gdb.base/args.exp: Likewise.
174
42cf1844
TV
1752020-05-25 Tom de Vries <tdevries@suse.de>
176
177 * lib/gdb.exp (exec_is_pie): Add comment.
178
8f7d38ef
TV
1792020-05-25 Tom de Vries <tdevries@suse.de>
180
181 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
182 instead of $binfile in the untested message.
183
465e1b0f
TV
1842020-05-25 Tom de Vries <tdevries@suse.de>
185
186 PR testsuite/26031
187 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
188
3c5a0e02
TV
1892020-05-25 Tom de Vries <tdevries@suse.de>
190
191 * boards/gold.exp: New file.
192
0a4f5f8c
TT
1932020-05-23 Tom Tromey <tom@tromey.com>
194
195 * gdb.base/style.exp: Remove completion styling test.
196 * lib/gdb-utils.exp (style): Remove completion styles.
197
eca1f90c
TT
1982020-05-23 Tom Tromey <tom@tromey.com>
199
200 * gdb.base/style.exp: Add completion styling test.
201 * lib/gdb-utils.exp (style): Add completion styles.
202
7c13f4e8
AB
2032020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
204
205 * gdb.base/annota1.exp: Update expected results.
206 * gdb.cp/annota2.exp: Update expected results, remove duplicate
207 test name.
208 * gdb.cp/annota3.exp: Update expected results.
209
41977d16
SM
2102020-05-20 Simon Marchi <simon.marchi@efficios.com>
211
212 PR gdb/26016
213 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
214 against MAP_FAILED.
215 * gdb.base/coremaker.c (mmapdata): Likewise.
216 * gdb.base/jit-reader-host.c (main): Likewise.
217 * gdb.base/sym-file-loader.c (load): Likewise.
218 (load_shlib): Likewise.
219
b4757f2e
TT
2202020-05-20 Tom Tromey <tromey@adacore.com>
221
222 * gdb.ada/array_char_idx.exp: Recognize initialized array.
223
9a0bacfb
TV
2242020-05-20 Tom de Vries <tdevries@suse.de>
225
226 PR symtab/25833
227 * gdb.base/with-mf-inc.c: New test.
228 * gdb.base/with-mf-main.c: New test.
229 * gdb.base/with-mf.exp: New file.
230
76571211
TT
2312020-05-19 Tom Tromey <tromey@adacore.com>
232
233 * gdb.rust/simple.exp: Restore missing test result.
234
4cd9f3d5
TV
2352020-05-19 Tom de Vries <tdevries@suse.de>
236
237 * gdb.base/gdb-caching-proc.exp: Fix typo.
238
7d874253
TT
2392020-05-19 Tom Tromey <tromey@adacore.com>
240
241 * gdb.rust/simple.exp: Add some test descriptions.
242 (test_one_slice): Use with_test_prefix.
243
1d727695
TV
2442020-05-18 Tom de Vries <tdevries@suse.de>
245
246 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
247
7f32a4d5
PA
2482020-05-17 Pedro Alves <palves@redhat.com>
249
250 PR gdb/25741
251 * gdb.base/hw-sw-break-same-address.exp: New file.
252
7cfd74cf
PA
2532020-05-16 Pedro Alves <palves@redhat.com>
254
255 * gdb.multi/multi-re-run.exp (test_re_run): Switch
256 LAST_LOADED_FILE accordingly.
257
57b4f16e
PW
2582020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
259
260 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
261
7c05caf7
PW
2622020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
263
264 * gdb.base/help.exp: Test apropos and help for commands
265 having aliases. Fixed comments not starting with an
266 upper-case letter or not finishing with a dot.
267
7aa1b46f
PW
2682020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
269
3b3aaacb
PW
270 * gdb.base/alias.exp: Update help output check.
271
57b4f16e 2722020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 273
7aa1b46f
PW
274 * gdb.base/default.exp: Update output following fixes.
275
0605465f
PW
2762020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
277
278 * gdb.base/alias.exp: Test aliases starting with a prefix of
279 another alias.
280
86e4e63d
GB
2812020-05-15 Gary Benson <gbenson@redhat.com>
282
283 * gdb.base/info-os.c (main): Add return statement.
284 * gdb.base/info_minsym.c (minsym_fun): Likewise.
285 * gdb.base/large-frame-2.c (func): Likewise.
286 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
287 * gdb.base/pr10179-b.c (foo2): Likewise.
288 * gdb.base/valgrind-disp-step.c (foo): Likewise.
289 * gdb.base/watch-cond.c (func): Likewise.
290 * gdb.multi/goodbye.c (verylongfun): Likewise.
291 * gdb.multi/hello.c (commonfun): Likewise.
292 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
293 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
294 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
295 Likewise.
296 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
297 * gdb.threads/interrupt-while-step-over.c (child_function):
298 Likewise.
299 * gdb.trace/actions-changed.c (end): Likewise.
300
163df4df
GB
3012020-05-15 Gary Benson <gbenson@redhat.com>
302
303 * gdb.opencl/callfuncs.exp: Report when test skipped.
304 * gdb.opencl/convs_casts.exp: Likewise.
305 * gdb.opencl/datatypes.exp: Likewise.
306 * gdb.opencl/operators.exp: Likewise.
307 * gdb.opencl/vec_comps.exp: Likewise.
308
6dbc505a
TV
3092020-05-15 Tom de Vries <tdevries@suse.de>
310
311 * gdb.base/align.exp.in: Rename to ...
312 * gdb.base/align.exp.tcl: ... this.
313 * gdb.base/align-c++.exp: Update.
314 * gdb.base/align-c.exp: Update.
315 * gdb.base/all-architectures.exp.in: Rename to ...
316 * gdb.base/all-architectures.exp: ... this.
317 * gdb.base/all-architectures-0.exp: Update.
318 * gdb.base/all-architectures-1.exp: Update.
319 * gdb.base/all-architectures-2.exp: Update.
320 * gdb.base/all-architectures-3.exp: Update.
321 * gdb.base/all-architectures-4.exp: Update.
322 * gdb.base/all-architectures-5.exp: Update.
323 * gdb.base/all-architectures-6.exp: Update.
324 * gdb.base/all-architectures-7.exp: Update.
325 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
326 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
327 * gdb.base/infcall-nested-structs-c++.exp: Update.
328 * gdb.base/infcall-nested-structs-c.exp: Update.
329 * gdb.base/info-types.exp.in: Rename to ...
330 * gdb.base/info-types.exp.tcl: ... this.
331 * gdb.base/info-types-c++.exp: Update.
332 * gdb.base/info-types-c.exp: Update.
333 * gdb.base/max-depth.exp.in: Rename to ...
334 * gdb.base/max-depth.exp.tcl: ... this.
335 * gdb.base/max-depth-c++.exp: Update.
336 * gdb.base/max-depth-c.exp: Update.
337 * gdb.cp/cpexprs.exp.in: Rename to ...
338 * gdb.cp/cpexprs.exp.tcl: ... this.
339 * gdb.cp/cpexprs-debug-types.exp: Update.
340 * gdb.cp/cpexprs.exp: Update.
341 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
342 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
343 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
344 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
345 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
346 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
347 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
348 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
349 * gdb.dwarf2/clang-debug-names-2.exp: Update.
350 * gdb.dwarf2/clang-debug-names.exp: Update.
351
d1034d78
AB
3522020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
353
354 * lib/check-test-names.exp: Remove code that prevents this file
355 loading when tests are run in parallel.
356
3c5c3649
PA
3572020-05-15 Pedro Alves <palves@redhat.com>
358
359 * gdb.multi/multi-kill.exp (start_inferior): Remove
360 'testpid' parameter. Refer to namespace variable directly.
361 (testpid): Declare as namespace variable.
362
272c36b8
PA
3632020-05-15 Pedro Alves <palves@redhat.com>
364
365 * gdb.multi/multi-kill.exp: Wrap in namespace.
366 (start_inferior): Add TESTPID parameter. Use it instead of the
367 testpid global.
368 (top level): Define empty TESTPID array, and pass it down to
369 start_inferior.
370
02eba61a
TV
3712020-05-14 Tom de Vries <tdevries@suse.de>
372
373 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
374 output.
375
971a3747
TV
3762020-05-14 Tom de Vries <tdevries@suse.de>
377
378 * gdb.base/align.exp: Split into ...
379 * gdb.base/align.exp.in: ...
380 * gdb.base/align-c++.exp: ...
381 * gdb.base/align-c.exp: ... these.
382 * gdb.base/infcall-nested-structs.exp: Split into ...
383 * gdb.base/infcall-nested-structs.exp.in: ...
384 * gdb.base/infcall-nested-structs-c++.exp: ...
385 * gdb.base/infcall-nested-structs-c.exp: ... these.
386 * gdb.base/info-types.exp: Split into ...
387 * gdb.base/info-types.exp.in: ...
388 * gdb.base/info-types-c++.exp: ...
389 * gdb.base/info-types-c.exp: ... these.
390 * gdb.base/max-depth.exp: Split into ...
391 * gdb.base/max-depth.exp.in: ...
392 * gdb.base/max-depth-c++.exp: ...
393 * gdb.base/max-depth-c.exp: ... these.
394 * gdb.cp/infcall-nodebug.exp: Split into ...
395 * gdb.cp/infcall-nodebug.exp.in: ...
396 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
397 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
398 * gdb.cp/infcall-nodebug-c-d0.exp: ...
399 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
400
a05575d3
TBA
4012020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
402 Pedro Alves <palves@redhat.com>
403
404 * gdb.multi/multi-exit.c: New file.
405 * gdb.multi/multi-exit.exp: New file.
406 * gdb.multi/multi-kill.c: New file.
407 * gdb.multi/multi-kill.exp: New file.
408
6ad82919
TBA
4092020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
410
411 * gdb.base/annota1.exp: Update the expected output.
412 * gdb.cp/annota2.exp: Ditto.
413
843f4d93
AB
4142020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
415
416 * lib/check-test-names.exp: Disable when testing is being run in
417 parallel.
418
c7c66341
TV
4192020-05-12 Tom de Vries <tdevries@suse.de>
420
421 * gdb.base/jit-elf.exp: Fix string concat.
422
1b59ca1c
TV
4232020-05-12 Tom de Vries <tdevries@suse.de>
424
425 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
426 messages.
427
b4991d29
TV
4282020-05-12 Tom de Vries <tdevries@suse.de>
429
430 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
431
dbb0ab10
TV
4322020-05-12 Tom de Vries <tdevries@suse.de>
433
434 * gdb.ada/catch_ex.exp: Use with_test_prefix.
435 * gdb.ada/mi_catch_ex.exp: Same.
436 * gdb.ada/mi_catch_ex_hand.exp: Same.
437
7549fed8
TV
4382020-05-12 Tom de Vries <tdevries@suse.de>
439
440 * gdb.fortran/complex.exp: Use with_test_prefix.
441
af2d5cd8
TV
4422020-05-12 Tom de Vries <tdevries@suse.de>
443
444 * gdb.trace/passcount.exp: Fix test-names.
445
7c121311
TV
4462020-05-12 Tom de Vries <tdevries@suse.de>
447
448 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
449
c9f3b40e
TV
4502020-05-12 Tom de Vries <tdevries@suse.de>
451
452 * gdb.gdb/complaints.exp: Use with_test_prefix.
453 * gdb.xml/tdesc-regs.exp: Same.
454 * gdb.opt/inline-locals.exp: Fix test name.
455
111b33f0
TV
4562020-05-12 Tom de Vries <tdevries@suse.de>
457
458 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
459 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
460 * gdb.dwarf2/implref-struct.exp: Same.
461 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
462 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
463
ebf47080
SM
4642020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
465
466 * gdb.base/jit-so.exp (one_jit_test): Change test name.
467
d30dcd12
AB
4682020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
469
470 * lib/check-test-names.exp (all_test_names): New module variable.
471 (counts): Add 'duplicates' field.
472 (_check_duplicates): New procedure.
473 (check): Also check for duplicates.
474 (do_log_summary): Print duplicates count.
475 (do_reset_vars): Reset counter for duplicate test names, and
476 discard all know test names.
477
34584c09
AB
4782020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
479
480 * lib/gdb.exp: Include check-test-names.exp library.
481 * lib/check-test-names.exp: New file.
482
e0002117
TV
4832020-05-11 Tom de Vries <tdevries@suse.de>
484
485 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
486
53f539a3
KS
4872020-05-11 Keith Seitz <keiths@redhat.com>
488
489 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
490
113ee09a
TV
4912020-05-11 Tom de Vries <tdevries@suse.de>
492
493 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
494 * gdb.cp/cpexprs.exp.in: .. here.
495 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
496 cpexprs.exp.
497
ba3e70b0
KS
4982020-05-11 Keith Seitz <keiths@redhat.com>
499
500 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
501 test names.
502 * gdb.ada/arrayptr.exp: Likewise.
503 * gdb.ada/assign_arr.exp: Likewise.
504 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
505 * gdb.ada/bp_on_var.exp: Likewise.
506 * gdb.ada/call_pn.exp: Likewise.
507 * gdb.ada/complete.exp: Likewise.
508 * gdb.ada/fun_overload_menu.exp: Likewise.
509 * gdb.ada/funcall_param.exp: Likewise.
510 * gdb.ada/funcall_ref.exp: Likewise.
511 * gdb.ada/packed_array_assign.exp: Likewise.
512 * gdb.ada/same_component_name.exp: Likewise.
513 * gdb.ada/type_coercion.exp: Likewise.
514 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
515 * gdb.ada/variant_record_packed_array.exp: Likewise.
516
3ee6bb11
TV
5172020-05-11 Tom de Vries <tdevries@suse.de>
518
519 PR symtab/25941
520 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
521 out of ...
522 * gdb.dwarf2/clang-debug-names.exp: ... here.
523 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
524 clang-debug-names.exp.in.
525 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
526 * gdb.dwarf2/clang-debug-names-2.c: New test.
527
86cd6bc8
AKS
5282020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
529
530 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
531 (fortran_runto_main): New Proc, fortran version of runto_main.
532 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
533 * gdb.fortran/array-bounds.exp: Likewise.
534 * gdb.fortran/array-slices.exp: Likewise.
535 * gdb.fortran/block-data.exp: Likewise.
536 * gdb.fortran/charset.exp: Likewise.
537 * gdb.fortran/common-block.exp: Likewise.
538 * gdb.fortran/complex.exp: Likewise.
539 * gdb.fortran/derived-type-function.exp: Likewise.
540 * gdb.fortran/derived-type.exp: Likewise.
541 * gdb.fortran/info-modules.exp: Likewise.
542 * gdb.fortran/info-types.exp: Likewise.
543 * gdb.fortran/intrinsics.exp: Likewise.
544 * gdb.fortran/library-module.exp: Likewise.
545 * gdb.fortran/logical.exp: Likewise.
546 * gdb.fortran/max-depth.exp: Likewise.
547 * gdb.fortran/module.exp: Likewise.
548 * gdb.fortran/multi-dim.exp: Likewise.
549 * gdb.fortran/nested-funcs.exp: Likewise.
550 * gdb.fortran/print-formatted.exp: Likewise.
551 * gdb.fortran/print_type.exp: Likewise.
552 * gdb.fortran/printing-types.exp: Likewise.
553 * gdb.fortran/ptr-indentation.exp: Likewise.
554 * gdb.fortran/ptype-on-functions.exp: Likewise.
555 * gdb.fortran/subarray.exp: Likewise.
556 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
557 * gdb.fortran/vla-datatypes.exp: Likewise.
558 * gdb.fortran/vla-history.exp: Likewise.
559 * gdb.fortran/vla-ptr-info.exp: Likewise.
560 * gdb.fortran/vla-ptype-sub.exp: Likewise.
561 * gdb.fortran/vla-ptype.exp: Likewise.
562 * gdb.fortran/vla-sizeof.exp: Likewise.
563 * gdb.fortran/vla-type.exp: Likewise.
564 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
565 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
566 * gdb.fortran/vla-value-sub.exp: Likewise.
567 * gdb.fortran/vla-value.exp: Likewise.
568 * gdb.fortran/whatis_type.exp: Likewise.
569 * gdb.mi/mi-var-child-f.exp: Likewise.
570
6dc55ce9 5712020-05-09 Tom de Vries <tdevries@suse.de>
572
573 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
574
283cb58c
TV
5752020-05-08 Tom de Vries <tdevries@suse.de>
576
577 * gdb.dwarf2/clang-debug-names.c: New test.
578 * gdb.dwarf2/clang-debug-names.exp: New file.
579
ac4a4f1c
SM
5802020-05-06 Simon Marchi <simon.marchi@efficios.com>
581
582 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
583 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
584
24fe640b
TV
5852020-05-06 Tom de Vries <tdevries@suse.de>
586
587 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
588 breakpoint is at a "recommended breakpoint location".
589 * gdb.reverse/consecutive-reverse.exp: Same.
590
0d8683a3
TV
5912020-05-06 Tom de Vries <tdevries@suse.de>
592
593 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
594 address.
595
b8983c46
TV
5962020-05-06 Tom de Vries <tdevries@suse.de>
597
598 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
599
abf6d805
TV
6002020-05-06 Tom de Vries <tdevries@suse.de>
601
602 * gdb.base/store.exp (check_set, up_set): Allowing missing location
603 info for r.
604
0fc2a808
TV
6052020-05-06 Tom de Vries <tdevries@suse.de>
606
607 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
608 necessary.
609
873dd427
TV
6102020-05-06 Tom de Vries <tdevries@suse.de>
611
612 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
613 void.
614
7c99e7e2
TV
6152020-05-06 Tom de Vries <tdevries@suse.de>
616
617 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
618 of ...
619 * gdb.base/async.exp: ... here.
620 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
621 "recommended breakpoint location".
622
6173d6a6
TV
6232020-05-06 Tom de Vries <tdevries@suse.de>
624
625 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
626
6015a067
TV
6272020-05-04 Tom de Vries <tdevries@suse.de>
628
629 * gdb.base/async.exp: Check whether instruction addresses are a
630 "recommended breakpoint location".
631
3b6acaee
TT
6322020-05-03 Tom Tromey <tom@tromey.com>
633
634 * gdb.base/sepdebug.exp: Remove "catch" test.
635 * gdb.base/break.exp: Remove "catch" test.
636 * gdb.base/default.exp: Update expected output.
637
5beb4d17
TV
6382020-05-02 Tom de Vries <tdevries@suse.de>
639
640 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
641 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
642 * gdb.arch/i386-mpx-map.exp: Same.
643 * gdb.arch/i386-mpx-sigsegv.exp: Same.
644 * gdb.arch/i386-mpx-simple_segv.exp: Same.
645 * gdb.arch/i386-mpx.exp: Same.
646
8caf140d
TV
6472020-05-02 Tom de Vries <tdevries@suse.de>
648
649 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
650
693196cb
TV
6512020-05-01 Tom de Vries <tdevries@suse.de>
652
653 * gdb.ada/operator_bp.exp: Allow more than required amount of
654 breakpoint.
655
53ae0aa9
TV
6562020-05-01 Tom de Vries <tdevries@suse.de>
657
658 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
659
ee9d1e5f
HD
6602020-04-30 Hannes Domani <ssbssa@yahoo.de>
661
662 PR gdb/18706
663 * gdb.cp/stub-array-size.cc: New test.
664 * gdb.cp/stub-array-size.exp: New file.
665 * gdb.cp/stub-array-size.h: New test.
666 * gdb.cp/stub-array-size2.cc: New test.
667
d5cf82c0
HD
6682020-04-30 Hannes Domani <ssbssa@yahoo.de>
669
670 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
671 output to the new format.
672
42e165c3
SM
6732020-04-29 Simon Marchi <simon.marchi@efficios.com>
674
675 * gdb.base/break.exp: Use with_test_prefix.
676
6e4e3fe1
TV
6772020-04-29 Tom de Vries <tdevries@suse.de>
678
679 * lib/gdb.exp (debug_types): New proc.
680 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
681 * gdb.python/py-symtab.exp: Same.
682
d642b692
HD
6832020-04-29 Hannes Domani <ssbssa@yahoo.de>
684
685 PR gdb/17320
686 * gdb.base/pretty-array.c: New test.
687 * gdb.base/pretty-array.exp: New file.
688
ea90f227
TV
6892020-04-29 Tom de Vries <tdevries@suse.de>
690
691 PR symtab/25889
692 * gdb.cp/cpexprs.exp: Adapt for inclusion.
693 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
694 and include cpexprs.exp.
695
a65189c9
TV
6962020-04-28 Mark Williams <mark@myosotissp.com>
697
698 PR gdb/24480
699 * dw4-toplevel-types.exp: Test for top level types.
700 * dw4-toplevel-types.cc: Test for top level types.
701
32d1f47a
TBA
7022020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
703
704 * gdb.threads/stop-with-handle.exp: Fix typo in comment
705 (theads -> threads).
706
56a4f5a1
TV
7072020-04-28 Tom de Vries <tdevries@suse.de>
708
709 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
710
0b2f8a3b
TV
7112020-04-28 Tom de Vries <tdevries@suse.de>
712
713 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
714
5390c717
TV
7152020-04-28 Tom de Vries <tdevries@suse.de>
716
717 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
718
15cd93d0
TV
7192020-04-28 Tom de Vries <tdevries@suse.de>
720
721 * gdb.dwarf2/main-foo.c: New test.
722 * gdb.dwarf2/struct-with-sig.exp: New file.
723
d472f0fb
TV
7242020-04-25 Tom de Vries <tdevries@suse.de>
725
726 * boards/debug-types.exp: New file.
727
8d840e05
AB
7282020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
729
730 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
731
bcfe6157
TT
7322020-04-24 Tom Tromey <tom@tromey.com>
733
734 PR symtab/12707:
735 * gdb.python/py-symbol.exp: Update expected results for
736 linkage_name test.
737 * gdb.cp/print-demangle.exp: New file.
738 * gdb.base/c-linkage-name.exp: Fix test.
739 * gdb.guile/scm-symbol.exp: Update expected results for
740 linkage_name test.
741
f049a313
TT
7422020-04-24 Tom Tromey <tom@tromey.com>
743
744 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
745 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
746 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
747 assembler.
748
7cf28874
TV
7492020-04-24 Tom de Vries <tdevries@suse.de>
750
751 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
752 C++.
753
dac2fef7
TT
7542020-04-24 Tom Tromey <tromey@adacore.com>
755
756 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
757 values.
758 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
759 values. Update test for minimal encodings.
760 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
761 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
762 values. Update test for minimal encodings.
763
1acda803
TT
7642020-04-24 Tom Tromey <tromey@adacore.com>
765
766 PR python/23662:
767 * gdb.ada/variant.exp: Add Python checks.
768 * gdb.rust/simple.exp: Add dynamic type checks.
769
adfb9815
TT
7702020-04-24 Tom Tromey <tromey@adacore.com>
771
772 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
773 Make array type matching more lax.
774 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
775 * gdb.ada/mi_variant.exp: New file.
776 * gdb.ada/mi_variant/pck.ads: New file.
777 * gdb.ada/mi_variant/pkg.adb: New file.
778 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
779 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
780
7d79de9a
TT
7812020-04-24 Tom Tromey <tromey@adacore.com>
782
783 * gdb.ada/variant.exp: Add dynamic field offset tests.
784 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
785 * gdb.ada/variant/pkg.adb: Add new variables.
786
f8e89861
TT
7872020-04-24 Tom Tromey <tromey@adacore.com>
788
789 * gdb.ada/variant.exp: New file
790 * gdb.ada/variant/pkg.adb: New file
791 * gdb.ada/variant/pck.adb: New file
792
86e887ae
TV
7932020-04-24 Tom de Vries <tdevries@suse.de>
794
795 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
796
88428775
TV
7972020-04-24 Tom de Vries <tdevries@suse.de>
798
799 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
800 flags.
801
4e86f6e7
TV
8022020-04-24 Tom de Vries <tdevries@suse.de>
803
804 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
805
2016d3e6
TV
8062020-04-24 Tom de Vries <tdevries@suse.de>
807
808 * lib/gdb.exp (default_gdb_start): Handle eof.
809 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
810 failure.
811 * gdb.base/readnever.exp: Handle clean_restart failure.
812
70bc38f5
TV
8132020-04-23 Tom de Vries <tdevries@suse.de>
814
815 * gdb.base/decl-before-def.exp: Run to main and print a again.
816
de82891c
TV
8172020-04-23 Tom de Vries <tdevries@suse.de>
818
819 * gdb.base/decl-before-def-decl.c: New test.
820 * gdb.base/decl-before-def-def.c: New test.
821 * gdb.base/decl-before-def.exp: New file.
822
96038148
TV
8232020-04-23 Tom de Vries <tdevries@suse.de>
824
825 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
826
54ac3df1
TV
8272020-04-22 Tom de Vries <tdevries@suse.de>
828
829 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
830 debug_info_offset.
831 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
832 before $objsfile in the line line.
833
714534e1
TV
8342020-04-22 Tom de Vries <tdevries@suse.de>
835
836 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
837
16a7dbf4
MS
8382020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
839
840 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
841 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
842 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
843 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
844 * gdb.base/jit-protocol.h: Update definitions to match all usage
845 contexts.
846
8472020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
848
849 * gdb.base: Rename all jit related test and source files.
850
8512020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
852
853 * gdb.base/jit-reader.exp: Relax register output check.
854
317d2668
TV
8552020-04-22 Tom de Vries <tdevries@suse.de>
856
857 PR symtab/25764
858 * gdb.base/psym-external-decl-2.c: New test.
859 * gdb.base/psym-external-decl.c: New test.
860 * gdb.base/psym-external-decl.exp: New file.
861 * gdb.threads/tls.exp: Add PR25807 kfail.
862
eea9e357
TV
8632020-04-22 Tom de Vries <tdevries@suse.de>
864
865 PR symtab/25801
866 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
867 in "info source" output.
868
3d5afab3
TV
8692020-04-22 Tom de Vries <tdevries@suse.de>
870
871 PR symtab/25700
872 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
873 symtab for imported_unit.c.
874
b32102f6
GB
8752020-04-21 Gary Benson <gbenson@redhat.com>
876
877 * gdb.base/advance.c (func): New argument, to match call site.
878 (func2, func3): Add return statements.
879
d43b7a2d
TBA
8802020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
881
882 * gdb.multi/run-only-second-inf.c: New file.
883 * gdb.multi/run-only-second-inf.exp: New file.
884
d89edf9b
MM
8852020-04-21 Markus Metzger <markus.t.metzger@intel.com>
886
887 * gdb.btrace/multi-inferior.c: New test.
888 * gdb.btrace/multi-inferior.exp: New file.
889
1a476b6d
MM
8902020-04-21 Markus Metzger <markus.t.metzger@intel.com>
891
892 * gdb.btrace/enable-new-thread.c: New test.
893 * gdb.btrace/enable-new-thread.exp: New file.
894
4778a5f8
TV
8952020-04-21 Tom de Vries <tdevries@suse.de>
896
897 PR gdb/25471
898 * gdb.threads/killed-outside.c: New test.
899 * gdb.threads/killed-outside.exp: New file.
900
9b2c992c
GB
9012020-04-20 Gary Benson <gbenson@redhat.com>
902
903 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
904 * gdb.base/nested-subp2.exp: Likewise.
905 * gdb.base/nested-subp3.exp: Likewise.
906
b5d1d6f7
GB
9072020-04-20 Gary Benson <gbenson@redhat.com>
908
909 * gdb.base/nested-subp1.exp: Disable test when using clang.
910 * gdb.base/nested-subp2.exp: Likewise.
911 * gdb.base/nested-subp3.exp: Likewise.
912
25230285
GB
9132020-04-20 Gary Benson <gbenson@redhat.com>
914
915 * gdb.cp/exception.cc: Fix compilation error with clang.
916
fa93cc8f
GB
9172020-04-20 Gary Benson <gbenson@redhat.com>
918
809730f3 919 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 920
e0c45f30
GB
9212020-04-20 Gary Benson <gbenson@redhat.com>
922
923 * gdb.base/jit-main.c: Fix compilation error with clang.
924
4ddfec93
KR
9252020-04-17 Kamil Rytarowski <n54@gmx.com>
926
927 * gdb.base/attach-twice.c: Include "sys/types.h".
928 (PTRACE_ATTACH): Add fallback definition.
929 (main): Pass `0' to the 4th argument of `ptrace'.
930
2bed205e
KR
9312020-04-17 Kamil Rytarowski <n54@gmx.com>
932
933 * gdb.base/fork-running-state.c: Include "signal.h".
934
0743fc83
TT
9352020-04-17 Tom Tromey <tromey@adacore.com>
936
937 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
938 Update tests.
939 * gdb.btrace/cpu.exp: Update tests.
940 * gdb.base/maint.exp: Update tests.
941 * gdb.base/default.exp: Update tests.
942 * gdb.base/completion.exp: Update tests.
943
efba5c23
TV
9442020-04-16 Tom de Vries <tdevries@suse.de>
945
946 PR symtab/25791
947 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
948 (ensure_gdb_index): and factor out and move ...
949 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
950 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
951
d191d716
TV
9522020-04-16 Tom de Vries <tdevries@suse.de>
953
954 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
955 loading exec.
956
99f1bc6a
AB
9572020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
958
959 * gdb.base/many-completions.exp: New file.
960
194d088f
TV
9612020-04-14 Tom de Vries <tdevries@suse.de>
962
963 PR symtab/25718
964 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
965
c1a66c06
TV
9662020-04-14 Tom de Vries <tdevries@suse.de>
967
968 PR symtab/25720
969 * gdb.base/maint-expand-symbols-header-file.c: New test.
970 * gdb.base/maint-expand-symbols-header-file.exp: New file.
971 * gdb.base/maint-expand-symbols-header-file.h: New test.
972
21b0982c
AB
9732020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
974
975 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
976 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
977 get_func_info.
978 (get_func_info): Delete.
979 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
980 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
981 * lib/dwarf.exp (get_func_info): New function.
982
dd1cab06
TV
9832020-04-13 Tom de Vries <tdevries@suse.de>
984
985 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
986 to what find_gnatmake does.
987
71ea2b6b
TV
9882020-04-10 Tom de Vries <tdevries@suse.de>
989
990 * gdb.base/style.exp: Expect "Expanding full symbols" message for
991 -readnow.
992
bdfc1e8a
TV
9932020-04-10 Tom de Vries <tdevries@suse.de>
994
995 PR cli/25808
996 * gdb.base/style.c: Add leading newlines.
997 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
998 Check listing of main's one-line body.
999
14ca8ecf
TV
10002020-04-08 Tom de Vries <tdevries@suse.de>
1001
1002 * lib/gdb.exp (psymtabs_p): New proc.
1003 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1004 importing unit" unsupported if there are no partial symbols.
1005
e21d048f
TV
10062020-04-08 Tom de Vries <tdevries@suse.de>
1007
1008 PR testsuite/25760
1009 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1010
25c11aca
TV
10112020-04-07 Tom de Vries <tdevries@suse.de>
1012
1013 PR symtab/25796
1014 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1015
5707e24b
TV
10162020-04-07 Tom de Vries <tdevries@suse.de>
1017
1018 * gdb.base/check-psymtab.c: New test.
1019 * gdb.base/check-psymtab.exp: New file.
1020
6ee448cc
TT
10212020-04-06 Tom Tromey <tromey@adacore.com>
1022
1023 * gdb.ada/variant-record/proc.adb: New file.
1024 * gdb.ada/variant-record/value.adb: New file.
1025 * gdb.ada/variant-record/value.s: New file.
1026 * gdb.ada/variant-record.exp: New file.
1027
9e7c9a03
HD
10282020-04-03 Hannes Domani <ssbssa@yahoo.de>
1029
1030 PR gdb/25325
1031 * gdb.cp/typed-enum.cc: New test.
1032 * gdb.cp/typed-enum.exp: New file.
1033
c90d28ac
AB
10342020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1035
1036 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1037 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1038 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1039 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1040 * gdb.opt/inline-small-func.c: New file.
1041 * gdb.opt/inline-small-func.exp: New file.
1042 * gdb.opt/inline-small-func.h: New file.
1043
34e9a9fa
AB
10442020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1045
1046 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1047 function.
1048
6a354911
AB
10492020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1050
1051 * lib/dwarf.exp (function_range): Allow compiler options to be
1052 specified.
1053
880d9777
TV
10542020-04-02 Tom de Vries <tdevries@suse.de>
1055
1056 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1057 __attribute__((always_inline)).
1058 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1059
f32682ea
TV
10602020-04-02 Tom de Vries <tdevries@suse.de>
1061
1062 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1063 (gdbserver_gdb_exit): ... here. Add timeout warning.
1064 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1065 (connect_target_extended_remote): Append new server_spawn_id to
1066 server_spawn_ids.
1067 (cleanup): New proc.
1068 (setup, <toplevel>): Call cleanup.
1069
d3214198
TV
10702020-04-02 Tom de Vries <tdevries@suse.de>
1071
1072 * gdb.base/main-psymtab.exp: New file.
1073
cc77ed24
TV
10742020-04-02 Tom de Vries <tdevries@suse.de>
1075
1076 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1077
3638a098
TT
10782020-04-01 Tom Tromey <tom@tromey.com>
1079
1080 * gdb.base/complex-parts.exp: Add type tests.
1081
c34e8714
TT
10822020-04-01 Tom Tromey <tom@tromey.com>
1083
1084 * gdb.base/complex-parts.exp: Add arithmetic tests.
1085
981c08ce
TT
10862020-04-01 Tom Tromey <tom@tromey.com>
1087
1088 * gdb.compile/compile.exp: Update.
1089 * gdb.compile/compile-cplus.exp: Update.
1090 * gdb.base/varargs.exp: Update.
1091 * gdb.base/floatn.exp: Update.
1092 * gdb.base/endianity.exp: Update.
1093 * gdb.base/callfuncs.exp (do_function_calls): Update.
1094 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1095 (complex_float_integral_args): Update.
1096 * gdb.base/complex.exp: Update.
1097 * gdb.base/complex-parts.exp: Update.
1098
3d1cfd43
TT
10992020-04-01 Tom Tromey <tromey@adacore.com>
1100
1101 * gdb.rust/union.rs: New file.
1102 * gdb.rust/union.exp: New file.
1103 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1104 (main): Update.
1105 * gdb.rust/simple.exp: Move union tests to union.exp.
1106
e033dfa9
TT
11072020-04-01 Tom Tromey <tromey@adacore.com>
1108
1109 * gdb.rust/simple.rs (main): Remove "y0".
1110
53cccef1
TBA
11112020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1112
1113 * gdb.multi/stop-all-on-exit.c: New test.
1114 * gdb.multi/stop-all-on-exit.exp: New file.
1115
60e22c1e
HD
11162020-04-01 Hannes Domani <ssbssa@yahoo.de>
1117
1118 PR gdb/24789
1119 * gdb.cp/misc.cc: Add integer reference variable.
1120 * gdb.cp/misc.exp: Add test.
1121
e139a727
TBA
11222020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1123
1124 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1125 scenario to cover execution until the end and also the case
1126
16b0db75
TV
11272020-03-31 Tom de Vries <tdevries@suse.de>
1128
1129 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1130 c. Use "maint info symtabs" to check symtab expansion.
1131
c0502da6
TV
11322020-03-30 Tom de Vries <tdevries@suse.de>
1133
1134 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1135 unsupported.
1136 (verify_psymtab_expanded): Move ...
1137 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1138 test.
1139 (readnow): New proc.
1140
5935fd15
AB
11412020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1142
1143 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1144 with $hex.
1145
1773be9e
TT
11462020-03-20 Tom Tromey <tromey@adacore.com>
1147
1148 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1149
70304be9
TT
11502020-03-20 Tom Tromey <tromey@adacore.com>
1151
1152 * gdb.ada/sub_variant/subv.adb: New file.
1153 * gdb.ada/sub_variant.exp: New file.
1154
0dd7b8f7
TV
11552020-03-20 Tom de Vries <tdevries@suse.de>
1156
1157 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1158 first break fails.
1159 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1160
cada5fc9
AB
11612020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 * gdb.server/exit-multiple-threads.c: New file.
1164 * gdb.server/exit-multiple-threads.exp: New file.
1165
6b8c53f2
AB
11662020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1167
1168 * gdb.fortran/mixed-lang-stack.c: New file.
1169 * gdb.fortran/mixed-lang-stack.cpp: New file.
1170 * gdb.fortran/mixed-lang-stack.exp: New file.
1171 * gdb.fortran/mixed-lang-stack.f90: New file.
1172
19a2740f
AB
11732020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1174
1175 * gdb.linespec/cp-completion-aliases.cc: New file.
1176 * gdb.linespec/cp-completion-aliases.exp: New file.
1177
d8c8b848
TV
11782020-03-19 Tom de Vries <tdevries@suse.de>
1179
1180 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1181 more precise.
1182
a9933ccf
TV
11832020-03-18 Tom de Vries <tdevries@suse.de>
1184
1185 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1186 * gdb.dwarf2/break-inline-psymtab.c: New test.
1187 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1188
2f89101f
TV
11892020-03-16 Tom de Vries <tdevries@suse.de>
1190
1191 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1192 cache_verify and cache_verify_proc.
1193
6b9374f1
TV
11942020-03-15 Tom de Vries <tdevries@suse.de>
1195
1196 * gdb.server/solib-list.exp: Handle
1197 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1198
eaeaf44c
TV
11992020-03-15 Tom de Vries <tdevries@suse.de>
1200
1201 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1202 objfiles".
1203
3293bbaf
TT
12042020-03-14 Tom Tromey <tom@tromey.com>
1205
1206 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1207
ab44624c
TV
12082020-03-14 Tom de Vries <tdevries@suse.de>
1209
1210 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1211
54c43825
TV
12122020-03-14 Tom de Vries <tdevries@suse.de>
1213
1214 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1215 result in line-by-line fashion.
1216
2ac70237
TV
12172020-03-14 Tom de Vries <tdevries@suse.de>
1218
1219 * lib/gdb.exp (supports_statement_frontiers): New proc.
1220 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1221
09546b56
TV
12222020-03-14 Tom de Vries <tdevries@suse.de>
1223
1224 * gdb.base/printcmds.exp: Add missing quoting for "print
1225 teststring2".
1226
a1f6a07c
TT
12272020-03-13 Tom Tromey <tom@tromey.com>
1228
1229 * gdb.base/printcmds.exp (test_print_strings): Add regression
1230 test.
1231 * gdb.base/printcmds.c (charptr): New typedef.
1232 (teststring2): New global.
1233
1b83d09c
AB
12342020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1235
1236 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1237 full path in the test name.
1238 (test_ld): Add some with_test_prefix blocks to make test names
1239 unique.
1240
2d61316c
TV
12412020-03-13 Tom de Vries <tdevries@suse.de>
1242
1243 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1244
2e9145ac
TV
12452020-03-13 Tom de Vries <tdevries@suse.de>
1246
1247 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1248
96c7f873
TV
12492020-03-13 Tom de Vries <tdevries@suse.de>
1250
1251 PR symtab/25646
1252 * gdb.dwarf2/imported-unit.exp: Add test.
1253
49ba92c0
TV
12542020-03-13 Tom de Vries <tdevries@suse.de>
1255
1256 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1257 (var1, var2): New variable.
1258 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1259 matching symbols.
1260
301b21e0
TV
12612020-03-13 Tom de Vries <tdevries@suse.de>
1262
1263 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1264 (Term::command): Use prompt prefix.
1265 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1266 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1267 command_no_prompt_prefix instead of prefix.
1268 * gdb.tui/tui-layout-asm.exp: Same.
1269
3f512721
SM
12702020-03-12 Simon Marchi <simon.marchi@efficios.com>
1271
1272 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1273
40310f30
SM
12742020-03-12 Simon Marchi <simon.marchi@efficios.com>
1275
1276 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1277 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1278 on" while stepping over the test instruction, match printed
1279 message.
1280
09252140
TV
12812020-03-12 Tom de Vries <tdevries@suse.de>
1282
1283 * gdb.base/info-types.exp: Use exp_continue during matching of output
1284 of "info types".
1285
14e9c72c
TV
12862020-03-12 Tom de Vries <tdevries@suse.de>
1287
1288 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1289
e515d67e
TV
12902020-03-12 Tom de Vries <tdevries@suse.de>
1291
1292 * gdb.fortran/module.exp: Use exp_continue during matching of output
1293 of "info variable -n".
1294
307eafd8
TV
12952020-03-12 Tom de Vries <tdevries@suse.de>
1296
1297 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1298 gdb.dwarf2/dw2-ranges-base.c.
1299
9a2de3fc
TV
13002020-03-12 Tom de Vries <tdevries@suse.de>
1301
1302 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1303 in presence of GLIBC debuginfo.
1304
3217502e
TV
13052020-03-12 Tom de Vries <tdevries@suse.de>
1306
1307 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1308 $core.
1309
1281424c
TV
13102020-03-12 Tom de Vries <tdevries@suse.de>
1311
1312 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1313 more precise.
1314
038b97fc
SM
13152020-03-11 Simon Marchi <simon.marchi@efficios.com>
1316
1317 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1318 from Unix to Windows path.
1319
5308d1e7
TV
13202020-03-11 Tom de Vries <tdevries@suse.de>
1321
1322 * gdb.ada/minsyms.exp: Set language to ada.
1323
f870f78f
TV
13242020-03-11 Tom de Vries <tdevries@suse.de>
1325
1326 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1327
5a13315d
TV
13282020-03-11 Tom de Vries <tdevries@suse.de>
1329
1330 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1331
976862ed
TT
13322020-03-11 Tom Tromey <tromey@adacore.com>
1333
1334 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1335
7462c383
TV
13362020-03-11 Tom de Vries <tdevries@suse.de>
1337
1338 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1339
1c6c46a0
TV
13402020-03-11 Tom de Vries <tdevries@suse.de>
1341
1342 * gdb.base/break-interp.exp: Limit verbose scope.
1343
44f41bb7
TV
13442020-03-11 Tom de Vries <tdevries@suse.de>
1345
1346 * gdb.fortran/logical.f90: Define variable with character type.
1347 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1348
b76f3a42
TV
13492020-03-11 Tom de Vries <tdevries@suse.de>
1350
1351 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1352
1c33af77
TV
13532020-03-11 Tom de Vries <tdevries@suse.de>
1354
1355 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1356 symtabs.
1357
8c95582d
AB
13582020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1359 Bernd Edlinger <bernd.edlinger@hotmail.de>
1360
1361 * gdb.cp/step-and-next-inline.cc: New file.
1362 * gdb.cp/step-and-next-inline.exp: New file.
1363 * gdb.cp/step-and-next-inline.h: New file.
1364 * gdb.dwarf2/dw2-is-stmt.c: New file.
1365 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1366 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1367 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1368 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1369
cecf8547
AB
13702020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1371
1372 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1373 is-stmt flag in the line table.
1374
0ba678c9
TV
13752020-03-09 Tom de Vries <tdevries@suse.de>
1376
1377 * lib/gdb.exp (cached_file): Create cache dir.
1378
72fbdf83
TV
13792020-03-07 Tom de Vries <tdevries@suse.de>
1380
1381 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1382 * gdb.cp/rvalue-ref-params.exp: Same.
1383
436b5e99
TV
13842020-03-06 Tom de Vries <tdevries@suse.de>
1385
1386 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1387 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1388
09f2921c
TV
13892020-03-06 Tom de Vries <tdevries@suse.de>
1390
1391 * README: Fix "the the".
1392 * gdb.base/dprintf.exp: Same.
1393
50a3cc5d
TV
13942020-03-05 Tom de Vries <tdevries@suse.de>
1395
1396 * gdb.base/maint.exp: Update "main print statistics" expected output.
1397
0a709cba
AKS
13982020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1399
1400 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1401 (fortran_int8): Likewise.
1402 (fortran_real4): Likewise.
1403 (fortran_real8): Likewise.
1404 (fortran_complex4): Likewise.
1405 (fortran_logical4): Likewise.
1406 (fortran_character1): Likewise.
1407
5e5d66b6
AB
14082020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1409
1410 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1411 printed as true.
1412
7b973adc
SDJ
14132020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1414
1415 * gdb.base/printcmds.exp: Add test to verify printf of a
1416 variable holding an address.
1417
478e490a
TV
14182020-03-03 Tom de Vries <tdevries@suse.de>
1419
1420 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1421
1ef44e86
TV
14222020-03-03 Tom de Vries <tdevries@suse.de>
1423
1424 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1425 gdb_test_multiple call.
1426
b98cc2cf
TV
14272020-03-03 Tom de Vries <tdevries@suse.de>
1428
1429 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1430 gdb_test_multiple calls.
1431
63e163f2
AB
14322020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1433
1434 * gdb.base/default.exp: Remove test of 'set history filename'.
1435 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1436 filename to the empty string.
1437 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1438 and GDBHISTSIZE.
1439
24ed6739
AB
14402020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1441
1442 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1443 disabled.
1444
590003dc
TV
14452020-03-02 Pedro Alves <palves@redhat.com>
1446 Tom de Vries <tdevries@suse.de>
1447
1448 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1449 -prompt prefix, before user_code argument. Add -lbl option likewise.
1450 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1451 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1452 argument.
1453 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1454 have "\r\n" at start-of-line, instead of at end-of-line.
1455
f5e46084
SM
14562020-02-28 Simon Marchi <simon.marchi@efficios.com>
1457
1458 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1459 libinproctrace.so.
1460
f7a7000d
LM
14612020-02-28 Luis Machado <luis.machado@linaro.org>
1462
1463 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1464 to "p/x".
1465
718e0816
LM
14662020-02-28 Luis Machado <luis.machado@linaro.org>
1467
1468 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1469 asm/ptrace.h and error.h.
1470
13c3a74a
TV
14712020-02-28 Tom de Vries <tdevries@suse.de>
1472
1473 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1474 (struct wrapper, do_something, mundane/symada__cS): Move ...
1475 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1476 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1477 Update "print symada__cS before partial symtab expansion" regexp.
1478 Update breakpoint location. Flush symbol cache after expansion.
1479
85d2d5bb
LM
14802020-02-28 Luis Machado <luis.machado@linaro.org>
1481
1482 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1483
3608f86c
TV
14842020-02-27 Tom de Vries <tdevries@suse.de>
1485
1486 * config/sid.exp: Remove unused globals.
1487 * gdb.base/attach.exp: Same.
1488 * gdb.base/catch-load.exp: Same.
1489 * gdb.base/dbx.exp: Same.
1490 * lib/gdb.exp: Same.
1491 * lib/mi-support.exp: Same.
1492 * lib/prompt.exp: Same.
1493
c8d4f6df
TV
14942020-02-27 Tom de Vries <tdevries@suse.de>
1495
1496 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1497 not set.
1498
0d79cdc4
AM
14992020-02-26 Aaron Merey <amerey@redhat.com>
1500
1501 * gdb.debuginfod: New directory for debuginfod tests.
1502 * gdb.debuginfod/main.c: New test file.
1503 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1504
0dce4280
TV
15052020-02-26 Tom de Vries <tdevries@suse.de>
1506
1507 PR gdb/25603
1508 * gdb.base/persistent-lang.cc: New test.
1509 * gdb.base/persistent-lang.exp: New file.
1510
9e80cfa1
AB
15112020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1512
1513 * gdb.fortran/derived-type-striding.exp: Add a new test.
1514 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1515 new test.
1516
2078dbb2
AB
15172020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1518
1519 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1520 names.
1521
70d49700
TV
15222020-02-25 Tom de Vries <tdevries@suse.de>
1523
1524 PR go/18926
1525 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1526
a88ef40d
TV
15272020-02-24 Tom de Vries <tdevries@suse.de>
1528
1529 PR gdb/25592
1530 * gdb.base/info-locals-unused-static-var.c: New test.
1531 * gdb.base/info-locals-unused-static-var.exp: New file.
1532
01b1af32
TT
15332020-02-22 Tom Tromey <tom@tromey.com>
1534
1535 * gdb.python/tui-window.exp: New file.
1536 * gdb.python/tui-window.py: New file.
1537
7c043ba6
TT
15382020-02-22 Tom Tromey <tom@tromey.com>
1539
1540 PR tui/17850:
1541 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1542 tests.
1543
c22fef7e
TT
15442020-02-22 Tom Tromey <tom@tromey.com>
1545
1546 * gdb.tui/new-layout.exp: Add sub-layout tests.
1547
ee325b61
TT
15482020-02-22 Tom Tromey <tom@tromey.com>
1549
1550 * gdb.tui/new-layout.exp: New file.
1551
3f0cbb04
TT
15522020-02-22 Tom Tromey <tom@tromey.com>
1553
1554 * gdb.rust/rust-style.rs: New file.
1555 * gdb.rust/rust-style.exp: New file.
1556 * gdb.base/style.exp: Test structure printing.
1557 * gdb.base/style.c (struct some_struct): New type.
1558 (enum etype): New type.
1559 (struct_value): New global.
1560
75525152
TV
15612020-02-21 Tom de Vries <tdevries@suse.de>
1562
1563 PR go/18926
1564 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1565 Remove blanket xfails. Use message argument for gdb_breakpoint.
1566 Make continuing to breakpoint test conditional on setting breakpoint.
1567 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1568 DW_AT_name attribute. Add xfail for GCC PR93866.
1569
bd360d30
AB
15702020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1571
1572 * gdb.dwarf2/cpp-linkage-name.c: New file.
1573 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1574
c7adb09f 15752020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1576
1577 * lib/gdb.exp (gdb_wrapper_init): Reset
1578 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1579 not exist.
1580
a9c79803
TV
15812020-02-20 Tom de Vries <tdevries@suse.de>
1582
1583 PR go/17018
1584 * gdb.go/hello.exp: Copy ...
1585 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1586 print of st to print value of global definition. Add xfail for GCC
1587 PR93844.
1588 * gdb.go/hello.exp: Remove printing of st before definition.
1589 * gdb.go/hello.go: Copy ...
1590 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1591 to st.
1592 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1593
d7445728
TV
15942020-02-20 Tom de Vries <tdevries@suse.de>
1595
1596 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1597 (gdb_simple_compile): Handle compile_flags go by using .go extension
1598 for source file.
1599 * gdb.go/chan.exp: Use support_go_compile.
1600 * gdb.go/handcall.exp: Same.
1601 * gdb.go/hello.exp: Same.
1602 * gdb.go/integers.exp: Same.
1603 * gdb.go/max-depth.exp: Same.
1604 * gdb.go/methods.exp: Same.
1605 * gdb.go/package.exp: Same.
1606 * gdb.go/strings.exp: Same.
1607 * gdb.go/types.exp: Same.
1608 * gdb.go/unsafe.exp: Same.
1609
c9c41e6d
TV
16102020-02-19 Tom de Vries <tdevries@suse.de>
1611
1612 * gdb.python/lib-types.exp: Make xfail more strict.
1613
f20ff837
TV
16142020-02-19 Tom de Vries <tdevries@suse.de>
1615
1616 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1617
08410482
DE
16182020-02-19 Doug Evans <dje@google.com>
1619
1620 PR rust/25535
1621 * gdb.rust/simple.exp: Add test.
1622 * gdb.rust/simple.rs: Add test.
1623
623563f7
TV
16242020-02-19 Tom de Vries <tdevries@suse.de>
1625
1626 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1627 output line-by-line.
1628
d3308cfd
TV
16292020-02-19 Tom de Vries <tdevries@suse.de>
1630
1631 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1632
86cbc5dc
TV
16332020-02-19 Tom de Vries <tdevries@suse.de>
1634
1635 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1636 prelink.
1637
9db2b96b
TV
16382020-02-19 Tom de Vries <tdevries@suse.de>
1639
1640 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1641 (gdb_do_cache): Use gdb_do_cache_wrap.
1642 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1643
89e2fdc5
TV
16442020-02-19 Tom de Vries <tdevries@suse.de>
1645
1646 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1647 gdb_compile option.
1648
373d7ac0
SM
16492020-02-18 Simon Marchi <simon.marchi@efficios.com>
1650
1651 * gdb.base/printcmds.exp (test_print_enums): Update expected
1652 output.
1653
b29a2df0
SM
16542020-02-18 Simon Marchi <simon.marchi@efficios.com>
1655
1656 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1657 for "unknown".
1658
6740f0cc
SM
16592020-02-18 Simon Marchi <simon.marchi@efficios.com>
1660
1661 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1662 enumerator.
1663
edd45eb0
SM
16642020-02-18 Simon Marchi <simon.marchi@efficios.com>
1665
1666 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1667 FE_, add FE_NONE.
1668 (three): Update.
1669 (enum flag_enum_without_zero): New enum.
1670 (flag_enum_without_zero): New variable.
1671 (enum not_flag_enum): New enum.
1672 (three_not_flag): New variable.
1673 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1674 (test_print_enums): Add more tests for printing flag enums.
1675
d4295de4
TV
16762020-02-18 Tom de Vries <tdevries@suse.de>
1677
1678 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1679 (gdb_compile_ada): ... here.
1680 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1681 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1682
f251f505
TT
16832020-02-14 Tom Tromey <tom@tromey.com>
1684
1685 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1686 build directory.
1687 * boards/gdbserver-base.exp: Update path to gdbserver.
1688
8f432634
TV
16892020-02-13 Tom de Vries <tdevries@suse.de>
1690
1691 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1692
92b6eaf7
TV
16932020-02-13 Tom de Vries <tdevries@suse.de>
1694
1695 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1696 are missing.
1697
f3b0f7fe
TV
16982020-02-13 Tom de Vries <tdevries@suse.de>
1699
1700 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1701 call.
1702
f6be8713
SDJ
17032020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1704
1705 PR tui/25126
1706 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1707 * gdb.base/cached-source-file.c: New file.
1708 * gdb.base/cached-source-file.exp: New file.
1709
b2770d5e
TV
17102020-02-11 Tom de Vries <tdevries@suse.de>
1711
1712 PR testsuite/25488
1713 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1714
44f6938e
TV
17152020-02-10 Tom de Vries <tdevries@suse.de>
1716
1717 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1718
5f0e2eb7
MR
17192020-02-10 Maciej W. Rozycki <macro@wdc.com>
1720
1721 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1722 and $after_addr are both integers before making a comparison.
1723
46ce2b6f
TV
17242020-02-09 Tom de Vries <tdevries@suse.de>
1725
1726 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1727 command output and paste it into gdb.log. If any, paste catch message
1728 to gdb.log.
1729
5abbbe1d
TT
17302020-02-07 Tom Tromey <tromey@adacore.com>
1731
1732 PR breakpoints/24915:
1733 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1734
1d5d29e7
SV
17352020-02-06 Shahab Vahedi <shahab@synopsys.com>
1736
1737 * gdb.tui/tui-missing-src.exp: Add the "missing source
1738 file" test for the TUI.
1739
b0999b9b
AB
17402020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1741
1742 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1743 including a port number in the output.
1744
c3b149eb
AKS
17452020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1746
1747 * lib/fortran.exp (fortran_int4): Handle clang.
1748 (fortran_int8): Likewise.
1749 (fortran_real4): Likewise.
1750 (fortran_real8): Likewise.
1751 (fortran_complex4): Likewise.
1752 (fortran_logical4): Likewise.
1753 (fortran_character1): Likewise.
1754
f8dcc90b
TV
17552020-02-04 Tom de Vries <tdevries@suse.de>
1756
1757 * README (Race detection): Add note.
1758
f90ac7c2
TV
17592020-02-04 Tom de Vries <tdevries@suse.de>
1760
1761 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1762
780636ae
TV
17632020-02-04 Tom de Vries <tdevries@suse.de>
1764
1765 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1766
5d2e1193
RA
17672020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1768
1769 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1770 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1771 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1772 blttar, bnetarl.
1773 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1774 binary for blttar, bnetarl.
1775 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1776 wait instruction. Delete ldmx test.
1777 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1778
e409c542
AKS
17792020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1780
1781 * gdb.fortran/array-bounds-high.exp: New file.
1782 * gdb.fortran/array-bounds-high.f90: New file.
1783
b0029748
LD
17842020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1785
1786 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1787 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1788
195a8287
TV
17892020-02-01 Tom de Vries <tdevries@suse.de>
1790
1791 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1792
42330a68
AB
17932020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1794
1795 PR tui/9765
1796 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1797 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1798
b62a8028
LM
17992020-01-29 Luis Machado <luis.machado@linaro.org>
1800
1801 * gdb.arch/aarch64-brk-patterns.c: New source file.
1802 * gdb.arch/aarch64-brk-patterns.exp: New test.
1803
5f440116
TBA
18042020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1805
1806 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1807 GCC/Clang version.
1808 * gdb.cp/pass-by-ref.exp: Ditto.
1809
ee2a6fc6
TV
18102020-01-29 Tom de Vries <tdevries@suse.de>
1811
1812 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1813 * gdb.threads/watchpoint-fork-mt.c: Same.
1814 * gdb.threads/watchpoint-fork-parent.c: Same.
1815 * gdb.threads/watchpoint-fork-st.c: Same.
1816 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1817
16b10d6e
LM
18182020-01-27 Luis Machado <luis.machado@linaro.org>
1819
1820 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1821 sitting at a syscall instruction when we hit the syscall function's
1822 breakpoint.
1823 Check PC against one obtained with the x command.
1824 Validate syscall number.
1825 (step_over_syscall): Don't continue to the syscall instruction if
1826 we're already there.
1827
b1468492
PW
18282020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1829
1830 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1831
7ffa82e1
AB
18322020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1833
1834 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1835 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1836
3d92a3e3
AB
18372020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1838
1839 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1840 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1841
94a72be7
AB
18422020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1843
1844 * gdb.base/maint.exp: Update line table parsing test.
1845 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1846
53af73bf
PA
18472020-01-24 Pedro Alves <palves@redhat.com>
1848
1849 PR gdb/25410
1850 * gdb.multi/multi-re-run-1.c: New.
1851 * gdb.multi/multi-re-run-2.c: New.
1852 * gdb.multi/multi-re-run.exp: New.
1853
1ba1ac88
AB
18542020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1855
1856 PR gdb/23718
1857 * gdb.server/server-kill-python.exp: New file.
1858
f3364a6d
AB
18592020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1860
1861 * gdb.server/multi-ui-errors.c: New file.
1862 * gdb.server/multi-ui-errors.exp: New file.
1863
733d0a67
AB
18642020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1865
1866 PR tui/9765
1867 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1868
4f13c1c0
TT
18692020-01-19 Tom Tromey <tom@tromey.com>
1870
1871 * gdb.tui/main.exp: Add check for plain "file".
1872
40c94099
CB
18732020-01-16 Christian Biesinger <cbiesinger@google.com>
1874
1875 * lib/gdb.exp: Fix spelling error (seperatelly).
1876
ff47f4f0
TT
18772020-01-14 Tom Tromey <tom@tromey.com>
1878
1879 PR symtab/12535:
1880 * gdb.python/python.exp: Test decode_line with empty string
1881 argument.
1882
717c684d
BE
18832020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1884
1885 * gdb.base/skip-inline.exp: Extend test.
1886
44e4c775
AB
18872020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1888
1889 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1890 * gdb.dwarf2/dw2-bad-elf.c: New file.
1891 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1892
d93c6db7
AB
18932020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1894
1895 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1896 _line_saw_file.
1897
9a6d629c
AB
18982020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1899
1900 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1901 border.
1902
d9ebdab7
TBA
19032020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1904
1905 * gdb.multi/multi-target.exp (setup): Factor out "info
1906 connections" and "info inferiors" tests to ...
1907 (test_info_inferiors): ... this new procedure.
1908 (top level): Run new "info-inferiors" tests.
1909
f3c469b9
PA
19102020-01-10 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.server/bkpt-other-inferior.exp: New file.
1913
121b3efd
PA
19142020-01-10 Pedro Alves <palves@redhat.com>
1915
1916 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1917 of "add-inferior".
1918 * gdb.base/quit-live.exp: Likewise.
1919 * gdb.base/remote-exec-file.exp: Likewise.
1920 * gdb.guile/scm-progspace.exp: Likewise.
1921 * gdb.linespec/linespec.exp: Likewise.
1922 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1923 * gdb.mi/user-selected-context-sync.exp: Likewise.
1924 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1925 "info inferiors" tests.
1926 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1927 "add-inferior".
1928 * gdb.multi/watchpoint-multi.exp: Likewise.
1929 * gdb.python/py-inferior.exp: Likewise.
1930 * gdb.server/extended-remote-restart.exp: Likewise.
1931 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1932 "info inferiors".
1933 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1934 * gdb.trace/report.exp: Likewise.
1935
1dadb1dd
PA
19362020-01-10 Pedro Alves <palves@redhat.com>
1937
1938 * gdb.multi/multi-target.c: New file.
1939 * gdb.multi/multi-target.exp: New file.
1940 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1941 mode requested, but remote does not support non-stop".
1942
78f2c40a
PA
19432020-01-10 Pedro Alves <palves@redhat.com>
1944
1945 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1946 disconnect before reconnecting.
1947
e7af6c70
TBA
19482020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1949 Pedro Alves <palves@redhat.com>
1950
1951 * gdb.server/connect-without-multi-process.exp: Also test
1952 continuing to end.
1953
acdf84a6
PA
19542020-01-10 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.base/remote-exec-file.exp: New file.
1957
873657b9
PA
19582020-01-10 Pedro Alves <palves@redhat.com>
1959
1960 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1961 output.
1962 * gdb.threads/async.c: New.
1963 * gdb.threads/async.exp: New.
1964 * gdb.multi/tids-gid-reset.c: New.
1965 * gdb.multi/tids-gid-reset.exp: New.
1966
7f0ae84c
GB
19672020-01-10 George Barrett <bob@bob131.so>
1968
1969 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1970 to help in finding the image relocation offset.
1971 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1972 options in arguments.
1973 (stap_test_no_debuginfo): Likewise.
1974 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1975 test variants.
1976 (stap_test): Add null semaphore relocation test.
1977
47e9d49d
GB
19782020-01-10 George Barrett <bob@bob131.so>
1979
1980 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1981 * gdb.base/stap-probe.exp: Likewise.
1982 (stap_test): Pass argument as an additional flag.
1983 (stap_test_no_debuginfo): Likewise.
1984 (stap_test): Check `info probes stap' output for semaphore
1985 addresses if the test binary is supposed to have them.
1986
f5a7c406
AB
19872020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1988
1989 * gdb.tui/basic.exp: Add more scrolling tests.
1990
9ae6bf64
TT
19912020-01-09 Tom Tromey <tom@tromey.com>
1992
1993 PR tui/18932:
1994 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1995 meangingful value.
1996 (Term::command, Term::resize): Update.
1997 * gdb.tui/basic.exp: Add scrolling test.
1998
b2efe70c
AB
19992020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2000
2001 * gdb.tui/tui-layout-asm.exp: New file.
2002
3804da7e
AB
20032020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2004
2005 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2006
b40aa28f
AB
20072020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2008
2009 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2010 (Term::enter_tui): Use Term::prepare_for_tui.
2011
63ffd7c9
AB
20122020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2013
2014 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2015 called.
2016
3be966f6
AB
20172020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2018
2019 * gdb.base/skip.exp: Fix race condition in test.
2020
153d79c4
AB
20212020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2022
2023 * gdb.base/backtrace.c: New file.
2024 * gdb.base/backtrace.exp: New file.
2025
f2302a34
AB
20262020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2027
2028 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2029
6ec1d75e
PW
20302020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2031
2032 * gdb.base/style.exp: Test that warnings are styled.
2033
c296cbe6
BE
20342019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2035
2036 * gdb.base/line65535.exp: New file.
2037 * gdb.base/line65535.c: New file.
2038
b28a729d
SM
20392019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2040
2041 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2042 * lib/gnat_debug_info_test.adb: New file.
2043 * gdb.ada/ptype_tagged_param.exp: Use
2044 gnat_runtime_has_debug_info, expect a different output if
2045 runtime does not have debug info.
2046
7f2d7a0d
SM
20472019-12-20 Simon Marchi <simon.marchi@efficios.com>
2048
2049 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2050 (another) quote in test name.
2051
f3bce483
SM
20522019-12-20 Simon Marchi <simon.marchi@efficios.com>
2053
2054 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2055 Add quote in test name.
2056
c855a912
TBA
20572019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2058
2059 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2060 directory instead.
2061 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2062 * gdb.cp/pass-by-ref-2.cc: New file.
2063 * gdb.cp/pass-by-ref-2.exp: New file.
2064
fc9d2d72
TT
20652019-12-20 Tom Tromey <tom@tromey.com>
2066
2067 * gdb.tui/list-before.exp: New file.
2068
77b97e00
TT
20692019-12-20 Tom Tromey <tom@tromey.com>
2070
2071 * gdb.tui/list.exp: Check for source on initial listing.
2072
f69656d0
TT
20732019-12-11 Tom Tromey <tromey@adacore.com>
2074
2075 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2076 Add crlf test.
2077
99a55965
SM
20782019-12-18 Simon Marchi <simon.marchi@efficios.com>
2079
2080 * gdb.base/default.exp: Update value of $_gdb_major.
2081
5024637f
BE
20822019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2083
2084 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2085
b63634be
BE
20862019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2087
2088 * gdb.base/skip.exp: Whitespace fix.
2089
45d73523
BE
20902019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2091
2092 * gdb.base/skip-inline.c: New file.
2093 * gdb.base/skip-inline.exp: New file.
2094
d043f8c8
SM
20952019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2096
2097 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2098 jit_function_00 to jit_function_stack_mangle.
2099 * gdb.base/jithost.c (jit_function_t): Rename to...
2100 (jit_function_stack_mangle_t): ... this.
2101 (jit_function_add_t): New typedef.
2102 (jit_function_00_code): Rename to...
2103 (jit_function_stack_mangle_code): ... this, make static.
2104 (jit_function_add_code): New.
2105 (main): Generate "add" function and call it. Adjust to changes
2106 in jithost_abi.
2107 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2108 (struct jithost_abi) <begin, end>: Remove fields.
2109 <object, function_stack_mangle, function_add>: New fields.
2110 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2111 code_end>: Remove fields.
2112 <func_stack_mangle>: New field.
2113 (read_debug_info): Adjust to renaming, create block for "add"
2114 function.
2115 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2116
873de05c
TT
21172019-12-11 Tom Tromey <tom@tromey.com>
2118
2119 * gdb.tui/resize.exp: Fix regexp.
2120 * gdb.tui/regs.exp: Fix regexps.
2121 * gdb.tui/main.exp: Fix regexp.
2122
3d979945
TT
21232019-12-11 Tom Tromey <tom@tromey.com>
2124
2125 * gdb.tui/resize.exp: Update.
2126 * gdb.tui/empty.exp (layouts): Update.
2127
2192a9d3
TT
21282019-12-11 Tom Tromey <tom@tromey.com>
2129
2130 * gdb.tui/regs.exp: Update.
2131 * gdb.tui/empty.exp (layouts): Update.
2132 * gdb.tui/basic.exp: Update.
2133 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2134
d8edc8b7
PW
21352019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2136
2137 * gdb.base/options.exp: Add -raw-values in the print completion list.
2138 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2139
4c12d936
KB
21402019-12-10 Kevin Buettner <kevinb@redhat.com>
2141
2142 * gdb.threads/omp-par-scope.c: New file.
2143 * gdb/threads/omp-par-scope.exp: New file.
2144
26b911fb
KB
21452019-12-10 Kevin Buettner <kevinb@redhat.com>
2146
bb47f919
KB
2147 * lib/gdb.exp (support_nested_function_tests): New proc.
2148
21492019-12-10 Kevin Buettner <kevinb@redhat.com>
2150
2151 * lib/gdb.exp (gdb_compile_openmp): New proc.
2152 (build_executable_from_specs): Add an "openmp" option.
2153 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2154
6c71eb7d
TT
21552019-12-10 Tom Tromey <tromey@adacore.com>
2156
2157 * gdb.ada/unchecked_union.exp: New file.
2158 * gdb.ada/unchecked_union/pck.adb: New file.
2159 * gdb.ada/unchecked_union/pck.ads: New file.
2160 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2161 * gdb-utils.exp (string_to_regexp): Also quote "?".
2162
bac7c5cf
GB
21632019-12-10 George Barrett <bob@bob131.so>
2164
2165 Test scripted probe breakpoints.
2166 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2167 * gdb.python/py-breakpoint.c (main): Likewise.
2168 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2169 specifier test.
2170 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2171
330f1d38
TBA
21722019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2173
2174 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2175 an rvalue parameter.
2176 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2177 parameter.
2178
b43315e2
AB
21792019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2180
2181 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2182 modules.
2183
54f73dad
AB
21842019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2185
2186 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2187 broken version of GCC.
2188
d57cbee9
AB
21892019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2190
2191 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2192 sym-info-cmds library.
2193 * gdb.fortran/info-types.exp: Likewise.
2194 * lib/sym-info-cmds.exp: New file.
2195
c14aab8c
TV
21962019-12-08 Tom de Vries <tdevries@suse.de>
2197
2198 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2199
aa2d5a42
KS
22002019-12-07 Keith Seitz <keiths@redhat.com>
2201
2202 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2203 * gdb.base/corefile-buildid-shlib.c: New file.
2204 * gdb.base/corefile-buildid.c: New file.
2205 * gdb.base/corefile-buildid.exp: New file.
2206
93e55f0a
TV
22072019-12-06 Tom de Vries <tdevries@suse.de>
2208
2209 * gdb.dwarf2/varval.exp: Add decl before def test.
2210
c7d12402
TBA
22112019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2212
2213 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2214
06acc08f
TBA
22152019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2216
2217 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2218 CV and reference conversion for overload resolution.
2219 * gdb.cp/rvalue-ref-overload.exp: Test it.
2220
e0fad1ea
PW
22212019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2222
2223 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2224 * gdb.base/frameapply.exp: Test faas without command.
2225
8d70a9f0
AB
22262019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2227
2228 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2229 Fortran tests.
2230 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2231 order.
2232
36c8fb93
AB
22332019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2234
2235 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2236 casting to type with no kind specified.
2237 (test_basic_parsing_of_type_kinds): Additional tests for types
2238 with no kind specified, and add tests for single/double
2239 precision/complex types.
2240
4139ff00
TT
22412019-12-04 Tom Tromey <tromey@adacore.com>
2242
2243 * gdb.base/endianity.c (struct other) <x>: New field.
2244 (main): Initialize it.
2245 * gdb.base/endianity.exp: Update.
2246
a05cf17a
TT
22472019-12-04 Tom Tromey <tromey@adacore.com>
2248
2249 * gdb.ada/scalar_storage/storage.adb: New file.
2250 * gdb.ada/scalar_storage/pck.adb: New file.
2251 * gdb.ada/scalar_storage/pck.ads: New file.
2252 * gdb.ada/scalar_storage.exp: New file.
2253
103a685e
TT
22542019-12-04 Tom Tromey <tromey@adacore.com>
2255
2256 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2257 (main): Initialize it.
2258 * gdb.base/endianity.exp: Update.
2259
c2512106
AB
22602019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2261
2262 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2263
293b38d6
AB
22642019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2265
2266 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2267 -symbol-info-module-functions and -symbol-info-module-variables.
2268
216a7e6b
AB
22692019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2270
2271 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2272
5bbd8269
AB
22732019-12-01 Richard Bunt <richard.bunt@arm.com>
2274 Andrew Burgess <andrew.burgess@embecosm.com>
2275
2276 * gdb.fortran/derived-type-striding.exp: New file.
2277 * gdb.fortran/derived-type-striding.f90: New file.
2278 * gdb.fortran/array-slices.exp: New file.
2279 * gdb.fortran/array-slices.f90: New file.
2280
be09caf1
PW
22812019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2282
2283 * gdb.base/define.exp: Test . in command names.
2284 * gdb.base/setshow.exp: Update test, as . is now part of
2285 command name.
2286
643c0cbe
PW
22872019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2288
2289 * gdb.base/define-prefix.exp: New file.
2290
dcdec678
AB
22912019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2292
2293 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2294 compile.
2295 (skip_btrace_pt_tests): Likewise.
2296
640ab947
AB
22972019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2298
2299 * gdb.fortran/info-modules.exp: Compile source files in correct
2300 order.
2301
d22670f0
KB
23022019-11-27 Kevin Buettner <kevinb@redhat.com>
2303
2304 * gdb.dwarf2/imported-unit.exp: New file.
2305 * gdb.dwarf2/imported-unit.c: New file.
2306
db5960b4
AB
23072019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2308
2309 * gdb.mi/mi-fortran-modules-2.f90: New file.
2310 * gdb.mi/mi-fortran-modules.exp: New file.
2311 * gdb.mi/mi-fortran-modules.f90: New file.
2312
7dc42066
AB
23132019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2314
2315 * gdb.mi/mi-sym-info-1.c: New file.
2316 * gdb.mi/mi-sym-info-2.c: New file.
2317 * gdb.mi/mi-sym-info.exp: New file.
2318
0dfeecca
TT
23192019-11-22 Tom Tromey <tromey@adacore.com>
2320
2321 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2322 * gdb.ada/tasks/foo.adb: Add another stopping location.
2323
34877895
PJ
23242019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2325
2326 * gdb.base/endianity.c: New test.
2327 * gdb.base/endianity.exp: New file.
2328
2e84f897
LD
23292019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2330
2331 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2332
65d1cd5f
TV
23332019-11-21 Tom de Vries <tdevries@suse.de>
2334
2335 PR gdb/24956
2336 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2337
4f22c3f4
SDJ
23382019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2339
2340 * gdb.python/py-progspace.exp: Add missing parentheses on some
2341 'print' commands.
2342
9f6ad286
TT
23432019-11-19 Tom Tromey <tom@tromey.com>
2344
2345 * gdb.tui/winheight.exp: New file.
2346
0b8dbf3f
AB
23472019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2348
2349 * gdb.base/ctf-whatis.c: Delete.
2350 * gdb.base/ctf-whatis.exp: Delete.
2351 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2352
f833b7a7
AB
23532019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2354
2355 * gdb.base/ctf-cvexpr.exp: Delete.
2356 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2357
30d0a636
AB
23582019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2359
2360 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2361 the compiler. Clean up header comment a little.
2362 * gdb.base/ctf-ptype.exp: Likewise.
2363 * gdb.base/ctf-whatis.exp: Likewise.
2364 * lib/gdb.exp (skip_ctf_tests): New proc.
2365
494409bb
SDJ
23662019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2367
2368 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2369 * gdb.tui/corefile-run.exp: New file.
2370
55708e99
TT
23712019-11-14 Tom Tromey <tromey@adacore.com>
2372
2373 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2374 regression tests.
2375
45e42163
TT
23762019-11-12 Tom Tromey <tom@tromey.com>
2377
2378 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2379 after any command. Expect prompt after WAIT_FOR is seen.
2380 (enter_tui): Enable resize messages.
2381 (command): Expect command in output.
2382 (get_line): Avoid error when cursor appears to be off-screen.
2383 (dump_screen): Include screen size in title.
2384 (_do_resize): New proc, from "resize".
2385 (resize): Rewrite. Do resize in two steps.
2386 * gdb.tui/empty.exp (layouts): Fix entries.
2387 (check_boxes): Remove xfail.
2388 (check_text): Dump screen on failure.
2389
086baaf1
AB
23902019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2391
2392 * gdb.python/py-symbol.exp: Add test for
2393 gdb.lookup_static_symbols.
2394
09ff83af
AB
23952019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * gdb.python/py-symbol.c: Declare and call function from new
2398 py-symbol-2.c file.
2399 * gdb.python/py-symbol.exp: Compile both source files, and add new
2400 tests for gdb.lookup_static_symbol.
2401 * gdb.python/py-symbol-2.c: New file.
2402
11af934b
TV
24032019-11-02 Tom de Vries <tdevries@suse.de>
2404
2405 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2406 * gdb.base/anon.exp: Same.
2407 * gdb.base/auto-connect-native-target.exp: Same.
2408 * gdb.base/call-ar-st.exp: Same.
2409 * gdb.base/catch-syscall.exp: Same.
2410 * gdb.base/commands.exp: Same.
2411 * gdb.base/default.exp: Same.
2412 * gdb.base/display.exp: Same.
2413 * gdb.base/float.exp: Same.
2414 * gdb.base/foll-fork.exp: Same.
2415 * gdb.base/help.exp: Same.
2416 * gdb.base/info-macros.exp: Same.
2417 * gdb.base/info-proc.exp: Same.
2418 * gdb.base/info-target.exp: Same.
2419 * gdb.base/long_long.exp: Same.
2420 * gdb.base/macscp.exp: Same.
2421 * gdb.base/memattr.exp: Same.
2422 * gdb.base/nofield.exp: Same.
2423 * gdb.base/pointers.exp: Same.
2424 * gdb.base/printcmds.exp: Same.
2425 * gdb.base/ptype.exp: Same.
2426 * gdb.base/restore.exp: Same.
2427 * gdb.base/return.exp: Same.
2428 * gdb.base/scope.exp: Same.
2429 * gdb.base/set-noassign.exp: Same.
2430 * gdb.base/setshow.exp: Same.
2431 * gdb.base/shlib-call.exp: Same.
2432 * gdb.base/signals.exp: Same.
2433 * gdb.base/sigstep.exp: Same.
2434 * gdb.base/skip.exp: Same.
2435 * gdb.base/solib-symbol.exp: Same.
2436 * gdb.base/stap-probe.exp: Same.
2437 * gdb.base/step-line.exp: Same.
2438 * gdb.base/step-test.exp: Same.
2439 * gdb.base/style.exp: Same.
2440 * gdb.base/varargs.exp: Same.
2441 * gdb.base/vla-datatypes.exp: Same.
2442 * gdb.base/vla-ptr.exp: Same.
2443 * gdb.base/vla-sideeffect.exp: Same.
2444 * gdb.base/volatile.exp: Same.
2445 * gdb.base/watch-cond-infcall.exp: Same.
2446 * gdb.base/watchpoint.exp: Same.
2447
e96ec2ba
TV
24482019-11-02 Tom de Vries <tdevries@suse.de>
2449
2450 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2451 * gdb.cp/cpexprs.exp: Same.
2452 * gdb.cp/except-multi-location.exp: Same.
2453 * gdb.cp/exceptprint.exp: Same.
2454 * gdb.cp/gdb2384.exp: Same.
2455 * gdb.cp/inherit.exp: Same.
2456 * gdb.cp/m-static.exp: Same.
2457 * gdb.cp/meth-typedefs.exp: Same.
2458 * gdb.cp/misc.exp: Same.
2459 * gdb.cp/namespace.exp: Same.
2460 * gdb.cp/non-trivial-retval.exp: Same.
2461 * gdb.cp/overload.exp: Same.
2462 * gdb.cp/pr17132.exp: Same.
2463 * gdb.cp/re-set-overloaded.exp: Same.
2464 * gdb.cp/rvalue-ref-types.exp: Same.
2465 * gdb.cp/templates.exp: Same.
2466
bd5766ec
LM
24672019-11-01 Luis Machado <luis.machado@linaro.org>
2468
2469 PR gdb/25124
2470
2471 * gdb.arch/pr25124.S: New file.
2472 * gdb.arch/pr25124.exp: New file.
2473
165f8965
AB
24742019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2475
2476 * gdb.fortran/info-modules.exp: Update expected results, and add
2477 additional tests for 'info module functinos', and 'info module
2478 variables'.
2479 * gdb.fortran/info-types.exp: Update expected results.
2480 * gdb.fortran/info-types.f90: Extend testcase with additional
2481 module variables and functions.
2482
59c35742
AB
24832019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2484
2485 * gdb.fortran/info-modules.exp: New file.
2486 * gdb.fortran/info-types.exp: Build with new file.
2487 * gdb.fortran/info-types.f90: Include and use new module.
2488 * gdb.fortran/info-types-2.f90: New file.
2489
f3fb2519
PW
24902019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2491
2492 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2493 * gdb.base/settings.exp: Test all settings types using
2494 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2495 that now verifies that the value of "maint show" is the same as
2496 returned by the settings functions. Test the type of the
2497 maintenance settings.
2498 * gdb.base/default.exp: Update show_conv_list.
2499
d1e36019
TV
25002019-10-31 Tom de Vries <tdevries@suse.de>
2501
2502 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2503 gdb_test.
2504 * gdb.arch/amd64-disp-step.exp: Same.
2505 * gdb.asm/asm-source.exp: Same.
2506 * gdb.btrace/buffer-size.exp: Same.
2507 * gdb.btrace/cpu.exp: Same.
2508 * gdb.btrace/enable.exp: Same.
2509 * gdb.dwarf2/count.exp: Same.
2510 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2511 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2512 * gdb.fortran/vla-datatypes.exp: Same.
2513 * gdb.fortran/vla-history.exp: Same.
2514 * gdb.fortran/vla-ptype.exp: Same.
2515 * gdb.fortran/vla-value.exp: Same.
2516 * gdb.fortran/whatis_type.exp: Same.
2517 * gdb.guile/guile.exp: Same.
2518 * gdb.multi/tids.exp: Same.
2519 * gdb.python/py-finish-breakpoint.exp: Same.
2520 * gdb.python/py-framefilter.exp: Same.
2521 * gdb.python/py-pp-registration.exp: Same.
2522 * gdb.python/py-xmethods.exp: Same.
2523 * gdb.python/python.exp: Same.
2524 * gdb.server/connect-with-no-symbol-file.exp: Same.
2525 * gdb.server/no-thread-db.exp: Same.
2526 * gdb.server/run-without-local-binary.exp: Same.
2527 * gdb.stabs/weird.exp: Same.
2528 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2529 * gdb.threads/thread-find.exp: Same.
2530 * gdb.threads/tls-shared.exp: Same.
2531 * gdb.threads/tls.exp: Same.
2532 * gdb.threads/wp-replication.exp: Same.
2533 * gdb.trace/ax.exp: Same.
2534 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2535
3d11e68e
TV
25362019-10-31 Tom de Vries <tdevries@suse.de>
2537
2538 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2539 * gdb.ada/array_subscript_addr.exp: Same.
2540 * gdb.ada/arrayidx.exp: Same.
2541 * gdb.ada/arrayparam.exp: Same.
2542 * gdb.ada/arrayptr.exp: Same.
2543 * gdb.ada/boolean_expr.exp: Same.
2544 * gdb.ada/call_pn.exp: Same.
2545 * gdb.ada/complete.exp: Same.
2546 * gdb.ada/fixed_cmp.exp: Same.
2547 * gdb.ada/fun_addr.exp: Same.
2548 * gdb.ada/funcall_param.exp: Same.
2549 * gdb.ada/interface.exp: Same.
2550 * gdb.ada/mod_from_name.exp: Same.
2551 * gdb.ada/null_array.exp: Same.
2552 * gdb.ada/packed_array.exp: Same.
2553 * gdb.ada/packed_tagged.exp: Same.
2554 * gdb.ada/print_chars.exp: Same.
2555 * gdb.ada/print_pc.exp: Same.
2556 * gdb.ada/ptype_arith_binop.exp: Same.
2557 * gdb.ada/ptype_field.exp: Same.
2558 * gdb.ada/ptype_tagged_param.exp: Same.
2559 * gdb.ada/rec_return.exp: Same.
2560 * gdb.ada/ref_tick_size.exp: Same.
2561 * gdb.ada/str_ref_cmp.exp: Same.
2562 * gdb.ada/taft_type.exp: Same.
2563 * gdb.ada/tagged.exp: Same.
2564 * gdb.ada/type_coercion.exp: Same.
2565 * gdb.ada/uninitialized_vars.exp: Same.
2566
60b6ede8
TV
25672019-10-30 Tom de Vries <tdevries@suse.de>
2568
2569 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2570
30baf67b
TV
25712019-10-26 Tom de Vries <tdevries@suse.de>
2572
2573 * gdb.base/bigcore.c: Fix typos in comments.
2574 * gdb.base/ctf-ptype.c: Same.
2575 * gdb.base/long_long.c: Same.
2576 * gdb.dwarf2/dw2-op-out-param.S: Same.
2577 * gdb.python/py-evthreads.c: Same.
2578 * gdb.reverse/i387-stack-reverse.c: Same.
2579 * gdb.trace/tfile.c: Same.
2580 * lib/compiler.c: Same.
2581 * lib/compiler.cc: Same.
2582
158da0d1
TV
25832019-10-25 Tom de Vries <tdevries@suse.de>
2584
2585 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2586 gdb_test_multiple calls.
2587 * gdb.reverse/sigall-reverse.exp: Same.
2588 * gdb.reverse/solib-precsave.exp: Same.
2589 * gdb.reverse/solib-reverse.exp: Same.
2590 * gdb.reverse/until-precsave.exp: Same.
2591 * gdb.reverse/until-reverse.exp: Same.
2592
4ccdfbec
TV
25932019-10-24 Tom de Vries <tdevries@suse.de>
2594
2595 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2596 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2597 kfail using -wrap pattern flag and convenience variable
2598 gdb_test_name.
2599
33d569b7
AB
26002019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2601
2602 * gdb.python/py-progspace.exp: Add tests for the
2603 Progspace.block_for_pc method.
2604
4d0b984b
TT
26052019-10-23 Tom Tromey <tom@tromey.com>
2606
2607 * configure: Rebuild.
2608 * aclocal.m4: Use m4_include, not sinclude.
2609
94cb3754
TV
26102019-10-21 Tom de Vries <tdevries@suse.de>
2611
2612 * gdb.base/infcall-nested-structs.c: Add
2613 __attribute__((noinline,noclone)) to all functions.
2614 (call_all): Add missing variable initialization. Simplify return value.
2615 (breakpt): Increment volatile variable, to prevent call from being
2616 optimized out.
2617 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2618
062f1fc1
TV
26192019-10-17 Tom de Vries <tdevries@suse.de>
2620
2621 * gdb.fortran/module.exp: Allow info variables to print info for files
2622 other than module.f90.
2623
0b54364d
AB
26242019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2625
2626 * gdb.fortran/module.exp: Extend with 'info variables' test.
2627
7ff5fae7
AB
26282019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2629
2630 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2631 F77_FOR_TARGET.
2632
d10eccaa
TV
26332019-10-16 Tom de Vries <tdevries@suse.de>
2634
2635 PR tdep/25096
2636 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2637
745ff14e
TV
26382019-10-16 Tom de Vries <tdevries@suse.de>
2639
2640 PR tdep/24104
2641 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2642 Add KFAIL for PR tdep/25096.
2643
03e1ab94
TV
26442019-10-16 Tom de Vries <tdevries@suse.de>
2645
2646 PR testsuite/25059
2647 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2648
b17fcc10
TV
26492019-10-16 Tom de Vries <tdevries@suse.de>
2650
2651 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2652 as signed.
2653
9223170f
SM
26542019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2655
2656 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2657 one instead of increasing timeout.
2658
d6e76313
TV
26592019-10-13 Tom de Vries <tdevries@suse.de>
2660
2661 PR record/25038
2662 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2663 * gdb.reverse/sigall-reverse.exp: Same.
2664 * gdb.reverse/solib-precsave.exp: Same.
2665 * gdb.reverse/solib-reverse.exp: Same.
2666 * gdb.reverse/step-precsave.exp: Same.
2667 * gdb.reverse/until-precsave.exp: Same.
2668 * gdb.reverse/until-reverse.exp: Same.
2669 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2670
6dfc0041
AA
26712019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2672
2673 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2674 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2675 (cmp_struct_05_01, cmp_struct_static_02_01)
2676 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2677 comparisons.
2678
abcf2cc8
TV
26792019-10-10 Tom de Vries <tdevries@suse.de>
2680
2681 PR testsuite/24888
2682 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2683 gnatlink.
2684
a50faaf6
TV
26852019-10-09 Tom de Vries <tdevries@suse.de>
2686
2687 PR testsuite/25048
2688 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2689
60ff3cd7
AB
26902019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2691
2692 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2693 exceptions due to missing debug information.
2694
dfee8566
TV
26952019-10-07 Tom de Vries <tdevries@suse.de>
2696
2697 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2698
3d63690a
AB
26992019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2700
2701 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2702 * gdb.base/annota1.exp: Update to use gdb_test_name.
2703
30d1f018
WP
27042019-10-07 Weimin Pan <weimin.pan@oracle.com>
2705
2706 * gdb.base/ctf-whatis.exp: New file.
2707 * gdb.base/ctf-whatis.c: New file.
2708 * gdb.base/ctf-ptype.exp: New file.
2709 * gdb.base/ctf-ptype.c: New file.
2710 * gdb.base/ctf-constvars.exp: New file.
2711 * gdb.base/ctf-constvars.c: New file.
2712 * gdb.base/ctf-cvexpr.exp: New file.
2713
4dbbb47c
TV
27142019-10-04 Tom de Vries <tdevries@suse.de>
2715
2716 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2717 for loop.
2718
77c2dba3
TT
27192019-10-03 Tom Tromey <tom@tromey.com>
2720
2721 PR rust/24976:
2722 * gdb.rust/simple.rs (Union2): New type.
2723 (main): Use Union2.
2724 * gdb.rust/simple.exp: Add test.
2725
179aed7f
AB
27262019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2727
2728 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2729 nested function prefix.
2730
0a4b0913
AB
27312019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2732 Richard Bunt <richard.bunt@arm.com>
2733 Andrew Burgess <andrew.burgess@embecosm.com>
2734
2735 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2736 nested functions.
2737 * gdb.fortran/nested-funcs.f90: Update expected results.
2738 * gdb.fortran/nested-funcs-2.exp: New file.
2739 * gdb.fortran/nested-funcs-2.f90: New file.
2740
082cce05
AB
27412019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2742
2743 * gdb.python/py-parameter.exp: Make test names unique.
2744 * gdb.python/py-template.exp: Likewise.
2745 * gdb.python/py-value.exp: Likewise.
2746
2b74ba5a
AB
27472019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2748
2749 * gdb.base/break-interp.exp: Reduce test name duplication.
2750 * gdb.base/call-sc.exp: Likewise.
2751 * gdb.base/callfuncs.exp: Likewise.
2752 * gdb.base/charset.exp: Likewise.
2753 * gdb.base/dump.exp: Likewise.
2754 * gdb.base/ena-dis-br.exp: Likewise.
2755 * gdb.base/relational.exp: Likewise.
2756 * gdb.base/step-over-syscall.exp: Likewise.
2757 * gdb.base/structs.exp: Likewise.
2758
58eb20d5
AB
27592019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2760
2761 * gdb.linespec/explicit.exp: Make test names unique.
2762 * gdb.linespec/ls-errs.exp: Likewise.
2763
4d421147
AB
27642019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2765
2766 * gdb.reverse/break-precsave.exp: Make test names unique.
2767 * gdb.reverse/break-reverse.exp: Likewise.
2768 * gdb.reverse/finish-precsave.exp: Likewise.
2769 * gdb.reverse/finish-reverse.exp: Likewise.
2770 * gdb.reverse/machinestate-precsave.exp: Likewise.
2771 * gdb.reverse/machinestate.exp: Likewise.
2772 * gdb.reverse/readv-reverse.exp: Likewise.
2773 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2774 * gdb.reverse/sigall-precsave.exp: Likewise.
2775 * gdb.reverse/sigall-reverse.exp: Likewise.
2776 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2777 * gdb.reverse/watch-precsave.exp: Likewise.
2778 * gdb.reverse/watch-reverse.exp: Likewise.
2779
d8c06f22
AB
27802019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2781
2782 * gdb.threads/stop-with-handle.c: New file.
2783 * gdb.threads/stop-with-handle.exp: New file.
2784
3a56ed86
TV
27852019-10-03 Tom de Vries <tdevries@suse.de>
2786
2787 PR testsuite/25059
2788 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2789 directory" line to be missing.
2790
42275044
TV
27912019-10-03 Tom de Vries <tdevries@suse.de>
2792
2793 PR testsuite/25059
2794 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2795 type optional.
2796
9ef62df0
AA
27972019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2798
2799 * gdb.python/py-format-string.c (string.h): New include.
2800 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2801 the same value, for endianness-independence.
2802 * gdb.python/py-format-string.exp (default_regexp_dict)
2803 (test_pretty_structs, test_format): Adjust expected output to the
2804 changed initialization.
2805
37f6a7f4
TT
28062019-10-02 Tom Tromey <tromey@adacore.com>
2807
2808 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2809
1d58d6a2
PA
28102019-10-02 Pedro Alves <palves@redhat.com>
2811 Andrew Burgess <andrew.burgess@embecosm.com>
2812
2813 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2814 "print-file-var.h".
2815 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2816 (get_version_1): Print this_version_id and its address.
2817 Add extern "C" wrappers around interface functions.
2818 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2819 "print-file-var.h".
2820 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2821 (get_version_2): Print this_version_id and its address.
2822 Add extern "C" wrappers around interface functions.
2823 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2824 <stddef.h> and "print-file-var.h".
2825 Add extern "C" wrappers around interface functions.
2826 [VERSION_ID_MAIN] (this_version_id): Define.
2827 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2828 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2829 up extern "C" blocks.
2830 * gdb.base/print-file-var.exp (test): New, factored out from top
2831 level.
2832 (top level): Test all combinations of attribute hidden or not,
2833 dlopen or not, and this_version_id symbol in main file or not.
2834 Compile tests as both C++ and C, make test names unique.
2835
d770d56f
TT
28362019-10-01 Tom Tromey <tom@tromey.com>
2837
2838 * gdb.base/style.exp: Test "show logging filename".
2839
7f6aba03
TT
28402019-10-01 Tom Tromey <tom@tromey.com>
2841
2842 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2843 * gdb.base/style.exp: Add metadata style test.
2844
14309bb6
TT
28452019-10-01 Tom Tromey <tom@tromey.com>
2846
2847 * gdb.base/style.exp: Test "pwd".
2848
2a3c1174
PA
28492019-10-01 Tom Tromey <tom@tromey.com>
2850
2851 * gdb.base/style.exp: Update tests.
2852
53d666ec
AA
28532019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2854
2855 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2856 'six' to unsigned.
2857 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2858 'five'. Use an all-ones bit pattern for each.
2859 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2860 to its changed values.
2861
4a56a520
TT
28622019-09-30 Tom Tromey <tromey@adacore.com>
2863
2864 * gdb.rust/traits.rs: Disable all warnings.
2865
0df0352a
TV
28662019-09-29 Tom de Vries <tdevries@suse.de>
2867
aac66a4c 2868 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 2869
73d9a918
TV
28702019-09-29 Tom de Vries <tdevries@suse.de>
2871
2872 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2873
060b3ab4
TV
28742019-09-27 Tom de Vries <tdevries@suse.de>
2875
2876 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2877
68f7d34d
TV
28782019-09-27 Tom de Vries <tdevries@suse.de>
2879
2880 PR record/23188
2881 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2882
5d63b30a
TT
28832019-09-26 Tom Tromey <tromey@adacore.com>
2884
2885 * gdb.ada/py_taft.exp: New file.
2886 * gdb.ada/py_taft/main.adb: New file.
2887 * gdb.ada/py_taft/pkg.adb: New file.
2888 * gdb.ada/py_taft/pkg.ads: New file.
2889
3d435220
TV
28902019-09-24 Tom de Vries <tdevries@suse.de>
2891
2892 PR gdb/24598
2893 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2894
77d03678
TV
28952019-09-22 Tom de Vries <tdevries@suse.de>
2896
2897 * gdb.base/restore.exp: Allow register variables to be optimized out at
2898 -O0.
2899
abf516c6
UW
29002019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2901
2902 * gdb.arch/spu-info.exp: Remove file.
2903 * gdb.arch/spu-info.c: Remove file.
2904 * gdb.arch/spu-ls.exp: Remove file.
2905 * gdb.arch/spu-ls.c: Remove file.
2906
2907 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2908 * gdb.asm/spu.inc: Remove file.
2909
2910 * gdb.base/dump.exp: Remove support for spu*-*-*.
2911 * gdb.base/stack-checking.exp: Likewise.
2912 * gdb.base/overlays.exp: Likewise.
2913 * gdb.base/ovlymgr.c: Likewise.
2914 * gdb.base/spu.ld: Remove file.
2915
2916 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2917 * gdb.cp/cpexprs.exp: Likewise.
2918 * gdb.cp/exception.exp: Likewise.
2919 * gdb.cp/gdb2495.exp: Likewise.
2920 * gdb.cp/mb-templates.exp: Likewise.
2921 * gdb.cp/pr9167.exp: Likewise.
2922 * gdb.cp/userdef.exp: Likewise.
2923
2924 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2925
2926 * gdb.cell: Remove directory.
2927 * lib/cell.exp: Remove file.
2928
e452e88f
TV
29292019-09-19 Tom de Vries <tdevries@suse.de>
2930
2931 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2932
8a625130
TV
29332019-09-19 Tom de Vries <tdevries@suse.de>
2934
2935 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2936
81dc3ab5
TV
29372019-09-19 Tom de Vries <tdevries@suse.de>
2938
2939 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2940 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2941 (gdb_target_cmd): ... here.
2942 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2943 value 2.
2944
b078f3ac
AB
29452019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2946
2947 * gdb.base/source-dir.exp: Avoid having directory names in test
2948 names.
2949
f1b620e9
MG
29502019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2951
2952 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2953 directory.
2954
67f3ed6a
AB
29552019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2956
2957 * gdb.base/list-missing-source.exp: New file.
2958
d1b70248
TV
29592019-09-14 Tom de Vries <tdevries@suse.de>
2960
2961 PR teststuite/24599
2962 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2963 * lib/ada.exp (gnatmake_version_at_least): New proc.
2964
5fabdcd6
AB
29652019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2966
2967 * gdb.base/maint.exp: Use exec_has_index_section.
2968
aa17805f
AB
29692019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2970
2971 * gdb.base/maint.exp: Add test for 'maint info sections'.
2972
25e5c209
TV
29732019-09-12 Tom de Vries <tdevries@suse.de>
2974
2975 * gdb.base/store.exp: Allow register variables to be optimized out at
2976 -O0.
2977
4993045d
PW
29782019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2979
2980 * gdb.ada/rdv_wait.exp: Update to new task names.
2981 * gdb.base/task_switch_in_core.exp: Likewise.
2982 * gdb.base/info_sources_base.c: Likewise.
2983
8a516164
TT
29842019-09-10 Tom Tromey <tromey@adacore.com>
2985
2986 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2987
aa391654
TT
29882019-09-10 Tom Tromey <tromey@adacore.com>
2989
2990 * gdb.ada/dgopt.exp: New file.
2991 * gdb.ada/dgopt/x.adb: New file.
2992
8634b462
TT
29932019-09-08 Tom Tromey <tom@tromey.com>
2994
2995 * gdb.tui/resize.exp: Remove setup_xfail.
2996 * gdb.tui/regs.exp: Remove setup_xfail.
2997 * gdb.tui/basic.exp: Remove setup_xfail.
2998
736b0f76
DB
29992019-09-06 David Blaikie <dblaikie@gmail.com>
3000
3001 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3002 * gdb.cp/cplabel.exp: Ditto.
3003 * gdb.linespec/ls-errs.exp: Ditto.
3004
30331a6c
TV
30052019-09-05 Tom de Vries <tdevries@suse.de>
3006
3007 * lib/gdb.exp (cmp_file_string): New proc.
3008 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3009 runto_main. Verify save breakpoints output.
3010
98b0ebab
PW
30112019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3012
3013 * gdb.base/info-var.exp: Test info variables without running
3014 to main, to avoid expect's buffer overflow.
3015
4e962e74
TT
30162019-09-03 Tom Tromey <tromey@adacore.com>
3017
3018 * gdb.ada/bias.exp: New file.
3019 * gdb.ada/bias/bias.adb: New file.
3020 * gdb.ada/print_chars.exp: Add regression test.
3021 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3022 (MC): New variable.
3023
2ea1a07a
SL
30242019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3025
3026 * gdb.base/argv0-symlink.exp: Run only on native target
3027 and local host.
3028
8077c50d
TV
30292019-08-29 Tom de Vries <tdevries@suse.de>
3030
3031 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3032 diverse debug info.
3033 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3034
48352473
TV
30352019-08-28 Tom de Vries <tdevries@suse.de>
3036
3037 * gdb.base/info-var.exp: Allow info variables to print info for files
3038 other than info-var-f1.c and info-var-f2.c.
3039
d8f27c60
AB
30402019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3041
3042 * gdb.fortran/info-types.exp: Add module.
3043 * gdb.fortran/info-types.f90: Update expected results.
3044
1f20c35e
AB
30452019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3046
3047 * gdb.fortran/info-types.exp: New file.
3048 * gdb.fortran/info-types.f90: New file.
3049 * lib/fortran.exp (fortran_character1): New proc.
3050
4acfdd20
AB
30512019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3052
3053 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3054 functions'. Reindent as needed.
3055 * gdb.base/info-var-f1.c: New file.
3056 * gdb.base/info-var-f2.c: New file.
3057 * gdb.base/info-var.exp: New file.
3058 * gdb.base/info-var.h: New file.
3059
5c31b358
TV
30602019-08-26 Tom de Vries <tdevries@suse.de>
3061
3062 PR c++/24852
3063 * gdb.cp/no-libstdcxx-probe.exp: New test.
3064
b694989f
TV
30652019-08-26 Tom de Vries <tdevries@suse.de>
3066
3067 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3068 * tests need to be skipped.
3069 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3070 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3071 mi_skip_libstdcxx_probe_tests.
3072
d9c4ba53
SDJ
30732019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3074
3075 * gdb.python/py-xmethods.exp: Use raw strings when passing
3076 arguments to SimpleXMethodMatcher.
3077
395fad09
TV
30782019-08-22 Tom de Vries <tdevries@suse.de>
3079
3080 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3081 more informative.
3082
26c957f1
PA
30832019-08-21 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.base/with.exp: Test "with" with no arguments.
3086
61f80d5d
TV
30872019-08-21 Tom de Vries <tdevries@suse.de>
3088
3089 * gdb.base/gdb-caching-proc.exp: Sort files.
3090
d7a11d13
TV
30912019-08-20 Tom de Vries <tdevries@suse.de>
3092
3093 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3094 compilation.
3095
34dafe9f
TV
30962019-08-16 Tom de Vries <tdevries@suse.de>
3097
3098 * gdb.base/compare-sections.exp ("after run to main"): Allow
3099 mismatched read-only sections for PIE executables.
3100
398fdd60
TT
31012019-08-16 Tom Tromey <tom@tromey.com>
3102
3103 * lib/tuiterm.exp (_csi_Z): New proc.
3104 * gdb.tui/basic.exp: Update window positions.
3105 * gdb.tui/empty.exp: Update window positions.
3106
d8f9e51c
SL
31072019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3108
3109 * gdb.base/examine-backward.exp: Correct regexp for
3110 "examine 3 bytes backward from ${address_zero}".
3111
3df505f6
TT
31122019-08-15 Tom Tromey <tom@tromey.com>
3113
3114 * gdb.tui/empty.exp: Enable resizing tests.
3115
272560b5
TT
31162019-08-15 Tom Tromey <tromey@adacore.com>
3117
3118 * gdb.ada/char_enum.exp: Add regression tests.
3119 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3120 and '0'.
3121 (Char, Gchar): Update.
3122 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3123
08235187
CB
31242019-08-15 Christian Biesinger <cbiesinger@google.com>
3125
3126 * gdb.python/python.exp: Expect a leading underscore on
3127 GdbOutput{,Error}File.
3128
22a2ab04
SL
31292019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3130
3131 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3132 Windows host.
3133
835b995b
SL
31342019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3135
3136 * gdb.base/batch-preserve-term-settings.exp
3137 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3138
97dd8e07
CB
31392019-08-15 Christian Biesinger <cbiesinger@google.com>
3140
3141 * lib/gdb.exp: When running on a mingw target, replace
3142 /x/ with x:/.
3143
75faf5c4
AH
31442019-08-14 Alan Hayward <alan.hayward@arm.com>
3145
3146 * gdb.arch/aarch64-prologue.c: New test.
3147 * gdb.arch/aarch64-prologue.exp: New file.
3148
abc6c00f
TV
31492019-08-13 Tom de Vries <tdevries@suse.de>
3150
3151 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3152 Thread.
3153
74c2c1f4
SL
31542019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3155
3156 * gdb.python/py-completion.exp: Download the .py file to the host
3157 and use its host pathname. Conditionalize tests that use
3158 tab completion and manipulate files on the build machine.
3159 * gdb.python/py-events.exp: Download the .py file to the host
3160 and use its host pathname.
3161 * gdb.python/py-evsignal.exp: Likewise.
3162 * gdb.python/py-evthreads.exp: Likewise.
3163 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3164 pathname syntax.
3165 * gdb.python/py-framefilter.exp: Download the .py file to the right
3166 place on the host. Match Windows pathname syntax.
3167 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3168 .py file to the host and use its host pathname.
3169 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3170 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3171 build pathname. Skip symlink test on Windows host. Add missing
3172 newline at end of file.
3173 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3174 and use its host pathname.
3175 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3176 * gdb.python/py-section-script.exp: Use host location of binfile
3177 on safe-path. Use correct path separator on Windows host.
3178 Reorder alternatives in gdb_test_multiple to prevent matching
3179 the wrong alternative on success.
3180 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3181
ca2589f3
PP
31822019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3183
3184 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3185 expect the GDB inferior to no longer immediately stop after
3186 being resumed with "signal SIGINT".
3187
020a839d
SL
31882019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3189
3190 * gdb.linespec/break-ask.exp: Generalize regexps to match
3191 Windows pathnames too.
3192
128d6509
TV
31932019-08-08 Tom de Vries <tdevries@suse.de>
3194
3195 PR testsuite/24862
3196 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3197
590042fc
PW
31982019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3199
3200 * gdb.base/style.exp: Update tests for help doc new invariants.
3201 * gdb.base/help.exp: Likewise.
3202
046bebe1
TT
32032019-08-06 Tom Tromey <tom@tromey.com>
3204
3205 * gdb.base/style.exp: Add disassemble test.
3206 * gdb.base/style.c (some_called_function): New function.
3207 (main): Use it.
3208
0b27c27d
CB
32092019-08-05 Christian Biesinger <cbiesinger@google.com>
3210
3211 * gdb.python/py-block.exp: Test dictionary access on blocks.
3212
580f1034
SM
32132019-08-05 Simon Marchi <simon.marchi@efficios.com>
3214
3215 PR gdb/24863
3216 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3217 -list-thread-groups --available test when running under
3218 check-read1.
3219
d86bd7cb
TV
32202019-08-05 Tom de Vries <tdevries@suse.de>
3221
3222 PR testsuite/24863
3223 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3224 * gdb.base/help.exp: Use with_read1_timeout_factor.
3225 * gdb.base/info-macros.exp: Same.
3226 * gdb.cp/nested-types.exp: Same.
3227
a80cf5d8
TV
32282019-08-05 Tom de Vries <tdevries@suse.de>
3229
3230 * lib/gdb.exp (version_at_least): Factor out of ...
3231 (tcl_version_at_least): ... here.
3232 (gdb_compile): Fail if pie results in non-PIE executable.
3233 (readelf_version, readelf_prints_pie): New proc.
3234 (exec_is_pie): Return -1 if unknown.
3235
d0962838
TV
32362019-08-05 Tom de Vries <tdevries@suse.de>
3237
3238 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3239
2252ff3d
SL
32402019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3241
3242 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3243
26655f53
SL
32442019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3245
3246 * lib/completion-support.exp (test_gdb_complete_none): Skip
3247 tab completion tests if no readline support.
3248 (test_gdb_complete_unique_re): Likewise.
3249 (test_gdb_complete_multiple): Likewise.
3250
db4dc13e
PW
32512019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3252
3253 * gdb.base/info_sources.exp: New file.
3254 * gdb.base/info_sources.c: New file.
3255 * gdb.base/info_sources_base.c: New file.
3256
0eba165a
PFC
32572019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3258
3259 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3260 prefix argument.
3261 (test_exit_status): Add prefix argument.
3262
59bd512b
TV
32632019-08-01 Tom de Vries <tdevries@suse.de>
3264
3265 PR testsuite/24863
3266 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3267 calling exp_continue for new thread and thread exited messages.
3268
2a3ad588
TV
32692019-08-01 Tom de Vries <tdevries@suse.de>
3270
3271 PR testsuite/24863
3272 * gdb.base/structs.exp: Fix check-read1 timeout using
3273 gdb_test_sequence.
3274 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3275
117eb594
TV
32762019-08-01 Tom de Vries <tdevries@suse.de>
3277
3278 PR testsuite/24863
3279 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3280 line.
3281
ed591340
TV
32822019-08-01 Tom de Vries <tdevries@suse.de>
3283
3284 PR testsuite/24863
3285 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3286
aa3b6533
TT
32872019-07-30 Tom Tromey <tromey@adacore.com>
3288
3289 * gdb.ada/display_nested.exp: New file.
3290 * gdb.ada/display_nested/foo.adb: New file.
3291 * gdb.ada/display_nested/pack.adb: New file.
3292 * gdb.ada/display_nested/pack.ads: New file.
3293
2906593f
CB
32942019-07-30 Christian Biesinger <cbiesinger@google.com>
3295
3296 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3297 namespace.
3298 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3299
0f575925
TV
33002019-07-30 Tom de Vries <tdevries@suse.de>
3301
3302 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3303 instead.
3304
b13057d9
TV
33052019-07-30 Tom de Vries <tdevries@suse.de>
3306
3307 PR testsuite/24834
3308 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3309 (exec_is_pie): New proc.
3310
5c4dde85
CB
33112019-07-29 Christian Biesinger <cbiesinger@google.com>
3312
3313 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3314
c620ed88
CB
33152019-07-29 Christian Biesinger <cbiesinger@google.com>
3316
3317 * gdb.python/py-objfile.c: Add global and static vars.
3318 * gdb.python/py-objfile.exp: Test new functions Objfile.
3319 lookup_global_symbol and lookup_static_symbol.
3320
3d235706
TT
33212019-07-29 Tom Tromey <tom@tromey.com>
3322
3323 * lib/tuiterm.exp (Term::_csi_@): New proc.
3324 (Term::_csi_X): Don't move cursor.
3325
c7e4c0a6
PW
33262019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3327
3328 * gdb.base/options.exp: Update backtrace - completion to
3329 new option -frame-info.
3330 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3331 Test new 'set print frame-info'. Test backtrace -frame-info
3332 overriding 'set print frame-info'.
3333 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3334 Test new 'set print frame-info'.
3335 Verify consistency of backtrace with and without filters, with and
3336 without -no-filters.
3337 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3338 default.
3339
de28a3b7
TV
33402019-07-29 Tom de Vries <tdevries@suse.de>
3341
3342 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3343 no arguments".
3344
507dd60e
TV
33452019-07-29 Tom de Vries <tdevries@suse.de>
3346
3347 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3348 is a substring of the first for "complete non-unique file name".
3349
5beafce9
TV
33502019-07-29 Tom de Vries <tdevries@suse.de>
3351
3352 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3353 with ".*".
3354
2d274232
TV
33552019-07-29 Tom de Vries <tdevries@suse.de>
3356
3357 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3358 Pass prompt_regexp parameter to gdb_test_multiple calls.
3359
9197cd8b
TV
33602019-07-29 Tom de Vries <tdevries@suse.de>
3361
3362 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3363 print registers" regexps.
9197cd8b 3364
b528dae0
TV
33652019-07-29 Tom de Vries <tdevries@suse.de>
3366
3367 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3368
d17725d7
TV
33692019-07-29 Tom de Vries <tdevries@suse.de>
3370
3371 PR gdb/24855
3372 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3373 (skip_python_tests_prompt): Add prompt_regexp argument to
3374 gdb_test_multiple calls.
3375
52b75bf1
TT
33762019-07-27 Tom Tromey <tom@tromey.com>
3377
3378 * gdb.tui/main.exp: New file.
3379
2b1d00c2
TT
33802019-07-27 Tom Tromey <tom@tromey.com>
3381
3382 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3383 optional.
3384 * gdb.tui/empty.exp: New file.
3385
ded631d5
TT
33862019-07-27 Tom Tromey <tom@tromey.com>
3387
3388 * lib/tuiterm.exp (spawn): New proc.
3389 (Term::resize): New proc.
3390 * gdb.tui/resize.exp: New file.
3391
58ac439d
TT
33922019-07-27 Tom Tromey <tom@tromey.com>
3393
3394 * gdb.tui/list.exp: New file.
3395
fe1f56ee
TT
33962019-07-27 Tom Tromey <tom@tromey.com>
3397
3398 * gdb.tui/regs.exp: New file.
3399
f790b310
TT
34002019-07-27 Tom Tromey <tom@tromey.com>
3401
3402 * gdb.tui/basic.exp: Add "layout split" test.
3403
d95fc6ee
TT
34042019-07-27 Tom Tromey <tom@tromey.com>
3405
3406 * gdb.tui/basic.exp: Add "layout asm" test.
3407
c3786b3a
TT
34082019-07-27 Tom Tromey <tom@tromey.com>
3409
3410 * lib/tuiterm.exp: New file.
3411 * gdb.tui/basic.exp: New file.
3412
98a617f8
KB
34132019-07-27 Kevin Buettner <kevinb@redhat.com>
3414
3415 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3416 Enable tests associated with this flag. Adjust regex
3417 referencing "foo_low" to now refer to "foo_cold" instead.
3418
5c076da4
KB
34192019-07-27 Kevin Buettner <kevinb@redhat.com>
3420
3421 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3422 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3423 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3424 foo_cold. Revise comments to match.
3425 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3426 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3427 were wrapped into this proc; Call do_test in loop from outermost
3428 level.
3429 (foo_low): Rename all occurrences to "foo_cold".
3430 (backtrace from baz): New test.
3431 (x2/i foo_cold): New test.
3432 (info line *foo_cold): New test.
3433
1512d3b7
TV
34342019-07-26 Tom de Vries <tdevries@suse.de>
3435
3436 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3437
297989a1
TV
34382019-07-25 Tom de Vries <tdevries@suse.de>
3439
3440 PR testsuite/24830
3441 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3442 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3443 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3444 (skip_libstdcxx_probe_tests): ... here.
3445 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3446
b3b965fb
TV
34472019-07-24 Tom de Vries <tdevries@suse.de>
3448
3449 PR testsuite/24807
3450 * gdb.objc/basicclass.m: Include stdio.h.
3451 * gdb.objc/nondebug.m: Same.
3452 * gdb.objc/objcdecode.m: Same.
3453
4625b4d0
TV
34542019-07-24 Tom de Vries <tdevries@suse.de>
3455
3456 PR testsuite/24612
3457 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3458 additional_flags.
3459
024a5840
TV
34602019-07-24 Tom de Vries <tdevries@suse.de>
3461
3462 PR testsuite/24831
3463 * gdb.multi/tids.exp: Update error messages for info threads.
3464
c76ddaa3
TV
34652019-07-24 Tom de Vries <tdevries@suse.de>
3466
3467 * gdb.base/info-types.exp: Allow info types to print info for more than
3468 one file.
3469
9a618ef6
TV
34702019-07-23 Tom de Vries <tdevries@suse.de>
3471
3472 PR testsuite/24842
3473 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3474 gdb_spawn_with_cmdline_opts.
3475
40eadf04
SP
34762019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3477
3478 * gdb.arch/arm-cmse-sgstubs.c: New test.
3479 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3480
5ba29434
TV
34812019-07-23 Tom de Vries <tdevries@suse.de>
3482
3483 PR testsuite/24711
3484 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3485 issuing next command.
3486
a8e9d247
AB
34872019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3488
3489 * gdb.ada/info_auto_lang.exp: Update expected results.
3490 * gdb.base/info-types.c: Add additional types to check.
3491 * gdb.base/info-types.exp: Update expected results.
3492
eb86c5e2
AB
34932019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3494
3495 * gdb.base/info-types.c: New file.
3496 * gdb.base/info-types.exp: New file.
3497
01e175fe
AB
34982019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3499
3500 * gdb.arch/riscv-bp-infcall.c: New file.
3501 * gdb.arch/riscv-bp-infcall.exp: New file.
3502
6b78c3f8
AB
35032019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3504
3505 PR breakpoints/24541
3506 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3507
da738167
TV
35082019-07-14 Tom de Vries <tdevries@suse.de>
3509
3510 PR testsuite/24760
3511 * gdb.objc/basicclass.exp: Fix unterminated string.
3512
0d4e84ed
AB
35132019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3514 Andrew Burgess <andrew.burgess@embecosm.com>
3515
3516 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3517 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3518 negative bounds.
3519 * gdb.fortran/vla-value.exp: Print elements of an array with
3520 negative bounds.
3521 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3522 testing.
3523
021d8588
AB
35242019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3525
3526 * gdb.base/options.exp (expect_string): Dequote strings in
3527 results.
3528 (test-string): Test strings with different quoting and reindent.
3529
f06f1252
TT
35302019-07-10 Tom Tromey <tromey@adacore.com>
3531
3532 * gdb.ada/mi_ex_cond.exp: Update expected results.
3533 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3534 * gdb.ada/mi_catch_ex.exp: Update expected results.
3535 * gdb.ada/mi_catch_assert.exp: Update expected results.
3536 * gdb.ada/catch_ex.exp (catch_exception_info)
3537 (catch_exception_entry, catch_assert_entry)
3538 (catch_unhandled_entry): Update.
3539 * gdb.ada/catch_assert_if.exp: Update expected results.
3540
b863685d
RB
35412019-07-10 Richard Bunt <richard.bunt@arm.com>
3542 Stephen Roberts <stephen.roberts@arm.com>
3543
3544 * gdb.base/define.exp: Restore original prompt.
3545
cb1e4e32
PA
35462019-07-09 Pedro Alves <palves@redhat.com>
3547
3548 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3549 breakpoints" output.
3550 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3551 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3552 throw" creates breakpoint.
3553 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3554 'type="catchpoint"'.
3555
b58a68fe
PA
35562019-07-09 Pedro Alves <palves@redhat.com>
3557
3558 PR c++/15468
3559 * gdb.cp/except-multi-location-lib.cc: New.
3560 * gdb.cp/except-multi-location-main.cc: New.
3561 * gdb.cp/except-multi-location.exp: New.
3562
0826779b
PW
35632019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3564
3565 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3566 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3567 argument and update callers.
3568
5b0e2db4
AB
35692019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3570
3571 * gdb.arch/amd64-break-on-asm-line.S: New file.
3572 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3573
1f6f6e21
PW
35742019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3575
3576 * gdb.base/printcmds.exp: Test printing C string and
3577 C wide string convenience vars without transiting via the inferior.
3578 Also make test names unique.
3579
ea142fbf
AH
35802019-07-08 Alan Hayward <alan.hayward@arm.com>
3581
5862c886 3582 PR breakpoints/25011
ea142fbf
AH
3583 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3584
213fd9fa
PA
35852019-07-04 Pedro Alves <palves@redhat.com>
3586
3587 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3588 body returned ok(0), break(3) or continue(4).
3589 * gdb.testsuite/foreach_with_prefix.exp: New file.
3590
2b40fda7
AH
35912019-07-04 Alan Hayward <alan.hayward@arm.com>
3592
3593 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3594
a26c8de0
PA
35952019-07-03 Pedro Alves <palves@redhat.com>
3596
3597 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3598 "return -code".
3599
5f4ba3e7
PA
36002019-07-03 Pedro Alves <palves@redhat.com>
3601
3602 PR cli/24732
3603 * gdb.base/shell.exp: Load completion-support.exp.
3604 Adjust expected error output. Add completion tests.
3605
a994424f
PA
36062019-07-03 Pedro Alves <palves@redhat.com>
3607
3608 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3609 string_to_regexp.
3610
3d9be6f5
PA
36112019-07-03 Pedro Alves <palves@redhat.com>
3612
3613 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3614 (expect_integer): Adjust to expect "-string".
3615 (expect_string): New.
3616 (all_options): Expect "-string".
3617 (test-flag, test-boolean): Adjust to expect "-string".
3618 (test-string): New proc.
3619 (top level): Call it.
3620
41fc454c
PA
36212019-07-03 Pedro Alves <palves@redhat.com>
3622
3623 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3624 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3625 the expected output in the success.
3626
b2b2a215
PA
36272019-07-03 Pedro Alves <palves@redhat.com>
3628
3629 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3630 Split one gdb_test_multiple call in two to avoid a race.
3631
fdbc9870
PA
36322019-07-03 Pedro Alves <palves@redhat.com>
3633
3634 * gdb.base/with.c: New file.
3635 * gdb.base/with.exp: New file.
3636
c6ac8931
PA
36372019-07-03 Pedro Alves <palves@redhat.com>
3638
3639 * gdb.base/settings.exp: Replace all references to "maint
3640 test-settings set" with references to "maint set test-settings",
3641 and all references to "maint test-settings show" with references
3642 to "maint show test-settings".
3643
970f9d09
PA
36442019-07-03 Pedro Alves <palves@redhat.com>
3645
3646 * gdb.base/settings.exp (test-string): Adjust expected out when
3647 testing "maint test-settings show filename"
3648
54d66006
PA
36492019-07-02 Pedro Alves <palves@redhat.com>
3650
3651 * gdb.base/options.exp (test-info-threads): New procedure.
3652 (top level): Call it.
3653
10d06d82
TT
36542019-06-28 Tom Tromey <tromey@adacore.com>
3655
3656 * gdb.dwarf2/ada-linkage-name.c: New file.
3657 * gdb.dwarf2/ada-linkage-name.exp: New file.
3658
3d507ff2
TT
36592019-06-27 Tom Tromey <tromey@adacore.com>
3660
d039f014 3661 PR c++/20020:
3d507ff2
TT
3662 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3663
8af58ffe
TV
36642019-06-26 Tom de Vries <tdevries@suse.de>
3665
3666 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3667
22e21752
TV
36682019-06-26 Tom de Vries <tdevries@suse.de>
3669
3670 * gdb.base/index-cache.exp: Add back missing debug option.
3671
b65b566c
PW
36722019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3673
3674 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3675
5c2c8c69
TV
36762019-06-25 Tom de Vries <tdevries@suse.de>
3677
3678 PR testsuite/24727
3679 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3680
164e3873
TV
36812019-06-24 Tom de Vries <tdevries@suse.de>
3682
3683 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3684
824eacee
TV
36852019-06-24 Tom de Vries <tdevries@suse.de>
3686
3687 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3688 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3689 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3690
385b97d3
TV
36912019-06-24 Tom de Vries <tdevries@suse.de>
3692
3693 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3694
c596f180
TV
36952019-06-21 Tom de Vries <tdevries@suse.de>
3696
3697 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3698
b13a7d03
TV
36992019-06-21 Tom de Vries <tdevries@suse.de>
3700
3701 PR testsuite/24518
3702 PR ada/24713
3703 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3704 index.
3705
899277ae
TT
37062019-06-19 Tom Tromey <tromey@adacore.com>
3707
3708 * gdb.ada/length_cond.exp: Add intro comment.
3709
680e1bee
TT
37102019-06-19 Tom Tromey <tromey@adacore.com>
3711
3712 * gdb.ada/length_cond.exp: New file.
3713 * gdb.ada/length_cond/length_cond.adb: New file.
3714 * gdb.ada/length_cond/pck.adb: New file.
3715 * gdb.ada/length_cond/pck.ads: New file.
3716
0ed4690a
TV
37172019-06-18 Tom de Vries <tdevries@suse.de>
3718
3719 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3720
d20ed5fd
TT
37212019-06-18 Tom Tromey <tromey@adacore.com>
3722
3723 * gdb.base/list0.h: Add comment explaining control character.
3724
86e04673
TV
37252019-06-18 Tom de Vries <tdevries@suse.de>
3726
3727 * boards/fission.exp: Break up long debug_flags line.
3728
c4973306
SM
37292019-06-16 Tom de Vries <tdevries@suse.de>
3730
3731 PR gdb/24445
3732 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3733 generated index.
3734
93cb9841
AB
37352019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3736
3737 PR gdb/24686
3738 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3739 improve detection of bug gdb/24541.
3740
399aaebd
SM
37412019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3742
3743 PR gdb/24669
3744 * gdb.base/index-cache.exp (uses_readnow,
3745 expecting_index_cache_use): Define global variable.
3746 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3747 expecting_index_cache_use.
3748
584a927c
AB
37492019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3750 Andrew Burgess <andrew.burgess@embecosm.com>
3751
3752 * gdb.fortran/pointers.f90: New file.
3753 * gdb.fortran/print_type.exp: New file.
3754 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3755 * gdb.fortran/vla-type.exp: Likewise.
3756 * gdb.fortran/vla-value.exp: Likewise.
3757 * gdb.mi/mi-vla-fortran.exp: Likewise.
3758
30056ea0
AB
37592019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3760
3761 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3762 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3763 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3764 as a stop reason.
3765
ec8e2b6d
AB
37662019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3767
3768 * gdb.base/annota1.exp: Update expected results.
3769 * gdb.cp/annota2.exp: Likewise.
3770 * gdb.cp/annota3.exp: Likewise.
3771
09e4c4e1
AB
37722019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3773
3774 * gdb.base/style-logging.exp: Remove path from test name.
3775
0735b091
TT
37762019-06-14 Tom Tromey <tromey@adacore.com>
3777
3778 PR gdb/24502:
3779 * gdb.base/style-logging.exp: New file.
3780
f5686554
TT
37812019-06-14 Tom Tromey <tromey@adacore.com>
3782
3783 * gdb.base/symfile-warn.exp: New file.
3784 * gdb.base/symfile-warn.c: New file.
3785
a0c1ffed
TT
37862019-06-14 Tom Tromey <tromey@adacore.com>
3787
3788 * gdb.base/annotate-symlink.exp: New file.
3789
f411722c
TT
37902019-06-14 Tom Tromey <tromey@adacore.com>
3791
3792 * gdb.ada/set_wstr.exp: Add reassignment test.
3793
4268ec18
TT
37942019-06-14 Tom Tromey <tromey@adacore.com>
3795
3796 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3797 'unchecked_access and 'unrestricted_access as well.
3798
9a9e394b
TT
37992019-06-14 Tom Tromey <tromey@adacore.com>
3800
3801 PR ada/24539:
3802 * gdb.ada/vla.exp: Update tests.
3803 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3804 pragma.
3805
4c048731
PA
38062019-06-13 Pedro Alves <palves@redhat.com>
3807
3808 * gdb.base/settings.exp (test-integer): Test junk after
3809 "unlimited".
3810
6665660a
PA
38112019-06-13 Pedro Alves <palves@redhat.com>
3812
3813 * gdb.base/options.exp (test-thread-apply): New.
3814 (top level): Call it.
3815
5d707134
PA
38162019-06-13 Pedro Alves <palves@redhat.com>
3817
3818 * gdb.base/options.exp (test-frame-apply): New.
3819 (top level): Test print commands with different "frame apply"
3820 prefixes.
3821
e2a689da
PA
38222019-06-13 Pedro Alves <palves@redhat.com>
3823
e79be6e5 3824 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
3825 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3826 'max_completions' parameter and handle it.
3827 (test_gdb_completion_offers_commands): New.
3828
90a1ef87
PA
38292019-06-13 Pedro Alves <palves@redhat.com>
3830
3831 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3832
d4c16835
PA
38332019-06-13 Pedro Alves <palves@redhat.com>
3834
3835 * gdb.base/options.exp (test-backtrace): New.
3836 (top level): Call it.
3837
2daf894e
PA
38382019-06-13 Pedro Alves <palves@redhat.com>
3839
3840 * gdb.guile/scm-frame-args.exp: Use "set print
3841 raw-frame-arguments" instead of "set print raw frame-arguments".
3842 * gdb.python/py-frame-args.exp: Likewise.
3843
e6ed716c
PA
38442019-06-13 Pedro Alves <palves@redhat.com>
3845
3846 * gdb.compile/compile.exp: Adjust expected output to option
3847 processing changes.
3848
7d8062de
PA
38492019-06-13 Pedro Alves <palves@redhat.com>
3850
3851 * gdb.base/options.exp: Build executable.
3852 (test-print): New procedure.
3853 (top level): Call it, once for "print" and another for "compile
3854 print".
3855
9d0faba9
PA
38562019-06-13 Pedro Alves <palves@redhat.com>
3857
3858 * gdb.base/options.c: New file.
3859 * gdb.base/options.exp: New file.
3860
dee7b4c8
PA
38612019-06-13 Pedro Alves <palves@redhat.com>
3862
3863 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3864 that "o" is ambiguous.
3865
dca0f6c0
PA
38662019-06-13 Pedro Alves <palves@redhat.com>
3867
3868 * gdb.base/settings.c: New file.
3869 * gdb.base/settings.exp: New file.
3870
ccf46844
PA
38712019-06-13 Pedro Alves <palves@redhat.com>
3872
3873 * gdb.base/completion.exp: Fix comment typo.
3874
b9a3f842
PA
38752019-06-13 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3878 foo --1" test.
3879
d106773e
PA
38802019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3881
3882 * gdb.fortran/block-data.f: New.
3883 * gdb.fortran/block-data.exp: New.
3884
fea82da0
TV
38852019-06-11 Tom de Vries <tdevries@suse.de>
3886
3887 PR testsuite/24521
3888 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3889 message.
3890
8c2e74f1
TV
38912019-06-11 Tom de Vries <tdevries@suse.de>
3892
3893 PR testsuite/24521
3894 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3895
b49851c8
TV
38962019-06-11 Tom de Vries <tdevries@suse.de>
3897
3898 * boards/readnow.exp: New file.
3899
a7067863
AB
39002019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3901
3902 * gdb.fortran/vla-sizeof.exp: Update expected results.
3903
1a3da2cd
AB
39042019-06-06 Amos Bird <amosbird@gmail.com>
3905
3906 * gdb.base/annota1.exp (thread_switch): Add test for
3907 thread-exited annotation.
3908
3847a7bf
TT
39092019-06-06 Tom Tromey <tromey@adacore.com>
3910
3911 * gdb.base/maint.exp: Expect command started/finished output.
3912
0088ba59
AB
39132019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3914
3915 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3916 comment.
3917 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3918
312617a3
AB
39192019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3920
3921 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3922 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3923 * gdb.arch/riscv-unwind-long-insn.c: New file.
3924 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3925
e1f2e1a2
CB
39262019-06-04 Christian Biesinger <cbiesinger@google.com>
3927
d3238f7d 3928 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 3929
206584bd
PW
39302019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3931
3932 * lib/gdb.exp (help_list_trailer): New regexp variable
3933 factorizing the help trailer message.
3934 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3935 arg to allow to better factorize various tests.
3936 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3937 (test_prefix_command_help): Use help_list_trailer.
3938 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3939 * gdb.guile/scm-cmd.exp: Likewise.
3940 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3941 * gdb.base/help.exp: Use test_user_defined_class_help.
3942 * gdb.base/style.exp: Add tests for styling of help and apropos.
3943 * lib/gdb-utils.exp (style): Add title and highlight styles.
3944
708dc93e
PW
39452019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3946
3947 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3948 $_shell_exitsignal.
3949 * gdb.base/default.exp: Update for new convenience variables.
3950
f49055a5
TT
39512019-05-29 Tom Tromey <tromey@adacore.com>
3952
3953 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3954 to "break complete ada" test case's regexp.
3955
4330d61d
TT
39562019-05-29 Tom Tromey <tromey@adacore.com>
3957
3958 PR c++/20020:
3959 * gdb.cp/constexpr-field.exp: New file.
3960 * gdb.cp/constexpr-field.cc: New file.
3961
000439d5
TT
39622019-05-29 Tom Tromey <tromey@adacore.com>
3963
3964 * gdb.base/finish.exp (finish_no_print): New proc.
3965 (finish_tests): Call it.
3966
5a01c34c
TV
39672019-05-24 Tom de Vries <tdevries@suse.de>
3968
3969 * gdb.dwarf2/gdb-add-index.exp: New file.
3970
18125b16
TT
39712019-05-22 Tom Tromey <tromey@adacore.com>
3972
3973 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3974 * gdb.base/style.exp: Use "style".
3975 * lib/gdb-utils.exp (style): New proc.
3976
af1a8d03
TV
39772019-05-22 Tom de Vries <tdevries@suse.de>
3978
3979 * gdb.base/align.exp: Require c++11.
3980
e7fe496b
TV
39812019-05-22 Tom de Vries <tdevries@suse.de>
3982
3983 PR testsuite/24586
3984 * gdb.python/py-mi-var-info-path-expression.exp: Call
3985 mi_skip_python_tests to check if python is supported.
3986
8fca4da0
AH
39872019-05-22 Alan Hayward <alan.hayward@arm.com>
3988
3989 * gdb.arch/aarch64-pauth.c: New test.
3990 * gdb.arch/aarch64-pauth.exp: New file.
3991
b7060614
AH
39922019-05-22 Alan Hayward <alan.hayward@arm.com>
3993
3994 * README (Re-running Tests Outside The Testsuite): New section.
3995
669d0468
TV
39962019-05-21 Tom de Vries <tdevries@suse.de>
3997
3998 * gdb.arch/amd64-eval.exp: Require c++11.
3999 * gdb.base/max-depth.exp: Same.
4000 * gdb.compile/compile-cplus-array-decay.exp: Same.
4001 * gdb.cp/meth-typedefs.exp: Same.
4002 * gdb.cp/subtypes.exp: Same.
4003 * gdb.cp/temargs.exp: Same.
4004
ce3ebcaa
AH
40052019-05-21 Alan Hayward <alan.hayward@arm.com>
4006
4007 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4008
34d11c68
AB
40092019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4010
4011 PR gdb/18644
4012 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4013 * gdb.fortran/printing-types.exp: Add new test.
4014 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4015 testing.
4016 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4017 setup_kfail call.
4018
87781e84
AH
40192019-05-17 Alan Hayward <alan.hayward@arm.com>
4020
4021 * README (Running the Testsuite): Change example.
4022 (Testsuite Parameters): Remove TRANSCRIPT.
4023 * lib/gdb.exp: Remove TRANSCRIPT check.
4024
b420b89e
AH
40252019-05-17 Alan Hayward <alan.hayward@arm.com>
4026
4027 * README (Testsuite Parameters): Add replay logging to
4028 GDBSERVER_DEBUG.
4029 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4030 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4031 as a comma separated list.
4032 (gdb_debug_init): Override procedure.
4033
408e9b8b
AH
40342019-05-17 Alan Hayward <alan.hayward@arm.com>
4035
4036 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4037 (gdb_write_cmd_file): New procedure.
4038 * lib/gdbserver-support.exp (gdbserver_start): Call
4039 gdbserver_write_cmd_file.
4040 (gdbserver_write_cmd_file): New procedure.
4041
f9e2e39d
AH
40422019-05-17 Alan Hayward <alan.hayward@arm.com>
4043
4044 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4045 (delete_breakpoints): Likewise.
4046 (gdb_run_cmd): Likewise.
4047 (gdb_start_cmd): Likewise.
4048 (gdb_starti_cmd): Likewise.
4049 (gdb_internal_error_resync): Likewise.
4050 (gdb_test_multiple): Likewise.
4051 (gdb_reinitialize_dir): Likewise.
4052 (default_gdb_exit): Likewise.
4053 (gdb_file_cmd): Mark kill as optional.
4054 (default_gdb_start): Call gdb_stdin_log_init.
4055 (send_gdb): Call gdb_stdin_log_write.
4056 (rerun_to_main): Mark Y as an answer.
4057 (gdb_stdin_log_init): New function.
4058 (gdb_stdin_log_write): Likewise.
4059
81f47ac2
AH
40602019-05-17 Alan Hayward <alan.hayward@arm.com>
4061
4062 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4063 * gdb.base/debug-expr.exp: Likewise.
4064 * gdb.base/foll-fork.exp: Likewise.
4065 * gdb.base/foll-vfork.exp: Likewise.
4066 * gdb.base/fork-print-inferior-events.exp: Likewise.
4067 * gdb.base/gdb-sigterm.exp: Likewise.
4068 * gdb.base/gdbinit-history.exp: Likewise.
4069 * gdb.base/osabi.exp: Likewise.
4070 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4071 * gdb.base/ui-redirect.exp: Likewise.
4072 * gdb.gdb/unittest.exp: Likewise.
4073 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4074 * gdb.mi/mi-watch.exp: Likewise.
4075 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4076 * gdb.mi/user-selected-context-sync.exp: Likewise.
4077 * gdb.python/python.exp: Disable debug test when debugging.
4078 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4079 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4080 Likewise.
4081 * gdb.threads/stepi-random-signal.exp: Likewise.
4082
29b52314
AH
40832019-05-17 Alan Hayward <alan.hayward@arm.com>
4084
4085 * Makefile.in: Pass through GDB_DEBUG.
4086 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4087 (gdb,debug): Add board setting.
4088 * lib/gdb.exp (default_gdb_start): Start debugging.
4089 (gdb_debug_enabled): New procedure.
4090 (gdb_debug_init): Likewise.
29b52314
AH
4091
40922019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4093
29b52314
AH
4094 * Makefile.in: Pass through GDB_DEBUG.
4095 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4096 (gdb,debug): Add board setting.
4097 * lib/gdb.exp (default_gdb_start): Start debugging.
4098 (gdb_debug_enabled): New procedure.
4099 (gdb_debug_init): Likewise.
29b52314 4100
ca1285d1
AH
41012019-05-17 Alan Hayward <alan.hayward@arm.com>
4102
4103 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4104
f3a09c80
AH
41052019-05-17 Alan Hayward <alan.hayward@arm.com>
4106
4107 * gdb.base/ui-redirect.exp: Test redirection.
4108
26648588
JV
41092019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4110
4111 * gdb.mi/mi-complete.exp: New file.
4112 * gdb.mi/mi-complete.cc: Likewise.
4113
14237686
AB
41142019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4115
4116 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4117 indexed and sliced arrays, and pointers to arrays.
4118
e7bd7fba
TT
41192019-05-14 Tom Tromey <tromey@adacore.com>
4120
4121 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4122 styling test.
4123
2764128d
TV
41242019-05-14 Tom de Vries <tdevries@suse.de>
4125
4126 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4127 selection entry encoding.
4128
71bed2db
TT
41292019-05-10 Tom Tromey <tromey@adacore.com>
4130
4131 * gdb.ada/info_exc.exp: Add "complete" test.
4132
63b667ad
TV
41332019-05-09 Tom de Vries <tdevries@suse.de>
4134
4135 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4136 CU-relative.
4137
9cfd2b89
TV
41382019-05-09 Tom de Vries <tdevries@suse.de>
4139
4140 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4141 CU-relative.
4142
2228ef77
XR
41432019-05-08 Joel Brobecker <brobecker@adacore.com>
4144
4145 * gdb.ada/frame_arg_lang.exp: New testcase.
4146 * gdb.ada/frame_arg_lang/bla.adb: New file.
4147 * gdb.ada/frame_arg_lang/pck.ads: New file.
4148 * gdb.ada/frame_arg_lang/pck.adb: New file.
4149 * gdb.ada/frame_arg_lang/foo.c: New file.
4150
80e55b13
TT
41512019-05-08 Tom Tromey <tromey@adacore.com>
4152
4153 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4154
9d3421af
TT
41552019-05-08 Tom Tromey <tromey@adacore.com>
4156
4157 * gdb.base/ptype-offsets.exp: Update tests.
4158
844333e2
TT
41592019-05-08 Tom Tromey <tromey@adacore.com>
4160
4161 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4162 cases.
4163 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4164 "short".
4165
988915ee
TT
41662019-05-08 Tom Tromey <tromey@adacore.com>
4167
4168 * gdb.ada/vla.exp: New file.
4169 * gdb.ada/vla/vla.adb: New file.
4170
7bd55dac
TV
41712019-05-07 Tom de Vries <tdevries@suse.de>
4172
4173 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4174
75f06e9d
TV
41752019-05-07 Tom de Vries <tdevries@suse.de>
4176
4177 PR testsuite/24522
4178 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4179 section.
4180
77e7aaa4
TV
41812019-05-07 Tom de Vries <tdevries@suse.de>
4182
4183 PR testsuite/24522
4184 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4185 .debug_aranges section.
4186
456ba0fa
TV
41872019-05-07 Tom de Vries <tdevries@suse.de>
4188
4189 PR testsuite/24159
4190 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4191
5a56d6a6
TV
41922019-05-06 Tom de Vries <tdevries@suse.de>
4193
4194 * lib/gdb.exp (exec_has_index_section): New proc.
4195 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4196 section.
4197
9d6d4be8
TV
41982019-05-04 Tom de Vries <tdevries@suse.de>
4199
4200 * boards/cc-with-debug-names.exp: New file.
4201
222a8d25
TT
42022019-05-03 Tom Tromey <tromey@adacore.com>
4203
4204 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4205 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4206 * gdb.ada/char_enum.exp: Add test.
4207
0fdfd794
TV
42082019-05-03 Tom de Vries <tdevries@suse.de>
4209
4210 * boards/cc-with-gdb-index.exp: New file.
4211
80062eb9
AB
42122019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4213
4214 * gdb.rust/simple.exp: Add new test case.
4215 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4216 (main): Initialise an instance of the new struct.
4217
4504bbde
TT
42182019-05-01 Tom Tromey <tromey@adacore.com>
4219
4220 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4221 record.
4222 (NPR): New variable.
4223 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4224 test.
4225
d48e62f4
TT
42262019-05-01 Tom Tromey <tromey@adacore.com>
4227
4228 * gdb.ada/packed_array_assign.exp: Add packed assignment
4229 regression test.
4230
f59f30f5
TV
42312019-05-01 Tom de Vries <tdevries@suse.de>
4232
4233 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4234
b70bfc54
TV
42352019-05-01 Tom de Vries <tdevries@suse.de>
4236
4237 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4238
15f18d14
AT
42392019-04-30 Ali Tamur <tamur@google.com>
4240
4241 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4242
2ff0a947
TT
42432019-04-30 Tom Tromey <tromey@adacore.com>
4244
4245 * lib/ada.exp (find_ada_tool): New proc.
4246 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4247 * gdb.ada/catch_ex_std.exp: New file.
4248 * gdb.ada/catch_ex_std/foo.adb: New file.
4249 * gdb.ada/catch_ex_std/some_package.adb: New file.
4250 * gdb.ada/catch_ex_std/some_package.ads: New file.
4251
a776957c
TT
42522019-04-30 Tom Tromey <tromey@adacore.com>
4253
4254 PR c++/24470:
4255 * gdb.cp/temargs.cc: Add test code from PR.
4256
bc68014d
AB
42572019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4258
4259 * gdb.fortran/vla-datatypes.exp: Update expected results.
4260 * gdb.fortran/vla-ptype.exp: Likewise.
4261 * gdb.fortran/vla-type.exp: Likewise.
4262 * gdb.fortran/vla-value.exp: Likewise.
4263
f1fdc960
AB
42642019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4265
4266 * gdb.fortran/ptr-indentation.exp: Update expected results.
4267 * gdb.fortran/ptype-on-functions.exp: Likewise.
4268 * gdb.fortran/vla-ptr-info.exp: Likewise.
4269 * gdb.fortran/vla-value.exp: Likewise.
4270
bf7a4de1
AB
42712019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4272
4273 * gdb.fortran/ptype-on-functions.exp: New file.
4274 * gdb.fortran/ptype-on-functions.f90: New file.
4275
bbe75b9d
AB
42762019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4277
4278 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4279 case void string.
4280
1db455a7
AB
42812019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4282
4283 * gdb.fortran/complex.exp: Expand.
4284 * gdb.fortran/complex.f: Renamed to...
4285 * gdb.fortran/complex.f90: ...this, and extended to add more
4286 complex values.
4287
b6d03bb2
AB
42882019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4289
4290 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4291 MODULO, CMPLX.
4292
2e62ab40
AB
42932019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4294 Richard Bunt <richard.bunt@arm.com>
4295
4296 * gdb.base/max-depth.c: New file.
4297 * gdb.base/max-depth.exp: New file.
4298 * gdb.python/py-nested-maps.c: New file.
4299 * gdb.python/py-nested-maps.exp: New file.
4300 * gdb.python/py-nested-maps.py: New file.
4301 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4302 (test_all_common): Call test_max_depth.
4303 * gdb.fortran/max-depth.exp: New file.
4304 * gdb.fortran/max-depth.f90: New file.
4305 * gdb.go/max-depth.exp: New file.
4306 * gdb.go/max-depth.go: New file.
4307 * gdb.modula2/max-depth.exp: New file.
4308 * gdb.modula2/max-depth.c: New file.
4309 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4310
d2b584a5
TV
43112019-04-29 Tom de Vries <tdevries@suse.de>
4312
4313 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4314
136afab8
PW
43152019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4316
4317 * gdb.base/callexit.exp: Test may-call-functions off.
4318
725cbb63
KS
43192019-04-25 Keith Seitz <keiths@redhat.com>
4320
4321 PR c++/24367
4322 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4323 (another_incomplete_struct, test_incomplete): New definitions.
4324 (main): Use new definitions.
4325 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4326 functions.
4327
701adfb0
PA
43282019-04-25 Ali Tamur <tamur@google.com>
4329
4330 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4331
82433e3e
SDJ
43322019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4333
4334 PR corefiles/11608
4335 PR corefiles/18187
4336 * gdb.base/coredump-filter-build-id.exp: New file.
4337
dd06d4d6
AH
43382019-04-25 Alan Hayward <alan.hayward@arm.com>
4339
e79be6e5
SM
4340 * Makefile.in: Pass through GDBSERVER_DEBUG.
4341 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4342 (gdbserver,debug): Add board setting.
4343 * gdb.trace/tspeed.exp: Skip when debugging.
4344 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4345 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4346
1670072e
TT
43472019-04-24 Tom Tromey <tromey@adacore.com>
4348
4349 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4350 Rust.
4351
a59240a4
TT
43522019-04-24 Tom Tromey <tromey@adacore.com>
4353
4354 * gdb.arch/amd64-eval.exp: Test bitfield return.
4355 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4356 (class Foo) <return_bitfields>: New method.
4357 (main): Call it.
4358
b907456c
AB
43592019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4360
4361 * gdb.cp/many-args.cc: New file.
4362 * gdb.cp/many-args.exp: New file.
4363
5c565afd
TV
43642019-04-23 Tom de Vries <tdevries@suse.de>
4365
4366 PR gdb/24433
4367 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4368
ba22ff86
AH
43692019-04-23 Alan Hayward <alan.hayward@arm.com>
4370
4371 * gdb.trace/backtrace.exp: Use nopie flag.
4372 * gdb.trace/circ.exp: Likewise.
4373 * gdb.trace/collection.exp: Likewise.
4374 * gdb.trace/ftrace.exp: Likewise.
4375 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4376 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4377 * gdb.trace/qtro.exp: Likewise.
4378 * gdb.trace/read-memory.exp: Likewise.
4379 * gdb.trace/report.exp: Likewise.
4380 * gdb.trace/tfile.exp: Likewise.
4381 * gdb.trace/tfind.exp: Likewise.
4382 * gdb.trace/unavailable.exp: Likewise.
4383
7905fc35
PA
43842019-04-22 Pedro Alves <palves@redhat.com>
4385
4386 * gdb.base/solib-probes-nosharedlibrary.c,
4387 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4388
8ecb59f8
TT
43892019-04-19 Tom Tromey <tromey@adacore.com>
4390
4391 * gdb.ada/ptype_union.c: New file.
4392 * gdb.ada/ptype_union.exp: New file.
4393
62160ec9
TT
43942019-04-19 Tom Tromey <tromey@adacore.com>
4395
4396 PR symtab/24423:
4397 * gdb.base/list0.h (foo): Add a control-l character.
4398
36cd4ba5
TV
43992019-04-18 Tom de Vries <tdevries@suse.de>
4400
4401 PR gdb/24433
4402 * boards/local-board.exp: Set sysroot to "".
4403
b73715df
TV
44042019-04-18 Tom de Vries <tdevries@suse.de>
4405 Pedro Alves <palves@redhat.com>
4406
4407 PR gdb/24454
4408 * gdb.threads/vfork-follow-child-exec.c: New file.
4409 * gdb.threads/vfork-follow-child-exec.exp: New file.
4410 * gdb.threads/vfork-follow-child-exit.c: New file.
4411 * gdb.threads/vfork-follow-child-exit.exp: New file.
4412
4aa866af
LS
44132019-04-15 Leszek Swirski <leszeks@google.com>
4414
4415 * gdb.arch/amd64-eval.cc: New file.
4416 * gdb.arch/amd64-eval.exp: New file.
4417
e5a1a79a
AH
44182019-04-11 Alan Hayward <alan.hayward@arm.com>
4419
4420 * gdb.server/sysroot.c: New test.
4421 * gdb.server/sysroot.exp: New file.
4422 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4423 matching param.
4424
41077b66
AB
44252019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4426
4427 * gdb.base/align.exp: Extend test to cover structures containing
4428 only static fields.
4429
c30391f8
TV
44302019-04-11 Tom de Vries <tdevries@suse.de>
4431
4432 * boards/cc-with-dwz-m.exp: New file.
4433 * boards/cc-with-dwz.exp: New file.
4434 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4435
e242fd12
SM
44362019-04-09 Simon Marchi <simon.marchi@efficios.com>
4437
4438 * gdb.base/start-cpp.exp: New file.
4439 * gdb.base/start-cpp.cc: New file.
4440
2b0c8b01
KB
44412019-04-08 Kevin Buettner <kevinb@redhat.com>
4442
4443 * gdb.python/py-thrhandle.exp: Adjust tests to call
4444 thread_from_handle instead of thread_from_thread_handle.
4445
947210e5
KB
44462019-04-08 Kevin Buettner <kevinb@redhat.com>
4447
4448 * gdb.python/py-thrhandle.exp: Add tests for
4449 gdb.InferiorThread.handle.
4450
d7df6549
AB
44512019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4452
4453 * gdb.python/py-function.exp: Check calling helper function from
4454 all languages.
4455 * lib/gdb.exp (gdb_supported_languages): New proc.
4456
8bdc1658
AB
44572019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4458
4459 * gdb.base/complex-parts.c: New file.
4460 * gdb.base/complex-parts.exp: New file.
4461
05caa1d2
TT
44622019-04-01 Tom Tromey <tromey@adacore.com>
4463
4464 PR symtab/23331:
4465 * gdb.dwarf2/dw2-ranges-main.c: New file.
4466 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4467 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4468
7734102d
EZ
44692019-03-30 Simon Marchi <simark@simark.ca>
4470
4471 * gdb.base/default.exp: Add values for $_gdb_major and
4472 $_gdb_minor.
4473
188e1fa9
TT
44742019-03-29 Tom Tromey <tromey@adacore.com>
4475
4476 * gdb.base/help.exp: Tighten apropos regexp.
4477
2880242d
KS
44782019-03-29 Keith Seitz <keiths@redhat.com>
4479
4480 * gdb.fortran/array-bounds.exp: New file.
4481 * gdb.fortran/array-bounds.f90: New file.
4482
077cad8e
PW
44832019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4484
4485 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4486
80047cfc
PW
44872019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4488
4489 * gdb.multi/hello.c (main): Increase alarm timer.
4490
f489207e
SL
44912019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4492
4493 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4494 factor when no hardware watchpoint support.
4495
c92df149
AH
44962019-03-28 Alan Hayward <alan.hayward@arm.com>
4497 Pedro Alves <palves@redhat.com>
4498
4499 * boards/local-board.exp: set sysroot to /.
4500
933aebfa
AH
45012019-03-27 Alan Hayward <alan.hayward@arm.com>
4502
4503 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4504 in child.
4505
9f9aa852
AB
45062019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4507
4508 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4509 field.
4510 (make_container): Initialise new field.
4511 * gdb.python/py-prettyprint.exp: Add new tests.
4512 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4513 <display_hint>: New method.
4514
3714a195
AB
45152019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4516
4517 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4518 gdb_continue_to_breakpoint more throughout this test.
4519 (run_lang_tests) Supply unique test names, and use
4520 gdb_test_no_output.
4521
18c77628
AB
45222019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4523
4524 * gdb.base/finish-pretty.exp: Update expected results.
4525 * gdb.base/pretty-print.c: New file.
4526 * gdb.base/pretty-print.exp: New file.
4527
9a93502f
PA
45282019-03-25 Pedro Alves <palves@redhat.com>
4529
4530 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4531 move comments outside list. Append '-i "" eof' section.
4532
968aa7ae
AH
45332019-03-22 Alan Hayward <alan.hayward@arm.com>
4534
34a7f2a4 4535 PR testsuite/25016
968aa7ae
AH
4536 * README: Add pie options.
4537 * gdb.base/break-interp.exp: Ensure pie is disabled.
4538 * gdb.base/dump.exp: Likewise.
4539 * lib/gdb.exp (gdb_compile): Add pie option.
4540
4c7d57e7
TT
45412019-03-19 Tom Tromey <tromey@adacore.com>
4542
4543 * gdb.mi/mi2-cli-display.c: New file.
4544 * gdb.mi/mi2-cli-display.exp: New file.
4545
bff8c71f
TT
45462019-03-18 Joel Brobecker <brobecker@adacore.com>
4547 Tom Tromey <tromey@adacore.com>
4548
4549 * gdb.ada/ptype_array/pck.adb: New file.
4550 * gdb.ada/ptype_array/pck.ads: New file.
4551 * gdb.ada/ptype_array/foo.adb: New file.
4552 * gdb.ada/ptype_array.exp: New file.
4553
d085f989
TT
45542019-03-14 Tom Tromey <tromey@adacore.com>
4555
4556 * gdb.base/style.exp: Add "set style sources" test.
4557
b4be1b06
SM
45582019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4559
4560 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4561 * mi-breakpoint-multiple-locations.exp: ... this.
4562 (make_breakpoints_pattern): New proc.
4563 (do_test): Add mi_version parameter, test -break-insert,
4564 -break-info and =breakpoint-created.
4565
7cde5fc2
AB
45662019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4567
4568 * config/default.exp: Remove 'load_lib gdb.exp'.
4569 * config/monitor.exp: Likewise.
4570 * config/sid.exp: Likewise.
4571 * config/sim.exp: Likewise.
4572 * config/slite.exp: Likewise.
4573 * config/unix.exp: Likewise.
4574 * gdb.base/default.exp: Remove unhelpful comment.
4575
efbecbc1
AB
45762019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4577
4578 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4579
0841c79a
AB
45802019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4581
4582 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4583
4a270568
AB
45842019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4585
4586 * gdb.fortran/type-kinds.exp: Update expected results.
4587
067630bd
AB
45882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4589
4590 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4591
3be47f7a
AB
45922019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4593
4594 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4595 function.
4596 (test_basic_parsing_of_type_kinds): Expand types tested.
4597 (test_parsing_invalid_type_kinds): New function.
4598
4d00f5d8
AB
45992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4600
4601 * gdb.fortran/intrinsics.exp: New file.
4602 * gdb.fortran/intrinsics.f90: New file.
4603 * gdb.fortran/type-kinds.exp: New file.
4604
c8f91604
AB
46052019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4606
4607 * gdb.fortran/dot-ops.exp: New file.
4608
dd9f2c76
AB
46092019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4610
4611 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4612 Check upper and lower case logical literals.
4613
84ec9724
AB
46142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4615
4616 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4617 Remove duplicate tests.
4618
c3734e09
AH
46192019-03-06 Alan Hayward <alan.hayward@arm.com>
4620
4621 * lib/gdb.exp (builtin_cd): rename of cd.
4622 (cd): Override builtin.
4623
aa3cfbda
RB
46242019-03-06 Richard Bunt <richard.bunt@arm.com>
4625
4626 * gdb.fortran/function-calls.exp: New file.
4627 * gdb.fortran/function-calls.f90: New test.
4628
7b63ad86
RB
46292019-03-04 Richard Bunt <richard.bunt@arm.com>
4630
4631 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4632 on user program standard output.
4633 * gdb.fortran/short-circuit-argument-list.f90: Record function
4634 calls.
4635
01abb042
AH
46362019-02-28 Alan Hayward <alan.hayward@arm.com>
4637
c3734e09
AH
4638 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4639 failure.
01abb042 4640
92137da0
RO
46412019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4642
4643 PR gdb/8527
4644 * gdb.base/interrupt-daemon-attach.c,
4645 gdb.base/interrupt-daemon-attach.exp: New test.
4646
5862844d
PA
46472019-02-27 Pedro Alves <palves@redhat.com>
4648
4649 * gdb.base/page.exp: Add tests for "set width/height -1".
4650
8ed25214
PA
46512019-02-27 Pedro Alves <palves@redhat.com>
4652
4653 * gdb.base/page.exp: Add tests for "set/show width/height" with
4654 "infinite" values.
4655
6c28e44a
TT
46562019-02-27 Tom Tromey <tromey@adacore.com>
4657
4658 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4659 2.4.
4660 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4661 workaround.
4662
bf9a735e
AB
46632019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4664
4665 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4666 tests for structs with static members.
4667
8791793c
TT
46682019-02-26 Tom Tromey <tromey@adacore.com>
4669
4670 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4671 ValueError, not TypeError.
4672
bc2a507e
KB
46732019-02-26 Kevin Buettner <kevinb@redhat.com>
4674
4675 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4676 call from main program.
4677
e0e7d3bd
JB
46782019-02-23 Joel Brobecker <brobecker@adacore.com>
4679
4680 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4681 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4682 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4683 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4684 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4685
9600246d
KS
46862019-02-22 Keith Seitz <keiths@redhat.com>
4687
4688 PR symtab/23853
4689 * gdb.base/symlink-sourcefile.c: New file.
4690 * gdb.base/symlink-sourcefile.exp: New file.
4691
0c95f9ed
TT
46922019-02-20 Tom Tromey <tom@tromey.com>
4693
4694 * gdb.base/info_qt.exp: Update.
4695
6caa91b6
SM
46962019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4697
4698 * gdb.base/source.exp: Move "error in sourced script" code to
4699 the end.
4700 * gdb.base/source-error.gdb: Move contents to
4701 source-error-1.gdb. Add new code to source source-error-1.gdb.
4702 * gdb.base/source-error-1.gdb: New file, from previous
4703 source-error.gdb.
4704
6506371f
TT
47052019-02-17 Tom Tromey <tom@tromey.com>
4706
4707 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4708 for macro styling.
4709 * gdb.base/style.c (SOME_MACRO): New macro.
4710
a0087920
TT
47112019-02-17 Tom Tromey <tom@tromey.com>
4712
4713 * gdb.base/style.exp: Add line-wrapping tests.
4714 * gdb.base/page.exp: Add test for quitting during pagination.
4715
a2cd4f14
JB
47162019-02-17 Joel Brobecker <brobecker@adacore.com>
4717
4718 * gdb.ada/big_packed_array: New testcase.
4719 * gdb.ada/homonym.exp: Fix incorrect expected output for
4720 "break <homonym__get_value>" test.
4721
9d70ffbc
WP
47222019-02-13 Weimin Pan <weimin.pan@oracle.com>
4723
4724 PR breakpoints/21870
4725 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4726 and prepare_for_testing. Add comment.
4727 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4728 redundant cleanup call. Clean up comment.
4729
01c7ae81
WP
47302019-02-12 Weimin Pan <weimin.pan@oracle.com>
4731
4732 PR breakpoints/21870
4733 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4734 * gdb.arch/aarch64-dbreg-contents.c: New file.
4735
aff29d1c
JB
47362019-02-10 Joel Brobecker <brobecker@adacore.com>
4737
4738 * gdb.ada/mi_ref_changeable: New testcase.
4739
df0da8a2
AH
47402019-02-07 Alan Hayward <alan.hayward@arm.com>
4741
4742 * gdb.base/attach.exp: Add double attach test.
4743
bd447abb
SM
47442019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4745
4746 * lib/gdb.exp (default_gdb_start): Don't match pagination
4747 prompt.
4748 (gdb_init): Set stty_init.
4749
1dbc40b9
TT
47502019-01-27 Tom Tromey <tom@tromey.com>
4751
4752 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4753 skip_python_tests.
4754
353229bf
AH
47552019-01-24 Alan Hayward <alan.hayward@arm.com>
4756
4757 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4758 New structure.
4759 (struct struct_static_02_02): Likewise.
4760 (struct struct_static_02_03): Likewise.
4761 (struct struct_static_02_04): Likewise.
4762 (struct struct_static_04_01): Likewise.
4763 (struct struct_static_04_02): Likewise.
4764 (struct struct_static_04_03): Likewise.
4765 (struct struct_static_04_04): Likewise.
4766 (struct struct_static_06_01): Likewise.
4767 (struct struct_static_06_02): Likewise.
4768 (struct struct_static_06_03): Likewise.
4769 (struct struct_static_06_04): Likewise.
4770 (cmp_struct_static_02_01): Likewise.
4771 (cmp_struct_static_02_02): Likewise.
4772 (cmp_struct_static_02_03): Likewise.
4773 (cmp_struct_static_02_04): Likewise.
4774 (cmp_struct_static_04_01): Likewise.
4775 (cmp_struct_static_04_02): Likewise.
4776 (cmp_struct_static_04_03): Likewise.
4777 (cmp_struct_static_04_04): Likewise.
4778 (cmp_struct_static_06_01): Likewise.
4779 (cmp_struct_static_06_02): Likewise.
4780 (cmp_struct_static_06_03): Likewise.
4781 (cmp_struct_static_06_04): Likewise.
4782 (call_all): Test new structs.
4783 * gdb.base/infcall-nested-structs.exp: Likewise.
4784
73021deb
AH
47852019-01-21 Alan Hayward <alan.hayward@arm.com>
4786 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4787
fc65c7db
AH
47882019-01-21 Alan Hayward <alan.hayward@arm.com>
4789 * gdb.base/stack-protector.c: New test.
4790 * gdb.base/stack-protector.exp: New file.
4791 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4792 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4793 option.
4794 (gdb_compile): Remove stack protector for GCC and prevent
4795 recursion.
4796
c24bdb02
KS
47972019-01-16 Keith Seitz <keiths@redhat.com>
4798
4799 PR gdb/23773
4800 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4801
6f072a10
PFC
48022019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4803
4804 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4805 aliases.
4806 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4807 tests.
4808 * gdb.arch/powerpc-vector-regs.c: New file.
4809 * gdb.arch/powerpc-vector-regs.exp: New file.
4810
a7b8d682
PFC
48112019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4812
4813 * gdb.arch/altivec-regs.exp: Fix the list passed to
4814 gdb_expect_list when testing "info vector".
4815
6eb6fb67
AB
48162019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4817
4818 * gdb.base/style.exp: Don't include path in testname.
4819
b56f80d8
KS
48202019-01-10 Keith Seitz <keiths@redhat.com>
4821
4822 PR gdb/23712
4823 PR symtab/23010
4824 * gdb.dwarf2/multidictionary.exp: New file.
4825
041be526
SM
48262019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4827
4828 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4829 (test_gnuv3_style_demangling): ... this.
4830 (test_lucid_style_demangling): Remove.
4831 (test_arm_style_demangling): Remove.
4832 (test_hp_style_demangling): Remove.
4833 (do_tests): Remove calls to the above.
4834
d820d0c3
AB
48352019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4836
4837 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4838 case.
4839
f097f5ad
TT
48402019-01-06 Tom Tromey <tom@tromey.com>
4841
4842 PR gdb/28155:
4843 * gdb.dwarf2/typedef-void-finish.exp: New file.
4844
2cd8cc0b
TT
48452018-12-28 Tom Tromey <tom@tromey.com>
4846 Simon Marchi <simark@simark.ca>
4847
4848 * gdb.base/jit-exec.exp: New file.
4849 * gdb.base/jit-exec.c: New file.
4850 * gdb.base/jit-execd.c: New file.
4851
35fb8261
TT
48522018-12-28 Tom Tromey <tom@tromey.com>
4853
4854 * gdb.base/style.exp: Update test to check for address styling.
4855
47fd17cd
TT
48562018-12-28 Tom Tromey <tom@tromey.com>
4857
4858 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4859 message.
4860
d47032b7
TT
48612018-12-28 Tom Tromey <tom@tromey.com>
4862
4863 * gdb.base/style.exp: Add test for version number styling.
4864
af79b68d
TT
48652018-12-28 Tom Tromey <tom@tromey.com>
4866
4867 * gdb.base/style.exp: Add test for print_address_symbolic.
4868
0bb296cb
TT
48692018-12-28 Tom Tromey <tom@tromey.com>
4870
4871 * gdb.base/style.exp: Add test for breakpoint setting.
4872
80ae2043
TT
48732018-12-28 Tom Tromey <tom@tromey.com>
4874
4875 * gdb.base/style.exp: Add test for variable names.
4876
cbe56571
TT
48772018-12-28 Tom Tromey <tom@tromey.com>
4878
4879 * gdb.base/style.exp: New file.
4880 * gdb.base/style.c: New file.
4881
9162a27c
TT
48822018-12-28 Tom Tromey <tom@tromey.com>
4883
4884 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4885 "dumb".
4886 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4887 the TERM environment variable.
4888
bc543c90
TT
48892018-12-27 Tom Tromey <tom@tromey.com>
4890
4891 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4892 pagination test.
4893
6f0ffe50
AB
48942018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4895
4896 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4897 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4898
b5a1e557
PW
48992018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4900
4901 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4902 Filename a.adb changed to bp_fun_addr.adb.
4903 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4904
6e8b1ab2
JV
49052018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4906
4907 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4908 non-PIE executables.
4909 * README: Mention the gdb,nopie_flag board setting.
4910 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4911 non-PIE executable.
4912 * gdb.arch/amd64-entry-value.exp: Likewise.
4913 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4914 * gdb.arch/i386-float.exp: Likewise.
4915 * gdb.arch/i386-signal.exp: Likewise.
4916 * gdb.mi/mi-reg-undefined.exp: Likewise.
4917
d00a27c5
PM
49182018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4919
4920 PR gdb/23974
4921 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4922
161d081c
PW
49232018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4924
4925 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4926 Update order of results accordingly.
4927
b001de23
AB
49282018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4929
4930 * gdb.base/annota1.exp: Update a test regexp.
4931
99e1a184
AB
49322018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4933
4934 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4935
7a81c1e2
PW
49362018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4937
4938 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4939 (reuse_time): Initialize to REUSE_TIME_CAP.
4940 (check_rc): New function.
4941 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4942 Check pthread_create rc.
4943 (spawner_thread_func): Check pthread_create and pthread_join rc.
4944
73e8dc90
PA
49452018-12-08 Pedro Alves <palves@redhat.com>
4946
4947 * gdb.base/list.exp (test_forward_search): Rename to ...
4948 (test_forward_reverse_search): ... this. Also test reverse-search
4949 and the forward-search alias.
4950
13f2ed32
AB
49512018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4952
4953 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4954 local timeout variable before return, and remove all local timeout
4955 variable entirely.
4956 (gdb_load): Likewise.
4957
64d27cfc
TV
49582018-12-01 Tom de Vries <tdevries@suse.de>
4959
4960 * gdb.base/gdb-caching-proc.exp: New file.
4961
f63c03b4
SDJ
49622018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4963
4964 * Makefile.in (TIMESTAMP): New variable.
4965 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4966 command.
4967 (check-single-racy): Likewise.
4968 (check/%.exp): Likewise.
4969 (check-racy/%.exp): Likewise.
4970 (workers/%.worker): Likewise.
4971 (build-perf): Likewise.
4972 (check-perf): Likewise.
4973 * README: Describe new "TS" and "TS_FORMAT" variables.
4974 * print-ts.py: New file.
4975
1c97054b
BF
49762018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4977
4978 PR python/23714
4979 * gdb.python/python.exp: Test command repetition after
4980 gdb.execute.
4981
1871a62d
AB
49822018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4983
4984 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4985 is correctly aligned.
4986
fb5e1ed9
PW
49872018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4988
4989 * gdb.ada/info_auto_lang.exp: New testcase.
4990 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4991 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4992 * gdb.ada/info_auto_lang/some_c.c: New file.
4993
43d397ca
PW
49942018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4995
4996 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4997 FUNC_lang language syntax.
4998
beddd671
PW
49992018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5000
5001 * gdb.base/info_minsym.c: New file.
5002 * gdb.base/info_minsym.exp: New file.
5003
73fc52c4
TT
50042018-11-19 Tom Tromey <tom@tromey.com>
5005
5006 PR rust/23625:
5007 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5008 * gdb.rust/expr.exp: Update expected output. Change one test.
5009
994b876a
TT
50102018-11-19 Tom Tromey <tom@tromey.com>
5011
5012 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5013
6769f276
PA
50142018-11-19 Pedro Alves <palves@redhat.com>
5015
5016 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5017 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5018 see the expected warning.
5019
38a72da0
AH
50202018-11-16 Alan Hayward <alan.hayward@arm.com>
5021
5022 PR gdb/22736:
5023 * gdb.cp/infcall-nodebug-lib.c: New test.
5024 * gdb.cp/infcall-nodebug-main.c: New test.
5025 * gdb.cp/infcall-nodebug.exp: New file.
5026
53a89d6e
SM
50272018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5028
5029 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5030 completer tests.
5031
9325300d
TV
50322018-11-09 Tom de Vries <tdevries@suse.de>
5033
5034 * gdb.base/msym-lang.c: New test.
5035 * gdb.base/msym-lang.exp: New file.
5036 * gdb.base/msym-lang-main.c: New test.
5037
20f0d60d
TT
50382018-11-08 Tom Tromey <tom@tromey.com>
5039
5040 PR gdb/23555:
5041 PR gdb/23838:
5042 * gdb.base/warning.exp: New file.
5043
b5420128
JB
50442018-11-08 Jan Beulich <jbeulich@suse.com>
5045
5046 * testsuite/gdb.arch/i386-avx512.c,
5047 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5048
cd115d61
AB
50492018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5050
5051 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5052 point hardware.
5053
35ee2dc2
AB
50542018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5055
5056 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5057 * gdb.dwarf2/missing-type-name.exp: New file.
5058
31aceee8
TV
50592018-11-06 Tom de Vries <tdevries@suse.de>
5060
5061 * gdb.base/many-headers.c: New test.
5062 * gdb.base/many-headers.exp: New file.
5063
109be305
JW
50642018-11-06 Jim Wilson <jimw@sifive.com>
5065
5066 * gdb.base/code_elim.exp: For riscv, set additional_flags
5067 to include -msmall-data-limit=0.
5068
e2b7af72
JB
50692018-11-01 Joel Brobecker <brobecker@adacore.com>
5070
5071 * gdb.ada/watch_minus_l: New testcase.
5072
cdcda965
SM
50732018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5074
5075 * gdb.arch/aix-sighandle.c: New file.
5076 * gdb.arch/aix-sighandle.exp: New file.
5077
92dcebf3
AB
50782018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5079
5080 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5081 registers being unions.
5082
68b9ac18
TV
50832018-10-31 Tom de Vries <tdevries@suse.de>
5084
5085 * lib/valgrind.exp: New file.
5086 (vgdb_start, vgdb_stop): New procs, factored out of ...
5087 * gdb.base/valgrind-bt.exp: ... here, ...
5088 * gdb.base/valgrind-disp-step.exp: ... here and ...
5089 * gdb.base/valgrind-infcall.exp: ... here.
5090
1443936e
TV
50912018-10-31 Tom de Vries <tdevries@suse.de>
5092
5093 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5094
eb77c9df
AB
50952018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5096
5097 * gdb.dwarf2/void-type.c: New file.
5098 * gdb.dwarf2/void-type.exp: New file.
5099
82b5e646
PW
51002018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5101
5102 * gdb.base/info_qt.c: New file.
5103 * gdb.base/info_qt.exp: New file.
5104
8d619c01
EBM
51052018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5106
5107 * gdb.arch/powerpc-htm-regs.c: New file.
5108 * gdb.arch/powerpc-htm-regs.exp: New file.
5109
f2cf6173
EBM
51102018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5111
5112 * gdb.arch/powerpc-tar.c: New file.
5113 * gdb.arch/powerpc-tar.exp: New file.
5114
7ca18ed6
EBM
51152018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5116
5117 * gdb.arch/powerpc-ppr-dscr.c: New file.
5118 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5119
bfcc0eba
TV
51202018-10-25 Tom de Vries <tdevries@suse.de>
5121
5122 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5123
fe1a5cad
TV
51242018-10-24 Tom de Vries <tdevries@suse.de>
5125
5126 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5127 longer exists error.
5128
a76dc3b7
TV
51292018-10-24 Tom de Vries <tdevries@suse.de>
5130
5131 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5132
4df46df7
TV
51332018-10-24 Tom de Vries <tdevries@suse.de>
5134
5135 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5136 --db-attach in valgrind.
5137
0dbfcfff
AB
51382018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5139
5140 * gdb.arch/riscv-reg-aliases.c: New file.
5141 * gdb.arch/riscv-reg-aliases.exp: New file.
5142
b04480b1
AH
51432018-10-19 Alan Hayward <alan.hayward@arm.com>
5144
5145 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5146
2c6ac8d7
AH
51472018-10-19 Alan Hayward <alan.hayward@arm.com>
5148
5149 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5150
2bc69f25
AH
51512018-10-19 Alan Hayward <alan.hayward@arm.com>
5152
5153 * gdb.cp/ovldbreak.exp: Fix regexps.
5154
1f1ae3a3
AH
51552018-10-19 Alan Hayward <alan.hayward@arm.com>
5156
5157 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5158
94c18618
SDJ
51592018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5160
5161 PR cli/23785
5162 * gdb.base/restore.exp: New test to check if "restore" with an
5163 invalid file doesn't segfault.
5164
812cd6eb
TV
51652018-10-18 Tom de Vries <tdevries@suse.de>
5166
5167 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5168 * gdb.ada/excep_handle.exp: Same.
5169 * gdb.ada/mi_string_access.exp: Same.
5170 * gdb.ada/mi_var_union.exp: Same.
5171 * gdb.arch/arc-analyze-prologue.exp: Same.
5172 * gdb.arch/arc-decode-insn.exp: Same.
5173 * gdb.base/readnever.exp: Same.
5174 * gdb.fortran/printing-types.exp: Same.
5175 * gdb.guile/scm-lazy-string.exp: Same.
5176
c4b90788
TV
51772018-10-16 Tom de Vries <tdevries@suse.de>
5178
5179 PR gdb/23730
5180 * gdb.base/catch-follow-exec.c: Add copyright notice.
5181 * gdb.base/catch-follow-exec.exp: Rewrite to use
5182 gdb_spawn_with_cmdline_opts. Require gdb-native.
5183
8bca2978
SL
51842018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5185
5186 * gdb.trace/actions-changed.exp: Check for arch support.
5187 * gdb.trace/actions.exp: Likewise.
5188 * gdb.trace/ax.exp: Likewise.
5189 * gdb.trace/backtrace.exp: Likewise.
5190 * gdb.trace/change-loc.exp: Likewise.
5191 * gdb.trace/deltrace.exp: Likewise.
5192 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5193 * gdb.trace/ftrace.exp: Likewise.
5194 * gdb.trace/infotrace.exp: Check for arch support.
5195 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5196 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5197 * gdb.trace/mi-tsv-changed.exp: Likewise.
5198 * gdb.trace/packetlen.exp: Likewise.
5199 * gdb.trace/passc-dyn.exp: Likewise.
5200 * gdb.trace/passcount.exp: Likewise.
5201 * gdb.trace/pending.exp: Likewise.
5202 * gdb.trace/range-stepping.exp: Check for shlib support.
5203 * gdb.trace/report.exp: Check for arch support.
5204 * gdb.trace/save-trace.exp: Likewise.
5205 * gdb.trace/signal.exp: Check for signal support.
5206 * gdb.trace/tfind.exp: Check for arch support.
5207 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5208 * gdb.trace/trace-common.h: Add comment.
5209 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5210 * gdb.trace/trace-enable-disable.exp: Likewise.
5211 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5212 * gdb.trace/tracecmd.exp: Check for arch support.
5213 * gdb.trace/tspeed.exp: Check for shlib and target support.
5214 * gdb.trace/tstatus.exp: Check for arch support.
5215 * gdb.trace/tsv.exp: Likewise.
5216 * gdb.trace/while-dyn.exp: Likewise.
5217 * gdb.trace/while-stepping.exp: Likewise.
5218 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5219
f9c49bff
SM
52202018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5221
5222 * gdb.trace/tspeed.exp: Remove nowarnings.
5223 (prepare_for_trace_test): Declare "global ipalib".
5224 * gdb.trace/tspeed.c: Include unistd.h.
5225 (main): Remove superfluous printf argument.
5226
d4330bde
SL
52272018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5228
5229 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5230 directory prefix on the filename.
5231
8ecfd7bd
SDJ
52322018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5233
5234 * gdb.gdb/unittest.exp: Update expected message informing that
5235 selftests have been disabled.
5236 * gdb.server/unittest.exp: Likewise.
5237
58bbcd02
TV
52382018-10-09 Tom de Vries <tdevries@suse.de>
5239
5240 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5241 with runto_main.
5242
9f6b697b
WP
52432018-10-08 Weimin Pan <weimin.pan@oracle.com>
5244
5245 PR c++/16841
5246 * gdb.cp/virtbase2.cc: New file.
5247 * gdb.cp/virtbase2.exp: New file.
5248
add5ded5
TT
52492018-10-06 Tom Tromey <tom@tromey.com>
5250
5251 PR python/19399:
5252 * gdb.python/py-inferior.exp: Add architecture test.
5253
f9e48344
TT
52542018-10-06 Tom Tromey <tom@tromey.com>
5255
5256 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5257 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5258
2a8be203
TT
52592018-10-06 Tom Tromey <tom@tromey.com>
5260
5261 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5262 of a "throw" catchpoint.
5263
e04caa70
SDJ
52642018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5265
5266 * gdb.base/info-proc.exp: Update string expected from "help info
5267 proc".
5268
5ca8c39f
TT
52692018-10-04 Tom Tromey <tom@tromey.com>
5270
5271 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5272 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5273 (test_initial_complaints, test_empty_complaints): Update.
5274 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5275
3453e7e4
TT
52762018-10-04 Tom Tromey <tom@tromey.com>
5277
5278 PR cli/19551:
5279 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5280 * lib/gdb.exp (gdb_file_cmd): Update.
5281 * gdb.stabs/weird.exp (print_weird_var): Update.
5282 * gdb.server/solib-list.exp: Update.
5283 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5284 * gdb.mi/mi-cli.exp: Update.
5285 * gdb.linespec/linespec.exp: Update.
5286 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5287 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5288 * gdb.cp/cp-relocate.exp: Update.
5289 * gdb.base/sym-file.exp: Update.
5290 * gdb.base/relocate.exp: Update.
5291 * gdb.base/readnever.exp: Update.
5292 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5293 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5294 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5295 * gdb.base/code_elim.exp: Update.
5296 * gdb.base/break-unload-file.exp (test_break): Update.
5297 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5298 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5299 Update.
5300 * gdb.base/attach.exp (do_attach_tests): Update.
5301 * gdb.base/sepdebug.exp: Update.
5302 * gdb.python/py-section-script.exp: Update.
5303
6afcf761
TT
53042018-10-04 Tom Tromey <tom@tromey.com>
5305
5306 PR cli/22234:
5307 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5308 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5309 output.
5310
fef1b293
TT
53112018-10-04 Tom Tromey <tom@tromey.com>
5312
5313 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5314 set width and height to 0.
5315 (test_command_line_attach_run): Use -quiet.
5316
ca98345e
SL
53172018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5318
5319 * lib/gdb.exp (skip_ifunc_tests): New.
5320 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5321 other compile failures.
5322 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5323
ff34e6ae
SM
53242018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5325
5326 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5327 is_amd64_regs_target.
5328
6bb8890e
AH
53292018-10-01 Alan Hayward <alan.hayward@arm.com>
5330
5331 * gdb.arch/aarch64-sighandler-regs.c: New test.
5332 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5333 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5334
224d30d3
MM
53352018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5336
5337 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5338 assembly.
5339
f67ffa6a
AB
53402018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5341
5342 * gdb.base/frame-selection.exp: New file.
5343 * gdb.base/frame-selection.c: New file.
5344
9fc3183f
AH
53452018-09-27 Alan Hayward <alan.hayward@arm.com>
5346
5347 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5348 pthread barrier.
5349 (main): Likewise.
5350
d354055e
AB
53512018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5352
5353 * gdb.base/large-frame-1.c: New file.
5354 * gdb.base/large-frame-2.c: New file.
5355 * gdb.base/large-frame.exp: New file.
5356 * gdb.base/large-frame.h: New file.
5357
db727370
JL
53582018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5359
5360 PR gdb/20948
5361 * gdb.base/write_mem.exp: New test.
5362 * gdb.base/write_mem.c: Likewise.
5363
ae778caf
TT
53642018-09-23 Tom Tromey <tom@tromey.com>
5365
5366 PR python/18852:
5367 * gdb.python/py-parameter.exp: Add test for parameter that throws
5368 on "set".
5369
fd3ba736
TT
53702018-09-23 Tom Tromey <tom@tromey.com>
5371
5372 PR python/17284:
5373 * gdb.python/py-template.exp (test_template_arg): Add test for
5374 negative template argument number.
5375
39a24317
TT
53762018-09-23 Tom Tromey <tom@tromey.com>
5377
5378 PR python/14062:
5379 * gdb.python/python.exp: Add test for post_event error.
5380
f5769a2c
TT
53812018-09-23 Tom Tromey <tom@tromey.com>
5382
5383 PR python/18170:
5384 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5385 convert pointers to int and long.
5386
1c1e54f6
TT
53872018-09-23 Tom Tromey <tom@tromey.com>
5388
5389 PR python/20126:
5390 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5391 signed-ness conversion tests.
5392
fb4fa946
TT
53932018-09-23 Tom Tromey <tom@tromey.com>
5394
5395 PR python/18352;
5396 * gdb.python/py-value.exp (test_float_conversion): New proc.
5397 Use it.
5398
a466edac
HAQ
53992018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5400
5401 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5402
4ee9b0c5
SL
54032018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5404
5405 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5406 no readline.
5407 * gdb.base/utf8-identifiers.exp: Likewise.
5408 * gdb.cp/cpcompletion.exp: Likewise.
5409 * gdb.linespec/cpcompletion.exp: Likewise.
5410 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5411 * gdb.linespec/cpls-ops.exp: Likewise.
5412
23be8da7
RB
54132018-09-19 Richard Bunt <richard.bunt@arm.com>
5414 Chris January <chris.january@arm.com>
5415
5416 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5417 * gdb.fortran/short-circuit-argument-list.exp: New file.
5418 * gdb.fortran/short-circuit-argument-list.f90: New test.
5419
5031d0ae
SDJ
54202018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5421
5422 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5423 "arch=" keyword when executing "-stack-list-frames".
5424
b4c0d1a4
SDJ
54252018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5426
5427 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5428 "arch=" keyword when executing "-stack-list-frames".
5429
7a6d2b45
SDJ
54302018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5431
5432 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5433 break ada".
5434
8588b356
SM
54352018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5436
5437 PR python/23669
5438 * gdb.python/python.exp: Test gdb.execute("show commands").
5439
65e65158
TT
54402018-09-16 Tom Tromey <tom@tromey.com>
5441
5442 * gdb.base/new-ui.exp (do_execution_tests): Update.
5443 * gdb.base/dbx.exp (test_breakpoints): Update.
5444
bf326452
AH
54452018-09-14 Alan Hayward <alan.hayward@arm.com>
5446
5447 * lib/gdb.exp (gdb_simple_compile): Add proc.
5448 (is_elf_target): Use gdb_simple_compile.
5449 (skip_altivec_tests): Likewise.
5450 (skip_vsx_tests): Likewise.
5451 (skip_tsx_tests): Likewise.
5452 (skip_btrace_tests): Likewise.
5453 (skip_btrace_pt_tests): Likewise.
5454 (gdb_can_simple_compile): Likewise.
5455 (gdb_has_argv0): Likewise.
5456 (gdb_target_symbol_prefix): Likewise.
5457 (target_supports_scheduler_locking): Likewise.
5458
2361b0fb
TT
54592018-09-13 Tom Tromey <tom@tromey.com>
5460
5461 * Makefile.in (TAGS): Recognize proc_with_prefix and
5462 gdb_caching_proc.
5463
0ae1a321
SM
54642018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5465
5466 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5467 method.
5468
a40bf0c2
SM
54692018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5470
5471 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5472 and a few other Inferior properties when the Inferior is no
5473 longer valid.
5474
4a3fe98f
TT
54752018-09-13 Tom Tromey <tom@tromey.com>
5476
5477 PR rust/23650:
5478 * gdb.rust/simple.exp: Add test for enum field access error.
5479
098b2108
TT
54802018-09-13 Tom Tromey <tom@tromey.com>
5481
5482 PR rust/23626:
5483 * gdb.rust/simple.rs (EmptyEnum): New type.
5484 (main): Use it.
5485 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5486
1256af7d
SM
54872018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5488
5489 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5490 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5491 * gdb.python/py-symtab.exp: Update test printing an objfile.
5492
4aa8e6c2
SM
54932018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5494
5495 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5496 object.
5497
c221b2f7
AH
54982018-09-12 Alan Hayward <alan.hayward@arm.com>
5499
5500 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5501 (support_complex_tests): Use gdb_can_simple_compile.
5502 (is_ilp32_target): Likewise.
5503 (is_lp64_target): Likewise.
5504 (is_64_target): Likewise.
5505 (is_amd64_regs_target): Likewise.
5506 (is_aarch32_target): Likewise.
5507 (gdb_int128_helper): Likewise.
5508
6f1107b5
JK
55092018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5510
5511 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5512
1f5d1570
JG
55132018-09-10 Jerome Guitton <guitton@adacore.com>
5514
5515 * gdb.ada/same_component_name: Add test for case of tagged record
5516 with variable-length fields.
5517
cc330e39
XR
55182018-09-10 Xavier Roirand <roirand@adacore.com>
5519
5520 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5521 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5522 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5523 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5524
b9c50e9a
XR
55252018-09-10 Xavier Roirand <roirand@adacore.com>
5526
5527 * gdb.ada/mi_string_access.exp: New testcase.
5528 * gdb.ada/mi_string_access/bar.adb: New file.
5529 * gdb.ada/mi_string_access/pck.adb: New file.
5530 * gdb.ada/mi_string_access/pck.asd: New file.
5531
2963898f
XR
55322018-09-10 Xavier Roirand <roirand@adacore.com>
5533
5534 * gdb.ada/mi_var_union.exp: New testcase.
5535 * gdb.ada/mi_var_union/bar.adb: New file.
5536 * gdb.ada/mi_var_union/pck.adb: New file.
5537 * gdb.ada/mi_var_union/pck.asd: New file.
5538
1aac008f
TT
55392018-09-08 Tom Tromey <tom@tromey.com>
5540
5541 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5542
332cf4c9
TT
55432018-09-08 Tom Tromey <tom@tromey.com>
5544
5545 PR python/16047:
5546 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5547 (register_pretty_printers): Register new printer.
5548 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5549 test.
5550 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5551 (an_int_type3): New global.
5552
424da6cf
JB
55532018-09-08 Joel Brobecker <brobecker@adacore.com>
5554
5555 * gdb.ada/expr_with_funcall: New testcase.
5556
2a62dfa9
JB
55572018-09-08 Joel Brobecker <brobecker@adacore.com>
5558
5559 * gdb.ada/packed_array_assign: New testcase.
5560
96b6697f
AB
55612018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5562
5563 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5564 names, and add test prefixes to make test names unique.
5565
e4a62c65
TV
55662018-09-05 Tom de Vries <tdevries@suse.de>
5567
5568 * gdb.dwarf2/varval.exp: Add test.
5569
dd083ee2
GB
55702018-09-04 Gary Benson <gbenson@redhat.com>
5571
5572 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5573 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5574
aef9346c
TT
55752018-08-31 Tom Tromey <tom@tromey.com>
5576
5577 * gdb.rust/simple.rs: Rename second variable "v".
5578
c67f2e15
AB
55792018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5580
5581 * gdb.base/funcargs.c (use_a): New function.
5582 (recurse): Call use_a.
5583
078a0207
KS
55842018-08-29 Keith Seitz <keiths@redhat.com>
5585
5586 * gdb.compile/compile-cplus-anonymous.cc: New file.
5587 * gdb.compile/compile-cplus-anonymous.exp: New file.
5588 * gdb.compile/compile-cplus-array-decay.cc: New file.
5589 * gdb.compile/compile-cplus-array-decay.exp: New file.
5590 * gdb.compile/compile-cplus-inherit.cc: New file.
5591 * gdb.compile/compile-cplus-inherit.exp: New file.
5592 * gdb.compile/compile-cplus-member.cc: New file.
5593 * gdb.compile/compile-cplus-member.exp: New file.
5594 * gdb.compile/compile-cplus-method.cc: New file.
5595 * gdb.compile/compile-cplus-method.exp: New file.
5596 * gdb.compile/compile-cplus-mod.c: "New" file.
5597 * gdb.compile/compile-cplus-namespace.cc: New file.
5598 * gdb.compile/compile-cplus-namespace.exp: New file.
5599 * gdb.compile/compile-cplus-nested.cc: New file.
5600 * gdb.compile/compile-cplus-nested.exp: New file.
5601 * gdb.compile/compile-cplus-print.c: "New" file.
5602 * gdb.compile/compile-cplus-print.exp: "New" file.
5603 * gdb.compile/compile-cplus-virtual.cc: New file.
5604 * gdb.compile/compile-cplus-virtual.exp: New file.
5605 * gdb.compile/compile-cplus.c: "New" file.
5606 * gdb.compile/compile-cplus.exp: "New" file.
5607 * lib/compile-support.exp: New file.
5608
b0f492b9
GB
56092018-08-16 Gary Benson <gbenson@redhat.com>
5610
5611 PR gdb/13000:
5612 * gdb.base/batch-exit-status.exp: New file.
5613 * gdb.base/batch-exit-status.good-commands: Likewise.
5614 * gdb.base/batch-exit-status.bad-commands: Likewise.
5615
36eb4c5f
AH
56162018-08-29 Alan Hayward <alan.hayward@arm.com>
5617
5618 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5619 (struct struct02): Likewise.
5620 (struct struct03): Likewise.
5621 (struct struct04): Likewise.
5622 (struct struct_01_01): New struct.
5623 (struct struct_01_02): Likewise.
5624 (struct struct_01_03): Likewise.
5625 (struct struct_01_04): Likewise.
5626 (struct struct_02_01): Likewise.
5627 (struct struct_02_02): Likewise.
5628 (struct struct_02_03): Likewise.
5629 (struct struct_02_04): Likewise.
5630 (struct struct_04_01): Likewise.
5631 (struct struct_04_02): Likewise.
5632 (struct struct_04_03): Likewise.
5633 (struct struct_04_04): Likewise.
5634 (struct struct_05_01): Likewise.
5635 (struct struct_05_02): Likewise.
5636 (struct struct_05_03): Likewise.
5637 (struct struct_05_04): Likewise.
5638 (cmp_struct01): Remove function.
5639 (cmp_struct02): Likewise.
5640 (cmp_struct03): Likewise.
5641 (cmp_struct04): Likewise.
5642 (cmp_struct_01_01): Add Function.
5643 (cmp_struct_01_02): Likewise.
5644 (cmp_struct_01_03): Likewise.
5645 (cmp_struct_01_04): Likewise.
5646 (cmp_struct_02_01): Likewise.
5647 (cmp_struct_02_02): Likewise.
5648 (cmp_struct_02_03): Likewise.
5649 (cmp_struct_02_04): Likewise.
5650 (cmp_struct_04_01): Likewise.
5651 (cmp_struct_04_02): Likewise.
5652 (cmp_struct_04_03): Likewise.
5653 (cmp_struct_04_04): Likewise.
5654 (cmp_struct_05_01): Likewise.
5655 (cmp_struct_05_02): Likewise.
5656 (cmp_struct_05_03): Likewise.
5657 (cmp_struct_05_04): Likewise.
5658 (call_all): Add new structs.
5659 * gdb.base/infcall-nested-structs.exp: Likewise.
5660
3bf9c013
JV
56612018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5662
5663 * gdb.python/py-framefilter-mi.exp: Update regexp to
5664 check for "arch" field in frame output.
5665
450d1e88
KB
56662018-08-23 Kevin Buettner <kevinb@redhat.com>
5667
5668 * gdb.dwarf2/dw2-ranges-func.c: New file.
5669 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5670
ae739fe7
SM
56712018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5672
5673 * gdb.base/term.exp: Compare terminal settings with values from
5674 the inferior.
5675 * gdb.base/term.c: Get and set terminal settings.
5676
6d52907e
JV
56772018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5678
5679 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5680 accommodate new "arch" field in frame output.
5681 * gdb.mi/mi-return.exp: Likewise.
5682 * gdb.mi/mi-stack.exp: Likewise.
5683 * gdb.mi/mi-syn-frame.exp: Likewise.
5684 * gdb.mi/user-selected-context-sync.exp: Likewise.
5685
be2d111a
MS
56862018-08-19 Michael Spang <spang@google.com>
5687
5688 PR gdb/11786
5689 * gdb.base/gcore-tls-pie.c: New file.
5690 * gdb.base/gcore-tls-pie.exp: New file.
5691
ae3a7c47
KB
56922018-08-18 Kevin Buettner <kevinb@redhat.com>
5693
5694 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5695 * gdb.dwarf2/varval.c: New file.
5696 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5697
2ecae92e
AH
56982018-08-17 Alan Hayward <alan.hayward@arm.com>
5699
5700 PR gdb/18931
5701 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5702
c1854f1d
KS
57032018-08-16 Keith Seitz <keiths@redhat.com>
5704
5705 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5706 tests expected to pass.
5707
26fb3983
JV
57082018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5709
5710 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5711 -data-disassemble -a.
5712 (test_disassembly_bogus_args): Likewise.
5713
67943c00
AB
57142018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5715
5716 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5717
5ff2bbae
AB
57182018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5719
5720 * gdb.base/vla-optimized-out.exp: Add new test.
5721
e5bbcd0f
AB
57222018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5723
5724 * gdb.base/vla-optimized-out-o3.exp: Delete.
5725 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5726 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5727 deleted tests.
5728
9d4a934c
AB
57292018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5730
5731 PR gdb/18050:
5732 * gdb.server/extended-remote-restart.c: New file.
5733 * gdb.server/extended-remote-restart.exp: New file.
5734
045cf012
SM
57352018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5736
5737 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5738 "set variable index = 42".
5739
87d6a7aa
SM
57402018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5741
5742 * boards/index-cache-gdb.exp: New file.
5743 * gdb.dwarf2/index-cache.exp: New file.
5744 * gdb.dwarf2/index-cache.c: New file.
5745 * gdb.base/maint.exp: Check if we are using the index cache.
5746
96d68bd4
RO
57472018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5748
5749 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5750 MAKEFLAGS.
5751
5a699617
RO
57522018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5753
5754 * dg-extract-results.sh: Move to toplevel contrib.
5755 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5756 * Makefile.in (check-parallel-racy): Likewise.
5757
5bd18990
AB
57582018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5759
5760 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5761 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5762 tests if the target supports scheduler locking.
5763
3fbbcf47
TV
57642018-08-04 Tom de Vries <tdevries@suse.de>
5765
5766 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5767
3e1d3d8c
TT
57682018-08-02 Tom Tromey <tom@tromey.com>
5769
5770 PR symtab/16842.
5771 * gdb.cp/temargs.exp: Test "info address" of a template
5772 parameter.
5773
5abe0f0c
JV
57742018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5775
5776 * gdb.python/py-mi-var-info-path-expression.c: New file.
5777 * gdb.python/py-mi-var-info-path-expression.py: New file.
5778 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5779
fb66cde8
SDJ
57802018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5781
5782 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5783 error after "cannot resolve name" string.
5784
c708f4d2
AB
57852018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5786
5787 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5788 started.
5789 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5790
37cc0cae
TV
57912018-07-28 Tom de Vries <tdevries@suse.de>
5792
5793 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5794
63b4ecf7
TV
57952018-07-26 Tom de Vries <tdevries@suse.de>
5796
5797 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5798
3c3bb058
AB
57992018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5800
5801 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5802 is visible.
5803
9e7f3bbb
TV
58042018-07-26 Tom de Vries <tdevries@suse.de>
5805
5806 PR breakpoints/23366
5807 * gdb.base/catch-follow-exec.c: New test.
5808 * gdb.base/catch-follow-exec.exp: New file.
5809
16f808ec
TV
58102018-07-25 Tom de Vries <tdevries@suse.de>
5811
5812 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5813 vla-optimized-out.c.
5814
d7154a8d
JV
58152018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5816
5817 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5818 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5819
232a0032
TV
58202018-07-20 Tom de Vries <tdevries@suse.de>
5821
5822 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5823 NOCLONE macro.
5824 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5825
fbb1d502
TV
58262018-07-19 Tom de Vries <tdevries@suse.de>
5827
5828 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5829 regular expression.
5830
42dc7699
TV
58312018-07-18 Tom de Vries <tdevries@suse.de>
5832
5833 * gdb.base/vla-optimized-out.c: New test.
5834 * gdb.base/vla-optimized-out.exp: New file.
5835
7f1f7e23
SDJ
58362018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5837
5838 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5839 message "No address associated with hostname" when gdbserver
5840 cannot resolve the hostname.
5841
5759ebb3
PW
58422018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5843
5844 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5845 Add some test prefixes to make tests unique.
5846
3606ccab
PW
58472018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5848
5849 * gdb.base/frameapply.c: New file.
5850 * gdb.base/frameapply.exp: New file.
5851
529c08b2
PW
58522018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5853
5854 * gdb.base/skip.exp: Update expected error message.
5855
c7ab0aef
SDJ
58562018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5857 Jan Kratochvil <jan.kratochvil@redhat.com>
5858 Paul Fertser <fercerpav@gmail.com>
5859 Tsutomu Seki <sekiriki@gmail.com>
5860
5861 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5862 parameter.
5863 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5864 by default.
5865 * boards/native-gdbserver.exp: Likewise.
5866 * gdb.server/run-without-local-binary.exp: Improve regexp used
5867 for detecting when a remote debugging connection succeeds.
5868 * gdb.server/server-connect.exp: New file.
5869 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5870 Do not prefix the port number with ":".
5871 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5872 support for detecting and using it. Add '$debughost_gdbserver'
5873 to the list of arguments used to start gdbserver. Handle case
5874 when gdbserver cannot resolve a network name.
5875
16ff70dd
SDJ
58762018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5877
5878 PR c++/23373
5879 * gdb.base/ptype-offsets.cc (struct static_member): New
5880 struct.
5881 (main) <stmember>: New variable.
5882 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5883 with a static member in it.
5884
3541979f
AB
58852018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5886
5887 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5888 watchpoints enabled and disabled.
5889
c8ad9b9a
AB
58902018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5891
5892 * gdb.base/examine-backward.exp: Still run tests around address
5893 0x0, even if address 0x0 is not readable. Update the pattern for
5894 matching address 0x0 in expected output.
5895
e0e5e971
AB
58962018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5897
5898 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5899 malloc/free.
5900
1ea5da02
TV
59012018-07-04 Tom de Vries <tdevries@suse.de>
5902
5903 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5904
471b9d15
MR
59052018-07-02 Maciej W. Rozycki <macro@mips.com>
5906
5907 PR tdep/8282
5908 * gdb.arch/mips-disassembler-options.exp: New test.
5909 * gdb.arch/mips-disassembler-options.s: New test source.
5910
75acb486
PA
59112018-06-29 Pedro Alves <palves@redhat.com>
5912
5913 * gdb.threads/names.exp: Adjust expected "info threads" output.
5914
cd2bb709
PA
59152018-06-29 Pedro Alves <palves@redhat.com>
5916
5917 * gdb.opt/inline-break.exp (line number, address): Add "info
5918 break" tests.
5919
991ff292
PA
59202018-06-29 Pedro Alves <palves@redhat.com>
5921
5922 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5923 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5924 number and address and running to them.
5925
356819b6 59262018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
5927
5928 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5929
2512d7ef
JK
59302018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5931
5932 * lib/compiler.c: Remove executable permission flag.
5933
be1b6474
RB
59342018-06-28 Richard Bunt <richard.bunt@arm.com>
5935
5936 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5937 code.
5938 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5939
291f9a96
PT
59402018-06-28 Petr Tesarik <ptesarik@suse.cz>
5941
5942 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5943
ed6dfe51
PT
59442018-06-28 Petr Tesarik <ptesarik@suse.cz>
5945
5946 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5947 address argument is omitted.
5948
d4d429d5
PT
59492018-06-28 Petr Tesarik <ptesarik@suse.cz>
5950
5951 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5952
7ab6656f
OJ
59532018-06-27 Omair Javaid <omair.javaid@linaro.org>
5954
5955 PR gdb/21695
5956 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5957 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5958
a33ccfc7
TT
59592018-06-26 Tom Tromey <tom@tromey.com>
5960
5961 PR rust/22574:
5962 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5963 * gdb.rust/simple.rs (struct SimpleLayout): New.
5964
6d72d289
SM
59652018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5966
5967 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5968 "info registers" output.
5969
8363f9d5
RB
59702018-06-21 Richard Bunt <richard.bunt@arm.com>
5971
5972 * gdb.base/watchpoint-hw-attach.c: New test.
5973 * gdb.base/watchpoint-hw-attach.exp: New file.
5974
f00674fe
SM
59752018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5976
5977 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5978 through /bin/sh.
5979 * boards/dwarf4-gdb-index.exp: Likewise.
5980 * boards/fission-dwp.exp: Likewise.
5981
1d554008
UW
59822018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5983
5984 * gdb.base/float128.exp: Add comment and improved fail message
5985 to the failure case of "print large128" test.
5986
d0ac1c44
SM
59872018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5988
5989 * configure.ac: Remove AC_PREREQ.
5990 * configure: Re-generate.
5991
61b04dd0
PA
59922018-06-19 Pedro Alves <palves@redhat.com>
5993
5994 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5995 (func_extern_caller): New.
5996 (main): Call func_extern_caller.
5997 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5998 logic change.
5999
f63b508a
SM
60002018-06-18 Weimin Pan <weimin.pan@oracle.com>
6001
6002 PR gdb/16841
6003 * gdb.cp/typedef-base.cc: New file.
6004 * gdb.cp/typedef-base.exp: New file.
6005
0fe3a558
TV
60062018-06-18 Tom de Vries <tdevries@suse.de>
6007
6008 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6009
7010835a
AB
60102018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6011 Richard Bunt <Richard.Bunt@arm.com>
6012
6013 * gdb.threads/attach-slow-waitpid.c: New file.
6014 * gdb.threads/attach-slow-waitpid.exp: New file.
6015 * gdb.threads/slow-waitpid.c: New file.
6016
14897d65
PA
60172018-06-14 Pedro Alves <palves@redhat.com>
6018
6019 * gdb.base/fork-running-state.c: Include <errno.h>.
6020 (exit_if_relative_exits): New.
6021 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6022 exits.
6023 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6024 child exits.
6025
5d9a0608
TV
60262018-06-14 Tom de Vries <tdevries@suse.de>
6027
6028 PR cli/22573
6029 * gdb.base/finish-pretty.c: New test.
6030 * gdb.base/finish-pretty.exp: New file.
6031
11ae5818
PA
60322018-06-14 Pedro Alves <palves@redhat.com>
6033
6034 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6035 gdb's expected startup output.
6036
1d39de44
PA
60372018-06-14 Pedro Alves <palves@redhat.com>
6038
6039 * lib/selftest-support.exp (selftest_setup): Remove inlined
6040 function handling.
6041
70ee0000
TV
60422018-06-14 Tom de Vries <tdevries@suse.de>
6043
6044 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6045 matching of breakpoint printing.
6046
11f4b608
TV
60472018-06-13 Tom de Vries <tdevries@suse.de>
6048
6049 PR testsuite/23269
6050 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6051 (fork_child): ... here, and ...
6052 (fork_parent): ... here.
6053
60542018-06-12 Tom de Vries <tdevries@suse.de>
6055
6056 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6057
9516f85a
AB
60582018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6059 Stephen Roberts <stephen.roberts@arm.com>
6060
6061 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6062 rewrite test to describe action performed, rather than possible
6063 failure.
6064
5045b3d7
GB
60652018-06-08 Gary Benson <gbenson@redhat.com>
6066
6067 * gdb.threads/check-libthread-db.exp: New file.
6068 * gdb.threads/check-libthread-db.c: Likewise.
6069
c61b06a1
TT
60702018-06-05 Tom Tromey <tom@tromey.com>
6071
6072 * gdb.base/default.exp: Update expected "show version" output.
6073
eb6af809
TT
60742018-06-05 Tom Tromey <tom@tromey.com>
6075
6076 PR cli/12326:
6077 * gdb.cp/static-print-quit.exp: Update.
6078 * lib/gdb.exp (pagination_prompt): Update.
6079 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6080 * gdb.python/python.exp: Update.
6081
178d6a63
JB
60822018-06-04 Joel Brobecker <brobecker@adacore.com>
6083
6084 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6085
8e817061
JB
60862018-06-01 Joel Brobecker <brobecker@adacore.com>
6087
6088 * gdb.ada/bp_fun_addr: New testcase.
6089
e86ca25f
TT
60902018-06-01 Tom Tromey <tom@tromey.com>
6091
6092 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6093 results.
6094 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6095 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6096 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6097 * gdb.base/maint.exp (maint_pass_if): Update.
6098
4b2dfa9d
MR
60992018-05-31 Maciej W. Rozycki <macro@mips.com>
6100
6101 * gdb.base/endian.exp: New test.
6102 * gdb.base/endian.c: New test source.
6103
45f25d6c
AB
61042018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6105
6106 PR gdb/23203
6107 * gdb.base/bt-selected-frame.c: New file.
6108 * gdb.base/bt-selected-frame.exp: New file.
6109 * lib/gdb.exp (get_current_frame_number): New function.
6110
d9f6d7f8
MR
61112018-05-24 Maciej W. Rozycki <macro@mips.com>
6112 Pedro Alves <palves@redhat.com>
6113
6114 * gdb.threads/tls-core.c: Include <stdlib.h>
6115 (thread_proc): Call `abort'.
6116 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6117 (tls_core_test): New procedure, bits factored out from ...
6118 (top level): ... here. Test both native cores and gcore cores.
6119
ff1cf532
TT
61202018-05-23 Tom Tromey <tom@tromey.com>
6121
6122 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6123
b98664d3
TT
61242018-05-23 Tom Tromey <tom@tromey.com>
6125
6126 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6127 symfile_complaints.
6128 (test_short_complaints): Likewise.
6129 (test_empty_complaints): Likewise.
6130 (test_initial_complaints): Update.
6131
4e9668d0
TT
61322018-05-23 Tom Tromey <tom@tromey.com>
6133
6134 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6135
43ba33c7
TT
61362018-05-23 Tom Tromey <tom@tromey.com>
6137
6138 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6139 (test_short_complaints): Update.
6140
035522c0
PA
61412018-05-22 Pedro Alves <palves@redhat.com>
6142
6143 * gdb.base/remote.exp: Only gdb_start after compiling the
6144 testcase. Issue "disconnect" before testing "set remote" command
6145 defaults. Issue clean_restart before running to main.
6146
cc0be08f
PA
61472018-05-22 Pedro Alves <palves@redhat.com>
6148
6149 * gdb.base/remote.exp: Adjust expected output of "show remote
6150 memory-write-packet-size". Add tests for "set remote
6151 memory-write-packet-size 0" and "set remote
6152 memory-write-packet-size fixed/limit".
6153
b1b60145
PA
61542018-05-22 Pedro Alves <palves@redhat.com>
6155
6156 PR gdb/22973
6157 * gdb.base/utf8-identifiers.c: New file.
6158 * gdb.base/utf8-identifiers.exp: New file.
6159
0ec848ad
PFC
61602018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6161
6162 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6163
2c3305f6
PFC
61642018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6165
6166 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6167
ce1e8424
TT
61682018-05-18 Tom Tromey <tom@tromey.com>
6169
6170 * gdb.base/ptype-offsets.exp: Update.
6171
ddfe970e
KS
61722018-05-17 Keith Seitz <keiths@redhat.com>
6173
6174 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6175 in expected breakpoint stop locations.
6176 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6177 move to proper scope to test variable values.
6178 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6179 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6180 New functions.
6181 (main): Call not_inline_func3.
6182 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6183 inline_func1, inline_func2, and inline_func3. Test that when each
6184 breakpoint is hit, GDB properly reports both the stop location
6185 and the backtrace. Repeat tests for temporary breakpoints.
6186
0726fcc6
MR
61872018-05-15 Maciej W. Rozycki <macro@mips.com>
6188
6189 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6190 rather then trying to access it in determining whether the PID
6191 of `gdbserver' could have been retrieved.
6192
8ee22052
AB
61932018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6194
6195 * gdb.arch/amd64-init-x87-values.S: New file.
6196 * gdb.arch/amd64-init-x87-values.exp: New file.
6197
7785df48
JK
61982018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6199
6200 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6201
56bcdbea
TT
62022018-05-04 Tom Tromey <tom@tromey.com>
6203
6204 PR python/22730:
6205 * gdb.python/python.exp: Test multi-line execute.
6206
a913fffb
TT
62072018-05-04 Tom Tromey <tom@tromey.com>
6208
6209 PR python/22731:
6210 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6211
7a2c85f2
TT
62122018-05-04 Tom Tromey <tom@tromey.com>
6213
6214 PR gdb/11750:
6215 * gdb.base/define.exp: Test defining a user command inside a user
6216 command.
6217 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6218
a3b60e45
JK
62192018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6220 Pedro Alves <palves@redhat.com>
6221
6222 PR breakpoints/19806 and support for PR external/20207.
6223 * gdb.base/watchpoint-unaligned.c: New file.
6224 * gdb.base/watchpoint-unaligned.exp: New file.
6225
45fe4a03
AB
62262018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6227
6228 * gdb.base/maint.exp: Make test names unique, use
6229 test_prefix_command_help to test 'help maint info', and remove
6230 repeated test of 'help maint'.
6231
9be2ae8f
TT
62322018-05-04 Tom Tromey <tom@tromey.com>
6233
6234 PR gdb/22619:
6235 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6236 behavior.
6237
11859c31
AB
62382018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6239
6240 * gdb.base/maint.exp: Process output from 'maint print registers'
6241 line at a time.
6242
089a9490
AB
62432018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6244
6245 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6246 timeout.
6247
9b0797e2
AB
62482018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6249
6250 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6251 filter pattern.
6252
f6ac5f3d
PA
62532018-05-02 Pedro Alves <palves@redhat.com>
6254
6255 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6256 to_log_command renames.
6257 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6258
77d3c63b
TT
62592018-05-02 Tom Tromey <tom@tromey.com>
6260
6261 * gdb.python/py-parameter.exp: Set test message.
6262
0489430a
TT
62632018-05-02 Tom Tromey <tom@tromey.com>
6264
6265 PR python/20084:
6266 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6267 PARAM_ZUINTEGER_UNLIMITED tests.
6268
1632f8ba
DR
62692018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6270
6271 PR rust/23124
6272 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6273 when casting.
6274
6d7bb824
TT
62752018-04-30 Tom Tromey <tom@tromey.com>
6276
6277 * gdb.python/py-type.exp: Check align attribute.
6278 * gdb.python/py-type.c: New "aligncheck" global.
6279
007e1530
TT
62802018-04-30 Tom Tromey <tom@tromey.com>
6281
6282 PR exp/17095:
6283 * gdb.dwarf2/dw2-align.exp: New file.
6284 * gdb.cp/align.exp: New file.
6285 * gdb.base/align.exp: New file.
6286 * lib/gdb.exp (gdb_int128_helper): New proc.
6287 (has_int128_c, has_int128_cxx): New caching procs.
6288
6873858b
TT
62892018-04-27 Tom Tromey <tom@tromey.com>
6290
6291 PR rust/22545:
6292 * gdb.rust/simple.exp: Add inclusive range tests.
6293
79188d8d
PA
62942018-04-26 Pedro Alves <palves@redhat.com>
6295
6296 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6297 ifunc breakpoint locations correctly of ifunc breakpoints set
6298 while the program resolves the ifunc.
6299
c7075ad5
PA
63002018-04-26 Pedro Alves <palves@redhat.com>
6301
6302 * gdb.base/gnu-ifunc-final.c: New file.
6303 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6304 * gdb.base/gnu-ifunc.exp (executable): Delete.
6305 (staticexecutable): Adjust.
6306 (lib_opts, exec_opts): Delete.
6307 (make_binsuffix, build, set-break): New procedures.
6308 (misc_tests): New, with tests factored out from the top level.
6309 (top level): Test different combinations of ifunc resolver name,
6310 resolver with and with debug info, and ifunc target with and
6311 without debug info. Wrap static tests with with_target_prefix.
6312
8388016d
PA
63132018-04-26 Pedro Alves <palves@redhat.com>
6314
6315 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6316 return type" warnings.
6317
249b5733
PA
63182018-04-25 Pedro Alves <palves@redhat.com>
6319
6320 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6321 killed".
6322 * gdb.base/kill-after-signal.exp: Likewise.
6323 * gdb.threads/kill.exp: Likewise.
6324
f67c0c91
SDJ
63252018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6326 Sergio Durigan Junior <sergiodj@redhat.com>
6327 Pedro Alves <palves@redhat.com>
6328
6329 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6330 regexps to expect for '[Inferior ... detached]' as well.
6331 * gdb.base/attach.exp: Likewise.
6332 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6333 "gdb_continue_to_end".
6334 (test_catch_syscall_with_wrong_args): Likewise.
6335 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6336 ']'. Don't set 'verbose' on.
6337 * gdb.base/foll-vfork.exp: Likewise.
6338 * gdb.base/fork-print-inferior-events.c: New file.
6339 * gdb.base/fork-print-inferior-events.exp: New file.
6340 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6341 '[Inferior ... has been killed]' message.
6342 * gdb.base/kill-after-signal.exp: Likewise.
6343 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6344 detach message.
6345 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6346 message.
6347 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6348 regexps to expect for '[Inferior ... detached]' as well.
6349 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6350
0a8ddac4
SM
63512018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6352
6353 PR gdb/23104
6354 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6355
701adfb0
PA
63562018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6357
6358 PR gdb/23095
6359 * gdb.base/break-probes.exp: Pass shlib_load to
6360 prepare_for_testing. Set normal_bp to r_debug_state if target is
6361 bsd.
6362
d27d16bf
RB
63632018-04-19 Richard Bunt <richard.bunt@arm.com>
6364
6365 * gdb.threads/multiple-successive-infcall.c: New test.
6366 * gdb.threads/multiple-successive-infcall.exp: New file.
6367
a037790e
TT
63682018-04-17 Tom Tromey <tom@tromey.com>
6369
6370 * gdb.rust/simple.rs (Union): New type.
6371 (main): New local "u".
6372 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6373
e3a91079
AA
63742018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6375
6376 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6377 number information in output of "whereis" command.
6378 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6379
b744723f
AA
63802018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6381
6382 * gdb.ada/info_types.exp: Adjust expected output to the line
6383 numbers now printed by "info var/func/type".
6384 * gdb.base/completion.exp: Likewise.
6385 * gdb.base/included.exp: Likewise.
6386 * gdb.cp/cp-relocate.exp: Likewise.
6387 * gdb.cp/cplusfuncs.exp: Likewise.
6388 * gdb.cp/namespace.exp: Likewise.
6389 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6390
4a4495d6
MM
63912018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6392
6393 * gdb.btrace/cpu.exp: New.
6394
1d509aa6
MM
63952018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6396
6397 * gdb.base/step-indirect-call-thunk.exp: New.
6398 * gdb.base/step-indirect-call-thunk.c: New.
6399 * gdb.reverse/step-indirect-call-thunk.exp: New.
6400 * gdb.reverse/step-indirect-call-thunk.c: New.
6401
6295b6da
SM
64022018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6403
6404 * gdb.base/pie-fork.c: New file.
6405 * gdb.base/pie-fork.exp: New file.
6406
50146e70
TT
64072018-04-11 Tom Tromey <tom@tromey.com>
6408
6409 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6410
f50d8a2e
PA
64112018-04-10 Pedro Alves <palves@redhat.com>
6412
6413 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6414 exits. Instead loop running forever.
6415 (fork_parent): Run forever too.
6416
a0be7a36
SM
64172018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6418
6419 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6420 mi_continue_to_line.
6421 * gdb.mi/mi-stack.c (callee4): Add comment.
6422
9b73db36
SM
64232018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6424
6425 * gdb.mi/mi-stack.exp: Fix indentation.
6426
c912f608
SM
64272018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6428
6429 PR gdb/22979
6430 * gdb.arch/amd64-osabi.exp: New file.
6431
26540402
SM
64322018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6433
6434 PR gdb/22980
6435 * gdb.base/osabi.exp: New file.
6436
121ad66c 64372018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6438
6439 * gdb.cp/static-typedef-print.exp: New file.
6440 * gdb.cp/static-typedef-print.cc: New file.
6441
3fcded8f
JB
64422018-03-27 Joel Brobecker <brobecker@adacore.com>
6443
6444 * gdb.ada/varsize_limit: New testcase.
6445
59cc4834
JB
64462018-03-27 Joel Brobecker <brobecker@adacore.com>
6447
6448 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6449
6450 * gdb.ada/notcplusplus: New testcase.
6451
6452 * gdb.base/c-linkage-name.c: New file.
6453 * gdb.base/c-linkage-name.exp: New testcase.
6454
4ca59a9f
TT
64552018-03-26 Tom Tromey <tom@tromey.com>
6456
6457 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6458 * gdb.python/py-framefilter.py (name_error): New global.
6459 (ErrorInName.function): Use name_error.
6460
978d6c75
TT
64612018-03-26 Tom Tromey <tom@tromey.com>
6462
6463 PR backtrace/15582:
6464 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6465
b7fee5a3
KS
64662018-03-23 Keith Seitz <keiths@redhat.com>
6467
6468 PR c++/22968
6469 * gdb.cp/subtypes.exp: New file.
6470 * gdb.cp/subtypes.h: New file.
6471 * gdb.cp/subtypes.cc: New file.
6472 * gdb.cp/subtypes-2.cc: New file.
6473
376be529
AB
64742018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6475
6476 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6477 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6478 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6479 -nostartfiles when compiling the test. Confirm that all registers
6480 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6481
066cfa98
AB
64822018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6483
6484 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6485 option, syntax was wrong anyway.
6486 * gdb.arch/arm-disp-step.exp: Likewise.
6487 * gdb.arch/sparc64-regs.exp: Likewise.
6488 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6489 option, syntax was wrong anyway, switch to use
6490 prepare_for_testing.
6491 * gdb.arch/i386-disp-step.exp: Likewise.
6492
079670b9
AA
64932018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6494
6495 * gdb.ada/exec_changed.exp: Replace "target_info exists
6496 use_gdb_stub" by "use_gdb_stub".
6497 * gdb.ada/start.exp: Likewise.
6498 * gdb.base/async-shell.exp: Likewise.
6499 * gdb.base/attach-pie-misread.exp: Likewise.
6500 * gdb.base/attach-wait-input.exp: Likewise.
6501 * gdb.base/break-entry.exp: Likewise.
6502 * gdb.base/break-interp.exp: Likewise.
6503 * gdb.base/dprintf-detach.exp: Likewise.
6504 * gdb.base/nostdlib.exp: Likewise.
6505 * gdb.base/solib-nodir.exp: Likewise.
6506 * gdb.base/statistics.exp: Likewise.
6507 * gdb.base/testenv.exp: Likewise.
6508 * gdb.mi/mi-exec-run.exp: Likewise.
6509 * gdb.mi/mi-start.exp: Likewise.
6510 * gdb.multi/dummy-frame-restore.exp: Likewise.
6511 * gdb.multi/multi-arch-exec.exp: Likewise.
6512 * gdb.multi/multi-arch.exp: Likewise.
6513 * gdb.multi/tids.exp: Likewise.
6514 * gdb.multi/watchpoint-multi.exp: Likewise.
6515 * gdb.python/py-events.exp: Likewise.
6516 * gdb.threads/attach-into-signal.exp: Likewise.
6517 * gdb.threads/attach-stopped.exp: Likewise.
6518 * gdb.threads/threadapply.exp: Likewise.
6519 * lib/selftest-support.exp: Likewise.
6520
26d6cec4
AA
65212018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6522
6523 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6524
4ee89e90
SR
65252018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6526
6527 * gdb.perf/template-breakpoints.cc: New file.
6528 * gdb.perf/template-breakpoints.exp: New file.
6529 * gdb.perf/template-breakpoints.py: New file.
6530
92630041
TT
65312018-03-19 Tom Tromey <tom@tromey.com>
6532
6533 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6534 y0.
6535 * gdb.rust/simple.exp: Test bare identifier form of struct
6536 initializer.
6537
76727919
TT
65382018-03-19 Tom Tromey <tom@tromey.com>
6539
6540 * gdb.gdb/observer.exp: Remove.
6541
194ed413
AA
65422018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6543
6544 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6545 "qualified" option when setting breakpoints.
6546 * gdb.trace/backtrace.exp: Likewise.
6547 * gdb.trace/circ.exp: Likewise.
6548 * gdb.trace/collection.exp: Likewise.
6549 * gdb.trace/disconnected-tracing.exp: Likewise.
6550 * gdb.trace/ftrace-lock.exp: Likewise.
6551 * gdb.trace/ftrace.exp: Likewise.
6552 * gdb.trace/infotrace.exp: Likewise.
6553 * gdb.trace/packetlen.exp: Likewise.
6554 * gdb.trace/passc-dyn.exp: Likewise.
6555 * gdb.trace/qtro.exp: Likewise.
6556 * gdb.trace/read-memory.exp: Likewise.
6557 * gdb.trace/report.exp: Likewise.
6558 * gdb.trace/signal.exp: Likewise.
6559 * gdb.trace/status-stop.exp: Likewise.
6560 * gdb.trace/strace.exp: Likewise.
6561 * gdb.trace/tfind.exp: Likewise.
6562 * gdb.trace/trace-break.exp: Likewise.
6563 * gdb.trace/trace-condition.exp: Likewise.
6564 * gdb.trace/trace-mt.exp: Likewise.
6565 * gdb.trace/tstatus.exp: Likewise.
6566 * gdb.trace/tsv.exp: Likewise.
6567 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6568 * gdb.trace/unavailable.exp: Likewise.
6569 * gdb.trace/while-dyn.exp: Likewise.
6570
8b067d2c
AA
65712018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6572
6573 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6574 that libinproctrace is copied to the target.
6575
3ae9ce5d
TT
65762018-03-14 Tom Tromey <tom@tromey.com>
6577
6578 PR cli/14977:
6579 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6580 a null pointer.
6581 * gdb.base/wchar.exp: Likewise.
6582
b8c2339b
TT
65832018-03-14 Tom Tromey <tom@tromey.com>
6584
6585 PR cli/19918:
6586 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6587 flag.
6588
4872dc46
SM
65892018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6590
6591 PR gdb/22841
6592 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6593 "target" to remote_exec.
6594
e4fe3756
SM
65952018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6596
6597 PR gdb/22841
6598 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6599 ${board}_upload): Remove.
6600
e95a97d4
AA
66012018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6602
6603 * gdb.cp/watch-cp.cc: New test.
6604 * gdb.cp/watch-cp.exp: New file.
6605
dbbb1059
AB
66062018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6607
6608 * gdb.base/infcall-nested-structs.exp: New file.
6609 * gdb.base/infcall-nested-structs.c: New file.
6610 * gdb.base/float.exp: Add riscv support.
6611
ecc054c0
TP
66122018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6613
6614 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6615 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6616
25e3c82c
SDJ
66172018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6618
6619 * gdb.server/abspath.exp: New file.
6620 * lib/gdb.exp (with_cwd): New procedure.
6621
3083294d
SM
66222018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6623
6624 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6625 use it.
6626 (gdb_is_target_remote_prompt): New proc.
6627 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6628 (gdb_is_target_native): Pass prompt parameter to
6629 gdb_is_target_1.
6630
3275ef47
SM
66312018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6632
6633 * gdb.base/load-command.c: New file.
6634 * gdb.base/load-command.exp: New file.
6635 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6636 (gdb_is_target_1): ...this, and generalize for other targets
6637 than just remote.
6638 (gdb_is_target_remote): Use gdb_is_target_1.
6639 (gdb_is_target_native): use gdb_is_target_1.
6640
6893c19a
TT
66412018-02-26 Tom Tromey <tom@tromey.com>
6642
6643 PR python/16497:
6644 * gdb.python/py-framefilter.exp: Update test.
6645
2ddeaf8a
TT
66462018-02-26 Tom Tromey <tom@tromey.com>
6647
6648 * gdb.dwarf2/variant.c: New file.
6649 * gdb.dwarf2/variant.exp: New file.
6650
c9317f21
TT
66512018-02-26 Tom Tromey <tom@tromey.com>
6652
6653 * gdb.rust/simple.exp: Accept more possible results in enum test.
6654
6f6d0c26
SM
66552018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6656
6657 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6658 parentheses.
6659
11b03145
MR
66602018-02-23 Maciej W. Rozycki <macro@mips.com>
6661
6662 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6663 name of a variable: $actual_linejj -> $actual_line.
6664
54a27fe5
JB
66652018-02-21 John Baldwin <jhb@FreeBSD.org>
6666
6667 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6668
de65820c
MM
66692018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6670
6671 * gdb.btrace/buffer-size.exp: Do not force BTS.
6672
980548fd
PA
66732018-02-14 Pedro Alves <palves@redhat.com>
6674
6675 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6676 getting a "Quit".
6677
c4e12631
MM
66782018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6679
6680 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6681 Fix test name.
6682
c2e0e465
SM
66832018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6684
6685 * gdb.cp/m-static.exp: Check type of optimized out static
6686 member.
6687
f7216783
AB
66882018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6689
6690 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6691 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6692
0625771b
LS
66932018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6694 Leszek Swirski <leszeks@google.com>
6695
6696 * gdb.python/py-prettyprint.c
6697 (struct to_string_returns_value_inner,
6698 struct to_string_returns_value_wrapper): New.
6699 (main): Add tsrvw variable.
6700 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6701 ToStringReturnsValueWrapper): New classes.
6702 (register_pretty_printers): Register new pretty-printers.
6703 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6704 recursive pretty printer.
6705 * gdb.python/py-mi.exp: Likewise.
6706
59498c30
LS
67072018-02-01 Leszek Swirski <leszeks@google.com>
6708
6709 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6710 functions with the same name as an include file are parsed
6711 correctly.
6712
d4d38844
YQ
67132018-02-01 Yao Qi <yao.qi@linaro.org>
6714
6715 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6716 "\[^\r\n\]*".
6717
07e5f5cf
NP
67182018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6719
6720 * gdb.arch/powerpc-prologue-frame.s: New file.
6721 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6722 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6723
929b5ad4
JB
67242018-01-31 Joel Brobecker <brobecker@adacore.com>
6725
6726 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6727
e671cd59
PA
67282018-01-30 Pedro Alves <palves@redhat.com>
6729
6730 PR gdb/13211
6731 * gdb.base/interrupt-daemon.c: New.
6732 * gdb.base/interrupt-daemon.exp: New.
6733 * gdb.multi/multi-term-settings.c: New.
6734 * gdb.multi/multi-term-settings.exp: New.
6735
fc413dc4
JB
67362018-01-30 Joel Brobecker <brobecker@adacore.com>
6737
6738 * gdb.base/break.exp: Save the location where the breakpoint
6739 on break.c:47 was actually inserted when debugging the version
6740 compiled at -O2 and use it in the expected output of the "info
6741 break" test performed soon after.
6742
5c319bb2
PA
67432018-01-22 Pedro Alves <palves@redhat.com>
6744 Sergio Durigan Junior <sergiodj@redhat.com>
6745
6746 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6747 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6748
a9e40818
JB
67492018-01-22 Joel Brobecker <brobecker@adacore.com>
6750
6751 * gdb.base/break-include.c, gdb.base/break-include.inc,
6752 gdb.base/break-include.exp: New files.
6753 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6754 line number now being the actual line number where the breakpoint
6755 was inserted.
6756 * gdb.mi/mi-break.exp: Likewise.
6757 * gdb.mi/mi-reverse.exp: Likewise.
6758 * gdb.mi/mi-simplerun.exp: Ditto.
6759
e707fc44
AB
67602018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6761
6762 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6763 varobj.
6764 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6765
ae451627
AB
67662018-01-21 Don Breazeal <donb@codesourcery.com>
6767 Andrew Burgess <andrew.burgess@embecosm.com>
6768
6769 * gdb.mi/basics.c: Add new global.
6770 * gdb.mi/mi-frame-regs.exp: New file.
6771 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6772 case.
6773
b1b189e0
AB
67742018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6775
6776 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6777 non-parameter, and on an unknown symbol.
6778
fcfcc376
TT
67792018-01-19 Tom Tromey <tom@tromey.com>
6780
6781 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6782 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6783
634c1c31
AA
67842018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6785
6786 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6787 setrlimit and chdir to int.
6788
d6ad07fd
AA
67892018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6790
6791 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6792 function.
6793 (my_tend): Likewise.
6794 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6795 rationale of avoiding FP- and vector instructions.
6796
adf8243b
RK
67972018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6798
6799 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6800 "info reg" with "\[ \t\]*".
6801 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6802 "\[ \t\]+".
6803 * gdb.arch/s390-multiarch.exp: Ditto.
6804 * gdb.base/pc-fp.exp: Ditto.
6805 * gdb.reverse/i386-precsave.exp: Ditto.
6806 * gdb.reverse/i386-reverse.exp: Ditto.
6807 * gdb.reverse/i387-env-reverse.exp: Ditto.
6808 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6809
dcc06925
AA
68102018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6811
6812 * lib/gdb.exp (gdb_compile): Re-enable use of
6813 universal_compile_options for languages other than Rust.
6814
25d4fd80
AA
68152018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6816
6817 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6818
ee7f689e 68192018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6820
6821 PR gdb/16577
6822 * gdb.base/solib-vanish.exp: New.
6823 * gdb.base/solib-vanish-main.c: New.
6824 * gdb.base/solib-vanish-lib1.c: New.
6825 * gdb.base/solib-vanish-lib2.c: New.
6826
d8447b6b
YQ
68272018-01-17 Yao Qi <yao.qi@linaro.org>
6828
6829 * gdb.compile/compile.exp: Match the address printed for
6830 frame in the output of command "bt".
6831
86d6a90c
TT
68322018-01-15 Tom Tromey <tom@tromey.com>
6833
6834 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6835 compute sp_reg.
6836
cbcdb1aa
AB
68372018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6838
6839 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6840 to prepare.
6841 (prepare): Return 0 on error, 1 on success.
6842
eea61984
PA
68432018-01-12 Pedro Alves <palves@redhat.com>
6844
6845 * gdb.base/continue-after-aborted-step-over.c: New.
6846 * gdb.base/continue-after-aborted-step-over.exp: New.
6847
6181e9c2
SM
68482018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6849
6850 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6851 options when not creating an executable.
6852
3cada740
PA
68532018-01-11 Pedro Alves <palves@redhat.com>
6854
6855 PR remote/22597
6856 * gdb.server/stop-reply-no-thread.c: New file.
6857 * gdb.server/stop-reply-no-thread.exp: New file.
6858
c63d3e8d
PA
68592018-01-10 Pedro Alves <palves@redhat.com>
6860
6861 PR gdb/22670
6862 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6863 functions too. Test setting breakpoints and printing C functions
6864 with no debug info too.
6865 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6866
d4c2a405
PA
68672018-01-10 Pedro Alves <palves@redhat.com>
6868
6869 PR gdb/22670
6870 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6871 a fail.
6872
8825213e
PA
68732018-01-10 Pedro Alves <palves@redhat.com>
6874
6875 PR gdb/22670
6876 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6877
605fd3c6
YQ
68782018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6879
6880 * gdb.server/unittest.exp: Match the output in non-development
6881 mode.
6882
1e5ded6c
YQ
68832018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6884
6885 * gdb.gdb/unittest.exp: Match output in non-development mode.
6886
30066b0b
JB
68872018-01-08 Joel Brobecker <brobecker@adacore.com>
6888
6889 * gdb.ada/access_tagged_param.exp: Relax expected output
6890 for value of "ObjL" in "continue" to pck.inspect breakpoint
6891 test.
6892
04bafb1e
XR
68932018-01-08 Joel Brobecker <brobecker@adacore.com>
6894
9f86398b
JB
6895 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6896 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 6897
e379cee6
PA
68982018-01-05 Pedro Alves <palves@redhat.com>
6899
6900 PR gdb/18653
6901 * gdb.base/libsegfault.exp: New.
6902
de63c46b
PA
69032018-01-05 Joel Brobecker <brobecker@adacore.com>
6904
6905 PR gdb/22670
6906 * gdb.ada/access_tagged_param.exp: New file.
6907 * gdb.ada/access_tagged_param/foo.adb: New file.
6908
f98fc17b
PA
69092018-01-05 Pedro Alves <palves@redhat.com>
6910
6911 PR gdb/22670
6912 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6913 exercise lower case too, and to exercise both full matching and
6914 wild matching.
6915
342f8240
JB
69162018-01-05 Joel Brobecker <brobecker@adacore.com>
6917
6918 * gdb.ada/rename_subscript_param: New testcase.
6919
7150d33c
JG
69202018-01-05 Jerome Guitton <guitton@adacore.com>
6921
6922 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6923
cc0e770c
JB
69242018-01-05 Joel Brobecker <brobecker@adacore.com>
6925
6926 * gdb.ada/convvar_comp: New testcase.
6927
672a41aa 69282018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
6929
6930 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6931 (My_Table): New global variable.
6932 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6933
7365ec2f
JB
69342018-01-04 Joel Brobecker <brobecker@adacore.com>
6935
6936 PR gdb/22670
6937 * gdb.ada/maint_with_ada: New testcase.
6938
289483b6
JB
69392018-01-04 Joel Brobecker <brobecker@adacore.com>
6940
6941 PR gdb/22670
6942 * gdb.ada/bp_c_mixed_case: New testcase.
6943
344420da
JB
69442018-01-04 Joel Brobecker <brobecker@adacore.com>
6945
6946 PR gdb/22670
6947 * gdb.ada/complete.exp: Add "complete break ada" test.
6948
66fc87a0
JB
69492018-01-04 Joel Brobecker <brobecker@adacore.com>
6950
6951 PR gdb/22670
6952 * gdb.ada/info_addr_mixed_case: New testcase.
6953
9f757bf7
XR
69542018-01-03 Xavier Roirand <roirand@adacore.com>
6955
6956 * gdb.ada/excep_handle.exp: New testcase.
6957 * gdb.ada/excep_handle/foo.adb: New file.
6958 * gdb.ada/excep_handle/pck.ads: New file.
6959
bd570f80
JB
69602018-01-03 Joel Brobecker <brobecker@adacore.com>
6961
6962 * gdb.base/step-line.c: Add extra empty line in copyright header.
6963 * gdb.base/step-line.inp: Likewise.
6964
9fe561ab
JB
69652018-01-02 Joel Brobecker <brobecker@adacore.com>
6966
6967 * gdb.ada/dyn_stride.exp: Add slice test.
6968
a405673c
JB
69692018-01-02 Joel Brobecker <brobecker@adacore.com>
6970
6971 * gdb.ada/dyn_stride: New testcase.
6972
cef0f868
SH
69732017-12-27 Stafford Horne <shorne@gmail.com>
6974
6975 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6976 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6977
b67d92b0
SH
69782017-12-27 Stafford Horne <shorne@gmail.com>
6979
6980 * gdb.base/reggroups.c: New file.
6981 * gdb.base/reggroups.exp: New file.
6982
eccab96d
JB
69832017-12-18 Joel Brobecker <brobecker@adacore.com>
6984
6985 * gdb.dwarf2/ada-valprint-error.c: New file.
6986 * gdb.dwarf2/ada-valprint-error.exp: New file.
6987
0e2da9f0
JB
69882017-12-18 Joel Brobecker <brobecker@adacore.com>
6989
6990 * gdb.ada/assign_arr: New testcase.
6991
cb923fcc
XR
69922017-12-18 Xavier Roirand <roirand@adacore.com>
6993
6994 * gdb.ada/funcall_ptr: New testcase.
6995
7c161838
SDJ
69962017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6997
6998 PR cli/16224
6999 * gdb.base/ptype-offsets.cc: New file.
7000 * gdb.base/ptype-offsets.exp: New file.
7001
1af17fd9
YQ
70022017-12-15 Yao Qi <yao.qi@linaro.org>
7003
7004 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7005 if XML is disabled.
7006
828d5846
XR
70072017-12-15 Xavier Roirand <roirand@adacore.com>
7008
7009 * gdb.ada/same_component_name: New testcase.
7010
79e8fcaa
JB
70112017-12-14 Joel Brobecker <brobecker@adacore.com>
7012
7013 * gdb.ada/str_binop_equal: New testcase.
7014
e05fa6f9
JB
70152017-12-14 Joel Brobecker <brobecker@adacore.com>
7016
7017 * gdb.ada/task_switch_in_core: New testcase.
7018
b89641ba
SM
70192017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7020
7021 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7022 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7023 call test_bkpt_qualified.
7024 (test_bkpt_qualified): New proc.
7025
6892d2e4
PA
70262017-12-13 Pedro Alves <palves@redhat.com>
7027
7028 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7029 Tighten regexp by matching with an anchor.
7030
a22ecf70
PA
70312017-12-13 Pedro Alves <palves@redhat.com>
7032
7033 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7034 ("expression with namespace"): New set of tests.
7035 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7036 (Nested::Test_NS::qux): New.
7037 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7038 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7039
9937536c
JB
70402017-12-13 Joel Brobecker <brobecker@adacore.com>
7041
7042 * gdb.base/server-del-break.c: New file.
7043 * gdb.base/server-del-break.exp: New file.
7044
fe49c6f5
SH
70452017-12-12 Stafford Horne <shorne@gmail.com>
7046
7047 * gdb.xml/tdesc-regs.exp: Add or1k support.
7048
c3d18620
SH
70492017-12-12 Stafford Horne <shorne@gmail.com>
7050
7051 * gdb.base/bp-permanent.c: Define nop of or1k.
7052
c5f9cfc8
JB
70532017-12-11 Joel Brobecker <brobecker@adacore.com>
7054
7055 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7056 output with components being reordered.
7057
a9c135fc
JB
70582017-12-11 Joel Brobecker <brobecker@adacore.com>
7059
7060 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7061 output with components being reordered.
7062
927aa2e7
JK
70632017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7064 Pedro Alves <palves@redhat.com>
7065
7066 * gdb.base/maint.exp (check for .gdb_index): Check also for
7067 .debug_names.
7068 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7069 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7070 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7071 (.gdb_index used after symbol reloading): Support also .debug_names.
7072 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7073
f17d9474
YQ
70742017-12-08 Yao Qi <yao.qi@linaro.org>
7075
7076 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7077 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7078
a0de8c21
YQ
70792017-12-08 Yao Qi <yao.qi@linaro.org>
7080
7081 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7082 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7083
a738ea1d
YQ
70842017-12-08 Yao Qi <yao.qi@linaro.org>
7085
7086 * gdb.arch/aarch64-tagged-pointer.c: New file.
7087 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7088
1cd9a73b
SDJ
70892017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7090
7091 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7092 "int".
7093
fa6eb693
KS
70942017-12-07 Keith Seitz <keiths@redhat.com>
7095
7096 PR breakpoints/22569
7097 * gdb.linespec/ls-errs.exp: Change expected result of "break
7098 -source this file has spaces.c -line 3".
7099 Check that an explicit source file followed by whitespace is
7100 identified as an invalid explicit location.
7101
883fd55a
KS
71022017-12-07 Keith Seitz <keiths@redhat.com>
7103
7104 * gdb.cp/nested-types.cc: New file.
7105 * gdb.cp/nested-types.exp: New file.
7106 * lib/cp-support.exp: Load data-structures.exp library.
7107 (debug_cp_test_ptype_class): New global.
7108 (cp_ptype_class_verbose, next_line): New procedures.
7109 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7110 Add and document new return value.
7111 Switch the list of lines to a queue.
7112 Add support for new `type' key for nested type definitions.
7113 Add debugging/troubleshooting messages.
7114 * lib/data-structures.exp: New file.
7115
ec72db3e
SM
71162017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7117
7118 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7119 with proc_with_prefix, don't use with_test_prefix.
7120
99598d71
TT
71212017-12-07 Tom Tromey <tom@tromey.com>
7122
7123 * gdb.base/break.exp: Add test for empty "commands".
7124
a8806230
YQ
71252017-12-07 Yao Qi <yao.qi@linaro.org>
7126
7127 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7128 malloc and catch syscall.
7129
824cc835
PM
71302017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7131
e79be6e5 7132 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7133 tests for explicit locations.
7134
7cc244de
PA
71352017-12-06 Pedro Alves <palves@redhat.com>
7136
7137 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7138 force-disabling XML descriptions.
7139
50a1fdd5
PA
71402017-12-04 Pedro Alves <palves@redhat.com>
7141
7142 PR gdb/22499
7143 * gdb.arch/amd64-disp-step-avx.S: New file.
7144 * gdb.arch/amd64-disp-step-avx.exp: New file.
7145
f0fb2488
PA
71462017-12-03 Pedro Alves <palves@redhat.com>
7147
7148 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7149 and <string.h>.
7150 (parent_function): Print distinct messages when waitpid fails, or
7151 the child exits with a signal, or the child exits for an unhandled
7152 reason.
7153 * gdb.threads/process-dies-while-detaching.exp
7154 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7155 it. Wait for both inferior output and GDB's prompt. Use an
7156 indirect spawn id list.
7157 (do_detach): New parameter 'child_exit'. Use it to compute
7158 expected inferior output.
7159 (test_detach, test_detach_watch, test_detach_killed_outside):
7160 Adjust to pass down the expected child exit kind.
7161
97cbe998
SDJ
71622017-12-01 Joel Brobecker <brobecker@adacore.com>
7163 Sergio Durigan Junior <sergiodj@redhat.com>
7164 Pedro Alves <palves@redhat.com>
7165
7166 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7167
40fc416f
SDJ
71682017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7169
7170 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7171 to 'symbol-file' and 'add-symbol-file' can be
7172 position-independent.
7173
1cc75e92
YQ
71742017-12-01 Yao Qi <yao.qi@linaro.org>
7175
7176 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7177 the URL in copyright header.
7178 * gdb.arch/aarch64-fp.exp: Likewise.
7179 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7180 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7181 * gdb.base/expand-psymtabs.exp: Likewise.
7182 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7183 * gdb.fortran/common-block.exp: Likewise.
7184 * gdb.fortran/common-block.f90: Likewise.
7185 * gdb.fortran/logical.exp: Likewise.
7186 * gdb.fortran/vla-datatypes.f90: Likewise.
7187 * gdb.fortran/vla-sub.f90: Likewise.
7188
875fb7a7
JB
71892017-11-30 Joel Brobecker <brobecker@adacore.com>
7190
7191 * gdb.ada/repeat_dyn: New testcase.
7192
6f14765f
UW
71932017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7194
7195 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7196 Update for changed thread numbering.
7197 * gdb.cell/bt.exp: Update for changed GDB output.
7198
f1af7b94
SM
71992017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7200
7201 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7202 setting isremote by hand.
7203 * boards/dwarf4-gdb-index.exp: Likewise.
7204 * boards/fission.exp: Likewise.
7205 * boards/stabs.exp: Likewise.
7206
e3919f3e
PA
72072017-11-30 Pedro Alves <palves@redhat.com>
7208
7209 * gdb.linespec/cpls-ops.exp
7210 (check_explicit_skips_function_argument): Extract the underlying
7211 type of size_t instead of hardcoding it.
7212
bd69330d
PA
72132017-11-29 Pedro Alves <palves@redhat.com>
7214
7215 PR c++/19436
7216 * gdb.linespec/cpls-abi-tag.cc: New file.
7217 * gdb.linespec/cpls-abi-tag.exp: New file.
7218
a20714ff
PA
72192017-11-29 Pedro Alves <palves@redhat.com>
7220
7221 * gdb.base/langs.exp: Use -qualified.
7222 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7223 it.
7224 * gdb.cp/namespace.exp: Use -qualified.
7225 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7226 (overload-3, template-overload, template-ret-type, const-overload)
7227 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7228 procedures.
7229 (test_driver): Call them.
7230 * gdb.cp/save-bp-qualified.cc: New.
7231 * gdb.cp/save-bp-qualified.exp: New.
7232 * gdb.linespec/explicit.exp: Test -qualified.
7233 * lib/completion-support.exp (completion::explicit_opts_list): Add
7234 "-qualified".
7235 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7236
f6f1d339
PM
72372017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7238
7239 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7240
02ca603a
TT
72412017-11-29 Tom Tromey <tom@tromey.com>
7242
7243 * gdb.base/relocate.exp: Update invalid argument test.
7244 Add new tests for invalid arguments.
7245
ed6c0bfb
TP
72462017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7247
7248 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7249 Return 0 as a long.
7250 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7251
f106e10e
TP
72522017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7253
7254 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7255 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7256 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7257 func ().
7258 * gdb.cp/shadow.cc (B.func): Return 0.
7259
10329bb2
JB
72602017-11-27 Joel Brobecker <brobecker@adacore.com>
7261
7262 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7263 expected output in gdb_expect call to allow the exception
7264 message to be present as well. Fix syntax confusion to avoid
7265 TCL thinking that exception_name is an array.
7266
617cd4bc
UW
72672017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7268
7269 * gdb.arch/spu-info.c: Include <unistd.h>.
7270 (do_signal_test): Fix broken calls to write.
7271 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7272 Fix checks for empty mailboxes. Update signal tests for corrected
7273 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7274 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7275 * gdb.cell/arch.exp: Use standard_output_file.
7276 * gdb.cell/break.exp: Likewise.
7277 * gdb.cell/bt.exp: Likewise.
7278 * gdb.cell/core.exp: Likewise.
7279 * gdb.cell/dwarfaddr.exp: Likewise.
7280 * gdb.cell/ea-cache.exp: Likewise.
7281 * gdb.cell/ea-standalone.exp: Likewise.
7282 * gdb.cell/f-regs.exp: Likewise.
7283 * gdb.cell/fork.exp: Likewise.
7284 * gdb.cell/gcore.exp: Likewise.
7285 * gdb.cell/mem-access.exp: Likewise.
7286 * gdb.cell/ptype.exp: Likewise.
7287 * gdb.cell/registers.exp: Likewise.
7288 * gdb.cell/sizeof.exp: Likewise.
7289 * gdb.cell/solib-symbol.exp: Likewise.
7290 * gdb.cell/solib.exp: Likewise.
617cd4bc 7291
a81aaca0
PA
72922017-11-25 Pedro Alves <palves@redhat.com>
7293
7294 * gdb.base/complete-empty.exp: New file.
7295 * gdb.base/completion.exp: Adjust.
7296
6a3c6ee4
PA
72972017-11-25 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.linespec/cpls-ops.cc: New file.
7300 * gdb.linespec/cpls-ops.exp: New file.
7301 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7302 factored out from ...
7303 (test_complete_prefix_range): ... this.
7304
8955eb2d
PA
73052017-11-24 Pedro Alves <palves@redhat.com>
7306
7307 * gdb.linespec/cpcompletion.exp: New file.
7308 * gdb.linespec/cpls-hyphen.cc: New file.
7309 * gdb.linespec/cpls.cc: New file.
7310 * gdb.linespec/cpls2.cc: New file.
7311 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7312 test to use test_gdb_complete_unique. Add label completion,
7313 keyword completion and explicit location completion tests.
7314 * lib/completion-support.exp: New file.
7315
e547c119
JB
73162017-11-24 Joel Brobecker <brobecker@adacore.com>
7317
7318 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7319 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7320 when hitting an exception catchpoint.
7321
7c3c1aa8
YQ
73222017-11-22 Yao Qi <yao.qi@linaro.org>
7323
7324 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7325
41bd68f5
SM
73262017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7327
7328 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7329 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7330 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7331
1daad298
YQ
73322017-11-22 Yao Qi <yao.qi@linaro.org>
7333
7334 * gdb.base/info-os.exp: Pass pthreads.
7335 * gdb.multi/multi-attach.exp: Likewise.
7336
88465e87
YQ
73372017-11-22 Yao Qi <yao.qi@linaro.org>
7338
7339 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7340 compiler.
7341
dc196b23
YQ
73422017-11-22 Yao Qi <yao.qi@linaro.org>
7343
7344 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7345 * gdb.base/break-interp.exp: Likewise.
7346 * gdb.base/jit-attach-pie.exp: Likewise.
7347
2400729e
UW
73482017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7349
7350 * gdb.base/float128.c (large128): New variable.
7351 * gdb.base/float128.exp: Add test to print largest __float128 value.
7352
7a26362d
UW
73532017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7354
7355 * gdb.arch/vsx-regs.exp: Update register content checks.
7356
ed0f4273
UW
73572017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7358
7359 * gdb.arch/ppc-longdouble.exp: New file.
7360 * gdb.arch/ppc-longdouble.c: Likewise.
7361
a25d69c6
PA
73622017-11-21 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7365
73fcf641
PA
73662017-11-20 Pedro Alves <palves@redhat.com>
7367
7368 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7369 (long_double_typedef): New typedefs.
7370 Use DEF on double and long double.
7371 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7372 cases.
7373 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7374 and 'long_double_ptr_same_size' locals. Use them to decide
7375 whether cast from array/function to float is valid/invalid.
7376
71a3c369
TT
73772017-11-17 Tom Tromey <tom@tromey.com>
7378
7379 * gdb.rust/traits.rs: New file.
7380 * gdb.rust/traits.exp: New file.
7381
ced9779b
JB
73822017-11-17 Joel Brobecker <brobecker@adacore.com>
7383
7384 * gdb.ada/minsyms: New testcase.
7385
a0922d80
PA
73862017-11-16 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7389 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7390
ea04e54c
PA
73912017-11-16 Pedro Alves <palves@redhat.com>
7392
7393 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7394 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7395
e849ea89
PA
73962017-11-16 Pedro Alves <palves@redhat.com>
7397
7398 * gdb.server/reconnect-ctrl-c.c: New file.
7399 * gdb.server/reconnect-ctrl-c.exp: New file.
7400
d8ae99a7
PM
74012017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7402
7403 * gdb.python/py-rbreak.exp: New file.
7404 * gdb.python/py-rbreak.c: New file.
7405 * gdb.python/py-rbreak-func2.c: New file.
7406
968a13f8
PA
74072017-11-16 Pedro Alves <palves@redhat.com>
7408
7409 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7410 pattern.
7411 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7412 GDB.
7413
71774bc9
SM
74142017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7415
7416 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7417 regex.
7418
ddbb44cf
SM
74192017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7420
7421 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7422 test names.
7423
584a564f
PA
74242017-11-09 Pedro Alves <palves@redhat.com>
7425
7426 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7427 factored out from ...
7428 (top level): ... here, and adjusted to avoid expecting beyond the
7429 prompt in a single gdb_test_multiple.
7430
5ed7a928
PA
74312017-11-09 Pedro Alves <palves@redhat.com>
7432
7433 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7434 output.
7435 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7436 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7437 * gdb.server/ext-run.exp ("kill" test): Likewise.
7438 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7439
a60e0738
PA
74402017-11-09 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7443 match till end of line.
7444
2c88253f
PA
74452017-11-09 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7448
c7a38517
PA
74492017-11-09 Pedro Alves <palves@redhat.com>
7450
7451 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7452 New procedures, factored out from ...
7453 (top level): ... here, and adjusted to avoid expecting beyond the
7454 prompt in one go.
7455
f29f4b6b
PA
74562017-11-09 Pedro Alves <palves@redhat.com>
7457
7458 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7459 output. Fix '?' match.
7460
286acbb5
JB
74612017-11-08 Joel Brobecker <brobecker@adacore.com>
7462
7463 * gdb.ada/scoped_watch: New testcase.
7464 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7465 which is actually correct.
7466 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7467 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7468
62d7ae92
PA
74692017-11-08 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.gdb/complaints.exp (test_initial_complaints)
7472 (test_serial_complaints, test_short_complaints): Call
7473 complaint_internal instead of complaint.
7474
280ca31f
DT
74752017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7476
7477 * gdb.threads/tls-core.c: New file.
7478 * gdb.threads/tls-core.exp: Likewise.
7479
b5ec771e
PA
74802017-11-08 Pedro Alves <palves@redhat.com>
7481
7482 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7483 (p Exported_Capitalized): New test.
7484 (p exported_capitalized): New test.
7485
a02b41a7
PA
74862017-11-07 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7489
95e95a6d
PA
74902017-11-07 Pedro Alves <palves@redhat.com>
7491
7492 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7493 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7494 (disable_invalid, disable_inverted, disable_negative): New
7495 procedures.
7496 ("bad numbers"): New set of tests.
7497
cee62dbd
PA
74982017-11-07 Pedro Alves <palves@redhat.com>
7499
7500 * gdb.cp/ena-dis-br-range.exp: Add tests.
7501
cc638e86
PA
75022017-11-07 Pedro Alves <palves@redhat.com>
7503
7504 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7505
d0fe4701
XR
75062017-11-07 Xavier Roirand <roirand@adacore.com>
7507 Pedro Alves <palves@redhat.com>
7508
7509 * gdb.base/ena-dis-br.exp: Add reference to
7510 gdb.cp/ena-dis-br-range.exp.
7511 * gdb.cp/ena-dis-br-range.exp: New file.
7512 * gdb.cp/ena-dis-br-range.cc: New file.
7513
46f67f80
PA
75142017-11-06 Pedro Alves <palves@redhat.com>
7515
7516 * gdb.base/attach-non-pgrp-leader.c: New.
7517 * gdb.base/attach-non-pgrp-leader.exp: New.
7518
726e1356
PA
75192017-11-06 Pedro Alves <palves@redhat.com>
7520
7521 * configure.ac: No longer check for termio.h and sgtty.h.
7522 * configure: Regenerate.
7523 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7524 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7525 Remove termio and sgtty code.
7526
50ab6ace
YQ
75272017-11-03 Yao Qi <yao.qi@linaro.org>
7528
7529 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7530 in GDB is disabled.
7531
8e68731c
YQ
75322017-11-03 Yao Qi <yao.qi@linaro.org>
7533
7534 * gdb.python/py-thrhandle.exp: Skip it if python is not
7535 enabled.
7536
3a87ae65
SM
75372017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7538
7539 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7540 as a breakpoint command.
7541
484d8d36
MD
75422017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7543
7544 PR python/21213
7545 * gdb.python/py-infthread.exp: Test calling
7546 InferiorThread.inferior () multiple times in a row.
7547
4a27f119
KS
75482017-10-27 Keith Seitz <keiths@redhat.com>
7549
7550 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7551 Test "info break" for every inlined function breakpoint.
7552
bb11dd58
YQ
75532017-10-27 Yao Qi <yao.qi@linaro.org>
7554
7555 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7556
a43f3893
PF
75572017-10-26 Patrick Frants <osscontribute@gmail.com>
7558
7559 * gdb.cp/classes.exp (test_static_members): Test printing
7560 Outer::instance.
7561 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7562 (Inner::instance, Outer::instance): New.
7563
792ccf00
PA
75642017-10-24 Pedro Alves <palves@redhat.com>
7565
7566 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7567 extra console" test in two stages.
7568
eb2bfbad
PA
75692017-10-24 Pedro Alves <palves@redhat.com>
7570
7571 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7572
1f75a651
PA
75732017-10-24 Pedro Alves <palves@redhat.com>
7574
7575 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7576 loop.
7577
779990d9
PA
75782017-10-24 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7581 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7582
ad9b8f5d
PA
75832017-10-24 Pedro Alves <palves@redhat.com>
7584
7585 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7586 parameter and handle it. Don't output read value in test name.
7587
fee6da6e
PA
75882017-10-24 Pedro Alves <palves@redhat.com>
7589
7590 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7591 custom test name.
7592
10389c2c
PA
75932017-10-24 Pedro Alves <palves@redhat.com>
7594
7595 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7596 include the unstable output directory name in the test's name.
7597 (initial_setup_simple) <'set args'>: Use custom test name.
7598
a80e65a9
PA
75992017-10-24 Pedro Alves <palves@redhat.com>
7600
7601 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7602 with explicit test name.
7603
15763a09
PA
76042017-10-20 Pedro Alves <palves@redhat.com>
7605
7606 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7607 'wait -i'. Use gdb_assert and remote_close.
7608
49a4ce2e
AB
76092017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7610
7611 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7612 number from variable rather than hard-coded.
7613
a75868f5
PA
76142017-10-19 Pedro Alves <palves@redhat.com>
7615
7616 * gdb.base/long-inferior-output.c: New file.
7617 * gdb.base/long-inferior-output.exp: New file.
7618
c8ba13ad
KS
76192017-11-18 Keith Seitz <keiths@redhat.com>
7620
7621 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7622 method.
7623 (main): Call it.
7624 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7625 Add additional user-defined conversion operator tests.
7626
b27de576
PA
76272017-10-17 Pedro Alves <palves@redhat.com>
7628
7629 * boards/native-stdio-gdbserver.exp: Load "local-board".
7630
8484c955
PA
76312017-10-17 Pedro Alves <palves@redhat.com>
7632
7633 * gdb.base/quit-live.c: New file.
7634 * gdb.base/quit-live.exp: New file.
7635
83d5a34d
KS
76362017-10-16 Keith Seitz <keiths@redhat.com>
7637
7638 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7639 (class_with_protected_typedef, class_with_private_typedef)
7640 (struct_with_public_typedef, struct_with_protected_typedef)
7641 (struct_with_private_typedef): New classes/structs.
7642 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7643 typedefs and access specifiers.
7644
739b3f1d
PA
76452017-10-16 Pedro Alves <palves@redhat.com>
7646 Simon Marchi <simon.marchi@polymtl.ca>
7647
7648 * README (Local vs Remote vs Native): New section.
7649 * boards/local-board.exp: New file, with bits factored out from
7650 ...
7651 * boards/native-extended-gdbserver.exp: ... here. Load
7652 "local-board".
7653 * boards/native-gdbserver.exp: Load "local-board".
7654 (${board}_spawn, ${board}_exec): Delete.
7655 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7656 ...
7657 * boards/stdio-gdbserver-base.exp: ... this new file.
7658 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7659 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7660 procedure.
7661 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7662 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7663 stdio_gdbserver_command.
7664 (${board}_get_remote_address, ${board}_get_comm_port)
7665 (${board}_download, ${board}_upload): Delete.
7666 (get_target_remote_pipe_cmd): New.
7667
fe68b953
SM
76682017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7669
7670 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7671 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7672 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7673 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7674 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7675 remove with_test_prefix.
7676
300b6685
PA
76772017-10-13 Pedro Alves <palves@redhat.com>
7678
7679 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7680 * gdb.base/annota1.exp: Use it instead of is_remote.
7681 * gdb.base/annota3.exp: Use it instead of is_remote.
7682 * gdb.cp/annota2.exp: Use it instead of is_remote.
7683 * gdb.cp/annota3.exp: Use it instead of is_remote.
7684 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7685
50500caf
PA
76862017-10-13 Pedro Alves <palves@redhat.com>
7687
7688 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7689 (test_num_test_vars, run_and_count_vars, find_env)
7690 (test_set_unset_env, test_inherit_env_var): New procedures.
7691 (top level): Use them.
7692
dad0c6d2
PA
76932017-10-13 Pedro Alves <palves@redhat.com>
7694
7695 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7696 also skip on stub-like targets.
7697
8b0553c1
PA
76982017-10-13 Pedro Alves <palves@redhat.com>
7699
7700 PR gdb/22293
7701 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7702 (top level): Move some tests to ...
7703 (test_not_found): ... this new procedure.
7704 (top level): Call it.
7705
7594f623
PA
77062017-10-13 Pedro Alves <palves@redhat.com>
7707
7708 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7709 expect different "info terminal" output if testing with a
7710 non-native target.
7711
ebe3b402
PA
77122017-10-13 Pedro Alves <palves@redhat.com>
7713 Simon Marchi <simon.marchi@polymtl.ca>
7714
7715 PR python/12966
7716 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7717
42f1b161
PA
77182017-10-13 Pedro Alves <palves@redhat.com>
7719
7720 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7721 already.
7722
8d6ef72b
PA
77232017-10-13 Pedro Alves <palves@redhat.com>
7724
7725 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7726 is_remote.
7727
d7bcd5b8
PA
77282017-10-13 Pedro Alves <palves@redhat.com>
7729
7730 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7731 is_remote.
7732
df479dc6
PA
77332017-10-13 Pedro Alves <palves@redhat.com>
7734
7735 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7736 is set.
7737 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7738 instead of is_remote.
7739
23fb630a
PA
77402017-10-13 Pedro Alves <palves@redhat.com>
7741
7742 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7743 (top level): Add comment.
7744
cc77b1dc
PA
77452017-10-13 Pedro Alves <palves@redhat.com>
7746
7747 * gdb.base/remote.exp (top level): Fix comment typo and add
7748 missing return.
7749
27c9e813
PA
77502017-10-13 Pedro Alves <palves@redhat.com>
7751 Simon Marchi <simon.marchi@polymtl.ca>
7752
7753 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7754 calls and add comments. Skip test if use_gdb_stub is set.
7755 (top level): Use "set cwd" command instead of "cd" command.
7756
5e830d98
PA
77572017-10-13 Pedro Alves <palves@redhat.com>
7758
7759 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7760 is_remote target check.
7761
f5ca0032
PA
77622017-10-13 Pedro Alves <palves@redhat.com>
7763
7764 * gdb.base/scope.exp: Use build_executable + clean_restart +
7765 gdb_file_cmd instead of prepare_for_testing and no longer skip
7766 "before run" tests on is_remote target boards. Update comments.
7767 * boards/native-extended-gdbserver.exp
7768 (extended_gdbserver_load_last_file): New, factored out from ...
7769 (gdb_load): ... this. Move further below and add comment.
7770 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7771
8aed1c0d
PA
77722017-10-12 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.base/attach.exp: Remove references to gdb64.
7775 * gdb.base/dbx.exp: Remove references to gdb64.
7776
cfa34c87
SM
77772017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7778 Pedro Alves <palves@redhat.com>
7779
7780 * gdb.base/label.exp: Remove is_remote target check.
7781
9192b7de
PA
77822017-10-12 Pedro Alves <palves@redhat.com>
7783
7784 * gdb.base/auvx.exp (coredir): Update comment.
7785 (top level) <core_works>: Use "set cwd" command instead of "cd"
7786 command.
7787
6bf0052d
PA
77882017-10-12 Pedro Alves <palves@redhat.com>
7789 Simon Marchi <simon.marchi@polymtl.ca>
7790
7791 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7792 target boards.
7793
e48ef82d
PA
77942017-10-12 Pedro Alves <palves@redhat.com>
7795 Simon Marchi <simon.marchi@polymtl.ca>
7796
7797 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7798 Instead skip if there's any gdb_protocol set.
7799
8d7aea57
SM
78002017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7801 Pedro Alves <palves@redhat.com>
7802
7803 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7804
30440677
PA
78052017-10-12 Pedro Alves <palves@redhat.com>
7806 Simon Marchi <simon.marchi@polymtl.ca>
7807
7808 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7809 instead of on dejagnu remote boards.
7810
4e04f045 78112017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7812 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7813
7814 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7815 checks. Use build_executable + clean_restart instead of
7816 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7817 of enabling non-stop after starting gdb.
7818
871a186e
PA
78192017-10-12 Pedro Alves <palves@redhat.com>
7820
7821 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7822 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7823 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7824 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7825
56d704da
AK
78262017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7827
7828 * gdb.arch/arc-tdesc-cpu.exp: New file.
7829 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7830
2f20e312
SM
78312017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7832
7833 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7834
65630365
PA
78352017-10-10 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7838 expect CLI output.
7839
bf469271
PA
78402017-10-10 Pedro Alves <palves@redhat.com>
7841
7842 * lib/selftest-support.exp (selftest_setup): Update for
7843 captured_command_loop's prototype change.
7844
777a42f1
PA
78452017-10-09 Pedro Alves <palves@redhat.com>
7846
7847 Test both arch1=>arch2 and arch2=>arch1.
7848
7849 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7850 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7851 factored out to...
7852 (append_arch1_options, append_arch2_options, append_arch_options)
7853 (build_executables): New procedures.
7854 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7855 local.
7856 (top level): Add new 'first_arch' testing axis.
7857
cbd2b4e3
PA
78582017-10-09 Pedro Alves <palves@redhat.com>
7859
7860 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7861 (barrier): New.
7862 (thread_start, all_started): New functions.
7863 (main): Spawn new thread and wait until it is scheduled.
7864 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7865 option.
7866 (do_test): Add 'selected_thread' parameter. Run to all_started
7867 instead of main. Explicitly set the breakpoint at main. Switch
7868 to the SELECTED_THREAD thread.
7869 (top level): Test handling the exec event with either the main
7870 thread or the second thread selected.
7871
5c9e4427
PA
78722017-10-09 Pedro Alves <palves@redhat.com>
7873
7874 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7875 logic. Move STOP marker after the value checks.
7876 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7877 regexp.
7878
b3b7c423
SL
78792017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7880
7881 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7882
3b4b2f16
UW
78832017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7884
7885 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7886 integer-to-dfp conversion.
7887 * gdb.base/dfp-test.exp: Likewise.
7888
5cd63fda
PA
78892017-10-04 Pedro Alves <palves@redhat.com>
7890
7891 * gdb.multi/hangout.c: Include <unistd.h>.
7892 (hangout_loop): New function.
7893 (main): Call alarm. Call hangout_loop in a loop.
7894 * gdb.multi/hello.c: Include <unistd.h>.
7895 (hello_loop): New function.
7896 (main): Call alarm. Call hangout_loop in a loop.
7897 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7898 inferior with the other selected.
7899
4c71c105
SM
79002017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7901
7902 * gdb.mi/list-thread-groups-available.exp: New file.
7903 * gdb.mi/list-thread-groups-available.c: New file.
7904
bc3b087d
SDJ
79052017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7906
7907 * gdb.base/set-cwd.exp: Make it available on
7908 native-extended-gdbserver.
7909
d092c5a2
SDJ
79102017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7911
7912 * gdb.base/set-cwd.c: New file.
7913 * gdb.base/set-cwd.exp: Likewise.
7914
45320ffa
TT
79152017-10-02 Tom Tromey <tom@tromey.com>
7916
7917 PR rust/22236:
7918 * gdb.rust/simple.rs (main): New variable "fslice".
7919 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7920
b3e3859b
TT
79212017-10-02 Tom Tromey <tom@tromey.com>
7922
7923 * gdb.rust/simple.exp: Test ptype of a slice.
7924
01af5e0d
TT
79252017-10-02 Tom Tromey <tom@tromey.com>
7926
7927 * gdb.rust/simple.exp: Test index of slice.
7928
a9bbfbd8
TT
79292017-09-27 Tom Tromey <tom@tromey.com>
7930
7931 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7932
df8899e5
TP
79332017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7934 Pedro Alves <palves@redhat.com>
7935
7936 * gdb.base/compare-sections.exp (get value of read-only section): Read
7937 as unsigned value.
7938 (corrupt read-only section): Likewise and don't set written if patching
7939 failed.
7940
757bf54b
KB
79412017-09-21 Kevin Buettner <kevinb@redhat.com>
7942
7943 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7944 files.
7945
06871ae8
PA
79462017-09-20 Pedro Alves <palves@redhat.com>
7947
7948 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7949 symbol names in gdb's output.
7950 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7951
e5f25bc5
PA
79522017-09-20 Pedro Alves <palves@redhat.com>
7953
7954 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7955 Rename to ...
7956 (test_list_ambiguous_symbol): ... this and add a symbol name
7957 parameter. Adjust.
7958 (test_list_ambiguous_function): Reimplement on top of
7959 test_list_ambiguous_symbol and also test listing ambiguous
7960 variables.
7961 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7962 (ambiguous_fun): ... this.
7963 (ambiguous_var): New.
7964 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7965 (ambiguous_fun): ... this.
7966 (ambiguous_var): New.
7967
4e5a4f58
JB
79682017-09-19 John Baldwin <jhb@FreeBSD.org>
7969
7970 * gdb.base/starti.c: New file.
7971 * gdb.base/starti.exp: New file.
7972 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7973
26e53f3e
PA
79742017-09-14 Pedro Alves <palves@redhat.com>
7975
7976 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7977 (top level): Use it instead of runto.
7978
cb791d59
TT
79792017-09-11 Tom Tromey <tom@tromey.com>
7980
7981 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7982
7c96f8c1
TT
79832017-09-11 Tom Tromey <tom@tromey.com>
7984
7985 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7986 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7987
469412dd
CW
79882017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7989
7990 * gdb.fortran/printing-types.exp: New file.
7991 * gdb.fortran/printing-types.exp: New file.
7992
e0f86435
BH
79932017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7994
7995 * gdb.fortran/vla-ptype.exp: Fix typos.
7996 * gdb.fortran/vla-value.exp: Same.
7997
9e9af4be
BH
79982017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7999
8000 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8001 * gdb.mi/mi-var-child-f.exp: Likewise.
8002 * gdb.mi/mi-vla-fortran.exp: Likewise.
8003
a5ad232b 80042017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8005 Christoph Weinmann <christoph.t.weinmann@intel.com>
8006 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8007
8008 * gdb.fortran/ptr-indentation.f90: New file.
8009 * gdb.fortran/ptr-indentation.exp: New file.
8010
5aec60eb
TT
80112017-09-05 Tom Tromey <tom@tromey.com>
8012
8013 PR gdb/22010:
8014 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8015
8f8f8152
TP
80162017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8017
8018 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8019
fbd1b771
JK
80202017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8021
8022 * gdb.threads/tls-nodebug-pie.c: New file.
8023 * gdb.threads/tls-nodebug-pie.exp: New file.
8024
5eb5f850
TT
80252017-09-05 Tom Tromey <tom@tromey.com>
8026
8027 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8028 for rust.
8029
ae780a21
SM
80302017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8031
8032 * gdb.multi/multi-arch-exec.exp: Test with different
8033 "follow-exec-mode" settings.
8034 (do_test): New procedure.
8035
3693fdb3
PA
80362017-09-04 Pedro Alves <palves@redhat.com>
8037
8038 * gdb.base/func-static.c (S::method const, S::method volatile)
8039 (S::method volatile const): New methods.
8040 (c_s, v_s, cv_s): New instances.
8041 (main): Call method() on them.
8042 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8043 (cannot_resolve): New procedure.
8044 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8045 print-quote-unquoted columns.
8046 (do_test): Test printing each scope too.
8047
e68cb8e0
PA
80482017-09-04 Pedro Alves <palves@redhat.com>
8049
8050 * gdb.base/local-static.exp: Also test with
8051 class::method::variable wholly quoted.
8052 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8053
858be34c
PA
80542017-09-04 Pedro Alves <palves@redhat.com>
8055
8056 * gdb.base/local-static.c: New.
8057 * gdb.base/local-static.cc: New.
8058 * gdb.base/local-static.exp: New.
8059
46a4882b
PA
80602017-09-04 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.asm/asm-source.exp: Add casts to int.
8063 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8064 (dataglobal64_1, dataglobal64_2): New globals.
8065 * gdb.base/nodebug.exp: Test different expressions involving the
8066 new globals, with print, whatis and ptype. Add casts to int.
8067 * gdb.base/solib-display.exp: Add casts to int.
8068 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8069 * gdb.cp/m-static.exp: Add cast to int.
8070 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8071 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8072 tls variable with no debug info without a cast. Test with a cast
8073 to int too.
8074 * gdb.trace/entry-values.exp: Add casts.
8075
2c5a2be1
PA
80762017-09-04 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.base/nodebug.exp: Test that ptype's error about functions
8079 with unknown return type includes the function name too.
8080
7022349d
PA
80812017-09-04 Pedro Alves <palves@redhat.com>
8082
8083 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8084 return type of munmap in infcall.
8085 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8086 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8087 type of ftell in infcall.
8088 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8089 type of getpid in infcall.
8090 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8091 infcall.
8092 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8093 Bail on failure to extract the pid.
8094 * gdb.base/nodebug.c: #include <stdint.h>.
8095 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8096 New functions.
8097 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8098 Change expected output of print/whatis/ptype with functions with
8099 no debug info. Test all supported languages. Call
8100 test_call_promotion.
8101 * gdb.compile/compile.exp: Adjust expected output to expect
8102 warning.
8103 * gdb.threads/siginfo-threads.exp: Likewise.
8104
54990598
PA
81052017-09-04 Pedro Alves <palves@redhat.com>
8106
8107 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8108 "prototypes". Test calling float functions via prototyped and
8109 unprototyped function pointers.
8110 (perform_all_tests): New parameter "prototypes". Pass it down.
8111 (top level): Pass down "prototypes" parameter to
8112 perform_all_tests.
8113
34d16ea2
SM
81142017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8115
8116 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8117 Test with nested loops.
8118
9521ecda
SM
81192017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8120
8121 * gdb.base/commands.exp: Call the new procedures.
8122 (loop_break_test, loop_continue_test): New procedures.
8123
80a65e9b
SM
81242017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8125
8126 * gdb.base/commands.exp: Call new procedure.
8127 (define_if_without_arg_test): New procedure.
8128
e439fa14
PA
81292017-09-04 Pedro Alves <palves@redhat.com>
8130
8131 * gdb.base/list-ambiguous.exp: New file.
8132 * gdb.base/list-ambiguous0.c: New file.
8133 * gdb.base/list-ambiguous1.c: New file.
8134 * gdb.base/list.exp (test_list_range): Adjust expected output.
8135
0a2dde4a
SDJ
81362017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8137
8138 * gdb.base/share-env-with-gdbserver.c: New file.
8139 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8140
5e89eb3a
SM
81412017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8142
8143 * gdb.base/commands.exp (gdbvar_simple_if_test,
8144 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8145 progvar_simple_if_test, progvar_simple_while_test,
8146 progvar_complex_if_while_test, user_defined_command_test,
8147 user_defined_command_args_eval,
8148 user_defined_command_args_stack_test,
8149 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8150 temporary_breakpoint_commands,
8151 gdb_test_no_prompt, redefine_hook_test,
8152 redefine_backtrace_test): Remove "global gdb_prompt".
8153
fd437cbc
SM
81542017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8155
8156 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8157 New proc, call it from toplevel.
8158
87215ad1
SDJ
81592017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8160
8161 PR remote/21852
8162 * gdb.server/normal.c: New file, copied from gdb.base.
8163 * gdb.server/run-without-local-binary.exp: New file.
8164
58afddc6
WP
81652017-08-07 Weimin Pan <weimin.pan@oracle.com>
8166
8167 * gdb.arch/sparc64-adi.exp: New file.
8168 * gdb.arch/sparc64-adi.c: New file.
8169
5277199a
PA
81702017-08-22 Pedro Alves <palves@redhat.com>
8171
8172 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8173 (top level): Add "list all overloads" tests.
8174
14278e1f
TT
81752017-08-22 Tom Tromey <tom@tromey.com>
8176
8177 * gdb.gdb/xfullpath.exp: Remove.
8178
bf223d3e
PA
81792017-08-21 Pedro Alves <palves@redhat.com>
8180
8181 PR gdb/19487
8182 * gdb.base/symbol-alias.c: New.
8183 * gdb.base/symbol-alias2.c: New.
8184 * gdb.base/symbol-alias.exp: New.
8185
c973d0aa
PA
81862017-08-21 Pedro Alves <palves@redhat.com>
8187
8188 * gdb.base/dfp-test.c
8189 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8190 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8191 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8192 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8193 * gdb.base/whatis-ptype-typedefs.c: New.
8194 * gdb.base/whatis-ptype-typedefs.exp: New.
8195 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8196 (an_int, an_int_type, an_int_type2): New globals.
8197 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8198 involving typedefs and cast expressions.
8199 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8200 (lookup_typedefs_function): New.
8201 (typedefs_pretty_printers_dict): New.
8202 (top level): Register lookup_typedefs_function in
8203 gdb.pretty_printers.
8204
6d580b63
YQ
82052017-08-18 Yao Qi <yao.qi@linaro.org>
8206
8207 * gdb.server/unittest.exp: New.
8208
206726fb
SDJ
82092017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8210
8211 PR gdb/21954
8212 * gdb.base/environ.exp: Add test to check if 'unset environment'
8213 works.
8214
bf0ec4c2
AA
82152017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8216
8217 * lib/gdb.exp (universal_compile_options): New caching proc.
8218 (gdb_compile): Suppress GCC's coloring of messages.
8219
d6382fff
TT
82202017-08-14 Tom Tromey <tom@tromey.com>
8221
8222 PR gdb/21675:
8223 * gdb.base/printcmds.exp (test_radices): New function.
8224 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8225 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8226 * lib/gdb.exp (get_integer_valueof): Use p/d.
8227
c2c2dd9f
SM
82282017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8229
8230 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8231 characters.
8232
fdffd6f4
TT
82332017-08-05 Tom Tromey <tom@tromey.com>
8234
8235 * gdb.rust/simple.exp: Allow String to appear in a different
8236 namespace.
8237
27d41eac
YQ
82382017-07-26 Yao Qi <yao.qi@linaro.org>
8239
8240 * gdb.gdb/unittest.exp: Invoke command
8241 "maintenance check xml-descriptions".
8242
031ed05d
AA
82432017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8244
8245 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8246 calling context.
8247 (hex128): Drop erroneous calculation of parameters.
8248
dcd27ddf
SM
82492017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8250
8251 * gdb.python/py-unwind.exp: Disable stack protection when
8252 building test file.
8253
47e77640
PA
82542017-07-20 Pedro Alves <palves@redhat.com>
8255
8256 * gdb.base/default.exp (set language): Adjust expected output.
8257
62d2a18a
PA
82582017-07-20 Pedro Alves <palves@redhat.com>
8259
8260 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8261 (test_minsym): ... this, and make static.
8262 (get_pck__foo__bar__minsym): Rename to ...
8263 (get_test_minsym): ... this.
8264 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8265 symbol names and comments.
8266 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8267 (get_test_minsym): ... this.
8268 (pck__foo__bar__minsym__2): Rename to ...
8269 (test_minsym): ... this.
8270 (main): Adjust.
8271
c45ec17c
PA
82722017-07-17 Pedro Alves <palves@redhat.com>
8273
8274 * gdb.base/completion.exp: Adjust expected output.
8275 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8276 the completer works.
8277
c6756f62
PA
82782017-07-17 Pedro Alves <palves@redhat.com>
8279
8280 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8281
5bd68487
AB
82822017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8283
8284 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8285
8880f2a9
TT
82862017-07-14 Tom Tromey <tom@tromey.com>
8287
8288 PR rust/21764:
8289 * gdb.rust/simple.exp: Add tests.
8290
65547233
TT
82912017-07-14 Tom Tromey <tom@tromey.com>
8292
8293 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8294
8f14146e
PA
82952017-07-14 Pedro Alves <palves@redhat.com>
8296
8297 * gdb.linespec/base/one/thefile.cc (z1): New function.
8298 * gdb.linespec/base/two/thefile.cc (z2): New function.
8299 * gdb.linespec/linespec.exp: Add tests.
8300
b4365d02
AB
83012017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8302
8303 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8304 to mi_create_breakpoint.
8305
5d2cbaa5
AB
83062017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8307
8308 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8309 mi_create_breakpoint.
8310
11cb5716
IB
83112017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8312
8313 * gdb.dlang/demangle.exp: Update for demangling changes.
8314
03278692
TT
83152017-07-09 Tom Tromey <tom@tromey.com>
8316
8317 * gdb.dwarf2/shortpiece.exp: New file.
8318
33c5cd75
DB
83192017-07-06 David Blaikie <dblaikie@gmail.com>
8320
8321 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8322 built from fissiont-multi-cu{1,2}.c.
8323 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8324 except putting 'main' and 'func' in separate CUs in the same DWO file.
8325 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8326 test.
8327 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8328 test.
8329
8455d262
PA
83302017-07-06 Pedro Alves <palves@redhat.com>
8331
8332 * gdb.python/py-unwind.exp: Test flushregs.
8333
dc4bde35
SDJ
83342017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8335
8336 PR cli/21688
8337 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8338 tests for alias commands and trailing whitespace.
8339
51ed89aa
SDJ
83402017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8341
8342 PR cli/21688
8343 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8344 procedure. Call it.
8345
eb17d413
PA
83462017-06-29 Pedro Alves <palves@redhat.com>
8347
8348 * gdb.base/printcmds.exp: Add tests.
8349
41664b45
DG
83502017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8351
8352 PR gdb/21337
8353 * gdb.base/reread-readsym.exp: New file.
8354 * gdb.base/reread-readsym.c: New file.
8355
75312ae3
KB
83562017-06-21 Kevin Buettner <kevinb@redhat.com>
8357
8358 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8359 subpattern.
8360
66953522
PB
83612017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8362
8363 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8364 extended mnemonic.
8365 * gdb.arch/powerpc-power9.s: Likewise.
8366
5524b525
AA
83672017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8368
8369 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8370 on 32-bit x86 targets. Exploit is_*_target macros where
8371 appropriate.
8372
03c8af18
AA
83732017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8374
8375 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8376 register pieces.
8377
3bf31011
AA
83782017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8379
8380 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8381 located in one or more DWARF pieces.
8382
805acca0
AA
83832017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8384
8385 * lib/gdb.exp (get_endianness): New proc.
8386 * gdb.arch/aarch64-fp.exp: Use it.
8387 * gdb.arch/altivec-regs.exp: Likewise.
8388 * gdb.arch/e500-regs.exp: Likewise.
8389 * gdb.arch/vsx-regs.exp: Likewise.
8390 * gdb.base/dump.exp: Likewise.
8391 * gdb.base/funcargs.exp: Likewise.
8392 * gdb.base/gnu_vector.exp: Likewise.
8393 * gdb.dwarf2/formdata16.exp: Likewise.
8394 * gdb.dwarf2/implptrpiece.exp: Likewise.
8395 * gdb.dwarf2/nonvar-access.exp: Likewise.
8396 * gdb.python/py-inferior.exp: Likewise.
8397 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8398
e9352324
AA
83992017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8400
8401 PR gdb/21226
8402 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8403 stack value pieces are taken from the LSB end.
8404
d5d1163e
AA
84052017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8406
8407 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8408 variable at nonzero offset.
8409
0567c986
AA
84102017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8411
8412 * gdb.dwarf2/var-access.c: New file.
8413 * gdb.dwarf2/var-access.exp: New test.
8414 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8415
973e9aab
TT
84162017-06-12 Tom Tromey <tom@tromey.com>
8417
8418 * gdb.dwarf2/formdata16.exp: Add tests.
8419
d9109c80
TT
84202017-06-12 Tom Tromey <tom@tromey.com>
8421
8422 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8423
30a25466
TT
84242017-06-12 Tom Tromey <tom@tromey.com>
8425
8426 PR exp/16225:
8427 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8428 * gdb.arch/vsx-regs.exp: Update tests.
8429 * gdb.arch/s390-vregs.exp (hex128): New proc.
8430 Update test.
8431 * gdb.arch/altivec-regs.exp: Update tests.
8432
aefd8b33
SDJ
84332017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8434
8435 * gdb.base/startup-with-shell.c: New file.
8436 * gdb.base/startup-with-shell.exp: Likewise.
8437
2090129c
SDJ
84382017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8439
8440 * gdb.server/non-existing-program.exp: Update regex in order to
8441 reflect the fact that gdbserver is now using fork_inferior (with a
8442 shell) to startup the inferior.
8443
8e86a419
SM
84442017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8445
8446 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8447 support function calls from GDB.
8448
e6cf65f2
TT
84492017-05-21 Tom Tromey <tom@tromey.com>
8450
8451 PR rust/21466:
8452 * gdb.rust/unsized.exp: New file.
8453 * gdb.rust/unsized.rs: New file.
8454
43cc5389
TT
84552017-05-19 Tom Tromey <tom@tromey.com>
8456
8457 PR rust/21484:
8458 * gdb.rust/watch.exp: New file.
8459 * gdb.rust/watch.rs: New file.
8460
ec8df234
TT
84612017-05-18 Tom Tromey <tom@tromey.com>
8462
8463 * gdb.rust/simple.exp: Allow Box to be qualified.
8464
3e3e7fae
TP
84652017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8466
8467 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8468
59cc050d
PA
84692017-05-18 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.base/fileio.c (test_write, test_read, test_close)
8472 (test_fstat): Don't print 'ret' in the fail path.
8473
c8f6abd1
PA
84742017-05-18 Pedro Alves <palves@redhat.com>
8475
8476 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8477 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8478 (test_system, test_rename, test_unlink, test_time): Change
8479 prototypes.
8480 * gdb.base/fileio.exp (stop_msg): Adjust.
8481
d2a03b77
PA
84822017-05-18 Pedro Alves <palves@redhat.com>
8483
8484 * gdb.base/fileio.c (null_str): New global.
8485 (test_stat): Use it.
8486 * gdb.base/fileio.exp: Remove nowarnings.
8487
0d5c6999
YQ
84882017-05-17 Yao Qi <yao.qi@linaro.org>
8489
8490 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8491
21873064
YQ
84922017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8493
8494 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8495 argument command.
8496 (top-level): Invoke test_set_inferior_tty.
8497
d512d31c
PA
84982017-05-04 Pedro Alves <palves@redhat.com>
8499
8500 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8501 Add parens to print call for Python 3.
8502
90cef2ed
KS
85032017-05-03 Keith Seitz <keiths@redhat.com>
8504
8505 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8506 (main): Call it.
8507
14f819c8
TW
85082017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8509
8510 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8511 to prev and next.
8512
913aeadd
TW
85132017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8514
8515 * gdb.python/py-record-btrace.exp: Remove test for
8516 gdb.BtraceInstruction.error.
8517
a3be24ad
TW
85182017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8519
8520 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8521
ae20e79a
TW
85222017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8523
8524 * gdb.python/py-record-btrace-threads.c: New file.
8525 * gdb.python/py-record-btrace-threads.exp: New file.
8526
45ce1b47
SDJ
85272017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8528
8529 PR testsuite/8595
8530 * gdb.base/environ.exp: Make test available in all architectures.
8531 Move bits related to "info program" testing to
8532 gdb.base/info-program.exp. Rewrite tests to use the two new
8533 procedures mentione below.
8534 (test_set_show_env_var) New procedure.
8535 (test_set_show_env_var_equal): Likewise.
8536 * gdb.base/info-program.exp: New file.
8537
e15c3eb4
KS
85382017-04-27 Keith Seitz <keiths@redhat.com>
8539
8540 * gdb.cp/oranking.cc (test15): New function.
8541 (main): Call test15 and declare additional variables for testing.
8542 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8543 "p foo101('abc')" tests.
8544 Add tests for cv qualifier overloads.
8545 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8546 "lvalue reference overload" test.
8547 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8548 "print value of f1 on Child&& in f2" test.
8549
3a3fd0fd
PA
85502017-04-19 Pedro Alves <palves@redhat.com>
8551
8552 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8553 procedure.
8554 (top level): Call it.
8555 * lib/gdb.exp (gdb_define_cmd): New procedure.
8556
53375380
PA
85572017-04-12 Pedro Alves <palves@redhat.com>
8558
8559 PR gdb/21323
8560 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8561 (wchar): New global.
8562 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8563 (do_test_wide_char, wide_char_types_no_program, top level): Add
8564 wchar_t testing.
8565
53e710ac
PA
85662017-04-12 Pedro Alves <palves@redhat.com>
8567
8568 PR c++/21323
8569 * gdb.cp/wide_char_types.c: New file.
8570 * gdb.cp/wide_char_types.exp: New file.
8571
0ad9d8c7
SDJ
85722017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8573
8574 PR gdb/21352
8575 * gdb.trace/tsv.exp: Add test for "tsave -r".
8576
b1b45502
IB
85772017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8578
8579 * gdb.dlang/watch-loc.c: New file.
8580 * gdb.dlang/watch-loc.exp: New file.
8581
ec13808e
JK
85822017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8583
8584 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8585
fe5f7374
AK
85862017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8587
8588 * gdb.arch/arc-analyze-prologue.S: New file.
8589 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8590
eea78757
AK
85912017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8592
8593 * gdb.arch/arc-decode-insn.S: New file.
8594 * gdb.arch/arc-decode-insn.exp: Likewise.
8595
5badf10a
IR
85962017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8597
8598 PR tdep/20928
8599 * gdb.arch/sparc64-regs.exp: New file.
8600 * gdb.arch/sparc64-regs.S: Likewise.
8601
cee59b3f
TW
86022017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8603
8604 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8605 and memory view on Python 3.
8606
c0f55cc6
AV
86072017-03-20 Artemiy Volkov <artemiyv@acm.org>
8608 Keith Seitz <keiths@redhat.com>
8609
8610 PR gdb/14441
8611 * gdb.cp/demangle.exp: Add rvalue reference tests.
8612 * gdb.cp/rvalue-ref-casts.cc: New file.
8613 * gdb.cp/rvalue-ref-casts.exp: New file.
8614 * gdb.cp/rvalue-ref-overload.cc: New file.
8615 * gdb.cp/rvalue-ref-overload.exp: New file.
8616 * gdb.cp/rvalue-ref-params.cc: New file.
8617 * gdb.cp/rvalue-ref-params.exp: New file.
8618 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8619 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8620 * gdb.cp/rvalue-ref-types.cc: New file.
8621 * gdb.cp/rvalue-ref-types.exp: New file.
8622 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8623 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8624
51457a05
MAL
86252017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8626
8627 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8628 New procedure.
8629
5b291c04
MAL
86302017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8631
8632 * lib/mi-support.exp (mi_gdb_test): Add additional message
8633 for unexpected output.
8634
59a56148
AA
86352017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8636
8637 * gdb.base/examine-backward.c (Barrier): New character array
8638 constant, to ensure that TestStrings is preceded by a string
8639 terminator.
8640
7942e96e
AA
86412017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8642
8643 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8644 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8645 and implicit pointer into such a location.
8646
6ebac3fb
DE
86472017-03-16 Doug Evans <dje@google.com>
8648
8649 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8650
ec3b243d
TP
86512017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8652
8653 * gdb.cp/m-static.exp: Fix expectation for prototype of
8654 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8655
86562017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8657
8658 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8659 * gdb.guile/scm-lazy-string.c: New file.
8660 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8661 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8662 for pointer, array, typedef lazy strings.
8663
2cc36e25 86642017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8665
8666 PR python/17728, python/18439, python/18779
8667 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8668 * gdb.python/py-lazy-string.c (pointer): New typedef.
8669 (main): New locals ptr, array, typedef_ptr.
8670 * gdb.python/py-value.exp: Move lazy string tests to ...
8671 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8672 array, typedef lazy strings.
ec3b243d 8673
0efcde63
AK
86742017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8675
8676 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8677 Add optional 'test' parameter.
8678
7978d7c3
SM
86792017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8680
8681 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8682 Skip for versions of DejaGnu < 1.5.
8683
896c0c1e
SM
86842017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8685
8686 * lib/gdb.exp (dejagnu_version): New proc.
8687 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8688 Use dejagnu_version.
8689
5f4d1085
KS
86902017-03-10 Keith Seitz <keiths@redhat.com>
8691
8692 PR c++/8128
8693 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8694 type from destructor regexps.
8695 Add a branch which actually passes the test.
8696 Adjust "ptype t5i" test names.
8697
1de05205
PA
86982017-03-08 Pedro Alves <palves@redhat.com>
8699
8700 * gdb.base/step-over-exit.exp: Add explicit test message.
8701
c65d6b55
PA
87022017-03-08 Pedro Alves <palves@redhat.com>
8703
8704 PR gdb/18360
8705 * gdb.threads/interrupt-while-step-over.c: New file.
8706 * gdb.threads/interrupt-while-step-over.exp: New file.
8707
2e86a283
PA
87082017-03-08 Pedro Alves <palves@redhat.com>
8709
8710 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8711 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8712
25dcbff6
PA
87132017-03-08 Pedro Alves <palves@redhat.com>
8714
8715 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8716 PKRU as not supported as a PASS.
8717
dc9366eb
PA
87182017-03-08 Pedro Alves <palves@redhat.com>
8719
8720 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8721 prefix instead of $binfile1/$binfile2.
8722 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8723 in test message.
8724 * gdb.python/py-completion.exp: Use "load python file" as test
8725 messages instead of unstable path names.
8726
6e5d74e7
PA
87272017-03-08 Pedro Alves <palves@redhat.com>
8728 Jan Kratochvil <jan.kratochvil@redhat.com>
8729
8730 PR cli/21218
8731 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8732 New proc.
8733 (top level): Call it.
8734
9753a2f6
PA
87352017-03-08 Pedro Alves <palves@redhat.com>
8736
8737 PR tui/21216
8738 * gdb.tui/tui-nl-filtered-output.exp: New file.
8739
1a4dd9dd
PA
87402017-03-08 Pedro Alves <palves@redhat.com>
8741
8742 * gdb.base/completion.exp: Move TUI completion tests to ...
8743 * gdb.tui/completion.exp: ... this new file.
8744
7cbbff33
PA
87452017-03-08 Pedro Alves <palves@redhat.com>
8746
8747 * gdb.base/tui-disasm-long-lines.c,
8748 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8749 gdb.base/tui-layout.exp: Move to ...
8750 * gdb.tui/: ... this new directory.
8751
5f6fd321
PA
87522017-03-07 Pedro Alves <palves@redhat.com>
8753
8754 * gdb.base/tui-layout.c: New file.
8755 * gdb.base/tui-layout.exp: New file.
8756
44959fa8
PA
87572017-03-07 Pedro Alves <palves@redhat.com>
8758
8759 * gdb.base/tui-layout.c: Rename to ...
8760 * gdb.base/tui-disasm-long-lines.c: ... this.
8761 * gdb.base/tui-layout.exp: Rename to ...
8762 * gdb.base/tui-disasm-long-lines.exp: ... this.
8763
f8c4e718
PA
87642017-03-07 Pedro Alves <palves@redhat.com>
8765
8766 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8767
6dbb839a 87682017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8769
8770 * i386-mpx-call.c: New file.
8771 * i386-mpx-call.exp: New file.
8772
65b48a81
PB
87732017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8774
8775 * gdb.arch/powerpc-power.exp: Delete test.
8776 * gdb.arch/powerpc-power.s: Likewise.
8777 * gdb.disasm/disassembler-options.exp: New test.
8778 * gdb.arch/powerpc-altivec.exp: Likewise.
8779 * gdb.arch/powerpc-altivec.s: Likewise.
8780 * gdb.arch/powerpc-altivec2.exp: Likewise.
8781 * gdb.arch/powerpc-altivec2.s: Likewise.
8782 * gdb.arch/powerpc-altivec3.exp: Likewise.
8783 * gdb.arch/powerpc-altivec3.s: Likewise.
8784 * gdb.arch/powerpc-power7.exp: Likewise.
8785 * gdb.arch/powerpc-power7.s: Likewise.
8786 * gdb.arch/powerpc-power8.exp: Likewise.
8787 * gdb.arch/powerpc-power8.s: Likewise.
8788 * gdb.arch/powerpc-power9.exp: Likewise.
8789 * gdb.arch/powerpc-power9.s: Likewise.
8790 * gdb.arch/powerpc-vsx.exp: Likewise.
8791 * gdb.arch/powerpc-vsx.s: Likewise.
8792 * gdb.arch/powerpc-vsx2.exp: Likewise.
8793 * gdb.arch/powerpc-vsx2.s: Likewise.
8794 * gdb.arch/powerpc-vsx3.exp: Likewise.
8795 * gdb.arch/powerpc-vsx3.s: Likewise.
8796 * gdb.arch/arm-disassembler-options.exp: Likewise.
8797 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8798 * gdb.arch/s390-disassembler-options.exp: Likewise.
8799
17cd4947
LM
88002017-02-23 Luis Machado <lgustavo@codesourcery.com>
8801
8802 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8803 (check_supported_features): ... this. Changed return type to void.
8804 (supports_rdseed): New static global.
8805 (rdseed): Check supports_rdseed.
8806 (initialize): Call check_supported_features.
8807
2039d74e
EBM
88082017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8809
8810 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8811 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8812 and lqarx/stqcx.
8813 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8814 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8815
a51d7ecf
EBM
88162017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8817
8818 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8819 uppercase.
8820
0224619f
JK
88212017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8822
8823 * gdb.dwarf2/formdata16.c: New file.
8824 * gdb.dwarf2/formdata16.exp: New file.
8825 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8826
216f72a1
JK
88272017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8828
8829 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8830 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8831 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8832 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8833 DW_AT_GNU_*.
8834
43988095
JK
88352017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8836
8837 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8838
99e8a4f9
SDJ
88392017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8840
8841 PR gdb/21164
8842 * gdb.base/maint.exp: Add testcases for when the commands do
8843 not have arguments.
8844
b58a8c0c
TP
88452017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8846
8847 * gdb.cp/chained-calls.exp: Use p instead of P.
8848
4e746bb6
TW
88492017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8850
8851 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8852 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8853
3f77c769
TT
88542017-02-14 Tom Tromey <tom@tromey.com>
8855
8856 PR python/13598:
8857 * gdb.python/py-events.exp: Add before_prompt event tests.
8858
075beec0
AA
88592017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8860
8861 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8862
bf5f525c
LM
88632017-02-13 Luis Machado <lgustavo@codesourcery.com>
8864
8865 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8866 (main): Call my_unique_function_name.
8867 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8868 completion of patterns with a single match.
8869 Add missing -re switches to gdb_test_multiple calls.
8870
13a66184
LM
88712017-02-13 Luis Machado <lgustavo@codesourcery.com>
8872
8873 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8874 return if core file is not recognized.
8875
26a06916
SM
88762017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8877
8878 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8879 and extra UIs.
8880
b761ca9e
SM
88812017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8882
8883 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8884 proc_with_prefix.
8885
b964bee0
TT
88862017-02-10 Tom Tromey <tom@tromey.com>
8887
8888 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8889
18da0c51
MG
88902017-02-10 Martin Galvan <martingalvan@sourceware.org>
8891
8892 PR gdb/21122
8893 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8894
604c4576
JG
88952017-02-08 Jerome Guitton <guitton@adacore.com>
8896
8897 * gdb.base/define.exp: Add test for command abbreviations
8898 in define.
8899
20b477a7
LM
89002017-02-06 Luis Machado <lgustavo@codesourcery.com>
8901
8902 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8903 * gdb.reverse/insn-reverse-x86.c: New file.
8904
3f7b46f2
IR
89052017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8906
8907 PR tdep/20936
8908 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8909
f0fd41c1
TT
89102017-02-03 Tom Tromey <tom@tromey.com>
8911
8912 PR rust/21097:
8913 * gdb.rust/simple.exp: Add new tests.
8914
5be5dbf0
PA
89152017-02-02 Pedro Alves <palves@redhat.com>
8916
8917 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8918 tests.
8919
7346ef59
AA
89202017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8921
8922 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8923 taking a 2-byte value out of a 4-byte DWARF implicit value on
8924 big-endian targets.
8925 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8926 logic. Add test cases for DW_OP_implicit.
8927
787f0025
MM
89282017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8929
8930 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8931
68777c29
MM
89322017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8933
8934 * gdb.btrace/enable.exp: Call gdb_exit before
8935 skip_gdbserver_tests.
8936
0a1c7e28
MM
89372017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8938
8939 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8940 GDBFLAGS.
8941
b5ac99b0
MM
89422017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8943
8944 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8945 the test is skipped.
8946 * gdb.btrace/data.exp: Likewise.
8947 * gdb.btrace/delta.exp: Likewise.
8948 * gdb.btrace/dlopen.exp: Likewise.
8949 * gdb.btrace/enable-running.exp: Likewise.
8950 * gdb.btrace/enable.exp: Likewise.
8951 * gdb.btrace/exception.exp: Likewise.
8952 * gdb.btrace/function_call_history.exp: Likewise.
8953 * gdb.btrace/gcore.exp: Likewise.
8954 * gdb.btrace/instruction_history.exp: Likewise.
8955 * gdb.btrace/multi-thread-step.exp: Likewise.
8956 * gdb.btrace/nohist.exp: Likewise.
8957 * gdb.btrace/non-stop.exp: Likewise.
8958 * gdb.btrace/reconnect.exp: Likewise.
8959 * gdb.btrace/record_goto-step.exp: Likewise.
8960 * gdb.btrace/record_goto.exp: Likewise.
8961 * gdb.btrace/rn-dl-bind.exp: Likewise.
8962 * gdb.btrace/segv.exp: Likewise.
8963 * gdb.btrace/step.exp: Likewise.
8964 * gdb.btrace/stepi.exp: Likewise.
8965 * gdb.btrace/tailcall-only.exp: Likewise.
8966 * gdb.btrace/tailcall.exp: Likewise.
8967 * gdb.btrace/tsx.exp: Likewise.
8968 * gdb.btrace/unknown_functions.exp: Likewise.
8969 * gdb.btrace/vdso.exp: Likewise.
8970
cd4007e4
MM
89712017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8972
8973 * gdb.btrace/enable-running.c: New.
8974 * gdb.btrace/enable-running.exp: New.
8975
2735833d
WT
89762017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8977
8978 * gdb.arch/amd64-gs_base.c: New file.
8979 * gdb.arch/amd64-gs_base.exp: New file.
8980
b51e1e94
LM
89812017-01-26 Luis Machado <lgustavo@codesourcery.com>
8982
8983 * lib/memory.exp: Remove spurious empty newlines.
8984
72ca0410
SM
89852017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8986
8987 * gdb.python/py-bad-printers.exp: Load python file using "source".
8988 * gdb.python/py-events.exp: Likewise.
8989 * gdb.python/py-evsignal.exp: Likewise.
8990 * gdb.python/py-evthreads.exp: Likewise.
8991 * gdb.python/py-frame-args.exp: Likewise.
8992 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8993 * gdb.python/py-framefilter-mi.exp: Likewise.
8994 * gdb.python/py-framefilter.exp: Likewise.
8995 * gdb.python/py-mi.exp: Likewise.
8996 * gdb.python/py-pp-maint.exp: Likewise.
8997 * gdb.python/py-pp-registration.exp: Likewise.
8998 * gdb.python/py-prettyprint.exp: Likewise.
8999 (run_lang_tests): Likewise.
9000 * gdb.python/py-typeprint.exp: Likewise.
9001
e309aa65
LM
90022017-01-26 Luis Machado <lgustavo@codesourcery.com>
9003
9004 * lib/memory.exp: New file.
9005 * lib/gdb.exp: Load memory.exp.
9006 * gdb.base/memattr.exp (delete_memory): Move proc to
9007 lib/memory.exp and rename to delete_memory_regions.
9008 Replace delete_memory with delete_memory_regions.
9009 Cleanup memory regions before tests.
9010 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9011 before tests.
9012
515aff23
LM
90132017-01-26 Luis Machado <lgustavo@codesourcery.com>
9014
9015 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9016 files.
9017 (initialize): New function conditionally defined.
9018 (testcases): Move within conditional block.
9019 (main): Call initialize.
9020 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9021 of gdb.reverse/insn-reverse.c.
9022 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9023 gdb.reverse/insn-reverse.c.
9024
d8b49cf0
YQ
90252017-01-26 Yao Qi <yao.qi@linaro.org>
9026
9027 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9028 disassemble on address 0.
9029
f13a9a0c
YQ
90302017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9031 Yao Qi <yao.qi@linaro.org>
9032
9033 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9034 * gdb.dwarf2/implptr-64bit.S: Remove.
9035 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9036 variables in caller's context. Add DW_OP_implicit_value.
9037
5ac95241
YQ
90382017-01-25 Yao Qi <yao.qi@linaro.org>
9039
9040 * lib/dwarf.exp (Dwarf::_location): Handle
9041 DW_OP_GNU_implicit_pointer with proper size.
9042
23e82930
LM
90432017-01-20 Luis Machado <lgustavo@codesourcery.com>
9044
9045 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9046 and add untested calls.
9047
d334ae25
LM
90482017-01-20 Luis Machado <lgustavo@codesourcery.com>
9049
9050 * gdb.python/python.exp: Check line number against what GDB thinks
9051 the line number is for func1.
9052
f5e6296e
IB
90532017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9054
9055 * gdb.dlang/debug-expr.exp: New file.
9056
5b362f04
LM
90572016-12-23 Luis Machado <lgustavo@codesourcery.com>
9058
9059 Fix test names for the following files:
9060
9061 * gdb.ada/exec_changed.exp
9062 * gdb.ada/info_types.exp
9063 * gdb.arch/aarch64-atomic-inst.exp
9064 * gdb.arch/aarch64-fp.exp
9065 * gdb.arch/altivec-abi.exp
9066 * gdb.arch/altivec-regs.exp
9067 * gdb.arch/amd64-byte.exp
9068 * gdb.arch/amd64-disp-step.exp
9069 * gdb.arch/amd64-dword.exp
9070 * gdb.arch/amd64-entry-value-inline.exp
9071 * gdb.arch/amd64-entry-value-param.exp
9072 * gdb.arch/amd64-entry-value-paramref.exp
9073 * gdb.arch/amd64-entry-value.exp
9074 * gdb.arch/amd64-i386-address.exp
9075 * gdb.arch/amd64-invalid-stack-middle.exp
9076 * gdb.arch/amd64-invalid-stack-top.exp
9077 * gdb.arch/amd64-optimout-repeat.exp
9078 * gdb.arch/amd64-prologue-skip.exp
9079 * gdb.arch/amd64-prologue-xmm.exp
9080 * gdb.arch/amd64-stap-special-operands.exp
9081 * gdb.arch/amd64-stap-wrong-subexp.exp
9082 * gdb.arch/amd64-tailcall-cxx.exp
9083 * gdb.arch/amd64-tailcall-noret.exp
9084 * gdb.arch/amd64-tailcall-ret.exp
9085 * gdb.arch/amd64-tailcall-self.exp
9086 * gdb.arch/amd64-word.exp
9087 * gdb.arch/arm-bl-branch-dest.exp
9088 * gdb.arch/arm-disp-step.exp
9089 * gdb.arch/arm-neon.exp
9090 * gdb.arch/arm-single-step-kernel-helper.exp
9091 * gdb.arch/avr-flash-qualifier.exp
9092 * gdb.arch/disp-step-insn-reloc.exp
9093 * gdb.arch/e500-abi.exp
9094 * gdb.arch/e500-regs.exp
9095 * gdb.arch/ftrace-insn-reloc.exp
9096 * gdb.arch/i386-avx512.exp
9097 * gdb.arch/i386-bp_permanent.exp
9098 * gdb.arch/i386-byte.exp
9099 * gdb.arch/i386-cfi-notcurrent.exp
9100 * gdb.arch/i386-disp-step.exp
9101 * gdb.arch/i386-dr3-watch.exp
9102 * gdb.arch/i386-float.exp
9103 * gdb.arch/i386-gnu-cfi.exp
9104 * gdb.arch/i386-mpx-map.exp
9105 * gdb.arch/i386-mpx-sigsegv.exp
9106 * gdb.arch/i386-mpx-simple_segv.exp
9107 * gdb.arch/i386-mpx.exp
9108 * gdb.arch/i386-permbkpt.exp
9109 * gdb.arch/i386-prologue.exp
9110 * gdb.arch/i386-signal.exp
9111 * gdb.arch/i386-size-overlap.exp
9112 * gdb.arch/i386-unwind.exp
9113 * gdb.arch/i386-word.exp
9114 * gdb.arch/mips-fcr.exp
9115 * gdb.arch/powerpc-d128-regs.exp
9116 * gdb.arch/powerpc-stackless.exp
9117 * gdb.arch/ppc64-atomic-inst.exp
9118 * gdb.arch/s390-stackless.exp
9119 * gdb.arch/s390-tdbregs.exp
9120 * gdb.arch/s390-vregs.exp
9121 * gdb.arch/sparc-sysstep.exp
9122 * gdb.arch/thumb-bx-pc.exp
9123 * gdb.arch/thumb-singlestep.exp
9124 * gdb.arch/thumb2-it.exp
9125 * gdb.arch/vsx-regs.exp
9126 * gdb.asm/asm-source.exp
9127 * gdb.base/a2-run.exp
9128 * gdb.base/advance.exp
9129 * gdb.base/all-bin.exp
9130 * gdb.base/anon.exp
9131 * gdb.base/args.exp
9132 * gdb.base/arithmet.exp
9133 * gdb.base/async-shell.exp
9134 * gdb.base/async.exp
9135 * gdb.base/attach-pie-noexec.exp
9136 * gdb.base/attach-twice.exp
9137 * gdb.base/auto-load.exp
9138 * gdb.base/bang.exp
9139 * gdb.base/bitfields.exp
9140 * gdb.base/break-always.exp
9141 * gdb.base/break-caller-line.exp
9142 * gdb.base/break-entry.exp
9143 * gdb.base/break-inline.exp
9144 * gdb.base/break-on-linker-gcd-function.exp
9145 * gdb.base/break-probes.exp
9146 * gdb.base/break.exp
9147 * gdb.base/breakpoint-shadow.exp
9148 * gdb.base/call-ar-st.exp
9149 * gdb.base/call-sc.exp
9150 * gdb.base/call-signal-resume.exp
9151 * gdb.base/call-strs.exp
9152 * gdb.base/callfuncs.exp
9153 * gdb.base/catch-fork-static.exp
9154 * gdb.base/catch-gdb-caused-signals.exp
9155 * gdb.base/catch-load.exp
9156 * gdb.base/catch-signal-fork.exp
9157 * gdb.base/catch-signal.exp
9158 * gdb.base/catch-syscall.exp
9159 * gdb.base/charset.exp
9160 * gdb.base/checkpoint.exp
9161 * gdb.base/chng-syms.exp
9162 * gdb.base/code-expr.exp
9163 * gdb.base/code_elim.exp
9164 * gdb.base/commands.exp
9165 * gdb.base/completion.exp
9166 * gdb.base/complex.exp
9167 * gdb.base/cond-expr.exp
9168 * gdb.base/condbreak.exp
9169 * gdb.base/consecutive.exp
9170 * gdb.base/continue-all-already-running.exp
9171 * gdb.base/coredump-filter.exp
9172 * gdb.base/corefile.exp
9173 * gdb.base/dbx.exp
9174 * gdb.base/debug-expr.exp
9175 * gdb.base/define.exp
9176 * gdb.base/del.exp
9177 * gdb.base/disabled-location.exp
9178 * gdb.base/disasm-end-cu.exp
9179 * gdb.base/disasm-optim.exp
9180 * gdb.base/display.exp
9181 * gdb.base/duplicate-bp.exp
9182 * gdb.base/ena-dis-br.exp
9183 * gdb.base/ending-run.exp
9184 * gdb.base/enumval.exp
9185 * gdb.base/environ.exp
9186 * gdb.base/eu-strip-infcall.exp
9187 * gdb.base/eval-avoid-side-effects.exp
9188 * gdb.base/eval-skip.exp
9189 * gdb.base/exitsignal.exp
9190 * gdb.base/expand-psymtabs.exp
9191 * gdb.base/filesym.exp
9192 * gdb.base/find-unmapped.exp
9193 * gdb.base/finish.exp
9194 * gdb.base/float.exp
9195 * gdb.base/foll-exec-mode.exp
9196 * gdb.base/foll-exec.exp
9197 * gdb.base/foll-fork.exp
9198 * gdb.base/fortran-sym-case.exp
9199 * gdb.base/freebpcmd.exp
9200 * gdb.base/func-ptr.exp
9201 * gdb.base/func-ptrs.exp
9202 * gdb.base/funcargs.exp
9203 * gdb.base/gcore-buffer-overflow.exp
9204 * gdb.base/gcore-relro-pie.exp
9205 * gdb.base/gcore-relro.exp
9206 * gdb.base/gcore.exp
9207 * gdb.base/gdb1090.exp
9208 * gdb.base/gdb11530.exp
9209 * gdb.base/gdb11531.exp
9210 * gdb.base/gdb1821.exp
9211 * gdb.base/gdbindex-stabs.exp
9212 * gdb.base/gdbvars.exp
9213 * gdb.base/hbreak.exp
9214 * gdb.base/hbreak2.exp
9215 * gdb.base/included.exp
9216 * gdb.base/infcall-input.exp
9217 * gdb.base/inferior-died.exp
9218 * gdb.base/infnan.exp
9219 * gdb.base/info-macros.exp
9220 * gdb.base/info-os.exp
9221 * gdb.base/info-proc.exp
9222 * gdb.base/info-shared.exp
9223 * gdb.base/info-target.exp
9224 * gdb.base/infoline.exp
9225 * gdb.base/interp.exp
9226 * gdb.base/interrupt.exp
9227 * gdb.base/jit-reader.exp
9228 * gdb.base/jit-simple.exp
9229 * gdb.base/kill-after-signal.exp
9230 * gdb.base/kill-detach-inferiors-cmd.exp
9231 * gdb.base/label.exp
9232 * gdb.base/langs.exp
9233 * gdb.base/ldbl_e308.exp
9234 * gdb.base/line-symtabs.exp
9235 * gdb.base/linespecs.exp
9236 * gdb.base/list.exp
9237 * gdb.base/long_long.exp
9238 * gdb.base/longest-types.exp
9239 * gdb.base/maint.exp
9240 * gdb.base/max-value-size.exp
9241 * gdb.base/memattr.exp
9242 * gdb.base/mips_pro.exp
9243 * gdb.base/morestack.exp
9244 * gdb.base/moribund-step.exp
9245 * gdb.base/multi-forks.exp
9246 * gdb.base/nested-addr.exp
9247 * gdb.base/nextoverexit.exp
9248 * gdb.base/noreturn-finish.exp
9249 * gdb.base/noreturn-return.exp
9250 * gdb.base/nostdlib.exp
9251 * gdb.base/offsets.exp
9252 * gdb.base/opaque.exp
9253 * gdb.base/pc-fp.exp
9254 * gdb.base/permissions.exp
9255 * gdb.base/print-symbol-loading.exp
9256 * gdb.base/prologue-include.exp
9257 * gdb.base/psymtab.exp
9258 * gdb.base/ptype.exp
9259 * gdb.base/random-signal.exp
9260 * gdb.base/randomize.exp
9261 * gdb.base/range-stepping.exp
9262 * gdb.base/readline-ask.exp
9263 * gdb.base/recpar.exp
9264 * gdb.base/recurse.exp
9265 * gdb.base/relational.exp
9266 * gdb.base/restore.exp
9267 * gdb.base/return-nodebug.exp
9268 * gdb.base/return.exp
9269 * gdb.base/run-after-attach.exp
9270 * gdb.base/save-bp.exp
9271 * gdb.base/scope.exp
9272 * gdb.base/sect-cmd.exp
9273 * gdb.base/set-lang-auto.exp
9274 * gdb.base/set-noassign.exp
9275 * gdb.base/setvar.exp
9276 * gdb.base/sigall.exp
9277 * gdb.base/sigbpt.exp
9278 * gdb.base/siginfo-addr.exp
9279 * gdb.base/siginfo-infcall.exp
9280 * gdb.base/siginfo-obj.exp
9281 * gdb.base/siginfo.exp
9282 * gdb.base/signals-state-child.exp
9283 * gdb.base/signest.exp
9284 * gdb.base/sigstep.exp
9285 * gdb.base/sizeof.exp
9286 * gdb.base/skip.exp
9287 * gdb.base/solib-corrupted.exp
9288 * gdb.base/solib-nodir.exp
9289 * gdb.base/solib-search.exp
9290 * gdb.base/stack-checking.exp
9291 * gdb.base/stale-infcall.exp
9292 * gdb.base/stap-probe.exp
9293 * gdb.base/start.exp
9294 * gdb.base/step-break.exp
9295 * gdb.base/step-bt.exp
9296 * gdb.base/step-line.exp
9297 * gdb.base/step-over-exit.exp
9298 * gdb.base/step-over-syscall.exp
9299 * gdb.base/step-resume-infcall.exp
9300 * gdb.base/step-test.exp
9301 * gdb.base/store.exp
9302 * gdb.base/structs3.exp
9303 * gdb.base/sym-file.exp
9304 * gdb.base/symbol-without-target_section.exp
9305 * gdb.base/term.exp
9306 * gdb.base/testenv.exp
9307 * gdb.base/ui-redirect.exp
9308 * gdb.base/until.exp
9309 * gdb.base/unwindonsignal.exp
9310 * gdb.base/value-double-free.exp
9311 * gdb.base/vla-datatypes.exp
9312 * gdb.base/vla-ptr.exp
9313 * gdb.base/vla-sideeffect.exp
9314 * gdb.base/volatile.exp
9315 * gdb.base/watch-cond-infcall.exp
9316 * gdb.base/watch-cond.exp
9317 * gdb.base/watch-non-mem.exp
9318 * gdb.base/watch-read.exp
9319 * gdb.base/watch-vfork.exp
9320 * gdb.base/watchpoint-cond-gone.exp
9321 * gdb.base/watchpoint-delete.exp
9322 * gdb.base/watchpoint-hw-hit-once.exp
9323 * gdb.base/watchpoint-hw.exp
9324 * gdb.base/watchpoint-stops-at-right-insn.exp
9325 * gdb.base/watchpoints.exp
9326 * gdb.base/wchar.exp
9327 * gdb.base/whatis-exp.exp
9328 * gdb.btrace/buffer-size.exp
9329 * gdb.btrace/data.exp
9330 * gdb.btrace/delta.exp
9331 * gdb.btrace/dlopen.exp
9332 * gdb.btrace/enable.exp
9333 * gdb.btrace/exception.exp
9334 * gdb.btrace/function_call_history.exp
9335 * gdb.btrace/gcore.exp
9336 * gdb.btrace/instruction_history.exp
9337 * gdb.btrace/nohist.exp
9338 * gdb.btrace/reconnect.exp
9339 * gdb.btrace/record_goto-step.exp
9340 * gdb.btrace/record_goto.exp
9341 * gdb.btrace/rn-dl-bind.exp
9342 * gdb.btrace/segv.exp
9343 * gdb.btrace/step.exp
9344 * gdb.btrace/stepi.exp
9345 * gdb.btrace/tailcall-only.exp
9346 * gdb.btrace/tailcall.exp
9347 * gdb.btrace/tsx.exp
9348 * gdb.btrace/unknown_functions.exp
9349 * gdb.btrace/vdso.exp
9350 * gdb.compile/compile-ifunc.exp
9351 * gdb.compile/compile-ops.exp
9352 * gdb.compile/compile-print.exp
9353 * gdb.compile/compile-setjmp.exp
9354 * gdb.cp/abstract-origin.exp
9355 * gdb.cp/ambiguous.exp
9356 * gdb.cp/annota2.exp
9357 * gdb.cp/annota3.exp
9358 * gdb.cp/anon-ns.exp
9359 * gdb.cp/anon-struct.exp
9360 * gdb.cp/anon-union.exp
9361 * gdb.cp/arg-reference.exp
9362 * gdb.cp/baseenum.exp
9363 * gdb.cp/bool.exp
9364 * gdb.cp/breakpoint.exp
9365 * gdb.cp/bs15503.exp
9366 * gdb.cp/call-c.exp
9367 * gdb.cp/casts.exp
9368 * gdb.cp/chained-calls.exp
9369 * gdb.cp/class2.exp
9370 * gdb.cp/classes.exp
9371 * gdb.cp/cmpd-minsyms.exp
9372 * gdb.cp/converts.exp
9373 * gdb.cp/cp-relocate.exp
9374 * gdb.cp/cpcompletion.exp
9375 * gdb.cp/cpexprs.exp
9376 * gdb.cp/cplabel.exp
9377 * gdb.cp/cplusfuncs.exp
9378 * gdb.cp/cpsizeof.exp
9379 * gdb.cp/ctti.exp
9380 * gdb.cp/derivation.exp
9381 * gdb.cp/destrprint.exp
9382 * gdb.cp/dispcxx.exp
9383 * gdb.cp/enum-class.exp
9384 * gdb.cp/exception.exp
9385 * gdb.cp/exceptprint.exp
9386 * gdb.cp/expand-psymtabs-cxx.exp
9387 * gdb.cp/expand-sals.exp
9388 * gdb.cp/extern-c.exp
9389 * gdb.cp/filename.exp
9390 * gdb.cp/formatted-ref.exp
9391 * gdb.cp/fpointer.exp
9392 * gdb.cp/gdb1355.exp
9393 * gdb.cp/gdb2495.exp
9394 * gdb.cp/hang.exp
9395 * gdb.cp/impl-this.exp
9396 * gdb.cp/infcall-dlopen.exp
9397 * gdb.cp/inherit.exp
9398 * gdb.cp/iostream.exp
9399 * gdb.cp/koenig.exp
9400 * gdb.cp/local.exp
9401 * gdb.cp/m-data.exp
9402 * gdb.cp/m-static.exp
9403 * gdb.cp/mb-ctor.exp
9404 * gdb.cp/mb-inline.exp
9405 * gdb.cp/mb-templates.exp
9406 * gdb.cp/member-name.exp
9407 * gdb.cp/member-ptr.exp
9408 * gdb.cp/meth-typedefs.exp
9409 * gdb.cp/method.exp
9410 * gdb.cp/method2.exp
9411 * gdb.cp/minsym-fallback.exp
9412 * gdb.cp/misc.exp
9413 * gdb.cp/namelessclass.exp
9414 * gdb.cp/namespace-enum.exp
9415 * gdb.cp/namespace-nested-import.exp
9416 * gdb.cp/namespace.exp
9417 * gdb.cp/nextoverthrow.exp
9418 * gdb.cp/no-dmgl-verbose.exp
9419 * gdb.cp/non-trivial-retval.exp
9420 * gdb.cp/noparam.exp
9421 * gdb.cp/nsdecl.exp
9422 * gdb.cp/nsimport.exp
9423 * gdb.cp/nsnested.exp
9424 * gdb.cp/nsnoimports.exp
9425 * gdb.cp/nsrecurs.exp
9426 * gdb.cp/nsstress.exp
9427 * gdb.cp/nsusing.exp
9428 * gdb.cp/operator.exp
9429 * gdb.cp/oranking.exp
9430 * gdb.cp/overload-const.exp
9431 * gdb.cp/overload.exp
9432 * gdb.cp/ovldbreak.exp
9433 * gdb.cp/ovsrch.exp
9434 * gdb.cp/paren-type.exp
9435 * gdb.cp/parse-lang.exp
9436 * gdb.cp/pass-by-ref.exp
9437 * gdb.cp/pr-1023.exp
9438 * gdb.cp/pr-1210.exp
9439 * gdb.cp/pr-574.exp
9440 * gdb.cp/pr10687.exp
9441 * gdb.cp/pr12028.exp
9442 * gdb.cp/pr17132.exp
9443 * gdb.cp/pr17494.exp
9444 * gdb.cp/pr9067.exp
9445 * gdb.cp/pr9167.exp
9446 * gdb.cp/pr9631.exp
9447 * gdb.cp/printmethod.exp
9448 * gdb.cp/psmang.exp
9449 * gdb.cp/psymtab-parameter.exp
9450 * gdb.cp/ptype-cv-cp.exp
9451 * gdb.cp/ptype-flags.exp
9452 * gdb.cp/re-set-overloaded.exp
9453 * gdb.cp/ref-types.exp
9454 * gdb.cp/rtti.exp
9455 * gdb.cp/scope-err.exp
9456 * gdb.cp/shadow.exp
9457 * gdb.cp/smartp.exp
9458 * gdb.cp/static-method.exp
9459 * gdb.cp/static-print-quit.exp
9460 * gdb.cp/temargs.exp
9461 * gdb.cp/templates.exp
9462 * gdb.cp/try_catch.exp
9463 * gdb.cp/typedef-operator.exp
9464 * gdb.cp/typeid.exp
9465 * gdb.cp/userdef.exp
9466 * gdb.cp/using-crash.exp
9467 * gdb.cp/var-tag.exp
9468 * gdb.cp/virtbase.exp
9469 * gdb.cp/virtfunc.exp
9470 * gdb.cp/virtfunc2.exp
9471 * gdb.cp/vla-cxx.exp
9472 * gdb.disasm/t01_mov.exp
9473 * gdb.disasm/t02_mova.exp
9474 * gdb.disasm/t03_add.exp
9475 * gdb.disasm/t04_sub.exp
9476 * gdb.disasm/t05_cmp.exp
9477 * gdb.disasm/t06_ari2.exp
9478 * gdb.disasm/t07_ari3.exp
9479 * gdb.disasm/t08_or.exp
9480 * gdb.disasm/t09_xor.exp
9481 * gdb.disasm/t10_and.exp
9482 * gdb.disasm/t11_logs.exp
9483 * gdb.disasm/t12_bit.exp
9484 * gdb.disasm/t13_otr.exp
9485 * gdb.dlang/circular.exp
9486 * gdb.dwarf2/arr-stride.exp
9487 * gdb.dwarf2/arr-subrange.exp
9488 * gdb.dwarf2/atomic-type.exp
9489 * gdb.dwarf2/bad-regnum.exp
9490 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9491 * gdb.dwarf2/callframecfa.exp
9492 * gdb.dwarf2/clztest.exp
9493 * gdb.dwarf2/corrupt.exp
9494 * gdb.dwarf2/data-loc.exp
9495 * gdb.dwarf2/dup-psym.exp
9496 * gdb.dwarf2/dw2-anon-mptr.exp
9497 * gdb.dwarf2/dw2-anonymous-func.exp
9498 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9499 * gdb.dwarf2/dw2-bad-unresolved.exp
9500 * gdb.dwarf2/dw2-basic.exp
9501 * gdb.dwarf2/dw2-canonicalize-type.exp
9502 * gdb.dwarf2/dw2-case-insensitive.exp
9503 * gdb.dwarf2/dw2-common-block.exp
9504 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9505 * gdb.dwarf2/dw2-compressed.exp
9506 * gdb.dwarf2/dw2-const.exp
9507 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9508 * gdb.dwarf2/dw2-cu-size.exp
9509 * gdb.dwarf2/dw2-dup-frame.exp
9510 * gdb.dwarf2/dw2-entry-value.exp
9511 * gdb.dwarf2/dw2-icycle.exp
9512 * gdb.dwarf2/dw2-ifort-parameter.exp
9513 * gdb.dwarf2/dw2-inline-break.exp
9514 * gdb.dwarf2/dw2-inline-param.exp
9515 * gdb.dwarf2/dw2-intercu.exp
9516 * gdb.dwarf2/dw2-intermix.exp
9517 * gdb.dwarf2/dw2-lexical-block-bare.exp
9518 * gdb.dwarf2/dw2-linkage-name-trust.exp
9519 * gdb.dwarf2/dw2-minsym-in-cu.exp
9520 * gdb.dwarf2/dw2-noloc.exp
9521 * gdb.dwarf2/dw2-op-call.exp
9522 * gdb.dwarf2/dw2-op-out-param.exp
9523 * gdb.dwarf2/dw2-opt-structptr.exp
9524 * gdb.dwarf2/dw2-param-error.exp
9525 * gdb.dwarf2/dw2-producer.exp
9526 * gdb.dwarf2/dw2-ranges-base.exp
9527 * gdb.dwarf2/dw2-ref-missing-frame.exp
9528 * gdb.dwarf2/dw2-reg-undefined.exp
9529 * gdb.dwarf2/dw2-regno-invalid.exp
9530 * gdb.dwarf2/dw2-restore.exp
9531 * gdb.dwarf2/dw2-restrict.exp
9532 * gdb.dwarf2/dw2-single-line-discriminators.exp
9533 * gdb.dwarf2/dw2-strp.exp
9534 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9535 * gdb.dwarf2/dw2-unresolved.exp
9536 * gdb.dwarf2/dw2-var-zero-addr.exp
9537 * gdb.dwarf2/dw4-sig-types.exp
9538 * gdb.dwarf2/dwz.exp
9539 * gdb.dwarf2/dynarr-ptr.exp
9540 * gdb.dwarf2/enum-type.exp
9541 * gdb.dwarf2/gdb-index.exp
9542 * gdb.dwarf2/implptr-64bit.exp
9543 * gdb.dwarf2/implptr-optimized-out.exp
9544 * gdb.dwarf2/implptr.exp
9545 * gdb.dwarf2/implref-array.exp
9546 * gdb.dwarf2/implref-const.exp
9547 * gdb.dwarf2/implref-global.exp
9548 * gdb.dwarf2/implref-struct.exp
9549 * gdb.dwarf2/mac-fileno.exp
9550 * gdb.dwarf2/main-subprogram.exp
9551 * gdb.dwarf2/member-ptr-forwardref.exp
9552 * gdb.dwarf2/method-ptr.exp
9553 * gdb.dwarf2/missing-sig-type.exp
9554 * gdb.dwarf2/nonvar-access.exp
9555 * gdb.dwarf2/opaque-type-lookup.exp
9556 * gdb.dwarf2/pieces-optimized-out.exp
9557 * gdb.dwarf2/pieces.exp
9558 * gdb.dwarf2/pr10770.exp
9559 * gdb.dwarf2/pr13961.exp
9560 * gdb.dwarf2/staticvirtual.exp
9561 * gdb.dwarf2/subrange.exp
9562 * gdb.dwarf2/symtab-producer.exp
9563 * gdb.dwarf2/trace-crash.exp
9564 * gdb.dwarf2/typeddwarf.exp
9565 * gdb.dwarf2/valop.exp
9566 * gdb.dwarf2/watch-notconst.exp
9567 * gdb.fortran/array-element.exp
9568 * gdb.fortran/charset.exp
9569 * gdb.fortran/common-block.exp
9570 * gdb.fortran/complex.exp
9571 * gdb.fortran/derived-type-function.exp
9572 * gdb.fortran/derived-type.exp
9573 * gdb.fortran/logical.exp
9574 * gdb.fortran/module.exp
9575 * gdb.fortran/multi-dim.exp
9576 * gdb.fortran/nested-funcs.exp
9577 * gdb.fortran/print-formatted.exp
9578 * gdb.fortran/subarray.exp
9579 * gdb.fortran/vla-alloc-assoc.exp
9580 * gdb.fortran/vla-datatypes.exp
9581 * gdb.fortran/vla-history.exp
9582 * gdb.fortran/vla-ptr-info.exp
9583 * gdb.fortran/vla-ptype-sub.exp
9584 * gdb.fortran/vla-ptype.exp
9585 * gdb.fortran/vla-sizeof.exp
9586 * gdb.fortran/vla-type.exp
9587 * gdb.fortran/vla-value-sub-arbitrary.exp
9588 * gdb.fortran/vla-value-sub-finish.exp
9589 * gdb.fortran/vla-value-sub.exp
9590 * gdb.fortran/vla-value.exp
9591 * gdb.fortran/whatis_type.exp
9592 * gdb.go/chan.exp
9593 * gdb.go/handcall.exp
9594 * gdb.go/hello.exp
9595 * gdb.go/integers.exp
9596 * gdb.go/methods.exp
9597 * gdb.go/package.exp
9598 * gdb.go/strings.exp
9599 * gdb.go/types.exp
9600 * gdb.go/unsafe.exp
9601 * gdb.guile/scm-arch.exp
9602 * gdb.guile/scm-block.exp
9603 * gdb.guile/scm-breakpoint.exp
9604 * gdb.guile/scm-cmd.exp
9605 * gdb.guile/scm-disasm.exp
9606 * gdb.guile/scm-equal.exp
9607 * gdb.guile/scm-frame-args.exp
9608 * gdb.guile/scm-frame-inline.exp
9609 * gdb.guile/scm-frame.exp
9610 * gdb.guile/scm-iterator.exp
9611 * gdb.guile/scm-math.exp
9612 * gdb.guile/scm-objfile.exp
9613 * gdb.guile/scm-ports.exp
9614 * gdb.guile/scm-symbol.exp
9615 * gdb.guile/scm-symtab.exp
9616 * gdb.guile/scm-value-cc.exp
9617 * gdb.guile/types-module.exp
9618 * gdb.linespec/break-ask.exp
9619 * gdb.linespec/cpexplicit.exp
9620 * gdb.linespec/explicit.exp
9621 * gdb.linespec/keywords.exp
9622 * gdb.linespec/linespec.exp
9623 * gdb.linespec/ls-dollar.exp
9624 * gdb.linespec/ls-errs.exp
9625 * gdb.linespec/skip-two.exp
9626 * gdb.linespec/thread.exp
9627 * gdb.mi/mi-async.exp
9628 * gdb.mi/mi-basics.exp
9629 * gdb.mi/mi-break.exp
9630 * gdb.mi/mi-catch-load.exp
9631 * gdb.mi/mi-cli.exp
9632 * gdb.mi/mi-cmd-param-changed.exp
9633 * gdb.mi/mi-console.exp
9634 * gdb.mi/mi-detach.exp
9635 * gdb.mi/mi-disassemble.exp
9636 * gdb.mi/mi-eval.exp
9637 * gdb.mi/mi-file-transfer.exp
9638 * gdb.mi/mi-file.exp
9639 * gdb.mi/mi-fill-memory.exp
9640 * gdb.mi/mi-inheritance-syntax-error.exp
9641 * gdb.mi/mi-linespec-err-cp.exp
9642 * gdb.mi/mi-logging.exp
9643 * gdb.mi/mi-memory-changed.exp
9644 * gdb.mi/mi-read-memory.exp
9645 * gdb.mi/mi-record-changed.exp
9646 * gdb.mi/mi-reg-undefined.exp
9647 * gdb.mi/mi-regs.exp
9648 * gdb.mi/mi-return.exp
9649 * gdb.mi/mi-reverse.exp
9650 * gdb.mi/mi-simplerun.exp
9651 * gdb.mi/mi-solib.exp
9652 * gdb.mi/mi-stack.exp
9653 * gdb.mi/mi-stepi.exp
9654 * gdb.mi/mi-syn-frame.exp
9655 * gdb.mi/mi-until.exp
9656 * gdb.mi/mi-var-block.exp
9657 * gdb.mi/mi-var-child.exp
9658 * gdb.mi/mi-var-cmd.exp
9659 * gdb.mi/mi-var-cp.exp
9660 * gdb.mi/mi-var-display.exp
9661 * gdb.mi/mi-var-invalidate.exp
9662 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9663 * gdb.mi/mi-vla-fortran.exp
9664 * gdb.mi/mi-watch.exp
9665 * gdb.mi/mi2-var-child.exp
9666 * gdb.mi/user-selected-context-sync.exp
9667 * gdb.modula2/unbounded-array.exp
9668 * gdb.multi/dummy-frame-restore.exp
9669 * gdb.multi/multi-arch-exec.exp
9670 * gdb.multi/multi-arch.exp
9671 * gdb.multi/tids.exp
9672 * gdb.multi/watchpoint-multi.exp
9673 * gdb.opencl/callfuncs.exp
9674 * gdb.opencl/convs_casts.exp
9675 * gdb.opencl/datatypes.exp
9676 * gdb.opencl/operators.exp
9677 * gdb.opencl/vec_comps.exp
9678 * gdb.opt/clobbered-registers-O2.exp
9679 * gdb.opt/inline-break.exp
9680 * gdb.opt/inline-bt.exp
9681 * gdb.opt/inline-cmds.exp
9682 * gdb.opt/inline-locals.exp
9683 * gdb.pascal/case-insensitive-symbols.exp
9684 * gdb.pascal/floats.exp
9685 * gdb.pascal/gdb11492.exp
9686 * gdb.python/lib-types.exp
9687 * gdb.python/py-arch.exp
9688 * gdb.python/py-as-string.exp
9689 * gdb.python/py-bad-printers.exp
9690 * gdb.python/py-block.exp
9691 * gdb.python/py-breakpoint-create-fail.exp
9692 * gdb.python/py-breakpoint.exp
9693 * gdb.python/py-caller-is.exp
9694 * gdb.python/py-cmd.exp
9695 * gdb.python/py-explore-cc.exp
9696 * gdb.python/py-explore.exp
9697 * gdb.python/py-finish-breakpoint.exp
9698 * gdb.python/py-finish-breakpoint2.exp
9699 * gdb.python/py-frame-args.exp
9700 * gdb.python/py-frame-inline.exp
9701 * gdb.python/py-frame.exp
9702 * gdb.python/py-framefilter-mi.exp
9703 * gdb.python/py-infthread.exp
9704 * gdb.python/py-lazy-string.exp
9705 * gdb.python/py-linetable.exp
9706 * gdb.python/py-mi-events.exp
9707 * gdb.python/py-mi-objfile.exp
9708 * gdb.python/py-mi.exp
9709 * gdb.python/py-objfile.exp
9710 * gdb.python/py-pp-integral.exp
9711 * gdb.python/py-pp-maint.exp
9712 * gdb.python/py-pp-re-notag.exp
9713 * gdb.python/py-pp-registration.exp
9714 * gdb.python/py-recurse-unwind.exp
9715 * gdb.python/py-strfns.exp
9716 * gdb.python/py-symbol.exp
9717 * gdb.python/py-symtab.exp
9718 * gdb.python/py-sync-interp.exp
9719 * gdb.python/py-typeprint.exp
9720 * gdb.python/py-unwind-maint.exp
9721 * gdb.python/py-unwind.exp
9722 * gdb.python/py-value-cc.exp
9723 * gdb.python/py-xmethods.exp
9724 * gdb.reverse/amd64-tailcall-reverse.exp
9725 * gdb.reverse/break-precsave.exp
9726 * gdb.reverse/break-reverse.exp
9727 * gdb.reverse/consecutive-precsave.exp
9728 * gdb.reverse/consecutive-reverse.exp
9729 * gdb.reverse/finish-precsave.exp
9730 * gdb.reverse/finish-reverse-bkpt.exp
9731 * gdb.reverse/finish-reverse.exp
9732 * gdb.reverse/fstatat-reverse.exp
9733 * gdb.reverse/getresuid-reverse.exp
9734 * gdb.reverse/i386-precsave.exp
9735 * gdb.reverse/i386-reverse.exp
9736 * gdb.reverse/i386-sse-reverse.exp
9737 * gdb.reverse/i387-env-reverse.exp
9738 * gdb.reverse/i387-stack-reverse.exp
9739 * gdb.reverse/insn-reverse.exp
9740 * gdb.reverse/machinestate-precsave.exp
9741 * gdb.reverse/machinestate.exp
9742 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9743 * gdb.reverse/pipe-reverse.exp
9744 * gdb.reverse/readv-reverse.exp
9745 * gdb.reverse/recvmsg-reverse.exp
9746 * gdb.reverse/rerun-prec.exp
9747 * gdb.reverse/s390-mvcle.exp
9748 * gdb.reverse/step-precsave.exp
9749 * gdb.reverse/step-reverse.exp
9750 * gdb.reverse/time-reverse.exp
9751 * gdb.reverse/until-precsave.exp
9752 * gdb.reverse/until-reverse.exp
9753 * gdb.reverse/waitpid-reverse.exp
9754 * gdb.reverse/watch-precsave.exp
9755 * gdb.reverse/watch-reverse.exp
9756 * gdb.rust/generics.exp
9757 * gdb.rust/methods.exp
9758 * gdb.rust/modules.exp
9759 * gdb.rust/simple.exp
9760 * gdb.server/connect-with-no-symbol-file.exp
9761 * gdb.server/ext-attach.exp
9762 * gdb.server/ext-restart.exp
9763 * gdb.server/ext-wrapper.exp
9764 * gdb.server/file-transfer.exp
9765 * gdb.server/server-exec-info.exp
9766 * gdb.server/server-kill.exp
9767 * gdb.server/server-mon.exp
9768 * gdb.server/wrapper.exp
9769 * gdb.stabs/exclfwd.exp
9770 * gdb.stabs/gdb11479.exp
9771 * gdb.threads/clone-new-thread-event.exp
9772 * gdb.threads/corethreads.exp
9773 * gdb.threads/current-lwp-dead.exp
9774 * gdb.threads/dlopen-libpthread.exp
9775 * gdb.threads/gcore-thread.exp
9776 * gdb.threads/sigstep-threads.exp
9777 * gdb.threads/watchpoint-fork.exp
9778 * gdb.trace/actions-changed.exp
9779 * gdb.trace/backtrace.exp
9780 * gdb.trace/change-loc.exp
9781 * gdb.trace/circ.exp
9782 * gdb.trace/collection.exp
9783 * gdb.trace/disconnected-tracing.exp
9784 * gdb.trace/ftrace.exp
9785 * gdb.trace/mi-trace-frame-collected.exp
9786 * gdb.trace/mi-trace-unavailable.exp
9787 * gdb.trace/mi-traceframe-changed.exp
9788 * gdb.trace/mi-tsv-changed.exp
9789 * gdb.trace/no-attach-trace.exp
9790 * gdb.trace/passc-dyn.exp
9791 * gdb.trace/qtro.exp
9792 * gdb.trace/range-stepping.exp
9793 * gdb.trace/read-memory.exp
9794 * gdb.trace/save-trace.exp
9795 * gdb.trace/signal.exp
9796 * gdb.trace/status-stop.exp
9797 * gdb.trace/tfile.exp
9798 * gdb.trace/trace-break.exp
9799 * gdb.trace/trace-buffer-size.exp
9800 * gdb.trace/trace-condition.exp
9801 * gdb.trace/tracefile-pseudo-reg.exp
9802 * gdb.trace/tstatus.exp
9803 * gdb.trace/unavailable.exp
9804 * gdb.trace/while-dyn.exp
9805 * gdb.trace/while-stepping.exp
9806
34c41c68
DE
98072016-12-22 Doug Evans <xdje42@gmail.com>
9808
9809 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9810 and msymbols.
9811
16e69324
YQ
98122016-12-19 Yao Qi <yao.qi@linaro.org>
9813
9814 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9815 (test_with_self): Don't call do_steps_and_nexts, and remove
9816 code about stepping into xmalloc.
9817
f94f411b
YQ
98182016-12-09 Yao Qi <yao.qi@linaro.org>
9819
9820 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9821
98222016-12-09 Yao Qi <yao.qi@linaro.org>
9823
9824 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9825
f1b5deee
PA
98262016-12-09 Pedro Alves <palves@redhat.com>
9827
9828 * gdb.base/all-architectures-0.exp: New file.
9829 * gdb.base/all-architectures-1.exp: New file.
9830 * gdb.base/all-architectures-2.exp: New file.
9831 * gdb.base/all-architectures-3.exp: New file.
9832 * gdb.base/all-architectures-4.exp: New file.
9833 * gdb.base/all-architectures-5.exp: New file.
9834 * gdb.base/all-architectures-6.exp: New file.
9835 * gdb.base/all-architectures-7.exp: New file.
9836 * gdb.base/all-architectures.exp.in: New file.
9837
364ca42e
YQ
98382016-12-09 Yao Qi <yao.qi@linaro.org>
9839
9840 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9841
107c2d62
LM
98422016-12-02 Luis Machado <lgustavo@codesourcery.com>
9843
9844 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9845 possible.
9846 Remove useless pattern-matching code.
9847
df3ee9ca
PA
98482016-12-02 Pedro Alves <palves@redhat.com>
9849
9850 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9851 procedure.
9852 (top level): Call it.
9853
ec835369
PA
98542016-12-02 Pedro Alves <palves@redhat.com>
9855
9856 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9857 New procedure.
9858 (top level): Call it.
9859
01770bbd
PA
98602016-12-02 Pedro Alves <palves@redhat.com>
9861
9862 PR cli/20559
9863 * gdb.base/commands.exp (user_defined_command_args_eval): New
9864 procedure.
9865 (top level): Call it.
9866
008459ea
LM
98672016-12-02 Luis Machado <lgustavo@codesourcery.com>
9868
9869 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9870 timeout handling.
9871
0c1b455e
TT
98722016-12-02 Tom Tromey <tom@tromey.com>
9873
9874 * gdb.dwarf2/main-subprogram.c: New file.
9875 * gdb.dwarf2/main-subprogram.exp: New file.
9876
018572b8
LM
98772016-12-01 Luis Machado <lgustavo@codesourcery.com>
9878
9879 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9880 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9881 gdb_test_no_output for a couple of cases.
9882 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9883
84c93cd5
LM
98842016-12-01 Luis Machado <lgustavo@codesourcery.com>
9885
9886 Fix test names and standardize compilation error messages throughout
9887 the following files:
9888
9889 * gdb.ada/start.exp
9890 * gdb.arch/alpha-step.exp
9891 * gdb.arch/e500-prologue.exp
9892 * gdb.arch/ftrace-insn-reloc.exp
9893 * gdb.arch/gdb1291.exp
9894 * gdb.arch/gdb1431.exp
9895 * gdb.arch/gdb1558.exp
9896 * gdb.arch/i386-dr3-watch.exp
9897 * gdb.arch/i386-sse-stack-align.exp
9898 * gdb.arch/ia64-breakpoint-shadow.exp
9899 * gdb.arch/pa-nullify.exp
9900 * gdb.arch/powerpc-aix-prologue.exp
9901 * gdb.arch/thumb-bx-pc.exp
9902 * gdb.base/annota1.exp
9903 * gdb.base/annota3.exp
9904 * gdb.base/arrayidx.exp
9905 * gdb.base/assign.exp
9906 * gdb.base/attach.exp
9907 * gdb.base/auxv.exp
9908 * gdb.base/bang.exp
9909 * gdb.base/bfp-test.exp
9910 * gdb.base/bigcore.exp
9911 * gdb.base/bitfields2.exp
9912 * gdb.base/break-fun-addr.exp
9913 * gdb.base/break-probes.exp
9914 * gdb.base/call-rt-st.exp
9915 * gdb.base/callexit.exp
9916 * gdb.base/catch-fork-kill.exp
9917 * gdb.base/charset.exp
9918 * gdb.base/checkpoint.exp
9919 * gdb.base/comprdebug.exp
9920 * gdb.base/constvars.exp
9921 * gdb.base/coredump-filter.exp
9922 * gdb.base/cursal.exp
9923 * gdb.base/cvexpr.exp
9924 * gdb.base/detach.exp
9925 * gdb.base/display.exp
9926 * gdb.base/dmsym.exp
9927 * gdb.base/dprintf-pending.exp
9928 * gdb.base/dso2dso.exp
9929 * gdb.base/dtrace-probe.exp
9930 * gdb.base/dump.exp
9931 * gdb.base/enum_cond.exp
9932 * gdb.base/exe-lock.exp
9933 * gdb.base/exec-invalid-sysroot.exp
9934 * gdb.base/execl-update-breakpoints.exp
9935 * gdb.base/exprs.exp
9936 * gdb.base/fileio.exp
9937 * gdb.base/find.exp
9938 * gdb.base/finish.exp
9939 * gdb.base/fixsection.exp
9940 * gdb.base/foll-vfork.exp
9941 * gdb.base/frame-args.exp
9942 * gdb.base/gcore.exp
9943 * gdb.base/gdb1250.exp
9944 * gdb.base/global-var-nested-by-dso.exp
9945 * gdb.base/gnu-ifunc.exp
9946 * gdb.base/hashline1.exp
9947 * gdb.base/hashline2.exp
9948 * gdb.base/hashline3.exp
9949 * gdb.base/hbreak-in-shr-unsupported.exp
9950 * gdb.base/huge.exp
9951 * gdb.base/infcall-input.exp
9952 * gdb.base/info-fun.exp
9953 * gdb.base/info-shared.exp
9954 * gdb.base/jit-simple.exp
9955 * gdb.base/jit-so.exp
9956 * gdb.base/jit.exp
9957 * gdb.base/jump.exp
9958 * gdb.base/label.exp
9959 * gdb.base/lineinc.exp
9960 * gdb.base/logical.exp
9961 * gdb.base/longjmp.exp
9962 * gdb.base/macscp.exp
9963 * gdb.base/miscexprs.exp
9964 * gdb.base/new-ui-echo.exp
9965 * gdb.base/new-ui-pending-input.exp
9966 * gdb.base/new-ui.exp
9967 * gdb.base/nodebug.exp
9968 * gdb.base/nofield.exp
9969 * gdb.base/offsets.exp
9970 * gdb.base/overlays.exp
9971 * gdb.base/pending.exp
9972 * gdb.base/pointers.exp
9973 * gdb.base/pr11022.exp
9974 * gdb.base/printcmds.exp
9975 * gdb.base/prologue.exp
9976 * gdb.base/ptr-typedef.exp
9977 * gdb.base/realname-expand.exp
9978 * gdb.base/relativedebug.exp
9979 * gdb.base/relocate.exp
9980 * gdb.base/remote.exp
9981 * gdb.base/reread.exp
9982 * gdb.base/return2.exp
9983 * gdb.base/savedregs.exp
9984 * gdb.base/sep.exp
9985 * gdb.base/sepdebug.exp
9986 * gdb.base/sepsymtab.exp
9987 * gdb.base/set-inferior-tty.exp
9988 * gdb.base/setshow.exp
9989 * gdb.base/shlib-call.exp
9990 * gdb.base/sigaltstack.exp
9991 * gdb.base/siginfo-addr.exp
9992 * gdb.base/signals.exp
9993 * gdb.base/signull.exp
9994 * gdb.base/sigrepeat.exp
9995 * gdb.base/so-impl-ld.exp
9996 * gdb.base/solib-display.exp
9997 * gdb.base/solib-overlap.exp
9998 * gdb.base/solib-search.exp
9999 * gdb.base/solib-symbol.exp
10000 * gdb.base/structs.exp
10001 * gdb.base/structs2.exp
10002 * gdb.base/symtab-search-order.exp
10003 * gdb.base/twice.exp
10004 * gdb.base/unload.exp
10005 * gdb.base/varargs.exp
10006 * gdb.base/watchpoint-solib.exp
10007 * gdb.base/watchpoint.exp
10008 * gdb.base/whatis.exp
10009 * gdb.base/wrong_frame_bt_full.exp
10010 * gdb.btrace/dlopen.exp
10011 * gdb.cell/ea-standalone.exp
10012 * gdb.cell/ea-test.exp
10013 * gdb.cp/dispcxx.exp
10014 * gdb.cp/gdb2384.exp
10015 * gdb.cp/method2.exp
10016 * gdb.cp/nextoverthrow.exp
10017 * gdb.cp/pr10728.exp
10018 * gdb.disasm/am33.exp
10019 * gdb.disasm/h8300s.exp
10020 * gdb.disasm/mn10300.exp
10021 * gdb.disasm/sh3.exp
10022 * gdb.dwarf2/dw2-dir-file-name.exp
10023 * gdb.fortran/complex.exp
10024 * gdb.fortran/library-module.exp
10025 * gdb.guile/scm-pretty-print.exp
10026 * gdb.guile/scm-symbol.exp
10027 * gdb.guile/scm-type.exp
10028 * gdb.guile/scm-value.exp
10029 * gdb.linespec/linespec.exp
10030 * gdb.mi/gdb701.exp
10031 * gdb.mi/gdb792.exp
10032 * gdb.mi/mi-breakpoint-changed.exp
10033 * gdb.mi/mi-dprintf-pending.exp
10034 * gdb.mi/mi-dprintf.exp
10035 * gdb.mi/mi-exit-code.exp
10036 * gdb.mi/mi-pending.exp
10037 * gdb.mi/mi-solib.exp
10038 * gdb.mi/new-ui-mi-sync.exp
10039 * gdb.mi/pr11022.exp
10040 * gdb.mi/user-selected-context-sync.exp
10041 * gdb.opt/solib-intra-step.exp
10042 * gdb.python/py-events.exp
10043 * gdb.python/py-finish-breakpoint.exp
10044 * gdb.python/py-mi.exp
10045 * gdb.python/py-prettyprint.exp
10046 * gdb.python/py-shared.exp
10047 * gdb.python/py-symbol.exp
10048 * gdb.python/py-template.exp
10049 * gdb.python/py-type.exp
10050 * gdb.python/py-value.exp
10051 * gdb.reverse/solib-precsave.exp
10052 * gdb.reverse/solib-reverse.exp
10053 * gdb.server/solib-list.exp
10054 * gdb.stabs/weird.exp
10055 * gdb.threads/reconnect-signal.exp
10056 * gdb.threads/stepi-random-signal.exp
10057 * gdb.trace/actions.exp
10058 * gdb.trace/ax.exp
10059 * gdb.trace/backtrace.exp
10060 * gdb.trace/change-loc.exp
10061 * gdb.trace/deltrace.exp
10062 * gdb.trace/ftrace-lock.exp
10063 * gdb.trace/ftrace.exp
10064 * gdb.trace/infotrace.exp
10065 * gdb.trace/mi-tracepoint-changed.exp
10066 * gdb.trace/packetlen.exp
10067 * gdb.trace/passcount.exp
10068 * gdb.trace/pending.exp
10069 * gdb.trace/range-stepping.exp
10070 * gdb.trace/report.exp
10071 * gdb.trace/stap-trace.exp
10072 * gdb.trace/tfind.exp
10073 * gdb.trace/trace-break.exp
10074 * gdb.trace/trace-condition.exp
10075 * gdb.trace/trace-enable-disable.exp
10076 * gdb.trace/trace-mt.exp
10077 * gdb.trace/tracecmd.exp
10078 * gdb.trace/tspeed.exp
10079 * gdb.trace/tsv.exp
10080 * lib/perftest.exp
10081
fb9feb35
LM
100822016-12-01 Luis Machado <lgustavo@codesourcery.com>
10083
10084 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10085 with gdb_test_no_output.
10086 Use command as test name.
10087
cd2ddb6c
LM
100882016-12-01 Luis Machado <lgustavo@codesourcery.com>
10089
10090 Fix test names starting with uppercase throughout the files.
10091
10092 * gdb.ada/assign_1.exp
10093 * gdb.ada/boolean_expr.exp
10094 * gdb.base/arrayidx.exp
10095 * gdb.base/del.exp
10096 * gdb.base/gcore-buffer-overflow.exp
10097 * gdb.base/testenv.exp
10098 * gdb.compile/compile.exp
10099 * gdb.python/py-framefilter-invalidarg.exp
10100 * gdb.python/py-framefilter.exp
10101
bb95117e
LM
101022016-12-01 Luis Machado <lgustavo@codesourcery.com>
10103
10104 Fix test names starting with uppercase throughout the files.
10105
10106 * gdb.ada/array_return.exp
10107 * gdb.ada/expr_delims.exp
10108 * gdb.ada/mi_dyn_arr.exp
10109 * gdb.ada/mi_interface.exp
10110 * gdb.ada/mi_var_array.exp
10111 * gdb.ada/watch_arg.exp
10112 * gdb.arch/alpha-step.exp
10113 * gdb.arch/altivec-regs.exp
10114 * gdb.arch/e500-regs.exp
10115 * gdb.arch/powerpc-d128-regs.exp
10116 * gdb.base/arrayidx.exp
10117 * gdb.base/break.exp
10118 * gdb.base/checkpoint.exp
10119 * gdb.base/debug-expr.exp
10120 * gdb.base/dmsym.exp
10121 * gdb.base/radix.exp
10122 * gdb.base/sepdebug.exp
10123 * gdb.base/testenv.exp
10124 * gdb.base/watch_thread_num.exp
10125 * gdb.base/watchpoint-cond-gone.exp
10126 * gdb.cell/break.exp
10127 * gdb.cell/ea-cache.exp
10128 * gdb.compile/compile.exp
10129 * gdb.cp/gdb2495.exp
10130 * gdb.gdb/selftest.exp
10131 * gdb.gdb/xfullpath.exp
10132 * gdb.go/hello.exp
10133 * gdb.go/integers.exp
10134 * gdb.objc/basicclass.exp
10135 * gdb.pascal/hello.exp
10136 * gdb.pascal/integers.exp
10137 * gdb.python/py-breakpoint.exp
10138 * gdb.python/py-cmd.exp
10139 * gdb.python/py-linetable.exp
10140 * gdb.python/py-xmethods.exp
10141 * gdb.python/python.exp
10142 * gdb.reverse/consecutive-precsave.exp
10143 * gdb.reverse/finish-precsave.exp
10144 * gdb.reverse/i386-precsave.exp
10145 * gdb.reverse/machinestate-precsave.exp
10146 * gdb.reverse/sigall-precsave.exp
10147 * gdb.reverse/solib-precsave.exp
10148 * gdb.reverse/step-precsave.exp
10149 * gdb.reverse/until-precsave.exp
10150 * gdb.reverse/watch-precsave.exp
10151 * gdb.threads/leader-exit.exp
10152 * gdb.threads/pthreads.exp
10153 * gdb.threads/wp-replication.exp
10154 * gdb.trace/actions.exp
10155 * gdb.trace/mi-tsv-changed.exp
10156 * gdb.trace/tsv.exp
10157
de97fdd4
LM
101582016-12-01 Luis Machado <lgustavo@codesourcery.com>
10159
10160 Fix test names starting with uppercase throughout the files.
10161
10162 * gdb.arch/i386-bp_permanent.exp
10163 * gdb.arch/i386-gnu-cfi.exp
10164 * gdb.base/disasm-end-cu.exp
10165 * gdb.base/macscp.exp
10166 * gdb.base/pending.exp
10167 * gdb.base/watch_thread_num.exp
10168 * gdb.cp/exception.exp
10169 * gdb.cp/gdb2495.exp
10170 * gdb.cp/local.exp
10171 * gdb.python/py-evsignal.exp
10172 * gdb.python/python.exp
10173 * gdb.trace/tracecmd.exp
10174
9f058c10
LM
101752016-12-01 Luis Machado <lgustavo@codesourcery.com>
10176
10177 Fix test names starting with uppercase throughout the files.
10178
10179 * gdb.base/charset.exp
10180 * gdb.base/eval.exp
10181 * gdb.base/multi-forks.exp
10182 * gdb.guile/scm-progspace.exp
10183 * gdb.opencl/datatypes.exp
10184 * gdb.python/py-block.exp
10185 * gdb.python/py-function.exp
10186 * gdb.python/py-symbol.exp
10187 * gdb.python/py-symtab.exp
10188 * gdb.python/py-xmethods.exp
10189 * gdb.reverse/break-precsave.exp
10190 * gdb.reverse/break-reverse.exp
10191 * gdb.reverse/consecutive-precsave.exp
10192 * gdb.reverse/consecutive-reverse.exp
10193 * gdb.reverse/finish-precsave.exp
10194 * gdb.reverse/finish-reverse-bkpt.exp
10195 * gdb.reverse/finish-reverse.exp
10196 * gdb.reverse/fstatat-reverse.exp
10197 * gdb.reverse/getresuid-reverse.exp
10198 * gdb.reverse/i386-precsave.exp
10199 * gdb.reverse/i386-reverse.exp
10200 * gdb.reverse/i386-sse-reverse.exp
10201 * gdb.reverse/i387-stack-reverse.exp
10202 * gdb.reverse/insn-reverse.exp
10203 * gdb.reverse/machinestate-precsave.exp
10204 * gdb.reverse/machinestate.exp
10205 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10206 * gdb.reverse/pipe-reverse.exp
10207 * gdb.reverse/readv-reverse.exp
10208 * gdb.reverse/recvmsg-reverse.exp
10209 * gdb.reverse/rerun-prec.exp
10210 * gdb.reverse/s390-mvcle.exp
10211 * gdb.reverse/sigall-precsave.exp
10212 * gdb.reverse/sigall-reverse.exp
10213 * gdb.reverse/solib-precsave.exp
10214 * gdb.reverse/solib-reverse.exp
10215 * gdb.reverse/step-precsave.exp
10216 * gdb.reverse/step-reverse.exp
10217 * gdb.reverse/time-reverse.exp
10218 * gdb.reverse/until-precsave.exp
10219 * gdb.reverse/until-reverse.exp
10220 * gdb.reverse/waitpid-reverse.exp
10221 * gdb.reverse/watch-precsave.exp
10222 * gdb.reverse/watch-reverse.exp
10223
cdc7edd7
LM
102242016-12-01 Luis Machado <lgustavo@codesourcery.com>
10225
10226 Fix test names starting with uppercase throughout the files.
10227
10228 * gdb.arch/i386-mpx-simple_segv.exp
10229 * gdb.arch/i386-mpx.exp
10230 * gdb.arch/i386-permbkpt.exp
10231 * gdb.arch/pa-nullify.exp
10232 * gdb.arch/powerpc-d128-regs.exp
10233 * gdb.arch/vsx-regs.exp
10234 * gdb.base/bfp-test.exp
10235 * gdb.base/break.exp
10236 * gdb.base/breakpoint-shadow.exp
10237 * gdb.base/callfuncs.exp
10238 * gdb.base/charset.exp
10239 * gdb.base/commands.exp
10240 * gdb.base/completion.exp
10241 * gdb.base/dfp-test.exp
10242 * gdb.base/echo.exp
10243 * gdb.base/ending-run.exp
10244 * gdb.base/eval.exp
10245 * gdb.base/expand-psymtabs.exp
10246 * gdb.base/float128.exp
10247 * gdb.base/floatn.exp
10248 * gdb.base/foll-exec-mode.exp
10249 * gdb.base/gdb1056.exp
10250 * gdb.base/gdb11531.exp
10251 * gdb.base/kill-after-signal.exp
10252 * gdb.base/multi-forks.exp
10253 * gdb.base/overlays.exp
10254 * gdb.base/pending.exp
10255 * gdb.base/sepdebug.exp
10256 * gdb.base/testenv.exp
10257 * gdb.base/valgrind-db-attach.exp
10258 * gdb.base/watch_thread_num.exp
10259 * gdb.base/watchpoint-cond-gone.exp
10260 * gdb.base/watchpoint.exp
10261 * gdb.base/watchpoints.exp
10262 * gdb.cp/arg-reference.exp
10263 * gdb.cp/baseenum.exp
10264 * gdb.cp/operator.exp
10265 * gdb.cp/shadow.exp
10266 * gdb.dwarf2/dw2-op-out-param.exp
10267 * gdb.dwarf2/dw2-reg-undefined.exp
10268 * gdb.go/chan.exp
10269 * gdb.go/hello.exp
10270 * gdb.go/integers.exp
10271 * gdb.go/methods.exp
10272 * gdb.go/package.exp
10273 * gdb.guile/scm-parameter.exp
10274 * gdb.guile/scm-progspace.exp
10275 * gdb.guile/scm-value.exp
10276 * gdb.mi/mi-pending.exp
10277 * gdb.mi/user-selected-context-sync.exp
10278 * gdb.multi/multi-attach.exp
10279 * gdb.multi/tids.exp
10280 * gdb.opt/clobbered-registers-O2.exp
10281 * gdb.pascal/floats.exp
10282 * gdb.pascal/integers.exp
10283 * gdb.python/py-block.exp
10284 * gdb.python/py-events.exp
10285 * gdb.python/py-parameter.exp
10286 * gdb.python/py-symbol.exp
10287 * gdb.python/py-symtab.exp
10288 * gdb.python/py-type.exp
10289 * gdb.python/py-value.exp
10290 * gdb.python/py-xmethods.exp
10291 * gdb.python/python.exp
10292 * gdb.reverse/break-precsave.exp
10293 * gdb.reverse/consecutive-precsave.exp
10294 * gdb.reverse/finish-precsave.exp
10295 * gdb.reverse/i386-precsave.exp
10296 * gdb.reverse/machinestate-precsave.exp
10297 * gdb.reverse/sigall-precsave.exp
10298 * gdb.reverse/solib-precsave.exp
10299 * gdb.reverse/step-precsave.exp
10300 * gdb.reverse/until-precsave.exp
10301 * gdb.reverse/watch-precsave.exp
10302 * gdb.server/ext-attach.exp
10303 * gdb.server/ext-restart.exp
10304 * gdb.server/ext-run.exp
10305 * gdb.server/ext-wrapper.exp
10306 * gdb.stabs/gdb11479.exp
10307 * gdb.stabs/weird.exp
10308 * gdb.threads/attach-many-short-lived-threads.exp
10309 * gdb.threads/kill.exp
10310 * gdb.threads/watchpoint-fork.exp
10311
bc6c7af4
LM
103122016-12-01 Luis Machado <lgustavo@codesourcery.com>
10313
10314 Fix test names starting with uppercase throughout all the files below.
10315
10316 * gdb.ada/array_return.exp
10317 * gdb.ada/catch_ex.exp
10318 * gdb.ada/info_exc.exp
10319 * gdb.ada/mi_catch_ex.exp
10320 * gdb.ada/mi_dyn_arr.exp
10321 * gdb.ada/mi_ex_cond.exp
10322 * gdb.ada/mi_exc_info.exp
10323 * gdb.ada/mi_interface.exp
10324 * gdb.ada/mi_task_arg.exp
10325 * gdb.ada/mi_task_info.exp
10326 * gdb.ada/mi_var_array.exp
10327 * gdb.arch/alpha-step.exp
10328 * gdb.arch/amd64-disp-step.exp
10329 * gdb.arch/arm-disp-step.exp
10330 * gdb.arch/disp-step-insn-reloc.exp
10331 * gdb.arch/e500-prologue.exp
10332 * gdb.arch/ftrace-insn-reloc.exp
10333 * gdb.arch/gdb1558.exp
10334 * gdb.arch/i386-bp_permanent.exp
10335 * gdb.arch/i386-disp-step.exp
10336 * gdb.arch/i386-float.exp
10337 * gdb.arch/i386-gnu-cfi.exp
10338 * gdb.arch/ia64-breakpoint-shadow.exp
10339 * gdb.arch/mips16-thunks.exp
10340 * gdb.arch/pa-nullify.exp
10341 * gdb.arch/powerpc-aix-prologue.exp
10342 * gdb.arch/powerpc-power.exp
10343 * gdb.arch/ppc-dfp.exp
10344 * gdb.arch/s390-tdbregs.exp
10345 * gdb.arch/spu-info.exp
10346 * gdb.arch/spu-ls.exp
10347 * gdb.arch/thumb-bx-pc.exp
10348 * gdb.base/advance.exp
10349 * gdb.base/annota-input-while-running.exp
10350 * gdb.base/arrayidx.exp
10351 * gdb.base/asmlabel.exp
10352 * gdb.base/async.exp
10353 * gdb.base/attach-wait-input.exp
10354 * gdb.base/auto-connect-native-target.exp
10355 * gdb.base/batch-preserve-term-settings.exp
10356 * gdb.base/bfp-test.exp
10357 * gdb.base/bigcore.exp
10358 * gdb.base/bp-permanent.exp
10359 * gdb.base/break-always.exp
10360 * gdb.base/break-fun-addr.exp
10361 * gdb.base/break-idempotent.exp
10362 * gdb.base/break-main-file-remove-fail.exp
10363 * gdb.base/break-probes.exp
10364 * gdb.base/break-unload-file.exp
10365 * gdb.base/break.exp
10366 * gdb.base/call-ar-st.exp
10367 * gdb.base/call-rt-st.exp
10368 * gdb.base/call-sc.exp
10369 * gdb.base/call-signal-resume.exp
10370 * gdb.base/call-strs.exp
10371 * gdb.base/callexit.exp
10372 * gdb.base/callfuncs.exp
10373 * gdb.base/catch-gdb-caused-signals.exp
10374 * gdb.base/catch-signal-siginfo-cond.exp
10375 * gdb.base/catch-syscall.exp
10376 * gdb.base/compare-sections.exp
10377 * gdb.base/cond-eval-mode.exp
10378 * gdb.base/condbreak-call-false.exp
10379 * gdb.base/consecutive-step-over.exp
10380 * gdb.base/cursal.exp
10381 * gdb.base/disabled-location.exp
10382 * gdb.base/disasm-end-cu.exp
10383 * gdb.base/display.exp
10384 * gdb.base/double-prompt-target-event-error.exp
10385 * gdb.base/dprintf-bp-same-addr.exp
10386 * gdb.base/dprintf-detach.exp
10387 * gdb.base/dprintf-next.exp
10388 * gdb.base/dprintf-non-stop.exp
10389 * gdb.base/dprintf-pending.exp
10390 * gdb.base/dso2dso.exp
10391 * gdb.base/ending-run.exp
10392 * gdb.base/enum_cond.exp
10393 * gdb.base/examine-backward.exp
10394 * gdb.base/exe-lock.exp
10395 * gdb.base/exec-invalid-sysroot.exp
10396 * gdb.base/execl-update-breakpoints.exp
10397 * gdb.base/execution-termios.exp
10398 * gdb.base/fileio.exp
10399 * gdb.base/fixsection.exp
10400 * gdb.base/foll-exec-mode.exp
10401 * gdb.base/foll-exec.exp
10402 * gdb.base/fork-running-state.exp
10403 * gdb.base/frame-args.exp
10404 * gdb.base/fullpath-expand.exp
10405 * gdb.base/func-ptr.exp
10406 * gdb.base/gcore-relro-pie.exp
10407 * gdb.base/gdb1090.exp
10408 * gdb.base/gdb1555.exp
10409 * gdb.base/global-var-nested-by-dso.exp
10410 * gdb.base/gnu-ifunc.exp
10411 * gdb.base/hbreak-in-shr-unsupported.exp
10412 * gdb.base/hbreak-unmapped.exp
10413 * gdb.base/hook-stop.exp
10414 * gdb.base/infcall-input.exp
10415 * gdb.base/info-fun.exp
10416 * gdb.base/info-shared.exp
10417 * gdb.base/interrupt-noterm.exp
10418 * gdb.base/jit-so.exp
10419 * gdb.base/jit.exp
10420 * gdb.base/line-symtabs.exp
10421 * gdb.base/list.exp
10422 * gdb.base/longjmp.exp
10423 * gdb.base/macscp.exp
10424 * gdb.base/max-value-size.exp
10425 * gdb.base/nodebug.exp
10426 * gdb.base/nofield.exp
10427 * gdb.base/overlays.exp
10428 * gdb.base/paginate-after-ctrl-c-running.exp
10429 * gdb.base/paginate-bg-execution.exp
10430 * gdb.base/paginate-inferior-exit.exp
10431 * gdb.base/pending.exp
10432 * gdb.base/pr11022.exp
10433 * gdb.base/printcmds.exp
10434 * gdb.base/ptr-typedef.exp
10435 * gdb.base/ptype.exp
10436 * gdb.base/randomize.exp
10437 * gdb.base/range-stepping.exp
10438 * gdb.base/realname-expand.exp
10439 * gdb.base/relativedebug.exp
10440 * gdb.base/remote.exp
10441 * gdb.base/savedregs.exp
10442 * gdb.base/sepdebug.exp
10443 * gdb.base/set-noassign.exp
10444 * gdb.base/shlib-call.exp
10445 * gdb.base/shreloc.exp
10446 * gdb.base/sigaltstack.exp
10447 * gdb.base/sigbpt.exp
10448 * gdb.base/siginfo-addr.exp
10449 * gdb.base/siginfo-obj.exp
10450 * gdb.base/siginfo-thread.exp
10451 * gdb.base/signest.exp
10452 * gdb.base/signull.exp
10453 * gdb.base/sigrepeat.exp
10454 * gdb.base/skip.exp
10455 * gdb.base/so-impl-ld.exp
10456 * gdb.base/solib-corrupted.exp
10457 * gdb.base/solib-disc.exp
10458 * gdb.base/solib-display.exp
10459 * gdb.base/solib-overlap.exp
10460 * gdb.base/solib-search.exp
10461 * gdb.base/solib-symbol.exp
10462 * gdb.base/source-execution.exp
10463 * gdb.base/sss-bp-on-user-bp-2.exp
10464 * gdb.base/sss-bp-on-user-bp.exp
10465 * gdb.base/stack-checking.exp
10466 * gdb.base/stale-infcall.exp
10467 * gdb.base/step-break.exp
10468 * gdb.base/step-line.exp
10469 * gdb.base/step-over-exit.exp
10470 * gdb.base/step-test.exp
10471 * gdb.base/structs.exp
10472 * gdb.base/sym-file.exp
10473 * gdb.base/symtab-search-order.exp
10474 * gdb.base/term.exp
10475 * gdb.base/type-opaque.exp
10476 * gdb.base/unload.exp
10477 * gdb.base/until-nodebug.exp
10478 * gdb.base/until.exp
10479 * gdb.base/unwindonsignal.exp
10480 * gdb.base/watch-cond.exp
10481 * gdb.base/watch-non-mem.exp
10482 * gdb.base/watch_thread_num.exp
10483 * gdb.base/watchpoint-reuse-slot.exp
10484 * gdb.base/watchpoint-solib.exp
10485 * gdb.base/watchpoint.exp
10486 * gdb.btrace/dlopen.exp
10487 * gdb.cell/arch.exp
10488 * gdb.cell/break.exp
10489 * gdb.cell/bt.exp
10490 * gdb.cell/core.exp
10491 * gdb.cell/data.exp
10492 * gdb.cell/dwarfaddr.exp
10493 * gdb.cell/ea-cache.exp
10494 * gdb.cell/ea-standalone.exp
10495 * gdb.cell/ea-test.exp
10496 * gdb.cell/f-regs.exp
10497 * gdb.cell/fork.exp
10498 * gdb.cell/gcore.exp
10499 * gdb.cell/mem-access.exp
10500 * gdb.cell/ptype.exp
10501 * gdb.cell/registers.exp
10502 * gdb.cell/sizeof.exp
10503 * gdb.cell/solib-symbol.exp
10504 * gdb.cell/solib.exp
10505 * gdb.compile/compile-tls.exp
10506 * gdb.cp/exception.exp
10507 * gdb.cp/gdb2495.exp
10508 * gdb.cp/local.exp
10509 * gdb.cp/mb-inline.exp
10510 * gdb.cp/mb-templates.exp
10511 * gdb.cp/pr10687.exp
10512 * gdb.cp/pr9167.exp
10513 * gdb.cp/scope-err.exp
10514 * gdb.cp/templates.exp
10515 * gdb.cp/virtfunc.exp
10516 * gdb.dwarf2/dw2-dir-file-name.exp
10517 * gdb.dwarf2/dw2-single-line-discriminators.exp
10518 * gdb.fortran/complex.exp
10519 * gdb.fortran/library-module.exp
10520 * gdb.guile/guile.exp
10521 * gdb.guile/scm-cmd.exp
10522 * gdb.guile/scm-frame-inline.exp
10523 * gdb.guile/scm-objfile.exp
10524 * gdb.guile/scm-pretty-print.exp
10525 * gdb.guile/scm-symbol.exp
10526 * gdb.guile/scm-type.exp
10527 * gdb.guile/scm-value.exp
10528 * gdb.linespec/keywords.exp
10529 * gdb.linespec/ls-errs.exp
10530 * gdb.linespec/macro-relative.exp
10531 * gdb.linespec/thread.exp
10532 * gdb.mi/mi-breakpoint-changed.exp
10533 * gdb.mi/mi-dprintf-pending.exp
10534 * gdb.mi/mi-fullname-deleted.exp
10535 * gdb.mi/mi-logging.exp
10536 * gdb.mi/mi-pending.exp
10537 * gdb.mi/mi-solib.exp
10538 * gdb.mi/new-ui-mi-sync.exp
10539 * gdb.mi/user-selected-context-sync.exp
10540 * gdb.multi/dummy-frame-restore.exp
10541 * gdb.multi/multi-arch-exec.exp
10542 * gdb.multi/remove-inferiors.exp
10543 * gdb.multi/watchpoint-multi-exit.exp
10544 * gdb.opt/solib-intra-step.exp
10545 * gdb.perf/backtrace.exp
10546 * gdb.perf/single-step.exp
10547 * gdb.perf/skip-command.exp
10548 * gdb.perf/skip-prologue.exp
10549 * gdb.perf/solib.exp
10550 * gdb.python/lib-types.exp
10551 * gdb.python/py-as-string.exp
10552 * gdb.python/py-bad-printers.exp
10553 * gdb.python/py-block.exp
10554 * gdb.python/py-breakpoint.exp
10555 * gdb.python/py-cmd.exp
10556 * gdb.python/py-events.exp
10557 * gdb.python/py-evthreads.exp
10558 * gdb.python/py-finish-breakpoint.exp
10559 * gdb.python/py-finish-breakpoint2.exp
10560 * gdb.python/py-frame-inline.exp
10561 * gdb.python/py-frame.exp
10562 * gdb.python/py-inferior.exp
10563 * gdb.python/py-infthread.exp
10564 * gdb.python/py-mi.exp
10565 * gdb.python/py-objfile.exp
10566 * gdb.python/py-pp-maint.exp
10567 * gdb.python/py-pp-registration.exp
10568 * gdb.python/py-prettyprint.exp
10569 * gdb.python/py-recurse-unwind.exp
10570 * gdb.python/py-shared.exp
10571 * gdb.python/py-symbol.exp
10572 * gdb.python/py-symtab.exp
10573 * gdb.python/py-template.exp
10574 * gdb.python/py-type.exp
10575 * gdb.python/py-unwind-maint.exp
10576 * gdb.python/py-unwind.exp
10577 * gdb.python/py-value.exp
10578 * gdb.python/python.exp
10579 * gdb.reverse/finish-reverse-bkpt.exp
10580 * gdb.reverse/insn-reverse.exp
10581 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10582 * gdb.reverse/solib-precsave.exp
10583 * gdb.reverse/solib-reverse.exp
10584 * gdb.stabs/gdb11479.exp
10585 * gdb.stabs/weird.exp
10586 * gdb.threads/fork-child-threads.exp
10587 * gdb.threads/fork-plus-threads.exp
10588 * gdb.threads/fork-thread-pending.exp
10589 * gdb.threads/forking-threads-plus-breakpoint.exp
10590 * gdb.threads/hand-call-in-threads.exp
10591 * gdb.threads/interrupted-hand-call.exp
10592 * gdb.threads/linux-dp.exp
10593 * gdb.threads/local-watch-wrong-thread.exp
10594 * gdb.threads/next-while-other-thread-longjmps.exp
10595 * gdb.threads/non-ldr-exit.exp
10596 * gdb.threads/pending-step.exp
10597 * gdb.threads/print-threads.exp
10598 * gdb.threads/process-dies-while-detaching.exp
10599 * gdb.threads/process-dies-while-handling-bp.exp
10600 * gdb.threads/pthreads.exp
10601 * gdb.threads/queue-signal.exp
10602 * gdb.threads/reconnect-signal.exp
10603 * gdb.threads/signal-command-handle-nopass.exp
10604 * gdb.threads/signal-command-multiple-signals-pending.exp
10605 * gdb.threads/signal-delivered-right-thread.exp
10606 * gdb.threads/signal-sigtrap.exp
10607 * gdb.threads/sigthread.exp
10608 * gdb.threads/staticthreads.exp
10609 * gdb.threads/stepi-random-signal.exp
10610 * gdb.threads/thread-unwindonsignal.exp
10611 * gdb.threads/thread_check.exp
10612 * gdb.threads/thread_events.exp
10613 * gdb.threads/tid-reuse.exp
10614 * gdb.threads/tls-nodebug.exp
10615 * gdb.threads/tls-shared.exp
10616 * gdb.threads/tls-so_extern.exp
10617 * gdb.threads/tls.exp
10618 * gdb.threads/wp-replication.exp
10619 * gdb.trace/actions-changed.exp
10620 * gdb.trace/actions.exp
10621 * gdb.trace/backtrace.exp
10622 * gdb.trace/change-loc.exp
10623 * gdb.trace/collection.exp
10624 * gdb.trace/deltrace.exp
10625 * gdb.trace/disconnected-tracing.exp
10626 * gdb.trace/entry-values.exp
10627 * gdb.trace/ftrace-lock.exp
10628 * gdb.trace/ftrace.exp
10629 * gdb.trace/infotrace.exp
10630 * gdb.trace/mi-trace-frame-collected.exp
10631 * gdb.trace/mi-trace-unavailable.exp
10632 * gdb.trace/mi-traceframe-changed.exp
10633 * gdb.trace/mi-tracepoint-changed.exp
10634 * gdb.trace/mi-tsv-changed.exp
10635 * gdb.trace/no-attach-trace.exp
10636 * gdb.trace/packetlen.exp
10637 * gdb.trace/passc-dyn.exp
10638 * gdb.trace/passcount.exp
10639 * gdb.trace/pending.exp
10640 * gdb.trace/pr16508.exp
10641 * gdb.trace/qtro.exp
10642 * gdb.trace/range-stepping.exp
10643 * gdb.trace/read-memory.exp
10644 * gdb.trace/report.exp
10645 * gdb.trace/save-trace.exp
10646 * gdb.trace/signal.exp
10647 * gdb.trace/stap-trace.exp
10648 * gdb.trace/status-stop.exp
10649 * gdb.trace/strace.exp
10650 * gdb.trace/tfile.exp
10651 * gdb.trace/tfind.exp
10652 * gdb.trace/trace-break.exp
10653 * gdb.trace/trace-condition.exp
10654 * gdb.trace/trace-enable-disable.exp
10655 * gdb.trace/trace-mt.exp
10656 * gdb.trace/tracecmd.exp
10657 * gdb.trace/tracefile-pseudo-reg.exp
10658 * gdb.trace/tspeed.exp
10659 * gdb.trace/tstatus.exp
10660 * gdb.trace/tsv.exp
10661 * gdb.trace/unavailable.exp
10662 * gdb.trace/while-dyn.exp
10663 * gdb.trace/while-stepping.exp
10664 * lib/gdb-guile.exp
10665 * lib/gdb.exp
10666 * lib/mi-support.exp
10667 * lib/pascal.exp
10668 * lib/perftest.exp
10669 * lib/prelink-support.exp
10670 * lib/selftest-support.exp
10671
ad02e4fe
SM
106722016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10673
10674 * Makefile.in: Include disable-implicit-rules.mk.
10675
22347e55
AA
106762016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10677
10678 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10679 non-byte-aligned bit fields.
10680
da5b30da
AA
106812016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10682
10683 PR gdb/12616
10684 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10685 respects the DW_AT_data_bit_offset attribute.
10686
b593ecca
SM
106872016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10688
10689 * gdb.base/default.exp: Fix output of "set language".
10690
3b165252
SM
106912016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10692
10693 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10694 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10695 make.
10696 * configure.ac: Remove checks for the make program.
10697 * configure: Re-generate.
10698
1a2f3d7f
KB
106992016-11-16 Kevin Buettner <kevinb@redhat.com>
10700
10701 * gdb.python/py-recurse-unwind.c (main): Add loop.
10702 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10703 to read_register() and gdb.parse_and_eval(). Make each code
10704 call a separate case that can be individually tested.
10705 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10706 proc. Call cont_and_backtrace for each of the code paths that
10707 we want to test in the unwinder.
10708
b7f38fda
AA
107092016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10710
10711 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10712 the definition of struct S.
10713
1f8db343
CM
107142016-11-11 Catherine Moore <clm@codesourcery.com>
10715
10716 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10717
fad0c9fb
PA
107182016-11-09 Pedro Alves <palves@redhat.com>
10719
10720 * gdb.base/commands.exp (runto_or_return): New procedure.
10721 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10722 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10723 (progvar_simple_while_test, progvar_complex_if_while_test)
10724 (if_while_breakpoint_command_test)
10725 (infrun_breakpoint_command_test, breakpoint_command_test)
10726 (user_defined_command_test, watchpoint_command_test)
10727 (test_command_prompt_position, redefine_hook_test)
10728 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10729 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10730 multi_line_input and multi_line. Remove gdb_expect and
10731 gdb_stop_suppressing_tests uses.
10732 * lib/gdb.exp (valnum_re): New global.
10733 (multi_line_input): New procedure.
10734
8354c62c
SM
107352016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10736
10737 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10738 Remove.
10739 (test_setup): Define with proc_with_prefix.
10740 (test_cli_inferior): Likewise.
10741 (test_cli_thread): Likewise.
10742 (test_cli_frame): Likewise.
10743 (test_cli_select_frame): Likewise.
10744 (test_cli_up_down): Likewise.
10745 (test_mi_thread_select): Likewise.
10746 (test_mi_stack_select_frame): Likewise.
10747 (test_cli_in_mi_inferior): Likewise.
10748 (test_cli_in_mi_thread): Likewise.
10749 (test_cli_in_mi_frame): Likewise.
10750 (top level): Do not use with_test_prefix_procname.
10751
64f367a2
PA
107522016-11-09 Pedro Alves <palves@redhat.com>
10753
10754 * gdb.base/commands.exp (gdbvar_simple_if_test)
10755 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10756 (progvar_simple_if_test, progvar_simple_while_test)
10757 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10758 (infrun_breakpoint_command_test, breakpoint_command_test)
10759 (user_defined_command_test, watchpoint_command_test)
10760 (test_command_prompt_position, deprecated_command_test)
10761 (bp_deleted_in_command, temporary_breakpoint_commands)
10762 (stray_arg0_test, source_file_with_indented_comment)
10763 (recursive_source_test, if_commands_test)
10764 (error_clears_commands_left, redefine_hook_test)
10765 (redefine_backtrace_test): Use proc_with_prefix.
10766 * lib/gdb.exp (proc_with_prefix): New proc.
10767
0bb65f1e
AA
107682016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10769
10770 * gdb.base/tui-layout.c: New file.
10771 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10772 disassembly window contains very long lines.
10773
7353f247
TT
107742016-11-08 Tom Tromey <tom@tromey.com>
10775
10776 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10777 depend on Python 2.
10778
30a7bb83
TT
107792016-11-08 Tom Tromey <tom@tromey.com>
10780
10781 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10782 New method.
10783
cdf5a07c
MG
107842016-10-29 Manish Goregaokar <manish@mozilla.com>
10785
2806dc7e 10786 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10787
51a789c3
MG
107882016-10-27 Manish Goregaokar <manish@mozilla.com>
10789
2806dc7e
PA
10790 * gdb.rust/simple.rs: Add test for univariant enums without
10791 discriminants and for encoded struct-like enums.
51a789c3 10792
f610ab6d
PA
107932016-10-28 Pedro Alves <palves@redhat.com>
10794
10795 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10796 gdb_test_multiple, tighten regexps and match symtabs and line
10797 tables incrementally.
10798
b129b0ca
LM
107992016-10-28 Luis Machado <lgustavo@codesourcery.com>
10800
10801 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10802 general.
10803
ecf45d2c
SL
108042016-10-25 Luis Machado <lgustavo@codesourcery.com>
10805
10806 * gdb.base/exec-invalid-sysroot.exp: New file.
10807
b8d38ee4
JK
108082016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10809
10810 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10811
f90fd8c2
JK
108122016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10813
10814 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10815
2d2476aa
MR
108162016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10817
2806dc7e
PA
10818 * gdb.base/killed-outside.exp: Remove $options from a call to
10819 `prepare_for_testing'.
2d2476aa 10820
e42b25a0
SM
108212016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10822
10823 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10824 Change test message.
10825
3ccdb432
SM
108262016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10827
10828 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10829 Update comment.
10830
5bad3170
SM
108312016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10832
10833 * gdb.trace/mi-trace-save.exp: New file.
10834
5ad9dba7
YQ
108352016-10-13 Yao Qi <yao.qi@linaro.org>
10836
10837 * gdb.base/code_elim.exp (get_var_address): Remove.
10838 * gdb.base/relocate.exp: Likewise.
10839 * gdb.base/shreloc.exp: Likewise.
10840 * lib/gdb.exp (get_var_address): New.
10841
62df7e21
YQ
108422016-10-13 Yao Qi <yao.qi@linaro.org>
10843
10844 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10845 floating point tests if $skip_float_test is false.
10846
4dac951e
LM
108472016-10-12 Luis Machado <lgustavo@codesourcery.com>
10848
10849 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10850 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10851 argc values.
10852 Add 1 to argc so we guarantee distinct initial/modified argc values.
10853
8f1a8fc4
JK
108542016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10855
10856 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10857
16c85b5d
JK
108582016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10859
10860 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10861 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10862 * gdb.arch/vsx-regs.exp: Likewise.
10863
1d0e042a
YQ
108642016-10-07 Yao Qi <yao.qi@linaro.org>
10865
10866 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10867
68dadef5
MM
108682016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10869
10870 * gdb.python/python.exp: Test decode_line("*0").
10871
33fa2c6e
DE
108722016-10-06 Doug Evans <dje@google.com>
10873
10874 * gdb.python/py-value.exp (test_value_creation): Add test for large
10875 unsigned 64-bit value.
10876
9c37b5ae
TT
108772016-10-06 Tom Tromey <tom@tromey.com>
10878
10879 * gdb.compile/compile.exp: Change java tests to rust.
10880 * gdb.base/setshow.exp: Change java tests to rust.
10881 * gdb.base/default.exp: Remove java from language list.
10882 * README (Examples): Update language example.
10883 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10884 test.
10885 * lib/gdb.exp (skip_java_tests): Remove.
10886 * lib/java.exp: Remove.
10887 * gdb.java: Remove.
10888
78b86327
MR
108892016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10890
10891 * gdb.arch/mips-fcr.exp: New test.
10892 * gdb.arch/mips-fcr.c: Source for the new test.
10893
7470adbb
MR
108942016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10895
10896 * gdb.base/solib-disc.exp: Use `standard_output_file'
10897 throughout.
10898
4a556533
PA
108992016-10-06 Pedro Alves <palves@redhat.com>
10900
10901 * gdb.base/jit-simple-dl.c: New file.
10902 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10903 * gdb.base/jit-simple.c: ... this.
10904 * gdb.base/jit-simple.exp (jit_run): Delete.
10905 (build_jit): New proc.
10906 (jit_test_reread): Recompile either the main program or the shared
10907 library, depending on what is being tested. Skip changing address
10908 if caller wants to. Compare before/after addresses. If testing
10909 standalone, explicitly load the binary. Test "maint info
10910 breakpoints".
10911 (top level): Add "standalone vs shared lib" and "change address"
10912 vs "same address" axes.
10913
5a122fbc
PA
109142016-10-06 Pedro Alves <palves@redhat.com>
10915
10916 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10917 call.
10918 (jit_run): Delete.
10919 (jit_test_reread): Use with_test_prefix. Reload the main binary
10920 explicitly. Compare the before/after addresses of the JIT
10921 descriptor.
10922
ee8da4b8
DE
109232016-08-15 Doug Evans <dje@google.com>
10924
10925 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10926 for single bitfields is bool.
10927 * gdb.xml/tdesc-regs.exp: Ditto.
10928
f389f6fe
JK
109292016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10930
10931 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10932
fdebf1a4
YQ
109332016-10-05 Yao Qi <yao.qi@linaro.org>
10934
10935 * lib/gdb.exp (support_complex_tests): Return zero if
10936 gdb_skip_float_test return true.
10937
9c36d954 109382016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10939 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
10940
10941 PR gdb/20487
10942 * gdb.mi/user-selected-context-sync.exp: New file.
10943 * gdb.mi/user-selected-context-sync.c: New file.
10944
4034d0ff 109452016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10946 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
10947
10948 PR gdb/20487
10949 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10950 =thread-select-event check.
10951
a4297203
PB
109522016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10953
10954 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10955 the compulsory L operand changes.
10956 * gdb.arch/powerpc-power.s: Likewise.
10957
bb805577
JK
109582016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10959
10960 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10961 * gdb.base/jit-attach-pie.c: New file.
10962 * gdb.base/jit-attach-pie.exp: New file.
10963
6d61dee5
PA
109642016-09-28 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.base/infcall-input.c: New file.
10967 * gdb.base/infcall-input.exp: New file.
10968
f73842fc
YQ
109692016-09-22 Yao Qi <yao.qi@linaro.org>
10970
10971 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10972 (gdb_exit): Rename it to ...
10973 (gdbserver_gdb_exit): ... Close GDBserver.
10974 (gdb_exit): New proc, call gdbserver_gdb_exit.
10975 (mi_gdb_exit): Likewise.
10976
90681dab
YQ
109772016-09-22 Yao Qi <yao.qi@linaro.org>
10978
10979 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10980 path.
10981 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10982 Remove duplication.
10983
9c211fd8
YQ
109842016-09-22 Yao Qi <yao.qi@linaro.org>
10985
10986 * lib/gdbserver-support.exp: Check the existence of
10987 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10988
ad0a504f
AK
109892016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10990
10991 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10992
36cf1806
TT
109932016-09-21 Tom Tromey <tom@tromey.com>
10994
10995 PR gdb/20604:
10996 * gdb.base/quit.exp: New file.
10997
74172ecf
SM
109982016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10999
11000 * .gitignore: New file.
11001
3d0ec882
MR
110022016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11003
11004 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11005 throughout.
11006
8193adea
AA
110072016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11008
11009 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11010
d41a5c09
JK
110112016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11012
11013 * gdb.cp/casts.cc (decltype): Move it ...
11014 (main): ... with its call to ...
11015 * gdb.cp/casts03.cc: ... a new file.
11016 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11017
d2dfe700
JK
110182016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11019
11020 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11021
e2a92b16
PB
110222016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11023
11024 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11025 and sync up the test with tests in gas/testsuite/gas/ppc.
11026 * gdb.arch/powerpc-power.exp: Likewise.
11027
49b4de64
JK
110282016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11029
11030 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11031
2c29df25
SDJ
110322016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11033 Jan Kratochvil <jan.kratochvil@redhat.com>
11034
11035 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11036 make m1's definition to be different from m2's. Use 'dummy' as an
11037 argument for probe 'two'.
11038
cc3c2846
JB
110392016-09-10 Jon Beniston <jon@beniston.com>
11040
11041 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11042 for sim target.
11043
e1b2624a
AA
110442016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11045
11046 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11047 variable declaration.
11048 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11049 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11050 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11051 received HWCAP as its argument.
11052
4295e285
PA
110532016-09-06 Pedro Alves <palves@redhat.com>
11054
11055 * gdb.base/new-ui-pending-input.c: New file.
11056 * gdb.base/new-ui-pending-input.exp: New file.
11057 * gdb.exp (clear_gdb_spawn_id): New procedure.
11058 (with_spawn_id): Check whether gdb_spawn_id exists before
11059 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11060 on exit.
11061
00d5215e
UW
110622016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11063
11064 * gdb.base/float128.c: New file.
11065 * gdb.base/float128.exp: Likewise.
11066 * gdb.base/floatn.c: Likewise.
11067 * gdb.base/floatn.exp: Likewise.
11068
a9ff5f12
UW
110692016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11070
11071 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11072
f245535c
PA
110732016-09-05 Pedro Alves <palves@redhat.com>
11074
11075 PR backtrace/19927
11076 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11077 unwinders are immediately called as side effect of "source" or
11078 "disable unwinder" commands.
11079 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11080
ae9cf263
YQ
110812016-09-02 Yao Qi <yao.qi@linaro.org>
11082
11083 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11084 is true and $type is "float" or "double".
11085
27aba047
YQ
110862016-09-02 Yao Qi <yao.qi@linaro.org>
11087
11088 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11089 true.
11090 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11091 * gdb.base/call-rt-st.exp: Likewise.
11092 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11093 return value instead of gdb,skip_float_test.
11094 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11095 (do_function_calls): Use its return value instead of
11096 gdb,skip_float_test.
11097 * gdb.base/finish.exp: Likewise.
11098 * gdb.base/funcargs.exp: Likewise.
11099 * gdb.base/return.exp: Likewise.
11100 * gdb.base/return2.exp: Likewise.
11101 * gdb.base/varargs.exp: Likewise.
11102 * lib/gdb.exp (gdb_skip_float_test): Change it to
11103 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11104
5af962df
AA
111052016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11106
11107 * gdb.multi/tids.exp: Test "thread apply all".
11108
7fac6910
JK
111092016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11110
11111 * gdb.base/default.exp (tty): Remove.
11112
bb1fe4ac
KB
111132016-08-24 Kevin Buettner <kevinb@redhat.com>
11114
2806dc7e
PA
11115 * gdb.python/py-recurse-unwind.c: New file.
11116 * gdb.python/py-recurse-unwind.py: New file.
11117 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11118
0a1ddfa6
SM
111192016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11120
11121 * gdb.base/set-inferior-tty.exp: New file.
11122 * gdb.base/set-inferior-tty.c: New file.
11123
d9de1fe3
PA
111242016-08-23 Pedro Alves <palves@redhat.com>
11125
11126 PR gdb/20494
11127 * gdb.base/new-ui-echo.c: New file.
11128 * gdb.base/new-ui-echo.exp: New file.
11129
e9d9abd7
YQ
111302016-08-23 Yao Qi <yao.qi@linaro.org>
11131
11132 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11133 gdbserver_spawn.
11134 * gdb.server/connect-without-multi-process.exp (do_test):
11135 Likewise.
11136
3589529e
YQ
111372016-08-23 Yao Qi <yao.qi@linaro.org>
11138
11139 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11140 standalone_txt. Delete gdb_txt and standalone_txt on host
11141 and target. Spawn the binary on target. Copy files from
11142 target to host.
11143
6bb90213
PA
111442016-08-22 Pedro Alves <palves@redhat.com>
11145
11146 PR gdb/20505
11147 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11148 with_test_prefix. Factor out bits to ...
11149 (test_no_vdso): ... this new procedure.
11150
20c2c024
CL
111512016-08-19 Carl Love <cel@us.ibm.com>
11152
11153 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11154 maintaining separate logic for constructing the output path.
11155 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11156 * gdb.arch/ppc-dfp.exp: Likewise.
11157 * gdb.arch/ppc-fp.exp: Likewise.
11158 * gdb.arch/vsx-regs.exp: Likewise.
11159 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11160 binprefix for generating the additional binary files.
11161
0646e07d
PA
111622016-08-19 Pedro Alves <palves@redhat.com>
11163
11164 * gdb.trace/mi-trace-frame-collected.exp
11165 (test_trace_frame_collected): On x32, expect two registers.
11166
46da9242
CL
111672016-08-18 Carl Love <cel@us.ibm.com>
11168
11169 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11170 and sync up the test with tests in gas/testsuite/gas/ppc.
11171 * gdb.arch/powerpc-power.exp: Likewise.
11172
eb2332d7
SM
111732016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11174
11175 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11176 expected error message.
11177
63c61e04
SM
111782016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11179
11180 * gdb.multi/remove-inferiors.exp: New file.
11181 * gdb.multi/remove-inferiors.c: New file.
11182
7b17065f
YQ
111832016-08-12 Yao Qi <yao.qi@linaro.org>
11184
11185 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11186 argument list.
11187
01d3dedf
PA
111882016-08-10 Pedro Alves <palves@redhat.com>
11189
11190 PR gdb/19187
11191 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11192 setup_kfails.
11193
3eb7562a
PA
111942016-08-09 Pedro Alves <palves@redhat.com>
11195 Simon Marchi <simon.marchi@ericsson.com>
11196
11197 PR gdb/20418
11198 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11199 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11200
80614914
PA
112012016-08-09 Pedro Alves <palves@redhat.com>
11202
11203 PR mi/20431
11204 * gdb.mi/mi-cmd-error.exp: New file.
11205
f348d89a
PA
112062016-08-09 Pedro Alves <palves@redhat.com>
11207
11208 PR gdb/18653
11209 * gdb.base/signals-state-child.c: New file.
11210 * gdb.base/signals-state-child.exp: New file.
11211 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11212
e5ca03b4
PA
112132016-08-09 Pedro Alves <palves@redhat.com>
11214
11215 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11216
282a0691
TT
112172016-08-03 Tom Tromey <tom@tromey.com>
11218
11219 PR python/18565:
11220 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11221
41bfcd63
YQ
112222016-08-01 Yao Qi <yao.qi@linaro.org>
11223
11224 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11225 variable mode to "multi-process" if $multi_process is 1, otherwise
11226 set it to "single-process".
11227
e3465b24
YQ
112282016-08-01 Yao Qi <yao.qi@linaro.org>
11229
11230 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11231 * gdb.cp/cpexprs.exp: Likewise.
11232 * gdb.cp/m-static.exp: Likewise.
11233
0b31a4bc
TT
112342016-07-26 Tom Tromey <tom@tromey.com>
11235
11236 PR python/20190:
11237 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11238 test.
11239
e0461dbb
MM
112402016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11241
11242 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11243 selecting assembly source files.
11244 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11245 assembly source files.
11246 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11247 assembly source files.
11248 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11249 selecting assembly source files.
11250
8194e927
SM
112512016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11252
11253 * gdb.base/new-ui.exp (do_test_invalid_args): New
11254 procedure.
11255
c0272db5
TW
112562016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11257
11258 * gdb.btrace/reconnect.c: New file.
11259 * gdb.btrace/reconnect.exp: New file.
11260
e3487908
GKB
112612016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11262
11263 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11264 to test_catch_syscall_group.
11265 (test_catch_syscall_group): New.
11266
12df5c00
TT
112672016-07-21 Tom Tromey <tom@tromey.com>
11268
11269 * gdb.rust/simple.rs (main): Use empty struct expression.
11270 * gdb.rust/simple.exp: Add tests for empty struct expression.
11271
bae62ee2
YQ
112722016-07-21 Yao Qi <yao.qi@linaro.org>
11273
11274 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11275 if gdb_skip_xml_test is true on some targets.
11276
b1b53fb3
YQ
112772016-07-21 Yao Qi <yao.qi@linaro.org>
11278
11279 * gdb.server/solib-list.exp: Unset last_loaded_file.
11280
027d97f8
JK
112812016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11282
11283 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11284 "step into captured_main (args)".
11285
7674d381
JK
112862016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11287
11288 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11289
72b5d099
JK
112902016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11291
11292 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11293
1f960ced
PA
112942016-07-19 Pedro Alves <palves@redhat.com>
11295
11296 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11297 * gdb.opt/inline-bt.exp: Likewise.
11298 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11299 additional_flags=-Winline.
11300 * gdb.opt/inline-locals.exp: Likewise.
11301 * gdb.opt/inline-markers.c (ATTR): Define.
11302 (inlined_fn): Use it.
11303
f25827c1
YQ
113042016-07-19 Yao Qi <yao.qi@linaro.org>
11305
11306 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11307 (test_with_self): Remove some code. Remove argument executable.
11308 (top-level): Use do_self_tests.
11309
37539ebe
DB
113102016-07-15 Zachary Welch <zwelch@codesourcery.com>
11311 Don Breazeal <donb@codesourcery.com>
11312
11313 * gdb.base/maint.exp: Escape paths used in regular expressions.
11314 * gdb.stabs/weird.exp: Likewise.
11315
dac790e1
TT
113162016-07-13 Tom Tromey <tom@tromey.com>
11317
11318 PR python/15620, PR python/18620:
11319 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11320 (test_bkpt_events): New procs.
11321
93daf339
TT
113222016-07-13 Tom Tromey <tom@tromey.com>
11323
11324 PR python/17698:
11325 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11326 test.
11327 (test_watchpoints): Likewise.
11328 (test_bkpt_pending): New proc.
11329
6571a381
TT
113302016-07-13 Tom Tromey <tom@tromey.com>
11331
11332 PR cli/18053:
11333 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11334 completion test.
11335
e8732474
JK
113362016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11337
11338 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11339 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11340 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11341 f_label.
11342 (g): Rename g_end_lbl to g_label.
11343 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11344 low_pc and high_pc.
11345 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11346
e0f3fd7c
TT
113472016-07-12 Tom Tromey <tom@tromey.com>
11348
11349 PR python/19293:
11350 * gdb.python/py-unwind-maint.exp: Update tests.
11351
3cfe46b6
YQ
113522016-07-12 Yao Qi <yao.qi@linaro.org>
11353
11354 * lib/selftest-support.exp (selftest_setup): Match the output
11355 when captured_main is inlined.
11356
4f19a0e6
WT
113572016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11358
11359 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11360 New variables.
11361 (print this%a, print this%b, print this): New tests.
11362 * gdb.fortran/derived-types.f90 (this): New object and
11363 initialization.
11364
986cf455
SM
113652016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11366
11367 * gdb.ada/arraydim.exp: Remove extra directory level in build
11368 directory.
11369
f0464b23
SM
113702016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11371
11372 * lib/ada.exp: Remove extra directory level in build directory.
11373 * gdb.ada/cond_lang.exp: Likewise.
11374 * gdb.ada/exec_changed.exp: Likewise.
11375 * gdb.ada/lang_switch.exp: Likewise.
11376
42d94011
MG
113772016-07-06 Manish Goregaokar <manish@mozilla.com>
11378
2806dc7e
PA
11379 * simple.rs: Add test for raw pointer subscripting.
11380 * simple.exp: Add test expectations.
42d94011 11381
647c264c
YQ
113822016-07-05 Yao Qi <yao.qi@linaro.org>
11383
11384 * gdb.mi/mi-reverse.exp: Match =record-started output.
11385
20aa2c60
PA
113862016-07-01 Pedro Alves <palves@redhat.com>
11387
11388 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11389 procedure.
11390 (jit_reader_test): Test the jit reader's unwinder.
11391 * gdb.base/jithost.c (jit_function_00_code): New global.
11392 (main): Use memcpy to fill in the mmapped code, instead of poking
11393 bytes manually here.
11394 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11395 value.
11396 (read_debug_info): Save the function's range.
11397 (read_sp): New function.
11398 (unwind_frame): Use it. Also unwind RBP.
11399 (get_frame_id): Use read_sp.
11400 (gdb_init_reader): Use calloc instead of malloc.
11401 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11402 parameter. Use gdb_test_multiple.
11403
ced2dffb
PA
114042016-07-01 Pedro Alves <palves@redhat.com>
11405 Antoine Tremblay <antoine.tremblay@ericsson.com>
11406
11407 * gdb.threads/process-dies-while-detaching.c: New file.
11408 * gdb.threads/process-dies-while-detaching.exp: New file.
11409
63000888
PA
114102016-07-01 Pedro Alves <palves@redhat.com>
11411
11412 * gdb.multi/watchpoint-multi-exit.c: New file.
11413 * gdb.multi/watchpoint-multi-exit.exp: New file.
11414
038d4868
PA
114152016-06-30 Pedro Alves <palves@redhat.com>
11416
11417 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11418 unset inferior_spawn_id.
11419
994e9c83
PA
114202016-06-30 Pedro Alves <palves@redhat.com>
11421
11422 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11423 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11424
e5653468
YQ
114252016-06-29 Yao Qi <yao.qi@linaro.org>
11426
11427 * gdb.base/return.c: Add copyright header.
11428
803b47e5
TT
114292016-06-29 Tom Tromey <tom@tromey.com>
11430
11431 PR python/20129:
11432 * gdb.python/py-framefilter.exp: Add tests for setting priority
11433 and disabling of non-existent frame filter.
11434
28244707
YQ
114352016-06-29 Yao Qi <yao.qi@linaro.org>
11436
11437 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11438 0x0f07ff.
11439
a31d2f06
YQ
114402016-06-28 Yao Qi <yao.qi@linaro.org>
11441
11442 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11443 triplets. Start gdb, execute catch syscall, and continue. Check
11444 gdb's output to determine catch syscall is supported.
11445
921d8f54
MG
114462016-06-27 Manish Goregaokar <manish@mozilla.com>
11447
25d49b86
PA
11448 * gdb.rust/simple.rs: Add test for returning unit in a function.
11449 * gdb.rust/simple.exp: Add expectation for functions returning
11450 unit.
921d8f54 11451
f4952523
PMR
114522016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11453
11454 * gdb.python/py-breakpoint-create-fail.c,
11455 gdb.python/py-breakpoint-create-fail.exp,
11456 gdb.python/py-breakpoint-create-fail.py: New testcase.
11457
fccb08f8
MG
114582016-06-25 Manish Goregaokar <manish@mozilla.com>
11459
11460 PR gdb/20239
11461 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11462 * gdb.rust/simple.exp: Add test expectations for new NonZero
11463 tests.
fccb08f8 11464
6b850546
DT
114652016-06-24 David Taylor <dtaylor@emc.com>
11466
11467 * gdb.base/offsets.exp: New file.
11468 * gdb.base/offsets.c: New file.
11469
17621150
TT
114702016-06-23 Tom Tromey <tom@tromey.com>
11471
11472 PR gdb/16483:
11473 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11474 before any filters are loaded.
11475
04d59df6
WT
114762016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11477
11478 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11479 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11480 structs.
11481 * gdb.fortran/derived-type-function.exp: New file.
11482 * gdb.fortran/derived-type-function.f90: New file.
11483
11484
ac69f786
PA
114852016-06-21 Pedro Alves <palves@redhat.com>
11486
11487 * gdb.base/new-ui.exp: New file.
11488 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11489 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11490 (with_spawn_id): New procedure.
11491
49940788
PA
114922016-06-21 Pedro Alves <palves@redhat.com>
11493
11494 * gdb.mi/mi-exec-run.exp: New file.
11495
ef274d26
PA
114962016-06-21 Pedro Alves <palves@redhat.com>
11497
11498 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11499 breakpoint command's output on the main UI.
11500 (test_break): New procedure, factored out from calls in the top
11501 level.
11502 (top level): Use foreach_with_prefix to test MI as main UI and as
11503 separate UI.
11504
468afe6c
PA
115052016-06-21 Pedro Alves <palves@redhat.com>
11506
11507 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11508 (test_awatch_creation_and_listing)
11509 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11510 Remove 'type' parameter.
11511 (test_watchpoint_all): New parameter mi_mode. Remove
11512 with_test_prefix.
11513 (top level): Use foreach_with_prefix, and add main/separate UI MI
11514 testing axis.
11515
51f77c37
PA
115162016-06-21 Pedro Alves <palves@redhat.com>
11517
11518 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11519 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11520 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11521 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11522 (gdb_main_spawn_id, mi_spawn_id): Declare and
11523 comment.
11524 (mi_create_inferior_pty): New procedure,
11525 factored out from default_mi_gdb_start.
11526 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11527 procedures.
11528 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11529 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11530 Use mi_create_inferior_pty.
11531 (mi_gdb_start): Use eval to pass down args list.
11532
8980e177
PA
115332016-06-21 Pedro Alves <palves@redhat.com>
11534
11535 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11536 * gdb.opt/inline-cmds.exp: Add MI tests.
11537
f38d3ad1
PA
115382016-06-21 Pedro Alves <palves@redhat.com>
11539
11540 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11541
45db7c09
PA
115422016-06-21 Pedro Alves <palves@redhat.com>
11543
11544 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11545 (top level): Use it instead of mi_execute_to.
11546
5a069ab3
PA
115472016-06-21 Pedro Alves <palves@redhat.com>
11548
11549 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11550 (cont_handler_str): New.
11551 (signal_stop_handler): Set stop_handler_str instead of printing to
11552 stdout.
11553 (continue_handler): Set cont_handler_str instead of printing to
11554 stdout.
11555 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11556 mi_send_resuming_command. Print stop_handler_str and
11557 cont_handler_str instead of expecting the python events print
11558 directly.
11559
2838cc1d
SD
115602016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11561
11562 * gdb.base/jit-reader.exp: New file.
11563 * gdb.base/jithost.c: New file.
11564 * gdb.base/jithost.h: New file.
11565 * gdb.base/jitreader.c : New file.
11566 * gdb.base/jit-protocol.h: New file.
11567
21a77091
YQ
115682016-06-17 Yao Qi <yao.qi@linaro.org>
11569
11570 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11571 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11572 and detach-on-fork. Adjust tests.
11573 (top level): Invoke break_cond_on_syscall with combinations of
11574 syscall, follow-fork-mode and detach-on-fork.
11575
f50bf8e5
YQ
115762016-06-17 Yao Qi <yao.qi@linaro.org>
11577
11578 * gdb.base/step-over-exit.c: New.
11579 * gdb.base/step-over-exit.exp: New.
11580
a28d8e50
YTL
115812016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11582
11583 * gdb.base/float.exp: Add target check for nds32*-*-*.
11584 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11585
cad8e26d
AB
115862016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11587
11588 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11589 for unsupported target features.
11590 * gdb.base/call-rt-st.exp: Likewise.
11591 * gdb.base/call-sc.exp: Likewise.
11592 * gdb.base/call-signal-resume.exp: Likewise.
11593 * gdb.base/call-strs.exp: Likewise.
11594 * gdb.base/callexit.exp: Likewise.
11595 * gdb.base/callfuncs.exp: Likewise.
11596 * gdb.base/nodebug.exp: Likewise.
11597 * gdb.base/printcmds.exp: Likewise.
11598 * gdb.base/ptype.exp: Likewise.
11599 * gdb.base/structs.exp: Likewise.
11600 * gdb.base/unwindonsignal.exp: Likewise.
11601 * gdb.cp/gdb2495.exp: Likewise.
11602 * gdb.cp/templates.exp: Likewise.
11603 * gdb.cp/virtfunc.exp: Likewise.
11604 * gdb.threads/hand-call-in-threads.exp: Likewise.
11605 * gdb.threads/interrupted-hand-call.exp: Likewise.
11606 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11607
347dc102
TT
116082016-06-10 Tom Tromey <tom@tromey.com>
11609
11610 PR rust/20110:
11611 * gdb.rust/expr.exp: Add test for integer constant larger than
11612 i32.
11613
5e13cf25
BH
116142016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11615
11616 * gdb.fortran/nested-funcs.exp: New.
11617 * gdb.fortran/nested-funcs.f90: New.
11618
bb556f1f
TK
116192016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11620
11621 * gdb.base/examine-backward.c: New file.
11622 * gdb.base/examine-backward.exp: New file.
11623
38b022b4
SM
116242016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11625
11626 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11627 matching.
11628
1b40ec05
TT
116292016-06-02 Tom Tromey <tom@tromey.com>
11630
11631 PR python/18984:
11632 * gdb.python/py-shared.exp: Add solib_name test.
11633
193bd378
SM
116342016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11635
11636 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11637
3326303b
MG
116382016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11639
11640 PR c++/19893
11641 * gdb.dwarf2/implref.exp: Rename to...
11642 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11643 * gdb.dwarf2/implref-array.c: New file.
11644 * gdb.dwarf2/implref-array.exp: Likewise.
11645 * gdb.dwarf2/implref-global.c: Likewise.
11646 * gdb.dwarf2/implref-global.exp: Likewise.
11647 * gdb.dwarf2/implref-struct.c: Likewise.
11648 * gdb.dwarf2/implref-struct.exp: Likewise.
11649
825c8ef2
AT
116502016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11651
11652 * gdb.trace/trace-condition.exp: Add 64bit tests.
11653
2320162a
AT
116542016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11655
11656 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11657 bits types.
11658 (main): Adapt to 8 to 64 bits types.
11659 * gdb.trace/trace-condition.exp: Add new tests.
11660
a7818233
AT
116612016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11662
11663 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11664
0d336466
AT
116652016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11666
11667 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11668 Move condition tests...
11669 * gdb.trace/trace-condition.exp: Here.
11670
7faeb45a
AT
116712016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11672
11673 * gdb.trace/trace-condition.exp: Add counter-case tests.
11674
e385593e
JK
116752016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11676
11677 PR c++/15231
11678 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11679 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11680
744608cc
PA
116812016-05-27 Pedro Alves <palves@redhat.com>
11682
11683 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11684 New procedure.
11685 (top level): Call it, and bail out of DejaGnu is known to be bad.
11686
ac775bf4
AB
116872016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11688
11689 * gdb.base/whatis.c: Extend the test case.
11690 * gdb.base/whatis.exp: Add additional tests.
11691
2bbad2ea
BH
116922016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11693
11694* gdb.fortran/type.f90: Add pointer variable.
11695* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11696
8b70175d
BH
116972016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11698
11699 * gdb.fortran/vla-type.exp: Fix testcase name.
11700
86d8a848
BH
117012016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11702
11703 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11704
e188eb36
BH
117052016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11706
11707 * gdb.fortran/type.f90: Add nested structures.
11708 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11709 * gdb.fortran/derived-type.exp: Adapt expected output.
11710 * gdb.fortran/vla-type.exp: Adapt expected output.
11711
9b2db1fd
BH
117122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11713
11714 * gdb.fortran/whatis_type.exp: Adapt expected output.
11715
72b17055
BH
117162016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11717
11718 * gdb.fortran/print_type.exp: Fix expected output.
11719 * gdb.fortran/whatis_type.exp: Fix expected output.
11720
3cd81d8d
BH
117212016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11722
11723 * gdb.fortran/whatis_type.exp: Use multi_line.
11724
ddae9462
TT
117252016-05-24 Tom Tromey <tom@tromey.com>
11726
11727 PR python/17386:
11728 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11729 use value as an index.
11730
1957f6b8
TT
117312016-05-23 Tom Tromey <tom@tromey.com>
11732
11733 PR python/17981:
11734 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11735 no-breakpoint case.
11736
026a9174
PA
117372016-05-24 Pedro Alves <palves@redhat.com>
11738
11739 PR gdb/19828
11740 * gdb.threads/clone-attach-detach.c: New file.
11741 * gdb.threads/clone-attach-detach.exp: New file.
11742
e70a7231
FR
117432016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11744
11745 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11746
0f6ed0e0
TT
117472016-05-23 Tom Tromey <tom@tromey.com>
11748
11749 PR python/19438, PR python/18393:
11750 * gdb.python/py-progspace.exp: Add "dir" test.
11751 * gdb.python/py-objfile.exp: Add "dir" test.
11752
ffd19d61
YQ
117532016-05-23 Yao Qi <yao.qi@linaro.org>
11754
11755 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11756 * gdb.arch/thumb2-it.exp: Likewise.
11757
9e8f9b05
SM
117582016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11759
11760 * gdb.mi/mi-threads-interrupt.c: New file.
11761 * gdb.mi/mi-threads-interrupt.exp: New file.
11762
61c6156d
SM
117632016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11764
11765 PR gdb/18077
11766 * gdb.mi/mi-async-run.exp: New file.
11767 * gdb.mi/mi-async-run.c: New file.
11768
67218854
TT
117692016-05-17 Tom Tromey <tom@tromey.com>
11770 Manish Goregaokar <manishsmail@gmail.com>
11771
11772 * lib/rust-support.exp: New file.
11773 * lib/gdb.exp (skip_rust_tests): New proc.
11774 (build_executable_from_specs): Handle rust.
11775 * lib/future.exp (gdb_find_rustc): New proc.
11776 (gdb_default_target_compile): Handle rust.
11777 * gdb.rust/expr.exp: New file.
11778 * gdb.rust/generics.exp: New file.
11779 * gdb.rust/generics.rs: New file.
11780 * gdb.rust/methods.exp: New file.
11781 * gdb.rust/methods.rs: New file.
11782 * gdb.rust/modules.exp: New file.
11783 * gdb.rust/modules.rs: New file.
11784 * gdb.rust/simple.exp: New file.
11785 * gdb.rust/simple.rs: New file.
11786
c44af4eb
TT
117872016-05-17 Tom Tromey <tom@tromey.com>
11788
11789 * gdb.base/default.exp (set language): Add rust.
11790
dcd1f979
TT
117912016-05-17 Tom Tromey <tom@tromey.com>
11792
11793 * gdb.gdb/unittest.exp: New file.
11794
155b7f57
YQ
117952016-05-16 Yao Qi <yao.qi@linaro.org>
11796
11797 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11798 shell_prompt. Update shell_prompt_re.
11799
8ddd5a6c
DE
118002016-05-12 Doug Evans <dje@google.com>
11801
11802 PR symtab/19999
11803 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11804 $options when building executable.
11805 * gdb.dwarf2/fission-loclists-pie.S: New file.
11806 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11807
02e370d9
SM
118082016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11809
11810 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11811 of [is_remote target],
11812
8929ad8b
SM
118132016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11814
11815 * lib/gdb.exp (use_gdb_stub): New procedure.
11816
6c447423
DE
118172016-05-03 Yunlian Jiang <yunlian@google.com>
11818 Doug Evans <dje@google.com>
11819
11820 PR symtab/19914
11821 * gdb.dwarf2/dwp-sepdebug.c: New file.
11822 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11823
444e826c
SM
118242016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11825
11826 * gdb.base/detach.exp: Remove is_remote check.
11827
740feeaa
SM
118282016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11829
11830 * gdb.base/annota-input-while-running.exp: Don't check for
11831 [is_remote target]. Enable annotations after running to main.
11832 Remove unused "set test..." line.
11833
9080ac9d
SM
118342016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11835
11836 * gdb.trace/trace-enable-disable.exp: New file.
11837 * gdb.trace/trace-enable-disable.c: New file.
11838
952ebca5
SM
118392016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11840
11841 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11842 use it in info sharedlibrary test.
11843 * gdb.trace/ftrace-lock.exp: Likewise.
11844 * gdb.trace/ftrace.exp: Likewise.
11845 * gdb.trace/range-stepping.exp: Likewise.
11846 * gdb.trace/trace-break.exp: Likewise.
11847 * gdb.trace/trace-condition.exp: Likewise.
11848 * gdb.trace/trace-mt.exp: Likewise.
11849
d9019901
SM
118502016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11851
11852 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11853 (gdb_load_shlib): ... this.
11854 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11855 gdb_load_shlib.
11856 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11857 * gdb.base/ctxobj.exp: Likewise.
11858 * gdb.base/dprintf-pending.exp: Likewise.
11859 * gdb.base/dso2dso.exp: Likewise.
11860 * gdb.base/fixsection.exp: Likewise.
11861 * gdb.base/gcore-relro.exp: Likewise.
11862 * gdb.base/gdb1555.exp: Likewise.
11863 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11864 * gdb.base/gnu-ifunc.exp: Likewise.
11865 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11866 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11867 * gdb.base/pending.exp: Likewise.
11868 * gdb.base/print-file-var.exp: Likewise.
11869 * gdb.base/print-symbol-loading.exp: Likewise.
11870 * gdb.base/shlib-call.exp: Likewise.
11871 * gdb.base/shreloc.exp: Likewise.
11872 * gdb.base/so-impl-ld.exp: Likewise.
11873 * gdb.base/solib-disc.exp: Likewise.
11874 * gdb.base/solib-nodir.exp: Likewise.
11875 * gdb.base/solib-overlap.exp: Likewise.
11876 * gdb.base/solib-symbol.exp: Likewise.
11877 * gdb.base/solib-weak.exp (do_test): Likewise.
11878 * gdb.base/sym-file.exp: Likewise.
11879 * gdb.base/symtab-search-order.exp: Likewise.
11880 * gdb.base/type-opaque.exp: Likewise.
11881 * gdb.base/unload.exp: Likewise.
11882 * gdb.base/watchpoint-solib.exp: Likewise.
11883 * gdb.compile/compile.exp: Likewise.
11884 * gdb.cp/gdb2384.exp: Likewise.
11885 * gdb.cp/infcall-dlopen.exp: Likewise.
11886 * gdb.cp/re-set-overloaded.exp: Likewise.
11887 * gdb.fortran/library-module.exp: Likewise.
11888 * gdb.opt/solib-intra-step.exp: Likewise.
11889 * gdb.python/py-finish-breakpoint.exp: Likewise.
11890 * gdb.python/py-shared.exp: Likewise.
11891 * gdb.reverse/solib-precsave.exp: Likewise.
11892 * gdb.reverse/solib-reverse.exp: Likewise.
11893 * gdb.server/solib-list.exp: Likewise.
11894 * gdb.threads/dlopen-libpthread.exp: Likewise.
11895 * gdb.threads/tls-shared.exp: Likewise.
11896 * gdb.threads/tls-so_extern.exp: Likewise.
11897 * gdb.trace/change-loc.exp: Likewise.
11898 * gdb.trace/ftrace-lock.exp: Likewise.
11899 * gdb.trace/ftrace.exp: Likewise.
11900 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11901 * gdb.trace/pending.exp: Likewise.
11902 * gdb.trace/range-stepping.exp: Likewise.
11903 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11904 (strace_info_marker): Likewise.
11905 (strace_probe_marker): Likewise.
11906 (strace_trace_on_same_addr): Likewise.
11907 (strace_trace_on_diff_addr): Likewise.
11908 * gdb.trace/trace-break.exp: Likewise.
11909 * gdb.trace/trace-condition.exp: Likewise.
11910 * gdb.trace/trace-mt.exp: Likewise.
11911
fca4cfd9
SM
119122016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11913
11914 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11915 result of gdb_remote_download.
11916 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11917 * gdb.base/dso2dso.exp: Likewise.
11918 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11919 * gdb.base/print-file-var.exp: Likewise.
11920 * gdb.base/shlib-call.exp: Likewise.
11921 * gdb.base/shreloc.exp: Likewise.
11922 * gdb.base/solib-overlap.exp: Likewise.
11923 * gdb.base/solib-weak.exp (do_test): Likewise.
11924 * gdb.base/unload.exp: Likewise.
11925
11cf4ffb
YQ
119262016-04-27 Yao Qi <yao.qi@linaro.org>
11927
11928 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11929 exists.
11930
3e2e34f8
KB
119312016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11932
11933 * vla-type.exp: Print structure from toplevel.
11934
8f07e298
BH
119352016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11936
11937 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11938 of dynamic types.
11939 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11940 of dynamic types.
11941
9920b434
BH
119422016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11943
11944 * gdb.fortran/vla-type.f90: New file.
11945 * gdb.fortran/vla-type.exp: New file.
11946
f3abeff5
YQ
119472016-04-25 Yao Qi <yao.qi@linaro.org>
11948
11949 * gdb.base/branch-to-self.c: New file.
11950 * gdb.base/branch-to-self.exp: New file.
11951
0a5d52f0
YQ
119522016-04-22 Yao Qi <yao.qi@linaro.org>
11953
11954 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11955 more after $hex.
11956
495346f6
YQ
119572016-04-22 Yao Qi <yao.qi@linaro.org>
11958
11959 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11960 * gdb.base/annota3.exp: Likewise.
11961
4a7e075c
YQ
119622016-04-22 Yao Qi <yao.qi@linaro.org>
11963
11964 * gdb.reverse/step-precsave.exp: Do one step and test program
11965 stops in "callee" and do multiple steps until program goes out
11966 of "callee".
11967 * gdb.reverse/step-reverse.exp: Likewise.
11968
5b061e98
YQ
119692016-04-22 Yao Qi <yao.qi@linaro.org>
11970
11971 * gdb.trace/signal.exp: Also pass if
11972 $tracepoint_hits($i) > $iterations.
11973
5c5dc57f
YQ
119742016-04-22 Yao Qi <yao.qi@linaro.org>
11975
11976 * gdb.trace/signal.c: New file.
11977 * gdb.trace/signal.exp: New file.
11978
a55411b9
DE
119792016-04-19 Doug Evans <xdje42@gmail.com>
11980
11981 * gdb.base/bad-file.exp: New file.
11982
a22df60a
MG
119832016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11984
11985 * gdb.dwarf2/implref.exp: New file.
11986
0c13f7e5
BH
119872016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11988
11989 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11990 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11991 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11992 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11993 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11994 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11995 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11996 * lib/fortran.exp (fortran_int4): New procedure.
11997 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11998 (fortran_logical4): Likewise.
11999
9b9b09e9
BH
120002016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12001
12002 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12003
a14d1f4d
BH
120042016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12005
12006 * lib/compiler.c: Add Intel specific preprocessor macros.
12007 * lib/compiler.cc: Likewise.
25d49b86 12008
7d49b1d0
LM
120092016-04-13 Luis Machado <lgustavo@codesourcery.com>
12010
12011 * gdb.server/connect-with-no-symbol-file.c: New file.
12012 * gdb.server/connect-with-no-symbol-file.exp: New file.
12013
8392fa22
SM
120142016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12015
12016 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12017
8c4c4aeb
SM
120182016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12019
12020 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12021 standard output directory.
12022
45e3745e
AT
120232016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12024
12025 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12026
e26b7e41
MM
120272016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12028
12029 * gdb.btrace/instruction_history.c (loop): Add declaration.
12030
8ce09462
AT
120312016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12032
12033 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12034
2e88a1ea
SM
120352016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12036
12037 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12038 parentheses to print.
12039 (continue_handler): Likewise.
12040
f48e22e3
SM
120412016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12042
12043 * gdb.server/solib-list.exp: Remove is_remote check.
12044 Pass shlib= to gdb_compile. Don't link shared library with
12045 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12046 Run binary filename through "readlink -f" on the target.
12047
096be756
PA
120482016-04-08 Pedro Alves <palves@redhat.com>
12049
12050 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12051 interpreter filename as argument to gdbserver_spawn.
12052 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12053 Return empty if $last_loaded_file does not exist.
12054
06500533
JK
120552016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12056
12057 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12058 * gdb.base/jit-main.c: Use exit after usage.
12059
2d35e871
JK
120602016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12061
12062 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12063 GDBHISTSIZE prior to the tests.
12064 * gdb.base/gdbinit-history.exp: Likewise.
12065
120662016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12067
12068 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12069 instead of build_executable. Use gdb_load_shlibs.
12070
c8064e7e
YQ
120712016-04-07 Yao Qi <yao.qi@linaro.org>
12072
12073 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12074 Execute "si" command.
12075
bde47561
YQ
120762016-04-07 Yao Qi <yao.qi@linaro.org>
12077
12078 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12079 number instead of the comments on some line.
12080
b16f8a3b
DB
120812016-04-06 Don Breazeal <donb@codesourcery.com>
12082
12083 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12084 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12085
c2f901df
SM
120862016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12087
12088 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12089 standard_output_file. Remove unused binfile variable.
12090
ac17fda0
CU
120912016-04-05 Catalin Udma <catalin.udma@freescale.com>
12092
12093 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12094 * gdb.python/py-mi-objfile.exp: Match "list main" output
12095 in console format.
12096
03a8c4df
SM
120972016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12098
12099 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12100 absolute.
12101
6e774b13
SM
121022016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12103
12104 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12105 absolute.
12106 * gdb.trace/ftrace.exp: Likewise.
12107 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12108 targets as well.
12109 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12110 (gdb_load_shlibs): Copy libraries to test directory when testing
12111 natively. Only set solib-search-path if testing remotely.
12112 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12113
7817ea46
SM
121142016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12115
12116 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12117 gdb_download. Use it even if the target is not remote.
12118 * gdb.base/jit.exp (compile_jit_test): Likewise.
12119 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12120 output directory if the destination board is local, otherwise use
12121 the standard remote_download from DejaGnu.
12122 (gdb_download): Remove.
12123 (gdb_load_shlibs): Use gdb_remote_download instead of
12124 gdb_download.
12125 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12126 Use gdb_remote_download instead of gdb_download. Use it even if
12127 the target is not remote.
12128 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12129 instead of gdb_download.
12130
7beb7f68
SM
121312016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12132
12133 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12134 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12135 run.
12136
cc63428a
AV
121372016-04-01 Artemiy Volkov <artemiyv@acm.org>
12138
12139 PR gdb/19820
12140 * gdb.base/printcmds.exp: Add artificial arrays tests.
12141
64cdf930
PA
121422016-03-31 Pedro Alves <palves@redhat.com>
12143
12144 PR gdb/19858
12145 * gdb.base/jit-main.c: Include unistd.h.
12146 (ATTACH): Define to 0 if not already defined.
12147 (wait_for_gdb, mypid): New globals.
12148 (WAIT_FOR_GDB): New macro.
12149 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12150 some breakpoint locations.
12151 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12152 New procedures.
12153 (one_jit_test): Add REATTACH parameter, and handle it. Use
12154 continue_to_test_location.
12155 (top level): Test attach, and adjusts calls to one_jit_test.
12156
40dea8cb
PA
121572016-03-31 Pedro Alves <palves@redhat.com>
12158
12159 PR gdb/19858
12160 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12161 BINSUFFIX parameter, and handle it.
12162 (top level): Adjust calls compile_jit_test.
12163
e7ea3ec7
CU
121642016-03-31 Catalin Udma <catalin.udma@freescale.com>
12165
12166 PR python/19743
12167 * gdb.python/py-mi-events-gdb.py: New file.
12168 * gdb.python/py-mi-events.c: New file.
12169 * gdb.python/py-mi-events.exp: New file.
12170
e6359af3
YQ
121712016-03-30 Yao Qi <yao.qi@linaro.org>
12172
12173 * gdb.reverse/until-precsave.exp: Match function name only.
12174 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12175 Move malloc to a condition block.
12176 * gdb.reverse/until-reverse.exp: Match function name only.
12177
a4105d04
MK
121782016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12179
12180 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12181 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12182 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12183 variable for GPR 0 instead of assuming it is register 0.
12184 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12185 * lib/trace-support.exp: Add s390 registers.
12186
bfa6adb9
YQ
121872016-03-29 Yao Qi <yao.qi@linaro.org>
12188
12189 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12190
1e6697ea
YQ
121912016-03-24 Yao Qi <yao.qi@linaro.org>
12192
12193 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12194 test message.
12195
64bcd522
AA
121962016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12197
12198 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12199 maintaining separate logic for constructing the output path.
12200
7868401b
DB
122012016-03-16 Don Breazeal <donb@codesourcery.com>
12202
12203 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12204 Retry fork and waitpid on interrupted system call errors.
12205 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12206 Use with_timeout_factor to increase timeout by factor of 10.
12207
1cafadb4
DB
122082016-03-15 Don Breazeal <donb@codesourcery.com>
12209
12210 * gdb.cp/scope-err.cc: New test program.
12211 * gdb.cp/scope-err.exp: New test script.
12212 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12213 lines and "set breakpoint here" comment.
12214 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12215 Fixed some whitespace and format issues.
12216 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12217 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12218
81516450
DE
122192016-03-15 Doug Evans <dje@google.com>
12220
12221 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12222 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12223 All callers updated. Add tests for enums, mixed flags register.
12224
aa52b601
DE
122252016-03-15 Doug Evans <dje@google.com>
12226
12227 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12228 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12229
fa4ff313
SM
122302016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12231
12232 * gdb.base/default.exp: Add $_as_string to the list of expected
12233 convenience functions.
12234
f2403c39
AB
122352016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12236
12237 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12238
f2f3ccb9
SM
122392016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12240
12241 * gdb.python/py-as-string.exp: New file.
12242 * gdb.python/py-as-string.c: New file.
12243
00dbd492
PA
122442016-03-09 Pedro Alves <palves@redhat.com>
12245
12246 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12247 signal" -> "Thread NN received signal" output change.
12248 * gdb.threads/ia64-sigill.exp: Likewise.
12249 * gdb.threads/linux-dp.exp: Likewise.
12250 * gdb.threads/manythreads.exp: Likewise.
12251 * gdb.threads/pending-step.exp: Likewise.
12252 * gdb.threads/print-threads.exp: Likewise.
12253 * gdb.threads/sigstep-threads.exp: Likewise.
12254 * gdb.threads/staticthreads.exp: Likewise.
12255 * gdb.threads/tls.exp: Likewise.
12256
1e6697ea
YQ
122572016-03-09 Pedro Alves <palves@redhat.com>
12258
12259 * gdb.base/command-line-input.exp: New file.
12260
b04fd3be
MK
122612016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12262
12263 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12264 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12265 * gdb.trace/pending.exp: Accept leading dot before function name.
12266 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12267 * lib/trace-support.exp: Set registers for ppc.
12268
98fa59e9
MK
122692016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12270
12271 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12272 use it for disassembly; accept .main in addition to main in backtrace.
12273
f77198c8
MK
122742016-03-09 Wei-cheng Wang <cole945@gmail.com>
12275 Marcin Kościelnicki <koriakin@0x04.net>
12276
12277 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12278 (gdb_recursion_test_ptr): New global variable.
12279 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12280 gdb_recursion_test.
12281 (gdb_c_test): Ditto.
12282
ba84e0da
MK
122832016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12284
12285 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12286 ordering.
12287
4366d36e
MK
122882016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12289
12290 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12291 (bar): Add bar_start_lbl label.
12292 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12293 of foo/bar for emitting DWARF and tracing.
12294
5eb264df
SDJ
122952016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12296
12297 * analyze-racy-logs.py: Set executable bit.
12298
fb6a751f
SDJ
122992016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12300
12301 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12302 (CHECK_TARGET_TMP): Likewise.
12303 (check-single-racy): New rule.
12304 (check-parallel-racy): Likewise.
12305 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12306 (do-check-parallel-racy): New rule.
12307 (check-racy/%.exp): Likewise.
12308 * README (Racy testcases): New section.
12309 * analyze-racy-logs.py: New file.
12310
bdf7e230
DE
123112016-03-03 Doug Evans <dje@google.com>
12312
12313 * gdb.base/skip.exp: Use with_test_prefix.
12314
4719d415
YQ
123152016-03-03 Yao Qi <yao.qi@linaro.org>
12316
12317 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12318 Invoke step_over_syscall "clone" and break_cond_on_syscall
12319 "clone".
12320 * gdb.base/step-over-clone.c: New file.
12321
ea507862
YQ
123222016-03-03 Yao Qi <yao.qi@linaro.org>
12323
12324 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12325 code format.
12326
8fc8cbda
YQ
123272016-03-03 Yao Qi <yao.qi@linaro.org>
12328
12329 * gdb.base/disp-step-fork.c: Rename to ...
12330 * gdb.base/step-over-fork.c: ... it. New file.
12331 * gdb.base/disp-step-vfork.c: Rename to ...
12332 * gdb.base/step-over-vfork.c: ... it. New file.
12333 * gdb.base/disp-step-syscall.exp: Rename to ...
12334 * gdb.base/step-over-syscall.exp: ... it. New file.
12335 (disp_step_cross_syscall): Rename to ...
12336 (step_over_syscall): ... it.
12337
92fa70b0
YQ
123382016-03-03 Yao Qi <yao.qi@linaro.org>
12339
12340 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12341 If target supports condition evaluation on target, invoke
12342 break_cond_on_syscall for fork and vfork.
12343
e197ad3c
YQ
123442016-03-03 Yao Qi <yao.qi@linaro.org>
12345
12346 * gdb.base/disp-step-syscall.exp: Don't invoke
12347 support_displaced_stepping.
12348 (disp_step_cross_syscall): Test with displaced stepping off and
12349 on if supported.
12350
0b47da9f
YQ
123512016-03-03 Yao Qi <yao.qi@linaro.org>
12352
12353 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12354 proc.
12355 (setup): New proc.
12356 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12357 and setup.
12358
065ab6dc
BH
123592016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12360
12361 * gdb.fortran/vla-history.exp: Remove breakpoint.
12362
07e448ad 123632016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12364
25d49b86
PA
12365 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12366 exceeds timeout.
07e448ad 12367
9ac2d526 123682016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12369
25d49b86
PA
12370 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12371 breakpoint.
9ac2d526 12372
17807369
BH
123732016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12374
12375 * gdb.mi/vla.f90: Nullify pointer after declaration.
12376
86e501af
PA
123772016-03-01 Pedro Alves <palves@redhat.com>
12378
12379 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12380
1e903e32
PA
123812016-03-01 Pedro Alves <palves@redhat.com>
12382
12383 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12384 before anything else.
12385 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12386 _GNU_SOURCE here.
12387 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12388 before anything else.
12389 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12390
6ccb54e2
PA
123912016-03-01 Pedro Alves <palves@redhat.com>
12392
12393 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12394
30ca9da1
YQ
123952016-03-01 Yao Qi <yao.qi@linaro.org>
12396
12397 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12398 prepare_for_testing.
12399
dc856b38
YQ
124002016-03-01 Yao Qi <yao.qi@linaro.org>
12401
12402 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12403
4a932159
AA
124042016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12405
12406 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12407 manually constructing the output path.
12408
f2489477
AA
124092016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12410
12411 * gdb.arch/s390-stackless.S: New.
12412 * gdb.arch/s390-stackless.exp: New.
12413
38899f16
IB
124142016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12415
12416 * gdb.dlang/circular.c: New file.
12417 * gdb.dlang/circular.exp: New file.
12418
9fde51ed
YQ
124192016-02-26 Yao Qi <yao.qi@linaro.org>
12420
12421 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12422 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12423 (testcases): Update.
12424
ce90fefe
YQ
124252016-02-26 Yao Qi <yao.qi@linaro.org>
12426
12427 * gdb.reverse/aarch64.c: Rename to ...
12428 * gdb.reverse/insn-reverse.c: ... it.
12429 * gdb.reverse/aarch64.exp: Rename to ...
12430 * gdb.reverse/insn-reverse.exp: ... it.
12431
3263bceb
YQ
124322016-02-26 Yao Qi <yao.qi@linaro.org>
12433
12434 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12435 (testcase_ftype): New.
12436 (testcases): New array.
12437 (n_testcases): New.
12438 (main): Call each element in testcases.
12439 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12440 (read_testcase): New.
12441 Do the tests in a loop.
12442
6cb59ff1
YQ
124432016-02-25 Yao Qi <yao.qi@linaro.org>
12444
12445 * gdb.base/branches.c: Remove.
12446
ae91f625
MK
124472016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12448
12449 PR gdb/13808
12450 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12451
678b48b7
MK
124522016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12453
12454 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12455
7337a6f2
MK
124562016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12457
12458 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12459 change x86_64 call_insn to 'callq'.
12460
861ca91f
AT
124612016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12462
12463 * gdb.trace/tfile-avx.c: Move to...
12464 * gdb.trace/tracefile-pseudo-reg.c: Here.
12465 * gdb.trace/tfile-avx.exp: Move to...
12466 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12467
bf74e428
GB
124682016-02-24 Gary Benson <gbenson@redhat.com>
12469
12470 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12471 message on attach.
12472
cce0e923
DE
124732016-02-23 Doug Evans <dje@google.com>
12474
12475 * gdb.base/skip.c (test_skip): New function.
12476 (end_test_skip_file_and_function): New function.
12477 (test_skip_file_and_function): New function.
12478 * gdb.base/skip1.c (test_skip): New function.
12479 (skip1_test_skip_file_and_function): New function.
12480 * gdb.base/skip.exp: Add tests for new skip options.
12481 * gdb.base/skip-solib.exp: Update expected output.
12482 * gdb.perf/skip-command.cc: New file.
12483 * gdb.perf/skip-command.exp: New file.
12484 * gdb.perf/skip-command.py: New file.
12485
4000e47e
MK
124862016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12487
12488 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12489 info registers pattern.
12490
24f75ead
IB
124912016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12492
12493 * lib/future.exp: Add D support.
12494 (gdb_find_gdc): New proc.
12495 (gdb_default_target_compile): Add D support.
12496
fbb7bcbe
WW
124972016-02-18 Wei-cheng Wang <cole945@gmail.com>
12498
12499 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12500 user+system time.
12501 (trace_speed_test): Determine the iteration count for a time
12502 between 15..30 seconds.
12503
012b3a21
WT
125042016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12505
12506 * gdb.arch/i386-mpx-sigsegv.c: New file.
12507 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12508 * gdb.arch/i386-mpx-simple_segv.c: New file.
12509 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12510
2d5189bd
YQ
125112016-02-18 Yao Qi <yao.qi@linaro.org>
12512
12513 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12514 Don't call setup_kfail.
12515
40fb20d0
YQ
125162016-02-18 Yao Qi <yao.qi@linaro.org>
12517
12518 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12519 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12520
21b1f8d2
DE
125212016-02-16 Doug Evans <dje@google.com>
12522
12523 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12524 * gdb.base/skip1.c: Ditto.
12525 * gdb.base/skip.exp: Whitespace cleanup.
12526
4041ed77
DB
125272016-02-16 Don Breazeal <donb@codesourcery.com>
12528
12529 PR remote/19496
12530 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12531 Remove kfail for PR remote/19496.
12532
c4ef31bf
SM
125332016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12534
12535 * lib/gdb.exp (standard_temp_file): Return a path specific to
12536 the runtest invocation.
12537
266b65b3
SM
125382016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12539
12540 * gdb.trace/save-trace.exp: Change relative path to be in the
12541 standard output directory.
12542
a7a0a6a9
JK
125432016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12544
12545 * gdb.arch/i386-prologue.c: Add missing prototypes.
12546
c99dbb42
JK
125472016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12548
12549 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12550 * gdb.arch/i386-prologue.exp: Likewise.
12551 * gdb.arch/i386-size.exp: Likewise.
12552
aa480355
SM
125532016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12554
12555 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12556 define object file path.
12557 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12558 file path.
12559 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12560 standard_output_file to define binfile.
12561
ba881f50
JK
125622016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12563
12564 Fix compatibility with recent gfortran-5.3.1.
12565 * gdb.fortran/vla-history.exp (print vla1 allocated)
12566 (print vla2 allocated, print $2, print $3): Remove
12567 (print $4): Rename to ...
12568 (print $2): ... here.
12569 (print $9): Rename to ...
12570 (print $5): ... here.
12571 (print $10): Rename to ...
12572 (print $6): ... here.
12573 * gdb.fortran/vla.f90: Add pvla initialization.
12574
e9fb005c
JK
125752016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12576
12577 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12578 New test.
12579 * gdb.fortran/vla-value-sub.exp: Likewise.
12580
e44e00ff
MK
125812016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12582
12583 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12584
97e94151
SM
125852016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12586
12587 * i386-biarch-core.exp: Define corefile using
12588 standard_output_file.
12589
01113bc1
YQ
125902016-02-12 Yao Qi <yao.qi@linaro.org>
12591
12592 * gdb.arch/arm-single-step-kernel-helper.c: New.
12593 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12594
33b4777c
MM
125952016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12596
12597 * gdb.btrace/tailcall-only.exp: New.
12598 * gdb.btrace/tailcall-only.c: New.
12599 * gdb.btrace/x86_64-tailcall-only.S: New.
12600 * gdb.btrace/i686-tailcall-only.S: New.
12601
acc23c11
PA
126022016-02-11 Pedro Alves <palves@redhat.com>
12603
12604 * README (Parallel testing): Add missing double quotes.
12605
e352bf0a
PA
126062016-02-11 Pedro Alves <palves@redhat.com>
12607
12608 * README (Parallel testing): New section.
12609 (GDB_PARALLEL): Rewrite.
12610 (FORCE_PARALLEL): Document.
12611
9f5fed78
MK
126122016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12613
12614 * gdb.trace/tfile-avx.c: New test.
12615 * gdb.trace/tfile-avx.exp: New test.
12616
9ef9e6a6
KS
126172016-02-09 Keith Seitz <keiths@redhat.com>
12618
12619 PR breakpoints/19546
12620 * gdb.base/infcall-exec.c: New file.
12621 * gdb.base/infcall-exec2.c: New file.
12622 * gdb.base/infcall-exec.exp: New file.
12623
a96e36da
KS
126242016-02-09 Keith Seitz <keiths@redhat.com>
12625
12626 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12627 (toplevel): Call test_bkpt_address.
12628
9f61929f
KS
126292016-02-09 Keith Seitz <keiths@redhat.com>
12630
12631 PR python/19506
12632 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12633 (toplevel): Call test_bkpt_address.
12634
1e94266c
SM
126352016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12636
12637 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12638 to AC_OUTPUT.
12639 * configure: Regenerate.
12640
2a7f3dff
PA
126412016-02-09 Pedro Alves <palves@redhat.com>
12642
12643 PR breakpoints/19548
12644 * gdb.base/execl-update-breakpoints.c (some_function): New
12645 function.
12646 (main): Call it.
12647 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12648 Tighten expected GDB output.
12649
2151ccc5
SM
126502016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12651
12652 * Makefile.in (ALL_SUBDIRS): Remove.
12653 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12654 (distclean maintainer-clean realclean): Likewise.
12655 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12656 * configure: Regenerate.
12657 * gdb.ada/Makefile.in: Delete.
12658 * gdb.arch/Makefile.in: Likewise.
12659 * gdb.asm/Makefile.in: Likewise.
12660 * gdb.base/Makefile.in: Likewise.
12661 * gdb.btrace/Makefile.in: Likewise.
12662 * gdb.cell/Makefile.in: Likewise.
12663 * gdb.compile/Makefile.in: Likewise.
12664 * gdb.cp/Makefile.in: Likewise.
12665 * gdb.disasm/Makefile.in: Likewise.
12666 * gdb.dlang/Makefile.in: Likewise.
12667 * gdb.dwarf2/Makefile.in: Likewise.
12668 * gdb.fortran/Makefile.in: Likewise.
12669 * gdb.gdb/Makefile.in: Likewise.
12670 * gdb.go/Makefile.in: Likewise.
12671 * gdb.guile/Makefile.in: Likewise.
12672 * gdb.java/Makefile.in: Likewise.
12673 * gdb.linespec/Makefile.in: Likewise.
12674 * gdb.mi/Makefile.in: Likewise.
12675 * gdb.modula2/Makefile.in: Likewise.
12676 * gdb.multi/Makefile.in: Likewise.
12677 * gdb.objc/Makefile.in: Likewise.
12678 * gdb.opencl/Makefile.in: Likewise.
12679 * gdb.opt/Makefile.in: Likewise.
12680 * gdb.pascal/Makefile.in: Likewise.
12681 * gdb.perf/Makefile.in: Likewise.
12682 * gdb.python/Makefile.in: Likewise.
12683 * gdb.reverse/Makefile.in: Likewise.
12684 * gdb.server/Makefile.in: Likewise.
12685 * gdb.stabs/Makefile.in: Likewise.
12686 * gdb.threads/Makefile.in: Likewise.
12687 * gdb.trace/Makefile.in: Likewise.
12688 * gdb.xml/Makefile.in: Likewise.
12689 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12690 GDB_PARALLEL.
12691 (standard_output_file): Remove check for GDB_PARALLEL, always
12692 return path in outputs/$subdir/$testname.
12693
437277d4
SM
126942016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12695
12696 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12697 (site.exp): Assign abs_srcdir to tcl's srcdir.
12698
31d913c7
YQ
126992016-02-04 Yao Qi <yao.qi@linaro.org>
12700
12701 * gdb.base/foll-exec-mode.c: Include limits.h.
12702 (main): Add parameters argc and argv. Get directory from
12703 argv[0].
12704 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12705 compilation.
12706 * gdb.base/foll-exec.c: Include limits.h.
12707 (main): Add parameters argc and argv.
12708 Get directory from argv[0].
12709 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12710 Adjust tests on the number of lines as source code changed.
12711 * gdb.base/foll-vfork-exit.c: Include limits.h.
12712 (main): Add one line of statement before vfork.
12713 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12714 (main): Add parameters argc and argv. Get directory from
12715 argv[0].
12716 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12717 (setup_gdb): Set tbreak to skip some source lines.
12718 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12719 (main): Add parameters argc and argv. Get directory from
12720 argv[0].
12721 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12722 compilation.
12723 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12724 (main): Add parameters argc and argv. Get directory from
12725 argv[0].
12726 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12727 compilation.
12728
9482b9fb
DE
127292016-02-01 Doug Evans <dje@google.com>
12730
12731 * gdb.base/skip.exp: Clean up multiple references to same test name.
12732
6b2e4f10
PA
127332016-02-01 Pedro Alves <palves@redhat.com>
12734
ccb6afd6 12735 PR remote/19496
6b2e4f10
PA
12736 * gdb.threads/forking-threads-plus-breakpoint.exp
12737 (displaced_stepping_supported): New global.
12738 (probe_displaced_stepping_support): New procedure.
12739 (do_test): Add 'displaced' parameter, and use it.
12740 (top level): Check for displaced stepping support. Add displaced
12741 stepping on/off testing axis.
12742
37a8db1a
AB
127432016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12744
12745 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12746 pointer. Don't perform further tests on the unassociated pointer
12747 if the first test fails.
12748
5fdf6324
AB
127492016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12750
12751 * gdb.base/max-value-size.c: New file.
12752 * gdb.base/max-value-size.exp: New file.
12753 * gdb.base/huge.exp: Disable max-value-size for this test.
12754
935c6144
IB
127552016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12756
12757 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12758
7fe8399d
YQ
127592016-01-28 Yao Qi <yao.qi@linaro.org>
12760
12761 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12762
a2077e25
PA
127632016-01-25 Pedro Alves <palves@redhat.com>
12764
12765 PR threads/19461
12766 * gdb.base/fork-running-state.c: New file.
12767 * gdb.base/fork-running-state.exp: New file.
12768
1d2736d4
PA
127692016-01-25 Pedro Alves <palves@redhat.com>
12770
12771 PR gdb/19494
12772 * gdb.base/catch-fork-kill.c: New file.
12773 * gdb.base/catch-fork-kill.exp: New file.
12774
f1da4b11
PA
127752016-01-25 Pedro Alves <palves@redhat.com>
12776
12777 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12778 Delete, moved to lib/gdb.exp.
12779 * gdb.threads/forking-threads-plus-breakpoint.exp
12780 (foreach_with_prefix): Likewise.
12781 * gdb.threads/process-dies-while-handling-bp.exp
12782 (foreach_with_prefix): Likewise.
12783 * lib/gdb.exp (foreach_with_prefix): New procedure.
12784
45f38546
MK
127852016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12786
12787 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12788 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12789
dc29a1ce
MK
127902016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12791
12792 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12793 endian targets.
12794
092127d7
JK
127952016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12796 Pedro Alves <palves@redhat.com>
12797
12798 Fix testsuite compatibility with Guile.
12799 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12800 number.
12801
31d765d3
JK
128022016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12803
12804 Fix testsuite compatibility with Guile.
12805 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12806 (thread 1): New test for backtrace through signal handler.
12807
1ac78c04
YQ
128082016-01-22 Yao Qi <yao.qi@linaro.org>
12809
12810 PR testsuite/19491
12811 * gdb.base/multi-forks.c: Include
12812 ../lib/unbuffer_output.c
12813 (main): Call gdb_unbuffer_output.
12814
4f5946a8
DE
128152016-01-21 Doug Evans <dje@google.com>
12816
12817 * lib/ada.exp (gdb_compile_ada): Fix typo.
12818
305e13e6
JB
128192016-01-21 Joel Brobecker <brobecker@adacore.com>
12820
12821 * gdb.base/break-fun-addr.exp: New file.
12822 * gdb.base/break-fun-addr1.c: New file.
12823 * gdb.base/break-fun-addr2.c: New file.
12824
5f5dfff6
SM
128252016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12826
12827 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12828 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12829 enum flag values.
12830
fd356fa2
AA
128312016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12832
12833 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12834 when GDB can not set the vector return value. Add more comments
12835 for clarification.
12836
9df22175
AT
128372016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12838
12839 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12840 command.
12841
41d1845e
SM
128422016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12843
12844 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12845
01ac6840
SM
128462016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12847
12848 * Makefile.in (check-single): Pass --status to runtest.
12849 (check/%.exp): Likewise.
12850
128512016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12852
12853 * Makefile.in (check-parallel): Propagate return code from make
12854 do-check-parallel.
12855
bd0a71fa
MK
128562016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12857
12858 * gdb.trace/ftrace.exp: Fix expected message on continue.
12859 * gdb.trace/pending.exp: Fix expected message on continue.
12860 * gdb.trace/trace-break.exp: Fix expected message on continue.
12861
8bcbad33
SM
128622016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12863
12864 * lib/gdb.exp (gdb_test): Remove unused global references.
12865
f303dbd6
PA
128662016-01-18 Pedro Alves <palves@redhat.com>
12867
12868 * gdb.base/async-shell.exp: Adjust expected output.
12869 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12870 * gdb.base/siginfo-thread.exp: Adjust expected output.
12871 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12872 * gdb.java/jnpe.exp: Adjust expected output.
12873 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12874 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12875 * gdb.threads/leader-exit.exp: Adjust expected output.
12876 * gdb.threads/manythreads.exp: Adjust expected output.
12877 * gdb.threads/pthreads.exp: Adjust expected output.
12878 * gdb.threads/schedlock.exp: Adjust expected output.
12879 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12880 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12881 expected output.
12882 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12883 output.
12884 * gdb.threads/sigthread.exp: Adjust expected output.
12885 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12886
b2789696
YQ
128872016-01-18 Yao Qi <yao.qi@linaro.org>
12888
12889 * gdb.guile/scm-section-script.c: Replace @progbits with
12890 %progbits.
12891 * gdb.python/py-section-script.c: Likewise.
12892
71ef29a8
PA
128932016-01-15 Pedro Alves <palves@redhat.com>
12894
12895 * gdb.multi/tids.exp: Test star wildcard ranges.
12896
3f5b7598
PA
128972016-01-15 Pedro Alves <palves@redhat.com>
12898
12899 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12900 command from "thread apply" invocation.
12901 (thr_apply_info_thr_invalid): Default the expected output to the
12902 input tid list.
12903 (top level): Add tests that use convenience variables. Add tests
12904 for "thread apply" with a valid TID list, but missing the command.
12905
663f6d42
PA
129062016-01-13 Pedro Alves <palves@redhat.com>
12907
12908 * gdb.base/default.exp: Expect $_gthread as well.
12909 * gdb.multi/tids.exp: Test $_gthread.
12910 * gdb.threads/thread-specific.exp: Test $_gthread.
12911
c84f6bbf
PA
129122016-01-13 Pedro Alves <palves@redhat.com>
12913
12914 * gdb.multi/tids.exp: Test "info threads -gid".
12915
22a02324
PA
129162016-01-13 Pedro Alves <palves@redhat.com>
12917
12918 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12919 Breakpoint.thread.
12920 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12921
5d5658a1
PA
129222016-01-07 Pedro Alves <palves@redhat.com>
12923
12924 * gdb.base/break.exp: Adjust to output changes.
12925 * gdb.base/hbreak2.exp: Likewise.
12926 * gdb.base/sepdebug.exp: Likewise.
12927 * gdb.base/watch_thread_num.exp: Likewise.
12928 * gdb.linespec/keywords.exp: Likewise.
12929 * gdb.multi/info-threads.exp: Likewise.
12930 * gdb.threads/thread-find.exp: Likewise.
12931 * gdb.multi/tids.c: New file.
12932 * gdb.multi/tids.exp: New file.
12933
84654457
PA
129342016-01-13 Pedro Alves <palves@redhat.com>
12935
12936 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12937
e3940304
PA
129382016-01-13 Pedro Alves <palves@redhat.com>
12939
12940 * gdb.base/default.exp: Expect $_inferior as well.
12941 * gdb.multi/base.exp: Test $_inferior.
12942
a911d87a
PA
129432016-01-13 Pedro Alves <palves@redhat.com>
12944
12945 PR breakpoints/19388
12946 * gdb.base/catch-signal-siginfo-cond.c: New file.
12947 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12948
82075af2
JS
129492016-01-12 Josh Stone <jistone@redhat.com>
12950 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12951
12952 * gdb.base/catch-syscall.c (do_execve): New variable.
12953 (main): Conditionally trigger an execve.
12954 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12955 (test_catch_syscall_execve): New, check entry/return across execve.
12956 (do_syscall_tests): Call test_catch_syscall_execve.
12957
e46eeedd
PA
129582016-01-12 Pedro Alves <palves@redhat.com>
12959
12960 * gdb.base/random-signal.exp (do_test): New procedure, with body
12961 of testcase moved in.
12962
01d8c27e
JK
129632016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12964 Pedro Alves <palves@redhat.com>
12965
12966 * gdb.base/funcargs.exp (finish from indirectly called function):
12967 Reintroduce the case for 'First'.
12968
9a706302
JK
129692016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12970 Pedro Alves <palves@redhat.com>
12971
12972 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12973 (tcatch_vfork_then_child_follow_exec)
12974 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12975 identification.
12976
c0ecb95f
JK
129772016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12978
12979 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12980 and repeats to unlimited.
12981 * gdb.python/py-value.exp: Likewise.
12982 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12983 and repeats to unlimited.
12984
6cfc1fcb
JK
129852016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12986
12987 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12988 and reordering the functions.
12989 * gdb.multi/hangout.c: Likewise.
12990 * gdb.multi/hello.c: Likewise.
12991
582a1b00
SM
129922016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12993
12994 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12995 absolute.
12996 (SingleStatisticTestResult.report): Use dict.keys instead of
12997 dict.iterkeys.
12998
79bc59cb
PA
129992016-01-06 Pedro Alves <palves@redhat.com>
13000
13001 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13002
43368e1d
MM
130032016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13004
13005 * gdb.btrace/dlopen.exp: New.
13006 * gdb.btrace/dlopen.c: New.
13007 * gdb.btrace/dlopen-dso.c: New.
13008
79fad5b8
SL
130092015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13010
13011 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13012 PATTERN argument is optional.
13013
ab8314b3
JB
130142015-12-24 Joel Brobecker <brobecker@adacore.com>
13015
13016 * lib/ada.exp (target_compile_ada_from_dir): New function.
13017 (gdb_compile_ada): Reimplement avoiding the use of project files.
13018 * gdb.ada/gnat_ada.gpr: Delete.
13019 * gdb.ada/cond_lang.exp: Adjust test to make path before
13020 filename optional.
13021 * gdb.ada/small_reg_param.exp: Likewise.
13022
fe33faff
SM
130232015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13024
13025 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13026
6d265cb4
TP
130272015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13028
13029 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13030 case.
13031
10125099
SM
130322015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13033
13034 * gdb.base/break.exp: Remove dead code.
13035 * gdb.base/sepdebug.exp: Likewise.
13036
3ca22649
SM
130372015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13038
13039 * gdb.asm/asm-source.exp: Remove HP-UX references.
13040 * gdb.base/annota1.exp: Likewise.
13041 * gdb.base/annota3.exp: Likewise.
13042 * gdb.base/attach.exp: Likewise.
13043 * gdb.base/bigcore.exp: Likewise.
13044 * gdb.base/break.exp: Likewise.
13045 * gdb.base/call-ar-st.exp: Likewise.
13046 * gdb.base/callfuncs.exp: Likewise.
13047 * gdb.base/catch-fork-static.exp: Likewise.
13048 * gdb.base/display.exp: Likewise.
13049 * gdb.base/foll-exec-mode.exp: Likewise.
13050 * gdb.base/foll-exec.exp: Likewise.
13051 * gdb.base/foll-fork.exp: Likewise.
13052 * gdb.base/foll-vfork.exp: Likewise.
13053 * gdb.base/funcargs.exp: Likewise.
13054 * gdb.base/hbreak2.exp: Likewise.
13055 * gdb.base/inferior-died.exp: Likewise.
13056 * gdb.base/interrupt.exp: Likewise.
13057 * gdb.base/multi-forks.exp: Likewise.
13058 * gdb.base/nodebug.exp: Likewise.
13059 * gdb.base/sepdebug.exp: Likewise.
13060 * gdb.base/solib1.c: Likewise.
13061 * gdb.base/step-test.exp: Likewise.
13062 * gdb.mi/non-stop.c: Likewise.
13063 * gdb.mi/pthreads.c: Likewise.
13064 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13065 * gdb.threads/pthreads.c: Likewise.
13066 * gdb.threads/staticthreads.exp: Likewise.
13067 * lib/future.exp: Likewise.
13068 * lib/gdb.exp: Likewise.
13069 * gdb.base/so-indr-cl.c: Remove.
13070 * gdb.base/so-indr-cl.exp: Likewise.
13071 * gdb.base/solib.c: Likewise.
13072 * gdb.base/solib.exp: Likewise.
13073 * gdb.base/solib2.c: Likewise.
13074
b6304613
SM
130752015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13076
13077 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13078 * gdb.base/call-ar-st.exp: Likewise.
13079 * gdb.base/callfuncs.exp: Likewise.
13080 * gdb.base/condbreak.exp: Likewise.
13081 * gdb.base/constvars.exp: Likewise.
13082 * gdb.base/hbreak2.exp: Likewise.
13083 * gdb.base/langs.exp: Likewise.
13084 * gdb.base/list.exp: Likewise.
13085 * gdb.base/long_long.exp: Likewise.
13086 * gdb.base/ptype.exp: Likewise.
13087 * gdb.base/scope.exp: Likewise.
13088 * gdb.base/signals.exp: Likewise.
13089 * gdb.base/so-impl-ld.exp: Likewise.
13090 * gdb.base/varargs.exp: Likewise.
13091 * gdb.base/volatile.exp: Likewise.
13092 * gdb.base/whatis.exp: Likewise.
13093 * gdb.cp/cplusfuncs.exp: Likewise.
13094 * gdb.cp/inherit.exp: Likewise.
13095 * gdb.cp/local.exp: Likewise.
13096 * gdb.cp/member-ptr.exp: Likewise.
13097 * gdb.cp/method.exp: Likewise.
13098 * gdb.cp/overload.exp: Likewise.
13099 * gdb.cp/templates.exp: Likewise.
13100 * gdb.stabs/weird.exp: Likewise.
13101 * lib/compiler.c: Likewise.
13102 * lib/compiler.cc: Likewise.
13103 * lib/cp-support.exp: Likewise.
13104 * lib/gdb.exp: Likewise.
13105
bf401b07
SM
131062015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13107
13108 * configure.ac: Remove HP-UX case.
13109 * configure: Regenerate.
13110
aff9c0f8
SM
131112015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13112
13113 * lib/gdb.exp (gdb_compile): Add function doc.
13114
a6904d5a
PA
131152015-12-17 Pedro Alves <palves@redhat.com>
13116
13117 PR threads/19354
13118 * gdb.multi/info-threads.exp: New file.
13119
a22279dd
YQ
131202015-12-15 Yao Qi <yao.qi@linaro.org>
13121
13122 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13123 is aarch64*-*-*.
13124
0588c796
SL
131252015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13126
13127 * gdb.base/history-duplicates.exp: Skip if no readline support.
13128
5d978e17
SL
131292015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13130
13131 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13132
7e763b86
SL
131332015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13134
13135 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13136
87a3a92c
SL
131372015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13138
13139 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13140 ctrl-C if nointerrupts target property is set.
13141 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13142 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13143 * gdb.base/paginate-bg-execution.exp: Likewise.
13144 * gdb.base/paginate-execution-startup.exp: Likewise.
13145 * gdb.base/random-signal.exp: Likewise.
13146 * gdb.base/range-stepping.exp: Likewise.
13147 * gdb.cp/annota2.exp: Likewise.
13148 * gdb.cp/annota3.exp: Likewise.
13149 * gdb.gdb/selftest.exp: Likewise.
13150 * gdb.threads/continue-pending-status.exp: Likewise.
13151 * gdb.threads/leader-exit.exp: Likewise.
13152 * gdb.threads/manythreads.exp: Likewise.
13153 * gdb.threads/pthreads.exp: Likewise.
13154 * gdb.threads/schedlock.exp: Likewise.
13155 * gdb.threads/sigthread.exp: Likewise.
13156
a8f077dc
DB
131572015-12-11 Don Breazeal <donb@codesourcery.com>
13158
13159 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13160 remote.
13161 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13162 * gdb.base/foll-exec.exp (main): Enable for target remote.
13163 * gdb.base/foll-fork.exp (main): Likewise.
13164 * gdb.base/foll-vfork.exp (main): Likewise.
13165 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13166 (proc continue_to_exit_bp_loc): Use clean_restart.
13167 * gdb.base/pie-execl.exp (main): Disable for target remote.
13168 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13169 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13170 * gdb.threads/execl.exp (main): Likewise.
13171 * gdb.threads/fork-child-threads.exp (main): Likewise.
13172 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13173 remote.
13174 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13175 remote.
13176 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13177 pid.tid style ptids, instead of just tid.
13178 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13179 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13180 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13181 ptids, instead of just tid.
13182
3b2464a8
AB
131832015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13184
13185 * gdb.base/list.exp (test_list_forward): Add end of file error
13186 test.
13187 (test_repeat_list_command): Add end of file error test.
13188 (test_list_backwards): Add beginning of file error test.
13189
a0def019
AB
131902015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13191
13192 * gdb.base/list.exp (test_list_invalid_args): New function,
13193 defined, and called.
13194
5c000dff
AB
131952015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13196
13197 * gdb.base/list.exp (test_list): Make test names unique.
13198
f1637ebe
YQ
131992015-12-11 Yao Qi <yao.qi@linaro.org>
13200
13201 * gdb.base/coremaker2.c: Remove.
13202
36d6fc0a
PA
132032015-12-10 Pedro Alves <palves@redhat.com>
13204
13205 * gdb.multi/base.exp: Remove stale "spaces" references.
13206
762f7747
PA
132072015-12-10 Pedro Alves <palves@redhat.com>
13208
13209 * gdb.multi/base.exp: Don't use nowarnings.
13210 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13211 * gdb.multi/hangout.c: Include stdio.h.
13212 * gdb.multi/hello.c: Include stdlib.h.
13213 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13214 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13215 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13216
28d2bfb9
AB
132172015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13218
13219 * gdb.dwarf2/dw2-ranges-base.c: New file.
13220 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13221 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13222 support additional line table, and debug ranges generation.
13223 (Dwarf::ranges): New function, generate .debug_ranges.
13224 (Dwarf::lines): Support generating simple line table programs.
13225 (Dwarf::assemble): Initialise new namespace variables.
13226
5fc2beac
KB
132272015-12-09 Kevin Buettner <kevinb@redhat.com>
13228
13229 * gdb.base/async.exp (proc test_background): Add case for
13230 asynchronous execution not supported.
13231
1c35a88f
LM
132322015-12-09 Luis Machado <lgustavo@codesourcery.com>
13233
13234 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13235 format and change test names to make them unique.
13236
b593e3d9
RK
132372015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13238 Pedro Alves <pedro@redhat.com>
13239
13240 PR gdb/18702
13241 Add checking of floatformats setup on x86_64 hosts.
13242 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13243 (smallval, bigval): New labels/constants.
13244 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13245 float" after loading bigval and smallval.
13246
d72413e6
PMR
132472015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13248
13249 * gdb.ada/fun_overload_menu.exp: New testcase.
13250 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13251
ece66d65
JS
132522015-12-04 Josh Stone <jistone@redhat.com>
13253
13254 * gdb.base/catch-fork-static.exp: New.
13255
41d0efca
YQ
132562015-12-03 Yao Qi <yao.qi@linaro.org>
13257
13258 * gdb.base/sizeof.c: Don't include stdio.h and
13259 ../lib/unbuffer_output.c.
13260 (main): New variable 'size' and 'value'. Remove printf and
13261 gdb_unbuffer_output. Assign return value to size and value.
13262 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13263 at the beginning.
13264 (check_sizeof): Check the result by printing variable 'size'.
13265 (check_valueof): Check the result by printing variable 'value'.
13266
99fd02d9
YQ
132672015-12-01 Yao Qi <yao.qi@linaro.org>
13268
13269 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13270 for aarch64*-*-linux* target.
13271
f2faf941
PA
132722015-11-30 Pedro Alves <palves@redhat.com>
13273
13274 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13275
04bf20c5
PA
132762015-11-30 Pedro Alves <palves@redhat.com>
13277
13278 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13279 Handle non-stop mode vCont replies.
13280
09df4675
PA
132812015-11-30 Pedro Alves <palves@redhat.com>
13282
13283 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13284 prepare_for_testing. Start gdb with "set non-stop on" appended to
13285 GDBFLAGS. Lax expected stop output.
13286
58b584af
YQ
132872015-11-27 Yao Qi <yao.qi@linaro.org>
13288
13289 * gdb.arch/arm-neon.exp: New.
13290 * gdb.arch/arm-neon.c: New.
13291
dfcb77a8
YQ
132922015-11-27 Yao Qi <yao.qi@linaro.org>
13293
13294 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13295
88e8ec1b
YQ
132962015-11-27 Yao Qi <yao.qi@linaro.org>
13297
13298 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13299 frames-invalid annotation.
13300
bfde72c2
YQ
133012015-11-27 Yao Qi <yao.qi@linaro.org>
13302
13303 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13304
f6512a69
SM
133052015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13306
13307 * gdb.threads/names.exp: New file.
13308 * gdb.threads/names.c: New file.
13309 * README: Mention gdb,no_thread_names.
13310
46a3515b
MM
133112015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13312
13313 PR 19297
13314 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13315 support" error.
13316
62147a22
PA
133172015-11-24 Pedro Alves <palves@redhat.com>
13318
13319 PR 17539
13320 * gdb.base/display.exp: Expect displays to be sorted in ascending
13321 order. Use multi_line.
13322 * gdb.base/solib-display.exp: Likewise.
13323
2f341b6e
PA
133242015-11-24 Pedro Alves <palves@redhat.com>
13325
13326 PR 17539
25d49b86
PA
13327 * gdb.base/display.exp: Expect displays to be sorted in ascending
13328 order. Use multi_line.
13329 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13330
7e0aa6aa
PA
133312015-11-24 Pedro Alves <palves@redhat.com>
13332
13333 PR 17539
13334 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13335 threads in ascending order.
13336 * gdb.base/foll-fork.exp: Likewise.
13337 * gdb.base/foll-vfork.exp: Likewise.
13338 * gdb.base/multi-forks.exp: Likewise.
13339 * gdb.mi/mi-nonstop.exp: Likewise.
13340 * gdb.mi/mi-nsintrall.exp: Likewise.
13341 * gdb.multi/base.exp: Likewise.
13342 * gdb.multi/multi-arch.exp: Likewise.
13343 * gdb.python/py-inferior.exp: Likewise.
13344 * gdb.threads/break-while-running.exp: Likewise.
13345 * gdb.threads/execl.exp: Likewise.
13346 * gdb.threads/gcore-thread.exp: Likewise.
13347 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13348 * gdb.threads/kill.exp: Likewise.
13349 * gdb.threads/linux-dp.exp: Likewise.
13350 * gdb.threads/multiple-step-overs.exp: Likewise.
13351 * gdb.threads/next-bp-other-thread.exp: Likewise.
13352 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13353 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13354 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13355 * gdb.threads/thread-find.exp: Likewise.
13356 * gdb.threads/tls.exp: Likewise.
13357 * lib/mi-support.exp (mi_reverse_list): Delete.
13358 (mi_check_thread_states): No longer reverse list.
13359
2cc57ad8
PA
133602015-11-24 Pedro Alves <palves@redhat.com>
13361
13362 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13363 use lowercase.
13364
c93e8391
SM
133652015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13366
13367 * gdb.trace/actions.c: Include trace-common.h.
13368 (main): Add a location for a fast tracepoint.
13369 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13370 the normal tracepoints.
13371 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13372
045ccf91
SM
133732015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13374
13375 * save-trace.exp: Factor out code to these...
13376 (gdb_save_tracepoints): New.
13377 (gdb_load_tracepoints): New.
13378 (do_save_load_test): New.
13379
5506f9f6
KB
133802015-11-23 Kevin Buettner <kevinb@redhat.com>
13381
13382 * gdb.base/asmlabel.exp: New test.
13383 * gdb.base/asmlabel.c: New test case.
13384
16c3b12f
JB
133852015-11-23 Joel Brobecker <brobecker@adacore.com>
13386
13387 * gdb.base/wrong_frame_bt_full-main.c: New file.
13388 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13389 * gdb.base/wrong_frame_bt_full.exp: New file.
13390
155bfbd3
JB
133912015-11-23 Joel Brobecker <brobecker@adacore.com>
13392
13393 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13394
bb097445
JM
133952015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13396
206853a0 13397 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13398 pstate register when comparing registers values in
13399 sparc64-*-linux-gnu targets to avoid spurious differences.
13400
9c88ed8f
JM
134012015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13402
206853a0 13403 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13404
96161e25
SL
134052015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13406
13407 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13408 as type argument to gdb_compile.
13409 * gdb.base/nested-subp2.exp: Likewise.
13410 * gdb.base/nested-subp3.exp: Likewise.
13411
340c2830
DV
134122015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13413
13414 * lib/dwarf.exp (_note): Fix left shift of negative value.
13415 * gdb.trace/trace-condition.exp: Likewise.
13416
c1862d0f
YQ
134172015-11-13 Yao Qi <yao.qi@linaro.org>
13418
13419 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13420 comments about d10v.
13421 (test_scalar_returns): Likewise.
13422 * gdb.base/d10v.ld: Remove.
13423 * gdb.base/overlays.exp: Remove the target triplet checking for
13424 d10v-*-*.
13425 * gdb.base/structs.exp (test_struct_returns): Remove the
13426 comments about d10v.
13427 (test_struct_calls): Likewise.
13428
77ae9c19
YQ
134292015-11-13 Yao Qi <yao.qi@linaro.org>
13430
13431 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13432 * gdb.base/gnu_vector.c: Don't include stdio.h.
13433 (main): Don't print res and call add_some_intvecs.
13434
430e004e
MK
134352015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13436
13437 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13438 macro.
13439 (func5): Removed.
13440 (func4): Use FAST_TRACEPOINT_LABEL.
13441 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13442 macro.
13443 (func): Removed.
13444 (thread_function): Use FAST_TRACEPOINT_LABEL.
13445 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13446 (func): Remove.
13447 (marker): Use FAST_TRACEPOINT_LABEL.
13448 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13449 (pendfunc1): Remove.
13450 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13451 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13452 (foo): Remove.
13453 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13454 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13455 macro.
13456 (func): Remove.
13457 (marker): Use FAST_TRACEPOINT_LABEL.
13458 * gdb.trace/trace-common.h: New header.
13459 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13460 macro.
13461 (func): Remove.
13462 (marker): Use FAST_TRACEPOINT_LABEL.
13463 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13464 (func): Remove.
13465 (thread_function): Use FAST_TRACEPOINT_LABEL.
13466
6e7675a7
MK
134672015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13468
13469 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13470 in front.
13471 * gdb.trace/change-loc.exp: Use global pcreg definition.
13472 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13473 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13474 in front.
13475 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13476 * gdb.trace/pending.exp: Likewise.
13477 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13478 * gdb.trace/trace-break.exp: Likewise.
13479 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13480 in front.
13481 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13482 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13483 in front.
13484 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13485
dddc0e16
JB
134862015-11-09 Joel Brobecker <brobecker@adacore.com>
13487
13488 * gdb.ada/fin_fun_out: New testcase.
13489
c6f0b406
KB
134902015-11-07 Kevin Buettner <kevinb@redhat.com>
13491
13492 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13493 value associated with DW_AT_byte_size.
13494 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13495 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13496 DW_AT_upper_bound.
13497
f01dcfd9
KB
134982015-11-07 Kevin Buettner <kevinb@redhat.com>
13499
13500 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13501 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13502 version.
13503 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13504 gdb.dwarf2/dw2-canonicalize-type.exp,
13505 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13506 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13507 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13508 provided by gdb_target_symbol_prefix_flags_asm.
13509 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13510 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13511 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13512 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13513 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13514 macros where needed). Use this macro for symbols which require
13515 the prefix provided by SYMBOL_PREFIX.
13516
2223449a
KB
135172015-11-05 Kevin Buettner <kevinb@redhat.com>
13518
13519 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13520 New procs.
13521 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13522 representing expressions, of more than one list element.
13523 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13524 to prepend linker symbol prefix to f.
13525 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13526 table_1 and table_2.
13527 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13528 Likewise, for f and g.
13529 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13530 for ptr.
13531 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13532 for main.
13533 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13534 table_1_ptr and table_2_ptr.
13535
6f2f1a3a
JK
135362015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13537 Joel Brobecker <brobecker@adacore.com>
13538
13539 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13540
566c56c9
MK
135412015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13542
13543 * gdb.reverse/s390-mvcle.c: New test.
13544 * gdb.reverse/s390-mvcle.exp: New file.
13545 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13546
d5f0636b
MK
135472015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13548
13549 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13550
7ad8b86c
MK
135512015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13552
13553 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13554 reaching marker2.
13555 * gdb.reverse/getresuid-reverse.exp: Likewise.
13556 * gdb.reverse/pipe-reverse.exp: Likewise.
13557 * gdb.reverse/readv-reverse.exp: Likewise.
13558 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13559 * gdb.reverse/time-reverse.exp: Likewise.
13560 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13561
4081c0f1
YQ
135622015-10-30 Yao Qi <yao.qi@linaro.org>
13563
13564 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13565 (empty_cycle): Remove.
13566 (main): Don't call empty_cycle. Don't use watch_count_done.
13567 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13568 empty_cycle. Rewrite the code counting HW watchpoints.
13569
452b4ba5
MK
135702015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13571
13572 * gdb.reverse/fstatat-reverse.c: New test.
13573 * gdb.reverse/fstatat-reverse.exp: New file.
13574 * gdb.reverse/getresuid-reverse.c: New test.
13575 * gdb.reverse/getresuid-reverse.exp: New file.
13576 * gdb.reverse/pipe-reverse.c: New test.
13577 * gdb.reverse/pipe-reverse.exp: New file.
13578 * gdb.reverse/readv-reverse.c: New test.
13579 * gdb.reverse/readv-reverse.exp: New file.
13580 * gdb.reverse/recvmsg-reverse.c: New test.
13581 * gdb.reverse/recvmsg-reverse.exp: New file.
13582 * gdb.reverse/time-reverse.c: New test.
13583 * gdb.reverse/time-reverse.exp: New file.
13584 * gdb.reverse/waitpid-reverse.c: New test.
13585 * gdb.reverse/waitpid-reverse.exp: New file.
13586
5e2e7507
JK
135872015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13588
13589 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13590
0fde2c53
DE
135912015-10-26 Doug Evans <dje@google.com>
13592
13593 PR symtab/17391
13594 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13595 * gdb.dwarf2/bad-regnum.c: New file.
13596 * gdb.dwarf2/bad-regnum.exp: New file.
13597
1a70ae97
DE
135982015-10-26 Doug Evans <dje@google.com>
13599
13600 PR python/18938
13601 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13602 file.
13603
27dc26ab
JK
136042015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13605
13606 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13607 for a change by "Mention language in compile error message".
13608
bed91f4d
SM
136092015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13610
13611 PR python/18073
13612 * gdb.python/py-type.c (C::a_method): New.
13613 (C::a_const_method): New.
13614 (C::a_static_method): New.
13615 (a_function): New.
13616 * gdb.python/py-type.exp (test_fields): Test getting fields
13617 from function and method.
13618
3f2f83dd
KB
136192015-10-21 Keven Boell <keven.boell@intel.com>
13620
13621 * gdb.fortran/vla-alloc-assoc.exp: New file.
13622 * gdb.fortran/vla-datatypes.exp: New file.
13623 * gdb.fortran/vla-datatypes.f90: New file.
13624 * gdb.fortran/vla-history.exp: New file.
13625 * gdb.fortran/vla-ptype-sub.exp: New file.
13626 * gdb.fortran/vla-ptype.exp: New file.
13627 * gdb.fortran/vla-sizeof.exp: New file.
13628 * gdb.fortran/vla-sub.f90: New file.
13629 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13630 * gdb.fortran/vla-value-sub-finish.exp: New file.
13631 * gdb.fortran/vla-value-sub.exp: New file.
13632 * gdb.fortran/vla-value.exp: New file.
13633 * gdb.fortran/vla-ptr-info.exp: New file.
13634 * gdb.mi/mi-vla-fortran.exp: New file.
13635 * gdb.mi/vla.f90: New file.
13636
27145d50
SL
136372015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13638
13639 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13640 of hardwired timeout value.
13641
5f3ff4f8
JK
136422015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13643 Pedro Alves <palves@redhat.com>
13644
13645 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13646 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13647
bfd09d20
JS
136482015-10-19 Josh Stone <jistone@redhat.com>
13649
13650 * gdb.base/catch-syscall.c: Include <sched.h>.
13651 (unknown_syscall): New variable.
13652 (main): Trigger a vfork and an unknown syscall.
13653 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13654 (unknown_syscall_number): Likewise.
13655 (check_call_to_syscall): Accept an optional syscall pattern.
13656 (check_return_from_syscall): Likewise.
13657 (check_continue): Likewise.
13658 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13659 (test_catch_syscall_skipping_return): New test toggling off 'catch
13660 syscall' to step over the syscall return, then toggling back on.
13661 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13662 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13663 (do_syscall_tests): Call test_catch_syscall_without_args and
13664 test_catch_syscall_mid_vfork.
13665 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13666 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13667
b32b93c6
AS
136682015-10-19 Andrew Stubbs <ams@codesourcery.com>
13669
13670 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13671 print g_vE): Add new pass patterns.
13672 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13673 print various symbol names for vptr fields.
13674
9d622bda
AB
136752015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13676
13677 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13678 results.
13679
0fd8ac1c
YQ
136802015-10-12 Yao Qi <yao.qi@linaro.org>
13681
13682 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13683
34240514
YQ
136842015-10-12 Yao Qi <yao.qi@linaro.org>
13685
13686 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13687 is aarch64*-*-linux*.
13688
8240f442
YQ
136892015-10-12 Yao Qi <yao.qi@linaro.org>
13690
13691 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13692 (can_relocate_bcond_true): ... it.
13693 (can_relocate_bcond_false): New function.
13694 (foo): Likewise.
13695 (can_relocate_bl): Likewise.
13696 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13697 can_relocate_bl.
13698
2520f728
PMR
136992015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13700
13701 * gdb.base/nested-addr.c: New file.
13702 * gdb.base/nested-addr.exp: New testcase.
13703
abcef95a
MM
137042015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13705
13706 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13707 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13708 its output. Ignore the output of "record goto begin" and instead
13709 check that GDB is replaying.
13710
145e3ddb
PA
137112015-10-09 Pedro Alves <palves@redhat.com>
13712
13713 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13714 (top level): Use it in the run with no args test.
13715
d5d8c4e1
IB
137162015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13717
13718 * gdb.dlang/properties.exp: New file.
13719
06e635ef
SL
137202015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13721
13722 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13723 whether or not address 0x1000 is mapped on the target.
13724
e019fd1d
SM
137252015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13726
13727 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13728 build.
13729
77ba2a67
MM
137302015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13731
13732 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13733 instruction-history test.
13734
c60eb31f
DE
137352015-09-28 Doug Evans <dje@google.com>
13736
13737 * gdb.base/gcore.c (array_func): Add reference to static_array.
13738
9a3c8263
SM
137392015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13740
13741 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13742 source line.
13743
9720e656
SL
137442015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13745
13746 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13747 short or char as base type.
13748
938d3bf2
SL
137492015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13750
13751 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13752 to allow any size enum.
13753
e6c2c623
PMR
137542015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13755
13756 * gdb.ada/array_ptr_renaming.exp: New testcase.
13757 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13758 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13759
06da0f77
PL
137602015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13761
13762 * gdb.trace/ftrace-lock.c: New file.
13763 * gdb.trace/ftrace-lock.exp: New file.
13764
4f51c22a
PL
137652015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13766
13767 * gdb.arch/insn-reloc.c: New file.
13768 * gdb.arch/ftrace-insn-reloc.exp: New file.
13769
7041adf4
PL
137702015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13771
13772 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13773 instruction.
13774 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13775 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13776 * gdb.trace/range-stepping.c: Likewise.
13777 * gdb.trace/trace-break.c: Likewise.
13778 * gdb.trace/trace-mt.c (thread_function): Likewise.
13779 * gdb.trace/ftrace.c (marker): Likewise.
13780 * gdb.trace/trace-condition.c (marker): Likewise.
13781 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13782 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13783 is_aarch64_target.
13784
015d2e7e
DE
137852015-09-18 Doug Evans <xdje42@gmail.com>
13786
13787 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13788 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13789
26b188a2
SL
137902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13791
13792 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13793 the breakpoint.
13794
79dc332b
SL
137952015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13796
13797 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13798 the pending breakpoint. Remove timeout override for "Run till
13799 MI pending breakpoint on pendfunc3 on thread 2" test.
13800
f57929f2
SL
138012015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13802
13803 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13804 filename pattern.
13805
3f469b17
SL
138062015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13807
13808 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13809 in breakpoint filename pattern.
13810
515b89b3
SL
138112015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13812
7800dbe4
SL
13813 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13814
138152015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13816
515b89b3
SL
13817 * gdb.linespec/explicit.exp: Check for readline support for
13818 tab-completion tests. Fix obvious typo.
13819
d2939ba2
MM
138202015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13821
13822 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13823 and replay.
13824
cbb55fa7
MM
138252015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13826
13827 * gdb.btrace/non-stop.c: New.
13828 * gdb.btrace/non-stop.exp: New.
13829
43691ca1
PL
138302015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13831 Yao Qi <yao.qi@linaro.org>
13832
13833 * gdb.trace/trace-condition.c: New file.
13834 * gdb.trace/trace-condition.exp: New file.
13835
d78908cf
WW
138362015-09-16 Wei-cheng Wang <cole945@gmail.com>
13837
13838 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13839 for testing bytecode compilation.
13840
1ed415e2
PA
138412015-09-16 Pedro Alves <palves@redhat.com>
13842 Sandra Loosemore <sandra@codesourcery.com>
13843
13844 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13845 (SECONDS): Redefine.
13846 (main): Call pthread_kill and alarm early.
13847 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13848 support.
13849 (test): If the target can't hardware step and doesn't support
13850 displaced stepping, increase the timeout.
13851
d136eff5
PA
138522015-09-16 Pedro Alves <palves@redhat.com>
13853
13854 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13855 (enable_debug): New procedures.
13856 (test): Use them. Bail out if waiting for threads fails.
13857 (top level): Bail out if a test fails.
13858
991f019c
YQ
138592015-09-16 Yao Qi <yao.qi@linaro.org>
13860
13861 * gdb.asm/asm-source.exp: Set asm-arch for
13862 aarch64*-*-* target.
13863 * gdb.asm/aarch64.inc: New file.
13864
bfca584f
PMR
138652015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13866
13867 * gdb.ada/array_of_variable_length.exp: New testcase.
13868 * gdb.ada/array_of_variable_length/foo.adb: New file.
13869 * gdb.ada/array_of_variable_length/pck.adb: New file.
13870 * gdb.ada/array_of_variable_length/pck.ads: New file.
13871
b326e587
DE
138722015-09-15 Doug Evans <dje@google.com>
13873
13874 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13875 of function static local variable.
13876
5382cfab
PW
138772015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13878
13879 * gdb.threads/tls-so_extern.exp: New test file.
13880 * gdb.threads/tls-so_extern.c: New test file.
13881 * gdb.threads/tls-so_extern_main.c: New test file.
13882
141c5cc4
JK
138832015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13884
13885 * gdb.opt/solib-intra-step-lib.c: New file.
13886 * gdb.opt/solib-intra-step-main.c: New file.
13887 * gdb.opt/solib-intra-step.exp: New file.
13888
d15dcecd
PA
138892015-09-15 Pedro Alves <palves@redhat.com>
13890
13891 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13892 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13893
4c2f2a79
PA
138942015-09-14 Pedro Alves <palves@redhat.com>
13895
13896 * gdb.base/hook-stop-continue.c: Delete.
13897 * gdb.base/hook-stop-continue.exp: Delete.
13898 * gdb.base/hook-stop-frame.c: Delete.
13899 * gdb.base/hook-stop-frame.exp: Delete.
13900 * gdb.base/hook-stop.c: New file.
13901 * gdb.base/hook-stop.exp: New file.
13902
919e6dbe
PMR
139032015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13904
13905 * gdb.ada/access_to_packed_array.exp: New testcase.
13906 * gdb.ada/access_to_packed_array/foo.adb: New file.
13907 * gdb.ada/access_to_packed_array/pack.adb: New file.
13908 * gdb.ada/access_to_packed_array/pack.ads: New file.
13909
157280a4
MM
139102015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13911
13912 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13913 buffer size test.
13914
2fd33e94
DB
139152015-09-11 Don Breazeal <donb@codesourcery.com>
13916
13917 * gdb.base/foll-exec.c: Add copyright header. Fix
13918 formatting issues.
13919 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13920 (do_exec_tests): Use clean_restart in place of zap_session,
13921 and for test initialization. Fix formatting issues. Use
13922 fail in place of perror.
13923 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13924 an expect statement to match an expression with output from
13925 the program under debug.
13926 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13927 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13928 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13929 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13930 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13931
e70b6e8e
DE
139322015-09-09 Doug Evans <dje@google.com>
13933
13934 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13935
7a551a51
DE
139362015-09-09 Doug Evans <dje@google.com>
13937
13938 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13939
4c666f84
DE
139402015-09-09 Doug Evans <dje@google.com>
13941
13942 * gdb.base/savedregs.exp: Fix typo.
13943
243a9253
PA
139442015-09-09 Pedro Alves <palves@redhat.com>
13945
13946 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13947
c0fa8fbd
SL
139482015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13949
13950 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13951 command actually switches threads. Give up on remaining
13952 tests if target fails to stop at breakpoint.
13953
cd7c1778
PMR
139542015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13955
13956 * gdb.ada/funcall_char.exp: New testcase.
13957 * gdb.ada/funcall_char/foo.adb: New file.
13958
dc5c8746
PMR
139592015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13960
13961 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13962 expected outputs. Add two testcases for completing ambiguous
13963 functions.
13964 * gdb.ada/complete/aux_pck.adb: New file.
13965 * gdb.ada/complete/aux_pck.ads: New file.
13966 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13967 Ambiguous_Func functions.
13968 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13969 * gdb.ada/complete/pck.adb: Likewise.
13970
4e83a1e7
UW
139712015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13972
13973 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13974 failures to run the test program under GDB.
13975
8ce74153
LM
139762015-08-26 Luis Machado <lgustavo@codesourcery.com>
13977
13978 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13979 to C.
13980
e9756d52
PP
139812015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13982
13983 * gdb.base/run-after-attach.exp: New test file.
13984 * gdb.base/run-after-attach.c: New test file.
13985
8d37573b
DB
139862015-08-26 Don Breazeal <donb@codesourcery.com>
13987
13988 * gdb.base/foll-exec-2.c: New test program.
13989 * gdb.base/foll-exec-2.exp: New test.
13990
63e43d3a
PMR
139912015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13992
13993 * gdb.base/nested-subp1.exp: New file.
13994 * gdb.base/nested-subp1.c: New file.
13995 * gdb.base/nested-subp2.exp: New file.
13996 * gdb.base/nested-subp2.c: New file.
13997 * gdb.base/nested-subp3.exp: New file.
13998 * gdb.base/nested-subp3.c: New file.
13999
3d40fbb5
PA
140002015-08-24 Pedro Alves <palves@redhat.com>
14001
14002 * gdb.server/connect-without-multi-process.c: New file.
14003 * gdb.server/connect-without-multi-process.exp: New file.
14004
4422ac93
LM
140052015-08-24 Luis Machado <lgustavo@codesourcery.com>
14006
14007 * gdb.opt/inline-markers.c: Make z int.
14008
91dddb86
LM
140092015-08-24 Luis Machado <lgustavo@codesourcery.com>
14010
14011 * gdb.opt/inline-markers.c: Make z volatile.
14012
a48847ee
LM
140132015-08-24 Luis Machado <lgustavo@codesourcery.com>
14014
14015 * gdb.opt/inline-bt.c: New volatile global z.
14016 * gdb.opt/inline-cmds.c: Likewise.
14017 * gdb.opt/inline-locals.c: Likewise.
14018 * gdb.opt/inline-markers.c: New extern global z.
14019 (marker): Use z.
14020 (inline_fn): Likewise.
14021
0ebbc52b
PA
140222015-08-24 Pedro Alves <palves@redhat.com>
14023
14024 * config/m32r-stub.exp: Remove file.
14025 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14026 * gdb.base/call-rt-st.exp: Likewise.
14027 * gdb.base/call-strs.exp: Likewise.
14028 * gdb.base/default.exp: Remove references to h8300-*-hms and
14029 *-*-udi*.
14030 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14031
77c365df
AA
140322015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14033
14034 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14035 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14036 and "return" use KFAIL when GDB can not read/write the vector
14037 return value.
14038
4313b8c0
GB
140392015-08-21 Gary Benson <gbenson@redhat.com>
14040
14041 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14042
0e433b32
PA
140432015-08-20 Pedro Alves <palves@redhat.com>
14044
14045 * gdb.server/solib-list.exp: No longer expect an interior stop in
14046 non-stop mode.
14047
221e1a37
PA
140482015-08-20 Pedro Alves <palves@redhat.com>
14049
14050 * gdb.server/connect-stopped-target.c: New file.
14051 * gdb.server/connect-stopped-target.exp: New file.
14052
40e3ad0e
PA
140532015-08-20 Pedro Alves <palves@redhat.com>
14054
14055 * gdb.dwarf2/comp-unit-lang.exp: New file.
14056 * gdb.dwarf2/comp-unit-lang.c: New file.
14057
af39b327
PMR
140582015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14059
14060 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14061 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14062
7d45c7c3 140632015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14064
7d45c7c3
KB
14065 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14066 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14067
4d6cceb4
DE
140682015-08-18 Doug Evans <dje@google.com>
14069 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14070
14071 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14072 skip_python_tests. New arg prompt_regexp.
14073 (skip_python_tests): New function.
14074 * lib/mi-support.exp (mi_skip_python_tests): New function.
14075 * gdb.python/py-mi-objfile-gdb.py: New file.
14076 * gdb.python/py-mi-objfile.c: New file.
14077 * gdb.python/py-mi-objfile.exp: New file.
14078
ad89c2aa
KS
140792015-08-17 Keith Seitz <keiths@redhat.com>
14080
14081 * gdb.linespec/explicit.exp: Move strace test from here ...
14082 * gdb.trace/strace.exp: ... to here.
14083
e3ae3c43
PP
140842015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14085
14086 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14087 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14088
604b2636
DE
140892015-08-14 Doug Evans <xdje42@gmail.com>
14090
14091 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14092 inferior before selecting a new file.
14093
6ff0ba5f
DE
140942015-08-14 Doug Evans <xdje42@gmail.com>
14095
14096 * gdb.mi/mi-disassemble.exp: Update.
14097 * gdb.base/disasm-optim.S: New file.
14098 * gdb.base/disasm-optim.c: New file.
14099 * gdb.base/disasm-optim.h: New file.
14100 * gdb.base/disasm-optim.exp: New file.
14101
9ca98f92
KS
141022015-08-14 Keith Seitz <keiths@redhat.com>
14103
14104 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14105 "evaluated-by".
14106
52bbc560
JB
141072015-08-13 Joel Brobecker <brobecker@adacore.com>
14108
14109 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14110
5d8c3ed3
PMR
141112015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14112
14113 * gdb.ada/fun_renaming.exp: New testcase.
14114 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14115 * gdb.ada/fun_renaming/pack.adb: New file.
14116 * gdb.ada/fun_renaming/pack.ads: New file.
14117
ea8812bc
KS
141182015-08-12 Keith Seitz <keiths@redhat.com>
14119
14120 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14121 gdb_get_line_number.
14122
4dafcdeb
JB
141232015-08-12 Joel Brobecker <brobecker@adacore.com>
14124
14125 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14126 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14127 gdb.base/dso2dso.exp: New files.
14128
5ba32597
SDJ
141292015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14130 Pedro Alves <palves@redhat.com>
14131 Keith Seitz <keiths@redhat.com>
14132
14133 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14134 GDBFLAGS.
14135
b6dafabf
PP
141362015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14137
14138 * gdb.base/gdbhistsize-history.exp
14139 (test_histsize_history_setting): Use save_vars.
14140 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14141 Use save_vars.
14142 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14143 * gdb.base/readline.exp: Use save_vars.
14144
abe8e607
PP
141452015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14146
14147 * lib/gdb.exp (save_vars): New proc.
14148
629500fa
KS
141492015-08-11 Keith Seitz <keiths@redhat.com>
14150
14151 * gdb.base/help.exp: Update help_breakpoint_text.
14152
eb8c4e2e
KS
141532015-08-11 Keith Seitz <keiths@redhat.com>
14154
14155 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14156 (at toplevel): Call test_explicit_breakpoints.
14157 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14158 breakpoints.
14159 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14160 breakpoint conditions, "-cond".
14161
87f0e720
KS
141622015-08-11 Keith Seitz <keiths@redhat.com>
14163
14164 * gdb.linespec/3explicit.c: New file.
14165 * gdb.linespec/cpexplicit.cc: New file.
14166 * gdb.linespec/cpexplicit.exp: New file.
14167 * gdb.linespec/explicit.c: New file.
14168 * gdb.linespec/explicit.exp: New file.
14169 * gdb.linespec/explicit2.c: New file.
14170 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14171 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14172 before using in the matching pattern.
14173 Clarify that `prefix' is a regular expression.
14174
f00aae0f
KS
141752015-08-11 Keith Seitz <keiths@redhat.com>
14176
14177 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14178 test.
14179 Add tests for missing ",FMT" and ",".
14180
e27852be
DE
141812015-08-10 Doug Evans <dje@google.com>
14182 Keith Seitz <keiths@redhat.com>
14183
14184 PR gdb/17960
14185 * gdb.base/completion.exp: Add location completer tests.
14186
7f03bd92
PA
141872015-08-07 Pedro Alves <palves@redhat.com>
14188
14189 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14190 tests here.
14191 (top level): Run do_test with and without displaced stepping.
14192
3fc8eb30
PA
141932015-08-07 Pedro Alves <palves@redhat.com>
14194
14195 * gdb.base/valgrind-disp-step.c: New file.
14196 * gdb.base/valgrind-disp-step.exp: New file.
14197
d4569d7b
PA
141982015-08-07 Pedro Alves <palves@redhat.com>
14199
14200 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14201 Delete function.
14202 (main): Add alarm. Run an infinite loop instead of calling
14203 wait_threads.
14204 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14205 comment.
14206 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14207 Delete function.
14208 (main): Add alarm. Run an infinite loop instead of calling
14209 wait_threads.
14210 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14211 comment.
14212
e1316e60
PA
142132015-08-07 Pedro Alves <palves@redhat.com>
14214
14215 * gdb.base/checkpoint-ns.exp: New file.
14216 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14217 standard_testfile.
14218
da8c46d2
MM
142192015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14220
14221 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14222 * gdb.btrace/instruction_history.exp: Update.
14223 * gdb.btrace/tsx.exp: New.
14224 * gdb.btrace/tsx.c: New.
14225
de1c2c52
PA
142262015-08-06 Pedro Alves <palves@redhat.com>
14227
14228 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14229 increase timeout.
14230 * gdb.reverse/until-precsave.exp: Bump timeouts.
14231
782e0bf4
PA
142322015-08-06 Pedro Alves <palves@redhat.com>
14233
14234 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14235
83e97ed0
PA
142362015-08-06 Pedro Alves <palves@redhat.com>
14237
14238 PR gdb/18749
14239 * gdb.threads/process-dies-while-handling-bp.c: New file.
14240 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14241
863d01bd
PA
142422015-08-06 Pedro Alves <palves@redhat.com>
14243
14244 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14245 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14246
0a39bb32
PA
142472015-08-05 Pedro Alves <palves@redhat.com>
14248
14249 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14250 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14251
ee2d2b10
SL
142522015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14253
14254 * gdb.base/bp-permanent.exp: Report test as unsupported if
14255 the target cannot stop at the permanent breakpoint.
14256
4e1bdb00
DE
142572015-08-03 Doug Evans <dje@google.com>
14258
14259 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14260 10000.
14261
3d338901
DE
142622015-08-03 Doug Evans <dje@google.com>
14263
14264 * Makefile.in (workers/%.worker, build-perf): New rule.
14265 (GDB_PERFTEST_MODE): New variable.
14266 (check-perf): Use it.
14267 (clean): Clean up gdb.perf parallel build subdirs.
14268 * lib/build-piece.exp: New file.
14269 * lib/gdb.exp (make_gdb_parallel_path): New function
14270 (standard_output_file, standard_temp_file): Call it.
14271 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14272 of $GDB_PARALLEL.
14273 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14274
af061d3e
DE
142752015-08-03 Doug Evans <dje@google.com>
14276
8e1afc81 14277 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14278 (LOG_FILE_NAME): New global.
14279 (TextReporter.__init__): Initialize self.txt_sum.
14280 (TextReporter.report): Add support for multiple data-points.
14281 Move report to perftest.sum, put raw data in perftest.log.
14282 (TextReporter.start): Open sum and log files.
14283 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14284 * gdb.perf/lib/perftest/testresult.py
14285 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14286
2c8c5d37
PA
142872015-07-31 Pedro Alves <palves@redhat.com>
14288
14289 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14290 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14291 kill_wait_spawned_process instead of explicit "kill -9".
14292 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14293 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14294 kill_wait_spawned_process.
14295 * gdb.base/attach-twice.exp: Likewise.
14296 * gdb.base/attach.exp: Likewise.
14297 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14298 gdb_test_multiple.
14299 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14300 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14301 kill_wait_spawned_process.
14302 * gdb.base/valgrind-infcall.exp: Likewise.
14303 * gdb.multi/multi-attach.exp: Likewise.
14304 * gdb.python/py-prompt.exp: Likewise.
14305 * gdb.python/py-sync-interp.exp: Likewise.
14306 * gdb.server/ext-attach.exp: Likewise.
14307 * gdb.threads/attach-into-signal.exp (corefunc): Use
14308 spawn_wait_for_attach, spawn_id_get_pid and
14309 kill_wait_spawned_process.
14310 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14311 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14312 spawn_id_get_pid and kill_wait_spawned_process.
14313 * gdb.threads/attach-stopped.exp (corefunc): Use
14314 spawn_wait_for_attach, spawn_id_get_pid and
14315 kill_wait_spawned_process.
14316 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14317 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14318 kill_wait_spawned_process instead of explicit "kill -9".
14319 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14320 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14321 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14322 processes. Don't map cygwin/windows pids here. Now returns a
14323 spawn id list.
14324
032a0fca
SL
143252015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14326
14327 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14328 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14329 correct patch.
14330
61a934ca
SL
143312015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14332
14333 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14334
4bc4d428
SL
143352015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14336
14337 Reapply:
14338 2014-05-21 Mark Wielaard <mjw@redhat.com>
14339
14340 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14341
998d452a
PA
143422015-07-30 Pedro Alves <palves@redhat.com>
14343
14344 * linux-low.c (handle_extended_wait): Set the child's last
14345 reported status to TARGET_WAITKIND_STOPPED.
14346
69dde7dc
PA
143472015-07-30 Pedro Alves <palves@redhat.com>
14348
14349 PR threads/18600
14350 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14351 only shows inferior 1.
14352
4dd63d48
PA
143532015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14354 Pedro Alves <palves@redhat.com>
14355
14356 PR threads/18600
14357 * gdb.threads/fork-plus-threads.c: New file.
14358 * gdb.threads/fork-plus-threads.exp: New file.
14359
d618e4c5
PP
143602015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14361
14362 * gdb.base/batch-preserve-term-settings.exp
14363 (test_terminal_settings_preserved_after_cli_exit): Use
14364 send_quit_command.
14365
1eef6428
PA
143662015-07-29 Pedro Alves <palves@redhat.com>
14367 Don Breazeal <donb@codesourcery.com>
14368
14369 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14370 output from both inferior_spawn_id and gdb_spawn_id.
14371
7da5b897
SDJ
143722015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14373
14374 * gdb.threads/attach-into-signal.exp (corefunc): Use
14375 with_test_prefix on nested loops, uniquefying the test messages.
14376
dac804df
SDJ
143772015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14378
14379 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14380 commit.
14381
06265e53
PP
143822015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14383
14384 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14385 New proc.
14386 (test_terminal_settings_preserved_after_sigterm): New test.
14387
18206ca3
PP
143882015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14389
14390 * gdb.base/batch-preserve-term-settings.exp
14391 (test_terminal_settings_preserved_after_cli_exit): New test.
14392
90074d11
PP
143932015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14394
14395 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14396 manipulation of saved_gdbflags.
14397 (test_terminal_settings_preserved): Remove global declaration of
14398 the unused variable pagination_prompt. Remove manipulation of
14399 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14400 GDBFLAGS.
14401
eb1a7902
PA
144022015-07-29 Pedro Alves <palves@redhat.com>
14403
14404 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14405
8b75dd3b
PA
144062015-07-29 Pedro Alves <palves@redhat.com>
14407
14408 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14409 at the top.
14410
dedad4e3
PA
144112015-07-29 Pedro Alves <palves@redhat.com>
14412
14413 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14414 (main): Call gdb_unbuffer_output.
14415 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14416 (main): Call gdb_unbuffer_output.
14417 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14418 (main): Call gdb_unbuffer_output.
14419 * gdb.base/call-strs.exp: Adjust to step over the
14420 gdb_unbuffer_output call.
14421 * gdb.base/catch-gdb-caused-signals.c: Include
14422 "../lib/unbuffer_output.c".
14423 (main): Call gdb_unbuffer_output.
14424 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14425 (main): Call gdb_unbuffer_output.
14426 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14427 (main): Call gdb_unbuffer_output.
14428 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14429 (main): Call gdb_unbuffer_output.
14430 * gdb.base/shlib-call.exp: Adjust to step over the
14431 gdb_unbuffer_output call.
14432 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14433 (main): Call gdb_unbuffer_output.
14434 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14435 (main): Call gdb_unbuffer_output.
14436 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14437 (main): Rename to ...
14438 (test): ... this.
14439 (main): Reimplement.
14440 * gdb.base/varargs.exp: Run to test instead of to main.
14441 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14442 (main): Call gdb_unbuffer_output.
14443
58789a91
PA
144442015-07-29 Pedro Alves <palves@redhat.com>
14445
14446 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14447 factore out from mi_continue_dprintf. For call-style dprintfs,
14448 expect dprintf output out of $inferior_spawn_id.
14449 (mi_continue_dprintf): Use mi_expect_dprintf.
14450 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14451 (main): Call gdb_unbuffer_output.
14452
e8376742
PA
144532015-07-29 Pedro Alves <palves@redhat.com>
14454
14455 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14456 (default_mi_gdb_start): Set inferior_spawn_id instead of
14457 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14458 gdb_spawn_id.
14459 (mi_gdb_test): Always expect inferior output from both
14460 $inferior_spawn_id and $gdb_spawn_id.
14461
08280010
PA
144622015-07-29 Pedro Alves <palves@redhat.com>
14463
14464 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14465 send_inferior and $inferior_spawn_id.
14466
4d30e432
PA
144672015-07-29 Pedro Alves <palves@redhat.com>
14468
14469 * gdb.gdb/complaints.exp (test_initial_complaints)
14470 (test_serial_complaints, test_short_complaints): Use
14471 gdb_test_stdio.
14472 (test_empty_complaint): Handle $inferior_spawn_id !=
14473 $gdb_spawn_id.
14474
0d30a335
PA
144752015-07-29 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.base/varargs.exp: Use gdb_test_stdio.
14478
39413b29
PA
144792015-07-29 Pedro Alves <palves@redhat.com>
14480
14481 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14482
7cb000a9
PA
144832015-07-29 Pedro Alves <palves@redhat.com>
14484
14485 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14486
d7b8ac82
PA
144872015-07-29 Pedro Alves <palves@redhat.com>
14488
14489 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14490 parameter into two new parameters, "inf_result" and "gdb_result".
14491 Expect inferior output and gdb output from $inferior_spawn_id and
14492 $gdb_spawn_id, respectively. Adjust all callers.
14493
789c3a0c
PA
144942015-07-29 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14497 of gdb_test_sequence.
14498
77e760c3
PA
144992015-07-29 Pedro Alves <palves@redhat.com>
14500
14501 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14502 (saw_spurious_output): Expect inferior output from
14503 $inferior_spawn_id. Use gdb_test_stdio.
14504
8396d2cd
PA
145052015-07-29 Pedro Alves <palves@redhat.com>
14506
14507 * gdb.base/dprintf.exp: Use standard_testfile. Change
14508 prepare_for_testing call.
14509 (srcfile): Don't set.
14510 (restart): New procedure.
14511 (test_dprintf): New procecure, use to continue over dprintfs.
14512 (test_call, test_agent): New procedures, tests moved here.
14513 Restart gdb and recreate dprintfs. Adjust expected output.
14514
2051d61f
PA
145152015-07-29 Pedro Alves <palves@redhat.com>
14516
14517 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14518
452397af
PA
145192015-07-29 Pedro Alves <palves@redhat.com>
14520
14521 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14522
8aed9555
PA
145232015-07-29 Pedro Alves <palves@redhat.com>
14524
14525 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14526 gdb_test_stdio.
14527
188a61b4
PA
145282015-07-29 Pedro Alves <palves@redhat.com>
14529
14530 * lib/gdb.exp (gdb_test_stdio): New procedure.
14531
12264a45
PA
145322015-07-29 Pedro Alves <palves@redhat.com>
14533
14534 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14535
23ffc893
PA
145362015-07-29 Pedro Alves <palves@redhat.com>
14537
14538 * gdb.base/call-signal-resume.exp: Remove check for
14539 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14540 * gdb.base/unwindonsignal.exp: Likewise.
14541 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14542 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14543
65566918
PA
145442015-07-29 Pedro Alves <palves@redhat.com>
14545
14546 * gdb.base/siginfo-addr.c (pass): New function.
14547 (handler): Call it iff si_addr is correct.
14548 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14549 Set a breakpoint at "pass" and continue to it.
14550
d60a9221
SDJ
145512015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14552
14553 * gdb.python/py-objfile.exp: Make some tests have unique names.
14554 * gdb.python/py-pp-registration.exp: Likewise.
14555
bde40b8f
PA
145562015-07-28 Pedro Alves <palves@redhat.com>
14557
14558 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14559
13e1dec8
SM
145602015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14561
14562 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14563
da33c9a7
SM
145642015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14565
14566 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14567
077836f7
PP
145682015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14569
14570 * gdb.base/gdb-sigterm-2.exp: New test.
14571
b8cc7b2e
DE
145722015-07-25 Doug Evans <xdje42@gmail.com>
14573
14574 Revert:
14575 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14576 (workers/%.worker, build-perf): New rule.
14577 (GDB_PERFTEST_MODE): New variable.
14578 (check-perf): Use it.
14579 (clean): Clean up gdb.perf parallel build subdirs.
14580 * lib/build-piece.exp: New file.
14581 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14582 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14583 name.
14584 (standard_temp_file): Ditto.
14585 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14586 of $GDB_PARALLEL.
14587
c8bd4544
DE
145882015-07-24 Doug Evans <dje@google.com>
14589
14590 * gdb.perf/lib/perftest/utils.py: New file.
14591 * gdb.perf/gm-hello.cc: New file.
14592 * gdb.perf/gm-pervasive-typedef.cc: New file.
14593 * gdb.perf/gm-pervasive-typedef.h: New file.
14594 * gdb.perf/gm-std.cc: New file.
14595 * gdb.perf/gm-std.h: New file.
14596 * gdb.perf/gm-use-cerr.cc: New file.
14597 * gdb.perf/gm-utils.h: New file.
14598 * gdb.perf/gmonster-null-lookup.py: New file.
14599 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14600 * gdb.perf/gmonster-print-cerr.py: New file.
14601 * gdb.perf/gmonster-ptype-string.py: New file.
14602 * gdb.perf/gmonster-runto-main.py: New file.
14603 * gdb.perf/gmonster-select-file.py: New file.
14604 * gdb.perf/gmonster1-null-lookup.exp: New file.
14605 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14606 * gdb.perf/gmonster1-print-cerr.exp: New file.
14607 * gdb.perf/gmonster1-ptype-string.exp: New file.
14608 * gdb.perf/gmonster1-runto-main.exp: New file.
14609 * gdb.perf/gmonster1-select-file.exp: New file.
14610 * gdb.perf/gmonster1.cc: New file.
14611 * gdb.perf/gmonster1.exp: New file.
14612 * gdb.perf/gmonster2-null-lookup.exp: New file.
14613 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14614 * gdb.perf/gmonster2-print-cerr.exp: New file.
14615 * gdb.perf/gmonster2-ptype-string.exp: New file.
14616 * gdb.perf/gmonster2-runto-main.exp: New file.
14617 * gdb.perf/gmonster2-select-file.exp: New file.
14618 * gdb.perf/gmonster2.cc: New file.
14619 * gdb.perf/gmonster2.exp: New file.
14620
6eab34f3
DE
146212015-07-24 Doug Evans <dje@google.com>
14622
14623 * gdb.perf/README: New file.
14624 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14625 * lib/gen-perf-test.exp: New file.
14626
63738bfd
DE
146272015-07-24 Doug Evans <dje@google.com>
14628
14629 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14630 (PerfTest::startup): New function.
14631 (PerfTest::run): Return result of calling body.
14632 (PerfTest::assemble): Rewrite.
14633 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14634 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14635 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14636 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14637 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14638
7b606f95
DE
146392015-07-24 Doug Evans <dje@google.com>
14640
14641 * lib/gdb.exp (clean_restart): Make executable optional.
14642
a97b16b8
DE
146432015-07-24 Doug Evans <dje@google.com>
14644
14645 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14646 compiler_info references.
14647 * gdb.cp/temargs.exp: Ditto.
14648 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14649 (get_compiler_info): Early exit if already computed. Set compiler_info
14650 to "unknown" if there was a problem.
14651 (test_compiler_info): Add function comment. Call get_compiler_info.
14652
35baa57f
DE
146532015-07-24 Doug Evans <dje@google.com>
14654
14655 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14656 (workers/%.worker, build-perf): New rule.
14657 (GDB_PERFTEST_MODE): New variable.
14658 (check-perf): Use it.
14659 (clean): Clean up gdb.perf parallel build subdirs.
14660 * lib/build-piece.exp: New file.
14661 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14662 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14663 name.
14664 (standard_temp_file): Ditto.
14665 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14666 of $GDB_PARALLEL.
14667
6ebea266
DE
146682015-07-24 Doug Evans <dje@google.com>
14669
14670 * lib/future.exp (gdb_default_target_compile): New option
14671 "early_flags".
14672 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14673 --as-needed.
14674
1e76a7e9
SDJ
146752015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14676
14677 * gdb.base/catch-syscall.exp: Call gdb_exit before
14678 gdb_skip_xml_test.
14679
5068630a
PA
146802015-07-24 Pedro Alves <palves@redhat.com>
14681
14682 * gdb.python/py-events.exp: Accept output between the stop event
14683 and the prompt.
14684 * gdb.python/py-evsignal.exp: Likewise.
14685 * gdb.python/py-evthreads.exp: Likewise.
14686
77598427
PA
146872015-07-24 Pedro Alves <palves@redhat.com>
14688
14689 PR gdb/18717
14690 * gdb.threads/non-ldr-exit.c: New file.
14691 * gdb.threads/non-ldr-exit.exp: New file.
14692
11e6c98f
YQ
146932015-07-24 Yao Qi <yao.qi@linaro.org>
14694
14695 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14696 restarting process.
14697
51aee833
YQ
146982015-07-24 Yao Qi <yao.qi@linaro.org>
14699
14700 * gdb.server/ext-restart.exp: New file.
14701
8cfe207c
YQ
147022015-07-24 Yao Qi <yao.qi@linaro.org>
14703
14704 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14705 argument options.
14706 * gdb.server/ext-wrapper.exp: New file.
14707
cc12ce38
DE
147082015-07-23 Doug Evans <dje@google.com>
14709
14710 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14711 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14712
d0d84780
PMR
147132015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14714
14715 * gdb.ada/var_arr_typedef.exp: New testcase.
14716 * gdb.ada/var_arr_typedef/pack.adb: New file.
14717 * gdb.ada/var_arr_typedef/pack.ads: New file.
14718 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14719
8b558f79
JB
147202015-07-20 Joel Brobecker <brobecker@adacore.com>
14721
14722 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14723
775a3298
JK
147242015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14725
14726 * gdb.arch/i386-biarch-core.exp: Replace istarget
14727 by "complete set gnutarget". Remove expectation for the "core-file"
14728 command.
14729
db1ff28b
JK
147302015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14731
14732 Revert the previous commit:
14733 Tests for validate symbol file using build-id.
14734
0a94970d
JK
147352015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14736
14737 Tests for validate symbol file using build-id.
14738 * gdb.base/solib-mismatch-lib.c: New file.
14739 * gdb.base/solib-mismatch-libmod.c: New file.
14740 * gdb.base/solib-mismatch.c: New file.
14741 * gdb.base/solib-mismatch.exp: New file.
14742
03346981
SL
147432015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14744
14745 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14746 nios2-*-linux*.
14747 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14748 * gdb.base/siginfo.exp: Likewise.
14749 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14750
42422cc7
PL
147512015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14752
14753 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14754 Move it to ...
14755 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14756 ... here.
14757 * gdb.trace/range-stepping.exp: Check that the target supports
14758 range stepping.
14759
cfa68bae
JK
147602015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14761
14762 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14763
8ffdba26
PA
147642015-07-14 Pedro Alves <palves@redhat.com>
14765
14766 * gdb.base/killed-outside.exp: New file.
14767 * gdb.base/killed-outside.c: New file.
14768
218a5a11
JK
147692015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14770
14771 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14772 (n at main): New.
14773 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14774
e03ed3c6
AA
147752015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14776
14777 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14778 infcall tests instead of setting up for KFAIL.
14779
485668e5
MM
147802015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14781
14782 * gdb.btrace/record_goto-step.exp: New.
14783
08464196
JK
147842015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14785
14786 PR compile/18484
14787 * gdb.compile/compile.c (struct struct_type): Add volatile to
14788 selffield's type.
14789 * gdb.compile/compile.exp
14790 (compile code struct_object.selffield = &struct_object): Skip further
14791 struct_object tests if this one xfails.
14792
bcf5c1d9
RC
147932015-07-08 Robert O'Callahan <robert@ocallahan.org>
14794
14795 PR exp/18617
14796 * gdb.trace/ax.exp: Add test.
14797
4931af25
YQ
147982015-07-07 Yao Qi <yao.qi@linaro.org>
14799
14800 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14801 instead of istarget "aarch64*-*-*".
14802 * gdb.arch/aarch64-fp.exp: Likewise.
14803 * gdb.base/float.exp: Likewise.
14804 * gdb.reverse/aarch64.exp: Likewise.
14805 * lib/gdb.exp (is_aarch64_target): New proc.
14806
9fcf688e
YQ
148072015-07-07 Yao Qi <yao.qi@linaro.org>
14808
14809 * lib/gdb.exp (is_aarch32_target): New proc.
14810 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14811 instead of "istarget "arm*-*-*"".
14812 * gdb.arch/arm-disp-step.exp: Likewise.
14813 * gdb.arch/thumb-bx-pc.exp: Likewise.
14814 * gdb.arch/thumb-prologue.exp: Likewise.
14815 * gdb.arch/thumb-singlestep.exp: Likewise.
14816 * gdb.base/disp-step-syscall.exp: Likewise.
14817 * gdb.base/float.exp: Likewise.
14818
fbd8d50d
YQ
148192015-07-07 Yao Qi <yao.qi@linaro.org>
14820
14821 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14822 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14823
71be1fdc
YQ
148242015-07-07 Yao Qi <yao.qi@linaro.org>
14825
14826 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14827 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14828 if it exists.
14829 * gdb.multi/multi-arch.exp: Likewise.
14830
3e221d36
SM
148312015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14832
14833 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14834 print.
14835
d441430b
YQ
148362015-07-07 Yao Qi <yao.qi@linaro.org>
14837
14838 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14839
06f810bd
MG
148402015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14841
14842 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14843 '[' and ']' characters.
14844
5e61e7c0
IB
148452015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14846
14847 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14848
28bf096c
PA
148492015-06-29 Pedro Alves <palves@redhat.com>
14850
14851 PR threads/18127
14852 * gdb.threads/hand-call-new-thread.c: New file.
14853 * gdb.threads/hand-call-new-thread.c: New file.
14854
ee93cd5e
KS
148552015-06-26 Keith Seitz <keiths@redhat.com>
14856 Doug Evans <dje@google.com>
14857
14858 PR 16253
14859 * gdb.cp/var-tag-2.cc: New file.
14860 * gdb.cp/var-tag-3.cc: New file.
14861 * gdb.cp/var-tag-4.cc: New file.
14862 * gdb.cp/var-tag.cc: New file.
14863 * gdb.cp/var-tag.exp: New file.
14864
fc637f04
PP
148652015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14866
14867 * gdb.base/history-duplicates.exp: New test.
14868
2e52ae68
PP
148692015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14870
14871 * gdb.base/completion.exp: Test the completion of the "focus"
14872 command.
14873
6e22494e
JK
148742015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14875
14876 * gdb.arch/amd64-prologue-skip.S: New file.
14877 * gdb.arch/amd64-prologue-skip.exp: New file.
14878
bf7b9cd9
SM
148792015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14880
14881 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14882 is_address_zero_readable check.
14883
201e8dfd
PB
148842015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14885
14886 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14887 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14888
5cd867b4
YQ
148892015-06-24 Yao Qi <yao.qi@linaro.org>
14890
14891 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14892 linux targets.
14893
4d7be007
YQ
148942015-06-24 Yao Qi <yao.qi@linaro.org>
14895
14896 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14897 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14898 * gdb.base/siginfo-thread.exp: Likewise.
14899
07fcd301
YQ
149002015-06-22 Yao Qi <yao.qi@linaro.org>
14901
14902 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14903
52042a00
YQ
149042015-06-22 Yao Qi <yao.qi@linaro.org>
14905
14906 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14907 aarch64*-*-*.
14908 (skip_hw_watchpoint_tests): Likewise.
14909
74bd41ce
PP
149102015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14911
14912 * gdb.base/gdbinit-history.exp: Test the interaction between
14913 setting GDBHISTSIZE and setting the history size via .gdbinit.
14914
bc460514
PP
149152015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14916
14917 PR gdb/16999
14918 * gdb.base/gdbhistsize-history.exp: New test.
14919
b58c513b
PP
149202015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14921
14922 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14923 with GDBHISTSIZE.
14924 * gdb.base/readline.exp: Likewise.
14925
92046791
YQ
149262015-06-17 Yao Qi <yao.qi@linaro.org>
14927
14928 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14929 line.
14930
2093d2d3
PP
149312015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14932
14933 * gdb.base/gdbinit-history.exp: Add test case to check that
14934 an unlimited history file does not get truncated on exit.
14935
e6c693af
AA
149362015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14937
14938 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14939 (VECTOR): New macro. Use it...
14940 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14941 ...for these typedefs.
14942 (int8, char1, int1, double1): New typedefs.
14943 (struct just_int2, struct two_int2): New structures.
14944 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14945 (add_structvecs, add_singlevecs): New functions.
14946 (main): Call add_some_intvecs twice.
14947 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14948 the compile and exit upon failure. Try compiling for the "native"
14949 architecture. Test inferior function calls with vector arguments
14950 and vector return value handling with "finish" and "return".
14951
c74f7d1c
JT
149522015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14953
14954 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14955 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14956 PE file.
14957 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14958
98aa42ee
AT
149592015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14960
14961 PR breakpoints/16465
14962 * gdb.mi/mi-dprintf-pending.c: New file.
14963 * gdb.mi/mi-dprintf-pending.exp: New test.
14964 * gdb.mi/mi-dprintf-pendshr.c: New file.
14965
7d73c23c 149662015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 14967 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
14968
14969 * gdb.arch/i386-mpx-map.c: New file.
14970 * gdb.arch/i386-mpx-map.exp: New File.
14971
149722015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14973
14974 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14975 * gdb.arch/i386-mpx.exp: Indentation fixed.
14976
149772015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14978
14979 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14980 function and improved indentation.
14981 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14982 gdb_test_multiple. Added additional tests to skip the test.
14983
149842015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14985
14986 * gdb.arch/i386-avx512.c: Change path in include file.
14987 * gdb.arch/i386-avx512.exp: Change include dir path
14988 compilation flag.
14989 * gdb.arch/i386-mpx.c: Change path in include file.
14990 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14991 flag.
14992
d5eba19a
JK
149932015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14994
14995 * gdb.compile/compile-print.exp (compile print *vararray@3)
14996 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14997
7f361056
JK
149982015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14999
15000 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15001 (do not keep jit in memory): ... this.
15002 (expect 5): Change it to ...
15003 (expect no 5): ... this.
15004
3b462ec2
SM
150052015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15006
15007 PR gdb/15564
15008 * gdb.mi/mi-detach.exp: New file.
15009
e0619de6
JK
150102015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15011
15012 PR symtab/18392
15013 * gdb.arch/amd64-tailcall-self.S: New file.
15014 * gdb.arch/amd64-tailcall-self.c: New file.
15015 * gdb.arch/amd64-tailcall-self.exp: New file.
15016
e970cb34
DB
150172015-05-28 Don Breazeal <donb@codesourcery.com>
15018
15019 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15020 tests for remote targets by checking is_target_gdbserver.
15021
b2e2f908
DE
150222015-05-27 Doug Evans <dje@google.com>
15023
15024 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15025 * gdb.dwarf2/opaque-type-lookup.c: New file.
15026 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15027
82c7be31
DE
150282015-05-26 Doug Evans <dje@google.com>
15029
15030 * gdb.cp/iostream.cc: New file.
15031 * gdb.cp/iostream.exp: New file.
15032
b4f54984
DE
150332015-05-26 Doug Evans <dje@google.com>
15034
15035 * gdb.dwarf2/dw2-op-call.exp: Update.
15036 * gdb.dwarf2/dw4-sig-types.exp: Update.
15037 * gdb.dwarf2/implptr.exp: Update.
15038 * gdb.mi/mi-cmd-param-changed.exp: Update.
15039
4ea6efe9
DE
150402015-05-26 Doug Evans <dje@google.com>
15041
15042 * gdb.python/py-lazy-string.c: New file.
15043 * gdb.python/py-lazy-string.exp: New file.
15044 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15045 (main): Update. Add estring3.
15046 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15047 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15048
f6bb7db3
YQ
150492015-05-26 Omair Javaid <omair.javaid@linaro.org>
15050 Yao Qi <yao.qi@linaro.org>
15051
15052 * gdb.reverse/aarch64.c: New.
15053 * gdb.reverse/aarch64.exp: New.
15054
a81bfbd0
OJ
150552015-05-26 Omair Javaid <omair.javaid@linaro.org>
15056
25d49b86
PA
15057 * lib/gdb.exp (supports_process_record): Return true for
15058 aarch64*-linux*.
a81bfbd0
OJ
15059 (supports_reverse): Likewise.
15060
158bf1b4
PP
150612015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15062
15063 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15064 Use with_test_prefix.
15065
a0145030
AB
150662015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15067
15068 * gdb.base/completion.exp: Add test for completion of layout
15069 names.
15070
ebe3b578
AB
150712015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15072
15073 * lib/gdb.exp (skip_tui_tests): New proc.
15074 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15075
84204ed7
PA
150762015-05-19 Pedro Alves <palves@redhat.com>
15077
15078 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15079 Save the whole env array instead of just HOME. Unset HISTSIZE in
15080 the environment while testing. Restore whole environment
15081 afterwards.
15082
37442ce1
DE
150832015-05-16 Doug Evans <xdje42@gmail.com>
15084
15085 * gdb.guile/scm-ports.c: New file.
15086 * gdb.guile/scm-ports.exp: Add memory port tests.
15087
36de76f9
JK
150882015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15089
15090 * gdb.compile/compile-print.c: New file.
15091 * gdb.compile/compile-print.exp: New file.
15092
3a9558c4
JK
150932015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15094
15095 * gdb.compile/compile-ops.exp: Cast param to void.
15096 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15097 (compile code struct_object.selffield = &struct_object): Add xfail.
15098
aa715135
JG
150992015-05-15 Joel Brobecker <brobecker@adacore.com>
15100
15101 * gdb.ada/arr_enum_with_gap: New testcase.
15102
931e5bc3
JG
151032015-05-15 Joel Brobecker <brobecker@adacore.com>
15104
15105 * gdb.ada/byte_packed_arr: New testcase.
15106
9cd4d857
JB
151072015-05-15 Joel Brobecker <brobecker@adacore.com>
15108
15109 * gdb.ada/pckd_neg: New testcase.
15110
ebfd00d2
PP
151112015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15112
15113 PR gdb/17820
15114 * gdb.base/gdbinit-history.exp: New test.
15115 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15116 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15117
4c082a81
SC
151182015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15119
15120 * gdb.python/py-xmethods.cc: Enhance test case.
15121 * gdb.python/py-xmethods.exp: New tests.
15122 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15123 function.
15124 (B_indexoper): Likewise.
15125 (global_dm_list) : Add new xmethod worker functions.
15126
f7797074
SDJ
151272015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15128
15129 * gdb.base/coredump-filter.exp: Correctly unset
15130 "coredump_var_addr" array.
15131
a4674e4e
PA
151322015-05-08 Pedro Alves <palves@redhat.com>
15133
15134 * gdb.server/non-existing-program.exp: Unset spawn_id.
15135
df2eb078
SC
151362015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15137
15138 PR python/18291
15139 * gdb.python/py-xmethods.exp: Add tests.
15140
422349a3
YQ
151412015-05-08 Yao Qi <yao.qi@linaro.org>
15142
15143 PR gdb/18208
15144 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15145 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15146 function set_coredump_filter, and remove remote_exec call.
15147 Remove argument ipid. Callers update.
15148 (top level): Don't get inferior's PID.
15149
63fc80ce
AA
151502015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15151
15152 * gdb.base/watch_thread_num.exp: Skip test on targets without
15153 access watchpoints.
15154
80ad801e
PA
151552015-05-06 Pedro Alves <palves@redhat.com>
15156
15157 PR server/18081
15158 * gdb.server/non-existing-program.exp: New file.
15159
0fa7fe50
JB
151602015-05-05 Joel Brobecker <brobecker@adacore.com>
15161
15162 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15163
3ea89b92
PMR
151642015-05-05 Joel Brobecker <brobecker@adacore.com>
15165
15166 * gdb.ada/out_of_line_in_inlined: New testcase.
15167
87b8eff0
JB
151682015-05-05 Joel Brobecker <brobecker@adacore.com>
15169
15170 * gdb.ada/var_rec_arr: New testcase.
15171
5fccc635
YQ
151722015-04-30 Yao Qi <yao.qi@linaro.org>
15173
15174 * gdb.base/break-idempotent.exp: If
15175 skip_hw_watchpoint_multi_tests returns true, skip the tests
15176 on "rwatch" and "awatch".
15177
42d38f42
YQ
151782015-04-30 Yao Qi <yao.qi@linaro.org>
15179
15180 * gdb.base/relativedebug.exp: Invoke gdb command
15181 "info sharedlibrary", and if libc.so doesn't have debug info,
15182 skip the test.
15183
2ce1cdbf
DE
151842015-04-29 Doug Evans <dje@google.com>
15185
15186 * gdb.python/py-xmethods.exp: Add ptype tests.
15187 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15188 get_result_type method.
15189
f24a38c5
LM
151902015-04-29 Luis Machado <lgustavo@codesourcery.com>
15191
15192 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15193 the target does not support hardware watchpoints.
15194
ecbf2b3c
LM
151952015-04-29 Luis Machado <lgustavo@codesourcery.com>
15196
15197 * gdb.base/break-always.exp: Abort testing if writing to memory
15198 causes an error.
15199
34f5f757
DE
152002015-04-28 Doug Evans <dje@google.com>
15201
15202 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15203 * gdb.python/py-pp-registration.exp: ... here. New file.
15204 * gdb.python/py-pp-registration.c: New file.
15205 * gdb.python/py-pp-registration.py: New file.
15206
69b4374a
DE
152072015-04-28 Doug Evans <dje@google.com>
15208
15209 * gdb.python/py-bad-printers.c: New file.
15210 * gdb.python/py-bad-printers.py: New file.
15211 * gdb.python/py-bad-printers.exp: New file.
15212
59fb7612
SS
152132015-04-28 Sasha Smundak <asmundak@google.com>
15214
15215 * gdb.python/py-type.exp: New test.
15216
2631b16a
AW
152172015-04-28 Andy Wingo <wingo@igalia.com>
15218
15219 * gdb.python/py-parameter.exp:
15220 * gdb.guile/scm-parameter.exp: Escape the path that we are
15221 matching against, as it might contain characters that are special
15222 to regular expressions.
15223
460efde1
JB
152242015-04-27 Joel Brobecker <brobecker@adacore.com>
15225
15226 * gdb.ada/rec_comp: New testcase.
15227
2d369d8e
SDJ
152282015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15229
15230 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15231 before using it.
15232
cf75d6c3
AB
152332015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15234
15235 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15236 new tests for verilog output.
15237
8dbe7ca5
YQ
152382015-04-24 Yao Qi <yao.qi@linaro.org>
15239
15240 * boards/remote-gdbserver-on-localhost.exp: New file.
15241
4ef9fb2f
PA
152422015-04-23 Pedro Alves <palves@redhat.com>
15243
15244 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15245 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15246 "end of file", remove $inferior_spawn_id from the indirect list.
15247
0a803169
PA
152482015-04-23 Pedro Alves <palves@redhat.com>
15249
15250 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15251
749ef8f8
PA
152522015-04-23 Pedro Alves <palves@redhat.com>
15253
15254 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15255 on $any_spawn_id instead of only on $gdb_spawn_id.
15256
8aae4344
PM
152572015-04-21 Pierre Muller <muller@sourceware.org>
15258
15259 PR pascal/17815
15260 * lib/pascal.exp (gpc_compile): Add new option "class".
15261 (fpc_compile): Likewise.
15262 * gdb.pascal/case-insensitive-symbols.pas: New file.
15263 * gdb.pascal/case-insensitive-symbols.exp: New file.
15264
1586c8fb
GB
152652015-04-20 Gary Benson <gbenson@redhat.com>
15266
15267 * gdb.base/attach.exp: Fix three extended remote failures.
15268
1b6e6f5c
GB
152692015-04-17 Gary Benson <gbenson@redhat.com>
15270
15271 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15272 the main executable over the remote protocol.
15273
e797481d
PA
152742015-04-16 Pedro Alves <palves@redhat.com>
15275
15276 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15277 a new gdbserver if gdbserver_reconnect_p is set.
15278
1ca99c42
PA
152792015-04-16 Pedro Alves <palves@redhat.com>
15280
15281 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15282 is set, don't exit gdbserver.
15283
af9fd6f8
AA
152842015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15285
15286 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15287 appropriate .insn, such that an older assembler can be used.
15288 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15289 the z/Architecture instruction set on 31-bit targets as well.
15290
04ff1e61
AA
152912015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15292
15293 * gdb.go/handcall.exp: Remove all logic related to the first
15294 breakpoint and rely on go_runto_main instead.
15295 * gdb.go/strings.exp: Likewise.
15296 * gdb.go/unsafe.exp: Likewise.
15297 * gdb.go/hello.exp: Likewise. Also rename the remaining
15298 breakpoint marker to "breakpoint 1".
15299 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15300 * gdb.go/strings.go: Likewise.
15301 * gdb.go/unsafe.go: Likewise.
15302 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15303 "set breakpoint 2 here" and rename the remaining breakpoint marker
15304 to "breakpoint 1".
15305
40d2f8d6
SM
153062015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15307
15308 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15309 if itertools.imap is not present.
15310 * gdb.python/py-objfile.exp: Add parentheses.
15311 * gdb.python/py-type.exp: Same.
15312 * gdb.python/py-unwind-maint.py: Same.
15313
8cbc97c6
YQ
153142015-04-15 Yao Qi <yao.qi@linaro.org>
15315
15316 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15317 of ":$ptr_size" and set its form explicitly.
15318
45fd756c
YQ
153192015-04-15 Pedro Alves <palves@redhat.com>
15320 Yao Qi <yao.qi@linaro.org>
15321
15322 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15323 timeout by factor of 4.
15324 (test_regular_watch): Likewise.
15325 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15326 * gdb.reverse/sigall-reverse.exp: Likewise.
15327 * gdb.reverse/until-precsave.exp: Likewise.
15328 * lib/gdb.exp (with_timeout_factor): New proc.
15329 (gdb_expect): Move some code to ...
15330 (get_largest_timeout): ... here. New procedure.
15331
9e811bc3
LM
153322015-04-14 Luis Machado <lgustavo@codesourcery.com>
15333
15334 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15335
0ff6fcb2
LM
153362015-04-13 Luis Machado <lgustavo@codesourcery.com>
15337
15338 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15339 to write to the .text section.
15340
7578d5f7
LM
153412015-04-13 Luis Machado <lgustavo@codesourcery.com>
15342
15343 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15344 Handle the case of targets that do not provide PID information.
15345
2efe15c4
YQ
153462015-04-13 Yao Qi <yao.qi@linaro.org>
15347
15348 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15349 and use expect instead of gdb_expect.
15350
8cd8f2f8
SDJ
153512015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15352
15353 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15354 "coredump_var_addr" to avoid naming conflict with other testcases.
15355
9ee41772
PA
153562015-04-10 Pedro Alves <palves@redhat.com>
15357
15358 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15359 gdb_test_sequence and gdb_assert.
15360
07473109
PA
153612015-04-10 Pedro Alves <palves@redhat.com>
15362
15363 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15364 test messages that don't include the breakpoint address.
15365
de3db44c
YQ
153662015-04-10 Yao Qi <yao.qi@linaro.org>
15367
15368 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15369 false for some offset and width combinations which aren't
15370 supported by linux kernel.
15371
c79d856c
PA
153722015-04-10 Pedro Alves <palves@redhat.com>
15373
15374 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15375 procedure, factored out from ...
15376 (top level): ... here. Add "set displaced-stepping" testing axis.
15377 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15378 parameter "displaced". Use it.
15379 (top level): Use foreach and add "set displaced-stepping" testing
15380 axis.
15381
ebc90b50
PA
153822015-04-10 Pedro Alves <palves@redhat.com>
15383
15384 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15385 Remove comment.
15386 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15387 both the address of the instruction that triggers the watchpoint
15388 and the address of the instruction immediately after, and use
15389 those addresses for the test. Fix comment.
15390
8f572e5c
PA
153912015-04-10 Pedro Alves <palves@redhat.com>
15392
15393 * gdb.base/sigstep.exp (breakpoint_to_handler)
15394 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15395 Test "backtrace" in handler.
15396 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15397 (top level): Add new "displaced" test axis to
15398 breakpoint_to_handler, breakpoint_to_handler_entry and
15399 breakpoint_over_handler.
15400
8d707a12
PA
154012015-04-10 Pedro Alves <palves@redhat.com>
15402
15403 PR gdb/18216
15404 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15405
ef713951
YQ
154062015-04-10 Yao Qi <yao.qi@linaro.org>
15407
15408 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15409 (test_add_rn_pc): New function.
15410 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15411 (top level): Invoke test_add_rn_pc.
15412
906d60cf
PA
154132015-04-10 Pedro Alves <palves@redhat.com>
15414
15415 PR gdb/13858
15416 * gdb.base/step-over-no-symbols.exp: New file.
15417
f2983cc3
AW
154182015-04-09 Andy Wingo <wingo@igalia.com>
15419
15420 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15421 after the Python tests.
15422
6d62641c
SDJ
154232015-04-08 Keith Seitz <keiths@redhat.com>
15424
15425 PR python/16699
15426 * gdb.python/py-completion.exp: New tests for completion.
15427 * gdb.python/py-completion.py (CompleteLimit1): New class.
15428 (CompleteLimit2): Likewise.
15429 (CompleteLimit3): Likewise.
15430 (CompleteLimit4): Likewise.
15431 (CompleteLimit5): Likewise.
15432 (CompleteLimit6): Likewise.
15433 (CompleteLimit7): Likewise.
15434
f3770638
PA
154352015-04-08 Pedro Alves <palves@redhat.com>
15436
15437 PR gdb/18214
15438 PR gdb/18216
15439 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15440 function.
15441 (main): Install it as SIGUSR1 handler.
15442 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15443 parameter. Always use "setup" as prefix. Toggle "set
15444 displaced-stepping" off/on depending on global. Don't switch to
15445 thread 1 here.
15446 (top level): Add displaced stepping "off/on" test axis. Update
15447 "setup" calls. Wrap each subtest with with_test_prefix. Test
15448 continuing with a queued signal in each thread.
15449
4496bed7
PA
154502015-04-08 Pedro Alves <palves@redhat.com>
15451
15452 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15453 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15454 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15455 Return early if running to main fails.
15456 * gdb.trace/while-stepping.exp: Likewise.
15457
b97fde92
PA
154582015-04-07 Pedro Alves <palves@redhat.com>
15459
15460 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15461 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15462 interact with inferior program.
15463
f71c18e7
PA
154642015-04-07 Pedro Alves <palves@redhat.com>
15465
15466 * lib/gdb.exp (inferior_spawn_id): New global.
15467 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15468 spawn id after processing the user code.
15469 (default_gdb_start): Set inferior_spawn_id.
15470 (send_inferior): New procedure.
15471 * lib/gdbserver-support.exp (gdbserver_start): Set
15472 inferior_spawn_id.
15473 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15474
6423214f
PA
154752015-04-07 Pedro Alves <palves@redhat.com>
15476
15477 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15478 * lib/gdbserver-support.exp (gdbserver_start): Make
15479 $server_spawn_id global.
15480 (gdbserver_start): Don't wait for gdbserver's spawn id with
15481 expect_background.
15482 (close_gdbserver): New procedure.
15483 (gdb_exit): Rename the default version and reimplement.
15484
71c0ee8c
PA
154852015-04-07 Pedro Alves <palves@redhat.com>
15486
72f4393d 15487 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15488 append the substituted item, not the original item.
15489
203bc29b
PA
154902015-04-07 Pedro Alves <palves@redhat.com>
15491
15492 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15493 gdb_expect.
15494
508a3ddf
PA
154952015-04-07 Pedro Alves <palves@redhat.com>
15496
15497 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15498 output appearing once only.
15499
9f6dbe2b
PA
155002015-04-07 Pedro Alves <palves@redhat.com>
15501
15502 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15503 that doesn't expect anything. Return early if running to main
15504 fails.
15505
337532fa
YQ
155062015-04-07 Yao Qi <yao.qi@linaro.org>
15507
15508 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15509 (child_function): Call alarm.
15510 (main): Move call to alarm into the loop.
15511 * gdb.threads/non-stop-fair-events.exp: Build program with
15512 -DTIMEOUT=$timeout.
15513
01b622d4
DE
155142015-04-06 Doug Evans <xdje42@gmail.com>
15515
15516 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15517 Fix dest parameter to board_info.
15518 (fpc_compile): Ditto.
15519 (gdb_compile_pascal): Rename dest arg to destfile.
15520
961f4160
PMR
155212015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15522
15523 * gdb.ada/funcall_ref.exp: New file.
15524 * gdb.ada/funcall_ref/foo.adb: New file.
15525
cafda597
YQ
155262015-04-02 Yao Qi <yao.qi@linaro.org>
15527
15528 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15529 is remote.
15530
fed040c6
GB
155312015-04-02 Gary Benson <gbenson@redhat.com>
15532
15533 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15534
d11916aa
SS
155352015-04-01 Sasha Smundak <asmundak@google.com>
15536
15537 * gdb.python/py-unwind-maint.c: New file.
15538 * gdb.python/py-unwind-maint.exp: New test.
15539 * gdb.python/py-unwind-maint.py: New file.
15540 * gdb.python/py-unwind.c: New file.
15541 * gdb.python/py-unwind.exp: New test.
15542 * gdb.python/py-unwind.py: New test.
15543
a1471180
PA
155442015-04-01 Pedro Alves <palves@redhat.com>
15545
15546 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15547 to fail instead of non-existent $test.
15548
0bbeccb1
PA
155492015-04-01 Pedro Alves <palves@redhat.com>
15550
15551 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15552 GDBFLAGS if not empty.
15553
3c724c8c
PMR
155542015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15555
15556 * gdb.ada/complete.exp: Remove "multi_line".
15557 * gdb.ada/info_exc.exp: Remove "multi_line".
15558 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15559 * gdb.ada/ptype_field.exp: Remove "multi_line".
15560 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15561 * gdb.ada/tagged.exp: Remove "multi_line".
15562 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15563 [multi_line ...]
15564 * gdb.btrace/delta.exp: Likewise.
15565 * gdb.btrace/exception.exp: Likewise.
15566 * gdb.btrace/function_call_history.exp: Likewise.
15567 * gdb.btrace/instruction_history.exp: Likewise.
15568 * gdb.btrace/nohist.exp: Likewise.
15569 * gdb.btrace/record_goto.exp: Likewise.
15570 * gdb.btrace/segv.exp: Likewise.
15571 * gdb.btrace/stepi.exp: Likewise.
15572 * gdb.btrace/tailcall.exp: Likewise.
15573 * gdb.btrace/unknown_functions.exp: Likewise.
15574 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15575 * lib/gdb.exp: Add the "multi_line" helper.
15576
4eec2deb
PA
155772015-04-01 Pedro Alves <palves@redhat.com>
15578
15579 * gdb.threads/tid-reuse.c: New file.
15580 * gdb.threads/tid-reuse.exp: New file.
15581
df8411da
SDJ
155822015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15583
15584 PR corefiles/16092
15585 * gdb.base/coredump-filter.c: New file.
15586 * gdb.base/coredump-filter.exp: Likewise.
15587
6ef37366
PM
155882015-03-27 Petr Machata <pmachata@redhat.com>
15589
15590 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15591 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15592 (Dwarf::assemble): Initialize them.
15593 (Dwarf::lines): New function.
15594
7ec911b0
JT
155952015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15596
15597 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15598 SYMBOL_PREFIX for x86_64-*-cygwin.
15599
ff908ebf
AW
156002015-03-26 Andy Wingo <wingo@igalia.com>
15601
15602 PR symtab/18148
15603 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15604 const_value but not a location.
15605 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15606 location defined in non-main CUs are visible.
15607
6d5f0679
YQ
156082015-03-26 Yao Qi <yao.qi@linaro.org>
15609
15610 PR testsuite/18139
15611 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15612 Add a line number entry for the same line.
15613 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15614 Add a line number entry for the same line.
15615
2898689b
YQ
156162015-03-26 Yao Qi <yao.qi@linaro.org>
15617
15618 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15619 .int 0.
15620 (func): Likewise. Add .Lfunc_1 label.
15621 Use .Lfunc_1 label.
15622 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15623 .int 0.
15624 (func): Likewise.
15625 Use .Lfunc_1 label.
15626
85180498
YQ
156272015-03-26 Yao Qi <yao.qi@linaro.org>
15628
15629 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15630 Call gdb_compile instead to compile each .s files without debug
15631 information.
15632
8aa08a8d
YQ
156332015-03-26 Yao Qi <yao.qi@linaro.org>
15634
15635 * gdb.base/savedregs.exp (process_saved_regs): Make
15636 "Saved registers:" optional in the pattern.
15637
66849923
MM
156382015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15639
15640 * gdb.btrace/next.exp: Merged into step.exp.
15641 * gdb.btrace/finish.exp: Merged into step.exp.
15642 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15643 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15644 "record goto" and checking the exact replay position.
15645 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15646 check for "Recording format" in "info record" output.
15647 * gdb.btrace/record_goto.exp: Choose test file based on target.
15648 * gdb.btrace/x86-record_goto.S: Renamed into ...
15649 * gdb.btrace/x86_64-record_goto.S: ... this.
15650 * gdb.btrace/i686-record_goto.S: New.
15651 * gdb.btrace/x86-tailcall.S: Renamed into ...
15652 * gdb.btrace/x86_64-tailcall.S: ... this.
15653 * gdb.btrace/i686-tailcall.S: New.
15654 * gdb.btrace/x86-tailcall.c: Renamed into ...
15655 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15656 separate statements. Update test.
15657 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15658 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15659 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15660 * gdb.btrace/tailcall.exp: Choose test file based on target.
15661 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15662
11cc1b74
MM
156632015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15664
15665 * gdb.btrace/exception.exp: Increase BTS buffer size.
15666
a25d8bf9
PA
156672015-03-24 Pedro Alves <palves@redhat.com>
15668
15669 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15670
856e7dd6
PA
156712015-03-24 Pedro Alves <palves@redhat.com>
15672
15673 * gdb.threads/schedlock.exp (test_step): No longer expect that
15674 "set scheduler-locking step" with "next" over a function call runs
15675 threads unlocked.
15676
ad235a41
AT
156772015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15678
15679 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15680
15630549
AT
156812015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15682
15683 PR breakpoints/16466
15684 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15685 * gdb.mi/mi-pending.c (thread_func): New function.
15686 (int main): Add threading support required.
15687 * gdb.mi/mi-pending.exp: Add tests for this issue.
15688 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15689 (pendfunc2): Remove stdio dependency.
15690 * gdb.mi/mi-pendshr2.c: New file.
15691
693dca06
KS
156922015-03-23 Keith Seitz <keiths@redhat.com>
15693
15694 * gdb.linespec/keywords.c: New file.
15695 * gdb.linespec/keywords.exp: New file.
15696
7e993ebf
KS
156972015-03-23 Keith Seitz <keiths@redhat.com>
15698
15699 PR gdb/18021
15700 * gdb.dwarf2/staticvirtual.exp: New test.
15701
bc23328c
JK
157022015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15703
15704 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15705 * README: Remove HP-UX and gdb.hp.
15706 (configuration):
15707 * configure: Regenerate.
15708 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15709 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15710 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15711 gdb.hp/gdb.defects/Makefile.
15712 * gdb.hp/Makefile.in: File deleted.
15713 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15714 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15715 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15716 * gdb.hp/gdb.aCC/run.c: File deleted.
15717 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15718 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15719 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15720 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15721 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15722 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15723 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15724 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15725 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15726 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15727 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15728 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15729 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15730 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15731 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15732 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15733 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15734 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15735 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15736 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15737 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15738 * gdb.hp/gdb.compat/average.c: File deleted.
15739 * gdb.hp/gdb.compat/sum.c: File deleted.
15740 * gdb.hp/gdb.compat/xdb.c: File deleted.
15741 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15742 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15743 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15744 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15745 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15746 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15747 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15748 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15749 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15750 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15751 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15752 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15753 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15754 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15755 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15756 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15757 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15758 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15759 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15760 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15761 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15762 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15763 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15764 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15765 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15766 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15767 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15768 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15769 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15770 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15771 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15772 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15773 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15774 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15775 * gdb.hp/tools/odump: File deleted.
15776
8bf3b159
PA
157772015-03-19 Pedro Alves <palves@redhat.com>
15778
15779 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15780 (saw_thread_3): New globals.
15781 (top level): Increment them when an event for the corresponding
15782 thread is seen.
15783 (no thread starvation): New test.
15784
eb54c8bf
PA
157852015-03-19 Pedro Alves <palves@redhat.com>
15786
15787 * gdb.threads/continue-pending-status.c: New file.
15788 * gdb.threads/continue-pending-status.exp: New file.
15789
32d2e5d6
PA
157902015-03-18 Pedro Alves <palves@redhat.com>
15791
15792 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15793 Use gdb_is_target_remote instead of is_remote. Use
15794 gdb_test_multiple instead of gdb_expect. Exit early if
15795 gdb_test_multiple hits its internal matches. Tighten stepi tests
15796 expected output. Fail on exit with any signal, instead of just
15797 SIGILL.
15798
f68f11b7
YQ
157992015-03-18 Yao Qi <yao.qi@linaro.org>
15800
15801 PR tdep/18107
15802 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15803 variable.
15804 * gdb.base/catch-syscall.exp: Don't skip it on
15805 aarch64*-*-linux* target. Remove elements in all_syscalls.
15806 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15807 target.
15808 (setup_all_syscalls): New proc.
15809
ca5fd19b
YQ
158102015-03-16 Yao Qi <yao.qi@linaro.org>
15811
15812 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15813 (top level): Skip tests if valid_addr_p returns false for
15814 $cmd1 or $cmd2.
15815
85642ba0
AW
158162015-03-11 Andy Wingo <wingo@igalia.com>
15817
15818 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15819
e03f9645
YQ
158202015-03-11 Yao Qi <yao.qi@linaro.org>
15821
15822 * gdb.base/catch-syscall.exp: Fix typo in comments.
15823
5d0962b2
YQ
158242015-03-11 Yao Qi <yao.qi@linaro.org>
15825
15826 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15827
b2df3cef
PA
158282015-03-09 Pedro Alves <palves@redhat.com>
15829
15830 * dg-extract-results.py: Delete.
15831
ef878e53
PA
158322015-03-09 Pedro Alves <palves@redhat.com>
15833
15834 Merge dg-extract-results.sh from GCC upstream (r218843).
15835
15836 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15837 * dg-extract-results.sh: Use --text with grep to avoid issues with
15838 binary files. Fall back to cat -v, if that doesn't work.
15839
9494d219
PA
158402015-03-05 Pedro Alves <palves@redhat.com>
15841
15842 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15843
a8d9763a
SM
158442015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15845
15846 * lib/mi-support.exp (mi_expect_interrupt): Accept
15847 alternative event for when in all-stop mode.
15848
be9957b8
PA
158492015-03-04 Pedro Alves <palves@redhat.com>
15850
15851 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15852
d57be0f4 158532015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
15854
15855 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15856
c214c7cf
AA
158572015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15858
15859 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15860 regexps for GDB's current line display, accept a hex address
15861 preceding the line number.
15862
6d74a497
AA
158632015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15864
15865 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15866 the 'arch1' variable for "s390*-linux*" targets.
15867
511aee7c
PA
158682015-03-04 Pedro Alves <palves@redhat.com>
15869
15870 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15871 (main): Pass missing retval argument to pthread_join call.
15872
95e50b27
PA
158732015-03-02 Pedro Alves <palves@redhat.com>
15874
15875 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15876 (top level): Call do_test with non-stop as well.
15877
28054d69
PA
158782015-03-02 Pedro Alves <palves@redhat.com>
15879
15880 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15881 -1.
15882
4fa5d7b4
AA
158832015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15884
15885 * gdb.arch/s390-vregs.exp: New test.
15886 * gdb.arch/s390-vregs.S: New file.
15887
97c18565
PA
158882015-02-27 Pedro Alves <palves@redhat.com>
15889
15890 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15891 call to catch_command_errors.
15892 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15893 catch_command_errors.
15894
a37bfa30
PA
158952015-02-27 Pedro Alves <palves@redhat.com>
15896
15897 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15898 "true" for boolean result.
15899 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15900 prototype of main.
15901
6f98576f
PA
159022015-02-27 Pedro Alves <palves@redhat.com>
15903
15904 * lib/unbuffer_output.c: New file.
15905 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15906 (main): Call gdb_unbuffer_output.
15907
eba5ab56
YQ
159082015-02-27 Yao Qi <yao.qi@linaro.org>
15909
15910 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15911 target.
15912
0def5aaa
DE
159132015-02-26 Doug Evans <dje@google.com>
15914
15915 * gdb.cp/class2.cc (Dbase, D): New classes.
15916 (main): New local delta.
15917 * gdb.cp/class2.exp: Test printing delta.
15918 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15919 (dynbar): New global.
15920 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15921
081a1c2c
JK
159222015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15923
15924 * gdb.compile/compile-ifunc.c: New file.
15925 * gdb.compile/compile-ifunc.exp: New file.
15926
2f41223f
AT
159272015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15928
15929 * gdb.base/structs.exp: Check for correct struct on finish.
15930
03eddd80
YQ
159312015-02-26 Yao Qi <yao.qi@linaro.org>
15932
15933 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15934 is zero.
15935
80c57053
JK
159362015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15937
15938 * gdb.arch/cordic.ko.bz2: New file.
15939 * gdb.arch/cordic.ko.debug.bz2: New file.
15940 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15941
21613c12
YQ
159422015-02-25 Yao Qi <yao.qi@linaro.org>
15943
15944 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15945 aarch64*-*-* target.
15946
d8b901ed
PA
159472015-02-23 Pedro Alves <palves@redhat.com>
15948
15949 * lib/gdb.exp (delete_breakpoints): Rewrite using
15950 gdb_test_multiple.
15951
e5b85ead
PA
159522015-02-23 Pedro Alves <palves@redhat.com>
15953
15954 * gdb.base/info-os.c: Include stdlib.h.
15955
85c3a371
DE
159562015-02-22 Doug Evans <xdje42@gmail.com>
15957
15958 PR symtab/17855
15959 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15960 is read after symbols have been re-read.
15961 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15962 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15963
96553a0c
DE
159642015-02-21 Doug Evans <dje@google.com>
15965
15966 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15967
97a0c697
JK
159682015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15969
15970 PR corefiles/17808
15971 * gdb.arch/i386-biarch-core.core.bz2: New file.
15972 * gdb.arch/i386-biarch-core.exp: New file.
15973
a47cd6e9
PA
159742015-02-21 Pedro Alves <palves@redhat.com>
15975
15976 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15977 runto_main fails.
15978
c5facdc4
PA
159792015-02-20 Pedro Alves <palves@redhat.com>
15980
15981 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15982 info probes.
15983
2db9a427
PA
159842015-02-20 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15987
60fb7e9e
PA
159882015-02-20 Pedro Alves <palves@redhat.com>
15989
15990 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15991 clean_restart before gdb_target_supports_trace.
15992
5c5019c2
PA
159932015-02-20 Pedro Alves <palves@redhat.com>
15994
15995 PR threads/18006
15996 * gdb.threads/clone-thread_db.c: New file.
15997 * gdb.threads/clone-thread_db.exp: New file.
15998
c9587f88
AT
159992015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16000
16001 PR breakpoints/16812
16002 * gdb.base/catch-gdb-caused-signals.c: New file.
16003 * gdb.base/catch-gdb-caused-signals.exp: New file.
16004
f6a88844
JM
160052015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16006
16007 * configure: Regenerated.
16008 * configure.ac: Use GDB_AC_TRANSFORM.
16009 * aclocal.m4: sinclude ../transform.m4.
16010
497c491b
JM
160112015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16012
16013 * lib/dtrace.exp: New file.
16014 * gdb.base/dtrace-probe.exp: Likewise.
16015 * gdb.base/dtrace-probe.d: Likewise.
16016 * gdb.base/dtrace-probe.c: Likewise.
16017 * lib/pdtrace.in: Likewise.
16018 * configure.ac: Output variables with the transformed names of
16019 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16020 * configure: Regenerated.
16021
03e98035
JM
160222015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16023
16024 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16025 expected message when trying to access $_probe_* convenience
16026 variables while not on a probe.
16027
63cc30e9
JK
160282015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16029
16030 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16031
0703599a
PA
160322015-02-11 Pedro Alves <pedro@codesourcery.com>
16033
16034 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16035 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16036
7e60a48e
DE
160372015-02-10 Doug Evans <xdje42@gmail.com>
16038
16039 * lib/gdb.exp (gdb_load): Always return a result.
16040
01b088bc
PA
160412015-02-10 Pedro Alves <palves@redhat.com>
16042
16043 * gdb.threads/signal-sigtrap.c: New file.
16044 * gdb.threads/signal-sigtrap.exp: New file.
16045
b05ec7a5
AT
160462015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16047
16048 * gdb.trace/no-attach-trace.c: New file.
16049 * gdb.trace/no-attach-trace.exp: New file.
16050
a2c2acaf
MW
160512015-02-09 Mark Wielaard <mjw@redhat.com>
16052
16053 * gdb.dwarf2/atomic.c: New file.
16054 * gdb.dwarf2/atomic-type.exp: Likewise.
16055
31fd9caa
MM
160562015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16057
16058 * gdb.btrace/buffer-size.exp: Update "info record" output.
16059 * gdb.btrace/delta.exp: Update "info record" output.
16060 * gdb.btrace/enable.exp: Update "info record" output.
16061 * gdb.btrace/finish.exp: Update "info record" output.
16062 * gdb.btrace/instruction_history.exp: Update "info record" output.
16063 * gdb.btrace/next.exp: Update "info record" output.
16064 * gdb.btrace/nexti.exp: Update "info record" output.
16065 * gdb.btrace/step.exp: Update "info record" output.
16066 * gdb.btrace/stepi.exp: Update "info record" output.
16067 * gdb.btrace/nohist.exp: Update "info record" output.
16068
d33501a5
MM
160692015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16070
16071 * gdb.btrace/buffer-size: New.
16072
f4abbc16
MM
160732015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16074
16075 * gdb.btrace/delta.exp: Update "info record" output.
16076 * gdb.btrace/enable.exp: Update "info record" output.
16077 * gdb.btrace/finish.exp: Update "info record" output.
16078 * gdb.btrace/instruction_history.exp: Update "info record" output.
16079 * gdb.btrace/next.exp: Update "info record" output.
16080 * gdb.btrace/nexti.exp: Update "info record" output.
16081 * gdb.btrace/step.exp: Update "info record" output.
16082 * gdb.btrace/stepi.exp: Update "info record" output.
16083 * gdb.btrace/nohist.exp: Update "info record" output.
16084
b9d61307
SM
160852015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16086
16087 PR gdb/15678
16088 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16089
e584fdbc
PA
160902015-02-06 Pedro Alves <palves@redhat.com>
16091
16092 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16093 macro.
16094 (seconds_left, again): New globals.
16095 (main): Wait seconds_left in a 1-second sleep loop instead of
16096 sleeping 180 seconds. If 'again' is set, reset the seconds
16097 counter.
16098 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16099 'again' in the inferior before detaching. Print the seconds left.
16100 (options): New global.
16101 (top level): Build program with -DTIMEOUT=$timeout.
16102
77f41761
PA
161032015-02-06 Pedro Alves <palves@redhat.com>
16104
16105 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16106 determine how many seconds to pass to 'alarm'.
16107 * gdb.base/gdb-sigterm.exp (top level): Build program with
16108 -DTIMEOUT=$timeout.
16109 (do_test): Return success/failure indication. Add more verbose
16110 logging. Don't fail if 200 single steps are seen. Instead, fail
16111 when the test times out.
16112 (passes): New global.
16113 (top level): Break the testing loop if testing fails on any
16114 iteration. Use gdb_assert.
16115
b9394193
DB
161162015-02-04 Don Breazeal <donb@codesourcery.com>
16117
16118 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16119 and initialize them.
16120 (ipc_cleanup): New function.
16121 (main): Don't declare shmid, semid, and msqid. Add a call to
16122 atexit so that we call ipc_cleanup on exit.
16123
42d9e528
PA
161242015-02-04 Pedro Alves <palves@redhat.com>
16125
16126 * boards/native-extended-gdbserver.exp: Remove any target variant
16127 specifications from the board name before clearing the isremote
16128 flag from board_info.
16129
ae6ae975
DE
161302015-01-31 Doug Evans <xdje42@gmail.com>
16131
16132 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16133
cfb069a8
GB
161342015-01-31 Gary Benson <gbenson@redhat.com>
16135
16136 * gdb.base/completion.exp: Disable completion limiting for
16137 existing tests. Add new tests to check completion limiting.
16138 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16139
5dd31d79
DE
161402015-01-31 Doug Evans <xdje42@gmail.com>
16141
16142 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16143
9f050062
DE
161442015-01-31 Doug Evans <xdje42@gmail.com>
16145
16146 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16147 entries. Duplicate file section script entries.
16148 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16149 inlined entries. Add test for safe-path rejection.
16150 * gdb.python/py-section-script.c: Add duplicate inlined section script
16151 entries. Duplicate file section script entries.
16152 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16153 inlined entries. Add test for safe-path rejection.
16154
df25ebbd
JB
161552015-01-29 Joel Brobecker <brobecker@adacore.com>
16156
16157 * gdb.ada/disc_arr_bound: New testcase.
16158
4a0ca9ec
JB
161592015-01-29 Joel Brobecker <brobecker@adacore.com>
16160
16161 * gdb.ada/mi_var_array: New testcase.
16162
3a8b707a
DE
161632015-01-27 Doug Evans <dje@google.com>
16164
16165 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16166 Add test for objfile.filename, objfile.username after objfile
16167 has been unloaded.
16168
f8313f6e
JB
161692015-01-26 Joel Brobecker <brobecker@adacore.com>
16170
16171 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16172 the second test to print the name attribute of value
16173 returned by the call to gdb.lookup_type, and adjust
16174 the expected output accordingly.
16175
37bc665e
MW
161762015-01-25 Mark Wielaard <mjw@redhat.com>
16177
16178 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16179 * gdb.base/disp-step-fork.c: Include unistd.h.
16180 * gdb.base/siginfo-obj.c: Include stdio.h.
16181 * gdb.base/siginfo-thread.c: Likewise.
16182 * gdb.mi/non-stop.c: Include unistd.h.
16183 * gdb.mi/nsthrexec.c: Include stdio.h.
16184 * gdb.mi/pthreads.c: Include unistd.h.
16185 * gdb.modula2/unbounded1.c (main): Declare returns int.
16186 * gdb.reverse/consecutive-reverse.c: Likewise.
16187 * gdb.threads/create-fail.c: Include unistd.h.
16188 * gdb.threads/killed.c: Likewise.
16189 * gdb.threads/linux-dp.c: Likewise.
16190 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16191 * gdb.threads/non-ldr-exc-2.c: Likewise.
16192 * gdb.threads/non-ldr-exc-3.c: Likewise.
16193 * gdb.threads/non-ldr-exc-4.c: Likewise.
16194 * gdb.threads/pthreads.c: Include unistd.h.
16195 (main): Declare returns int.
16196 * gdb.threads/tls-main.c (foo): New declaration.
16197 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16198
f7e5394d
SM
161992015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16200
16201 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16202 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16203
743649fd
MW
162042015-01-15 Mark Wielaard <mjw@redhat.com>
16205
16206 * gdb.base/noreturn-return.c: New file.
16207 * gdb.base/noreturn-return.exp: New file.
16208 * gdb.base/noreturn-finish.c: New file.
16209 * gdb.base/noreturn-finish.exp: New file.
16210
198297aa
PA
162112015-01-23 Pedro Alves <palves@redhat.com>
16212
16213 * gdb.threads/continue-pending-after-query.c: New file.
16214 * gdb.threads/continue-pending-after-query.exp: New file.
16215
717cf30c
AG
162162015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16217 Simon Marchi <simon.marchi@ericsson.com>
16218
16219 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16220 * gdb.base/valgrind-db-attach.exp: Same.
16221 * gdb.base/valgrind-infcall.exp: Same.
16222 * lib/mi-support.exp (default_mi_gdb_start): Same.
16223 * lib/prompt.exp (default_prompt_gdb_start): Same.
16224 * lib/gdb.exp (default_gdb_spawn): Same.
16225 (gdb_interact): New.
16226
16227
4b62a76e
JK
162282015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16229
16230 * gdb.compile/compile.exp (pointer to jit function): New test.
16231
b4cdae6f
WW
162322015-01-17 Wei-cheng Wang <cole945@gmail.com>
16233
16234 * lib/gdb.exp (supports_process_record): Return true for
16235 powerpc*-*-linux*.
16236 (supports_reverse): Likewise.
16237
d221e7ef
DB
162382015-01-15 Don Breazeal <donb@codesourcery.com>
16239
16240 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16241 instead of checking whether the target board is remote and
16242 use spawn_wait_for_attach instead of exec/sleep.
16243 * gdb.base/attach-twice.exp: Likewise.
16244
bafffb51
JB
162452015-01-15 Joel Brobecker <brobecker@adacore.com>
16246
16247 * gdb.ada/var_arr_attrs: New testcase.
16248
5589af0e
PA
162492015-01-14 Pedro Alves <palves@redhat.com>
16250 Joel Brobecker <brobecker@adacore.com>
16251
16252 PR gdb/17525
16253 * gdb.base/bp-cmds-execution-x-script.c: New file.
16254 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16255 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16256
6c400b59
PA
162572015-01-14 Pedro Alves <palves@redhat.com>
16258
16259 PR cli/17828
16260 * gdb.base/batch-preserve-term-settings.c: New file.
16261 * gdb.base/batch-preserve-term-settings.exp: New file.
16262
e02c96a7
DE
162632015-01-13 Doug Evans <dje@google.com>
16264
16265 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16266 binary.
16267
576fd14c
JB
162682015-01-13 Joel Brobecker <brobecker@adacore.com>
16269
16270 * Makefile.in (clean mostlyclean): Do not delete *.py.
16271
04dccad0
JB
162722015-01-13 Joel Brobecker <brobecker@adacore.com>
16273
16274 * gdb.python/py-lookup-type.exp: New file.
16275
3d230f71
PA
162762015-01-12 Pedro Alves <palves@redhat.com>
16277
16278 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16279 restore GDBFLAGS before returning.
16280
7e67715d
JK
162812015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16282
16283 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16284 is_amd64_regs_target and is_x86_like_target.
16285
f2e0d4b4
DE
162862015-01-11 Doug Evans <xdje42@gmail.com>
16287
16288 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16289 is given without an explicit form.
16290 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16291 attributes.
16292 * gdb.dwarf/corrupt.exp: Ditto.
16293 * gdb.dwarf2/enum-type.exp: Ditto.
16294 * gdb.trace/entry-values.exp: Ditto.
16295 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16296
439250fb
DE
162972015-01-11 Doug Evans <xdje42@gmail.com>
16298
16299 PR gdb/15830
16300 * gdb.base/maint.exp: Remove references to "maint demangle".
16301 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16302 Add tests for explicitly specifying language to demangle.
16303 * gdb.dlang/demangle.exp: Ditto.
16304
ede9f622
PA
163052015-01-09 Pedro Alves <palves@redhat.com>
16306
16307 * gdb.threads/non-stop-fair-events.c: New file.
16308 * gdb.threads/non-stop-fair-events.exp: New file.
16309
a7b796db
PA
163102015-01-09 Pedro Alves <palves@redhat.com>
16311
16312 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16313 the global scope. Set a breakpoint after all threads are started
16314 rather than stepping over two source lines. Expect the prompt.
16315 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16316 global.
16317 (NUM): Now 15.
16318 (main): Use threads_started_barrier to wait for all threads to
16319 start. Main thread no longer calls thread_function. Exit after
16320 180 seconds.
16321 (loop): New function.
16322 (thread_function): Wait on threads_started_barrier barrier. Call
16323 'loop' at each iteration.
16324 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16325 threads have started, instead of hardcoding number of "next"
16326 steps. Use an access watchpoint instead of a write watchpoint.
16327
9665ffdd
PA
163282015-01-09 Pedro Alves <palves@redhat.com>
16329
16330 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16331 (thread_func): Wait on barrier.
16332 (main): Wait for all threads to start before stopping GDB.
16333 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16334 global.
16335 (thread1_func, thread2_func): Wait on barrier.
16336 (main): Wait for all threads to start before stopping GDB.
16337 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16338 New global.
16339 (thread1_func, thread2_func): Wait on barrier.
16340 (main): Wait for all threads to start before stopping GDB.
16341
c945a99f
PA
163422015-01-09 Pedro Alves <palves@redhat.com>
16343
16344 * gdb.threads/attach-many-short-lived-threads.c: New file.
16345 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16346
c1a747c1
PA
163472014-01-09 Pedro Alves <palves@redhat.com>
16348
16349 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16350 instead of to thread 2.
16351 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16352 Add barrier around each pthread_create call instead of around all
16353 calls.
16354 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16355 Set a break on thread_function and have the child threads hit it
16356 one at at a time.
16357
60b3033e
PA
163582015-01-09 Pedro Alves <palves@redhat.com>
16359
16360 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16361 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16362 false.
16363 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16364 checking whether the target board is remote.
16365 * gdb.multi/multi-attach.exp: Likewise.
16366 * gdb.python/py-sync-interp.exp: Likewise.
16367 * gdb.server/ext-attach.exp: Likewise.
16368 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16369 tests that need to attach, instead of checking whether the target
16370 board is remote at the top of the file.
16371
acc018ac
YQ
163722015-01-08 Yao Qi <yao@codesourcery.com>
16373
16374 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16375
50a18af8
JK
163762015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16377
16378 Fix testcase compilation.
16379 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16380
8503d6e1
JB
163812015-01-06 Joel Brobecker <brobecker@adacore.com>
16382
16383 * gdb.python/py-type.exp: Add a couple test about empty
16384 array creation, and negative-length array creation.
16385
cc73dbcc
DE
163862015-01-02 Doug Evans <xdje42@gmail.com>
16387
16388 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16389
0300bbc7
DE
163902015-01-02 Doug Evans <dje@google.com>
16391
16392 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16393
9d85a0ec
YQ
163942014-12-29 Yao Qi <yao@codesourcery.com>
16395
16396 * gdb.trace/entry-values.exp: Update comments. Rename variable
16397 bar_call_foo to returned_from_foo.
16398
87186c6a
MMN
163992014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16400
16401 PR gdb/17394
16402 * gdb.linespec/break-asm-file.c: New file.
16403 * gdb.linespec/break-asm-file.exp: New file.
16404 * gdb.linespec/break-asm-file0.s: New file.
16405 * gdb.linespec/break-asm-file1.s: New file.
16406
1bab7383
YQ
164072014-12-18 Nigel Stephens <nigel@mips.com>
16408 Maciej W. Rozycki <macro@codesourcery.com>
16409
16410 * gdb.base/float.exp: Handle the new output from "info float" on
16411 MIPS targets.
16412
1bc1068a
JK
164132014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16414
16415 Fix MinGW compilation.
16416 * gdb.compile/compile-ops.exp: Update untested message if
16417 !skip_compile_feature_tests.
16418 * gdb.compile/compile-setjmp.exp: Likewise.
16419 * gdb.compile/compile-tls.exp: Likewise.
16420 * gdb.compile/compile.exp: Likewise.
16421 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16422 supported on this host".
16423
b6615d10
DE
164242014-12-16 Doug Evans <xdje42@gmail.com>
16425
16426 * boards/stabs.exp: New file.
16427
25dda427
AA
164282014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16429
16430 * gdb.base/completion.exp: Adjust to format changes of "maint
16431 print user-registers".
16432
bf330350
CU
164332014-12-16 Catalin Udma <catalin.udma@freescale.com>
16434
16435 PR server/17457
16436 * gdb.arch/aarch64-fp.c: New file.
16437 * gdb.arch/aarch64-fp.exp: New file.
16438
395cf596
SDJ
164392014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16440
16441 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16442 r210637, r210913, r211666, r215400, r215817).
16443
16444 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16445 * dg-extract-results.py: New file.
16446 * dg-extract-results.sh: Use it if the environment seems
16447 suitable.
16448
16449 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16450
16451 * dg-extract-results.py (parse_run): Handle warnings that
16452 are printed before a test harness is run.
16453
16454 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16455
16456 * dg-extract-results.py (Named): Remove __cmp__ method.
16457 (output_variation): Use a key to sort variation.harnesses.
16458
16459 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16460
16461 * dg-extract-results.py: For Python 3, force sys.stdout to
16462 handle surrogate escape sequences.
16463 (safe_open): New function.
16464 (output_segment, main): Use it.
16465
16466 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16467
16468 * dg-extract-results.py (Prog.result_re): Include options
16469 in test name.
16470
16471 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16472
16473 * dg-extract-results.py (output_variation): Always sort if
16474 do_sum.
16475
e882ef3c
SM
164762014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16477
16478 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16479 as long as we get pagination notifications.
16480
4992aa20
JM
164812014-12-15 Jason Merrill <jason@redhat.com>
16482
16483 * Makefile.in (check-gdb.%): Restore.
16484 * README: Mention it.
16485
c1b5a1a6
JB
164862014-12-13 Joel Brobecker <brobecker@adacore.com>
16487
16488 * gdb.ada/str_uninit: New testcase.
16489
5537b577
JK
164902014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16491
16492 PR symtab/17642
16493 * gdb.base/vla-stub-define.c: New file.
16494 * gdb.base/vla-stub.c: New file.
16495 * gdb.base/vla-stub.exp: New file.
16496
bb2ec1b3
TT
164972014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16498 Jan Kratochvil <jan.kratochvil@redhat.com>
16499 Tom Tromey <tromey@redhat.com>
16500
16501 * configure.ac: Add gdb.compile/.
16502 * configure: Regenerate.
16503 * gdb.compile/Makefile.in: New file.
16504 * gdb.compile/compile-ops.exp: New file.
16505 * gdb.compile/compile-ops.c: New file.
16506 * gdb.compile/compile-tls.c: New file.
16507 * gdb.compile/compile-tls.exp: New file.
16508 * gdb.compile/compile-constvar.S: New file.
16509 * gdb.compile/compile-constvar.c: New file.
16510 * gdb.compile/compile-mod.c: New file.
16511 * gdb.compile/compile-nodebug.c: New file.
16512 * gdb.compile/compile-setjmp-mod.c: New file.
16513 * gdb.compile/compile-setjmp.c: New file.
16514 * gdb.compile/compile-setjmp.exp: New file.
16515 * gdb.compile/compile-shlib.c: New file.
16516 * gdb.compile/compile.c: New file.
16517 * gdb.compile/compile.exp: New file.
16518 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16519
4ff709eb
TT
165202014-12-12 Tom Tromey <tromey@redhat.com>
16521
16522 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16523 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16524
6dddd6a5
DE
165252014-12-12 Doug Evans <dje@google.com>
16526
16527 * lib/gdb-python.exp (get_python_valueof): New function.
16528 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16529
71c24708
AA
165302014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16531
16532 * gdb.base/completion.exp: Add test for completion of "info
16533 registers ".
16534
3e29f34a
MR
165352014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16536
16537 * gdb.base/func-ptrs.c: New file.
16538 * gdb.base/func-ptrs.exp: New file.
16539
fc126975
SM
165402014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16541
16542 PR breakpoints/17012
16543 * gdb.base/dprintf-detach.c: New file.
16544 * gdb.base/dprintf-detach.exp: New file.
16545
0a46d518
SM
165462014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16547
16548 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16549 * lib/gdb.exp (target_is_gdbserver): New procedure.
16550
a0be3e44
DE
165512014-12-08 Doug Evans <dje@google.com>
16552
16553 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16554
df1b803a
YQ
165552014-12-05 Yao Qi <yao@codesourcery.com>
16556
16557 * gdb.guile/scm-error.exp: Remove the third argument to
16558 gdb_remote_download.
16559 * gdb.guile/scm-frame-args.exp: Likewise.
16560 * gdb.guile/scm-section-script.exp: Likewise.
16561
ddb9f679
YQ
165622014-12-05 Yao Qi <yao@codesourcery.com>
16563
16564 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16565
86e4ed39
DE
165662014-12-04 Doug Evans <dje@google.com>
16567
16568 * gdb.python/py-objfile.exp: Add tests for
16569 objfile.add_separate_debug_file.
16570
7c50a931
DE
165712014-12-04 Doug Evans <dje@google.com>
16572
16573 * lib/gdb.exp (get_build_id): New function.
16574 (build_id_debug_filename_get): Rewrite to use it.
16575 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16576
621661e3
MR
165772014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16578
16579 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16580 `method(long)', not just 0x0.
16581 * gdb.cp/nsalias.exp: Align code labels to 4.
16582 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16583 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16584 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16585 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16586 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16587 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16588
29f0c3b7
DE
165892014-12-02 Doug Evans <dje@google.com>
16590
e1e061e7 16591 PR symtab/17602
29f0c3b7 16592 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16593 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16594 * gdb.cp/anon-ns.exp: Update.
16595
162078c8
NB
165962014-12-02 Nick Bull <nicholaspbull@gmail.com>
16597
16598 * gdb.python/py-events.py (inferior_call_handler): New.
16599 (register_changed_handler, memory_changed_handler): New.
16600 (test_events.invoke): Register new handlers.
16601 * gdb.python/py-events.exp: Add tests for inferior call,
16602 memory_changed and register_changed events.
16603
fdb09caf
AA
166042014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16605
16606 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16607 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16608 if the linker doesn't understand this.
16609
55cfb2c4
SM
166102014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16611
16612 * gdb.python/python.exp: Change expected reply to help().
16613
9e8cd6df
YQ
166142014-12-01 Yao Qi <yao@codesourcery.com>
16615
16616 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16617 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16618 * configure: Re-generated.
16619
6c659fc2
SC
166202014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16621
16622 * gdb.cp/chained-calls.cc: New file.
16623 * gdb.cp/chained-calls.exp: New file.
16624 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16625
d7fc3181
SM
166262014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16627
16628 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16629 * gdb.dwarf2/symtab-producer.exp: Same.
16630 * gdb.gdb/python-interrupts.exp: Same.
16631 * gdb.gdb/python-selftest.exp: Same.
16632 * gdb.python/py-linetable.exp: Same.
16633 * gdb.python/py-type.exp: Same.
16634 * gdb.python/py-value-cc.exp: Same.
16635 * gdb.python/py-value.exp: Same.
16636
10e79639
YQ
166372014-11-28 Yao Qi <yao@codesourcery.com>
16638
16639 * gdb.base/break-probes.exp: Match library name prefixed with
16640 sysroot.
16641
f28a0564
SM
166422014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16643
16644 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16645 test expected output. Add parentheses for the call to print.
16646 Remove L suffix from integers.
16647
3fe1ce1d
DE
166482014-11-26 Doug Evans <dje@google.com>
16649
16650 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16651
84429e27
YQ
166522014-11-22 Yao Qi <yao@codesourcery.com>
16653
16654 * gdb.trace/entry-values.c: Remove asms.
16655 (foo): Add foo_label.
16656 (bar): Add bar_label.
16657 * gdb.trace/entry-values.exp: Remove code computing foo's
16658 length and bar's length.
16659 (Dwarf::assemble): Invoke function_range for bar and use
16660 MACRO_AT_func for foo.
16661
26741859
YQ
166622014-11-22 Yao Qi <yao@codesourcery.com>
16663
16664 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16665 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16666 Use .Lgcc43_procstart instead of gcc43.
16667
45e44d27
JB
166682014-11-21 Joel Brobecker <brobecker@adacore.com>
16669
16670 * gdb.ada/n_arr_bound: New testcase.
16671
458c8db8
SDJ
166722014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16673
16674 PR breakpoints/10737
16675 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16676 test_catch_syscall_multi_arch.
16677 (test_catch_syscall_multi_arch): New function.
16678
43f3e411
DE
166792014-11-20 Doug Evans <xdje42@gmail.com>
16680
16681 * gdb.base/maint.exp: Update expected output.
16682
0d7b2549
AA
166832014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16684
16685 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16686 4-byte instruction on S390.
16687
8908fca5
JB
166882014-11-19 Joel Brobecker <brobecker@adacore.com>
16689
16690 * gdb.ada/arr_arr: New testcase.
16691
4a46959e
JB
166922014-11-19 Joel Brobecker <brobecker@adacore.com>
16693
16694 * gdb.ada/pkd_arr_elem: New Testcase.
16695
470e2f4e
LM
166962014-11-18 Luis Machado <lgustavo@codesourcery.com>
16697
16698 * gdb.reverse/break-precsave: Expect completion message for
16699 core file reads.
16700 * gdb.reverse/consecutive-precsave.exp: Likewise.
16701 * gdb.reverse/finish-precsave.exp: Likewise.
16702 * gdb.reverse/i386-precsave.exp: Likewise.
16703 * gdb.reverse/machinestate-precsave.exp: Likewise.
16704 * gdb.reverse/sigall-precsave.exp: Likewise.
16705 * gdb.reverse/solib-precsave.exp: Likewise.
16706 * gdb.reverse/step-precsave.exp: Likewise.
16707 * gdb.reverse/until-precsave.exp: Likewise.
16708 * gdb.reverse/watch-precsave.exp: Likewise.
16709
a267f3ad
AA
167102014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16711
16712 * gdb.base/bp-permanent.c: Include unistd.h.
16713 * gdb.python/py-framefilter-mi.c (main): Add return type.
16714 * gdb.python/py-framefilter.c (main): Likewise.
16715 * gdb.trace/actions-changed.c (main): Likewise.
16716
12084a9a
AA
167172014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16718
16719 * gdb.mi/until.c: Add eye-catchers.
16720 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16721 line numbers.
16722
dc7e1a77
AA
167232014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16724
16725 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16726 function header variants in break1.c.
16727 * gdb.base/ena-dis-br.exp: Likewise.
16728 * gdb.base/hbreak2.exp: Likewise.
16729 * gdb.reverse/until-precsave.exp: Drop references to removed
16730 non-prototype function header variants in ur1.c.
16731 * gdb.reverse/until-reverse.exp: Likewise.
16732
41c77605
PM
167332014-11-17 Petr Machata <pmachata@redhat.com>
16734
16735 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16736 ${_cu_offset_size} bytes abbrev offset.
16737
34248c3a
DE
167382014-11-15 Doug Evans <xdje42@gmail.com>
16739
16740 PR symtab/17559
16741 * gdb.base/line-symtabs.exp: New file.
16742 * gdb.base/line-symtabs.c: New file.
16743 * gdb.base/line-symtabs.h: New file.
16744
646da059
YQ
167452014-11-14 Yao Qi <yao@codesourcery.com>
16746
16747 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16748 (func): Add label func_label.
16749 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16750 Replace low_pc and high_pc with MACRO_AT_range.
16751 Replace name, low_pc and high_pc with MACRO_AT_func.
16752
9301ebe6
YQ
167532014-11-14 Yao Qi <yao@codesourcery.com>
16754
16755 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16756 Replace name, low_pc and high_pc with MACRO_AT_func.
16757
f166b542
YQ
167582014-11-14 Yao Qi <yao@codesourcery.com>
16759
16760 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16761 produce debug information.
16762 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16763
0f6e71e3
YQ
167642014-11-14 Yao Qi <yao@codesourcery.com>
16765
16766 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16767 object and get function length.
16768 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16769 with MACRO_AT_func.
16770 (top-level): Replace gdb_compile and clean_restart with
16771 prepare_for_testing.
16772 * gdb.dwarf2/main.c (main): Add label main_label.
16773
876c4df9
YQ
167742014-11-14 Yao Qi <yao@codesourcery.com>
16775
16776 * lib/dwarf.exp (function_range): New procedure.
16777 (Dwarf::_handle_macro_at_func): New procedure.
16778 (Dwarf::_handle_macro_at_range): New procedure.
16779 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16780
02ad9cf1
YQ
167812014-11-14 Yao Qi <yao@codesourcery.com>
16782
16783 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16784 (_handle_attribute): New procedure.
16785
a59add0c
AA
167862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16787
16788 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16789 * gdb.base/call-sc.c (zed): Likewise.
16790 * gdb.base/checkpoint.c (main): Likewise.
16791 * gdb.base/dump.c (main): Likewise.
16792 * gdb.base/gcore.c (main): Likewise.
16793 * gdb.base/huge.c (main): Likewise.
16794 * gdb.base/multi-forks.c (main): Likewise.
16795 * gdb.base/pr10179-a.c (main): Likewise.
16796 * gdb.base/savedregs.c (main): Likewise.
16797 * gdb.base/sigaltstack.c (main): Likewise.
16798 * gdb.base/siginfo.c (main): Likewise.
16799 * gdb.base/structs.c (zed): Likewise.
16800 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16801 * gdb.mi/mi-syn-frame.c (main): Likewise.
16802 * gdb.mi/until.c (foo, main): Likewise.
16803 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16804 * gdb.base/solib-weak.c (foo): Declare.
16805 * gdb.base/attach-twice.c: Include stdio.h.
16806 * gdb.base/weaklib1.c: Likewise.
16807 * gdb.base/weaklib2.c: Likewise.
16808 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16809 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16810 unistd.h.
16811 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16812 * gdb.mi/mi-exit-code.c: Likewise.
16813 * gdb.base/break-interp-lib.c: Include string.h.
16814 * gdb.base/coremaker.c: Likewise.
16815 * gdb.base/testenv.c: Likewise.
16816 * gdb.python/py-finish-breakpoint.c: Likewise.
16817 * gdb.base/inferior-died.c: Include sys/wait.h.
16818 * gdb.base/fileio.c: Include time.h.
16819 * gdb.base/async-shell.c: Include unistd.h.
16820 * gdb.base/dprintf-non-stop.c: Likewise.
16821 * gdb.base/info-os.c: Likewise.
16822 * gdb.mi/mi-console.c: Likewise.
16823 * gdb.mi/watch-nonstop.c: Likewise.
16824 * gdb.python/py-events.c: Likewise.
16825 * gdb.base/async.c (baz): Move up before its invocation.
16826 * gdb.base/code_elim2.c (my_global_func): Likewise.
16827 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16828 * gdb.base/advance.c (func2): Likewise.
16829
3b5d5997
AA
168302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16831
16832 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16833 variant.
16834 * gdb.base/annota3.c: Likewise.
16835 * gdb.base/async.c: Likewise.
16836 * gdb.base/average.c: Likewise.
16837 * gdb.base/call-ar-st.c: Likewise.
16838 * gdb.base/call-rt-st.c: Likewise.
16839 * gdb.base/call-sc.c: Likewise.
16840 * gdb.base/call-strs.c: Likewise.
16841 * gdb.base/ending-run.c: Likewise.
16842 * gdb.base/execd-prog.c: Likewise.
16843 * gdb.base/exprs.c: Likewise.
16844 * gdb.base/foll-exec.c: Likewise.
16845 * gdb.base/foll-fork.c: Likewise.
16846 * gdb.base/foll-vfork.c: Likewise.
16847 * gdb.base/funcargs.c: Likewise.
16848 * gdb.base/gcore.c: Likewise.
16849 * gdb.base/jump.c: Likewise.
16850 * gdb.base/langs0.c: Likewise.
16851 * gdb.base/langs1.c: Likewise.
16852 * gdb.base/langs2.c: Likewise.
16853 * gdb.base/mips_pro.c: Likewise.
16854 * gdb.base/nodebug.c: Likewise.
16855 * gdb.base/opaque0.c: Likewise.
16856 * gdb.base/opaque1.c: Likewise.
16857 * gdb.base/recurse.c: Likewise.
16858 * gdb.base/run.c: Likewise.
16859 * gdb.base/scope0.c: Likewise.
16860 * gdb.base/scope1.c: Likewise.
16861 * gdb.base/setshow.c: Likewise.
16862 * gdb.base/setvar.c: Likewise.
16863 * gdb.base/shmain.c: Likewise.
16864 * gdb.base/shr1.c: Likewise.
16865 * gdb.base/shr2.c: Likewise.
16866 * gdb.base/sigall.c: Likewise.
16867 * gdb.base/signals.c: Likewise.
16868 * gdb.base/so-indr-cl.c: Likewise.
16869 * gdb.base/solib2.c: Likewise.
16870 * gdb.base/structs.c: Likewise.
16871 * gdb.base/sum.c: Likewise.
16872 * gdb.base/vforked-prog.c: Likewise.
16873 * gdb.base/watchpoint.c: Likewise.
16874 * gdb.reverse/shr2.c: Likewise.
16875 * gdb.reverse/until-reverse.c: Likewise.
16876 * gdb.reverse/ur1.c: Likewise.
16877 * gdb.reverse/watch-reverse.c: Likewise.
16878
066a77c5
AA
168792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16880
16881 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16882 variant.
16883 * gdb.base/sepdebug.exp: Drop references to removed code.
16884
4f204ea5
AA
168852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16886
16887 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16888 variant. Preserve original line numbering.
16889 * gdb.base/list1.c: Likewise.
16890
3b377a3a
AA
168912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16892
16893 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16894 variant.
16895 * gdb.base/break1.c: Likewise.
16896 * gdb.base/break.exp: Drop references to removed code.
16897
e444df73
AA
168982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16899
16900 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16901 variant.
16902
8008f2a7
AA
169032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16904
16905 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16906
a5a06887
AA
169072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16908
16909 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16910 logic into perform_all_tests() and invoke it with and without
16911 function header prototypes.
16912 (do_function_calls): Remove conditional XFAIL for PR 5318.
16913 (rerun_and_prepare): Remove duplicate code.
16914 (perform_all_tests): New. Main logic moved here.
16915
44dba9b9
AA
169162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16917
16918 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16919 code guarded by #ifdef NO_PROTOTYPES.
16920 (t_double_many_args): Likewise.
16921 (DEF_FUNC_MANY_ARGS_1): Likewise.
16922 (DEF_FUNC_VALUES_1): Likewise.
16923 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16924 guarded by #ifdef PROTOTYPES.
16925
d1fbcd56
AA
169262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16927
16928 * gdb.mi/mi-console.c: Add eye-catcher.
16929 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16930 instead of literal line number.
16931
b0e59b8f
AA
169322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16933
16934 * gdb.base/shr2.c: Add eye-catcher.
16935 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16936 line number.
16937
78f98cca
AA
169382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16939
16940 * gdb.base/jump.c: Add eye-catchers.
16941 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16942 numbers.
16943
58fa2af0
AA
169442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16945
16946 * gdb.base/execd-prog.c: Add eye-catchers.
16947 * gdb.base/foll-exec.c: Likewise.
16948 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16949 line numbers.
16950
04e5059b
AA
169512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16952
16953 * gdb.base/ending-run.c: Add eye-catchers.
16954 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16955 literal line numbers.
16956
dbfdb174
AA
169572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16958
16959 * gdb.base/call-rt-st.c: Add eye-catchers.
16960 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16961 literal line numbers.
16962
888a2ade
AA
169632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16964
16965 * gdb.base/call-ar-st.c: Add eye-catchers.
16966 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16967 literal line numbers.
16968
6acc2dde
AA
169692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16970
16971 * gdb.base/average.c: Add eye-catchers.
16972 * gdb.base/sum.c: Likewise.
16973 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16974 regexps dynamically.
16975
9ecfcd1d
AA
169762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16977
16978 * gdb.base/solib1.c: Add eye-catchers.
16979 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16980 literal line numbers.
16981
78708b7c
PA
169822014-11-12 Pedro Alves <palves@redhat.com>
16983
16984 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16985 leader has exited.
16986
af48d08f
PA
169872014-11-12 Pedro Alves <palves@redhat.com>
16988
16989 * gdb.arch/i386-bp_permanent.c: New file.
16990 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16991 (srcfile): Set to i386-bp_permanent.c.
16992 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16993 that stepi does not execute the 'leave' instruction, instead of
16994 testing it does execute.
16995 * gdb.base/bp-permanent.c: New file.
16996 * gdb.base/bp-permanent.exp: New file.
16997
af3768e9
DE
169982014-11-10 Doug Evans <xdje42@gmail.com>
16999
17000 PR symtab/17564
17001 * gdb.base/symtab-search-order.exp: New file.
17002 * gdb.base/symtab-search-order.c: New file.
17003 * gdb.base/symtab-search-order-1.c: New file.
17004 * gdb.base/symtab-search-order-shlib-1.c: New file.
17005
9de00a4a
PA
170062014-11-07 Pedro Alves <palves@redhat.com>
17007
17008 PR gdb/17511
17009 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17010 i?86-*-linux*.
17011
e0f52461
SC
170122014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17013
17014 PR c++/17494
17015 * gdb.cp/pr17494.cc: New file.
17016 * gdb.cp/pr17494.exp: New file.
17017
6ce8c980
YQ
170182014-11-02 Yao Qi <yao@codesourcery.com>
17019
17020 * gdb.python/python.exp: Get working directory and match the
17021 output of "set extended-prompt \\w " with it.
17022
02be9a71
DE
170232014-10-30 Doug Evans <dje@google.com>
17024
17025 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17026 in objfiles.
17027 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17028 in progspaces.
17029
3bdff46b
LM
170302014-10-30 Janis Johnson <janisjo@codesourcery.com>
17031
17032 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17033 * gdb.base/realname-expand.exp: Likewise.
17034 * gdb.linespec/macro-relative.exp: Likewise.
17035
ab917dfb
PA
170362014-10-29 Pedro Alves <palves@redhat.com>
17037
17038 PR gdb/17408
17039 * gdb.threads/schedlock.c (some_function): New function.
17040 (call_function): New global.
17041 (MAYBE_CALL_SOME_FUNCTION): New macro.
17042 (thread_function): Call it.
17043 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17044 and use it instead of a global counter. Adjust all callers.
17045 (get_current_thread): Use "find current thread" for test message
17046 here rather than having all callers pass down the same string.
17047 (goto_loop): New procedure, factored out from ...
17048 (my_continue): ... this.
17049 (step_ten_loops): Change parameter from test message to command to
17050 use. Adjust.
17051 (list_count): Delete global.
17052 (check_result): New procedure, factored out from duplicate top
17053 level code.
17054 (continue tests): Wrap in with_test_prefix.
17055 (test_step): New procedure, factored out from duplicate top level
17056 code.
17057 (top level): Test "step" in combination with all scheduler-locking
17058 modes. Test "next" in combination with all scheduler-locking
17059 modes, and in combination with stepping over a function call or
17060 not.
17061 * gdb.threads/next-bp-other-thread.c: New file.
17062 * gdb.threads/next-bp-other-thread.exp: New file.
17063
d3d4baed
PA
170642014-10-29 Pedro Alves <palves@redhat.com>
17065
17066 PR python/17372
17067 * gdb.python/python.exp: Test a multi-line command that spawns
17068 interactive Python.
17069 * gdb.base/multi-line-starts-subshell.exp: New file.
17070
563e8d85
YQ
170712014-10-29 Yao Qi <yao@codesourcery.com>
17072
17073 * gdb.base/fileio.exp: Make directories on host.
17074
0ea4d52e
YQ
170752014-10-29 Yao Qi <yao@codesourcery.com>
17076
17077 * gdb.base/fileio.c (test_write): Close the file.
17078
7f5ef605
PA
170792014-10-28 Pedro Alves <palves@redhat.com>
17080
17081 PR gdb/12623
17082 * gdb.base/sigstep.c (no_handler): New global.
17083 (main): If 'no_handler is true, set the signal handlers to
17084 SIG_IGN.
17085 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17086 with_sw_watch and no_handler parameters. Handle them.
17087 (top level) <stepping over handler when stopped at a breakpoint
17088 test>: Add a test axis for testing with a software watchpoint, and
17089 another for testing with the signal handler set to SIG_IGN.
17090 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17091 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17092
abbdbd03
PA
170932014-10-28 Pedro Alves <palves@redhat.com>
17094
17095 PR gdb/17511
17096 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17097 * gdb.base/sigstep.exp (other_handler_location): New global.
17098 (advance): Support stepping into the signal handler, and running
17099 commands while in the handler.
17100 (in_handler_map): New global.
17101 (top level): In the advance test, add combinations for getting
17102 into the handler with stepping commands, and for running commands
17103 in the handler. Add comment descripting the advancei tests.
17104
1df4399f
PA
171052014-10-28 Pedro Alves <palves@redhat.com>
17106
17107 * gdb.base/sigstep.exp: Use build_executable instead of
17108 prepare_for_testing.
17109 (top level): Move code that starts GDB, runs to main and creates a
17110 display to ...
17111 (restart): ... this new procedure.
17112 (top level): Move backtrace from signal handler test to ...
17113 (validate_backtrace): ... this new procedure.
17114 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17115 with_test_prefix. Always restart GDB.
17116 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17117 with_test_prefix. Always restart GDB. No need to delete
17118 breakpoints after the test.
17119 (test_skip_handler): Remove prefix parameter.
17120 (skip_over_handler, breakpoint_to_handler)
17121 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17122 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17123 restart GDB. No need to delete breakpoints after the test.
17124 (top level): Use foreach to call the test procedures with
17125 different commands.
17126
a5b6e449
PA
171272014-10-28 Pedro Alves <palves@redhat.com>
17128
17129 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17130 instead of GNATS numbers.
17131 * gdb.base/sigbpt.exp: Likewise.
17132 * gdb.base/siginfo.exp: Likewise.
17133 * gdb.base/sigstep.exp: Likewise.
17134
e5f8a7cc
PA
171352014-10-27 Pedro Alves <palves@redhat.com>
17136
17137 * gdb.base/sigstep.c (dummy): New global.
17138 (main): Issue a couple writes to the new global.
17139 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17140 procedures.
17141 (skip_over_handler): Use test_skip_handler.
17142 (top level): Call skip_over_handler for stepi and nexti too.
17143 (breakpoint_over_handler): Use test_skip_handler.
17144 (top level): Call breakpoint_over_handler for stepi and nexti too.
17145
763905a3
YQ
171462014-10-27 Yao Qi <yao@codesourcery.com>
17147
17148 * gdb.trace/tfile.c (adjust_function_address)
17149 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17150 function descriptor.
17151
6f259a23
DB
171522014-10-24 Don Breazeal <donb@codesourcery.com>
17153
17154 * gdb.base/foll-fork.exp (test_follow_fork,
17155 catch_fork_child_follow): Check for updated fork messages emitted
17156 from infrun.c.
17157 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17158 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17159 vfork_and_exec_child_follow_through_step): Check for updated vfork
17160 messages emitted from infrun.c.
17161
09dd9a69
PA
171622014-10-24 Pedro Alves <palves@redhat.com>
17163
17164 * gdb.base/corefile.exp: Remove references to ultrix.
17165 * gdb.base/interrupt.exp: Likewise.
17166 * gdb.base/whatis.exp: Likewise.
17167 * gdb.gdb/selftest.exp: Likewise.
17168 * gdb.threads/manythreads.exp: Likewise.
17169 * gdb.threads/print-threads.exp: Likewise.
17170 * gdb.threads/pthreads.exp:: Likewise.
17171 * gdb.threads/schedlock.exp: Likewise.
17172
3433cfa5
SC
171732014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17174
17175 * gdb.cp/non-trivial-retval.cc: Add a test case.
17176 * gdb.cp/non-trivial-retval.exp: Add a test.
17177
092f880b
YQ
171782014-10-20 Yao Qi <yao@codesourcery.com>
17179
17180 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17181 * gdb.python/py-objfile-script-gdb.py: New file.
17182 * gdb.python/py-objfile-script.exp: Update reference to
17183 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17184 of remote_download. Remove the dest file.
17185
acbdb7f3
YQ
171862014-10-20 Yao Qi <yao@codesourcery.com>
17187
17188 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17189 * gdb.base/step-line.exp: Likewise.
17190 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17191 * gdb.dwarf2/dw2-basic.exp: Likewise.
17192 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17193 * gdb.dwarf2/dw2-filename.exp: Likewise.
17194 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17195 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17196 * gdb.dwarf2/dw2-producer.exp: Likewise.
17197 * gdb.dwarf2/mac-fileno.exp: Likewise.
17198 * gdb.python/py-frame-args.exp: Likewise.
17199 * gdb.python/py-framefilter.exp: Likewise.
17200 * gdb.python/py-mi.exp: Likewise.
17201 * gdb.python/py-objfile-script.exp: Likewise
17202 * gdb.python/py-pp-integral.exp: Likewise.
17203 * gdb.python/py-pp-re-notag.exp: Likewise.
17204 * gdb.python/py-prettyprint.exp: Likewise.
17205 * gdb.python/py-section-script.exp: Likewise.
17206 * gdb.python/py-typeprint.exp: Likewise.
17207 * gdb.python/py-xmethods.exp: Likewise.
17208 * gdb.stabs/weird.exp: Likewise.
17209 * gdb.xml/tdesc-regs.exp: Likewise.
17210
bd286a29
KCY
172112014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17212
17213 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17214 (out_cu): Use addr_len for the size of addresses.
17215 (out_line): Likewise. Size DW_LNE_set_address instruction
17216 according to addr_len.
17217 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17218 (FUNC): Add START_INSNS to definition.
17219
673dc4a0
YQ
172202014-10-18 Yao Qi <yao@codesourcery.com>
17221
17222 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17223 gdb_has_argv0 return true.
17224 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17225 check [target_info exists noargs], check [gdb_has_argv0]
17226 instead.
17227 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17228 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17229 procedures.
17230
4ffbba72
DE
172312014-10-17 Doug Evans <dje@google.com>
17232
17233 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17234 event.
17235 * gdb.python/py-events.py: Add clear_objfiles event.
17236
d096d8c1
DE
172372014-10-17 Doug Evans <dje@google.com>
17238
17239 * gdb.python/py-objfile.exp: Test progspace attribute.
17240
a80db015
LM
172412014-10-17 Luis Machado <lgustavo@codesourcery.com>
17242
17243 * gdb.guile/scm-breakpoint.exp: Do not assume any
17244 directory separators when matching source file paths.
17245 * gdb.python/py-breakpoint.exp: Likewise.
17246 * gdb.reverse/break-precsave.exp: Likewise.
17247 * gdb.reverse/break-reverse.exp: Likewise.
17248 * gdb.reverse/consecutive-precsave.exp: Likewise.
17249 * gdb.reverse/finish-precsave.exp: Likewise.
17250 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17251 * gdb.reverse/finish-reverse.exp: Likewise.
17252 * gdb.reverse/i386-precsave.exp: Likewise.
17253 * gdb.reverse/i387-env-reverse.exp: Likewise.
17254 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17255 * gdb.reverse/machinestate-precsave.exp: Likewise.
17256 * gdb.reverse/machinestate.exp: Likewise.
17257 * gdb.reverse/sigall-precsave.exp: Likewise.
17258 * gdb.reverse/solib-precsave.exp: Likewise.
17259 * gdb.reverse/step-precsave.exp: Likewise.
17260 * gdb.reverse/until-precsave.exp: Likewise.
17261 * gdb.reverse/watch-precsave.exp: Likewise.
17262 * gdb.reverse/watch-reverse.exp: Likewise.
17263
b22089ab
YQ
172642014-10-17 Yao Qi <yao@codesourcery.com>
17265
17266 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17267 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17268
6c4486e6
PA
172692014-10-17 Pedro Alves <palves@redhat.com>
17270
17271 PR gdb/17471
17272 * gdb.base/bg-execution-repeat.c: New file.
17273 * gdb.base/bg-execution-repeat.exp: New file.
17274
0ff33695
PA
172752014-10-17 Pedro Alves <palves@redhat.com>
17276
17277 PR gdb/17300
17278 * gdb.base/continue-all-already-running.c: New file.
17279 * gdb.base/continue-all-already-running.exp: New file.
17280
6fdebc3d
PA
172812014-10-17 Pedro Alves <palves@redhat.com>
17282
17283 PR gdb/17472
17284 * gdb.base/annota-input-while-running.c: New file.
17285 * gdb.base/annota-input-while-running.exp: New file.
17286
32a8097b
PA
172872014-10-17 Pedro Alves <palves@redhat.com>
17288
17289 * gdb.base/callfuncs.exp: emove references to osf.
17290 * gdb.base/sigall.exp: Likewise.
17291 * gdb.gdb/selftest.exp: Likewise.
17292 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17293 * gdb.mi/non-stop.c: Likewise.
17294 * gdb.mi/pthreads.c: Likewise.
17295 * gdb.reverse/sigall-precsave.exp: Likewise.
17296 * gdb.reverse/sigall-reverse.exp: Likewise.
17297 * gdb.threads/pthreads.c: Likewise.
17298 * gdb.threads/pthreads.exp: Likewise.
17299
7a3517ff
YQ
173002014-10-17 Yao Qi <yao@codesourcery.com>
17301
17302 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17303 check 'target_info exists noargs'.
17304 (test_command_prompt_position): Likewise.
17305 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17306 Remove "set args".
17307 (progvar_simple_while_test): Likewise.
17308 (progvar_complex_if_while_test): Likewise.
17309 (if_while_breakpoint_command_test): Likewise.
17310 (infrun_breakpoint_command_test): Likewise.
17311 (breakpoint_command_test): Likewise.
17312 (watchpoint_command_test): Likewise.
17313 (bp_deleted_in_command_test): Likewise.
17314 (temporary_breakpoint_commands): Likewise.
17315
bb99c472
YQ
173162014-10-16 Yao Qi <yao@codesourcery.com>
17317
17318 * gdb.base/remotetimeout.exp: Remove noargs checking.
17319
7c16b83e
PA
173202014-10-15 Pedro Alves <palves@redhat.com>
17321
17322 PR breakpoints/9649
17323 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17324 * gdb.base/breakpoint-in-ro-region.exp
17325 (probe_target_hardware_step): New procedure.
17326 (top level): Probe hardware stepping and hardware breakpoint
17327 support. Test stepping through a read-only region, with both
17328 "breakpoint auto-hw" on and off and both "always-inserted" on and
17329 off.
17330
35a49624
IB
173312014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17332
17333 * gdb.dlang/demangle.exp: Update for demangling changes.
17334
2d1c107c
SC
173352014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17336
17337 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17338 * gdb.cp/non-trivial-retval.exp: Add new tests.
17339
778811d5
SC
173402014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17341
17342 PR c++/13403
17343 PR c++/15154
17344 * gdb.cp/non-trivial-retval.cc: New file.
17345 * gdb.cp/non-trivial-retval.exp: New file.
17346
10c5f0a8
YQ
173472014-10-15 Yao Qi <yao@codesourcery.com>
17348
17349 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17350 remote host.
17351
65d7b369
YQ
173522014-10-15 Yao Qi <yao@codesourcery.com>
17353
17354 * gdb.python/py-symbol.exp: Match file base name if host is
17355 remote, otherwise match file name with dir name.
17356 * gdb.python/py-symtab.exp: Likewise.
17357 * gdb.python/python.exp: Likewise.
17358
46dc1394
YQ
173592014-10-15 Yao Qi <yao@codesourcery.com>
17360
17361 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17362 pattern.
17363 * gdb.python/py-symtab.exp: Likewise.
17364 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17365 locationn.
17366
c40cc657
JB
173672014-10-14 Joel Brobecker <brobecker@adacore.com>
17368
17369 * gdb.ada/addr_arith: New testcase.
17370
2abf49e1
MR
173712014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17372
17373 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17374 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17375 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17376 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17377
f7088df3
SDJ
173782014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17379
17380 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17381 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17382 * gdb.arch/stap-eval-lang-ada.exp: New file.
17383
4dc06805
YQ
173842014-10-14 Yao Qi <yao@codesourcery.com>
17385
17386 * gdb.mi/mi-var-child.c (nothing1): New function.
17387 (nothing2): New function.
17388 (do_children_tests): Set function pointers by nothing1 and
17389 nothing2.
17390 * gdb.mi/mi-var-child.exp: Step over new added statements.
17391 Update test to match the new output.
17392 * gdb.mi/var-cmd.c (nothing1): New function.
17393 (nothing2): New function.
17394 (do_children_tests): Set function pointers by nothing1 and
17395 nothing2.
17396 * gdb.mi/mi-var-display.exp: Update test to match output.
17397 Step to the line specified by $line_dct_nothing.
17398 Increase the number of lines to step.
17399
46a93de2
YQ
174002014-10-14 Yao Qi <yao@codesourcery.com>
17401
17402 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17403 tests.
17404 * gdb.mi/mi2-var-child.exp: Likewise.
17405
14ea52ee
DE
174062014-10-13 Doug Evans <dje@google.com>
17407
17408 * gdb.python/py-objfile.exp: Change name of file name test.
17409
e5c6e92b
DE
174102014-10-13 Doug Evans <dje@google.com>
17411
17412 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17413 from the start of the CU.
17414
c780cc2f
JK
174152014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17416 Yao Qi <yao@codesourcery.com>
17417
17418 Fix "save breakpoints" for "catch" command.
17419 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17420 Remove -nonewline. Match also the added "main" line.
17421
99894e11
JK
174222014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17423
17424 Fix "save breakpoints" for "disable $bpnum" command.
17425 * gdb.base/save-bp.c (main): Add label.
17426 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17427
6e1ac5a3
JK
174282014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17429
17430 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17431
754dd2b0
YQ
174322014-10-11 Yao Qi <yao@codesourcery.com>
17433
17434 * gdb.server/server-kill.exp: Execute command
17435 "set remote trace-status-packet on" before "tstatus".
17436
f90183d7
YQ
174372014-10-11 Yao Qi <yao@codesourcery.com>
17438
17439 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17440 (main): Call getppid.
17441 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17442 and continue to it. Read variable "server_pid".
17443
bf40a607
YQ
174442014-10-11 Yao Qi <yao@codesourcery.com>
17445
17446 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17447
052ca370
YQ
174482014-10-11 Yao Qi <yao@codesourcery.com>
17449
17450 * gdb.threads/thread-find.exp: Don't execute command
17451 "info threads".
17452 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17453 * gdb.threads/linux-dp.exp: Don't check the condition
17454 $threads_created equals to zero.
17455
3831839c
PA
174562014-10-10 Pedro Alves <palves@redhat.com>
17457
17458 * gdb.base/bigcore.exp: Remove references to IRIX.
17459 * gdb.base/funcargs.exp: Likewise.
17460 * gdb.base/interrupt.exp: Likewise.
17461 * gdb.base/mips_pro.exp: Likewise.
17462 * gdb.base/nodebug.exp: Likewise.
17463 * gdb.base/setvar.exp: Likewise.
17464 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17465
8b9a549d
PA
174662014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17467 Pedro Alves <palves@redhat.com>
17468
17469 PR symtab/14466
17470 * gdb.base/vdso-warning.c: New file.
17471 * gdb.base/vdso-warning.exp: New file.
17472
d48ba5e8
DE
174732014-10-02 Doug Evans <dje@google.com>
17474
17475 * gdb.base/structs.c (main): Don't run forever.
17476
2278c276
PA
174772014-10-02 Pedro Alves <palves@redhat.com>
17478
17479 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17480 (top level) <stop threads 1, stop threads 2>: Use it.
17481
b57bacec
PA
174822014-10-02 Pedro Alves <palves@redhat.com>
17483
17484 * gdb.threads/break-while-running.exp (test): Add new
17485 'update_thread_list' argument. Skip "info threads" if false.
17486 (top level): Add new 'update_thread_list' axis.
17487
13fd3ff3
PA
174882014-10-02 Pedro Alves <palves@redhat.com>
17489
17490 PR breakpoints/17431
17491 * gdb.base/execl-update-breakpoints.c: New file.
17492 * gdb.base/execl-update-breakpoints.exp: New file.
17493
0fec99e8
PA
174942014-10-01 Pedro Alves <palves@redhat.com>
17495
17496 * gdb.base/breakpoint-in-ro-region.c: New file.
17497 * gdb.base/breakpoint-in-ro-region.exp: New file.
17498
2ddf4301
SM
174992014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17500
17501 * gdb.mi/mi-exit-code.exp: New file.
17502 * gdb.mi/mi-exit-code.c: New file.
17503
6a5f3f43
YQ
175042014-09-30 Yao Qi <yao@codesourcery.com>
17505
17506 * lib/prelink-support.exp (build_executable_own_libs): Error if
17507 the target isn't native.
17508
345bcc73
YQ
175092014-09-30 Yao Qi <yao@codesourcery.com>
17510
17511 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17512 false.
17513
a25a5a45
PA
175142014-09-22 Pedro Alves <palves@redhat.com>
17515
17516 * gdb.threads/break-while-running.exp: New file.
17517 * gdb.threads/break-while-running.c: New file.
17518
00ba3162
YQ
175192014-09-19 Yao Qi <yao@codesourcery.com>
17520
17521 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17522 Invoke test. Restart GDB with --readnow and invoke test again.
17523
c3b7b696
YQ
175242014-09-19 Yao Qi <yao@codesourcery.com>
17525
17526 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17527 proc set_breakpoint_on_gcd_function. Invoke
17528 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17529 invoke set_breakpoint_on_gcd_function again.
17530
2b4fd423
DE
175312014-09-18 Doug Evans <dje@google.com>
17532
17533 * gdb.dwarf2/symtab-producer.exp: New file.
17534
a5947601
SDJ
175352014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17536
17537 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17538 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17539 * gdb.base/global-var-nested-by-dso.c: Likewise.
17540 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17541
91c19059
SDJ
175422014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17543 Pedro Alves <palves@redhat.com>
17544
17545 * gdb.base/watch-bitfields.exp: Pass string other than test file
17546 name to prepare_for_testing.
17547 (watch): New procedure.
17548 (expect_watchpoint): Use with_test_prefix.
17549 (top level): Factor out tests to ...
17550 (test_watch_location, test_regular_watch): ... these new
17551 procedures, and use with_test_prefix and gdb_continue_to_end.
17552
bb9d5f81
PP
175532014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17554
17555 PR breakpoints/12526
17556 * gdb.base/watch-bitfields.exp: New file.
17557 * gdb.base/watch-bitfields.c: New file.
17558
635856f5
PA
175592014-09-16 Pedro Alves <palves@redhat.com>
17560
17561 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17562 software and hardware addresses, not software address against
17563 itself.
17564
7280ceea
PA
175652014-09-16 Pedro Alves <palves@redhat.com>
17566
17567 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17568 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17569
428b16bd
PA
175702014-09-16 Pedro Alves <palves@redhat.com>
17571
17572 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17573 files.
17574 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17575 "*-*-vxworks*" throughout.
17576 * gdb.base/break.exp: Likewise.
17577 * gdb.base/default.exp: Likewise.
17578 * gdb.base/scope.exp: Likewise.
17579 * gdb.base/sepdebug.exp: Likewise.
17580 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17581 throughout.
17582 * gdb.base/run.c: Likewise.
17583 * gdb.base/sepdebug.c: Likewise.
17584 * gdb.hp/gdb.aCC/run.c: Likewise.
17585 * gdb.reverse/until-reverse.c: Likewise.
17586 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17587
666d413c
YQ
175882014-09-16 Yao Qi <yao@codesourcery.com>
17589
17590 * boards/local-remote-host-native.exp: New file.
17591
57cbd724
DE
175922014-09-14 Doug Evans <xdje42@gmail.com>
17593
17594 * gdb.threads/queue-signal.c (thread_count): New variable.
17595 (thread_count_mutex, thread_count_condvar): New variables.
17596 (incr_thread_count, wait_all_threads_running): New functions.
17597 (main): Wait for all threads to be in their thread functions.
17598
81219e53
DE
175992014-09-13 Doug Evans <xdje42@gmail.com>
17600
17601 * gdb.threads/queue-signal.c: New file.
17602 * gdb.threads/queue-signal.exp: New file.
17603
3714cea7
DE
176042014-09-13 Doug Evans <xdje42@gmail.com>
17605
17606 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17607 be consistent with what default_gdb_init uses.
17608 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17609 the plain text of the prompt. Add some logging printfs.
17610 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17611
fa43b1d7
PA
176122014-09-12 Pedro Alves <palves@redhat.com>
17613
17614 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17615 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17616 * gdb.arch/i386-size-overlap.exp: Likewise.
17617 * gdb.arch/i386-size.exp: Likewise.
17618 * gdb.arch/i386-unwind.exp: Likewise.
17619 * gdb.base/a2-run.exp: Likewise.
17620 * gdb.base/break.exp: Likewise.
17621 * gdb.base/charset.exp: Likewise.
17622 * gdb.base/chng-syms.exp: Likewise.
17623 * gdb.base/commands.exp: Likewise.
17624 * gdb.base/dbx.exp: Likewise.
17625 * gdb.base/find.exp: Likewise.
17626 * gdb.base/funcargs.exp: Likewise.
17627 * gdb.base/jit-simple.exp: Likewise.
17628 * gdb.base/reread.exp: Likewise.
17629 * gdb.base/sepdebug.exp: Likewise.
17630 * gdb.base/step-bt.exp: Likewise.
17631 * gdb.cp/mb-inline.exp: Likewise.
17632 * gdb.cp/mb-templates.exp: Likewise.
17633 * gdb.objc/basicclass.exp: Likewise.
17634 * gdb.threads/killed.exp: Likewise.
17635
9d9bf2df
EBM
176362014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17637
17638 PR tdep/17379
17639 * gdb.arch/powerpc-stackless.S: New file.
17640 * gdb.arch/powerpc-stackless.exp: New file.
17641
1cf2f1b0
JK
176422014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17643
17644 * gdb.base/attach.c: Include unistd.h.
17645 (main): Call alarm. Add label postloop.
17646 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17647 gdb_breakpoint, gdb_continue_to_breakpoint.
17648 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17649
98880d46
PA
176502014-09-11 Pedro Alves <palves@redhat.com>
17651
17652 PR gdb/17347
17653 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17654 * gdb.base/attach.exp (test_command_line_attach_run): New
17655 procedure.
17656 (top level): Call it.
17657
4c92ff2c
PA
176582014-09-11 Pedro Alves <palves@redhat.com>
17659
17660 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17661 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17662 (do_command_attach_tests): Use spawn_wait_for_attach.
17663 * gdb.base/solib-overlap.exp: Likewise.
17664 * gdb.multi/multi-attach.exp: Likewise.
17665 * gdb.python/py-prompt.exp: Likewise.
17666 * gdb.python/py-sync-interp.exp: Likewise.
17667 * gdb.server/ext-attach.exp: Likewise.
17668
3adc1a7d
GKB
176692014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17670
17671 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17672 command in testcase. Simplify testcase.
17673
96334934
JB
176742014-09-10 Joel Brobecker <brobecker@adacore.com>
17675
17676 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17677
eb479039
JB
176782014-09-10 Joel Brobecker <brobecker@adacore.com>
17679
17680 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17681
deede10c
JB
176822014-09-10 Joel Brobecker <brobecker@adacore.com>
17683
17684 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17685
7828a5f5
JB
176862014-09-10 Joel Brobecker <brobecker@adacore.com>
17687
17688 * gdb.dwarf2/dynarr-ptr.c: New file.
17689 * gdb.dwarf2/dynarr-ptr.exp: New file.
17690
33aeebcf
MR
176912014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17692
17693 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17694 of 30 rather than hardcoding 120 for a slow test case. Take the
17695 `gdb,timeout' target setting into account for this calculation.
17696 Don't extend the timeout for the test cases that don't need it.
17697
7b415901
MR
176982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17699
17700 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17701 a factor of 2 for a slow test case. Take the `gdb,timeout'
17702 target setting into account for this calculation.
17703 * gdb.reverse/until-precsave.exp: Increase the timeout by
17704 a factor of 15 and 3 respectively rather than adding 120
17705 for a pair of slow test cases. Take the `gdb,timeout'
17706 target setting into account for this calculation.
17707
4a40f85a
MR
177082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17709
17710 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17711 timeout, don't pass one down to gdb_expect.
17712 (gdb_expect): Rework timeout selection.
17713
09635af7
MR
177142014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17715
17716 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17717 exception on timeout.
17718 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17719 (gdbserver_start_extended): Catch any `gdbserver_start' error
17720 exceptions.
17721 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17722 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17723 `gdbserver_gdb_load' error exceptions.
17724
2bdd10b7
MR
177252014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17726
17727 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17728 120 on waiting for the TCP socket to open.
17729
316935f0
DE
177302014-09-09 Doug Evans <xdje42@gmail.com>
17731
17732 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17733 _caller_matches, _any_caller_is, _any_caller_matches.
17734
83740597
DE
177352014-09-09 Doug Evans <xdje42@gmail.com>
17736
17737 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17738
4c122fc3
YQ
177392014-09-09 Yao Qi <yao@codesourcery.com>
17740
17741 * gdb.mi/mi-var-display.exp: Set print symbol off.
17742
a9f116cb
GKB
177432014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17744
17745 PR gdb/17035
17746 * gdb.base/commands.exp: Add tests to verify user-defined
17747 commands with empty bodies.
17748 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17749 python commands in `show user command`.
17750 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17751 scheme commands in `show user command`.
17752
c75bd3a2
JK
177532014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17754
17755 PR python/17355
17756 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17757 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17758 * gdb.python/py-framefilter-invalidarg.exp: New file.
17759 * gdb.python/py-framefilter-invalidarg.py: New file.
17760
faa42425
DE
177612014-09-06 Doug Evans <xdje42@gmail.com>
17762
17763 PR 15276
17764 * gdb.python/py-caller-is.c: New file.
17765 * gdb.python/py-caller-is.exp: New file.
17766
474ca4f6
SDJ
177672014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17768
17769 PR gdb/17235
17770 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17771 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17772
eb0b0463
SDJ
177732014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17774
17775 PR fortran/17237
17776 * gdb.fortran/print-formatted.exp: New file.
17777 * gdb.fortran/print-formatted.f90: Likewise.
17778
5f3b99cf
SS
177792014-09-03 Sasha Smundak <asmundak@google.com>
17780
17781 * gdb.python/py-frame.exp: Test Frame.read_register.
17782
7d793aa9
SDJ
177832014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17784
17785 PR python/16699
17786 * gdb.python/py-completion.exp: New file.
17787 * gdb.python/py-completion.py: Likewise.
17788
fb0576e9
DE
177892014-08-28 Doug Evans <dje@google.com>
17790
17791 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17792 eax,etc. are live with values set by gdb and thus the compiler can't
17793 use them.
17794 * gdb.arch/i386-pseudo.c (main): Ditto.
17795
ee92b0dd
DE
177962014-08-27 Doug Evans <dje@google.com>
17797
17798 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17799
6649db35
DE
178002014-08-25 Doug Evans <dje@google.com>
17801
17802 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17803 (main): Ditto.
17804
564b7600
DE
178052014-08-25 Doug Evans <dje@google.com>
17806
17807 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17808
3881fb67
YQ
178092014-08-24 Yao Qi <yao@codesourcery.com>
17810
17811 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17812 symbol off.
17813 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17814
a05a36a5
DE
178152014-08-22 Doug Evans <dje@google.com>
17816
17817 PR 17276
17818 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17819 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17820 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17821
7c343b48
YQ
178222014-08-22 Yao Qi <yao@codesourcery.com>
17823
17824 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17825 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17826 * gdb.python/python.exp: Likewise. Use .py file on the host
17827 instead of the build.
17828
22fd09ae
JK
178292014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17830
17831 * gdb.threads/gcore-stale-thread.c: New file.
17832 * gdb.threads/gcore-stale-thread.exp: New file.
17833
a8454a7c
PA
178342014-08-21 Pedro Alves <palves@redhat.com>
17835
17836 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17837 * gdb.base/gcore-relro-pie.exp: Likewise.
17838 * gdb.base/gcore-relro.exp: Likewise.
17839 * gdb.base/gcore.exp: Likewise.
17840 * gdb.base/print-symbol-loading.exp: Likewise.
17841 * gdb.threads/gcore-thread.exp: Likewise.
17842 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17843
2a31c623
PA
178442014-08-20 Pedro Alves <palves@redhat.com>
17845 Jan Kratochvil <jan.kratochvil@redhat.com>
17846
17847 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17848 configure.
17849 (EXPECT): Handle READ1 being set.
17850 (all): Depend on EXTRA_RULES.
17851 (check-read1, expect-read1, read1.so, read1): New rules.
17852 * README (Testsuite Parameters): Document the READ1 make variable.
17853 (Race detection): New section.
17854 * configure: Regenerate.
17855 * configure.ac: If build==host==target, and running under a
17856 GNU/glibc system, add read1 to the extra Makefile rules.
17857 (EXTRA_RULES): AC_SUBST it.
17858 * lib/read1.c: New file.
17859
d36430db
JB
178602014-08-20 Joel Brobecker <brobecker@adacore.com>
17861
17862 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17863 the handling of variables declared as a typedef to an array
17864 which a DW_AT_data_location attribute.
17865
9a0dc9e3
PA
178662014-08-19 Andrew Burgess <aburgess@broadcom.com>
17867 Pedro Alves <palves@redhat.com>
17868
17869 PR symtab/14604
17870 PR symtab/14605
17871 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17872 gdb_test.
17873
0718a8da
PA
178742014-08-19 Pedro Alves <palves@redhat.com>
17875
17876 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17877
13b448cd
YQ
178782014-08-19 Yao Qi <yao@codesourcery.com>
17879
17880 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17881 right line.
17882
1cbf5077
DB
178832014-08-18 David Blaikie <dblaikie@gmail.com>
17884
17885 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17886
bf0fae19
JB
178872014-08-18 Joel Brobecker <brobecker@adacore.com>
17888
17889 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17890 attribute in array range.
17891
3c8c5dcc
JB
178922014-08-18 Joel Brobecker <brobecker@adacore.com>
17893
17894 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17895
e66d4446
SC
178962014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17897
17898 PR c++/17132
17899 * gdb.cp/pr17132.cc: New file.
17900 * gdb.cp/pr17132.exp: New file.
17901
940df408
SC
179022014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17903
17904 * gdb.python/py-xmethods.py (A_getarrayind)
17905 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17906 Use 'print' with function call syntax.
17907 (E_method_matcher.match): Fix tab vs space indentation mixup.
17908
ebcc6c3a
YQ
179092014-08-15 Yao Qi <yao@codesourcery.com>
17910
17911 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17912 false.
17913
775e0f04
YQ
179142014-08-15 Yao Qi <yao@codesourcery.com>
17915
17916 * gdb.cp/casts.exp: Set print symbol off.
17917 * gdb.cp/class2.exp: Likewise.
17918 * gdb.cp/overload.exp: Likewise.
17919 * gdb.cp/templates.exp: Likewise.
17920
d769e349
DE
179212014-08-11 Doug Evans <dje@google.com>
17922
17923 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17924 (test_load_shlib): Update.
17925
20c6f1e1
YQ
179262014-08-09 Yao Qi <yao@codesourcery.com>
17927
17928 * gdb.base/display.exp: Invoke is_address_zero_readable.
17929 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17930 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17931 * gdb.base/hbreak-unmapped.exp: Return if
17932 is_address_zero_readable returns true.
17933 * gdb.base/signest.exp: Likewise.
17934 * gdb.base/signull.exp: Likewise.
17935 * gdb.base/sigbpt.exp: Likewise.
17936 * gdb.guile/scm-disasm.exp: Do the test if
17937 is_address_zero_readable returns false.
17938 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17939 * gdb.python/py-arch.exp: Likewise.
17940 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17941 * lib/gdb.exp (is_address_zero_readable): New proc.
17942
5792e8e3
YQ
179432014-08-09 Yao Qi <yao@codesourcery.com>
17944
17945 PR testsuite/13443
17946 * gdb.mi/mi-var-display.exp: Make test messages unique.
17947
3cecbbbe
TT
179482014-08-04 Tom Tromey <tromey@redhat.com>
17949
17950 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17951 target 0".
17952
00b51ff5
TT
179532014-08-04 Tom Tromey <tromey@redhat.com>
17954
17955 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17956 "target_resume".
17957
6908c509
JB
179582014-08-01 Joel Brobecker <brobecker@adacore.com>
17959
17960 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17961 inner_vla_struct_object_size.
17962 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17963 as xfail.
17964
cc6563d2
PA
179652014-07-30 Pedro Alves <palves@redhat.com>
17966
17967 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17968 comment.
17969
7e09a223
YQ
179702014-07-29 Yao Qi <yao@codesourcery.com>
17971
17972 PR gdb/17206
17973 * gdb.base/until-nodebug.exp: New.
17974
7ebdbe92
DE
179752014-07-28 Doug Evans <xdje42@gmail.com>
17976
17977 PR guile/17203
17978 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17979 previously existing parameter, and previously ambiguously spelled
17980 parameter.
17981
fdb1adc6
WN
179822014-07-28 Will Newton <will.newton@linaro.org>
17983
17984 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17985
186fcde0
DE
179862014-07-26 Ludovic Courtès <ludo@gnu.org>
17987 Doug Evans <xdje42@gmail.com>
17988
17989 PR guile/17146
17990 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17991
70509625
PA
179922014-07-25 Pedro Alves <palves@redhat.com>
17993
17994 * gdb.threads/signal-command-handle-nopass.c: New file.
17995 * gdb.threads/signal-command-handle-nopass.exp: New file.
17996 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17997 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17998 * gdb.threads/signal-delivered-right-thread.c: New file.
17999 * gdb.threads/signal-delivered-right-thread.exp: New file.
18000
c3f814a1
PA
180012014-07-25 Pedro Alves <palves@redhat.com>
18002
18003 * gdb.base/double-prompt-target-event-error.exp
18004 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18005 match.
18006 (cancel_pagination_in_target_event): Rework double prompt
18007 detection.
18008 * gdb.base/paginate-after-ctrl-c-running.exp
18009 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18010 <return>' match.
18011 * gdb.base/paginate-bg-execution.exp
18012 (test_bg_execution_pagination_return)
18013 (test_bg_execution_pagination_cancel): Remove '-notransfer
18014 <return>' matches.
18015 * gdb.base/paginate-execution-startup.exp
18016 (test_fg_execution_pagination_return)
18017 (test_fg_execution_pagination_cancel): Remove '-notransfer
18018 <return>' matches.
18019 * gdb.base/paginate-inferior-exit.exp
18020 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18021 match.
18022 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18023 * lib/gdb.exp (pagination_prompt): Run text through
18024 string_to_regexp.
18025 (gdb_test_multiple): Match $pagination_prompt instead of
18026 "<return>".
18027 (string_to_regexp): Move to lib/gdb-utils.exp.
18028
e214cf6c
JK
180292014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18030
18031 * gdb.arch/amd64-entry-value-paramref.S: New file.
18032 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18033 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18034 * gdb.arch/amd64-optimout-repeat.S: New file.
18035 * gdb.arch/amd64-optimout-repeat.c: New file.
18036 * gdb.arch/amd64-optimout-repeat.exp: New file.
18037
17d0c5c8
JK
180382014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18039
18040 PR gdb/17170
18041 * gdb.base/statistics.exp: New file.
18042
b8b8facf
DE
180432014-07-17 Doug Evans <dje@google.com>
18044
74b49205 18045 PR gdb/17170
b8b8facf
DE
18046 * gdb.base/maint.exp: Update testing of per-command stats.
18047
1b5d0ab3
PA
180482014-07-16 Pedro Alves <palves@redhat.com>
18049
18050 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18051 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18052 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18053 (tfile_write_buf): New functions.
18054 (add_memory_block): Rewrite using the above.
18055 (adjust_function_address): New function.
18056 (FUNCTION_ADDRESS): New macro.
18057 (write_basic_trace_file): Remove short_x local, and use
18058 tfile_write_16. Change type of func_addr local to unsigned long
18059 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18060 here. Cast argument of add_memory_block to char pointer.
18061 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18062 (main): Remove parameters.
18063 * gdb.trace/tfile.exp: Remove nowarnings.
18064
4d974e88
SM
180652014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18066
18067 * gdb.base/debug-expr.exp: Test string evaluation with
18068 "debug expression" on.
18069
41e99568
PA
180702014-07-15 Pedro Alves <palves@redhat.com>
18071
18072 * gdb.base/reread.exp: Use clean_restart.
18073
487d9753
PL
180742014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18075
18076 * gdb.arch/avr-flash-qualifer.c: New.
18077 * gdb.arch/avr-flash-qualifer.exp: New.
18078
cc1c52ad
PA
180792014-07-14 Pedro Alves <palves@redhat.com>
18080
18081 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18082 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18083
1e973570
PA
180842014-07-14 Pedro Alves <palves@redhat.com>
18085
18086 * gdb.base/double-prompt-target-event-error.c: New file.
18087 * gdb.base/double-prompt-target-event-error.exp: New file.
18088
93d6eb10
PA
180892014-07-14 Pedro Alves <palves@redhat.com>
18090
18091 PR gdb/17072
18092 * gdb.base/paginate-inferior-exit.c: New file.
18093 * gdb.base/paginate-inferior-exit.exp: New file.
18094
0017922d
PA
180952014-07-14 Pedro Alves <palves@redhat.com>
18096
18097 PR gdb/17072
18098 * gdb.base/paginate-bg-execution.c: New file.
18099 * gdb.base/paginate-bg-execution.exp: New file.
18100
94696ad3
PA
181012014-07-14 Pedro Alves <palves@redhat.com>
18102
18103 PR gdb/17072
18104 * gdb.base/paginate-execution-startup.c: New file.
18105 * gdb.base/paginate-execution-startup.exp: New file.
18106 * lib/gdb.exp (pagination_prompt): New global.
18107 (default_gdb_spawn): New procedure, factored out from
18108 default_gdb_spawn.
18109 (default_gdb_start): Adjust to call default_gdb_spawn.
18110 (gdb_spawn): New procedure.
18111
bd293940
PA
181122014-07-14 Pedro Alves <palves@redhat.com>
18113
18114 * lib/gdb.exp (gdb_assert): New procedure.
18115 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18116
c933f875
PA
181172014-07-14 Pedro Alves <palves@redhat.com>
18118
18119 * gdb.base/execution-termios.c: New file.
18120 * gdb.base/execution-termios.exp: New file.
18121
d98b7a16
TT
181222014-07-14 Tom Tromey <tromey@redhat.com>
18123
18124 * gdb.cp/vla-cxx.cc: New file.
18125 * gdb.cp/vla-cxx.exp: New file.
18126
548740d6
TT
181272014-07-14 Tom Tromey <tromey@redhat.com>
18128
18129 * gdb.reverse/rerun-prec.c: New file.
18130 * gdb.reverse/rerun-prec.exp: New file.
18131
a25eb028
MR
181322014-07-12 Maciej W. Rozycki <macro@mips.com>
18133 Maciej W. Rozycki <macro@codesourcery.com>
18134
18135 * lib/gdb-utils.exp: New file.
18136 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18137 inline `gdb_init_command' processing.
18138 (gdb_start_cmd): Likewise.
18139 * lib/mi-support.exp (mi_run_cmd): Likewise.
18140 * README: Document `gdb_init_command' and `gdb_init_commands'.
18141
218c2655
JK
181422014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18143
18144 Fix false FAIL running under a very long directory name.
18145 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18146 and "set print elements 10000". Twice.
18147
5401fde3
YQ
181482014-07-11 Yao Qi <yao@codesourcery.com>
18149
18150 * gdb.base/exprs.exp: "set print symbol off".
18151
e76126e8
PA
181522014-07-11 Pedro Alves <palves@redhat.com>
18153
18154 * gdb.threads/kill.c: New file.
18155 * gdb.threads/kill.exp: New file.
18156
2d6f0de6
YQ
181572014-07-10 Yao Qi <yao@codesourcery.com>
18158
18159 * gdb.trace/tfile.c (write_basic_trace_file)
18160 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18161 address written to trace file.
18162
7180e04a
PA
181632014-07-09 Pedro Alves <palves@redhat.com>
18164
18165 * gdb.base/attach-wait-input.exp: New file.
18166 * gdb.base/attach-wait-input.c: New file.
18167
9a9a7608
AB
181682014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18169
18170 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18171 setting up test structures.
18172 (main): Call new test function.
18173 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18174 test function, continue into test function and walk test
18175 structures.
18176
161ac41e
YQ
181772014-07-02 Yao Qi <yao@codesourcery.com>
18178
18179 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18180 'bar_start' at the beginning of functions 'foo' and 'bar'
18181 respectively.
18182 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18183 instead of 'foo' and 'bar'.
18184
1f267ae3
MM
181852014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18186
18187 * gdb.btrace/segv.exp: New.
18188 * gdb.btrace/segv.c: New.
18189
2b239efb
LM
181902014-07-02 Luis Machado <lgustavo@codesourcery.com>
18191
18192 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18193 instruction.
18194
cf363f18
MW
181952014-06-30 Mark Wielaard <mjw@redhat.com>
18196
18197 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18198 vulture, vilify, villar): New volatile array constants.
18199 (vindictive, vegetation): New const volatile array constants.
18200 * gdb.base/volatile.exp: Test volatile and const volatile array
18201 types.
18202
aebf9d24
AA
182032014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18204
18205 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18206 target lacks support for awatch, rwatch, or hbreak.
18207
b67a2c6f
YQ
182082014-06-27 Yao Qi <yao@codesourcery.com>
18209
18210 * gdb.multi/dummy-frame-restore.exp: New.
18211 * gdb.multi/dummy-frame-restore.c: New.
18212
aef92902
MM
182132014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18214
18215 * gdb.btrace/gcore.exp: New.
18216
8e9db26e
PA
182172014-06-23 Pedro Alves <palves@redhat.com>
18218
18219 * gdb.base/watchpoint-reuse-slot.c: New file.
18220 * gdb.base/watchpoint-reuse-slot.exp: New file.
18221
70afc5b7
SC
182222014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18223
18224 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18225 progspace's filename in 'info', 'enable' and 'disable' command
18226 tests.
18227
b972bd9c
JK
182282014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18229
18230 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18231 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18232 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18233
125f8a3d
GB
182342014-06-20 Gary Benson <gbenson@redhat.com>
18235
18236 * gdb.arch/i386-avx.exp: Fix include file location.
18237 * gdb.arch/i386-sse.exp: Likewise.
18238
3ed9baed
IB
182392014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18240
18241 * gdb.dlang/expression.exp: New file.
18242
034f788c
PA
182432014-06-19 Pedro Alves <palves@redhat.com>
18244
18245 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18246 out from ...
18247 (top level): ... here. Iterate running tests under different
18248 scheduler-locking settings.
18249
45371d0c
LM
182502014-06-18 Luis Machado <lgustavo@codesourcery.com>
18251
18252 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18253 to DW_FORM_addr and use non-zero addresses.
18254
5d376983
SC
182552014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18256
18257 PR gdb/17017
18258 * gdb.python/py-xmethods.cc: Add global function call counters and
18259 increment them in their respective functions. Remove "cout"
18260 statements.
18261 * gdb.python/py-xmethods.exp: Make tests check the global function
18262 call counters instead of depending on inferior IO.
18263
a1aa2221
LM
182642014-06-18 Don Breazeal <donb@codesourcery.com>
18265
18266 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18267 Deleted procedure.
18268 (explicit_fork_parent_follow): Deleted procedure.
18269 (explicit_fork_child_follow): Deleted procedure.
18270 (test_follow_fork): New procedure.
18271 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18272 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18273 procedure calls.
18274
0fc05997
YQ
182752014-06-17 Yao Qi <yao@codesourcery.com>
18276
18277 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18278 CP1252.
18279
70795c52
LM
182802014-06-17 Luis Machado <lgustavo@codesourcery.com>
18281
18282 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18283 Initialize ptr and S explicitly.
18284 (skip_type_update_when_not_use_rtti_test): Likewise.
18285
6be47f0c
KS
182862014-06-16 Keith Seitz <keiths@redhat.com>
18287
18288 PR mi/15863
18289 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18290 the inferior is started.
18291
d03de421
PA
182922014-06-16 Pedro Alves <palves@redhat.com>
18293
18294 * gdb.base/break-main-file-remove-fail.c: New file.
18295 * gdb.base/break-main-file-remove-fail.exp: New file.
18296 * gdb.base/break-unload-file.exp: Use build_executable instead of
18297 prepare_for_testing.
18298 (test_break): New parameter "initial_load". Handle it.
18299 (top level): Add initial_load cmdline/file axis.
18300
f9579b99
TT
183012014-06-12 Tom Tromey <tromey@redhat.com>
18302
18303 * gdb.base/completion.exp: Don't use directory name in test.
18304
3657956b
GB
183052014-06-09 Gary Benson <gbenson@redhat.com>
18306
18307 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18308 separate the always-available ANSI-standard signals from the
18309 signals that require checking.
18310 (main): Likewise.
18311 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18312 Likewise.
18313 (main): Likewise.
18314
4186eb54
KS
183152014-06-07 Keith Seitz <keiths@redhat.com>
18316
18317 Revert:
18318 PR c++/16253
18319 * gdb.cp/var-tag.cc: New file.
18320 * gdb.cp/var-tag.exp: New file.
18321 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18322 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18323 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18324 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18325
25326a28 183262014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18327
18328 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18329
829155c9
PA
183302014-06-06 Pedro Alves <palves@redhat.com>
18331
18332 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18333 in target debug output instead of looking at RSP packets,
18334 disabling the test on any target that uses hardware stepping.
18335 Update comments.
18336
61c8d22e
PA
183372014-06-06 Pedro Alves <palves@redhat.com>
18338
18339 * gdb.base/break-unload-file.exp: Fix typo.
18340
d9a47287
YQ
183412014-06-06 Yao Qi <yao@codesourcery.com>
18342
18343 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18344 from "jit_function" to "^jit_function".
18345
e5e01dbf
YQ
183462014-06-06 Yao Qi <yao@codesourcery.com>
18347
18348 * gdb.base/async.c (foo): Add one statement.
18349 * gdb.base/async.exp: Get the next instruction address and
18350 match the output of "nexti" by instruction address. Match
18351 the hex address in the output of "finish".
18352
73ba372c
GB
183532014-06-06 Gary Benson <gbenson@redhat.com>
18354
18355 * gdb.base/call-signals.c: Remove preprocessor conditionals
18356 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18357 SIGSEGV and SIGTERM.
18358 * gdb.base/sigall.c: Likewise.
18359 * gdb.base/unwindonsignal.c: Likewise.
18360 * gdb.reverse/sigall-reverse.c: Likewise.
18361
831517df
YQ
183622014-06-06 Yao Qi <yao@codesourcery.com>
18363
18364 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18365 readable, skip the test.
18366
b8b91e98
YQ
183672014-06-06 Yao Qi <yao@codesourcery.com>
18368
18369 * gdb.threads/staticthreads.c (thread_function): Move the line
18370 setting breakpoint on forward.
18371 * gdb.threads/staticthreads.exp: Update comments.
18372
fb934770
LC
183732014-06-05 Ludovic Courtès <ludo@gnu.org>
18374
18375 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18376 "history-append! type error".
18377
6ef284bd
SM
183782014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18379
18380 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18381 erroneous dprintf expected input.
18382
a872e241
DE
183832014-06-04 Doug Evans <xdje42@gmail.com>
18384
18385 * gdb.guile/scm-generics.exp: Delete.
18386
16f691fb
DE
183872014-06-04 Doug Evans <xdje42@gmail.com>
18388
18389 * gdb.guile/scm-breakpoint.exp: Update.
18390 Add tests for breakpoint registration.
18391
012370f6
TT
183922014-06-04 Tom Tromey <tromey@redhat.com>
18393
18394 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18395 VLA-in-union.
18396 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18397 inner_vla_struct, vla_union types. Initialize objects of those
18398 types and compute their sizes.
18399
9f5a4cef
HZ
184002014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18401 Hui Zhu <hui@codesourcery.com>
18402
18403 * gdb.base/fileio.exp: Add test for shell not available as well as
18404 available.
18405 * gdb.base/fileio.c (test_system): Check for shell twice.
18406
90a45c4d
YQ
184072014-06-04 Yao Qi <yao@codesourcery.com>
18408
18409 * gdb.base/auto-connect-native-target.exp: Remove redundant
18410 space from the regexp pattern.
18411
70017e41
YQ
184122014-06-04 Yao Qi <yao@codesourcery.com>
18413
18414 * gdb.base/default.exp: Replace "child" with "native" in
18415 regexp pattern.
18416
883964a7
SC
184172014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18418
18419 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18420 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18421 * gdb.python/py-xmethods.py: Python script supporting the
18422 new testcase and tests.
18423
ef370185
JB
184242014-06-03 Joel Brobecker <brobecker@adacore.com>
18425 Pedro Alves <palves@redhat.com>
18426
18427 PR breakpoints/17000
18428 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18429 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18430
1e2ccb61
BM
184312014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18432
18433 * gdb.base/subst.exp: Add tests to verify partial path matching
18434 output.
18435
c6ec5ab2
PA
184362014-06-03 Pedro Alves <palves@redhat.com>
18437
18438 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18439 target that doesn't use software single-stepping.
18440
835c559f
PA
184412014-06-03 Pedro Alves <palves@redhat.com>
18442
18443 PR breakpoints/17000
18444 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18445 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18446
06eb1586
DE
184472014-06-02 Doug Evans <xdje42@gmail.com>
18448
18449 * gdb.guile/scm-parameter.exp: New file.
18450
e698b8c4
DE
184512014-06-02 Doug Evans <xdje42@gmail.com>
18452
18453 * gdb.guile/scm-cmd.c: New file.
18454 * gdb.guile/scm-cmd.exp: New file.
18455
ded03782
DE
184562014-06-02 Doug Evans <xdje42@gmail.com>
18457
18458 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18459 pretty-printer lookup.
18460 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18461 (make-pp_s-printer): Call it.
18462 (make-pretty-printer-from-dict): New function.
18463 (lookup-pretty-printer-maker-from-dict): New function.
18464 (*pretty-printer*): Simplify.
18465 (make-objfile-pp_s-printer): New function.
18466 (install-objfile-pretty-printers!): New function.
18467 (make-progspace-pp_s-printer): New function.
18468 (install-progspace-pretty-printers!): New function.
18469 * gdb.guile/scm-progspace.c: New file.
18470 * gdb.guile/scm-progspace.exp: New file.
18471
41fac0cf
PA
184722014-06-02 Pedro Alves <palves@redhat.com>
18473
18474 * gdb.base/dprintf-bp-same-addr.c: New file.
18475 * gdb.base/dprintf-bp-same-addr.exp: New file.
18476
96ae5695
EBM
184772014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18478
18479 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18480 * gdb.arch/powerpc-power.s: Likewise.
18481
da02b3a8
JB
184822014-06-02 Joel Brobecker <brobecker@adacore.com>
18483
18484 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18485
c72b2e7b
YQ
184862014-06-01 Yao Qi <yao@codesourcery.com>
18487
18488 * gdb.base/watchpoint.exp (test_watch_location): Check null
18489 pointer can be dereferenced. If not, do the test, otherwise
18490 skip it.
18491
53e8a631
AB
184922014-05-30 Andrew Burgess <aburgess@broadcom.com>
18493
18494 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18495 results.
18496 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18497
938f0e2f
AB
184982014-05-30 Andrew Burgess <aburgess@broadcom.com>
18499
18500 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18501 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18502 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18503 * gdb.arch/amd64-invalid-stack-top.c: New file.
18504 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18505
9ba6657a
PA
185062014-05-30 Pedro Alves <palves@redhat.com>
18507
18508 PR breakpoints/17000
18509 * gdb.base/sss-bp-on-user-bp.c: New file.
18510 * gdb.base/sss-bp-on-user-bp.exp: New file.
18511
522c09bf
DB
185122014-05-30 David Blaikie <dblaikie@gmail.com>
18513
18514 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18515 gnu_inline semantics via attribute.
18516 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18517 source explicitly specifies the required semantics.
18518
bf4ef81e
MR
185192014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18520
18521 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18522
329ea579
PA
185232014-05-29 Pedro Alves <palves@redhat.com>
18524 Tom Tromey <tromey@redhat.com>
18525
18526 * gdb.base/async-shell.exp: Don't enable target-async.
18527 * gdb.base/async.exp
18528 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18529 parameter. Adjust.
18530 (top level): Don't test with "target-async".
18531 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18532 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18533 * gdb.base/inferior-died.exp: Don't enable target-async.
18534 * gdb.base/interrupt-noterm.exp: Likewise.
18535 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18536 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18537 * gdb.mi/mi-nonstop.exp: Likewise.
18538 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18539 * gdb.mi/mi-nsintrall.exp: Likewise.
18540 * gdb.mi/mi-nsmoribund.exp: Likewise.
18541 * gdb.mi/mi-nsthrexec.exp: Likewise.
18542 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18543 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18544 * gdb.python/py-evsignal.exp: Don't enable target-async.
18545 * gdb.python/py-evthreads.exp: Likewise.
18546 * gdb.python/py-prompt.exp: Likewise.
18547 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18548 * gdb.server/solib-list.exp: Don't enable target-async.
18549 * gdb.threads/thread-specific-bp.exp: Likewise.
18550 * lib/mi-support.exp: Adjust to use mi-async.
18551
fd664c91
PA
185522014-05-29 Pedro Alves <palves@redhat.com>
18553
18554 PR gdb/13860
18555 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18556 reason, even in sync mode.
18557
251bde03
PA
185582014-05-29 Pedro Alves <palves@redhat.com>
18559 Hui Zhu <hui@codesourcery.com>
18560
18561 PR PR15693
18562 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18563 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18564 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18565 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18566
7f3c0343
JB
185672014-05-28 Joel Brobecker <brobecker@adacore.com>
18568
18569 * config/monitor.exp (gdb_target_monitor): Replace use of
18570 "set remotebaud" by "set serial baud".
18571
b2715b27
AW
185722014-05-26 Andy Wingo <wingo@igalia.com>
18573
18574 * gdb.guile/scm-breakpoint.exp:
18575 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18576 properties instead of gdb-object-properties.
18577
498a4489
YQ
185782014-05-26 Yao Qi <yao@codesourcery.com>
18579
18580 * gdb.server/no-thread-db.exp: Specify source file name
18581 explicitly when setting a breakpoint.
18582
589fdceb
MM
185832014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18584
18585 * gdb.btrace/vdso.c: New.
18586 * gdb.btrace/vdso.exp: New.
18587
e9089e05
MM
185882014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18589
18590 * gdb.base/gcore.exp (capture_command_output): Move ...
18591 * lib/gdb.exp (capture_command_output): ... here.
18592
67b5c0c1
MM
185932014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18594
18595 * gdb.btrace/data.exp: Test memory access during btrace replay.
18596
a2199296
SM
185972014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18598
18599 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18600
17b2616c
PA
186012014-05-21 Pedro Alves <palves@redhat.com>
18602
18603 PR gdb/13860
18604 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18605 (top level): Test that output related to execution commands is
18606 sent to the console with CLI commands, but not with MI commands.
18607 Test that breakpoint events are always mirrored to the console.
18608 Also expect the new source line to be output after a "next" in
18609 async mode too. Make it a pass/fail test.
18610 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18611 output.
18612 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18613
5166082f
PA
186142014-05-21 Pedro Alves <palves@redhat.com>
18615
18616 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18617 Use them to test variations of "list" after reaching a breakpoint.
18618 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18619 Test "list" with listsize 10 after reaching a breakpoint.
18620 * gdb.python/python.exp (decode_line current location line
18621 number): Adjust expected line number.
18622
2f25d70f
SM
186232014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18624
18625 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18626 behavior for $args, pass it directly to "run".
18627
ff604a67
MR
186282014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18629
18630 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18631 30000 to 65536.
18632
6a3cb8e8
PA
186332014-05-21 Pedro Alves <palves@redhat.com>
18634
18635 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18636 auto-connect-native-target off".
18637 * gdb.base/auto-connect-native-target.c: New file.
18638 * gdb.base/auto-connect-native-target.exp: New file.
18639
4ebfc96e
PA
186402014-05-21 Pedro Alves <palves@redhat.com>
18641
18642 * gdb.base/default.exp: Test "target native" instead of "target
18643 child".
18644
36d46afb
MW
186452014-05-21 Mark Wielaard <mjw@redhat.com>
18646
18647 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18648
5876f503
JK
186492014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18650
18651 Fix TLS access for -static -pthread.
18652 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18653 <HAVE_TLS> (thread_function, main): Initialize it.
18654 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18655 Add clean_restart.
18656 <$have_tls != "">: Check TLSVAR.
18657
0256a6ac
PA
186582014-05-21 Pedro Alves <palves@redhat.com>
18659
18660 * gdb.base/dcache-line-read-error.c: New.
18661 * gdb.base/dcache-line-read-error.exp: New.
18662
936d2992
PA
186632014-05-20 Pedro Alves <palves@redhat.com>
18664
18665 * gdb.base/compare-sections.c: New file.
18666 * gdb.base/compare-sections.exp: New file.
18667
802e8e6d
PA
186682014-05-20 Pedro Alves <palves@redhat.com>
18669
18670 * gdb.base/break-idempotent.c: New file.
18671 * gdb.base/break-idempotent.exp: New file.
18672
e59fa00f
MM
186732014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18674
18675 * gdb.btrace/nohist.exp: New.
18676
8b696e31
YQ
186772014-05-20 Yao Qi <yao@codesourcery.com>
18678
18679 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18680 gdb.reverse directory and gdb_reverse_timeout exists in board
18681 setting.
18682 * README: Document gdb_reverse_timeout.
18683
73c9764f
YQ
186842014-05-20 Yao Qi <yao@codesourcery.com>
18685
18686 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18687 'test_file_name'. Treat args as a string instead of a list.
18688 (gdb_init): Rename argument 'args' by 'test_file_name'.
18689
f1f4348a
JK
186902014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18691
18692 * gdb.arch/powerpc-power.exp: New file.
18693 * gdb.arch/powerpc-power.s: New file.
18694
0dbe70ce
DE
186952014-05-16 Doug Evans <dje@google.com>
18696
18697 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18698 * gdb.base/completion.exp: Check that all expected files exist
18699 before doing file completion.
0dbe70ce 18700
8d551b02
DE
187012014-05-16 Doug Evans <dje@google.com>
18702
18703 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18704 Update.
18705 (do_syscall_tests_without_xml): Update.
18706
73eb7709
PA
187072014-05-16 Pedro Alves <palves@redhat.com>
18708
18709 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18710 instead of "unknown output after running".
18711
3fae92fc
YQ
187122014-05-16 Yao Qi <yao@codesourcery.com>
18713
18714 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18715 file1.txt from host at the end.
18716 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18717
c2b2ccc5
DE
187182014-05-15 Doug Evans <dje@google.com>
18719
18720 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18721 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18722 loading file. Add test for TU lookup.
18723
8c217a4b
SM
187242014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18725
18726 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18727 calling "-exec-arguments" or "set args" before running the
18728 inferior.
18729
3deb39c6
SM
187302014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18731
18732 * lib/mi-support.exp (mi_expect_stop): Expect message for
18733 inferiors that exit with non-zero exit code.
18734
71a79f8c
YQ
187352014-05-14 Yao Qi <yao@codesourcery.com>
18736
18737 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18738 match absolute path on remote host.
18739 (test_file_list_exec_source_files): Remove "/" from the
18740 pattern.
18741
f23fcd46
YQ
187422014-05-14 Yao Qi <yao@codesourcery.com>
18743
18744 * boards/local-remote-host-notty.exp (${board}_file): New
18745 proc.
18746
9404b58f
KM
187472014-05-07 Kyle McMartin <kyle@redhat.com>
18748
18749 Pushed by Joel Brobecker <brobecker@adacore.com>.
18750 * gdb.arch/aarch64-atomic-inst.c: New file.
18751 * gdb.arch/aarch64-atomic-inst.exp: New file.
18752
5e45f04c
YQ
187532014-05-07 Yao Qi <yao@codesourcery.com>
18754
18755 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18756 in current context" too.
18757
c888a17d
KS
187582014-05-05 Keith Seitz <keiths@redhat.com>
18759
18760 * gdb.linespec/ls-dollar.exp: Add test for linespec
18761 file:convenience_variable.
18762
290a839c
YQ
187632014-05-05 Yao Qi <yao@codesourcery.com>
18764
18765 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18766 traceframes into tfile and ctf trace files. Read data from
18767 trace file and test collected data.
18768 (gdb_collect_locals_test): Likewise.
18769 (gdb_unavailable_registers_test): Likewise.
18770 (gdb_unavailable_floats): Likewise.
18771 (gdb_collect_globals_test): Likewise.
18772 (top-level): Append "ctf" to trace_file_targets if GDB
18773 supports.
18774
b5262cd0
YQ
187752014-05-05 Yao Qi <yao@codesourcery.com>
18776
18777 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18778 code to ...
18779 (gdb_collect_args_test_1): ... it. New proc.
18780 (gdb_collect_locals_test): Move some code to ...
18781 (gdb_collect_locals_test_1): ... it. New proc.
18782 (gdb_unavailable_registers_test): Move some code to ...
18783 (gdb_unavailable_registers_test_1): ... it. New proc.
18784 (gdb_unavailable_floats): Move some code to ...
18785 (gdb_unavailable_floats_1): ... it. New proc.
18786
30a1e6cc
SDJ
187872014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18788
18789 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18790 probes to test for bitness recognition.
18791 * gdb.arch/amd64-stap-optional-prefix.exp
18792 (test_probe_value_without_reg): New procedure.
18793 Add code to test for different kinds of bitness.
18794
f33da99a
SDJ
187952014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18796
18797 PR breakpoints/16889
18798 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18799 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18800
5b80f00d
PA
188012014-05-01 Pedro Alves <palves@redhat.com>
18802
18803 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18804 gdb_file_cmd if no file is specified.
18805 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18806 last_loaded_file to set the remote exec-file.
18807
f8c2a73c
PA
188082014-05-01 Pedro Alves <palves@redhat.com>
18809
18810 * boards/local-remote-host.exp: New file.
18811
be6e8ac7
PA
188122014-05-01 Pedro Alves <palves@redhat.com>
18813
18814 * boards/local-remote-host.exp: Rename to ...
18815 * boards/local-remote-host-notty.exp: ... this.
18816
cac0dc8f
JB
188172014-04-28 Joel Brobecker <brobecker@adacore.com>
18818
18819 * gdb.ada/dyn_arrayidx: New testcase.
18820
9730e6cc
YQ
188212014-04-26 Yao Qi <yao@codesourcery.com>
18822
18823 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18824 and compute the length of function main. Save it in
18825 $main_length.
18826 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18827 (top-level): Use gdb_compile to compile objects into
18828 executable and restart GDB. Remove invocation to
18829 prepare_for_testing.
18830
7ae1a6a6
PA
188312014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18832 Pedro Alves <palves@redhat.com>
18833
18834 PR server/16255
18835 * gdb.multi/multi-attach.c: New file.
18836 * gdb.multi/multi-attach.exp: New file.
18837
4082afcc
PA
188382014-04-25 Pedro Alves <palves@redhat.com>
18839
18840 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18841 user.
18842 (top level): Test that "set remote conditional-breakpoints-packet
18843 off" works as intended.
18844 * gdb.base/dprintf.exp: Test that "set remote
18845 breakpoint-commands-packet off" works as intended.
18846 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18847 New function.
18848 (top level): Call it.
18849 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18850 remote fast-tracepoints-packet off" works as intended.
18851 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18852 * lib/gdb.exp (gdb_is_target_remote): ... here.
18853
2abc3f8d
DB
188542014-04-24 David Blaikie <dblaikie@gmail.com>
18855
18856 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18857 ensure clang would not discard them.
18858 * gdb.base/gdbvars.c: Ditto.
18859 * gdb.base/memattr.c: Ditto.
18860 * gdb.base/whatis.c: Ditto.
18861 * gdb.python/py-prettyprint.c: Ditto.
18862 * gdb.trace/actions.c: Ditto.
18863 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18864 ensure clang would not discard it.
18865
bfd39632
DB
188662014-04-24 David Blaikie <dblaikie@gmail.com>
18867
18868 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18869 clang to emit the full definition of type required by the test
18870 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18871
22842ff6
DB
188722014-04-24 David Blaikie <dblaikie@gmail.com>
18873
18874 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18875 coax Clang into emitting the definition of the type.
18876 * gdb.cp/pr10728-x.h (y): Ditto.
18877 * gdb.cp/pr10728-y.cc (y): Ditto.
18878
c2e827ad
DB
188792014-04-24 David Blaikie <dblaikie@gmail.com>
18880
18881 * gdb.base/label.exp: XFAIL label related tests under Clang.
18882 * gdb.cp/cplabel.exp: Ditto.
18883 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18884 under Clang those using labels.
18885
4c2d33e7
YQ
188862014-04-25 Yao Qi <yao@codesourcery.com>
18887
18888 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18889 double_label.
18890 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18891 partial_label and double_label.
18892
56083b99
DB
188932014-04-24 David Blaikie <dblaikie@gmail.com>
18894
18895 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18896
25d4e99d
DB
188972014-04-24 David Blaikie <dblaikie@gmail.com>
18898
18899 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18900 of the function to work across GCC and Clang.
18901 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18902 pointer types (const void ** const V void **).
18903
01f9f808
MS
189042014-04-24 Michael Sturm <michael.sturm@mintel.com>
18905 Walfred Tedeschi <walfred.tedeschi@intel.com>
18906
18907 * Makefile.in (EXECUTABLES): Added i386-avx512.
18908 * gdb.arch/i386-avx512.c: New file.
18909 * gdb.arch/i386-avx512.exp: Likewise.
18910
4b48d439
KS
189112014-04-23 Keith Seitz <keiths@redhat.com>
18912
18913 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18914 (mi_make_breakpoint_table): New procedure.
18915 (mi_create_breakpoint): Use mi_make_breakpoint
18916 and return the result.
18917 (mi_make_breakpoint): New procedure.
18918 (mi_build_kv_pairs): New procedure.
18919
18920 * gdb.mi/mi-break.exp: Remove unused globals,
18921 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18922 All callers updated.
18923 * gdb.mi/mi-dprintf.exp: Use variable to track command
18924 number.
18925 Update all callers of mi_create_breakpoint and use
18926 mi_make_breakpoint_table.
18927 Remove any unused global variables.
18928 * gdb.mi/mi-nonstop.exp: Likewise.
18929 * gdb.mi/mi-nsintrall.exp: Likewise.
18930 * gdb.mi/mi-nsmoribund.exp: Likewise.
18931 * gdb.mi/mi-nsthrexec.exp: Likewise.
18932 * gdb.mi/mi-reverse.exp: Likewise.
18933 * gdb.mi/mi-simplerun.exp: Likewise.
18934 * gdb.mi/mi-stepn.exp: Likewise.
18935 * gdb.mi/mi-syn-frame.exp: Likewise.
18936 * gdb.mi/mi-until.exp: Likewise.
18937 * gdb.mi/mi-var-cp.exp: Likewise.
18938 * gdb.mi/mi-var-display.exp: Likewise.
18939 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18940 * gdb.mi/mi2-var-child.exp: Likewise.
18941 * gdb.mi/mi-vla-c99.exp: Likewise.
18942 * lib/mi-support.exp: Likewise.
18943
18944 From Ian Lance Taylor <iant@cygnus.com>:
18945 * lib/gdb.exp (parse_args): New procedure.
18946
08351840
PA
189472014-04-23 Pedro Alves <palves@redhat.com>
18948
18949 * gdb.base/break-unload-file.c: New file.
18950 * gdb.base/break-unload-file.exp: New file.
18951 * gdb.base/sym-file-lib.c (baz): New function.
18952 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18953 field.
18954 (load): Store the segment's mapped size.
18955 (unload): New function.
18956 (unload_shlib): New function.
18957 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18958 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18959 set a breakpoint at baz, and call it.
18960 * gdb.base/sym-file.exp: New tests for stale breakpoint
18961 instructions.
18962
076855f9
PA
189632014-04-23 Pedro Alves <palves@redhat.com>
18964
18965 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18966 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18967 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18968 * gdb.base/hbreak-unmapped.c: New file.
18969 * gdb.base/hbreak-unmapped.exp: New file.
18970 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18971 * lib/gdb.exp (gdb_is_target_remote): ... here.
18972
483805cf
PA
189732014-04-22 Pedro Alves <palves@redhat.com>
18974
18975 * gdb.base/consecutive-step-over.c: New file.
18976 * gdb.base/consecutive-step-over.exp: New file.
18977
06d97543
PA
189782014-04-22 Pedro Alves <palves@redhat.com>
18979
18980 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18981 instead of send_gdb/gdb_expect.
18982
b4429ea2
YQ
189832014-04-22 Yao Qi <yao@codesourcery.com>
18984
18985 * lib/trace-support.exp (generate_tracefile): New procedure.
18986 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18987 return 0.
18988 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18989 if generate_tracefile returns 1.
18990
51d48146
PA
189912014-04-18 Tom Tromey <palves@redhat.com>
18992 Pedro alves <tromey@redhat.com>
18993
18994 PR backtrace/15558
18995 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18996 with a backtrace limit.
18997 * gdb.python/py-frame-inline.exp: Test running to an inline
18998 function with a backtrace limit, and printing the newest frame.
18999 * gdb.python/py-frame-inline.c (main): Call f.
19000
bd1dce5f
MS
190012014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19002
19003 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19004
40d1a503
MS
190052014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19006
19007 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19008 Drop prefix from unsupported source file path.
19009
389b98f7
YQ
190102014-04-17 Yao Qi <yao@codesourcery.com>
19011
19012 * lib/gdb.exp (with_target_charset): New proc.
19013 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19014 with_target_charset.
19015 (test_print_strings): Likewise.
19016 (test_repeat_bytes): Likewise.
19017 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19018 for some tests.
19019
22869d73
KS
190202014-04-16 Keith Seitz <keiths@redhat.com>
19021
19022 PR gdb/15827
19023 * gdb.dwarf2/corrupt.c: New file.
19024 * gdb.dwarf2/corrupt.exp: New file.
19025
c4f87ca6
KS
190262014-04-16 Keith Seitz <keiths@redhat.com>
19027
19028 PR c++/16597
19029 * gdb.cp/namelessclass.cc: New file.
19030 * gdb.cp/namelessclass.exp: New file.
19031 * gdb.cp/namelessclass.S: New file.
19032
ab19de87
DE
190332014-04-16 Doug Evans <dje@google.com>
19034
19035 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19036 Add comment.
19037 (gdbserver_default_get_comm_port): New function.
19038 (gdbserver_start): Check if board file provided
19039 "gdbserver,get_comm_port" and use it if so.
19040 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19041 (gdb,socketport): Set to "stdio".
19042 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19043 (stdio_gdbserver_template): Delete.
19044 (${board}_get_remote_address): Update.
19045 (${board}_build_remote_cmd): Delete.
19046 (${board}_get_comm_port): New function.
19047 (${board}_spawn): Update.
19048 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19049 Delete.
19050 (${board}_get_remote_address): Update.
19051 (${board}_get_comm_port): New function.
19052
fc98a809
AB
190532014-04-16 Andrew Burgess <aburgess@broadcom.com>
19054
19055 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19056 appearing in any order.
19057
87fd9e6e
DE
190582014-04-15 Doug Evans <dje@google.com>
19059
19060 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19061 uninitialized value of "description".
19062
099fc3ea
KS
190632014-04-15 Keith Seitz <keiths@redhat.com>
19064
19065 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19066 Remove unused globals.
19067 (test_running_the_program): Likewise.
19068 (test_controlled_execution): Likewise.
19069 (test_controlling_breakpoints): Likewise.
19070 (test_program_termination): Likewise.
19071
5da151d4
KS
190722014-04-15 Keith Seitz <keiths@redhat.com>
19073
19074 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19075 unused globals.
19076 (test_rbreak_creation_and_listing): Likewise.
19077 (test_ignore_count): Likewise.
19078 (test_error): Likewise.
19079
35e5d2f0
PA
190802014-04-15 Pedro Alves <palves@redhat.com>
19081
19082 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19083 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19084 sym-file-loader.c.
19085 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19086 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19087 to sym-file-loader.c.
19088 (struct library): Forward declare.
19089 (load_shlib, lookup_function): Change prototypes.
19090 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19091 (translate_offset): Remove declarations.
19092 (get_text_addr): New declaration.
19093 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19094 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19095 sym-file-loader.h.
19096 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19097 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19098 here from sym-file-loader.h.
19099 (struct library): New structure.
19100 (load_shlib, lookup_function): Change prototypes and adjust to
19101 work with a struct library.
19102 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19103 (translate_offset): Make static.
19104 (get_text_addr): New function.
19105 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19106
eb4c1710
PA
191072014-04-15 Pedro Alves <palves@redhat.com>
19108
19109 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19110
2d1baf52
PA
191112014-04-15 Pedro Alves <palves@redhat.com>
19112
19113 * gdb.base/sym-file-loader.c: Include <limits.h>.
19114 (SELF_LINK): New define.
19115 (get_origin): New function.
19116 (load_shlib): Use it.
19117 * gdb.base/sym-file.exp: Don't early return if the target is
19118 remote. Use runto_main, and issue fail is that fails. Use
19119 gdb_load_shlibs.
19120 (shlib_name): Delete.
19121 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19122
7dd6df01
PA
191232014-04-15 Pedro Alves <palves@redhat.com>
19124
19125 * gdb.base/sym-file.exp: Remove regex characters from test
19126 message. Don't refer to breakpoint numbers in test messages.
19127
b50c8614
KS
191282014-04-14 Keith Seitz <keiths@redhat.com>
19129
19130 PR c++/16253
19131 * gdb.cp/var-tag.cc: New file.
19132 * gdb.cp/var-tag.exp: New file.
19133 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19134 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19135 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19136 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19137
3d567982
TT
191382014-04-14 Tom Tromey <tromey@redhat.com>
19139
19140 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19141 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19142 type.
19143 * gdb.cp/enum-class.exp: New file.
19144 * gdb.cp/enum-class.cc: New file.
19145
0626fc76
TT
191462014-04-14 Tom Tromey <tromey@redhat.com>
19147
19148 * gdb.dwarf2/enum-type.exp: New file.
19149
dca325b3
SA
191502014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19151
19152 * gdb.mi/mi-vla-c99.exp: New file.
19153 * gdb.mi/vla.c: New file.
19154
5854b38a
SA
191552014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19156
19157 * gdb.base/vla-datatypes.c: New file.
19158 * gdb.base/vla-datatypes.exp: New file.
19159
463bb957
SA
191602014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19161
19162 * gdb.base/vla-ptr.c: New file.
19163 * gdb.base/vla-ptr.exp: New file.
19164
3dd170be
SA
191652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19166
19167 * gdb.dwarf2/count.exp: New file.
19168
5ecaaa66
SA
191692014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19170
19171 * gdb.base/vla-sideeffect.c: New file.
19172 * gdb.base/vla-sideeffect.exp: New file.
19173
41f1ada5
DB
191742014-04-14 David Blaikie <dblaikie@gmail.com>
19175
19176 * gdb.mi/non-stop.c: Add return value for non-void function return
19177 statement.
19178 * gdb.threads/staticthreads.c: Ditto.
19179
0be03e84
DE
191802014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19181 Doug Evans <xdje42@gmail.com>
19182
19183 * gdb.guile/scm-value.c: Improve test case.
19184 * gdb.guile/scm-value.exp: Add new test.
19185
f180a1fb
DB
191862014-04-11 David Blaikie <dblaikie@gmail.com>
19187
19188 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19189 override Clang's default.
19190
6b662e19
JB
191912014-04-11 Joel Brobecker <brobecker@adacore.com>
19192
19193 Revert the following changes (regressions):
19194
19195 * gdb.base/vla-sideeffect.c: New file.
19196 * gdb.base/vla-sideeffect.exp: New file.
19197
19198 * gdb.dwarf2/count.exp: New file.
19199
19200 * gdb.base/vla-multi.c: New file.
19201 * gdb.base/vla-multi.exp: New file.
19202
19203 * gdb.base/vla-ptr.c: New file.
19204 * gdb.base/vla-ptr.exp: New file.
19205
19206 * gdb.base/vla-datatypes.c: New file.
19207 * gdb.base/vla-datatypes.exp: New file.
19208
19209 * gdb.mi/mi-vla-c99.exp: New file.
19210 * gdb.mi/vla.c: New file.
19211
245a5f0b
KS
192122014-04-11 Keith Seitz <keiths@redhat.com>
19213
19214 PR c++/16675
19215 * gdb.cp/cpsizeof.exp: New file.
19216 * gdb.cp/cpsizeof.cc: New file.
19217
58a84dcf
SA
192182014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19219
191a8a90
JB
19220 * gdb.mi/mi-vla-c99.exp: New file.
19221 * gdb.mi/vla.c: New file.
58a84dcf 19222
c8655f75
SA
192232014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19224
19225 * gdb.base/vla-datatypes.c: New file.
19226 * gdb.base/vla-datatypes.exp: New file.
19227
024e13b4
SA
192282014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19229
19230 * gdb.base/vla-ptr.c: New file.
19231 * gdb.base/vla-ptr.exp: New file.
19232
1a237e0e
SA
192332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19234
19235 * gdb.base/vla-multi.c: New file.
19236 * gdb.base/vla-multi.exp: New file.
19237
504f3432
SA
192382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19239
19240 * gdb.dwarf2/count.exp: New file.
19241
3bce8237
SA
192422014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19243
191a8a90
JB
19244 * gdb.base/vla-sideeffect.c: New file.
19245 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19246
322f9c21
YQ
192472014-04-11 Yao Qi <yao@codesourcery.com>
19248
19249 * gdb.base/completion.exp: Check file exists before running tests
19250 on file completion.
19251
d708bcd1
PA
192522014-04-10 Pedro Alves <palves@redhat.com>
19253
19254 * gdb.base/cond-eval-mode.c: New file.
19255 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19256 prepare_for_testing to build the new file. Check result of
19257 runto_main.
19258 (test_break, test_watch): New procedures.
19259 (top level): Use them.
19260
ae1d2761
PM
192612014-04-08 Pierre Muller <muller@sourceware.org>
19262
19263 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19264 Ctrl-V use for mingw hosts.
19265
7af389b8
SC
192662014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19267
19268 * gdb.python/py-value.c: Improve test case.
19269 * gdb.python/py-value.exp: Add new test.
19270
5e703181
DE
192712014-04-07 David Blaikie <dblaikie@gmail.com>
19272
19273 * lib/compiler.c: Identify the clang compiler.
19274 * lib/compiler.cc: Ditto.
19275
9810b410
YQ
192762014-04-03 Yao Qi <yao@codesourcery.com>
19277
19278 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19279
98d1b8dc
AB
192802014-04-01 Anton Blanchard <anton@samba.org>
19281
19282 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19283 messages unique.
19284
3114cea1
AB
192852014-04-01 Anton Blanchard <anton@samba.org>
19286
19287 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19288 prepare_for_testing.
19289
62f7182c
AB
192902014-04-01 Anton Blanchard <anton@samba.org>
19291
19292 * gdb.arch/ppc64-atomic-inst.c: Remove.
19293 * gdb.arch/ppc64-atomic-inst.S: New file.
19294 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19295
770e7fc7
DE
192962014-03-31 Doug Evans <dje@google.com>
19297
19298 * gdb.base/print-symbol-loading-lib.c: New file.
19299 * gdb.base/print-symbol-loading-main.c: New file.
19300 * gdb.base/print-symbol-loading.exp: New file.
19301
46e2bafa
YQ
193022014-03-31 Yao Qi <yao@codesourcery.com>
19303
19304 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19305
8776cfe9
JB
193062014-03-28 Joel Brobecker <brobecker@adacore.com>
19307
19308 * gdb.ada/mi_dyn_arr: New testcase.
19309
5d1ef361
DE
193102014-03-27 Doug Evans <dje@google.com>
19311
19312 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19313
b5bee914
YQ
193142014-03-27 Yao Qi <yao@codesourcery.com>
19315
19316 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19317 if target is nios2-*-*.
19318
0d4d0e77
YQ
193192014-03-26 Yao Qi <yao@codesourcery.com>
19320
19321 * lib/gdb.exp (readline_is_used): New proc.
19322 * gdb.base/completion.exp: Move tests on command complete up.
19323 Skip the rest of tests if readline is not used.
19324 * gdb.ada/complete.exp: Skp the test if readline is not
19325 used.
19326 * gdb.base/filesym.exp: Likewise.
19327 * gdb.base/macscp.exp: Likewise.
19328 * gdb.base/readline-ask.exp: Likewise.
19329 * gdb.base/readline.exp: Likewise.
19330 * gdb.python/py-cmd.exp: Likewise.
19331 * gdb.trace/tfile.exp: Likewise.
19332
29361eee
YQ
193332014-03-26 Yao Qi <yao@codesourcery.com>
19334
19335 * gdb.base/macscp.exp: Fix code format issues.
19336
bc9a5525
UW
193372014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19338
19339 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19340 * gdb.asm/powerpc64le.inc: New file.
19341
d3839ede
PA
193422014-03-25 Pedro Alves <palves@redhat.com>
19343 Doug Evans <dje@google.com>
19344
19345 * gdb.base/source-execution.c: New file.
19346 * gdb.base/source-execution.exp: New file.
19347 * gdb.base/source-execution.gdb: New file.
19348
01672a57
DE
193492014-03-24 Doug Evans <dje@google.com>
19350
19351 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19352 using fission.
19353
88bbeca9
HZ
193542014-03-24 Hui Zhu <hui@codesourcery.com>
19355 Pedro Alves <palves@redhat.com>
19356
19357 PR breakpoints/16101
19358 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19359 test pass/fail messages. Detect missing support for dprintf when
19360 breakpoints are actually inserted.
19361 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19362 breakpoints are actually inserted.
19363 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19364 fails.
19365
d2348791
JK
193662014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19367
19368 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19369
feef67ab
DE
193702014-03-22 Doug Evans <xdje42@gmail.com>
19371
19372 * gdb.python/python.exp (python not supported): Verify multi-line
19373 python command issues an error.
25d743f9 19374 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19375 guile command issues an error.
feef67ab 19376
ecebef6a
MR
193772014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19378
19379 * gdb.threads/thread-specific.exp: Handle the lack of usable
19380 $this_breakpoint and $this_thread.
19381
ccdd1909
HZ
193822014-03-21 Hui Zhu <hui@codesourcery.com>
19383
19384 * gdb.base/attach.exp (do_command_attach_tests): New.
19385
beb460e8
PA
193862014-03-20 Tom Tromey <tromey@redhat.com>
19387 Pedro Alves <palves@redhat.com>
19388
19389 PR cli/15718
19390 * gdb.base/condbreak-call-false.c: New file.
19391 * gdb.base/condbreak-call-false.exp: New file.
19392
40acf43a
PA
193932014-03-20 Pedro Alves <palves@redhat.com>
19394
19395 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19396 Delete.
19397 (block_signals, unblock_signals): Delete.
19398 (child_function_2, main): Remove references to deleted variable
19399 and functions.
19400
9f5e1e02
PA
194012014-03-20 Pedro Alves <palves@redhat.com>
19402
19403 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19404 Use pthread_kill to signal thread 2.
19405 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19406 Adjust to make the test send itself a signal rather than using the
19407 host's "kill" command.
19408
99619bea
PA
194092014-03-20 Pedro Alves <palves@redhat.com>
19410
19411 * gdb.threads/multiple-step-overs.c: New file.
19412 * gdb.threads/multiple-step-overs.exp: New file.
19413 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19414 Adjust expected infrun debug output.
19415
2adfaa28
PA
194162014-03-20 Pedro Alves <palves@redhat.com>
19417
19418 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19419 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19420
31e77af2
PA
194212014-03-20 Pedro Alves <palves@redhat.com>
19422
19423 PR breakpoints/7143
19424 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19425 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19426 of gdb_test_multiple.
19427 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19428 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19429
b9f437de
PA
194302014-03-20 Pedro Alves <palves@redhat.com>
19431
19432 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19433 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19434
05adc73e
PA
194352014-03-19 Pedro Alves <palves@redhat.com>
19436
19437 * gdb.base/async.exp: Remove early return.
19438
6048b950
PA
194392014-03-19 Pedro Alves <palves@redhat.com>
19440
19441 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19442
8bcfb00a
PA
194432014-03-19 Pedro Alves <palves@redhat.com>
19444
19445 * gdb.base/async.exp (test_background): Expect \r\n after
19446 "completed." in the fail pattern.
19447
884e37dc
PA
194482014-03-19 Pedro Alves <palves@redhat.com>
19449
19450 * gdb.base/async.exp (test_background): New procedure.
19451 Use it for all background execution command tests.
19452
148e57e2
PA
194532014-03-19 Pedro Alves <palves@redhat.com>
19454
19455 * gdb.base/async.exp: Use prepare_for_testing.
19456
f48088c7
PA
194572014-03-19 Pedro Alves <palves@redhat.com>
19458
19459 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19460 the same line.
19461
e2f6c966
PA
194622014-03-19 Pedro Alves <palves@redhat.com>
19463
19464 * gdb.base/async.c (main): Add "jump here" and "until here" line
19465 marker comments.
19466 * gdb.base/async.exp (jump_here): New global.
19467 (jump& test): Use it.
19468 (until_here): New global.
19469 (until& test): Use it.
19470
c30568d4
PA
194712014-03-19 Pedro Alves <palves@redhat.com>
19472
19473 * gdb.base/async.exp: Don't frob gdb_protocol.
19474
0172b6a7
DE
194752014-03-18 Doug Evans <xdje42@gmail.com>
19476
19477 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19478 Fix spelling of exec-done-display.
19479
06c868a8
JK
194802014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19481
19482 PR gdb/15358
19483 * gdb.base/gdb-sigterm.c: New file.
19484 * gdb.base/gdb-sigterm.exp: New file.
19485
0c7e1a46
PA
194862014-03-18 Pedro Alves <palves@redhat.com>
19487
19488 PR gdb/13860
19489 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19490 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19491 solib-event.
19492
f7c77d93
JB
194932014-03-17 Joel Brobecker <brobecker@adacore.com>
19494
19495 * gdb.ada/pckd_arr_ren: New testcase.
19496
5a1e8c7a
DE
194972014-03-13 Doug Evans <xdje42@gmail.com>
19498
19499 PR guile/16612
19500 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19501 collect after discarding symbols.
19502
350e1a76
DE
195032014-03-13 Ludovic Courtès <ludo@gnu.org>
19504 Doug Evans <xdje42@gmail.com>
19505
19506 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19507 to history survives a gc.
19508
a69900ae
PA
195092014-03-13 Pedro Alves <palves@redhat.com>
19510
19511 * gdb.base/default.exp: Don't test "target procfs".
19512
5db9f0bd
PA
195132014-03-13 Pedro Alves <palves@redhat.com>
19514
19515 * gdb.base/default.exp: Update "target child" and "target procfs"
19516 tests to not expect "Unix".
19517
b3ccfe11
TT
195182014-03-12 Tom Tromey <tromey@redhat.com>
19519
19520 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19521 New procs. Add target-async tests.
19522 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19523 Add target-async tests.
19524
646f4417
AA
195252014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19526
19527 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19528 'func_start' and 'func_end' for the beginning and end of the
19529 function code, respectively.
19530 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19531 'func_end' instead of 'func' and 'main'.
19532
288c211f
AA
195332014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19534
19535 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19536 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19537 generate the debug info assembler source.
19538
e0c0f156
AA
195392014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19540
19541 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19542 * gdb.dwarf2/arr-subrange.exp: Likewise.
19543 * gdb.dwarf2/dwz.exp: Likewise.
19544 * gdb.dwarf2/method-ptr.exp: Likewise.
19545 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19546 * gdb.dwarf2/subrange.exp: Likewise.
19547 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19548 * gdb.dwarf2/implptrpiece.exp: Likewise.
19549 * gdb.dwarf2/nostaticblock.exp: Likewise.
19550
0e5c4555
AA
195512014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19552
19553 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19554 directory to absolute path name arguments.
19555
5ec18f2b
JG
195562014-03-10 Joel Brobecker <brobecker@adacore.com>
19557
19558 * gdb.ada/tagged_access: New testcase.
19559
847fc4f2
MM
195602014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19561
19562 * gdb.btrace/data.exp: Update expected output.
19563
cc3da688
YQ
195642014-03-06 Yao Qi <yao@codesourcery.com>
19565
19566 * gdb.trace/pr16508.exp: New file.
19567
0f26cec1
PA
195682014-03-05 Pedro Alves <palves@redhat.com>
19569
19570 PR gdb/16575
19571 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19572 procedure.
19573 (top level): Adjust to use it. Add tests that exercise breakpoint
19574 interaction with the code-cache.
19575
7a5a839f
LC
195762014-02-26 Ludovic Courtès <ludo@gnu.org>
19577
19578 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19579 test for 'history-append!'.
19580
31aa7e4e
JB
195812014-02-26 Joel Brobecker <brobecker@adacore.com>
19582
19583 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19584 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19585 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19586 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19587 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19588 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19589
1b588015
JB
195902014-02-26 Joel Brobecker <brobecker@adacore.com>
19591
19592 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19593 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19594 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19595
55426c9d
JB
195962014-02-26 Joel Brobecker <brobecker@adacore.com>
19597
19598 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19599
dc53a7ad
JB
196002014-02-26 Joel Brobecker <brobecker@adacore.com>
19601
19602 * gdb.dwarf2/arr-stride.c: New file.
19603 * gdb.dwarf2/arr-stride.exp: New file.
19604
12ab52e9
PA
196052014-02-26 Pedro Alves <palves@redhat.com>
19606
19607 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19608 that won't ever trigger. Make sure that GDB reports the correct
19609 breakpoint that caused the stop.
19610
849c862e
JK
196112014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19612
19613 PR gdb/16626
19614 * gdb.base/auto-load-script: New file.
19615 * gdb.base/auto-load.c: New file.
19616 * gdb.base/auto-load.exp: New file.
19617
71b7d793
JK
19618 PR gdb/16626
19619 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19620
e2f0d509
JK
196212014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19622
19623 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19624 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19625
50cc37c8
DE
196262014-02-24 Doug Evans <dje@google.com>
19627
19628 * lib/gdb.exp (run_on_host): Log error output if program fails.
19629
ea4758f2
PA
196302014-02-21 Pedro Alves <palves@redhat.com>
19631
19632 * gdb.threads/step-after-sr-lock.c: Rename to ...
19633 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19634 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19635 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19636 ... this.
19637
d7b30f67
SDJ
196382014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19639
19640 PR tdep/16397
19641 * gdb.arch/amd64-stap-special-operands.exp: New file.
19642 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19643 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19644 * gdb.arch/amd64-stap-triplet.S: Likewise.
19645 * gdb.arch/amd64-stap-triplet.c: Likewise.
19646
83deb43f
JB
196472014-02-20 Joel Brobecker <brobecker@adacore.com>
19648
19649 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19650 in .section pseudo-op.
19651
adde2bff
DE
196522014-02-20 lin zuojian <manjian2006@gmail.com>
19653 Joel Brobecker <brobecker@adacore.com>
19654 Doug Evans <xdje42@gmail.com>
19655
19656 PR symtab/16581
19657 * gdb.dwarf2/dw2-icycle.S: New file.
19658 * gdb.dwarf2/dw2-icycle.c: New file.
19659 * gdb.dwarf2/dw2-icycle.exp: New file.
19660
f7bd0f78
SC
196612014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19662
19663 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19664 operations on gdb.Value objects.
19665 * gdb.python/py-value-cc.exp: Add new test to test operations on
19666 gdb.Value objects.
19667
c17ef0d5
DE
196682014-02-18 Doug Evans <dje@google.com>
19669
19670 * Makefile.in (TESTS): New variable.
19671 (expanded_tests, expanded_tests_or_none): New variables
19672 (check-single): Pass $(expanded_tests_or_none) to runtest.
19673 (check-parallel): Only run tests in $(TESTS) if non-empty.
19674 (check/no-matching-tests-found): New rule.
19675 * README: Document TESTS makefile variable.
19676
5dd3176f
DE
196772014-02-18 Doug Evans <dje@google.com>
19678
19679 * Makefile.in (check-parallel): rm -rf outputs temp.
19680
0b10be4f
JK
196812014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19682
19683 Fix "ERROR: no fileid for" in the testsuite.
19684 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19685
85f224e7
DE
196862014-02-12 Doug Evans <dje@google.com>
19687
19688 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19689 (MISCELLANEOUS): New variable.
19690 (clean): rm -rf $(MISCELLANEOUS).
19691 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19692 dwp live in the same directory as symlinks, with each symlink pointed
19693 to a differently named file in a different directory.
19694
149b30ff
DE
196952014-02-11 Doug Evans <dje@google.com>
19696
19697 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19698 of Tcl file commands.
19699
1dfdac32
MK
197002014-02-10 Mark Kettenis <kettenis@gnu.org>
19701
19702 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19703 "kill -SIGUSR1 -1".
19704
aa4fb036
JB
197052014-02-10 Joel Brobecker <brobecker@adacore.com>
19706
19707 * gdb.ada/tick_length_array_enum_idx: New testcase.
19708
ed3ef339
DE
197092014-02-10 Doug Evans <xdje42@gmail.com>
19710
19711 * configure.ac (AC_OUTPUT): Add gdb.guile.
19712 * configure: Regenerate.
19713 * lib/gdb-guile.exp: New file.
19714 * lib/gdb.exp (get_target_charset): New function.
19715 * gdb.base/help.exp: Update expected output from "apropos apropos".
19716 * gdb.guile/Makefile.in: New file.
19717 * gdb.guile/guile.exp: New file.
19718 * gdb.guile/scm-arch.c: New file.
19719 * gdb.guile/scm-arch.exp: New file.
19720 * gdb.guile/scm-block.c: New file.
19721 * gdb.guile/scm-block.exp: New file.
19722 * gdb.guile/scm-breakpoint.c: New file.
19723 * gdb.guile/scm-breakpoint.exp: New file.
19724 * gdb.guile/scm-disasm.c: New file.
19725 * gdb.guile/scm-disasm.exp: New file.
19726 * gdb.guile/scm-equal.c: New file.
19727 * gdb.guile/scm-equal.exp: New file.
19728 * gdb.guile/scm-error.exp: New file.
19729 * gdb.guile/scm-error.scm: New file.
19730 * gdb.guile/scm-frame-args.c: New file.
19731 * gdb.guile/scm-frame-args.exp: New file.
19732 * gdb.guile/scm-frame-args.scm: New file.
19733 * gdb.guile/scm-frame-inline.c: New file.
19734 * gdb.guile/scm-frame-inline.exp: New file.
19735 * gdb.guile/scm-frame.c: New file.
19736 * gdb.guile/scm-frame.exp: New file.
19737 * gdb.guile/scm-generics.exp: New file.
19738 * gdb.guile/scm-gsmob.exp: New file.
19739 * gdb.guile/scm-iterator.c: New file.
19740 * gdb.guile/scm-iterator.exp: New file.
19741 * gdb.guile/scm-math.c: New file.
19742 * gdb.guile/scm-math.exp: New file.
19743 * gdb.guile/scm-objfile-script-gdb.in: New file.
19744 * gdb.guile/scm-objfile-script.c: New file.
19745 * gdb.guile/scm-objfile-script.exp: New file.
19746 * gdb.guile/scm-objfile.c: New file.
19747 * gdb.guile/scm-objfile.exp: New file.
19748 * gdb.guile/scm-ports.exp: New file.
19749 * gdb.guile/scm-pretty-print.c: New file.
19750 * gdb.guile/scm-pretty-print.exp: New file.
19751 * gdb.guile/scm-pretty-print.scm: New file.
19752 * gdb.guile/scm-section-script.c: New file.
19753 * gdb.guile/scm-section-script.exp: New file.
19754 * gdb.guile/scm-section-script.scm: New file.
19755 * gdb.guile/scm-symbol.c: New file.
19756 * gdb.guile/scm-symbol.exp: New file.
19757 * gdb.guile/scm-symtab-2.c: New file.
19758 * gdb.guile/scm-symtab.c: New file.
19759 * gdb.guile/scm-symtab.exp: New file.
19760 * gdb.guile/scm-type.c: New file.
19761 * gdb.guile/scm-type.exp: New file.
19762 * gdb.guile/scm-value-cc.cc: New file.
19763 * gdb.guile/scm-value-cc.exp: New file.
19764 * gdb.guile/scm-value.c: New file.
19765 * gdb.guile/scm-value.exp: New file.
19766 * gdb.guile/source2.scm: New file.
19767 * gdb.guile/types-module.cc: New file.
19768 * gdb.guile/types-module.exp: New file.
19769
7026a7c1
YQ
197702014-02-10 Yao Qi <yao@codesourcery.com>
19771
19772 PR testsuite/16543
19773 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19774 * configure: Regenerated.
19775 * Makefile.in: New file.
19776
6c466447
AS
197772014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19778
19779 * gdb.python/py-framefilter.exp: Fix typo.
19780
6e854735
YQ
197812014-02-08 Yao Qi <yao@codesourcery.com>
19782
19783 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19784 that no =breakpoint-modified is emitted when breakpoints are
19785 modified through MI commands.
19786
d137e6dc
PA
197872014-02-07 Pedro Alves <pedro@codesourcery.com>
19788 Pedro Alves <palves@redhat.com>
19789
19790 * gdb.threads/step-after-sr-lock.c: New file.
19791 * gdb.threads/step-after-sr-lock.exp: New file.
19792
b5ee5a50
PA
197932014-02-07 Pedro Alves <palves@redhat.com>
19794
19795 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19796
3c77faf3
JK
197972014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19798
19799 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19800 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19801
6dddc817
DE
198022014-02-06 Doug Evans <xdje42@gmail.com>
19803
19804 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19805 output.
19806
19807 * gdb.gdb/python-interrupts.exp: New file.
19808
de7b2893
YQ
198092014-02-05 Yao Qi <yao@codesourcery.com>
19810
19811 * gdb.trace/report.exp (use_collected_data): Test the output
19812 of "info threads" and "info inferiors".
19813
66d032ac
YQ
198142014-02-05 Yao Qi <yao@codesourcery.com>
19815
19816 Revert this patch:
19817
19818 2013-05-24 Yao Qi <yao@codesourcery.com>
19819
19820 * gdb.trace/tfile.exp: Test inferior and thread.
19821
591a12a1
UW
198222014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19823
19824 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19825 on a function.
19826 * gdb.base/step-bt.c: Call hello via function pointer to make
19827 sure its first instruction is executed on powerpc64le-linux.
19828
0ff3e01f
UW
198292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19830
19831 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19832
084ee545
UW
198332014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19834
19835 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19836 of the test patterns for use on little-endian systems.
19837
6ed14ff3
UW
198382014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19839
19840 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19841 (decimal_vector): Fix for little-endian.
19842
401e27fd
JM
198432014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19844
19845 * gdb.arch/sparc-sysstep.exp: New file.
19846 * gdb.arch/sparc-sysstep.c: Likewise.
19847
19848 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19849
8b924729
EBM
198502014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19851
19852 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19853
fb151210
JB
198542014-01-23 Tom Tromey <tromey@redhat.com>
19855
19856 * gdb.ada/array_char_idx: New testcase.
19857
0740f8d8
TT
198582014-01-23 Tom Tromey <tromey@redhat.com>
19859
19860 PR python/16487:
19861 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19862 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19863 classes.
19864
21909fa1
TT
198652014-01-23 Tom Tromey <tromey@redhat.com>
19866
19867 PR python/16491:
19868 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19869 string from an inferior frame.
19870 * gdb.python/py-framefilter-mi.exp: Update.
19871
87ce2a04
DE
198722014-01-22 Doug Evans <dje@google.com>
19873
19874 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19875
237b092b
AA
198762014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19877
19878 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19879
d674a709
AA
198802014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19881
19882 * gdb.trace/entry-values.exp: Remove excess space character from
19883 regex patterns. Handle s390 call instruction.
19884
20fa3390
AA
198852014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19886
19887 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19888 define "*_start" label. Make "name" static.
19889 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19890 ${name} by references to ${name}_start.
19891
78466714
AA
198922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19893
19894 * gdb.base/info-macros.exp: Remove "debug" from the compile
19895 options.
19896
ec9f644a
IB
198972014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19898
19899 * gdb.dlang/demangle.exp: New file.
19900
94b1b47e
IB
199012014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19902
19903 * gdb.dlang/primitive-types.exp: New file.
19904
7f420862
IB
199052014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19906
19907 * configure.ac: Create gdb.dlang/Makefile.
19908 * configure: Regenerate.
19909 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19910 * gdb.dlang/Makefile.in: New file.
19911 * lib/d-support.exp: New file.
19912 * lib/gdb.exp (skip_d_tests): New proc.
19913
52834460
MM
199142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19915
19916 * gdb.btrace/delta.exp: Check reverse stepi.
19917 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19918 * gdb.btrace/finish.exp: New.
19919 * gdb.btrace/next.exp: New.
19920 * gdb.btrace/nexti.exp: New.
19921 * gdb.btrace/record_goto.c: Add comments.
19922 * gdb.btrace/step.exp: New.
19923 * gdb.btrace/stepi.exp: New.
19924 * gdb.btrace/multi-thread-step.c: New.
19925 * gdb.btrace/multi-thread-step.exp: New.
19926 * gdb.btrace/rn-dl-bind.c: New.
19927 * gdb.btrace/rn-dl-bind.exp: New.
19928 * gdb.btrace/data.c: New.
19929 * gdb.btrace/data.exp: New.
19930 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19931
6e07b1d2
MM
199322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19933
19934 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19935 * gdb.btrace/exception.exp: Update.
19936 * gdb.btrace/instruction_history.exp: Update.
19937 * gdb.btrace/record_goto.exp: Update.
19938 * gdb.btrace/tailcall.exp: Update.
19939 * gdb.btrace/unknown_functions.exp: Update.
19940 * gdb.btrace/delta.exp: New.
19941
0b722aec
MM
199422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19943
19944 * gdb.btrace/record_goto.exp: Add backtrace test.
19945 * gdb.btrace/tailcall.exp: Add backtrace test.
19946
066ce621
MM
199472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19948
19949 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19950 * gdb.btrace/record_goto.c: New.
19951 * gdb.btrace/record_goto.exp: New.
19952 * gdb.btrace/x86-record_goto.S: New.
19953
0688d04e
MM
199542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19955
19956 * gdb.btrace/function_call_history.exp: Update tests.
19957 * gdb.btrace/instruction_history.exp: Update tests.
19958
8710b709
MM
199592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19960
19961 * gdb.btrace/function_call_history.exp: Fix expected field
19962 order for "record function-call-history".
19963 Add new tests for "record function-call-history /c".
19964 * gdb.btrace/exception.cc: New.
19965 * gdb.btrace/exception.exp: New.
19966 * gdb.btrace/tailcall.exp: New.
19967 * gdb.btrace/x86-tailcall.S: New.
19968 * gdb.btrace/x86-tailcall.c: New.
19969 * gdb.btrace/unknown_functions.c: New.
19970 * gdb.btrace/unknown_functions.exp: New.
19971 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19972
5de9129b
MM
199732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19974
19975 * gdb.btrace/instruction_history.exp: Update.
19976 * gdb.btrace/function_call_history.exp: Update.
19977
23a7fe75
MM
199782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19979
19980 * gdb.btrace/function_call_history.exp: Fix expected function
19981 trace.
19982 * gdb.btrace/instruction_history.exp: Initialize traced.
19983 Remove traced_functions.
19984
724c7dd8
MM
199852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19986
19987 * gdb.btrace/function_call_history.exp: Update
19988 * gdb.btrace/instruction_history.exp: Update.
19989
6d78d93b
MM
199902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19991
19992 * gdb.btrace/enable.exp: Update expected text.
19993
93a360cc
OJ
199942014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19995
19996 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19997 bytes.
19998
3772b53f
MR
199992014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20000
20001 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20002
596662fa
OJ
200032014-01-15 Omair Javaid <omair.javaid@linaro.org>
20004
20005 * lib/gdb.exp (supports_process_record): Return true for
20006 arm*-linux*. (supports_reverse): Likewise.
20007
b5b08fb4
SC
200082014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20009
20010 PR python/15464
20011 PR python/16113
20012 * gdb.python/py-type.c: Enhance test case.
20013 * gdb.python/py-value-cc.cc: Likewise
20014 * gdb.python/py-type.exp: Add new tests.
20015 * gdb.python/py-value-cc.exp: Likewise
20016
52d7fb13
AA
200172014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20018 Pedro Alves <palves@redhat.com>
20019
20020 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20021 Make "name" extern.
20022 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20023 references to ${name}_start by references to ${name}.
20024
a2cd8cfe
JB
200252014-01-10 Joel Brobecker <brobecker@adacore.com>
20026
20027 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20028
4e23fced
JB
200292014-01-10 Joel Brobecker <brobecker@adacore.com>
20030
20031 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20032
c6a9e42c
PA
200332014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20034 Pedro Alves <palves@redhat.com>
20035
20036 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20037 mi_gdb_target_load.
c6a9e42c 20038
b7ea362b
PA
200392014-01-08 Pedro Alves <palves@redhat.com>
20040
20041 * gdb.threads/reconnect-signal.c: New file.
20042 * gdb.threads/reconnect-signal.exp: New file.
20043
5e3f4fab
EBM
200442014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20045
20046 * gdb.base/source-dir.exp: New file.
20047
79301218
JB
200482014-01-07 Joel Brobecker <brobecker@adacore.com>
20049
20050 * gdb.ada/mi_interface: New testcase.
20051
8e355c5d
JB
200522014-01-07 Joel Brobecker <brobecker@adacore.com>
20053
20054 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20055 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20056 gdb.ada/pp-rec-component/pck.ads: New files.
20057
c0d48811
JB
200582014-01-07 Joel Brobecker <brobecker@adacore.com>
20059
20060 * gdb.python/py-pp-integral.c: New file.
20061 * gdb.python/py-pp-integral.py: New file.
20062 * gdb.python/py-pp-integral.exp: New file.
20063
17b609c3 20064For older changes see ChangeLog-1993-2013.
c906108c 20065\f
8d8cb839
EZ
20066;; Local Variables:
20067;; mode: change-log
20068;; left-margin: 8
20069;; fill-column: 74
20070;; version-control: never
20071;; End:
902f2ccb 20072
b811d2c2 20073 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20074 Copying and distribution of this file, with or without modification,
20075 are permitted provided the copyright notice and this notice are preserved.