]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Obsolete PowerPC PE, winnt and cygwin targets
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a29d5112
AB
12020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2 Tom de Vries <tdevries@suse.de>
3
4 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
5 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
6 (gdb_setup_known_globals): New proc.
7 (gdb_cleanup_globals): New proc.
8 * lib/gdb.exp (load_lib): New override proc.
9 (gdb_stdin_log_init): Set var in_file as persistent global.
10 * lib/pascal.exp (gdb_stdin_log_init): Set vars
11 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
12 fpc_compiler as persistent global.
13
8c74a764
TV
142020-06-12 Tom de Vries <tdevries@suse.de>
15
16 * lib/tuiterm.exp (spawn): Rename to ...
17 (tui_spawn): ... this.
18 (toplevel): Move rename of spawn ...
19 (gdb_init_tuiterm): ... here. New proc.
20 (gdb_finish_tuiterm): New proc.
21 * lib/gdb.exp (gdb_finish_hooks): New global var.
22 (gdb_finish): Handle gdb_finish_hooks.
23 (tuiterm_env): New proc.
24 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
25 tuiterm_env.
26 * gdb.tui/basic.exp: Same.
27 * gdb.tui/corefile-run.exp: Same.
28 * gdb.tui/empty.exp: Same.
29 * gdb.tui/list-before.exp: Same.
30 * gdb.tui/list.exp: Same.
31 * gdb.tui/main.exp: Same.
32 * gdb.tui/new-layout.exp: Same.
33 * gdb.tui/regs.exp: Same.
34 * gdb.tui/resize.exp: Same.
35 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
36 * gdb.tui/tui-layout-asm.exp: Same.
37 * gdb.tui/tui-missing-src.exp: Same.
38 * gdb.tui/winheight.exp: Same.
39
26783bce
TV
402020-06-12 Tom de Vries <tdevries@suse.de>
41
42 PR testsuite/26110
43 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
44 (gdb_finish): Reinstall dejagnu's override of ::unknown.
45
2b4e6a3f
TT
462020-06-11 Tom Tromey <tom@tromey.com>
47
48 PR gdb/18318:
49 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
50 floating point tests.
51
2f33032a
KS
522020-06-11 Keith Seitz <keiths@redhat.com>
53
54 PR gdb/21356
55 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
56 vla_struct.
57 Add new struct vla_typedef and union vla_typedef_union and
58 corresponding instantiation objects.
59 Initialize new objects.
60 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
61 and vla_typedef_union_object.
62 Fixup type for vla_struct_object.
63
a8baf0a3
TV
642020-06-11 Tom de Vries <tdevries@suse.de>
65
66 * lib/gdb.exp (with_override): New proc, factored out of ...
67 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
68
7ab96794
TV
692020-06-10 Tom de Vries <tdevries@suse.de>
70
71 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
72
cab5c3b7
SM
732020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
74
75 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
76 parameter, update callers.
77
f8c41851
SM
782020-06-04 Simon Marchi <simon.marchi@efficios.com>
79
80 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
81 * gdb.dwarf2/share-psymtabs-bt.c: New file.
82 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
83
1c07a73f
TV
842020-06-04 Tom de Vries <tdevries@suse.de>
85
86 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
87
95146b5d
TV
882020-06-04 Tom de Vries <tdevries@suse.de>
89
90 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
91 exp_continue.
92
0cfcd4f0
TV
932020-06-04 Tom de Vries <tdevries@suse.de>
94
95 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
96
f9b5d5ea
TV
972020-06-03 Tom de Vries <tdevries@suse.de>
98
99 PR symtab/26046
100 * gdb.cp/breakpoint-locs-2.cc: New test.
101 * gdb.cp/breakpoint-locs.cc: New test.
102 * gdb.cp/breakpoint-locs.exp: New file.
103 * gdb.cp/breakpoint-locs.h: New test.
104
5144dfba
TV
1052020-06-03 Tom de Vries <tdevries@suse.de>
106
107 PR testsuite/25609
108 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
109 value of global verbose.
110 * gdb.base/jit-elf.exp: Same.
111 * gdb.base/jit-reader.exp: Same.
112
621eacdf
TV
1132020-06-02 Tom de Vries <tdevries@suse.de>
114
115 * gdb.dwarf2/multidictionary.exp: Don't use
116 gdb_spawn_with_cmdline_opts.
117
1313c56e
AB
1182020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
121 use_header case.
122 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
123 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
124 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
125 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
126 * gdb.dwarf2/dw2-inline-header.c: New file.
127 * gdb.dwarf2/dw2-inline-header.h: New file.
128
f68f85b5
PA
1292020-05-30 Pedro Alves <palves@redhat.com>
130
131 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
132 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
133
678048e8
GB
1342020-05-29 Gary Benson <gbenson@redhat.com>
135
136 * gdb.compile/compile-cplus.exp (additional_flags): Also
137 set when building with clang.
138 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
139 when building with clang.
140
9fcafd23
GB
1412020-05-29 Gary Benson <gbenson@redhat.com>
142
143 * gdb.arch/i386-avx.exp (additional_flags): Also set when
144 building with clang.
145 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
146
735d5a07
GB
1472020-05-29 Gary Benson <gbenson@redhat.com>
148
149 * gdb.cp/koenig.exp (prepare_for_testing): Add
150 additional_flags=-Wno-unused-comparison.
151 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
152
4ad2c6a0
GB
1532020-05-28 Gary Benson <gbenson@redhat.com>
154
155 * gdb.base/sigaltstack.c (catcher): Add default case to switch
156 statement.
157
09fe663e
GB
1582020-05-28 Gary Benson <gbenson@redhat.com>
159
160 * gdb.cp/classes.exp (prepare_for_testing): Add
161 additional_flags=-Wno-deprecated-register.
162 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
163 * gdb.cp/misc.exp: Likewise.
164
cee00f17
GB
1652020-05-28 Gary Benson <gbenson@redhat.com>
166
167 * gdb.linespec/cpls-ops.cc (dummy): New static global.
168 (test_op_new::operator new): Add return statement.
169 (test_op_new_array::operator new[]): Likewise.
170
636edd00
PA
1712020-05-27 Pedro Alves <palves@redhat.com>
172
173 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
174 check. Use test_gdb_complete_unique instead of
175 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
176 test_gdb_complete_multiple instead of
177 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
178
c2b75043
LM
1792020-05-27 Luis Machado <luis.machado@linaro.org>
180
181 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
182 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
183 * gdb.arch/arm-disassembler-options.exp: Likewise.
184 * gdb.arch/arm-disp-step.exp: Likewise.
185 * gdb.arch/thumb-prologue.exp: Likewise.
186 * gdb.base/async.exp: Likewise.
187 * gdb.base/auxv.exp: Likewise.
188 * gdb.base/complex-parts.exp: Likewise.
189 * gdb.base/ena-dis-br.exp: Likewise.
190 * gdb.base/foll-exec.exp: Likewise.
191 * gdb.base/permissions.exp: Likewise.
192 * gdb.base/relocate.exp: Likewise.
193 * gdb.base/return2.exp: Likewise.
194 * gdb.base/sigbpt.exp: Likewise.
195 * gdb.base/siginfo-obj.exp: Likewise.
196 * gdb.cp/converts.exp: Likewise.
197 * gdb.cp/exceptprint.exp: Likewise.
198 * gdb.cp/inherit.exp: Likewise.
199 * gdb.cp/nsnoimports.exp: Likewise.
200 * gdb.cp/virtbase2.exp: Likewise.
201 * gdb.mi/mi-var-cmd.exp: Likewise.
202 * gdb.mi/var-cmd.c: Likewise.
203
53a47a3e
TT
2042020-05-26 Tom Tromey <tromey@adacore.com>
205
206 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
207
0bc2354b
TT
2082020-05-26 Tom Tromey <tromey@adacore.com>
209
210 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
211 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
212 type.
213 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
214 variable.
215
0db49895
CBG
2162020-05-26 Christian Biesinger <cbiesinger@google.com>
217
218 * Makefile.in: Use = instead of == for the test command
219 for portability.
220
40d22035
TV
2212020-05-26 Tom de Vries <tdevries@suse.de>
222
223 * gdb.base/gold-gdb-index-2.c: New test.
224 * gdb.base/gold-gdb-index.c: New test.
225 * gdb.base/gold-gdb-index.exp: New file.
226 * gdb.base/gold-gdb-index.h: New test.
227
043e2e02
TV
2282020-05-25 Tom de Vries <tdevries@suse.de>
229
230 * boards/gold-gdb-index.exp: New file.
231
462f72c5
SM
2322020-05-25 Simon Marchi <simon.marchi@efficios.com>
233
234 * boards/simavr.exp: New file.
235
6cf66e76
SM
2362020-05-25 Simon Marchi <simon.marchi@efficios.com>
237
238 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
239 * gdb.base/inferior-args.exp: New file.
240 * gdb.base/inferior-args.c: New file.
241
75d04512
SM
2422020-05-25 Simon Marchi <simon.marchi@efficios.com>
243
244 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
245 inferior_args. Pass it to gdb_reload.
246 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
247 inferior_args.
248 (gdb_reload): Add inferior_args argument.
249 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
250 pass it to gdbserver_run.
251 * boards/native-gdbserver.exp: Do not set noargs.
252 * boards/native-extended-gdbserver.exp (gdb_reload): Add
253 inferior_args argument.
254 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
255 * gdb.base/a2-run.exp: Check for use_gdb_stub.
256 * gdb.base/args.exp: Likewise.
257
42cf1844
TV
2582020-05-25 Tom de Vries <tdevries@suse.de>
259
260 * lib/gdb.exp (exec_is_pie): Add comment.
261
8f7d38ef
TV
2622020-05-25 Tom de Vries <tdevries@suse.de>
263
264 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
265 instead of $binfile in the untested message.
266
465e1b0f
TV
2672020-05-25 Tom de Vries <tdevries@suse.de>
268
269 PR testsuite/26031
270 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
271
3c5a0e02
TV
2722020-05-25 Tom de Vries <tdevries@suse.de>
273
274 * boards/gold.exp: New file.
275
0a4f5f8c
TT
2762020-05-23 Tom Tromey <tom@tromey.com>
277
278 * gdb.base/style.exp: Remove completion styling test.
279 * lib/gdb-utils.exp (style): Remove completion styles.
280
eca1f90c
TT
2812020-05-23 Tom Tromey <tom@tromey.com>
282
283 * gdb.base/style.exp: Add completion styling test.
284 * lib/gdb-utils.exp (style): Add completion styles.
285
7c13f4e8
AB
2862020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
287
288 * gdb.base/annota1.exp: Update expected results.
289 * gdb.cp/annota2.exp: Update expected results, remove duplicate
290 test name.
291 * gdb.cp/annota3.exp: Update expected results.
292
41977d16
SM
2932020-05-20 Simon Marchi <simon.marchi@efficios.com>
294
295 PR gdb/26016
296 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
297 against MAP_FAILED.
298 * gdb.base/coremaker.c (mmapdata): Likewise.
299 * gdb.base/jit-reader-host.c (main): Likewise.
300 * gdb.base/sym-file-loader.c (load): Likewise.
301 (load_shlib): Likewise.
302
b4757f2e
TT
3032020-05-20 Tom Tromey <tromey@adacore.com>
304
305 * gdb.ada/array_char_idx.exp: Recognize initialized array.
306
9a0bacfb
TV
3072020-05-20 Tom de Vries <tdevries@suse.de>
308
309 PR symtab/25833
310 * gdb.base/with-mf-inc.c: New test.
311 * gdb.base/with-mf-main.c: New test.
312 * gdb.base/with-mf.exp: New file.
313
76571211
TT
3142020-05-19 Tom Tromey <tromey@adacore.com>
315
316 * gdb.rust/simple.exp: Restore missing test result.
317
4cd9f3d5
TV
3182020-05-19 Tom de Vries <tdevries@suse.de>
319
320 * gdb.base/gdb-caching-proc.exp: Fix typo.
321
7d874253
TT
3222020-05-19 Tom Tromey <tromey@adacore.com>
323
324 * gdb.rust/simple.exp: Add some test descriptions.
325 (test_one_slice): Use with_test_prefix.
326
1d727695
TV
3272020-05-18 Tom de Vries <tdevries@suse.de>
328
329 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
330
7f32a4d5
PA
3312020-05-17 Pedro Alves <palves@redhat.com>
332
333 PR gdb/25741
334 * gdb.base/hw-sw-break-same-address.exp: New file.
335
7cfd74cf
PA
3362020-05-16 Pedro Alves <palves@redhat.com>
337
338 * gdb.multi/multi-re-run.exp (test_re_run): Switch
339 LAST_LOADED_FILE accordingly.
340
57b4f16e
PW
3412020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
342
343 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
344
7c05caf7
PW
3452020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
346
347 * gdb.base/help.exp: Test apropos and help for commands
348 having aliases. Fixed comments not starting with an
349 upper-case letter or not finishing with a dot.
350
7aa1b46f
PW
3512020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
352
3b3aaacb
PW
353 * gdb.base/alias.exp: Update help output check.
354
57b4f16e 3552020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 356
7aa1b46f
PW
357 * gdb.base/default.exp: Update output following fixes.
358
0605465f
PW
3592020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
360
361 * gdb.base/alias.exp: Test aliases starting with a prefix of
362 another alias.
363
86e4e63d
GB
3642020-05-15 Gary Benson <gbenson@redhat.com>
365
366 * gdb.base/info-os.c (main): Add return statement.
367 * gdb.base/info_minsym.c (minsym_fun): Likewise.
368 * gdb.base/large-frame-2.c (func): Likewise.
369 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
370 * gdb.base/pr10179-b.c (foo2): Likewise.
371 * gdb.base/valgrind-disp-step.c (foo): Likewise.
372 * gdb.base/watch-cond.c (func): Likewise.
373 * gdb.multi/goodbye.c (verylongfun): Likewise.
374 * gdb.multi/hello.c (commonfun): Likewise.
375 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
376 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
377 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
378 Likewise.
379 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
380 * gdb.threads/interrupt-while-step-over.c (child_function):
381 Likewise.
382 * gdb.trace/actions-changed.c (end): Likewise.
383
163df4df
GB
3842020-05-15 Gary Benson <gbenson@redhat.com>
385
386 * gdb.opencl/callfuncs.exp: Report when test skipped.
387 * gdb.opencl/convs_casts.exp: Likewise.
388 * gdb.opencl/datatypes.exp: Likewise.
389 * gdb.opencl/operators.exp: Likewise.
390 * gdb.opencl/vec_comps.exp: Likewise.
391
6dbc505a
TV
3922020-05-15 Tom de Vries <tdevries@suse.de>
393
394 * gdb.base/align.exp.in: Rename to ...
395 * gdb.base/align.exp.tcl: ... this.
396 * gdb.base/align-c++.exp: Update.
397 * gdb.base/align-c.exp: Update.
398 * gdb.base/all-architectures.exp.in: Rename to ...
399 * gdb.base/all-architectures.exp: ... this.
400 * gdb.base/all-architectures-0.exp: Update.
401 * gdb.base/all-architectures-1.exp: Update.
402 * gdb.base/all-architectures-2.exp: Update.
403 * gdb.base/all-architectures-3.exp: Update.
404 * gdb.base/all-architectures-4.exp: Update.
405 * gdb.base/all-architectures-5.exp: Update.
406 * gdb.base/all-architectures-6.exp: Update.
407 * gdb.base/all-architectures-7.exp: Update.
408 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
409 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
410 * gdb.base/infcall-nested-structs-c++.exp: Update.
411 * gdb.base/infcall-nested-structs-c.exp: Update.
412 * gdb.base/info-types.exp.in: Rename to ...
413 * gdb.base/info-types.exp.tcl: ... this.
414 * gdb.base/info-types-c++.exp: Update.
415 * gdb.base/info-types-c.exp: Update.
416 * gdb.base/max-depth.exp.in: Rename to ...
417 * gdb.base/max-depth.exp.tcl: ... this.
418 * gdb.base/max-depth-c++.exp: Update.
419 * gdb.base/max-depth-c.exp: Update.
420 * gdb.cp/cpexprs.exp.in: Rename to ...
421 * gdb.cp/cpexprs.exp.tcl: ... this.
422 * gdb.cp/cpexprs-debug-types.exp: Update.
423 * gdb.cp/cpexprs.exp: Update.
424 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
425 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
426 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
427 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
428 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
429 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
430 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
431 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
432 * gdb.dwarf2/clang-debug-names-2.exp: Update.
433 * gdb.dwarf2/clang-debug-names.exp: Update.
434
d1034d78
AB
4352020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
436
437 * lib/check-test-names.exp: Remove code that prevents this file
438 loading when tests are run in parallel.
439
3c5c3649
PA
4402020-05-15 Pedro Alves <palves@redhat.com>
441
442 * gdb.multi/multi-kill.exp (start_inferior): Remove
443 'testpid' parameter. Refer to namespace variable directly.
444 (testpid): Declare as namespace variable.
445
272c36b8
PA
4462020-05-15 Pedro Alves <palves@redhat.com>
447
448 * gdb.multi/multi-kill.exp: Wrap in namespace.
449 (start_inferior): Add TESTPID parameter. Use it instead of the
450 testpid global.
451 (top level): Define empty TESTPID array, and pass it down to
452 start_inferior.
453
02eba61a
TV
4542020-05-14 Tom de Vries <tdevries@suse.de>
455
456 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
457 output.
458
971a3747
TV
4592020-05-14 Tom de Vries <tdevries@suse.de>
460
461 * gdb.base/align.exp: Split into ...
462 * gdb.base/align.exp.in: ...
463 * gdb.base/align-c++.exp: ...
464 * gdb.base/align-c.exp: ... these.
465 * gdb.base/infcall-nested-structs.exp: Split into ...
466 * gdb.base/infcall-nested-structs.exp.in: ...
467 * gdb.base/infcall-nested-structs-c++.exp: ...
468 * gdb.base/infcall-nested-structs-c.exp: ... these.
469 * gdb.base/info-types.exp: Split into ...
470 * gdb.base/info-types.exp.in: ...
471 * gdb.base/info-types-c++.exp: ...
472 * gdb.base/info-types-c.exp: ... these.
473 * gdb.base/max-depth.exp: Split into ...
474 * gdb.base/max-depth.exp.in: ...
475 * gdb.base/max-depth-c++.exp: ...
476 * gdb.base/max-depth-c.exp: ... these.
477 * gdb.cp/infcall-nodebug.exp: Split into ...
478 * gdb.cp/infcall-nodebug.exp.in: ...
479 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
480 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
481 * gdb.cp/infcall-nodebug-c-d0.exp: ...
482 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
483
a05575d3
TBA
4842020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
485 Pedro Alves <palves@redhat.com>
486
487 * gdb.multi/multi-exit.c: New file.
488 * gdb.multi/multi-exit.exp: New file.
489 * gdb.multi/multi-kill.c: New file.
490 * gdb.multi/multi-kill.exp: New file.
491
6ad82919
TBA
4922020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
493
494 * gdb.base/annota1.exp: Update the expected output.
495 * gdb.cp/annota2.exp: Ditto.
496
843f4d93
AB
4972020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
498
499 * lib/check-test-names.exp: Disable when testing is being run in
500 parallel.
501
c7c66341
TV
5022020-05-12 Tom de Vries <tdevries@suse.de>
503
504 * gdb.base/jit-elf.exp: Fix string concat.
505
1b59ca1c
TV
5062020-05-12 Tom de Vries <tdevries@suse.de>
507
508 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
509 messages.
510
b4991d29
TV
5112020-05-12 Tom de Vries <tdevries@suse.de>
512
513 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
514
dbb0ab10
TV
5152020-05-12 Tom de Vries <tdevries@suse.de>
516
517 * gdb.ada/catch_ex.exp: Use with_test_prefix.
518 * gdb.ada/mi_catch_ex.exp: Same.
519 * gdb.ada/mi_catch_ex_hand.exp: Same.
520
7549fed8
TV
5212020-05-12 Tom de Vries <tdevries@suse.de>
522
523 * gdb.fortran/complex.exp: Use with_test_prefix.
524
af2d5cd8
TV
5252020-05-12 Tom de Vries <tdevries@suse.de>
526
527 * gdb.trace/passcount.exp: Fix test-names.
528
7c121311
TV
5292020-05-12 Tom de Vries <tdevries@suse.de>
530
531 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
532
c9f3b40e
TV
5332020-05-12 Tom de Vries <tdevries@suse.de>
534
535 * gdb.gdb/complaints.exp: Use with_test_prefix.
536 * gdb.xml/tdesc-regs.exp: Same.
537 * gdb.opt/inline-locals.exp: Fix test name.
538
111b33f0
TV
5392020-05-12 Tom de Vries <tdevries@suse.de>
540
541 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
542 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
543 * gdb.dwarf2/implref-struct.exp: Same.
544 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
545 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
546
ebf47080
SM
5472020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
548
549 * gdb.base/jit-so.exp (one_jit_test): Change test name.
550
d30dcd12
AB
5512020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
552
553 * lib/check-test-names.exp (all_test_names): New module variable.
554 (counts): Add 'duplicates' field.
555 (_check_duplicates): New procedure.
556 (check): Also check for duplicates.
557 (do_log_summary): Print duplicates count.
558 (do_reset_vars): Reset counter for duplicate test names, and
559 discard all know test names.
560
34584c09
AB
5612020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
562
563 * lib/gdb.exp: Include check-test-names.exp library.
564 * lib/check-test-names.exp: New file.
565
e0002117
TV
5662020-05-11 Tom de Vries <tdevries@suse.de>
567
568 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
569
53f539a3
KS
5702020-05-11 Keith Seitz <keiths@redhat.com>
571
572 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
573
113ee09a
TV
5742020-05-11 Tom de Vries <tdevries@suse.de>
575
576 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
577 * gdb.cp/cpexprs.exp.in: .. here.
578 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
579 cpexprs.exp.
580
ba3e70b0
KS
5812020-05-11 Keith Seitz <keiths@redhat.com>
582
583 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
584 test names.
585 * gdb.ada/arrayptr.exp: Likewise.
586 * gdb.ada/assign_arr.exp: Likewise.
587 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
588 * gdb.ada/bp_on_var.exp: Likewise.
589 * gdb.ada/call_pn.exp: Likewise.
590 * gdb.ada/complete.exp: Likewise.
591 * gdb.ada/fun_overload_menu.exp: Likewise.
592 * gdb.ada/funcall_param.exp: Likewise.
593 * gdb.ada/funcall_ref.exp: Likewise.
594 * gdb.ada/packed_array_assign.exp: Likewise.
595 * gdb.ada/same_component_name.exp: Likewise.
596 * gdb.ada/type_coercion.exp: Likewise.
597 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
598 * gdb.ada/variant_record_packed_array.exp: Likewise.
599
3ee6bb11
TV
6002020-05-11 Tom de Vries <tdevries@suse.de>
601
602 PR symtab/25941
603 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
604 out of ...
605 * gdb.dwarf2/clang-debug-names.exp: ... here.
606 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
607 clang-debug-names.exp.in.
608 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
609 * gdb.dwarf2/clang-debug-names-2.c: New test.
610
86cd6bc8
AKS
6112020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
612
613 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
614 (fortran_runto_main): New Proc, fortran version of runto_main.
615 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
616 * gdb.fortran/array-bounds.exp: Likewise.
617 * gdb.fortran/array-slices.exp: Likewise.
618 * gdb.fortran/block-data.exp: Likewise.
619 * gdb.fortran/charset.exp: Likewise.
620 * gdb.fortran/common-block.exp: Likewise.
621 * gdb.fortran/complex.exp: Likewise.
622 * gdb.fortran/derived-type-function.exp: Likewise.
623 * gdb.fortran/derived-type.exp: Likewise.
624 * gdb.fortran/info-modules.exp: Likewise.
625 * gdb.fortran/info-types.exp: Likewise.
626 * gdb.fortran/intrinsics.exp: Likewise.
627 * gdb.fortran/library-module.exp: Likewise.
628 * gdb.fortran/logical.exp: Likewise.
629 * gdb.fortran/max-depth.exp: Likewise.
630 * gdb.fortran/module.exp: Likewise.
631 * gdb.fortran/multi-dim.exp: Likewise.
632 * gdb.fortran/nested-funcs.exp: Likewise.
633 * gdb.fortran/print-formatted.exp: Likewise.
634 * gdb.fortran/print_type.exp: Likewise.
635 * gdb.fortran/printing-types.exp: Likewise.
636 * gdb.fortran/ptr-indentation.exp: Likewise.
637 * gdb.fortran/ptype-on-functions.exp: Likewise.
638 * gdb.fortran/subarray.exp: Likewise.
639 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
640 * gdb.fortran/vla-datatypes.exp: Likewise.
641 * gdb.fortran/vla-history.exp: Likewise.
642 * gdb.fortran/vla-ptr-info.exp: Likewise.
643 * gdb.fortran/vla-ptype-sub.exp: Likewise.
644 * gdb.fortran/vla-ptype.exp: Likewise.
645 * gdb.fortran/vla-sizeof.exp: Likewise.
646 * gdb.fortran/vla-type.exp: Likewise.
647 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
648 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
649 * gdb.fortran/vla-value-sub.exp: Likewise.
650 * gdb.fortran/vla-value.exp: Likewise.
651 * gdb.fortran/whatis_type.exp: Likewise.
652 * gdb.mi/mi-var-child-f.exp: Likewise.
653
6dc55ce9 6542020-05-09 Tom de Vries <tdevries@suse.de>
655
656 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
657
283cb58c
TV
6582020-05-08 Tom de Vries <tdevries@suse.de>
659
660 * gdb.dwarf2/clang-debug-names.c: New test.
661 * gdb.dwarf2/clang-debug-names.exp: New file.
662
ac4a4f1c
SM
6632020-05-06 Simon Marchi <simon.marchi@efficios.com>
664
665 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
666 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
667
24fe640b
TV
6682020-05-06 Tom de Vries <tdevries@suse.de>
669
670 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
671 breakpoint is at a "recommended breakpoint location".
672 * gdb.reverse/consecutive-reverse.exp: Same.
673
0d8683a3
TV
6742020-05-06 Tom de Vries <tdevries@suse.de>
675
676 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
677 address.
678
b8983c46
TV
6792020-05-06 Tom de Vries <tdevries@suse.de>
680
681 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
682
abf6d805
TV
6832020-05-06 Tom de Vries <tdevries@suse.de>
684
685 * gdb.base/store.exp (check_set, up_set): Allowing missing location
686 info for r.
687
0fc2a808
TV
6882020-05-06 Tom de Vries <tdevries@suse.de>
689
690 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
691 necessary.
692
873dd427
TV
6932020-05-06 Tom de Vries <tdevries@suse.de>
694
695 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
696 void.
697
7c99e7e2
TV
6982020-05-06 Tom de Vries <tdevries@suse.de>
699
700 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
701 of ...
702 * gdb.base/async.exp: ... here.
703 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
704 "recommended breakpoint location".
705
6173d6a6
TV
7062020-05-06 Tom de Vries <tdevries@suse.de>
707
708 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
709
6015a067
TV
7102020-05-04 Tom de Vries <tdevries@suse.de>
711
712 * gdb.base/async.exp: Check whether instruction addresses are a
713 "recommended breakpoint location".
714
3b6acaee
TT
7152020-05-03 Tom Tromey <tom@tromey.com>
716
717 * gdb.base/sepdebug.exp: Remove "catch" test.
718 * gdb.base/break.exp: Remove "catch" test.
719 * gdb.base/default.exp: Update expected output.
720
5beb4d17
TV
7212020-05-02 Tom de Vries <tdevries@suse.de>
722
723 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
724 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
725 * gdb.arch/i386-mpx-map.exp: Same.
726 * gdb.arch/i386-mpx-sigsegv.exp: Same.
727 * gdb.arch/i386-mpx-simple_segv.exp: Same.
728 * gdb.arch/i386-mpx.exp: Same.
729
8caf140d
TV
7302020-05-02 Tom de Vries <tdevries@suse.de>
731
732 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
733
693196cb
TV
7342020-05-01 Tom de Vries <tdevries@suse.de>
735
736 * gdb.ada/operator_bp.exp: Allow more than required amount of
737 breakpoint.
738
53ae0aa9
TV
7392020-05-01 Tom de Vries <tdevries@suse.de>
740
741 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
742
ee9d1e5f
HD
7432020-04-30 Hannes Domani <ssbssa@yahoo.de>
744
745 PR gdb/18706
746 * gdb.cp/stub-array-size.cc: New test.
747 * gdb.cp/stub-array-size.exp: New file.
748 * gdb.cp/stub-array-size.h: New test.
749 * gdb.cp/stub-array-size2.cc: New test.
750
d5cf82c0
HD
7512020-04-30 Hannes Domani <ssbssa@yahoo.de>
752
753 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
754 output to the new format.
755
42e165c3
SM
7562020-04-29 Simon Marchi <simon.marchi@efficios.com>
757
758 * gdb.base/break.exp: Use with_test_prefix.
759
6e4e3fe1
TV
7602020-04-29 Tom de Vries <tdevries@suse.de>
761
762 * lib/gdb.exp (debug_types): New proc.
763 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
764 * gdb.python/py-symtab.exp: Same.
765
d642b692
HD
7662020-04-29 Hannes Domani <ssbssa@yahoo.de>
767
768 PR gdb/17320
769 * gdb.base/pretty-array.c: New test.
770 * gdb.base/pretty-array.exp: New file.
771
ea90f227
TV
7722020-04-29 Tom de Vries <tdevries@suse.de>
773
774 PR symtab/25889
775 * gdb.cp/cpexprs.exp: Adapt for inclusion.
776 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
777 and include cpexprs.exp.
778
a65189c9
TV
7792020-04-28 Mark Williams <mark@myosotissp.com>
780
781 PR gdb/24480
782 * dw4-toplevel-types.exp: Test for top level types.
783 * dw4-toplevel-types.cc: Test for top level types.
784
32d1f47a
TBA
7852020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
786
787 * gdb.threads/stop-with-handle.exp: Fix typo in comment
788 (theads -> threads).
789
56a4f5a1
TV
7902020-04-28 Tom de Vries <tdevries@suse.de>
791
792 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
793
0b2f8a3b
TV
7942020-04-28 Tom de Vries <tdevries@suse.de>
795
796 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
797
5390c717
TV
7982020-04-28 Tom de Vries <tdevries@suse.de>
799
800 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
801
15cd93d0
TV
8022020-04-28 Tom de Vries <tdevries@suse.de>
803
804 * gdb.dwarf2/main-foo.c: New test.
805 * gdb.dwarf2/struct-with-sig.exp: New file.
806
d472f0fb
TV
8072020-04-25 Tom de Vries <tdevries@suse.de>
808
809 * boards/debug-types.exp: New file.
810
8d840e05
AB
8112020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
812
813 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
814
bcfe6157
TT
8152020-04-24 Tom Tromey <tom@tromey.com>
816
817 PR symtab/12707:
818 * gdb.python/py-symbol.exp: Update expected results for
819 linkage_name test.
820 * gdb.cp/print-demangle.exp: New file.
821 * gdb.base/c-linkage-name.exp: Fix test.
822 * gdb.guile/scm-symbol.exp: Update expected results for
823 linkage_name test.
824
f049a313
TT
8252020-04-24 Tom Tromey <tom@tromey.com>
826
827 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
828 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
829 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
830 assembler.
831
7cf28874
TV
8322020-04-24 Tom de Vries <tdevries@suse.de>
833
834 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
835 C++.
836
dac2fef7
TT
8372020-04-24 Tom Tromey <tromey@adacore.com>
838
839 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
840 values.
841 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
842 values. Update test for minimal encodings.
843 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
844 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
845 values. Update test for minimal encodings.
846
1acda803
TT
8472020-04-24 Tom Tromey <tromey@adacore.com>
848
849 PR python/23662:
850 * gdb.ada/variant.exp: Add Python checks.
851 * gdb.rust/simple.exp: Add dynamic type checks.
852
adfb9815
TT
8532020-04-24 Tom Tromey <tromey@adacore.com>
854
855 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
856 Make array type matching more lax.
857 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
858 * gdb.ada/mi_variant.exp: New file.
859 * gdb.ada/mi_variant/pck.ads: New file.
860 * gdb.ada/mi_variant/pkg.adb: New file.
861 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
862 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
863
7d79de9a
TT
8642020-04-24 Tom Tromey <tromey@adacore.com>
865
866 * gdb.ada/variant.exp: Add dynamic field offset tests.
867 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
868 * gdb.ada/variant/pkg.adb: Add new variables.
869
f8e89861
TT
8702020-04-24 Tom Tromey <tromey@adacore.com>
871
872 * gdb.ada/variant.exp: New file
873 * gdb.ada/variant/pkg.adb: New file
874 * gdb.ada/variant/pck.adb: New file
875
86e887ae
TV
8762020-04-24 Tom de Vries <tdevries@suse.de>
877
878 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
879
88428775
TV
8802020-04-24 Tom de Vries <tdevries@suse.de>
881
882 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
883 flags.
884
4e86f6e7
TV
8852020-04-24 Tom de Vries <tdevries@suse.de>
886
887 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
888
2016d3e6
TV
8892020-04-24 Tom de Vries <tdevries@suse.de>
890
891 * lib/gdb.exp (default_gdb_start): Handle eof.
892 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
893 failure.
894 * gdb.base/readnever.exp: Handle clean_restart failure.
895
70bc38f5
TV
8962020-04-23 Tom de Vries <tdevries@suse.de>
897
898 * gdb.base/decl-before-def.exp: Run to main and print a again.
899
de82891c
TV
9002020-04-23 Tom de Vries <tdevries@suse.de>
901
902 * gdb.base/decl-before-def-decl.c: New test.
903 * gdb.base/decl-before-def-def.c: New test.
904 * gdb.base/decl-before-def.exp: New file.
905
96038148
TV
9062020-04-23 Tom de Vries <tdevries@suse.de>
907
908 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
909
54ac3df1
TV
9102020-04-22 Tom de Vries <tdevries@suse.de>
911
912 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
913 debug_info_offset.
914 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
915 before $objsfile in the line line.
916
714534e1
TV
9172020-04-22 Tom de Vries <tdevries@suse.de>
918
919 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
920
16a7dbf4
MS
9212020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
922
923 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
924 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
925 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
926 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
927 * gdb.base/jit-protocol.h: Update definitions to match all usage
928 contexts.
929
9302020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
931
932 * gdb.base: Rename all jit related test and source files.
933
9342020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
935
936 * gdb.base/jit-reader.exp: Relax register output check.
937
317d2668
TV
9382020-04-22 Tom de Vries <tdevries@suse.de>
939
940 PR symtab/25764
941 * gdb.base/psym-external-decl-2.c: New test.
942 * gdb.base/psym-external-decl.c: New test.
943 * gdb.base/psym-external-decl.exp: New file.
944 * gdb.threads/tls.exp: Add PR25807 kfail.
945
eea9e357
TV
9462020-04-22 Tom de Vries <tdevries@suse.de>
947
948 PR symtab/25801
949 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
950 in "info source" output.
951
3d5afab3
TV
9522020-04-22 Tom de Vries <tdevries@suse.de>
953
954 PR symtab/25700
955 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
956 symtab for imported_unit.c.
957
b32102f6
GB
9582020-04-21 Gary Benson <gbenson@redhat.com>
959
960 * gdb.base/advance.c (func): New argument, to match call site.
961 (func2, func3): Add return statements.
962
d43b7a2d
TBA
9632020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
964
965 * gdb.multi/run-only-second-inf.c: New file.
966 * gdb.multi/run-only-second-inf.exp: New file.
967
d89edf9b
MM
9682020-04-21 Markus Metzger <markus.t.metzger@intel.com>
969
970 * gdb.btrace/multi-inferior.c: New test.
971 * gdb.btrace/multi-inferior.exp: New file.
972
1a476b6d
MM
9732020-04-21 Markus Metzger <markus.t.metzger@intel.com>
974
975 * gdb.btrace/enable-new-thread.c: New test.
976 * gdb.btrace/enable-new-thread.exp: New file.
977
4778a5f8
TV
9782020-04-21 Tom de Vries <tdevries@suse.de>
979
980 PR gdb/25471
981 * gdb.threads/killed-outside.c: New test.
982 * gdb.threads/killed-outside.exp: New file.
983
9b2c992c
GB
9842020-04-20 Gary Benson <gbenson@redhat.com>
985
986 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
987 * gdb.base/nested-subp2.exp: Likewise.
988 * gdb.base/nested-subp3.exp: Likewise.
989
b5d1d6f7
GB
9902020-04-20 Gary Benson <gbenson@redhat.com>
991
992 * gdb.base/nested-subp1.exp: Disable test when using clang.
993 * gdb.base/nested-subp2.exp: Likewise.
994 * gdb.base/nested-subp3.exp: Likewise.
995
25230285
GB
9962020-04-20 Gary Benson <gbenson@redhat.com>
997
998 * gdb.cp/exception.cc: Fix compilation error with clang.
999
fa93cc8f
GB
10002020-04-20 Gary Benson <gbenson@redhat.com>
1001
809730f3 1002 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1003
e0c45f30
GB
10042020-04-20 Gary Benson <gbenson@redhat.com>
1005
1006 * gdb.base/jit-main.c: Fix compilation error with clang.
1007
4ddfec93
KR
10082020-04-17 Kamil Rytarowski <n54@gmx.com>
1009
1010 * gdb.base/attach-twice.c: Include "sys/types.h".
1011 (PTRACE_ATTACH): Add fallback definition.
1012 (main): Pass `0' to the 4th argument of `ptrace'.
1013
2bed205e
KR
10142020-04-17 Kamil Rytarowski <n54@gmx.com>
1015
1016 * gdb.base/fork-running-state.c: Include "signal.h".
1017
0743fc83
TT
10182020-04-17 Tom Tromey <tromey@adacore.com>
1019
1020 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1021 Update tests.
1022 * gdb.btrace/cpu.exp: Update tests.
1023 * gdb.base/maint.exp: Update tests.
1024 * gdb.base/default.exp: Update tests.
1025 * gdb.base/completion.exp: Update tests.
1026
efba5c23
TV
10272020-04-16 Tom de Vries <tdevries@suse.de>
1028
1029 PR symtab/25791
1030 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1031 (ensure_gdb_index): and factor out and move ...
1032 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1033 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1034
d191d716
TV
10352020-04-16 Tom de Vries <tdevries@suse.de>
1036
1037 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1038 loading exec.
1039
99f1bc6a
AB
10402020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1041
1042 * gdb.base/many-completions.exp: New file.
1043
194d088f
TV
10442020-04-14 Tom de Vries <tdevries@suse.de>
1045
1046 PR symtab/25718
1047 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1048
c1a66c06
TV
10492020-04-14 Tom de Vries <tdevries@suse.de>
1050
1051 PR symtab/25720
1052 * gdb.base/maint-expand-symbols-header-file.c: New test.
1053 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1054 * gdb.base/maint-expand-symbols-header-file.h: New test.
1055
21b0982c
AB
10562020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1057
1058 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1059 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1060 get_func_info.
1061 (get_func_info): Delete.
1062 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1063 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1064 * lib/dwarf.exp (get_func_info): New function.
1065
dd1cab06
TV
10662020-04-13 Tom de Vries <tdevries@suse.de>
1067
1068 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1069 to what find_gnatmake does.
1070
71ea2b6b
TV
10712020-04-10 Tom de Vries <tdevries@suse.de>
1072
1073 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1074 -readnow.
1075
bdfc1e8a
TV
10762020-04-10 Tom de Vries <tdevries@suse.de>
1077
1078 PR cli/25808
1079 * gdb.base/style.c: Add leading newlines.
1080 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1081 Check listing of main's one-line body.
1082
14ca8ecf
TV
10832020-04-08 Tom de Vries <tdevries@suse.de>
1084
1085 * lib/gdb.exp (psymtabs_p): New proc.
1086 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1087 importing unit" unsupported if there are no partial symbols.
1088
e21d048f
TV
10892020-04-08 Tom de Vries <tdevries@suse.de>
1090
1091 PR testsuite/25760
1092 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1093
25c11aca
TV
10942020-04-07 Tom de Vries <tdevries@suse.de>
1095
1096 PR symtab/25796
1097 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1098
5707e24b
TV
10992020-04-07 Tom de Vries <tdevries@suse.de>
1100
1101 * gdb.base/check-psymtab.c: New test.
1102 * gdb.base/check-psymtab.exp: New file.
1103
6ee448cc
TT
11042020-04-06 Tom Tromey <tromey@adacore.com>
1105
1106 * gdb.ada/variant-record/proc.adb: New file.
1107 * gdb.ada/variant-record/value.adb: New file.
1108 * gdb.ada/variant-record/value.s: New file.
1109 * gdb.ada/variant-record.exp: New file.
1110
9e7c9a03
HD
11112020-04-03 Hannes Domani <ssbssa@yahoo.de>
1112
1113 PR gdb/25325
1114 * gdb.cp/typed-enum.cc: New test.
1115 * gdb.cp/typed-enum.exp: New file.
1116
c90d28ac
AB
11172020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1118
1119 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1120 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1121 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1122 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1123 * gdb.opt/inline-small-func.c: New file.
1124 * gdb.opt/inline-small-func.exp: New file.
1125 * gdb.opt/inline-small-func.h: New file.
1126
34e9a9fa
AB
11272020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1128
1129 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1130 function.
1131
6a354911
AB
11322020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1133
1134 * lib/dwarf.exp (function_range): Allow compiler options to be
1135 specified.
1136
880d9777
TV
11372020-04-02 Tom de Vries <tdevries@suse.de>
1138
1139 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1140 __attribute__((always_inline)).
1141 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1142
f32682ea
TV
11432020-04-02 Tom de Vries <tdevries@suse.de>
1144
1145 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1146 (gdbserver_gdb_exit): ... here. Add timeout warning.
1147 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1148 (connect_target_extended_remote): Append new server_spawn_id to
1149 server_spawn_ids.
1150 (cleanup): New proc.
1151 (setup, <toplevel>): Call cleanup.
1152
d3214198
TV
11532020-04-02 Tom de Vries <tdevries@suse.de>
1154
1155 * gdb.base/main-psymtab.exp: New file.
1156
cc77ed24
TV
11572020-04-02 Tom de Vries <tdevries@suse.de>
1158
1159 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1160
3638a098
TT
11612020-04-01 Tom Tromey <tom@tromey.com>
1162
1163 * gdb.base/complex-parts.exp: Add type tests.
1164
c34e8714
TT
11652020-04-01 Tom Tromey <tom@tromey.com>
1166
1167 * gdb.base/complex-parts.exp: Add arithmetic tests.
1168
981c08ce
TT
11692020-04-01 Tom Tromey <tom@tromey.com>
1170
1171 * gdb.compile/compile.exp: Update.
1172 * gdb.compile/compile-cplus.exp: Update.
1173 * gdb.base/varargs.exp: Update.
1174 * gdb.base/floatn.exp: Update.
1175 * gdb.base/endianity.exp: Update.
1176 * gdb.base/callfuncs.exp (do_function_calls): Update.
1177 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1178 (complex_float_integral_args): Update.
1179 * gdb.base/complex.exp: Update.
1180 * gdb.base/complex-parts.exp: Update.
1181
3d1cfd43
TT
11822020-04-01 Tom Tromey <tromey@adacore.com>
1183
1184 * gdb.rust/union.rs: New file.
1185 * gdb.rust/union.exp: New file.
1186 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1187 (main): Update.
1188 * gdb.rust/simple.exp: Move union tests to union.exp.
1189
e033dfa9
TT
11902020-04-01 Tom Tromey <tromey@adacore.com>
1191
1192 * gdb.rust/simple.rs (main): Remove "y0".
1193
53cccef1
TBA
11942020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1195
1196 * gdb.multi/stop-all-on-exit.c: New test.
1197 * gdb.multi/stop-all-on-exit.exp: New file.
1198
60e22c1e
HD
11992020-04-01 Hannes Domani <ssbssa@yahoo.de>
1200
1201 PR gdb/24789
1202 * gdb.cp/misc.cc: Add integer reference variable.
1203 * gdb.cp/misc.exp: Add test.
1204
e139a727
TBA
12052020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1206
1207 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1208 scenario to cover execution until the end and also the case
1209
16b0db75
TV
12102020-03-31 Tom de Vries <tdevries@suse.de>
1211
1212 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1213 c. Use "maint info symtabs" to check symtab expansion.
1214
c0502da6
TV
12152020-03-30 Tom de Vries <tdevries@suse.de>
1216
1217 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1218 unsupported.
1219 (verify_psymtab_expanded): Move ...
1220 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1221 test.
1222 (readnow): New proc.
1223
5935fd15
AB
12242020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1225
1226 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1227 with $hex.
1228
1773be9e
TT
12292020-03-20 Tom Tromey <tromey@adacore.com>
1230
1231 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1232
70304be9
TT
12332020-03-20 Tom Tromey <tromey@adacore.com>
1234
1235 * gdb.ada/sub_variant/subv.adb: New file.
1236 * gdb.ada/sub_variant.exp: New file.
1237
0dd7b8f7
TV
12382020-03-20 Tom de Vries <tdevries@suse.de>
1239
1240 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1241 first break fails.
1242 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1243
cada5fc9
AB
12442020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1245
1246 * gdb.server/exit-multiple-threads.c: New file.
1247 * gdb.server/exit-multiple-threads.exp: New file.
1248
6b8c53f2
AB
12492020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1250
1251 * gdb.fortran/mixed-lang-stack.c: New file.
1252 * gdb.fortran/mixed-lang-stack.cpp: New file.
1253 * gdb.fortran/mixed-lang-stack.exp: New file.
1254 * gdb.fortran/mixed-lang-stack.f90: New file.
1255
19a2740f
AB
12562020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1257
1258 * gdb.linespec/cp-completion-aliases.cc: New file.
1259 * gdb.linespec/cp-completion-aliases.exp: New file.
1260
d8c8b848
TV
12612020-03-19 Tom de Vries <tdevries@suse.de>
1262
1263 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1264 more precise.
1265
a9933ccf
TV
12662020-03-18 Tom de Vries <tdevries@suse.de>
1267
1268 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1269 * gdb.dwarf2/break-inline-psymtab.c: New test.
1270 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1271
2f89101f
TV
12722020-03-16 Tom de Vries <tdevries@suse.de>
1273
1274 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1275 cache_verify and cache_verify_proc.
1276
6b9374f1
TV
12772020-03-15 Tom de Vries <tdevries@suse.de>
1278
1279 * gdb.server/solib-list.exp: Handle
1280 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1281
eaeaf44c
TV
12822020-03-15 Tom de Vries <tdevries@suse.de>
1283
1284 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1285 objfiles".
1286
3293bbaf
TT
12872020-03-14 Tom Tromey <tom@tromey.com>
1288
1289 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1290
ab44624c
TV
12912020-03-14 Tom de Vries <tdevries@suse.de>
1292
1293 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1294
54c43825
TV
12952020-03-14 Tom de Vries <tdevries@suse.de>
1296
1297 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1298 result in line-by-line fashion.
1299
2ac70237
TV
13002020-03-14 Tom de Vries <tdevries@suse.de>
1301
1302 * lib/gdb.exp (supports_statement_frontiers): New proc.
1303 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1304
09546b56
TV
13052020-03-14 Tom de Vries <tdevries@suse.de>
1306
1307 * gdb.base/printcmds.exp: Add missing quoting for "print
1308 teststring2".
1309
a1f6a07c
TT
13102020-03-13 Tom Tromey <tom@tromey.com>
1311
1312 * gdb.base/printcmds.exp (test_print_strings): Add regression
1313 test.
1314 * gdb.base/printcmds.c (charptr): New typedef.
1315 (teststring2): New global.
1316
1b83d09c
AB
13172020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1318
1319 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1320 full path in the test name.
1321 (test_ld): Add some with_test_prefix blocks to make test names
1322 unique.
1323
2d61316c
TV
13242020-03-13 Tom de Vries <tdevries@suse.de>
1325
1326 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1327
2e9145ac
TV
13282020-03-13 Tom de Vries <tdevries@suse.de>
1329
1330 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1331
96c7f873
TV
13322020-03-13 Tom de Vries <tdevries@suse.de>
1333
1334 PR symtab/25646
1335 * gdb.dwarf2/imported-unit.exp: Add test.
1336
49ba92c0
TV
13372020-03-13 Tom de Vries <tdevries@suse.de>
1338
1339 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1340 (var1, var2): New variable.
1341 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1342 matching symbols.
1343
301b21e0
TV
13442020-03-13 Tom de Vries <tdevries@suse.de>
1345
1346 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1347 (Term::command): Use prompt prefix.
1348 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1349 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1350 command_no_prompt_prefix instead of prefix.
1351 * gdb.tui/tui-layout-asm.exp: Same.
1352
3f512721
SM
13532020-03-12 Simon Marchi <simon.marchi@efficios.com>
1354
1355 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1356
40310f30
SM
13572020-03-12 Simon Marchi <simon.marchi@efficios.com>
1358
1359 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1360 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1361 on" while stepping over the test instruction, match printed
1362 message.
1363
09252140
TV
13642020-03-12 Tom de Vries <tdevries@suse.de>
1365
1366 * gdb.base/info-types.exp: Use exp_continue during matching of output
1367 of "info types".
1368
14e9c72c
TV
13692020-03-12 Tom de Vries <tdevries@suse.de>
1370
1371 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1372
e515d67e
TV
13732020-03-12 Tom de Vries <tdevries@suse.de>
1374
1375 * gdb.fortran/module.exp: Use exp_continue during matching of output
1376 of "info variable -n".
1377
307eafd8
TV
13782020-03-12 Tom de Vries <tdevries@suse.de>
1379
1380 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1381 gdb.dwarf2/dw2-ranges-base.c.
1382
9a2de3fc
TV
13832020-03-12 Tom de Vries <tdevries@suse.de>
1384
1385 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1386 in presence of GLIBC debuginfo.
1387
3217502e
TV
13882020-03-12 Tom de Vries <tdevries@suse.de>
1389
1390 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1391 $core.
1392
1281424c
TV
13932020-03-12 Tom de Vries <tdevries@suse.de>
1394
1395 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1396 more precise.
1397
038b97fc
SM
13982020-03-11 Simon Marchi <simon.marchi@efficios.com>
1399
1400 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1401 from Unix to Windows path.
1402
5308d1e7
TV
14032020-03-11 Tom de Vries <tdevries@suse.de>
1404
1405 * gdb.ada/minsyms.exp: Set language to ada.
1406
f870f78f
TV
14072020-03-11 Tom de Vries <tdevries@suse.de>
1408
1409 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1410
5a13315d
TV
14112020-03-11 Tom de Vries <tdevries@suse.de>
1412
1413 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1414
976862ed
TT
14152020-03-11 Tom Tromey <tromey@adacore.com>
1416
1417 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1418
7462c383
TV
14192020-03-11 Tom de Vries <tdevries@suse.de>
1420
1421 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1422
1c6c46a0
TV
14232020-03-11 Tom de Vries <tdevries@suse.de>
1424
1425 * gdb.base/break-interp.exp: Limit verbose scope.
1426
44f41bb7
TV
14272020-03-11 Tom de Vries <tdevries@suse.de>
1428
1429 * gdb.fortran/logical.f90: Define variable with character type.
1430 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1431
b76f3a42
TV
14322020-03-11 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1435
1c33af77
TV
14362020-03-11 Tom de Vries <tdevries@suse.de>
1437
1438 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1439 symtabs.
1440
8c95582d
AB
14412020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1442 Bernd Edlinger <bernd.edlinger@hotmail.de>
1443
1444 * gdb.cp/step-and-next-inline.cc: New file.
1445 * gdb.cp/step-and-next-inline.exp: New file.
1446 * gdb.cp/step-and-next-inline.h: New file.
1447 * gdb.dwarf2/dw2-is-stmt.c: New file.
1448 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1449 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1450 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1451 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1452
cecf8547
AB
14532020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1454
1455 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1456 is-stmt flag in the line table.
1457
0ba678c9
TV
14582020-03-09 Tom de Vries <tdevries@suse.de>
1459
1460 * lib/gdb.exp (cached_file): Create cache dir.
1461
72fbdf83
TV
14622020-03-07 Tom de Vries <tdevries@suse.de>
1463
1464 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1465 * gdb.cp/rvalue-ref-params.exp: Same.
1466
436b5e99
TV
14672020-03-06 Tom de Vries <tdevries@suse.de>
1468
1469 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1470 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1471
09f2921c
TV
14722020-03-06 Tom de Vries <tdevries@suse.de>
1473
1474 * README: Fix "the the".
1475 * gdb.base/dprintf.exp: Same.
1476
50a3cc5d
TV
14772020-03-05 Tom de Vries <tdevries@suse.de>
1478
1479 * gdb.base/maint.exp: Update "main print statistics" expected output.
1480
0a709cba
AKS
14812020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1482
1483 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1484 (fortran_int8): Likewise.
1485 (fortran_real4): Likewise.
1486 (fortran_real8): Likewise.
1487 (fortran_complex4): Likewise.
1488 (fortran_logical4): Likewise.
1489 (fortran_character1): Likewise.
1490
5e5d66b6
AB
14912020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1492
1493 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1494 printed as true.
1495
7b973adc
SDJ
14962020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1497
1498 * gdb.base/printcmds.exp: Add test to verify printf of a
1499 variable holding an address.
1500
478e490a
TV
15012020-03-03 Tom de Vries <tdevries@suse.de>
1502
1503 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1504
1ef44e86
TV
15052020-03-03 Tom de Vries <tdevries@suse.de>
1506
1507 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1508 gdb_test_multiple call.
1509
b98cc2cf
TV
15102020-03-03 Tom de Vries <tdevries@suse.de>
1511
1512 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1513 gdb_test_multiple calls.
1514
63e163f2
AB
15152020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1516
1517 * gdb.base/default.exp: Remove test of 'set history filename'.
1518 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1519 filename to the empty string.
1520 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1521 and GDBHISTSIZE.
1522
24ed6739
AB
15232020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1524
1525 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1526 disabled.
1527
590003dc
TV
15282020-03-02 Pedro Alves <palves@redhat.com>
1529 Tom de Vries <tdevries@suse.de>
1530
1531 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1532 -prompt prefix, before user_code argument. Add -lbl option likewise.
1533 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1534 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1535 argument.
1536 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1537 have "\r\n" at start-of-line, instead of at end-of-line.
1538
f5e46084
SM
15392020-02-28 Simon Marchi <simon.marchi@efficios.com>
1540
1541 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1542 libinproctrace.so.
1543
f7a7000d
LM
15442020-02-28 Luis Machado <luis.machado@linaro.org>
1545
1546 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1547 to "p/x".
1548
718e0816
LM
15492020-02-28 Luis Machado <luis.machado@linaro.org>
1550
1551 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1552 asm/ptrace.h and error.h.
1553
13c3a74a
TV
15542020-02-28 Tom de Vries <tdevries@suse.de>
1555
1556 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1557 (struct wrapper, do_something, mundane/symada__cS): Move ...
1558 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1559 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1560 Update "print symada__cS before partial symtab expansion" regexp.
1561 Update breakpoint location. Flush symbol cache after expansion.
1562
85d2d5bb
LM
15632020-02-28 Luis Machado <luis.machado@linaro.org>
1564
1565 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1566
3608f86c
TV
15672020-02-27 Tom de Vries <tdevries@suse.de>
1568
1569 * config/sid.exp: Remove unused globals.
1570 * gdb.base/attach.exp: Same.
1571 * gdb.base/catch-load.exp: Same.
1572 * gdb.base/dbx.exp: Same.
1573 * lib/gdb.exp: Same.
1574 * lib/mi-support.exp: Same.
1575 * lib/prompt.exp: Same.
1576
c8d4f6df
TV
15772020-02-27 Tom de Vries <tdevries@suse.de>
1578
1579 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1580 not set.
1581
0d79cdc4
AM
15822020-02-26 Aaron Merey <amerey@redhat.com>
1583
1584 * gdb.debuginfod: New directory for debuginfod tests.
1585 * gdb.debuginfod/main.c: New test file.
1586 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1587
0dce4280
TV
15882020-02-26 Tom de Vries <tdevries@suse.de>
1589
1590 PR gdb/25603
1591 * gdb.base/persistent-lang.cc: New test.
1592 * gdb.base/persistent-lang.exp: New file.
1593
9e80cfa1
AB
15942020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1595
1596 * gdb.fortran/derived-type-striding.exp: Add a new test.
1597 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1598 new test.
1599
2078dbb2
AB
16002020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1601
1602 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1603 names.
1604
70d49700
TV
16052020-02-25 Tom de Vries <tdevries@suse.de>
1606
1607 PR go/18926
1608 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1609
a88ef40d
TV
16102020-02-24 Tom de Vries <tdevries@suse.de>
1611
1612 PR gdb/25592
1613 * gdb.base/info-locals-unused-static-var.c: New test.
1614 * gdb.base/info-locals-unused-static-var.exp: New file.
1615
01b1af32
TT
16162020-02-22 Tom Tromey <tom@tromey.com>
1617
1618 * gdb.python/tui-window.exp: New file.
1619 * gdb.python/tui-window.py: New file.
1620
7c043ba6
TT
16212020-02-22 Tom Tromey <tom@tromey.com>
1622
1623 PR tui/17850:
1624 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1625 tests.
1626
c22fef7e
TT
16272020-02-22 Tom Tromey <tom@tromey.com>
1628
1629 * gdb.tui/new-layout.exp: Add sub-layout tests.
1630
ee325b61
TT
16312020-02-22 Tom Tromey <tom@tromey.com>
1632
1633 * gdb.tui/new-layout.exp: New file.
1634
3f0cbb04
TT
16352020-02-22 Tom Tromey <tom@tromey.com>
1636
1637 * gdb.rust/rust-style.rs: New file.
1638 * gdb.rust/rust-style.exp: New file.
1639 * gdb.base/style.exp: Test structure printing.
1640 * gdb.base/style.c (struct some_struct): New type.
1641 (enum etype): New type.
1642 (struct_value): New global.
1643
75525152
TV
16442020-02-21 Tom de Vries <tdevries@suse.de>
1645
1646 PR go/18926
1647 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1648 Remove blanket xfails. Use message argument for gdb_breakpoint.
1649 Make continuing to breakpoint test conditional on setting breakpoint.
1650 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1651 DW_AT_name attribute. Add xfail for GCC PR93866.
1652
bd360d30
AB
16532020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1654
1655 * gdb.dwarf2/cpp-linkage-name.c: New file.
1656 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1657
c7adb09f 16582020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1659
1660 * lib/gdb.exp (gdb_wrapper_init): Reset
1661 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1662 not exist.
1663
a9c79803
TV
16642020-02-20 Tom de Vries <tdevries@suse.de>
1665
1666 PR go/17018
1667 * gdb.go/hello.exp: Copy ...
1668 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1669 print of st to print value of global definition. Add xfail for GCC
1670 PR93844.
1671 * gdb.go/hello.exp: Remove printing of st before definition.
1672 * gdb.go/hello.go: Copy ...
1673 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1674 to st.
1675 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1676
d7445728
TV
16772020-02-20 Tom de Vries <tdevries@suse.de>
1678
1679 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1680 (gdb_simple_compile): Handle compile_flags go by using .go extension
1681 for source file.
1682 * gdb.go/chan.exp: Use support_go_compile.
1683 * gdb.go/handcall.exp: Same.
1684 * gdb.go/hello.exp: Same.
1685 * gdb.go/integers.exp: Same.
1686 * gdb.go/max-depth.exp: Same.
1687 * gdb.go/methods.exp: Same.
1688 * gdb.go/package.exp: Same.
1689 * gdb.go/strings.exp: Same.
1690 * gdb.go/types.exp: Same.
1691 * gdb.go/unsafe.exp: Same.
1692
c9c41e6d
TV
16932020-02-19 Tom de Vries <tdevries@suse.de>
1694
1695 * gdb.python/lib-types.exp: Make xfail more strict.
1696
f20ff837
TV
16972020-02-19 Tom de Vries <tdevries@suse.de>
1698
1699 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1700
08410482
DE
17012020-02-19 Doug Evans <dje@google.com>
1702
1703 PR rust/25535
1704 * gdb.rust/simple.exp: Add test.
1705 * gdb.rust/simple.rs: Add test.
1706
623563f7
TV
17072020-02-19 Tom de Vries <tdevries@suse.de>
1708
1709 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1710 output line-by-line.
1711
d3308cfd
TV
17122020-02-19 Tom de Vries <tdevries@suse.de>
1713
1714 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1715
86cbc5dc
TV
17162020-02-19 Tom de Vries <tdevries@suse.de>
1717
1718 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1719 prelink.
1720
9db2b96b
TV
17212020-02-19 Tom de Vries <tdevries@suse.de>
1722
1723 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1724 (gdb_do_cache): Use gdb_do_cache_wrap.
1725 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1726
89e2fdc5
TV
17272020-02-19 Tom de Vries <tdevries@suse.de>
1728
1729 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1730 gdb_compile option.
1731
373d7ac0
SM
17322020-02-18 Simon Marchi <simon.marchi@efficios.com>
1733
1734 * gdb.base/printcmds.exp (test_print_enums): Update expected
1735 output.
1736
b29a2df0
SM
17372020-02-18 Simon Marchi <simon.marchi@efficios.com>
1738
1739 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1740 for "unknown".
1741
6740f0cc
SM
17422020-02-18 Simon Marchi <simon.marchi@efficios.com>
1743
1744 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1745 enumerator.
1746
edd45eb0
SM
17472020-02-18 Simon Marchi <simon.marchi@efficios.com>
1748
1749 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1750 FE_, add FE_NONE.
1751 (three): Update.
1752 (enum flag_enum_without_zero): New enum.
1753 (flag_enum_without_zero): New variable.
1754 (enum not_flag_enum): New enum.
1755 (three_not_flag): New variable.
1756 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1757 (test_print_enums): Add more tests for printing flag enums.
1758
d4295de4
TV
17592020-02-18 Tom de Vries <tdevries@suse.de>
1760
1761 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1762 (gdb_compile_ada): ... here.
1763 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1764 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1765
f251f505
TT
17662020-02-14 Tom Tromey <tom@tromey.com>
1767
1768 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1769 build directory.
1770 * boards/gdbserver-base.exp: Update path to gdbserver.
1771
8f432634
TV
17722020-02-13 Tom de Vries <tdevries@suse.de>
1773
1774 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1775
92b6eaf7
TV
17762020-02-13 Tom de Vries <tdevries@suse.de>
1777
1778 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1779 are missing.
1780
f3b0f7fe
TV
17812020-02-13 Tom de Vries <tdevries@suse.de>
1782
1783 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1784 call.
1785
f6be8713
SDJ
17862020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1787
1788 PR tui/25126
1789 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1790 * gdb.base/cached-source-file.c: New file.
1791 * gdb.base/cached-source-file.exp: New file.
1792
b2770d5e
TV
17932020-02-11 Tom de Vries <tdevries@suse.de>
1794
1795 PR testsuite/25488
1796 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1797
44f6938e
TV
17982020-02-10 Tom de Vries <tdevries@suse.de>
1799
1800 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1801
5f0e2eb7
MR
18022020-02-10 Maciej W. Rozycki <macro@wdc.com>
1803
1804 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1805 and $after_addr are both integers before making a comparison.
1806
46ce2b6f
TV
18072020-02-09 Tom de Vries <tdevries@suse.de>
1808
1809 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1810 command output and paste it into gdb.log. If any, paste catch message
1811 to gdb.log.
1812
5abbbe1d
TT
18132020-02-07 Tom Tromey <tromey@adacore.com>
1814
1815 PR breakpoints/24915:
1816 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1817
1d5d29e7
SV
18182020-02-06 Shahab Vahedi <shahab@synopsys.com>
1819
1820 * gdb.tui/tui-missing-src.exp: Add the "missing source
1821 file" test for the TUI.
1822
b0999b9b
AB
18232020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1824
1825 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1826 including a port number in the output.
1827
c3b149eb
AKS
18282020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1829
1830 * lib/fortran.exp (fortran_int4): Handle clang.
1831 (fortran_int8): Likewise.
1832 (fortran_real4): Likewise.
1833 (fortran_real8): Likewise.
1834 (fortran_complex4): Likewise.
1835 (fortran_logical4): Likewise.
1836 (fortran_character1): Likewise.
1837
f8dcc90b
TV
18382020-02-04 Tom de Vries <tdevries@suse.de>
1839
1840 * README (Race detection): Add note.
1841
f90ac7c2
TV
18422020-02-04 Tom de Vries <tdevries@suse.de>
1843
1844 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1845
780636ae
TV
18462020-02-04 Tom de Vries <tdevries@suse.de>
1847
1848 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1849
5d2e1193
RA
18502020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1851
1852 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1853 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1854 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1855 blttar, bnetarl.
1856 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1857 binary for blttar, bnetarl.
1858 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1859 wait instruction. Delete ldmx test.
1860 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1861
e409c542
AKS
18622020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1863
1864 * gdb.fortran/array-bounds-high.exp: New file.
1865 * gdb.fortran/array-bounds-high.f90: New file.
1866
b0029748
LD
18672020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1868
1869 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1870 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1871
195a8287
TV
18722020-02-01 Tom de Vries <tdevries@suse.de>
1873
1874 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1875
42330a68
AB
18762020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1877
1878 PR tui/9765
1879 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1880 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1881
b62a8028
LM
18822020-01-29 Luis Machado <luis.machado@linaro.org>
1883
1884 * gdb.arch/aarch64-brk-patterns.c: New source file.
1885 * gdb.arch/aarch64-brk-patterns.exp: New test.
1886
5f440116
TBA
18872020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1888
1889 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1890 GCC/Clang version.
1891 * gdb.cp/pass-by-ref.exp: Ditto.
1892
ee2a6fc6
TV
18932020-01-29 Tom de Vries <tdevries@suse.de>
1894
1895 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1896 * gdb.threads/watchpoint-fork-mt.c: Same.
1897 * gdb.threads/watchpoint-fork-parent.c: Same.
1898 * gdb.threads/watchpoint-fork-st.c: Same.
1899 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1900
16b10d6e
LM
19012020-01-27 Luis Machado <luis.machado@linaro.org>
1902
1903 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1904 sitting at a syscall instruction when we hit the syscall function's
1905 breakpoint.
1906 Check PC against one obtained with the x command.
1907 Validate syscall number.
1908 (step_over_syscall): Don't continue to the syscall instruction if
1909 we're already there.
1910
b1468492
PW
19112020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1912
1913 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1914
7ffa82e1
AB
19152020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1916
1917 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1918 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1919
3d92a3e3
AB
19202020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1921
1922 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1923 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1924
94a72be7
AB
19252020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1926
1927 * gdb.base/maint.exp: Update line table parsing test.
1928 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1929
53af73bf
PA
19302020-01-24 Pedro Alves <palves@redhat.com>
1931
1932 PR gdb/25410
1933 * gdb.multi/multi-re-run-1.c: New.
1934 * gdb.multi/multi-re-run-2.c: New.
1935 * gdb.multi/multi-re-run.exp: New.
1936
1ba1ac88
AB
19372020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1938
1939 PR gdb/23718
1940 * gdb.server/server-kill-python.exp: New file.
1941
f3364a6d
AB
19422020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1943
1944 * gdb.server/multi-ui-errors.c: New file.
1945 * gdb.server/multi-ui-errors.exp: New file.
1946
733d0a67
AB
19472020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1948
1949 PR tui/9765
1950 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1951
4f13c1c0
TT
19522020-01-19 Tom Tromey <tom@tromey.com>
1953
1954 * gdb.tui/main.exp: Add check for plain "file".
1955
40c94099
CB
19562020-01-16 Christian Biesinger <cbiesinger@google.com>
1957
1958 * lib/gdb.exp: Fix spelling error (seperatelly).
1959
ff47f4f0
TT
19602020-01-14 Tom Tromey <tom@tromey.com>
1961
1962 PR symtab/12535:
1963 * gdb.python/python.exp: Test decode_line with empty string
1964 argument.
1965
717c684d
BE
19662020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1967
1968 * gdb.base/skip-inline.exp: Extend test.
1969
44e4c775
AB
19702020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1971
1972 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1973 * gdb.dwarf2/dw2-bad-elf.c: New file.
1974 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1975
d93c6db7
AB
19762020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1977
1978 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1979 _line_saw_file.
1980
9a6d629c
AB
19812020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1982
1983 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1984 border.
1985
d9ebdab7
TBA
19862020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1987
1988 * gdb.multi/multi-target.exp (setup): Factor out "info
1989 connections" and "info inferiors" tests to ...
1990 (test_info_inferiors): ... this new procedure.
1991 (top level): Run new "info-inferiors" tests.
1992
f3c469b9
PA
19932020-01-10 Pedro Alves <palves@redhat.com>
1994
1995 * gdb.server/bkpt-other-inferior.exp: New file.
1996
121b3efd
PA
19972020-01-10 Pedro Alves <palves@redhat.com>
1998
1999 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2000 of "add-inferior".
2001 * gdb.base/quit-live.exp: Likewise.
2002 * gdb.base/remote-exec-file.exp: Likewise.
2003 * gdb.guile/scm-progspace.exp: Likewise.
2004 * gdb.linespec/linespec.exp: Likewise.
2005 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2006 * gdb.mi/user-selected-context-sync.exp: Likewise.
2007 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2008 "info inferiors" tests.
2009 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2010 "add-inferior".
2011 * gdb.multi/watchpoint-multi.exp: Likewise.
2012 * gdb.python/py-inferior.exp: Likewise.
2013 * gdb.server/extended-remote-restart.exp: Likewise.
2014 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2015 "info inferiors".
2016 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2017 * gdb.trace/report.exp: Likewise.
2018
1dadb1dd
PA
20192020-01-10 Pedro Alves <palves@redhat.com>
2020
2021 * gdb.multi/multi-target.c: New file.
2022 * gdb.multi/multi-target.exp: New file.
2023 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2024 mode requested, but remote does not support non-stop".
2025
78f2c40a
PA
20262020-01-10 Pedro Alves <palves@redhat.com>
2027
2028 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2029 disconnect before reconnecting.
2030
e7af6c70
TBA
20312020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2032 Pedro Alves <palves@redhat.com>
2033
2034 * gdb.server/connect-without-multi-process.exp: Also test
2035 continuing to end.
2036
acdf84a6
PA
20372020-01-10 Pedro Alves <palves@redhat.com>
2038
2039 * gdb.base/remote-exec-file.exp: New file.
2040
873657b9
PA
20412020-01-10 Pedro Alves <palves@redhat.com>
2042
2043 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2044 output.
2045 * gdb.threads/async.c: New.
2046 * gdb.threads/async.exp: New.
2047 * gdb.multi/tids-gid-reset.c: New.
2048 * gdb.multi/tids-gid-reset.exp: New.
2049
7f0ae84c
GB
20502020-01-10 George Barrett <bob@bob131.so>
2051
2052 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2053 to help in finding the image relocation offset.
2054 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2055 options in arguments.
2056 (stap_test_no_debuginfo): Likewise.
2057 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2058 test variants.
2059 (stap_test): Add null semaphore relocation test.
2060
47e9d49d
GB
20612020-01-10 George Barrett <bob@bob131.so>
2062
2063 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2064 * gdb.base/stap-probe.exp: Likewise.
2065 (stap_test): Pass argument as an additional flag.
2066 (stap_test_no_debuginfo): Likewise.
2067 (stap_test): Check `info probes stap' output for semaphore
2068 addresses if the test binary is supposed to have them.
2069
f5a7c406
AB
20702020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2071
2072 * gdb.tui/basic.exp: Add more scrolling tests.
2073
9ae6bf64
TT
20742020-01-09 Tom Tromey <tom@tromey.com>
2075
2076 PR tui/18932:
2077 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2078 meangingful value.
2079 (Term::command, Term::resize): Update.
2080 * gdb.tui/basic.exp: Add scrolling test.
2081
b2efe70c
AB
20822020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 * gdb.tui/tui-layout-asm.exp: New file.
2085
3804da7e
AB
20862020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2087
2088 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2089
b40aa28f
AB
20902020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2091
2092 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2093 (Term::enter_tui): Use Term::prepare_for_tui.
2094
63ffd7c9
AB
20952020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2096
2097 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2098 called.
2099
3be966f6
AB
21002020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2101
2102 * gdb.base/skip.exp: Fix race condition in test.
2103
153d79c4
AB
21042020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2105
2106 * gdb.base/backtrace.c: New file.
2107 * gdb.base/backtrace.exp: New file.
2108
f2302a34
AB
21092020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2110
2111 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2112
6ec1d75e
PW
21132020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2114
2115 * gdb.base/style.exp: Test that warnings are styled.
2116
c296cbe6
BE
21172019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2118
2119 * gdb.base/line65535.exp: New file.
2120 * gdb.base/line65535.c: New file.
2121
b28a729d
SM
21222019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2123
2124 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2125 * lib/gnat_debug_info_test.adb: New file.
2126 * gdb.ada/ptype_tagged_param.exp: Use
2127 gnat_runtime_has_debug_info, expect a different output if
2128 runtime does not have debug info.
2129
7f2d7a0d
SM
21302019-12-20 Simon Marchi <simon.marchi@efficios.com>
2131
2132 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2133 (another) quote in test name.
2134
f3bce483
SM
21352019-12-20 Simon Marchi <simon.marchi@efficios.com>
2136
2137 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2138 Add quote in test name.
2139
c855a912
TBA
21402019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2141
2142 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2143 directory instead.
2144 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2145 * gdb.cp/pass-by-ref-2.cc: New file.
2146 * gdb.cp/pass-by-ref-2.exp: New file.
2147
fc9d2d72
TT
21482019-12-20 Tom Tromey <tom@tromey.com>
2149
2150 * gdb.tui/list-before.exp: New file.
2151
77b97e00
TT
21522019-12-20 Tom Tromey <tom@tromey.com>
2153
2154 * gdb.tui/list.exp: Check for source on initial listing.
2155
f69656d0
TT
21562019-12-11 Tom Tromey <tromey@adacore.com>
2157
2158 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2159 Add crlf test.
2160
99a55965
SM
21612019-12-18 Simon Marchi <simon.marchi@efficios.com>
2162
2163 * gdb.base/default.exp: Update value of $_gdb_major.
2164
5024637f
BE
21652019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2166
2167 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2168
b63634be
BE
21692019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2170
2171 * gdb.base/skip.exp: Whitespace fix.
2172
45d73523
BE
21732019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2174
2175 * gdb.base/skip-inline.c: New file.
2176 * gdb.base/skip-inline.exp: New file.
2177
d043f8c8
SM
21782019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2179
2180 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2181 jit_function_00 to jit_function_stack_mangle.
2182 * gdb.base/jithost.c (jit_function_t): Rename to...
2183 (jit_function_stack_mangle_t): ... this.
2184 (jit_function_add_t): New typedef.
2185 (jit_function_00_code): Rename to...
2186 (jit_function_stack_mangle_code): ... this, make static.
2187 (jit_function_add_code): New.
2188 (main): Generate "add" function and call it. Adjust to changes
2189 in jithost_abi.
2190 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2191 (struct jithost_abi) <begin, end>: Remove fields.
2192 <object, function_stack_mangle, function_add>: New fields.
2193 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2194 code_end>: Remove fields.
2195 <func_stack_mangle>: New field.
2196 (read_debug_info): Adjust to renaming, create block for "add"
2197 function.
2198 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2199
873de05c
TT
22002019-12-11 Tom Tromey <tom@tromey.com>
2201
2202 * gdb.tui/resize.exp: Fix regexp.
2203 * gdb.tui/regs.exp: Fix regexps.
2204 * gdb.tui/main.exp: Fix regexp.
2205
3d979945
TT
22062019-12-11 Tom Tromey <tom@tromey.com>
2207
2208 * gdb.tui/resize.exp: Update.
2209 * gdb.tui/empty.exp (layouts): Update.
2210
2192a9d3
TT
22112019-12-11 Tom Tromey <tom@tromey.com>
2212
2213 * gdb.tui/regs.exp: Update.
2214 * gdb.tui/empty.exp (layouts): Update.
2215 * gdb.tui/basic.exp: Update.
2216 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2217
d8edc8b7
PW
22182019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2219
2220 * gdb.base/options.exp: Add -raw-values in the print completion list.
2221 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2222
4c12d936
KB
22232019-12-10 Kevin Buettner <kevinb@redhat.com>
2224
2225 * gdb.threads/omp-par-scope.c: New file.
2226 * gdb/threads/omp-par-scope.exp: New file.
2227
26b911fb
KB
22282019-12-10 Kevin Buettner <kevinb@redhat.com>
2229
bb47f919
KB
2230 * lib/gdb.exp (support_nested_function_tests): New proc.
2231
22322019-12-10 Kevin Buettner <kevinb@redhat.com>
2233
2234 * lib/gdb.exp (gdb_compile_openmp): New proc.
2235 (build_executable_from_specs): Add an "openmp" option.
2236 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2237
6c71eb7d
TT
22382019-12-10 Tom Tromey <tromey@adacore.com>
2239
2240 * gdb.ada/unchecked_union.exp: New file.
2241 * gdb.ada/unchecked_union/pck.adb: New file.
2242 * gdb.ada/unchecked_union/pck.ads: New file.
2243 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2244 * gdb-utils.exp (string_to_regexp): Also quote "?".
2245
bac7c5cf
GB
22462019-12-10 George Barrett <bob@bob131.so>
2247
2248 Test scripted probe breakpoints.
2249 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2250 * gdb.python/py-breakpoint.c (main): Likewise.
2251 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2252 specifier test.
2253 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2254
330f1d38
TBA
22552019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2256
2257 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2258 an rvalue parameter.
2259 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2260 parameter.
2261
b43315e2
AB
22622019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2263
2264 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2265 modules.
2266
54f73dad
AB
22672019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2268
2269 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2270 broken version of GCC.
2271
d57cbee9
AB
22722019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2273
2274 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2275 sym-info-cmds library.
2276 * gdb.fortran/info-types.exp: Likewise.
2277 * lib/sym-info-cmds.exp: New file.
2278
c14aab8c
TV
22792019-12-08 Tom de Vries <tdevries@suse.de>
2280
2281 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2282
aa2d5a42
KS
22832019-12-07 Keith Seitz <keiths@redhat.com>
2284
2285 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2286 * gdb.base/corefile-buildid-shlib.c: New file.
2287 * gdb.base/corefile-buildid.c: New file.
2288 * gdb.base/corefile-buildid.exp: New file.
2289
93e55f0a
TV
22902019-12-06 Tom de Vries <tdevries@suse.de>
2291
2292 * gdb.dwarf2/varval.exp: Add decl before def test.
2293
c7d12402
TBA
22942019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2295
2296 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2297
06acc08f
TBA
22982019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2299
2300 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2301 CV and reference conversion for overload resolution.
2302 * gdb.cp/rvalue-ref-overload.exp: Test it.
2303
e0fad1ea
PW
23042019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2305
2306 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2307 * gdb.base/frameapply.exp: Test faas without command.
2308
8d70a9f0
AB
23092019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2310
2311 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2312 Fortran tests.
2313 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2314 order.
2315
36c8fb93
AB
23162019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2317
2318 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2319 casting to type with no kind specified.
2320 (test_basic_parsing_of_type_kinds): Additional tests for types
2321 with no kind specified, and add tests for single/double
2322 precision/complex types.
2323
4139ff00
TT
23242019-12-04 Tom Tromey <tromey@adacore.com>
2325
2326 * gdb.base/endianity.c (struct other) <x>: New field.
2327 (main): Initialize it.
2328 * gdb.base/endianity.exp: Update.
2329
a05cf17a
TT
23302019-12-04 Tom Tromey <tromey@adacore.com>
2331
2332 * gdb.ada/scalar_storage/storage.adb: New file.
2333 * gdb.ada/scalar_storage/pck.adb: New file.
2334 * gdb.ada/scalar_storage/pck.ads: New file.
2335 * gdb.ada/scalar_storage.exp: New file.
2336
103a685e
TT
23372019-12-04 Tom Tromey <tromey@adacore.com>
2338
2339 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2340 (main): Initialize it.
2341 * gdb.base/endianity.exp: Update.
2342
c2512106
AB
23432019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2344
2345 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2346
293b38d6
AB
23472019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2348
2349 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2350 -symbol-info-module-functions and -symbol-info-module-variables.
2351
216a7e6b
AB
23522019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2353
2354 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2355
5bbd8269
AB
23562019-12-01 Richard Bunt <richard.bunt@arm.com>
2357 Andrew Burgess <andrew.burgess@embecosm.com>
2358
2359 * gdb.fortran/derived-type-striding.exp: New file.
2360 * gdb.fortran/derived-type-striding.f90: New file.
2361 * gdb.fortran/array-slices.exp: New file.
2362 * gdb.fortran/array-slices.f90: New file.
2363
be09caf1
PW
23642019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2365
2366 * gdb.base/define.exp: Test . in command names.
2367 * gdb.base/setshow.exp: Update test, as . is now part of
2368 command name.
2369
643c0cbe
PW
23702019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2371
2372 * gdb.base/define-prefix.exp: New file.
2373
dcdec678
AB
23742019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2375
2376 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2377 compile.
2378 (skip_btrace_pt_tests): Likewise.
2379
640ab947
AB
23802019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2381
2382 * gdb.fortran/info-modules.exp: Compile source files in correct
2383 order.
2384
d22670f0
KB
23852019-11-27 Kevin Buettner <kevinb@redhat.com>
2386
2387 * gdb.dwarf2/imported-unit.exp: New file.
2388 * gdb.dwarf2/imported-unit.c: New file.
2389
db5960b4
AB
23902019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2391
2392 * gdb.mi/mi-fortran-modules-2.f90: New file.
2393 * gdb.mi/mi-fortran-modules.exp: New file.
2394 * gdb.mi/mi-fortran-modules.f90: New file.
2395
7dc42066
AB
23962019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2397
2398 * gdb.mi/mi-sym-info-1.c: New file.
2399 * gdb.mi/mi-sym-info-2.c: New file.
2400 * gdb.mi/mi-sym-info.exp: New file.
2401
0dfeecca
TT
24022019-11-22 Tom Tromey <tromey@adacore.com>
2403
2404 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2405 * gdb.ada/tasks/foo.adb: Add another stopping location.
2406
34877895
PJ
24072019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2408
2409 * gdb.base/endianity.c: New test.
2410 * gdb.base/endianity.exp: New file.
2411
2e84f897
LD
24122019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2413
2414 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2415
65d1cd5f
TV
24162019-11-21 Tom de Vries <tdevries@suse.de>
2417
2418 PR gdb/24956
2419 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2420
4f22c3f4
SDJ
24212019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2422
2423 * gdb.python/py-progspace.exp: Add missing parentheses on some
2424 'print' commands.
2425
9f6ad286
TT
24262019-11-19 Tom Tromey <tom@tromey.com>
2427
2428 * gdb.tui/winheight.exp: New file.
2429
0b8dbf3f
AB
24302019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2431
2432 * gdb.base/ctf-whatis.c: Delete.
2433 * gdb.base/ctf-whatis.exp: Delete.
2434 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2435
f833b7a7
AB
24362019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2437
2438 * gdb.base/ctf-cvexpr.exp: Delete.
2439 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2440
30d0a636
AB
24412019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2442
2443 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2444 the compiler. Clean up header comment a little.
2445 * gdb.base/ctf-ptype.exp: Likewise.
2446 * gdb.base/ctf-whatis.exp: Likewise.
2447 * lib/gdb.exp (skip_ctf_tests): New proc.
2448
494409bb
SDJ
24492019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2450
2451 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2452 * gdb.tui/corefile-run.exp: New file.
2453
55708e99
TT
24542019-11-14 Tom Tromey <tromey@adacore.com>
2455
2456 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2457 regression tests.
2458
45e42163
TT
24592019-11-12 Tom Tromey <tom@tromey.com>
2460
2461 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2462 after any command. Expect prompt after WAIT_FOR is seen.
2463 (enter_tui): Enable resize messages.
2464 (command): Expect command in output.
2465 (get_line): Avoid error when cursor appears to be off-screen.
2466 (dump_screen): Include screen size in title.
2467 (_do_resize): New proc, from "resize".
2468 (resize): Rewrite. Do resize in two steps.
2469 * gdb.tui/empty.exp (layouts): Fix entries.
2470 (check_boxes): Remove xfail.
2471 (check_text): Dump screen on failure.
2472
086baaf1
AB
24732019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2474
2475 * gdb.python/py-symbol.exp: Add test for
2476 gdb.lookup_static_symbols.
2477
09ff83af
AB
24782019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2479
2480 * gdb.python/py-symbol.c: Declare and call function from new
2481 py-symbol-2.c file.
2482 * gdb.python/py-symbol.exp: Compile both source files, and add new
2483 tests for gdb.lookup_static_symbol.
2484 * gdb.python/py-symbol-2.c: New file.
2485
11af934b
TV
24862019-11-02 Tom de Vries <tdevries@suse.de>
2487
2488 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2489 * gdb.base/anon.exp: Same.
2490 * gdb.base/auto-connect-native-target.exp: Same.
2491 * gdb.base/call-ar-st.exp: Same.
2492 * gdb.base/catch-syscall.exp: Same.
2493 * gdb.base/commands.exp: Same.
2494 * gdb.base/default.exp: Same.
2495 * gdb.base/display.exp: Same.
2496 * gdb.base/float.exp: Same.
2497 * gdb.base/foll-fork.exp: Same.
2498 * gdb.base/help.exp: Same.
2499 * gdb.base/info-macros.exp: Same.
2500 * gdb.base/info-proc.exp: Same.
2501 * gdb.base/info-target.exp: Same.
2502 * gdb.base/long_long.exp: Same.
2503 * gdb.base/macscp.exp: Same.
2504 * gdb.base/memattr.exp: Same.
2505 * gdb.base/nofield.exp: Same.
2506 * gdb.base/pointers.exp: Same.
2507 * gdb.base/printcmds.exp: Same.
2508 * gdb.base/ptype.exp: Same.
2509 * gdb.base/restore.exp: Same.
2510 * gdb.base/return.exp: Same.
2511 * gdb.base/scope.exp: Same.
2512 * gdb.base/set-noassign.exp: Same.
2513 * gdb.base/setshow.exp: Same.
2514 * gdb.base/shlib-call.exp: Same.
2515 * gdb.base/signals.exp: Same.
2516 * gdb.base/sigstep.exp: Same.
2517 * gdb.base/skip.exp: Same.
2518 * gdb.base/solib-symbol.exp: Same.
2519 * gdb.base/stap-probe.exp: Same.
2520 * gdb.base/step-line.exp: Same.
2521 * gdb.base/step-test.exp: Same.
2522 * gdb.base/style.exp: Same.
2523 * gdb.base/varargs.exp: Same.
2524 * gdb.base/vla-datatypes.exp: Same.
2525 * gdb.base/vla-ptr.exp: Same.
2526 * gdb.base/vla-sideeffect.exp: Same.
2527 * gdb.base/volatile.exp: Same.
2528 * gdb.base/watch-cond-infcall.exp: Same.
2529 * gdb.base/watchpoint.exp: Same.
2530
e96ec2ba
TV
25312019-11-02 Tom de Vries <tdevries@suse.de>
2532
2533 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2534 * gdb.cp/cpexprs.exp: Same.
2535 * gdb.cp/except-multi-location.exp: Same.
2536 * gdb.cp/exceptprint.exp: Same.
2537 * gdb.cp/gdb2384.exp: Same.
2538 * gdb.cp/inherit.exp: Same.
2539 * gdb.cp/m-static.exp: Same.
2540 * gdb.cp/meth-typedefs.exp: Same.
2541 * gdb.cp/misc.exp: Same.
2542 * gdb.cp/namespace.exp: Same.
2543 * gdb.cp/non-trivial-retval.exp: Same.
2544 * gdb.cp/overload.exp: Same.
2545 * gdb.cp/pr17132.exp: Same.
2546 * gdb.cp/re-set-overloaded.exp: Same.
2547 * gdb.cp/rvalue-ref-types.exp: Same.
2548 * gdb.cp/templates.exp: Same.
2549
bd5766ec
LM
25502019-11-01 Luis Machado <luis.machado@linaro.org>
2551
2552 PR gdb/25124
2553
2554 * gdb.arch/pr25124.S: New file.
2555 * gdb.arch/pr25124.exp: New file.
2556
165f8965
AB
25572019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2558
2559 * gdb.fortran/info-modules.exp: Update expected results, and add
2560 additional tests for 'info module functinos', and 'info module
2561 variables'.
2562 * gdb.fortran/info-types.exp: Update expected results.
2563 * gdb.fortran/info-types.f90: Extend testcase with additional
2564 module variables and functions.
2565
59c35742
AB
25662019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2567
2568 * gdb.fortran/info-modules.exp: New file.
2569 * gdb.fortran/info-types.exp: Build with new file.
2570 * gdb.fortran/info-types.f90: Include and use new module.
2571 * gdb.fortran/info-types-2.f90: New file.
2572
f3fb2519
PW
25732019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2574
2575 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2576 * gdb.base/settings.exp: Test all settings types using
2577 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2578 that now verifies that the value of "maint show" is the same as
2579 returned by the settings functions. Test the type of the
2580 maintenance settings.
2581 * gdb.base/default.exp: Update show_conv_list.
2582
d1e36019
TV
25832019-10-31 Tom de Vries <tdevries@suse.de>
2584
2585 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2586 gdb_test.
2587 * gdb.arch/amd64-disp-step.exp: Same.
2588 * gdb.asm/asm-source.exp: Same.
2589 * gdb.btrace/buffer-size.exp: Same.
2590 * gdb.btrace/cpu.exp: Same.
2591 * gdb.btrace/enable.exp: Same.
2592 * gdb.dwarf2/count.exp: Same.
2593 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2594 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2595 * gdb.fortran/vla-datatypes.exp: Same.
2596 * gdb.fortran/vla-history.exp: Same.
2597 * gdb.fortran/vla-ptype.exp: Same.
2598 * gdb.fortran/vla-value.exp: Same.
2599 * gdb.fortran/whatis_type.exp: Same.
2600 * gdb.guile/guile.exp: Same.
2601 * gdb.multi/tids.exp: Same.
2602 * gdb.python/py-finish-breakpoint.exp: Same.
2603 * gdb.python/py-framefilter.exp: Same.
2604 * gdb.python/py-pp-registration.exp: Same.
2605 * gdb.python/py-xmethods.exp: Same.
2606 * gdb.python/python.exp: Same.
2607 * gdb.server/connect-with-no-symbol-file.exp: Same.
2608 * gdb.server/no-thread-db.exp: Same.
2609 * gdb.server/run-without-local-binary.exp: Same.
2610 * gdb.stabs/weird.exp: Same.
2611 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2612 * gdb.threads/thread-find.exp: Same.
2613 * gdb.threads/tls-shared.exp: Same.
2614 * gdb.threads/tls.exp: Same.
2615 * gdb.threads/wp-replication.exp: Same.
2616 * gdb.trace/ax.exp: Same.
2617 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2618
3d11e68e
TV
26192019-10-31 Tom de Vries <tdevries@suse.de>
2620
2621 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2622 * gdb.ada/array_subscript_addr.exp: Same.
2623 * gdb.ada/arrayidx.exp: Same.
2624 * gdb.ada/arrayparam.exp: Same.
2625 * gdb.ada/arrayptr.exp: Same.
2626 * gdb.ada/boolean_expr.exp: Same.
2627 * gdb.ada/call_pn.exp: Same.
2628 * gdb.ada/complete.exp: Same.
2629 * gdb.ada/fixed_cmp.exp: Same.
2630 * gdb.ada/fun_addr.exp: Same.
2631 * gdb.ada/funcall_param.exp: Same.
2632 * gdb.ada/interface.exp: Same.
2633 * gdb.ada/mod_from_name.exp: Same.
2634 * gdb.ada/null_array.exp: Same.
2635 * gdb.ada/packed_array.exp: Same.
2636 * gdb.ada/packed_tagged.exp: Same.
2637 * gdb.ada/print_chars.exp: Same.
2638 * gdb.ada/print_pc.exp: Same.
2639 * gdb.ada/ptype_arith_binop.exp: Same.
2640 * gdb.ada/ptype_field.exp: Same.
2641 * gdb.ada/ptype_tagged_param.exp: Same.
2642 * gdb.ada/rec_return.exp: Same.
2643 * gdb.ada/ref_tick_size.exp: Same.
2644 * gdb.ada/str_ref_cmp.exp: Same.
2645 * gdb.ada/taft_type.exp: Same.
2646 * gdb.ada/tagged.exp: Same.
2647 * gdb.ada/type_coercion.exp: Same.
2648 * gdb.ada/uninitialized_vars.exp: Same.
2649
60b6ede8
TV
26502019-10-30 Tom de Vries <tdevries@suse.de>
2651
2652 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2653
30baf67b
TV
26542019-10-26 Tom de Vries <tdevries@suse.de>
2655
2656 * gdb.base/bigcore.c: Fix typos in comments.
2657 * gdb.base/ctf-ptype.c: Same.
2658 * gdb.base/long_long.c: Same.
2659 * gdb.dwarf2/dw2-op-out-param.S: Same.
2660 * gdb.python/py-evthreads.c: Same.
2661 * gdb.reverse/i387-stack-reverse.c: Same.
2662 * gdb.trace/tfile.c: Same.
2663 * lib/compiler.c: Same.
2664 * lib/compiler.cc: Same.
2665
158da0d1
TV
26662019-10-25 Tom de Vries <tdevries@suse.de>
2667
2668 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2669 gdb_test_multiple calls.
2670 * gdb.reverse/sigall-reverse.exp: Same.
2671 * gdb.reverse/solib-precsave.exp: Same.
2672 * gdb.reverse/solib-reverse.exp: Same.
2673 * gdb.reverse/until-precsave.exp: Same.
2674 * gdb.reverse/until-reverse.exp: Same.
2675
4ccdfbec
TV
26762019-10-24 Tom de Vries <tdevries@suse.de>
2677
2678 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2679 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2680 kfail using -wrap pattern flag and convenience variable
2681 gdb_test_name.
2682
33d569b7
AB
26832019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2684
2685 * gdb.python/py-progspace.exp: Add tests for the
2686 Progspace.block_for_pc method.
2687
4d0b984b
TT
26882019-10-23 Tom Tromey <tom@tromey.com>
2689
2690 * configure: Rebuild.
2691 * aclocal.m4: Use m4_include, not sinclude.
2692
94cb3754
TV
26932019-10-21 Tom de Vries <tdevries@suse.de>
2694
2695 * gdb.base/infcall-nested-structs.c: Add
2696 __attribute__((noinline,noclone)) to all functions.
2697 (call_all): Add missing variable initialization. Simplify return value.
2698 (breakpt): Increment volatile variable, to prevent call from being
2699 optimized out.
2700 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2701
062f1fc1
TV
27022019-10-17 Tom de Vries <tdevries@suse.de>
2703
2704 * gdb.fortran/module.exp: Allow info variables to print info for files
2705 other than module.f90.
2706
0b54364d
AB
27072019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2708
2709 * gdb.fortran/module.exp: Extend with 'info variables' test.
2710
7ff5fae7
AB
27112019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2712
2713 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2714 F77_FOR_TARGET.
2715
d10eccaa
TV
27162019-10-16 Tom de Vries <tdevries@suse.de>
2717
2718 PR tdep/25096
2719 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2720
745ff14e
TV
27212019-10-16 Tom de Vries <tdevries@suse.de>
2722
2723 PR tdep/24104
2724 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2725 Add KFAIL for PR tdep/25096.
2726
03e1ab94
TV
27272019-10-16 Tom de Vries <tdevries@suse.de>
2728
2729 PR testsuite/25059
2730 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2731
b17fcc10
TV
27322019-10-16 Tom de Vries <tdevries@suse.de>
2733
2734 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2735 as signed.
2736
9223170f
SM
27372019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2738
2739 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2740 one instead of increasing timeout.
2741
d6e76313
TV
27422019-10-13 Tom de Vries <tdevries@suse.de>
2743
2744 PR record/25038
2745 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2746 * gdb.reverse/sigall-reverse.exp: Same.
2747 * gdb.reverse/solib-precsave.exp: Same.
2748 * gdb.reverse/solib-reverse.exp: Same.
2749 * gdb.reverse/step-precsave.exp: Same.
2750 * gdb.reverse/until-precsave.exp: Same.
2751 * gdb.reverse/until-reverse.exp: Same.
2752 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2753
6dfc0041
AA
27542019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2755
2756 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2757 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2758 (cmp_struct_05_01, cmp_struct_static_02_01)
2759 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2760 comparisons.
2761
abcf2cc8
TV
27622019-10-10 Tom de Vries <tdevries@suse.de>
2763
2764 PR testsuite/24888
2765 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2766 gnatlink.
2767
a50faaf6
TV
27682019-10-09 Tom de Vries <tdevries@suse.de>
2769
2770 PR testsuite/25048
2771 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2772
60ff3cd7
AB
27732019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2774
2775 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2776 exceptions due to missing debug information.
2777
dfee8566
TV
27782019-10-07 Tom de Vries <tdevries@suse.de>
2779
2780 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2781
3d63690a
AB
27822019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2783
2784 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2785 * gdb.base/annota1.exp: Update to use gdb_test_name.
2786
30d1f018
WP
27872019-10-07 Weimin Pan <weimin.pan@oracle.com>
2788
2789 * gdb.base/ctf-whatis.exp: New file.
2790 * gdb.base/ctf-whatis.c: New file.
2791 * gdb.base/ctf-ptype.exp: New file.
2792 * gdb.base/ctf-ptype.c: New file.
2793 * gdb.base/ctf-constvars.exp: New file.
2794 * gdb.base/ctf-constvars.c: New file.
2795 * gdb.base/ctf-cvexpr.exp: New file.
2796
4dbbb47c
TV
27972019-10-04 Tom de Vries <tdevries@suse.de>
2798
2799 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2800 for loop.
2801
77c2dba3
TT
28022019-10-03 Tom Tromey <tom@tromey.com>
2803
2804 PR rust/24976:
2805 * gdb.rust/simple.rs (Union2): New type.
2806 (main): Use Union2.
2807 * gdb.rust/simple.exp: Add test.
2808
179aed7f
AB
28092019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2810
2811 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2812 nested function prefix.
2813
0a4b0913
AB
28142019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2815 Richard Bunt <richard.bunt@arm.com>
2816 Andrew Burgess <andrew.burgess@embecosm.com>
2817
2818 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2819 nested functions.
2820 * gdb.fortran/nested-funcs.f90: Update expected results.
2821 * gdb.fortran/nested-funcs-2.exp: New file.
2822 * gdb.fortran/nested-funcs-2.f90: New file.
2823
082cce05
AB
28242019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2825
2826 * gdb.python/py-parameter.exp: Make test names unique.
2827 * gdb.python/py-template.exp: Likewise.
2828 * gdb.python/py-value.exp: Likewise.
2829
2b74ba5a
AB
28302019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2831
2832 * gdb.base/break-interp.exp: Reduce test name duplication.
2833 * gdb.base/call-sc.exp: Likewise.
2834 * gdb.base/callfuncs.exp: Likewise.
2835 * gdb.base/charset.exp: Likewise.
2836 * gdb.base/dump.exp: Likewise.
2837 * gdb.base/ena-dis-br.exp: Likewise.
2838 * gdb.base/relational.exp: Likewise.
2839 * gdb.base/step-over-syscall.exp: Likewise.
2840 * gdb.base/structs.exp: Likewise.
2841
58eb20d5
AB
28422019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2843
2844 * gdb.linespec/explicit.exp: Make test names unique.
2845 * gdb.linespec/ls-errs.exp: Likewise.
2846
4d421147
AB
28472019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2848
2849 * gdb.reverse/break-precsave.exp: Make test names unique.
2850 * gdb.reverse/break-reverse.exp: Likewise.
2851 * gdb.reverse/finish-precsave.exp: Likewise.
2852 * gdb.reverse/finish-reverse.exp: Likewise.
2853 * gdb.reverse/machinestate-precsave.exp: Likewise.
2854 * gdb.reverse/machinestate.exp: Likewise.
2855 * gdb.reverse/readv-reverse.exp: Likewise.
2856 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2857 * gdb.reverse/sigall-precsave.exp: Likewise.
2858 * gdb.reverse/sigall-reverse.exp: Likewise.
2859 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2860 * gdb.reverse/watch-precsave.exp: Likewise.
2861 * gdb.reverse/watch-reverse.exp: Likewise.
2862
d8c06f22
AB
28632019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2864
2865 * gdb.threads/stop-with-handle.c: New file.
2866 * gdb.threads/stop-with-handle.exp: New file.
2867
3a56ed86
TV
28682019-10-03 Tom de Vries <tdevries@suse.de>
2869
2870 PR testsuite/25059
2871 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2872 directory" line to be missing.
2873
42275044
TV
28742019-10-03 Tom de Vries <tdevries@suse.de>
2875
2876 PR testsuite/25059
2877 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2878 type optional.
2879
9ef62df0
AA
28802019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2881
2882 * gdb.python/py-format-string.c (string.h): New include.
2883 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2884 the same value, for endianness-independence.
2885 * gdb.python/py-format-string.exp (default_regexp_dict)
2886 (test_pretty_structs, test_format): Adjust expected output to the
2887 changed initialization.
2888
37f6a7f4
TT
28892019-10-02 Tom Tromey <tromey@adacore.com>
2890
2891 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2892
1d58d6a2
PA
28932019-10-02 Pedro Alves <palves@redhat.com>
2894 Andrew Burgess <andrew.burgess@embecosm.com>
2895
2896 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2897 "print-file-var.h".
2898 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2899 (get_version_1): Print this_version_id and its address.
2900 Add extern "C" wrappers around interface functions.
2901 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2902 "print-file-var.h".
2903 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2904 (get_version_2): Print this_version_id and its address.
2905 Add extern "C" wrappers around interface functions.
2906 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2907 <stddef.h> and "print-file-var.h".
2908 Add extern "C" wrappers around interface functions.
2909 [VERSION_ID_MAIN] (this_version_id): Define.
2910 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2911 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2912 up extern "C" blocks.
2913 * gdb.base/print-file-var.exp (test): New, factored out from top
2914 level.
2915 (top level): Test all combinations of attribute hidden or not,
2916 dlopen or not, and this_version_id symbol in main file or not.
2917 Compile tests as both C++ and C, make test names unique.
2918
d770d56f
TT
29192019-10-01 Tom Tromey <tom@tromey.com>
2920
2921 * gdb.base/style.exp: Test "show logging filename".
2922
7f6aba03
TT
29232019-10-01 Tom Tromey <tom@tromey.com>
2924
2925 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2926 * gdb.base/style.exp: Add metadata style test.
2927
14309bb6
TT
29282019-10-01 Tom Tromey <tom@tromey.com>
2929
2930 * gdb.base/style.exp: Test "pwd".
2931
2a3c1174
PA
29322019-10-01 Tom Tromey <tom@tromey.com>
2933
2934 * gdb.base/style.exp: Update tests.
2935
53d666ec
AA
29362019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2937
2938 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2939 'six' to unsigned.
2940 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2941 'five'. Use an all-ones bit pattern for each.
2942 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2943 to its changed values.
2944
4a56a520
TT
29452019-09-30 Tom Tromey <tromey@adacore.com>
2946
2947 * gdb.rust/traits.rs: Disable all warnings.
2948
0df0352a
TV
29492019-09-29 Tom de Vries <tdevries@suse.de>
2950
aac66a4c 2951 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 2952
73d9a918
TV
29532019-09-29 Tom de Vries <tdevries@suse.de>
2954
2955 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2956
060b3ab4
TV
29572019-09-27 Tom de Vries <tdevries@suse.de>
2958
2959 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2960
68f7d34d
TV
29612019-09-27 Tom de Vries <tdevries@suse.de>
2962
2963 PR record/23188
2964 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2965
5d63b30a
TT
29662019-09-26 Tom Tromey <tromey@adacore.com>
2967
2968 * gdb.ada/py_taft.exp: New file.
2969 * gdb.ada/py_taft/main.adb: New file.
2970 * gdb.ada/py_taft/pkg.adb: New file.
2971 * gdb.ada/py_taft/pkg.ads: New file.
2972
3d435220
TV
29732019-09-24 Tom de Vries <tdevries@suse.de>
2974
2975 PR gdb/24598
2976 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2977
77d03678
TV
29782019-09-22 Tom de Vries <tdevries@suse.de>
2979
2980 * gdb.base/restore.exp: Allow register variables to be optimized out at
2981 -O0.
2982
abf516c6
UW
29832019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2984
2985 * gdb.arch/spu-info.exp: Remove file.
2986 * gdb.arch/spu-info.c: Remove file.
2987 * gdb.arch/spu-ls.exp: Remove file.
2988 * gdb.arch/spu-ls.c: Remove file.
2989
2990 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2991 * gdb.asm/spu.inc: Remove file.
2992
2993 * gdb.base/dump.exp: Remove support for spu*-*-*.
2994 * gdb.base/stack-checking.exp: Likewise.
2995 * gdb.base/overlays.exp: Likewise.
2996 * gdb.base/ovlymgr.c: Likewise.
2997 * gdb.base/spu.ld: Remove file.
2998
2999 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3000 * gdb.cp/cpexprs.exp: Likewise.
3001 * gdb.cp/exception.exp: Likewise.
3002 * gdb.cp/gdb2495.exp: Likewise.
3003 * gdb.cp/mb-templates.exp: Likewise.
3004 * gdb.cp/pr9167.exp: Likewise.
3005 * gdb.cp/userdef.exp: Likewise.
3006
3007 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3008
3009 * gdb.cell: Remove directory.
3010 * lib/cell.exp: Remove file.
3011
e452e88f
TV
30122019-09-19 Tom de Vries <tdevries@suse.de>
3013
3014 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3015
8a625130
TV
30162019-09-19 Tom de Vries <tdevries@suse.de>
3017
3018 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3019
81dc3ab5
TV
30202019-09-19 Tom de Vries <tdevries@suse.de>
3021
3022 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3023 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3024 (gdb_target_cmd): ... here.
3025 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3026 value 2.
3027
b078f3ac
AB
30282019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3029
3030 * gdb.base/source-dir.exp: Avoid having directory names in test
3031 names.
3032
f1b620e9
MG
30332019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3034
3035 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3036 directory.
3037
67f3ed6a
AB
30382019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3039
3040 * gdb.base/list-missing-source.exp: New file.
3041
d1b70248
TV
30422019-09-14 Tom de Vries <tdevries@suse.de>
3043
3044 PR teststuite/24599
3045 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3046 * lib/ada.exp (gnatmake_version_at_least): New proc.
3047
5fabdcd6
AB
30482019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3049
3050 * gdb.base/maint.exp: Use exec_has_index_section.
3051
aa17805f
AB
30522019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3053
3054 * gdb.base/maint.exp: Add test for 'maint info sections'.
3055
25e5c209
TV
30562019-09-12 Tom de Vries <tdevries@suse.de>
3057
3058 * gdb.base/store.exp: Allow register variables to be optimized out at
3059 -O0.
3060
4993045d
PW
30612019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3062
3063 * gdb.ada/rdv_wait.exp: Update to new task names.
3064 * gdb.base/task_switch_in_core.exp: Likewise.
3065 * gdb.base/info_sources_base.c: Likewise.
3066
8a516164
TT
30672019-09-10 Tom Tromey <tromey@adacore.com>
3068
3069 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3070
aa391654
TT
30712019-09-10 Tom Tromey <tromey@adacore.com>
3072
3073 * gdb.ada/dgopt.exp: New file.
3074 * gdb.ada/dgopt/x.adb: New file.
3075
8634b462
TT
30762019-09-08 Tom Tromey <tom@tromey.com>
3077
3078 * gdb.tui/resize.exp: Remove setup_xfail.
3079 * gdb.tui/regs.exp: Remove setup_xfail.
3080 * gdb.tui/basic.exp: Remove setup_xfail.
3081
736b0f76
DB
30822019-09-06 David Blaikie <dblaikie@gmail.com>
3083
3084 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3085 * gdb.cp/cplabel.exp: Ditto.
3086 * gdb.linespec/ls-errs.exp: Ditto.
3087
30331a6c
TV
30882019-09-05 Tom de Vries <tdevries@suse.de>
3089
3090 * lib/gdb.exp (cmp_file_string): New proc.
3091 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3092 runto_main. Verify save breakpoints output.
3093
98b0ebab
PW
30942019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3095
3096 * gdb.base/info-var.exp: Test info variables without running
3097 to main, to avoid expect's buffer overflow.
3098
4e962e74
TT
30992019-09-03 Tom Tromey <tromey@adacore.com>
3100
3101 * gdb.ada/bias.exp: New file.
3102 * gdb.ada/bias/bias.adb: New file.
3103 * gdb.ada/print_chars.exp: Add regression test.
3104 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3105 (MC): New variable.
3106
2ea1a07a
SL
31072019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3108
3109 * gdb.base/argv0-symlink.exp: Run only on native target
3110 and local host.
3111
8077c50d
TV
31122019-08-29 Tom de Vries <tdevries@suse.de>
3113
3114 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3115 diverse debug info.
3116 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3117
48352473
TV
31182019-08-28 Tom de Vries <tdevries@suse.de>
3119
3120 * gdb.base/info-var.exp: Allow info variables to print info for files
3121 other than info-var-f1.c and info-var-f2.c.
3122
d8f27c60
AB
31232019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3124
3125 * gdb.fortran/info-types.exp: Add module.
3126 * gdb.fortran/info-types.f90: Update expected results.
3127
1f20c35e
AB
31282019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3129
3130 * gdb.fortran/info-types.exp: New file.
3131 * gdb.fortran/info-types.f90: New file.
3132 * lib/fortran.exp (fortran_character1): New proc.
3133
4acfdd20
AB
31342019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3135
3136 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3137 functions'. Reindent as needed.
3138 * gdb.base/info-var-f1.c: New file.
3139 * gdb.base/info-var-f2.c: New file.
3140 * gdb.base/info-var.exp: New file.
3141 * gdb.base/info-var.h: New file.
3142
5c31b358
TV
31432019-08-26 Tom de Vries <tdevries@suse.de>
3144
3145 PR c++/24852
3146 * gdb.cp/no-libstdcxx-probe.exp: New test.
3147
b694989f
TV
31482019-08-26 Tom de Vries <tdevries@suse.de>
3149
3150 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3151 * tests need to be skipped.
3152 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3153 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3154 mi_skip_libstdcxx_probe_tests.
3155
d9c4ba53
SDJ
31562019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3157
3158 * gdb.python/py-xmethods.exp: Use raw strings when passing
3159 arguments to SimpleXMethodMatcher.
3160
395fad09
TV
31612019-08-22 Tom de Vries <tdevries@suse.de>
3162
3163 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3164 more informative.
3165
26c957f1
PA
31662019-08-21 Pedro Alves <palves@redhat.com>
3167
3168 * gdb.base/with.exp: Test "with" with no arguments.
3169
61f80d5d
TV
31702019-08-21 Tom de Vries <tdevries@suse.de>
3171
3172 * gdb.base/gdb-caching-proc.exp: Sort files.
3173
d7a11d13
TV
31742019-08-20 Tom de Vries <tdevries@suse.de>
3175
3176 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3177 compilation.
3178
34dafe9f
TV
31792019-08-16 Tom de Vries <tdevries@suse.de>
3180
3181 * gdb.base/compare-sections.exp ("after run to main"): Allow
3182 mismatched read-only sections for PIE executables.
3183
398fdd60
TT
31842019-08-16 Tom Tromey <tom@tromey.com>
3185
3186 * lib/tuiterm.exp (_csi_Z): New proc.
3187 * gdb.tui/basic.exp: Update window positions.
3188 * gdb.tui/empty.exp: Update window positions.
3189
d8f9e51c
SL
31902019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3191
3192 * gdb.base/examine-backward.exp: Correct regexp for
3193 "examine 3 bytes backward from ${address_zero}".
3194
3df505f6
TT
31952019-08-15 Tom Tromey <tom@tromey.com>
3196
3197 * gdb.tui/empty.exp: Enable resizing tests.
3198
272560b5
TT
31992019-08-15 Tom Tromey <tromey@adacore.com>
3200
3201 * gdb.ada/char_enum.exp: Add regression tests.
3202 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3203 and '0'.
3204 (Char, Gchar): Update.
3205 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3206
08235187
CB
32072019-08-15 Christian Biesinger <cbiesinger@google.com>
3208
3209 * gdb.python/python.exp: Expect a leading underscore on
3210 GdbOutput{,Error}File.
3211
22a2ab04
SL
32122019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3213
3214 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3215 Windows host.
3216
835b995b
SL
32172019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3218
3219 * gdb.base/batch-preserve-term-settings.exp
3220 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3221
97dd8e07
CB
32222019-08-15 Christian Biesinger <cbiesinger@google.com>
3223
3224 * lib/gdb.exp: When running on a mingw target, replace
3225 /x/ with x:/.
3226
75faf5c4
AH
32272019-08-14 Alan Hayward <alan.hayward@arm.com>
3228
3229 * gdb.arch/aarch64-prologue.c: New test.
3230 * gdb.arch/aarch64-prologue.exp: New file.
3231
abc6c00f
TV
32322019-08-13 Tom de Vries <tdevries@suse.de>
3233
3234 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3235 Thread.
3236
74c2c1f4
SL
32372019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3238
3239 * gdb.python/py-completion.exp: Download the .py file to the host
3240 and use its host pathname. Conditionalize tests that use
3241 tab completion and manipulate files on the build machine.
3242 * gdb.python/py-events.exp: Download the .py file to the host
3243 and use its host pathname.
3244 * gdb.python/py-evsignal.exp: Likewise.
3245 * gdb.python/py-evthreads.exp: Likewise.
3246 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3247 pathname syntax.
3248 * gdb.python/py-framefilter.exp: Download the .py file to the right
3249 place on the host. Match Windows pathname syntax.
3250 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3251 .py file to the host and use its host pathname.
3252 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3253 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3254 build pathname. Skip symlink test on Windows host. Add missing
3255 newline at end of file.
3256 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3257 and use its host pathname.
3258 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3259 * gdb.python/py-section-script.exp: Use host location of binfile
3260 on safe-path. Use correct path separator on Windows host.
3261 Reorder alternatives in gdb_test_multiple to prevent matching
3262 the wrong alternative on success.
3263 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3264
ca2589f3
PP
32652019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3266
3267 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3268 expect the GDB inferior to no longer immediately stop after
3269 being resumed with "signal SIGINT".
3270
020a839d
SL
32712019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3272
3273 * gdb.linespec/break-ask.exp: Generalize regexps to match
3274 Windows pathnames too.
3275
128d6509
TV
32762019-08-08 Tom de Vries <tdevries@suse.de>
3277
3278 PR testsuite/24862
3279 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3280
590042fc
PW
32812019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3282
3283 * gdb.base/style.exp: Update tests for help doc new invariants.
3284 * gdb.base/help.exp: Likewise.
3285
046bebe1
TT
32862019-08-06 Tom Tromey <tom@tromey.com>
3287
3288 * gdb.base/style.exp: Add disassemble test.
3289 * gdb.base/style.c (some_called_function): New function.
3290 (main): Use it.
3291
0b27c27d
CB
32922019-08-05 Christian Biesinger <cbiesinger@google.com>
3293
3294 * gdb.python/py-block.exp: Test dictionary access on blocks.
3295
580f1034
SM
32962019-08-05 Simon Marchi <simon.marchi@efficios.com>
3297
3298 PR gdb/24863
3299 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3300 -list-thread-groups --available test when running under
3301 check-read1.
3302
d86bd7cb
TV
33032019-08-05 Tom de Vries <tdevries@suse.de>
3304
3305 PR testsuite/24863
3306 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3307 * gdb.base/help.exp: Use with_read1_timeout_factor.
3308 * gdb.base/info-macros.exp: Same.
3309 * gdb.cp/nested-types.exp: Same.
3310
a80cf5d8
TV
33112019-08-05 Tom de Vries <tdevries@suse.de>
3312
3313 * lib/gdb.exp (version_at_least): Factor out of ...
3314 (tcl_version_at_least): ... here.
3315 (gdb_compile): Fail if pie results in non-PIE executable.
3316 (readelf_version, readelf_prints_pie): New proc.
3317 (exec_is_pie): Return -1 if unknown.
3318
d0962838
TV
33192019-08-05 Tom de Vries <tdevries@suse.de>
3320
3321 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3322
2252ff3d
SL
33232019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3324
3325 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3326
26655f53
SL
33272019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3328
3329 * lib/completion-support.exp (test_gdb_complete_none): Skip
3330 tab completion tests if no readline support.
3331 (test_gdb_complete_unique_re): Likewise.
3332 (test_gdb_complete_multiple): Likewise.
3333
db4dc13e
PW
33342019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3335
3336 * gdb.base/info_sources.exp: New file.
3337 * gdb.base/info_sources.c: New file.
3338 * gdb.base/info_sources_base.c: New file.
3339
0eba165a
PFC
33402019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3341
3342 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3343 prefix argument.
3344 (test_exit_status): Add prefix argument.
3345
59bd512b
TV
33462019-08-01 Tom de Vries <tdevries@suse.de>
3347
3348 PR testsuite/24863
3349 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3350 calling exp_continue for new thread and thread exited messages.
3351
2a3ad588
TV
33522019-08-01 Tom de Vries <tdevries@suse.de>
3353
3354 PR testsuite/24863
3355 * gdb.base/structs.exp: Fix check-read1 timeout using
3356 gdb_test_sequence.
3357 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3358
117eb594
TV
33592019-08-01 Tom de Vries <tdevries@suse.de>
3360
3361 PR testsuite/24863
3362 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3363 line.
3364
ed591340
TV
33652019-08-01 Tom de Vries <tdevries@suse.de>
3366
3367 PR testsuite/24863
3368 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3369
aa3b6533
TT
33702019-07-30 Tom Tromey <tromey@adacore.com>
3371
3372 * gdb.ada/display_nested.exp: New file.
3373 * gdb.ada/display_nested/foo.adb: New file.
3374 * gdb.ada/display_nested/pack.adb: New file.
3375 * gdb.ada/display_nested/pack.ads: New file.
3376
2906593f
CB
33772019-07-30 Christian Biesinger <cbiesinger@google.com>
3378
3379 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3380 namespace.
3381 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3382
0f575925
TV
33832019-07-30 Tom de Vries <tdevries@suse.de>
3384
3385 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3386 instead.
3387
b13057d9
TV
33882019-07-30 Tom de Vries <tdevries@suse.de>
3389
3390 PR testsuite/24834
3391 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3392 (exec_is_pie): New proc.
3393
5c4dde85
CB
33942019-07-29 Christian Biesinger <cbiesinger@google.com>
3395
3396 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3397
c620ed88
CB
33982019-07-29 Christian Biesinger <cbiesinger@google.com>
3399
3400 * gdb.python/py-objfile.c: Add global and static vars.
3401 * gdb.python/py-objfile.exp: Test new functions Objfile.
3402 lookup_global_symbol and lookup_static_symbol.
3403
3d235706
TT
34042019-07-29 Tom Tromey <tom@tromey.com>
3405
3406 * lib/tuiterm.exp (Term::_csi_@): New proc.
3407 (Term::_csi_X): Don't move cursor.
3408
c7e4c0a6
PW
34092019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3410
3411 * gdb.base/options.exp: Update backtrace - completion to
3412 new option -frame-info.
3413 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3414 Test new 'set print frame-info'. Test backtrace -frame-info
3415 overriding 'set print frame-info'.
3416 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3417 Test new 'set print frame-info'.
3418 Verify consistency of backtrace with and without filters, with and
3419 without -no-filters.
3420 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3421 default.
3422
de28a3b7
TV
34232019-07-29 Tom de Vries <tdevries@suse.de>
3424
3425 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3426 no arguments".
3427
507dd60e
TV
34282019-07-29 Tom de Vries <tdevries@suse.de>
3429
3430 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3431 is a substring of the first for "complete non-unique file name".
3432
5beafce9
TV
34332019-07-29 Tom de Vries <tdevries@suse.de>
3434
3435 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3436 with ".*".
3437
2d274232
TV
34382019-07-29 Tom de Vries <tdevries@suse.de>
3439
3440 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3441 Pass prompt_regexp parameter to gdb_test_multiple calls.
3442
9197cd8b
TV
34432019-07-29 Tom de Vries <tdevries@suse.de>
3444
3445 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3446 print registers" regexps.
9197cd8b 3447
b528dae0
TV
34482019-07-29 Tom de Vries <tdevries@suse.de>
3449
3450 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3451
d17725d7
TV
34522019-07-29 Tom de Vries <tdevries@suse.de>
3453
3454 PR gdb/24855
3455 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3456 (skip_python_tests_prompt): Add prompt_regexp argument to
3457 gdb_test_multiple calls.
3458
52b75bf1
TT
34592019-07-27 Tom Tromey <tom@tromey.com>
3460
3461 * gdb.tui/main.exp: New file.
3462
2b1d00c2
TT
34632019-07-27 Tom Tromey <tom@tromey.com>
3464
3465 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3466 optional.
3467 * gdb.tui/empty.exp: New file.
3468
ded631d5
TT
34692019-07-27 Tom Tromey <tom@tromey.com>
3470
3471 * lib/tuiterm.exp (spawn): New proc.
3472 (Term::resize): New proc.
3473 * gdb.tui/resize.exp: New file.
3474
58ac439d
TT
34752019-07-27 Tom Tromey <tom@tromey.com>
3476
3477 * gdb.tui/list.exp: New file.
3478
fe1f56ee
TT
34792019-07-27 Tom Tromey <tom@tromey.com>
3480
3481 * gdb.tui/regs.exp: New file.
3482
f790b310
TT
34832019-07-27 Tom Tromey <tom@tromey.com>
3484
3485 * gdb.tui/basic.exp: Add "layout split" test.
3486
d95fc6ee
TT
34872019-07-27 Tom Tromey <tom@tromey.com>
3488
3489 * gdb.tui/basic.exp: Add "layout asm" test.
3490
c3786b3a
TT
34912019-07-27 Tom Tromey <tom@tromey.com>
3492
3493 * lib/tuiterm.exp: New file.
3494 * gdb.tui/basic.exp: New file.
3495
98a617f8
KB
34962019-07-27 Kevin Buettner <kevinb@redhat.com>
3497
3498 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3499 Enable tests associated with this flag. Adjust regex
3500 referencing "foo_low" to now refer to "foo_cold" instead.
3501
5c076da4
KB
35022019-07-27 Kevin Buettner <kevinb@redhat.com>
3503
3504 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3505 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3506 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3507 foo_cold. Revise comments to match.
3508 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3509 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3510 were wrapped into this proc; Call do_test in loop from outermost
3511 level.
3512 (foo_low): Rename all occurrences to "foo_cold".
3513 (backtrace from baz): New test.
3514 (x2/i foo_cold): New test.
3515 (info line *foo_cold): New test.
3516
1512d3b7
TV
35172019-07-26 Tom de Vries <tdevries@suse.de>
3518
3519 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3520
297989a1
TV
35212019-07-25 Tom de Vries <tdevries@suse.de>
3522
3523 PR testsuite/24830
3524 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3525 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3526 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3527 (skip_libstdcxx_probe_tests): ... here.
3528 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3529
b3b965fb
TV
35302019-07-24 Tom de Vries <tdevries@suse.de>
3531
3532 PR testsuite/24807
3533 * gdb.objc/basicclass.m: Include stdio.h.
3534 * gdb.objc/nondebug.m: Same.
3535 * gdb.objc/objcdecode.m: Same.
3536
4625b4d0
TV
35372019-07-24 Tom de Vries <tdevries@suse.de>
3538
3539 PR testsuite/24612
3540 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3541 additional_flags.
3542
024a5840
TV
35432019-07-24 Tom de Vries <tdevries@suse.de>
3544
3545 PR testsuite/24831
3546 * gdb.multi/tids.exp: Update error messages for info threads.
3547
c76ddaa3
TV
35482019-07-24 Tom de Vries <tdevries@suse.de>
3549
3550 * gdb.base/info-types.exp: Allow info types to print info for more than
3551 one file.
3552
9a618ef6
TV
35532019-07-23 Tom de Vries <tdevries@suse.de>
3554
3555 PR testsuite/24842
3556 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3557 gdb_spawn_with_cmdline_opts.
3558
40eadf04
SP
35592019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3560
3561 * gdb.arch/arm-cmse-sgstubs.c: New test.
3562 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3563
5ba29434
TV
35642019-07-23 Tom de Vries <tdevries@suse.de>
3565
3566 PR testsuite/24711
3567 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3568 issuing next command.
3569
a8e9d247
AB
35702019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3571
3572 * gdb.ada/info_auto_lang.exp: Update expected results.
3573 * gdb.base/info-types.c: Add additional types to check.
3574 * gdb.base/info-types.exp: Update expected results.
3575
eb86c5e2
AB
35762019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3577
3578 * gdb.base/info-types.c: New file.
3579 * gdb.base/info-types.exp: New file.
3580
01e175fe
AB
35812019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3582
3583 * gdb.arch/riscv-bp-infcall.c: New file.
3584 * gdb.arch/riscv-bp-infcall.exp: New file.
3585
6b78c3f8
AB
35862019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3587
3588 PR breakpoints/24541
3589 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3590
da738167
TV
35912019-07-14 Tom de Vries <tdevries@suse.de>
3592
3593 PR testsuite/24760
3594 * gdb.objc/basicclass.exp: Fix unterminated string.
3595
0d4e84ed
AB
35962019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3597 Andrew Burgess <andrew.burgess@embecosm.com>
3598
3599 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3600 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3601 negative bounds.
3602 * gdb.fortran/vla-value.exp: Print elements of an array with
3603 negative bounds.
3604 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3605 testing.
3606
021d8588
AB
36072019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3608
3609 * gdb.base/options.exp (expect_string): Dequote strings in
3610 results.
3611 (test-string): Test strings with different quoting and reindent.
3612
f06f1252
TT
36132019-07-10 Tom Tromey <tromey@adacore.com>
3614
3615 * gdb.ada/mi_ex_cond.exp: Update expected results.
3616 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3617 * gdb.ada/mi_catch_ex.exp: Update expected results.
3618 * gdb.ada/mi_catch_assert.exp: Update expected results.
3619 * gdb.ada/catch_ex.exp (catch_exception_info)
3620 (catch_exception_entry, catch_assert_entry)
3621 (catch_unhandled_entry): Update.
3622 * gdb.ada/catch_assert_if.exp: Update expected results.
3623
b863685d
RB
36242019-07-10 Richard Bunt <richard.bunt@arm.com>
3625 Stephen Roberts <stephen.roberts@arm.com>
3626
3627 * gdb.base/define.exp: Restore original prompt.
3628
cb1e4e32
PA
36292019-07-09 Pedro Alves <palves@redhat.com>
3630
3631 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3632 breakpoints" output.
3633 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3634 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3635 throw" creates breakpoint.
3636 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3637 'type="catchpoint"'.
3638
b58a68fe
PA
36392019-07-09 Pedro Alves <palves@redhat.com>
3640
3641 PR c++/15468
3642 * gdb.cp/except-multi-location-lib.cc: New.
3643 * gdb.cp/except-multi-location-main.cc: New.
3644 * gdb.cp/except-multi-location.exp: New.
3645
0826779b
PW
36462019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3647
3648 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3649 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3650 argument and update callers.
3651
5b0e2db4
AB
36522019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3653
3654 * gdb.arch/amd64-break-on-asm-line.S: New file.
3655 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3656
1f6f6e21
PW
36572019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3658
3659 * gdb.base/printcmds.exp: Test printing C string and
3660 C wide string convenience vars without transiting via the inferior.
3661 Also make test names unique.
3662
ea142fbf
AH
36632019-07-08 Alan Hayward <alan.hayward@arm.com>
3664
5862c886 3665 PR breakpoints/25011
ea142fbf
AH
3666 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3667
213fd9fa
PA
36682019-07-04 Pedro Alves <palves@redhat.com>
3669
3670 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3671 body returned ok(0), break(3) or continue(4).
3672 * gdb.testsuite/foreach_with_prefix.exp: New file.
3673
2b40fda7
AH
36742019-07-04 Alan Hayward <alan.hayward@arm.com>
3675
3676 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3677
a26c8de0
PA
36782019-07-03 Pedro Alves <palves@redhat.com>
3679
3680 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3681 "return -code".
3682
5f4ba3e7
PA
36832019-07-03 Pedro Alves <palves@redhat.com>
3684
3685 PR cli/24732
3686 * gdb.base/shell.exp: Load completion-support.exp.
3687 Adjust expected error output. Add completion tests.
3688
a994424f
PA
36892019-07-03 Pedro Alves <palves@redhat.com>
3690
3691 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3692 string_to_regexp.
3693
3d9be6f5
PA
36942019-07-03 Pedro Alves <palves@redhat.com>
3695
3696 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3697 (expect_integer): Adjust to expect "-string".
3698 (expect_string): New.
3699 (all_options): Expect "-string".
3700 (test-flag, test-boolean): Adjust to expect "-string".
3701 (test-string): New proc.
3702 (top level): Call it.
3703
41fc454c
PA
37042019-07-03 Pedro Alves <palves@redhat.com>
3705
3706 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3707 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3708 the expected output in the success.
3709
b2b2a215
PA
37102019-07-03 Pedro Alves <palves@redhat.com>
3711
3712 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3713 Split one gdb_test_multiple call in two to avoid a race.
3714
fdbc9870
PA
37152019-07-03 Pedro Alves <palves@redhat.com>
3716
3717 * gdb.base/with.c: New file.
3718 * gdb.base/with.exp: New file.
3719
c6ac8931
PA
37202019-07-03 Pedro Alves <palves@redhat.com>
3721
3722 * gdb.base/settings.exp: Replace all references to "maint
3723 test-settings set" with references to "maint set test-settings",
3724 and all references to "maint test-settings show" with references
3725 to "maint show test-settings".
3726
970f9d09
PA
37272019-07-03 Pedro Alves <palves@redhat.com>
3728
3729 * gdb.base/settings.exp (test-string): Adjust expected out when
3730 testing "maint test-settings show filename"
3731
54d66006
PA
37322019-07-02 Pedro Alves <palves@redhat.com>
3733
3734 * gdb.base/options.exp (test-info-threads): New procedure.
3735 (top level): Call it.
3736
10d06d82
TT
37372019-06-28 Tom Tromey <tromey@adacore.com>
3738
3739 * gdb.dwarf2/ada-linkage-name.c: New file.
3740 * gdb.dwarf2/ada-linkage-name.exp: New file.
3741
3d507ff2
TT
37422019-06-27 Tom Tromey <tromey@adacore.com>
3743
d039f014 3744 PR c++/20020:
3d507ff2
TT
3745 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3746
8af58ffe
TV
37472019-06-26 Tom de Vries <tdevries@suse.de>
3748
3749 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3750
22e21752
TV
37512019-06-26 Tom de Vries <tdevries@suse.de>
3752
3753 * gdb.base/index-cache.exp: Add back missing debug option.
3754
b65b566c
PW
37552019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3756
3757 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3758
5c2c8c69
TV
37592019-06-25 Tom de Vries <tdevries@suse.de>
3760
3761 PR testsuite/24727
3762 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3763
164e3873
TV
37642019-06-24 Tom de Vries <tdevries@suse.de>
3765
3766 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3767
824eacee
TV
37682019-06-24 Tom de Vries <tdevries@suse.de>
3769
3770 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3771 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3772 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3773
385b97d3
TV
37742019-06-24 Tom de Vries <tdevries@suse.de>
3775
3776 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3777
c596f180
TV
37782019-06-21 Tom de Vries <tdevries@suse.de>
3779
3780 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3781
b13a7d03
TV
37822019-06-21 Tom de Vries <tdevries@suse.de>
3783
3784 PR testsuite/24518
3785 PR ada/24713
3786 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3787 index.
3788
899277ae
TT
37892019-06-19 Tom Tromey <tromey@adacore.com>
3790
3791 * gdb.ada/length_cond.exp: Add intro comment.
3792
680e1bee
TT
37932019-06-19 Tom Tromey <tromey@adacore.com>
3794
3795 * gdb.ada/length_cond.exp: New file.
3796 * gdb.ada/length_cond/length_cond.adb: New file.
3797 * gdb.ada/length_cond/pck.adb: New file.
3798 * gdb.ada/length_cond/pck.ads: New file.
3799
0ed4690a
TV
38002019-06-18 Tom de Vries <tdevries@suse.de>
3801
3802 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3803
d20ed5fd
TT
38042019-06-18 Tom Tromey <tromey@adacore.com>
3805
3806 * gdb.base/list0.h: Add comment explaining control character.
3807
86e04673
TV
38082019-06-18 Tom de Vries <tdevries@suse.de>
3809
3810 * boards/fission.exp: Break up long debug_flags line.
3811
c4973306
SM
38122019-06-16 Tom de Vries <tdevries@suse.de>
3813
3814 PR gdb/24445
3815 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3816 generated index.
3817
93cb9841
AB
38182019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3819
3820 PR gdb/24686
3821 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3822 improve detection of bug gdb/24541.
3823
399aaebd
SM
38242019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3825
3826 PR gdb/24669
3827 * gdb.base/index-cache.exp (uses_readnow,
3828 expecting_index_cache_use): Define global variable.
3829 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3830 expecting_index_cache_use.
3831
584a927c
AB
38322019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3833 Andrew Burgess <andrew.burgess@embecosm.com>
3834
3835 * gdb.fortran/pointers.f90: New file.
3836 * gdb.fortran/print_type.exp: New file.
3837 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3838 * gdb.fortran/vla-type.exp: Likewise.
3839 * gdb.fortran/vla-value.exp: Likewise.
3840 * gdb.mi/mi-vla-fortran.exp: Likewise.
3841
30056ea0
AB
38422019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3843
3844 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3845 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3846 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3847 as a stop reason.
3848
ec8e2b6d
AB
38492019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3850
3851 * gdb.base/annota1.exp: Update expected results.
3852 * gdb.cp/annota2.exp: Likewise.
3853 * gdb.cp/annota3.exp: Likewise.
3854
09e4c4e1
AB
38552019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3856
3857 * gdb.base/style-logging.exp: Remove path from test name.
3858
0735b091
TT
38592019-06-14 Tom Tromey <tromey@adacore.com>
3860
3861 PR gdb/24502:
3862 * gdb.base/style-logging.exp: New file.
3863
f5686554
TT
38642019-06-14 Tom Tromey <tromey@adacore.com>
3865
3866 * gdb.base/symfile-warn.exp: New file.
3867 * gdb.base/symfile-warn.c: New file.
3868
a0c1ffed
TT
38692019-06-14 Tom Tromey <tromey@adacore.com>
3870
3871 * gdb.base/annotate-symlink.exp: New file.
3872
f411722c
TT
38732019-06-14 Tom Tromey <tromey@adacore.com>
3874
3875 * gdb.ada/set_wstr.exp: Add reassignment test.
3876
4268ec18
TT
38772019-06-14 Tom Tromey <tromey@adacore.com>
3878
3879 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3880 'unchecked_access and 'unrestricted_access as well.
3881
9a9e394b
TT
38822019-06-14 Tom Tromey <tromey@adacore.com>
3883
3884 PR ada/24539:
3885 * gdb.ada/vla.exp: Update tests.
3886 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3887 pragma.
3888
4c048731
PA
38892019-06-13 Pedro Alves <palves@redhat.com>
3890
3891 * gdb.base/settings.exp (test-integer): Test junk after
3892 "unlimited".
3893
6665660a
PA
38942019-06-13 Pedro Alves <palves@redhat.com>
3895
3896 * gdb.base/options.exp (test-thread-apply): New.
3897 (top level): Call it.
3898
5d707134
PA
38992019-06-13 Pedro Alves <palves@redhat.com>
3900
3901 * gdb.base/options.exp (test-frame-apply): New.
3902 (top level): Test print commands with different "frame apply"
3903 prefixes.
3904
e2a689da
PA
39052019-06-13 Pedro Alves <palves@redhat.com>
3906
e79be6e5 3907 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
3908 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3909 'max_completions' parameter and handle it.
3910 (test_gdb_completion_offers_commands): New.
3911
90a1ef87
PA
39122019-06-13 Pedro Alves <palves@redhat.com>
3913
3914 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3915
d4c16835
PA
39162019-06-13 Pedro Alves <palves@redhat.com>
3917
3918 * gdb.base/options.exp (test-backtrace): New.
3919 (top level): Call it.
3920
2daf894e
PA
39212019-06-13 Pedro Alves <palves@redhat.com>
3922
3923 * gdb.guile/scm-frame-args.exp: Use "set print
3924 raw-frame-arguments" instead of "set print raw frame-arguments".
3925 * gdb.python/py-frame-args.exp: Likewise.
3926
e6ed716c
PA
39272019-06-13 Pedro Alves <palves@redhat.com>
3928
3929 * gdb.compile/compile.exp: Adjust expected output to option
3930 processing changes.
3931
7d8062de
PA
39322019-06-13 Pedro Alves <palves@redhat.com>
3933
3934 * gdb.base/options.exp: Build executable.
3935 (test-print): New procedure.
3936 (top level): Call it, once for "print" and another for "compile
3937 print".
3938
9d0faba9
PA
39392019-06-13 Pedro Alves <palves@redhat.com>
3940
3941 * gdb.base/options.c: New file.
3942 * gdb.base/options.exp: New file.
3943
dee7b4c8
PA
39442019-06-13 Pedro Alves <palves@redhat.com>
3945
3946 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3947 that "o" is ambiguous.
3948
dca0f6c0
PA
39492019-06-13 Pedro Alves <palves@redhat.com>
3950
3951 * gdb.base/settings.c: New file.
3952 * gdb.base/settings.exp: New file.
3953
ccf46844
PA
39542019-06-13 Pedro Alves <palves@redhat.com>
3955
3956 * gdb.base/completion.exp: Fix comment typo.
3957
b9a3f842
PA
39582019-06-13 Pedro Alves <palves@redhat.com>
3959
3960 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3961 foo --1" test.
3962
d106773e
PA
39632019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3964
3965 * gdb.fortran/block-data.f: New.
3966 * gdb.fortran/block-data.exp: New.
3967
fea82da0
TV
39682019-06-11 Tom de Vries <tdevries@suse.de>
3969
3970 PR testsuite/24521
3971 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3972 message.
3973
8c2e74f1
TV
39742019-06-11 Tom de Vries <tdevries@suse.de>
3975
3976 PR testsuite/24521
3977 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3978
b49851c8
TV
39792019-06-11 Tom de Vries <tdevries@suse.de>
3980
3981 * boards/readnow.exp: New file.
3982
a7067863
AB
39832019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3984
3985 * gdb.fortran/vla-sizeof.exp: Update expected results.
3986
1a3da2cd
AB
39872019-06-06 Amos Bird <amosbird@gmail.com>
3988
3989 * gdb.base/annota1.exp (thread_switch): Add test for
3990 thread-exited annotation.
3991
3847a7bf
TT
39922019-06-06 Tom Tromey <tromey@adacore.com>
3993
3994 * gdb.base/maint.exp: Expect command started/finished output.
3995
0088ba59
AB
39962019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3997
3998 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3999 comment.
4000 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4001
312617a3
AB
40022019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4003
4004 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4005 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4006 * gdb.arch/riscv-unwind-long-insn.c: New file.
4007 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4008
e1f2e1a2
CB
40092019-06-04 Christian Biesinger <cbiesinger@google.com>
4010
d3238f7d 4011 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4012
206584bd
PW
40132019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4014
4015 * lib/gdb.exp (help_list_trailer): New regexp variable
4016 factorizing the help trailer message.
4017 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4018 arg to allow to better factorize various tests.
4019 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4020 (test_prefix_command_help): Use help_list_trailer.
4021 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4022 * gdb.guile/scm-cmd.exp: Likewise.
4023 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4024 * gdb.base/help.exp: Use test_user_defined_class_help.
4025 * gdb.base/style.exp: Add tests for styling of help and apropos.
4026 * lib/gdb-utils.exp (style): Add title and highlight styles.
4027
708dc93e
PW
40282019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4029
4030 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4031 $_shell_exitsignal.
4032 * gdb.base/default.exp: Update for new convenience variables.
4033
f49055a5
TT
40342019-05-29 Tom Tromey <tromey@adacore.com>
4035
4036 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4037 to "break complete ada" test case's regexp.
4038
4330d61d
TT
40392019-05-29 Tom Tromey <tromey@adacore.com>
4040
4041 PR c++/20020:
4042 * gdb.cp/constexpr-field.exp: New file.
4043 * gdb.cp/constexpr-field.cc: New file.
4044
000439d5
TT
40452019-05-29 Tom Tromey <tromey@adacore.com>
4046
4047 * gdb.base/finish.exp (finish_no_print): New proc.
4048 (finish_tests): Call it.
4049
5a01c34c
TV
40502019-05-24 Tom de Vries <tdevries@suse.de>
4051
4052 * gdb.dwarf2/gdb-add-index.exp: New file.
4053
18125b16
TT
40542019-05-22 Tom Tromey <tromey@adacore.com>
4055
4056 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4057 * gdb.base/style.exp: Use "style".
4058 * lib/gdb-utils.exp (style): New proc.
4059
af1a8d03
TV
40602019-05-22 Tom de Vries <tdevries@suse.de>
4061
4062 * gdb.base/align.exp: Require c++11.
4063
e7fe496b
TV
40642019-05-22 Tom de Vries <tdevries@suse.de>
4065
4066 PR testsuite/24586
4067 * gdb.python/py-mi-var-info-path-expression.exp: Call
4068 mi_skip_python_tests to check if python is supported.
4069
8fca4da0
AH
40702019-05-22 Alan Hayward <alan.hayward@arm.com>
4071
4072 * gdb.arch/aarch64-pauth.c: New test.
4073 * gdb.arch/aarch64-pauth.exp: New file.
4074
b7060614
AH
40752019-05-22 Alan Hayward <alan.hayward@arm.com>
4076
4077 * README (Re-running Tests Outside The Testsuite): New section.
4078
669d0468
TV
40792019-05-21 Tom de Vries <tdevries@suse.de>
4080
4081 * gdb.arch/amd64-eval.exp: Require c++11.
4082 * gdb.base/max-depth.exp: Same.
4083 * gdb.compile/compile-cplus-array-decay.exp: Same.
4084 * gdb.cp/meth-typedefs.exp: Same.
4085 * gdb.cp/subtypes.exp: Same.
4086 * gdb.cp/temargs.exp: Same.
4087
ce3ebcaa
AH
40882019-05-21 Alan Hayward <alan.hayward@arm.com>
4089
4090 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4091
34d11c68
AB
40922019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4093
4094 PR gdb/18644
4095 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4096 * gdb.fortran/printing-types.exp: Add new test.
4097 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4098 testing.
4099 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4100 setup_kfail call.
4101
87781e84
AH
41022019-05-17 Alan Hayward <alan.hayward@arm.com>
4103
4104 * README (Running the Testsuite): Change example.
4105 (Testsuite Parameters): Remove TRANSCRIPT.
4106 * lib/gdb.exp: Remove TRANSCRIPT check.
4107
b420b89e
AH
41082019-05-17 Alan Hayward <alan.hayward@arm.com>
4109
4110 * README (Testsuite Parameters): Add replay logging to
4111 GDBSERVER_DEBUG.
4112 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4113 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4114 as a comma separated list.
4115 (gdb_debug_init): Override procedure.
4116
408e9b8b
AH
41172019-05-17 Alan Hayward <alan.hayward@arm.com>
4118
4119 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4120 (gdb_write_cmd_file): New procedure.
4121 * lib/gdbserver-support.exp (gdbserver_start): Call
4122 gdbserver_write_cmd_file.
4123 (gdbserver_write_cmd_file): New procedure.
4124
f9e2e39d
AH
41252019-05-17 Alan Hayward <alan.hayward@arm.com>
4126
4127 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4128 (delete_breakpoints): Likewise.
4129 (gdb_run_cmd): Likewise.
4130 (gdb_start_cmd): Likewise.
4131 (gdb_starti_cmd): Likewise.
4132 (gdb_internal_error_resync): Likewise.
4133 (gdb_test_multiple): Likewise.
4134 (gdb_reinitialize_dir): Likewise.
4135 (default_gdb_exit): Likewise.
4136 (gdb_file_cmd): Mark kill as optional.
4137 (default_gdb_start): Call gdb_stdin_log_init.
4138 (send_gdb): Call gdb_stdin_log_write.
4139 (rerun_to_main): Mark Y as an answer.
4140 (gdb_stdin_log_init): New function.
4141 (gdb_stdin_log_write): Likewise.
4142
81f47ac2
AH
41432019-05-17 Alan Hayward <alan.hayward@arm.com>
4144
4145 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4146 * gdb.base/debug-expr.exp: Likewise.
4147 * gdb.base/foll-fork.exp: Likewise.
4148 * gdb.base/foll-vfork.exp: Likewise.
4149 * gdb.base/fork-print-inferior-events.exp: Likewise.
4150 * gdb.base/gdb-sigterm.exp: Likewise.
4151 * gdb.base/gdbinit-history.exp: Likewise.
4152 * gdb.base/osabi.exp: Likewise.
4153 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4154 * gdb.base/ui-redirect.exp: Likewise.
4155 * gdb.gdb/unittest.exp: Likewise.
4156 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4157 * gdb.mi/mi-watch.exp: Likewise.
4158 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4159 * gdb.mi/user-selected-context-sync.exp: Likewise.
4160 * gdb.python/python.exp: Disable debug test when debugging.
4161 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4162 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4163 Likewise.
4164 * gdb.threads/stepi-random-signal.exp: Likewise.
4165
29b52314
AH
41662019-05-17 Alan Hayward <alan.hayward@arm.com>
4167
4168 * Makefile.in: Pass through GDB_DEBUG.
4169 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4170 (gdb,debug): Add board setting.
4171 * lib/gdb.exp (default_gdb_start): Start debugging.
4172 (gdb_debug_enabled): New procedure.
4173 (gdb_debug_init): Likewise.
29b52314
AH
4174
41752019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4176
29b52314
AH
4177 * Makefile.in: Pass through GDB_DEBUG.
4178 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4179 (gdb,debug): Add board setting.
4180 * lib/gdb.exp (default_gdb_start): Start debugging.
4181 (gdb_debug_enabled): New procedure.
4182 (gdb_debug_init): Likewise.
29b52314 4183
ca1285d1
AH
41842019-05-17 Alan Hayward <alan.hayward@arm.com>
4185
4186 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4187
f3a09c80
AH
41882019-05-17 Alan Hayward <alan.hayward@arm.com>
4189
4190 * gdb.base/ui-redirect.exp: Test redirection.
4191
26648588
JV
41922019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4193
4194 * gdb.mi/mi-complete.exp: New file.
4195 * gdb.mi/mi-complete.cc: Likewise.
4196
14237686
AB
41972019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4198
4199 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4200 indexed and sliced arrays, and pointers to arrays.
4201
e7bd7fba
TT
42022019-05-14 Tom Tromey <tromey@adacore.com>
4203
4204 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4205 styling test.
4206
2764128d
TV
42072019-05-14 Tom de Vries <tdevries@suse.de>
4208
4209 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4210 selection entry encoding.
4211
71bed2db
TT
42122019-05-10 Tom Tromey <tromey@adacore.com>
4213
4214 * gdb.ada/info_exc.exp: Add "complete" test.
4215
63b667ad
TV
42162019-05-09 Tom de Vries <tdevries@suse.de>
4217
4218 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4219 CU-relative.
4220
9cfd2b89
TV
42212019-05-09 Tom de Vries <tdevries@suse.de>
4222
4223 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4224 CU-relative.
4225
2228ef77
XR
42262019-05-08 Joel Brobecker <brobecker@adacore.com>
4227
4228 * gdb.ada/frame_arg_lang.exp: New testcase.
4229 * gdb.ada/frame_arg_lang/bla.adb: New file.
4230 * gdb.ada/frame_arg_lang/pck.ads: New file.
4231 * gdb.ada/frame_arg_lang/pck.adb: New file.
4232 * gdb.ada/frame_arg_lang/foo.c: New file.
4233
80e55b13
TT
42342019-05-08 Tom Tromey <tromey@adacore.com>
4235
4236 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4237
9d3421af
TT
42382019-05-08 Tom Tromey <tromey@adacore.com>
4239
4240 * gdb.base/ptype-offsets.exp: Update tests.
4241
844333e2
TT
42422019-05-08 Tom Tromey <tromey@adacore.com>
4243
4244 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4245 cases.
4246 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4247 "short".
4248
988915ee
TT
42492019-05-08 Tom Tromey <tromey@adacore.com>
4250
4251 * gdb.ada/vla.exp: New file.
4252 * gdb.ada/vla/vla.adb: New file.
4253
7bd55dac
TV
42542019-05-07 Tom de Vries <tdevries@suse.de>
4255
4256 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4257
75f06e9d
TV
42582019-05-07 Tom de Vries <tdevries@suse.de>
4259
4260 PR testsuite/24522
4261 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4262 section.
4263
77e7aaa4
TV
42642019-05-07 Tom de Vries <tdevries@suse.de>
4265
4266 PR testsuite/24522
4267 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4268 .debug_aranges section.
4269
456ba0fa
TV
42702019-05-07 Tom de Vries <tdevries@suse.de>
4271
4272 PR testsuite/24159
4273 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4274
5a56d6a6
TV
42752019-05-06 Tom de Vries <tdevries@suse.de>
4276
4277 * lib/gdb.exp (exec_has_index_section): New proc.
4278 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4279 section.
4280
9d6d4be8
TV
42812019-05-04 Tom de Vries <tdevries@suse.de>
4282
4283 * boards/cc-with-debug-names.exp: New file.
4284
222a8d25
TT
42852019-05-03 Tom Tromey <tromey@adacore.com>
4286
4287 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4288 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4289 * gdb.ada/char_enum.exp: Add test.
4290
0fdfd794
TV
42912019-05-03 Tom de Vries <tdevries@suse.de>
4292
4293 * boards/cc-with-gdb-index.exp: New file.
4294
80062eb9
AB
42952019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4296
4297 * gdb.rust/simple.exp: Add new test case.
4298 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4299 (main): Initialise an instance of the new struct.
4300
4504bbde
TT
43012019-05-01 Tom Tromey <tromey@adacore.com>
4302
4303 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4304 record.
4305 (NPR): New variable.
4306 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4307 test.
4308
d48e62f4
TT
43092019-05-01 Tom Tromey <tromey@adacore.com>
4310
4311 * gdb.ada/packed_array_assign.exp: Add packed assignment
4312 regression test.
4313
f59f30f5
TV
43142019-05-01 Tom de Vries <tdevries@suse.de>
4315
4316 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4317
b70bfc54
TV
43182019-05-01 Tom de Vries <tdevries@suse.de>
4319
4320 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4321
15f18d14
AT
43222019-04-30 Ali Tamur <tamur@google.com>
4323
4324 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4325
2ff0a947
TT
43262019-04-30 Tom Tromey <tromey@adacore.com>
4327
4328 * lib/ada.exp (find_ada_tool): New proc.
4329 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4330 * gdb.ada/catch_ex_std.exp: New file.
4331 * gdb.ada/catch_ex_std/foo.adb: New file.
4332 * gdb.ada/catch_ex_std/some_package.adb: New file.
4333 * gdb.ada/catch_ex_std/some_package.ads: New file.
4334
a776957c
TT
43352019-04-30 Tom Tromey <tromey@adacore.com>
4336
4337 PR c++/24470:
4338 * gdb.cp/temargs.cc: Add test code from PR.
4339
bc68014d
AB
43402019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4341
4342 * gdb.fortran/vla-datatypes.exp: Update expected results.
4343 * gdb.fortran/vla-ptype.exp: Likewise.
4344 * gdb.fortran/vla-type.exp: Likewise.
4345 * gdb.fortran/vla-value.exp: Likewise.
4346
f1fdc960
AB
43472019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4348
4349 * gdb.fortran/ptr-indentation.exp: Update expected results.
4350 * gdb.fortran/ptype-on-functions.exp: Likewise.
4351 * gdb.fortran/vla-ptr-info.exp: Likewise.
4352 * gdb.fortran/vla-value.exp: Likewise.
4353
bf7a4de1
AB
43542019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4355
4356 * gdb.fortran/ptype-on-functions.exp: New file.
4357 * gdb.fortran/ptype-on-functions.f90: New file.
4358
bbe75b9d
AB
43592019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4360
4361 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4362 case void string.
4363
1db455a7
AB
43642019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4365
4366 * gdb.fortran/complex.exp: Expand.
4367 * gdb.fortran/complex.f: Renamed to...
4368 * gdb.fortran/complex.f90: ...this, and extended to add more
4369 complex values.
4370
b6d03bb2
AB
43712019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4372
4373 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4374 MODULO, CMPLX.
4375
2e62ab40
AB
43762019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4377 Richard Bunt <richard.bunt@arm.com>
4378
4379 * gdb.base/max-depth.c: New file.
4380 * gdb.base/max-depth.exp: New file.
4381 * gdb.python/py-nested-maps.c: New file.
4382 * gdb.python/py-nested-maps.exp: New file.
4383 * gdb.python/py-nested-maps.py: New file.
4384 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4385 (test_all_common): Call test_max_depth.
4386 * gdb.fortran/max-depth.exp: New file.
4387 * gdb.fortran/max-depth.f90: New file.
4388 * gdb.go/max-depth.exp: New file.
4389 * gdb.go/max-depth.go: New file.
4390 * gdb.modula2/max-depth.exp: New file.
4391 * gdb.modula2/max-depth.c: New file.
4392 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4393
d2b584a5
TV
43942019-04-29 Tom de Vries <tdevries@suse.de>
4395
4396 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4397
136afab8
PW
43982019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4399
4400 * gdb.base/callexit.exp: Test may-call-functions off.
4401
725cbb63
KS
44022019-04-25 Keith Seitz <keiths@redhat.com>
4403
4404 PR c++/24367
4405 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4406 (another_incomplete_struct, test_incomplete): New definitions.
4407 (main): Use new definitions.
4408 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4409 functions.
4410
701adfb0
PA
44112019-04-25 Ali Tamur <tamur@google.com>
4412
4413 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4414
82433e3e
SDJ
44152019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4416
4417 PR corefiles/11608
4418 PR corefiles/18187
4419 * gdb.base/coredump-filter-build-id.exp: New file.
4420
dd06d4d6
AH
44212019-04-25 Alan Hayward <alan.hayward@arm.com>
4422
e79be6e5
SM
4423 * Makefile.in: Pass through GDBSERVER_DEBUG.
4424 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4425 (gdbserver,debug): Add board setting.
4426 * gdb.trace/tspeed.exp: Skip when debugging.
4427 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4428 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4429
1670072e
TT
44302019-04-24 Tom Tromey <tromey@adacore.com>
4431
4432 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4433 Rust.
4434
a59240a4
TT
44352019-04-24 Tom Tromey <tromey@adacore.com>
4436
4437 * gdb.arch/amd64-eval.exp: Test bitfield return.
4438 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4439 (class Foo) <return_bitfields>: New method.
4440 (main): Call it.
4441
b907456c
AB
44422019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4443
4444 * gdb.cp/many-args.cc: New file.
4445 * gdb.cp/many-args.exp: New file.
4446
5c565afd
TV
44472019-04-23 Tom de Vries <tdevries@suse.de>
4448
4449 PR gdb/24433
4450 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4451
ba22ff86
AH
44522019-04-23 Alan Hayward <alan.hayward@arm.com>
4453
4454 * gdb.trace/backtrace.exp: Use nopie flag.
4455 * gdb.trace/circ.exp: Likewise.
4456 * gdb.trace/collection.exp: Likewise.
4457 * gdb.trace/ftrace.exp: Likewise.
4458 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4459 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4460 * gdb.trace/qtro.exp: Likewise.
4461 * gdb.trace/read-memory.exp: Likewise.
4462 * gdb.trace/report.exp: Likewise.
4463 * gdb.trace/tfile.exp: Likewise.
4464 * gdb.trace/tfind.exp: Likewise.
4465 * gdb.trace/unavailable.exp: Likewise.
4466
7905fc35
PA
44672019-04-22 Pedro Alves <palves@redhat.com>
4468
4469 * gdb.base/solib-probes-nosharedlibrary.c,
4470 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4471
8ecb59f8
TT
44722019-04-19 Tom Tromey <tromey@adacore.com>
4473
4474 * gdb.ada/ptype_union.c: New file.
4475 * gdb.ada/ptype_union.exp: New file.
4476
62160ec9
TT
44772019-04-19 Tom Tromey <tromey@adacore.com>
4478
4479 PR symtab/24423:
4480 * gdb.base/list0.h (foo): Add a control-l character.
4481
36cd4ba5
TV
44822019-04-18 Tom de Vries <tdevries@suse.de>
4483
4484 PR gdb/24433
4485 * boards/local-board.exp: Set sysroot to "".
4486
b73715df
TV
44872019-04-18 Tom de Vries <tdevries@suse.de>
4488 Pedro Alves <palves@redhat.com>
4489
4490 PR gdb/24454
4491 * gdb.threads/vfork-follow-child-exec.c: New file.
4492 * gdb.threads/vfork-follow-child-exec.exp: New file.
4493 * gdb.threads/vfork-follow-child-exit.c: New file.
4494 * gdb.threads/vfork-follow-child-exit.exp: New file.
4495
4aa866af
LS
44962019-04-15 Leszek Swirski <leszeks@google.com>
4497
4498 * gdb.arch/amd64-eval.cc: New file.
4499 * gdb.arch/amd64-eval.exp: New file.
4500
e5a1a79a
AH
45012019-04-11 Alan Hayward <alan.hayward@arm.com>
4502
4503 * gdb.server/sysroot.c: New test.
4504 * gdb.server/sysroot.exp: New file.
4505 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4506 matching param.
4507
41077b66
AB
45082019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4509
4510 * gdb.base/align.exp: Extend test to cover structures containing
4511 only static fields.
4512
c30391f8
TV
45132019-04-11 Tom de Vries <tdevries@suse.de>
4514
4515 * boards/cc-with-dwz-m.exp: New file.
4516 * boards/cc-with-dwz.exp: New file.
4517 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4518
e242fd12
SM
45192019-04-09 Simon Marchi <simon.marchi@efficios.com>
4520
4521 * gdb.base/start-cpp.exp: New file.
4522 * gdb.base/start-cpp.cc: New file.
4523
2b0c8b01
KB
45242019-04-08 Kevin Buettner <kevinb@redhat.com>
4525
4526 * gdb.python/py-thrhandle.exp: Adjust tests to call
4527 thread_from_handle instead of thread_from_thread_handle.
4528
947210e5
KB
45292019-04-08 Kevin Buettner <kevinb@redhat.com>
4530
4531 * gdb.python/py-thrhandle.exp: Add tests for
4532 gdb.InferiorThread.handle.
4533
d7df6549
AB
45342019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4535
4536 * gdb.python/py-function.exp: Check calling helper function from
4537 all languages.
4538 * lib/gdb.exp (gdb_supported_languages): New proc.
4539
8bdc1658
AB
45402019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4541
4542 * gdb.base/complex-parts.c: New file.
4543 * gdb.base/complex-parts.exp: New file.
4544
05caa1d2
TT
45452019-04-01 Tom Tromey <tromey@adacore.com>
4546
4547 PR symtab/23331:
4548 * gdb.dwarf2/dw2-ranges-main.c: New file.
4549 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4550 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4551
7734102d
EZ
45522019-03-30 Simon Marchi <simark@simark.ca>
4553
4554 * gdb.base/default.exp: Add values for $_gdb_major and
4555 $_gdb_minor.
4556
188e1fa9
TT
45572019-03-29 Tom Tromey <tromey@adacore.com>
4558
4559 * gdb.base/help.exp: Tighten apropos regexp.
4560
2880242d
KS
45612019-03-29 Keith Seitz <keiths@redhat.com>
4562
4563 * gdb.fortran/array-bounds.exp: New file.
4564 * gdb.fortran/array-bounds.f90: New file.
4565
077cad8e
PW
45662019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4567
4568 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4569
80047cfc
PW
45702019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4571
4572 * gdb.multi/hello.c (main): Increase alarm timer.
4573
f489207e
SL
45742019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4575
4576 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4577 factor when no hardware watchpoint support.
4578
c92df149
AH
45792019-03-28 Alan Hayward <alan.hayward@arm.com>
4580 Pedro Alves <palves@redhat.com>
4581
4582 * boards/local-board.exp: set sysroot to /.
4583
933aebfa
AH
45842019-03-27 Alan Hayward <alan.hayward@arm.com>
4585
4586 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4587 in child.
4588
9f9aa852
AB
45892019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4590
4591 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4592 field.
4593 (make_container): Initialise new field.
4594 * gdb.python/py-prettyprint.exp: Add new tests.
4595 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4596 <display_hint>: New method.
4597
3714a195
AB
45982019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4599
4600 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4601 gdb_continue_to_breakpoint more throughout this test.
4602 (run_lang_tests) Supply unique test names, and use
4603 gdb_test_no_output.
4604
18c77628
AB
46052019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4606
4607 * gdb.base/finish-pretty.exp: Update expected results.
4608 * gdb.base/pretty-print.c: New file.
4609 * gdb.base/pretty-print.exp: New file.
4610
9a93502f
PA
46112019-03-25 Pedro Alves <palves@redhat.com>
4612
4613 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4614 move comments outside list. Append '-i "" eof' section.
4615
968aa7ae
AH
46162019-03-22 Alan Hayward <alan.hayward@arm.com>
4617
34a7f2a4 4618 PR testsuite/25016
968aa7ae
AH
4619 * README: Add pie options.
4620 * gdb.base/break-interp.exp: Ensure pie is disabled.
4621 * gdb.base/dump.exp: Likewise.
4622 * lib/gdb.exp (gdb_compile): Add pie option.
4623
4c7d57e7
TT
46242019-03-19 Tom Tromey <tromey@adacore.com>
4625
4626 * gdb.mi/mi2-cli-display.c: New file.
4627 * gdb.mi/mi2-cli-display.exp: New file.
4628
bff8c71f
TT
46292019-03-18 Joel Brobecker <brobecker@adacore.com>
4630 Tom Tromey <tromey@adacore.com>
4631
4632 * gdb.ada/ptype_array/pck.adb: New file.
4633 * gdb.ada/ptype_array/pck.ads: New file.
4634 * gdb.ada/ptype_array/foo.adb: New file.
4635 * gdb.ada/ptype_array.exp: New file.
4636
d085f989
TT
46372019-03-14 Tom Tromey <tromey@adacore.com>
4638
4639 * gdb.base/style.exp: Add "set style sources" test.
4640
b4be1b06
SM
46412019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4642
4643 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4644 * mi-breakpoint-multiple-locations.exp: ... this.
4645 (make_breakpoints_pattern): New proc.
4646 (do_test): Add mi_version parameter, test -break-insert,
4647 -break-info and =breakpoint-created.
4648
7cde5fc2
AB
46492019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4650
4651 * config/default.exp: Remove 'load_lib gdb.exp'.
4652 * config/monitor.exp: Likewise.
4653 * config/sid.exp: Likewise.
4654 * config/sim.exp: Likewise.
4655 * config/slite.exp: Likewise.
4656 * config/unix.exp: Likewise.
4657 * gdb.base/default.exp: Remove unhelpful comment.
4658
efbecbc1
AB
46592019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4660
4661 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4662
0841c79a
AB
46632019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4664
4665 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4666
4a270568
AB
46672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4668
4669 * gdb.fortran/type-kinds.exp: Update expected results.
4670
067630bd
AB
46712019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4672
4673 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4674
3be47f7a
AB
46752019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4676
4677 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4678 function.
4679 (test_basic_parsing_of_type_kinds): Expand types tested.
4680 (test_parsing_invalid_type_kinds): New function.
4681
4d00f5d8
AB
46822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4683
4684 * gdb.fortran/intrinsics.exp: New file.
4685 * gdb.fortran/intrinsics.f90: New file.
4686 * gdb.fortran/type-kinds.exp: New file.
4687
c8f91604
AB
46882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4689
4690 * gdb.fortran/dot-ops.exp: New file.
4691
dd9f2c76
AB
46922019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4693
4694 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4695 Check upper and lower case logical literals.
4696
84ec9724
AB
46972019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4698
4699 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4700 Remove duplicate tests.
4701
c3734e09
AH
47022019-03-06 Alan Hayward <alan.hayward@arm.com>
4703
4704 * lib/gdb.exp (builtin_cd): rename of cd.
4705 (cd): Override builtin.
4706
aa3cfbda
RB
47072019-03-06 Richard Bunt <richard.bunt@arm.com>
4708
4709 * gdb.fortran/function-calls.exp: New file.
4710 * gdb.fortran/function-calls.f90: New test.
4711
7b63ad86
RB
47122019-03-04 Richard Bunt <richard.bunt@arm.com>
4713
4714 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4715 on user program standard output.
4716 * gdb.fortran/short-circuit-argument-list.f90: Record function
4717 calls.
4718
01abb042
AH
47192019-02-28 Alan Hayward <alan.hayward@arm.com>
4720
c3734e09
AH
4721 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4722 failure.
01abb042 4723
92137da0
RO
47242019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4725
4726 PR gdb/8527
4727 * gdb.base/interrupt-daemon-attach.c,
4728 gdb.base/interrupt-daemon-attach.exp: New test.
4729
5862844d
PA
47302019-02-27 Pedro Alves <palves@redhat.com>
4731
4732 * gdb.base/page.exp: Add tests for "set width/height -1".
4733
8ed25214
PA
47342019-02-27 Pedro Alves <palves@redhat.com>
4735
4736 * gdb.base/page.exp: Add tests for "set/show width/height" with
4737 "infinite" values.
4738
6c28e44a
TT
47392019-02-27 Tom Tromey <tromey@adacore.com>
4740
4741 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4742 2.4.
4743 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4744 workaround.
4745
bf9a735e
AB
47462019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4747
4748 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4749 tests for structs with static members.
4750
8791793c
TT
47512019-02-26 Tom Tromey <tromey@adacore.com>
4752
4753 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4754 ValueError, not TypeError.
4755
bc2a507e
KB
47562019-02-26 Kevin Buettner <kevinb@redhat.com>
4757
4758 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4759 call from main program.
4760
e0e7d3bd
JB
47612019-02-23 Joel Brobecker <brobecker@adacore.com>
4762
4763 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4764 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4765 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4766 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4767 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4768
9600246d
KS
47692019-02-22 Keith Seitz <keiths@redhat.com>
4770
4771 PR symtab/23853
4772 * gdb.base/symlink-sourcefile.c: New file.
4773 * gdb.base/symlink-sourcefile.exp: New file.
4774
0c95f9ed
TT
47752019-02-20 Tom Tromey <tom@tromey.com>
4776
4777 * gdb.base/info_qt.exp: Update.
4778
6caa91b6
SM
47792019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4780
4781 * gdb.base/source.exp: Move "error in sourced script" code to
4782 the end.
4783 * gdb.base/source-error.gdb: Move contents to
4784 source-error-1.gdb. Add new code to source source-error-1.gdb.
4785 * gdb.base/source-error-1.gdb: New file, from previous
4786 source-error.gdb.
4787
6506371f
TT
47882019-02-17 Tom Tromey <tom@tromey.com>
4789
4790 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4791 for macro styling.
4792 * gdb.base/style.c (SOME_MACRO): New macro.
4793
a0087920
TT
47942019-02-17 Tom Tromey <tom@tromey.com>
4795
4796 * gdb.base/style.exp: Add line-wrapping tests.
4797 * gdb.base/page.exp: Add test for quitting during pagination.
4798
a2cd4f14
JB
47992019-02-17 Joel Brobecker <brobecker@adacore.com>
4800
4801 * gdb.ada/big_packed_array: New testcase.
4802 * gdb.ada/homonym.exp: Fix incorrect expected output for
4803 "break <homonym__get_value>" test.
4804
9d70ffbc
WP
48052019-02-13 Weimin Pan <weimin.pan@oracle.com>
4806
4807 PR breakpoints/21870
4808 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4809 and prepare_for_testing. Add comment.
4810 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4811 redundant cleanup call. Clean up comment.
4812
01c7ae81
WP
48132019-02-12 Weimin Pan <weimin.pan@oracle.com>
4814
4815 PR breakpoints/21870
4816 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4817 * gdb.arch/aarch64-dbreg-contents.c: New file.
4818
aff29d1c
JB
48192019-02-10 Joel Brobecker <brobecker@adacore.com>
4820
4821 * gdb.ada/mi_ref_changeable: New testcase.
4822
df0da8a2
AH
48232019-02-07 Alan Hayward <alan.hayward@arm.com>
4824
4825 * gdb.base/attach.exp: Add double attach test.
4826
bd447abb
SM
48272019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4828
4829 * lib/gdb.exp (default_gdb_start): Don't match pagination
4830 prompt.
4831 (gdb_init): Set stty_init.
4832
1dbc40b9
TT
48332019-01-27 Tom Tromey <tom@tromey.com>
4834
4835 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4836 skip_python_tests.
4837
353229bf
AH
48382019-01-24 Alan Hayward <alan.hayward@arm.com>
4839
4840 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4841 New structure.
4842 (struct struct_static_02_02): Likewise.
4843 (struct struct_static_02_03): Likewise.
4844 (struct struct_static_02_04): Likewise.
4845 (struct struct_static_04_01): Likewise.
4846 (struct struct_static_04_02): Likewise.
4847 (struct struct_static_04_03): Likewise.
4848 (struct struct_static_04_04): Likewise.
4849 (struct struct_static_06_01): Likewise.
4850 (struct struct_static_06_02): Likewise.
4851 (struct struct_static_06_03): Likewise.
4852 (struct struct_static_06_04): Likewise.
4853 (cmp_struct_static_02_01): Likewise.
4854 (cmp_struct_static_02_02): Likewise.
4855 (cmp_struct_static_02_03): Likewise.
4856 (cmp_struct_static_02_04): Likewise.
4857 (cmp_struct_static_04_01): Likewise.
4858 (cmp_struct_static_04_02): Likewise.
4859 (cmp_struct_static_04_03): Likewise.
4860 (cmp_struct_static_04_04): Likewise.
4861 (cmp_struct_static_06_01): Likewise.
4862 (cmp_struct_static_06_02): Likewise.
4863 (cmp_struct_static_06_03): Likewise.
4864 (cmp_struct_static_06_04): Likewise.
4865 (call_all): Test new structs.
4866 * gdb.base/infcall-nested-structs.exp: Likewise.
4867
73021deb
AH
48682019-01-21 Alan Hayward <alan.hayward@arm.com>
4869 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4870
fc65c7db
AH
48712019-01-21 Alan Hayward <alan.hayward@arm.com>
4872 * gdb.base/stack-protector.c: New test.
4873 * gdb.base/stack-protector.exp: New file.
4874 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4875 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4876 option.
4877 (gdb_compile): Remove stack protector for GCC and prevent
4878 recursion.
4879
c24bdb02
KS
48802019-01-16 Keith Seitz <keiths@redhat.com>
4881
4882 PR gdb/23773
4883 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4884
6f072a10
PFC
48852019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4886
4887 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4888 aliases.
4889 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4890 tests.
4891 * gdb.arch/powerpc-vector-regs.c: New file.
4892 * gdb.arch/powerpc-vector-regs.exp: New file.
4893
a7b8d682
PFC
48942019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4895
4896 * gdb.arch/altivec-regs.exp: Fix the list passed to
4897 gdb_expect_list when testing "info vector".
4898
6eb6fb67
AB
48992019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4900
4901 * gdb.base/style.exp: Don't include path in testname.
4902
b56f80d8
KS
49032019-01-10 Keith Seitz <keiths@redhat.com>
4904
4905 PR gdb/23712
4906 PR symtab/23010
4907 * gdb.dwarf2/multidictionary.exp: New file.
4908
041be526
SM
49092019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4910
4911 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4912 (test_gnuv3_style_demangling): ... this.
4913 (test_lucid_style_demangling): Remove.
4914 (test_arm_style_demangling): Remove.
4915 (test_hp_style_demangling): Remove.
4916 (do_tests): Remove calls to the above.
4917
d820d0c3
AB
49182019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4919
4920 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4921 case.
4922
f097f5ad
TT
49232019-01-06 Tom Tromey <tom@tromey.com>
4924
4925 PR gdb/28155:
4926 * gdb.dwarf2/typedef-void-finish.exp: New file.
4927
2cd8cc0b
TT
49282018-12-28 Tom Tromey <tom@tromey.com>
4929 Simon Marchi <simark@simark.ca>
4930
4931 * gdb.base/jit-exec.exp: New file.
4932 * gdb.base/jit-exec.c: New file.
4933 * gdb.base/jit-execd.c: New file.
4934
35fb8261
TT
49352018-12-28 Tom Tromey <tom@tromey.com>
4936
4937 * gdb.base/style.exp: Update test to check for address styling.
4938
47fd17cd
TT
49392018-12-28 Tom Tromey <tom@tromey.com>
4940
4941 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4942 message.
4943
d47032b7
TT
49442018-12-28 Tom Tromey <tom@tromey.com>
4945
4946 * gdb.base/style.exp: Add test for version number styling.
4947
af79b68d
TT
49482018-12-28 Tom Tromey <tom@tromey.com>
4949
4950 * gdb.base/style.exp: Add test for print_address_symbolic.
4951
0bb296cb
TT
49522018-12-28 Tom Tromey <tom@tromey.com>
4953
4954 * gdb.base/style.exp: Add test for breakpoint setting.
4955
80ae2043
TT
49562018-12-28 Tom Tromey <tom@tromey.com>
4957
4958 * gdb.base/style.exp: Add test for variable names.
4959
cbe56571
TT
49602018-12-28 Tom Tromey <tom@tromey.com>
4961
4962 * gdb.base/style.exp: New file.
4963 * gdb.base/style.c: New file.
4964
9162a27c
TT
49652018-12-28 Tom Tromey <tom@tromey.com>
4966
4967 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4968 "dumb".
4969 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4970 the TERM environment variable.
4971
bc543c90
TT
49722018-12-27 Tom Tromey <tom@tromey.com>
4973
4974 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4975 pagination test.
4976
6f0ffe50
AB
49772018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4978
4979 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4980 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4981
b5a1e557
PW
49822018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4983
4984 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4985 Filename a.adb changed to bp_fun_addr.adb.
4986 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4987
6e8b1ab2
JV
49882018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4989
4990 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4991 non-PIE executables.
4992 * README: Mention the gdb,nopie_flag board setting.
4993 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4994 non-PIE executable.
4995 * gdb.arch/amd64-entry-value.exp: Likewise.
4996 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4997 * gdb.arch/i386-float.exp: Likewise.
4998 * gdb.arch/i386-signal.exp: Likewise.
4999 * gdb.mi/mi-reg-undefined.exp: Likewise.
5000
d00a27c5
PM
50012018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5002
5003 PR gdb/23974
5004 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5005
161d081c
PW
50062018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5007
5008 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5009 Update order of results accordingly.
5010
b001de23
AB
50112018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5012
5013 * gdb.base/annota1.exp: Update a test regexp.
5014
99e1a184
AB
50152018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5016
5017 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5018
7a81c1e2
PW
50192018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5020
5021 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5022 (reuse_time): Initialize to REUSE_TIME_CAP.
5023 (check_rc): New function.
5024 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5025 Check pthread_create rc.
5026 (spawner_thread_func): Check pthread_create and pthread_join rc.
5027
73e8dc90
PA
50282018-12-08 Pedro Alves <palves@redhat.com>
5029
5030 * gdb.base/list.exp (test_forward_search): Rename to ...
5031 (test_forward_reverse_search): ... this. Also test reverse-search
5032 and the forward-search alias.
5033
13f2ed32
AB
50342018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5035
5036 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5037 local timeout variable before return, and remove all local timeout
5038 variable entirely.
5039 (gdb_load): Likewise.
5040
64d27cfc
TV
50412018-12-01 Tom de Vries <tdevries@suse.de>
5042
5043 * gdb.base/gdb-caching-proc.exp: New file.
5044
f63c03b4
SDJ
50452018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5046
5047 * Makefile.in (TIMESTAMP): New variable.
5048 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5049 command.
5050 (check-single-racy): Likewise.
5051 (check/%.exp): Likewise.
5052 (check-racy/%.exp): Likewise.
5053 (workers/%.worker): Likewise.
5054 (build-perf): Likewise.
5055 (check-perf): Likewise.
5056 * README: Describe new "TS" and "TS_FORMAT" variables.
5057 * print-ts.py: New file.
5058
1c97054b
BF
50592018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5060
5061 PR python/23714
5062 * gdb.python/python.exp: Test command repetition after
5063 gdb.execute.
5064
1871a62d
AB
50652018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5066
5067 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5068 is correctly aligned.
5069
fb5e1ed9
PW
50702018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5071
5072 * gdb.ada/info_auto_lang.exp: New testcase.
5073 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5074 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5075 * gdb.ada/info_auto_lang/some_c.c: New file.
5076
43d397ca
PW
50772018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5078
5079 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5080 FUNC_lang language syntax.
5081
beddd671
PW
50822018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5083
5084 * gdb.base/info_minsym.c: New file.
5085 * gdb.base/info_minsym.exp: New file.
5086
73fc52c4
TT
50872018-11-19 Tom Tromey <tom@tromey.com>
5088
5089 PR rust/23625:
5090 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5091 * gdb.rust/expr.exp: Update expected output. Change one test.
5092
994b876a
TT
50932018-11-19 Tom Tromey <tom@tromey.com>
5094
5095 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5096
6769f276
PA
50972018-11-19 Pedro Alves <palves@redhat.com>
5098
5099 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5100 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5101 see the expected warning.
5102
38a72da0
AH
51032018-11-16 Alan Hayward <alan.hayward@arm.com>
5104
5105 PR gdb/22736:
5106 * gdb.cp/infcall-nodebug-lib.c: New test.
5107 * gdb.cp/infcall-nodebug-main.c: New test.
5108 * gdb.cp/infcall-nodebug.exp: New file.
5109
53a89d6e
SM
51102018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5111
5112 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5113 completer tests.
5114
9325300d
TV
51152018-11-09 Tom de Vries <tdevries@suse.de>
5116
5117 * gdb.base/msym-lang.c: New test.
5118 * gdb.base/msym-lang.exp: New file.
5119 * gdb.base/msym-lang-main.c: New test.
5120
20f0d60d
TT
51212018-11-08 Tom Tromey <tom@tromey.com>
5122
5123 PR gdb/23555:
5124 PR gdb/23838:
5125 * gdb.base/warning.exp: New file.
5126
b5420128
JB
51272018-11-08 Jan Beulich <jbeulich@suse.com>
5128
5129 * testsuite/gdb.arch/i386-avx512.c,
5130 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5131
cd115d61
AB
51322018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5133
5134 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5135 point hardware.
5136
35ee2dc2
AB
51372018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5138
5139 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5140 * gdb.dwarf2/missing-type-name.exp: New file.
5141
31aceee8
TV
51422018-11-06 Tom de Vries <tdevries@suse.de>
5143
5144 * gdb.base/many-headers.c: New test.
5145 * gdb.base/many-headers.exp: New file.
5146
109be305
JW
51472018-11-06 Jim Wilson <jimw@sifive.com>
5148
5149 * gdb.base/code_elim.exp: For riscv, set additional_flags
5150 to include -msmall-data-limit=0.
5151
e2b7af72
JB
51522018-11-01 Joel Brobecker <brobecker@adacore.com>
5153
5154 * gdb.ada/watch_minus_l: New testcase.
5155
cdcda965
SM
51562018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5157
5158 * gdb.arch/aix-sighandle.c: New file.
5159 * gdb.arch/aix-sighandle.exp: New file.
5160
92dcebf3
AB
51612018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5162
5163 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5164 registers being unions.
5165
68b9ac18
TV
51662018-10-31 Tom de Vries <tdevries@suse.de>
5167
5168 * lib/valgrind.exp: New file.
5169 (vgdb_start, vgdb_stop): New procs, factored out of ...
5170 * gdb.base/valgrind-bt.exp: ... here, ...
5171 * gdb.base/valgrind-disp-step.exp: ... here and ...
5172 * gdb.base/valgrind-infcall.exp: ... here.
5173
1443936e
TV
51742018-10-31 Tom de Vries <tdevries@suse.de>
5175
5176 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5177
eb77c9df
AB
51782018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5179
5180 * gdb.dwarf2/void-type.c: New file.
5181 * gdb.dwarf2/void-type.exp: New file.
5182
82b5e646
PW
51832018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5184
5185 * gdb.base/info_qt.c: New file.
5186 * gdb.base/info_qt.exp: New file.
5187
8d619c01
EBM
51882018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5189
5190 * gdb.arch/powerpc-htm-regs.c: New file.
5191 * gdb.arch/powerpc-htm-regs.exp: New file.
5192
f2cf6173
EBM
51932018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5194
5195 * gdb.arch/powerpc-tar.c: New file.
5196 * gdb.arch/powerpc-tar.exp: New file.
5197
7ca18ed6
EBM
51982018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5199
5200 * gdb.arch/powerpc-ppr-dscr.c: New file.
5201 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5202
bfcc0eba
TV
52032018-10-25 Tom de Vries <tdevries@suse.de>
5204
5205 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5206
fe1a5cad
TV
52072018-10-24 Tom de Vries <tdevries@suse.de>
5208
5209 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5210 longer exists error.
5211
a76dc3b7
TV
52122018-10-24 Tom de Vries <tdevries@suse.de>
5213
5214 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5215
4df46df7
TV
52162018-10-24 Tom de Vries <tdevries@suse.de>
5217
5218 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5219 --db-attach in valgrind.
5220
0dbfcfff
AB
52212018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5222
5223 * gdb.arch/riscv-reg-aliases.c: New file.
5224 * gdb.arch/riscv-reg-aliases.exp: New file.
5225
b04480b1
AH
52262018-10-19 Alan Hayward <alan.hayward@arm.com>
5227
5228 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5229
2c6ac8d7
AH
52302018-10-19 Alan Hayward <alan.hayward@arm.com>
5231
5232 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5233
2bc69f25
AH
52342018-10-19 Alan Hayward <alan.hayward@arm.com>
5235
5236 * gdb.cp/ovldbreak.exp: Fix regexps.
5237
1f1ae3a3
AH
52382018-10-19 Alan Hayward <alan.hayward@arm.com>
5239
5240 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5241
94c18618
SDJ
52422018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5243
5244 PR cli/23785
5245 * gdb.base/restore.exp: New test to check if "restore" with an
5246 invalid file doesn't segfault.
5247
812cd6eb
TV
52482018-10-18 Tom de Vries <tdevries@suse.de>
5249
5250 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5251 * gdb.ada/excep_handle.exp: Same.
5252 * gdb.ada/mi_string_access.exp: Same.
5253 * gdb.ada/mi_var_union.exp: Same.
5254 * gdb.arch/arc-analyze-prologue.exp: Same.
5255 * gdb.arch/arc-decode-insn.exp: Same.
5256 * gdb.base/readnever.exp: Same.
5257 * gdb.fortran/printing-types.exp: Same.
5258 * gdb.guile/scm-lazy-string.exp: Same.
5259
c4b90788
TV
52602018-10-16 Tom de Vries <tdevries@suse.de>
5261
5262 PR gdb/23730
5263 * gdb.base/catch-follow-exec.c: Add copyright notice.
5264 * gdb.base/catch-follow-exec.exp: Rewrite to use
5265 gdb_spawn_with_cmdline_opts. Require gdb-native.
5266
8bca2978
SL
52672018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5268
5269 * gdb.trace/actions-changed.exp: Check for arch support.
5270 * gdb.trace/actions.exp: Likewise.
5271 * gdb.trace/ax.exp: Likewise.
5272 * gdb.trace/backtrace.exp: Likewise.
5273 * gdb.trace/change-loc.exp: Likewise.
5274 * gdb.trace/deltrace.exp: Likewise.
5275 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5276 * gdb.trace/ftrace.exp: Likewise.
5277 * gdb.trace/infotrace.exp: Check for arch support.
5278 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5279 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5280 * gdb.trace/mi-tsv-changed.exp: Likewise.
5281 * gdb.trace/packetlen.exp: Likewise.
5282 * gdb.trace/passc-dyn.exp: Likewise.
5283 * gdb.trace/passcount.exp: Likewise.
5284 * gdb.trace/pending.exp: Likewise.
5285 * gdb.trace/range-stepping.exp: Check for shlib support.
5286 * gdb.trace/report.exp: Check for arch support.
5287 * gdb.trace/save-trace.exp: Likewise.
5288 * gdb.trace/signal.exp: Check for signal support.
5289 * gdb.trace/tfind.exp: Check for arch support.
5290 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5291 * gdb.trace/trace-common.h: Add comment.
5292 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5293 * gdb.trace/trace-enable-disable.exp: Likewise.
5294 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5295 * gdb.trace/tracecmd.exp: Check for arch support.
5296 * gdb.trace/tspeed.exp: Check for shlib and target support.
5297 * gdb.trace/tstatus.exp: Check for arch support.
5298 * gdb.trace/tsv.exp: Likewise.
5299 * gdb.trace/while-dyn.exp: Likewise.
5300 * gdb.trace/while-stepping.exp: Likewise.
5301 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5302
f9c49bff
SM
53032018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5304
5305 * gdb.trace/tspeed.exp: Remove nowarnings.
5306 (prepare_for_trace_test): Declare "global ipalib".
5307 * gdb.trace/tspeed.c: Include unistd.h.
5308 (main): Remove superfluous printf argument.
5309
d4330bde
SL
53102018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5311
5312 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5313 directory prefix on the filename.
5314
8ecfd7bd
SDJ
53152018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5316
5317 * gdb.gdb/unittest.exp: Update expected message informing that
5318 selftests have been disabled.
5319 * gdb.server/unittest.exp: Likewise.
5320
58bbcd02
TV
53212018-10-09 Tom de Vries <tdevries@suse.de>
5322
5323 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5324 with runto_main.
5325
9f6b697b
WP
53262018-10-08 Weimin Pan <weimin.pan@oracle.com>
5327
5328 PR c++/16841
5329 * gdb.cp/virtbase2.cc: New file.
5330 * gdb.cp/virtbase2.exp: New file.
5331
add5ded5
TT
53322018-10-06 Tom Tromey <tom@tromey.com>
5333
5334 PR python/19399:
5335 * gdb.python/py-inferior.exp: Add architecture test.
5336
f9e48344
TT
53372018-10-06 Tom Tromey <tom@tromey.com>
5338
5339 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5340 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5341
2a8be203
TT
53422018-10-06 Tom Tromey <tom@tromey.com>
5343
5344 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5345 of a "throw" catchpoint.
5346
e04caa70
SDJ
53472018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5348
5349 * gdb.base/info-proc.exp: Update string expected from "help info
5350 proc".
5351
5ca8c39f
TT
53522018-10-04 Tom Tromey <tom@tromey.com>
5353
5354 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5355 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5356 (test_initial_complaints, test_empty_complaints): Update.
5357 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5358
3453e7e4
TT
53592018-10-04 Tom Tromey <tom@tromey.com>
5360
5361 PR cli/19551:
5362 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5363 * lib/gdb.exp (gdb_file_cmd): Update.
5364 * gdb.stabs/weird.exp (print_weird_var): Update.
5365 * gdb.server/solib-list.exp: Update.
5366 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5367 * gdb.mi/mi-cli.exp: Update.
5368 * gdb.linespec/linespec.exp: Update.
5369 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5370 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5371 * gdb.cp/cp-relocate.exp: Update.
5372 * gdb.base/sym-file.exp: Update.
5373 * gdb.base/relocate.exp: Update.
5374 * gdb.base/readnever.exp: Update.
5375 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5376 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5377 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5378 * gdb.base/code_elim.exp: Update.
5379 * gdb.base/break-unload-file.exp (test_break): Update.
5380 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5381 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5382 Update.
5383 * gdb.base/attach.exp (do_attach_tests): Update.
5384 * gdb.base/sepdebug.exp: Update.
5385 * gdb.python/py-section-script.exp: Update.
5386
6afcf761
TT
53872018-10-04 Tom Tromey <tom@tromey.com>
5388
5389 PR cli/22234:
5390 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5391 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5392 output.
5393
fef1b293
TT
53942018-10-04 Tom Tromey <tom@tromey.com>
5395
5396 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5397 set width and height to 0.
5398 (test_command_line_attach_run): Use -quiet.
5399
ca98345e
SL
54002018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5401
5402 * lib/gdb.exp (skip_ifunc_tests): New.
5403 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5404 other compile failures.
5405 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5406
ff34e6ae
SM
54072018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5408
5409 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5410 is_amd64_regs_target.
5411
6bb8890e
AH
54122018-10-01 Alan Hayward <alan.hayward@arm.com>
5413
5414 * gdb.arch/aarch64-sighandler-regs.c: New test.
5415 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5416 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5417
224d30d3
MM
54182018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5419
5420 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5421 assembly.
5422
f67ffa6a
AB
54232018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5424
5425 * gdb.base/frame-selection.exp: New file.
5426 * gdb.base/frame-selection.c: New file.
5427
9fc3183f
AH
54282018-09-27 Alan Hayward <alan.hayward@arm.com>
5429
5430 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5431 pthread barrier.
5432 (main): Likewise.
5433
d354055e
AB
54342018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5435
5436 * gdb.base/large-frame-1.c: New file.
5437 * gdb.base/large-frame-2.c: New file.
5438 * gdb.base/large-frame.exp: New file.
5439 * gdb.base/large-frame.h: New file.
5440
db727370
JL
54412018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5442
5443 PR gdb/20948
5444 * gdb.base/write_mem.exp: New test.
5445 * gdb.base/write_mem.c: Likewise.
5446
ae778caf
TT
54472018-09-23 Tom Tromey <tom@tromey.com>
5448
5449 PR python/18852:
5450 * gdb.python/py-parameter.exp: Add test for parameter that throws
5451 on "set".
5452
fd3ba736
TT
54532018-09-23 Tom Tromey <tom@tromey.com>
5454
5455 PR python/17284:
5456 * gdb.python/py-template.exp (test_template_arg): Add test for
5457 negative template argument number.
5458
39a24317
TT
54592018-09-23 Tom Tromey <tom@tromey.com>
5460
5461 PR python/14062:
5462 * gdb.python/python.exp: Add test for post_event error.
5463
f5769a2c
TT
54642018-09-23 Tom Tromey <tom@tromey.com>
5465
5466 PR python/18170:
5467 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5468 convert pointers to int and long.
5469
1c1e54f6
TT
54702018-09-23 Tom Tromey <tom@tromey.com>
5471
5472 PR python/20126:
5473 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5474 signed-ness conversion tests.
5475
fb4fa946
TT
54762018-09-23 Tom Tromey <tom@tromey.com>
5477
5478 PR python/18352;
5479 * gdb.python/py-value.exp (test_float_conversion): New proc.
5480 Use it.
5481
a466edac
HAQ
54822018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5483
5484 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5485
4ee9b0c5
SL
54862018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5487
5488 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5489 no readline.
5490 * gdb.base/utf8-identifiers.exp: Likewise.
5491 * gdb.cp/cpcompletion.exp: Likewise.
5492 * gdb.linespec/cpcompletion.exp: Likewise.
5493 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5494 * gdb.linespec/cpls-ops.exp: Likewise.
5495
23be8da7
RB
54962018-09-19 Richard Bunt <richard.bunt@arm.com>
5497 Chris January <chris.january@arm.com>
5498
5499 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5500 * gdb.fortran/short-circuit-argument-list.exp: New file.
5501 * gdb.fortran/short-circuit-argument-list.f90: New test.
5502
5031d0ae
SDJ
55032018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5504
5505 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5506 "arch=" keyword when executing "-stack-list-frames".
5507
b4c0d1a4
SDJ
55082018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5509
5510 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5511 "arch=" keyword when executing "-stack-list-frames".
5512
7a6d2b45
SDJ
55132018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5514
5515 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5516 break ada".
5517
8588b356
SM
55182018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5519
5520 PR python/23669
5521 * gdb.python/python.exp: Test gdb.execute("show commands").
5522
65e65158
TT
55232018-09-16 Tom Tromey <tom@tromey.com>
5524
5525 * gdb.base/new-ui.exp (do_execution_tests): Update.
5526 * gdb.base/dbx.exp (test_breakpoints): Update.
5527
bf326452
AH
55282018-09-14 Alan Hayward <alan.hayward@arm.com>
5529
5530 * lib/gdb.exp (gdb_simple_compile): Add proc.
5531 (is_elf_target): Use gdb_simple_compile.
5532 (skip_altivec_tests): Likewise.
5533 (skip_vsx_tests): Likewise.
5534 (skip_tsx_tests): Likewise.
5535 (skip_btrace_tests): Likewise.
5536 (skip_btrace_pt_tests): Likewise.
5537 (gdb_can_simple_compile): Likewise.
5538 (gdb_has_argv0): Likewise.
5539 (gdb_target_symbol_prefix): Likewise.
5540 (target_supports_scheduler_locking): Likewise.
5541
2361b0fb
TT
55422018-09-13 Tom Tromey <tom@tromey.com>
5543
5544 * Makefile.in (TAGS): Recognize proc_with_prefix and
5545 gdb_caching_proc.
5546
0ae1a321
SM
55472018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5548
5549 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5550 method.
5551
a40bf0c2
SM
55522018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5553
5554 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5555 and a few other Inferior properties when the Inferior is no
5556 longer valid.
5557
4a3fe98f
TT
55582018-09-13 Tom Tromey <tom@tromey.com>
5559
5560 PR rust/23650:
5561 * gdb.rust/simple.exp: Add test for enum field access error.
5562
098b2108
TT
55632018-09-13 Tom Tromey <tom@tromey.com>
5564
5565 PR rust/23626:
5566 * gdb.rust/simple.rs (EmptyEnum): New type.
5567 (main): Use it.
5568 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5569
1256af7d
SM
55702018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5571
5572 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5573 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5574 * gdb.python/py-symtab.exp: Update test printing an objfile.
5575
4aa8e6c2
SM
55762018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5577
5578 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5579 object.
5580
c221b2f7
AH
55812018-09-12 Alan Hayward <alan.hayward@arm.com>
5582
5583 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5584 (support_complex_tests): Use gdb_can_simple_compile.
5585 (is_ilp32_target): Likewise.
5586 (is_lp64_target): Likewise.
5587 (is_64_target): Likewise.
5588 (is_amd64_regs_target): Likewise.
5589 (is_aarch32_target): Likewise.
5590 (gdb_int128_helper): Likewise.
5591
6f1107b5
JK
55922018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5593
5594 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5595
1f5d1570
JG
55962018-09-10 Jerome Guitton <guitton@adacore.com>
5597
5598 * gdb.ada/same_component_name: Add test for case of tagged record
5599 with variable-length fields.
5600
cc330e39
XR
56012018-09-10 Xavier Roirand <roirand@adacore.com>
5602
5603 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5604 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5605 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5606 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5607
b9c50e9a
XR
56082018-09-10 Xavier Roirand <roirand@adacore.com>
5609
5610 * gdb.ada/mi_string_access.exp: New testcase.
5611 * gdb.ada/mi_string_access/bar.adb: New file.
5612 * gdb.ada/mi_string_access/pck.adb: New file.
5613 * gdb.ada/mi_string_access/pck.asd: New file.
5614
2963898f
XR
56152018-09-10 Xavier Roirand <roirand@adacore.com>
5616
5617 * gdb.ada/mi_var_union.exp: New testcase.
5618 * gdb.ada/mi_var_union/bar.adb: New file.
5619 * gdb.ada/mi_var_union/pck.adb: New file.
5620 * gdb.ada/mi_var_union/pck.asd: New file.
5621
1aac008f
TT
56222018-09-08 Tom Tromey <tom@tromey.com>
5623
5624 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5625
332cf4c9
TT
56262018-09-08 Tom Tromey <tom@tromey.com>
5627
5628 PR python/16047:
5629 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5630 (register_pretty_printers): Register new printer.
5631 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5632 test.
5633 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5634 (an_int_type3): New global.
5635
424da6cf
JB
56362018-09-08 Joel Brobecker <brobecker@adacore.com>
5637
5638 * gdb.ada/expr_with_funcall: New testcase.
5639
2a62dfa9
JB
56402018-09-08 Joel Brobecker <brobecker@adacore.com>
5641
5642 * gdb.ada/packed_array_assign: New testcase.
5643
96b6697f
AB
56442018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5645
5646 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5647 names, and add test prefixes to make test names unique.
5648
e4a62c65
TV
56492018-09-05 Tom de Vries <tdevries@suse.de>
5650
5651 * gdb.dwarf2/varval.exp: Add test.
5652
dd083ee2
GB
56532018-09-04 Gary Benson <gbenson@redhat.com>
5654
5655 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5656 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5657
aef9346c
TT
56582018-08-31 Tom Tromey <tom@tromey.com>
5659
5660 * gdb.rust/simple.rs: Rename second variable "v".
5661
c67f2e15
AB
56622018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5663
5664 * gdb.base/funcargs.c (use_a): New function.
5665 (recurse): Call use_a.
5666
078a0207
KS
56672018-08-29 Keith Seitz <keiths@redhat.com>
5668
5669 * gdb.compile/compile-cplus-anonymous.cc: New file.
5670 * gdb.compile/compile-cplus-anonymous.exp: New file.
5671 * gdb.compile/compile-cplus-array-decay.cc: New file.
5672 * gdb.compile/compile-cplus-array-decay.exp: New file.
5673 * gdb.compile/compile-cplus-inherit.cc: New file.
5674 * gdb.compile/compile-cplus-inherit.exp: New file.
5675 * gdb.compile/compile-cplus-member.cc: New file.
5676 * gdb.compile/compile-cplus-member.exp: New file.
5677 * gdb.compile/compile-cplus-method.cc: New file.
5678 * gdb.compile/compile-cplus-method.exp: New file.
5679 * gdb.compile/compile-cplus-mod.c: "New" file.
5680 * gdb.compile/compile-cplus-namespace.cc: New file.
5681 * gdb.compile/compile-cplus-namespace.exp: New file.
5682 * gdb.compile/compile-cplus-nested.cc: New file.
5683 * gdb.compile/compile-cplus-nested.exp: New file.
5684 * gdb.compile/compile-cplus-print.c: "New" file.
5685 * gdb.compile/compile-cplus-print.exp: "New" file.
5686 * gdb.compile/compile-cplus-virtual.cc: New file.
5687 * gdb.compile/compile-cplus-virtual.exp: New file.
5688 * gdb.compile/compile-cplus.c: "New" file.
5689 * gdb.compile/compile-cplus.exp: "New" file.
5690 * lib/compile-support.exp: New file.
5691
b0f492b9
GB
56922018-08-16 Gary Benson <gbenson@redhat.com>
5693
5694 PR gdb/13000:
5695 * gdb.base/batch-exit-status.exp: New file.
5696 * gdb.base/batch-exit-status.good-commands: Likewise.
5697 * gdb.base/batch-exit-status.bad-commands: Likewise.
5698
36eb4c5f
AH
56992018-08-29 Alan Hayward <alan.hayward@arm.com>
5700
5701 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5702 (struct struct02): Likewise.
5703 (struct struct03): Likewise.
5704 (struct struct04): Likewise.
5705 (struct struct_01_01): New struct.
5706 (struct struct_01_02): Likewise.
5707 (struct struct_01_03): Likewise.
5708 (struct struct_01_04): Likewise.
5709 (struct struct_02_01): Likewise.
5710 (struct struct_02_02): Likewise.
5711 (struct struct_02_03): Likewise.
5712 (struct struct_02_04): Likewise.
5713 (struct struct_04_01): Likewise.
5714 (struct struct_04_02): Likewise.
5715 (struct struct_04_03): Likewise.
5716 (struct struct_04_04): Likewise.
5717 (struct struct_05_01): Likewise.
5718 (struct struct_05_02): Likewise.
5719 (struct struct_05_03): Likewise.
5720 (struct struct_05_04): Likewise.
5721 (cmp_struct01): Remove function.
5722 (cmp_struct02): Likewise.
5723 (cmp_struct03): Likewise.
5724 (cmp_struct04): Likewise.
5725 (cmp_struct_01_01): Add Function.
5726 (cmp_struct_01_02): Likewise.
5727 (cmp_struct_01_03): Likewise.
5728 (cmp_struct_01_04): Likewise.
5729 (cmp_struct_02_01): Likewise.
5730 (cmp_struct_02_02): Likewise.
5731 (cmp_struct_02_03): Likewise.
5732 (cmp_struct_02_04): Likewise.
5733 (cmp_struct_04_01): Likewise.
5734 (cmp_struct_04_02): Likewise.
5735 (cmp_struct_04_03): Likewise.
5736 (cmp_struct_04_04): Likewise.
5737 (cmp_struct_05_01): Likewise.
5738 (cmp_struct_05_02): Likewise.
5739 (cmp_struct_05_03): Likewise.
5740 (cmp_struct_05_04): Likewise.
5741 (call_all): Add new structs.
5742 * gdb.base/infcall-nested-structs.exp: Likewise.
5743
3bf9c013
JV
57442018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5745
5746 * gdb.python/py-framefilter-mi.exp: Update regexp to
5747 check for "arch" field in frame output.
5748
450d1e88
KB
57492018-08-23 Kevin Buettner <kevinb@redhat.com>
5750
5751 * gdb.dwarf2/dw2-ranges-func.c: New file.
5752 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5753
ae739fe7
SM
57542018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5755
5756 * gdb.base/term.exp: Compare terminal settings with values from
5757 the inferior.
5758 * gdb.base/term.c: Get and set terminal settings.
5759
6d52907e
JV
57602018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5761
5762 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5763 accommodate new "arch" field in frame output.
5764 * gdb.mi/mi-return.exp: Likewise.
5765 * gdb.mi/mi-stack.exp: Likewise.
5766 * gdb.mi/mi-syn-frame.exp: Likewise.
5767 * gdb.mi/user-selected-context-sync.exp: Likewise.
5768
be2d111a
MS
57692018-08-19 Michael Spang <spang@google.com>
5770
5771 PR gdb/11786
5772 * gdb.base/gcore-tls-pie.c: New file.
5773 * gdb.base/gcore-tls-pie.exp: New file.
5774
ae3a7c47
KB
57752018-08-18 Kevin Buettner <kevinb@redhat.com>
5776
5777 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5778 * gdb.dwarf2/varval.c: New file.
5779 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5780
2ecae92e
AH
57812018-08-17 Alan Hayward <alan.hayward@arm.com>
5782
5783 PR gdb/18931
5784 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5785
c1854f1d
KS
57862018-08-16 Keith Seitz <keiths@redhat.com>
5787
5788 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5789 tests expected to pass.
5790
26fb3983
JV
57912018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5792
5793 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5794 -data-disassemble -a.
5795 (test_disassembly_bogus_args): Likewise.
5796
67943c00
AB
57972018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5798
5799 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5800
5ff2bbae
AB
58012018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5802
5803 * gdb.base/vla-optimized-out.exp: Add new test.
5804
e5bbcd0f
AB
58052018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5806
5807 * gdb.base/vla-optimized-out-o3.exp: Delete.
5808 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5809 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5810 deleted tests.
5811
9d4a934c
AB
58122018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5813
5814 PR gdb/18050:
5815 * gdb.server/extended-remote-restart.c: New file.
5816 * gdb.server/extended-remote-restart.exp: New file.
5817
045cf012
SM
58182018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5819
5820 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5821 "set variable index = 42".
5822
87d6a7aa
SM
58232018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5824
5825 * boards/index-cache-gdb.exp: New file.
5826 * gdb.dwarf2/index-cache.exp: New file.
5827 * gdb.dwarf2/index-cache.c: New file.
5828 * gdb.base/maint.exp: Check if we are using the index cache.
5829
96d68bd4
RO
58302018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5831
5832 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5833 MAKEFLAGS.
5834
5a699617
RO
58352018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5836
5837 * dg-extract-results.sh: Move to toplevel contrib.
5838 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5839 * Makefile.in (check-parallel-racy): Likewise.
5840
5bd18990
AB
58412018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5842
5843 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5844 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5845 tests if the target supports scheduler locking.
5846
3fbbcf47
TV
58472018-08-04 Tom de Vries <tdevries@suse.de>
5848
5849 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5850
3e1d3d8c
TT
58512018-08-02 Tom Tromey <tom@tromey.com>
5852
5853 PR symtab/16842.
5854 * gdb.cp/temargs.exp: Test "info address" of a template
5855 parameter.
5856
5abe0f0c
JV
58572018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5858
5859 * gdb.python/py-mi-var-info-path-expression.c: New file.
5860 * gdb.python/py-mi-var-info-path-expression.py: New file.
5861 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5862
fb66cde8
SDJ
58632018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5864
5865 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5866 error after "cannot resolve name" string.
5867
c708f4d2
AB
58682018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5869
5870 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5871 started.
5872 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5873
37cc0cae
TV
58742018-07-28 Tom de Vries <tdevries@suse.de>
5875
5876 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5877
63b4ecf7
TV
58782018-07-26 Tom de Vries <tdevries@suse.de>
5879
5880 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5881
3c3bb058
AB
58822018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5883
5884 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5885 is visible.
5886
9e7f3bbb
TV
58872018-07-26 Tom de Vries <tdevries@suse.de>
5888
5889 PR breakpoints/23366
5890 * gdb.base/catch-follow-exec.c: New test.
5891 * gdb.base/catch-follow-exec.exp: New file.
5892
16f808ec
TV
58932018-07-25 Tom de Vries <tdevries@suse.de>
5894
5895 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5896 vla-optimized-out.c.
5897
d7154a8d
JV
58982018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5899
5900 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5901 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5902
232a0032
TV
59032018-07-20 Tom de Vries <tdevries@suse.de>
5904
5905 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5906 NOCLONE macro.
5907 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5908
fbb1d502
TV
59092018-07-19 Tom de Vries <tdevries@suse.de>
5910
5911 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5912 regular expression.
5913
42dc7699
TV
59142018-07-18 Tom de Vries <tdevries@suse.de>
5915
5916 * gdb.base/vla-optimized-out.c: New test.
5917 * gdb.base/vla-optimized-out.exp: New file.
5918
7f1f7e23
SDJ
59192018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5920
5921 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5922 message "No address associated with hostname" when gdbserver
5923 cannot resolve the hostname.
5924
5759ebb3
PW
59252018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5926
5927 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5928 Add some test prefixes to make tests unique.
5929
3606ccab
PW
59302018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5931
5932 * gdb.base/frameapply.c: New file.
5933 * gdb.base/frameapply.exp: New file.
5934
529c08b2
PW
59352018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5936
5937 * gdb.base/skip.exp: Update expected error message.
5938
c7ab0aef
SDJ
59392018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5940 Jan Kratochvil <jan.kratochvil@redhat.com>
5941 Paul Fertser <fercerpav@gmail.com>
5942 Tsutomu Seki <sekiriki@gmail.com>
5943
5944 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5945 parameter.
5946 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5947 by default.
5948 * boards/native-gdbserver.exp: Likewise.
5949 * gdb.server/run-without-local-binary.exp: Improve regexp used
5950 for detecting when a remote debugging connection succeeds.
5951 * gdb.server/server-connect.exp: New file.
5952 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5953 Do not prefix the port number with ":".
5954 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5955 support for detecting and using it. Add '$debughost_gdbserver'
5956 to the list of arguments used to start gdbserver. Handle case
5957 when gdbserver cannot resolve a network name.
5958
16ff70dd
SDJ
59592018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5960
5961 PR c++/23373
5962 * gdb.base/ptype-offsets.cc (struct static_member): New
5963 struct.
5964 (main) <stmember>: New variable.
5965 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5966 with a static member in it.
5967
3541979f
AB
59682018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5969
5970 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5971 watchpoints enabled and disabled.
5972
c8ad9b9a
AB
59732018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5974
5975 * gdb.base/examine-backward.exp: Still run tests around address
5976 0x0, even if address 0x0 is not readable. Update the pattern for
5977 matching address 0x0 in expected output.
5978
e0e5e971
AB
59792018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5980
5981 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5982 malloc/free.
5983
1ea5da02
TV
59842018-07-04 Tom de Vries <tdevries@suse.de>
5985
5986 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5987
471b9d15
MR
59882018-07-02 Maciej W. Rozycki <macro@mips.com>
5989
5990 PR tdep/8282
5991 * gdb.arch/mips-disassembler-options.exp: New test.
5992 * gdb.arch/mips-disassembler-options.s: New test source.
5993
75acb486
PA
59942018-06-29 Pedro Alves <palves@redhat.com>
5995
5996 * gdb.threads/names.exp: Adjust expected "info threads" output.
5997
cd2bb709
PA
59982018-06-29 Pedro Alves <palves@redhat.com>
5999
6000 * gdb.opt/inline-break.exp (line number, address): Add "info
6001 break" tests.
6002
991ff292
PA
60032018-06-29 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6006 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6007 number and address and running to them.
6008
356819b6 60092018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6010
6011 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6012
2512d7ef
JK
60132018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6014
6015 * lib/compiler.c: Remove executable permission flag.
6016
be1b6474
RB
60172018-06-28 Richard Bunt <richard.bunt@arm.com>
6018
6019 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6020 code.
6021 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6022
291f9a96
PT
60232018-06-28 Petr Tesarik <ptesarik@suse.cz>
6024
6025 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6026
ed6dfe51
PT
60272018-06-28 Petr Tesarik <ptesarik@suse.cz>
6028
6029 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6030 address argument is omitted.
6031
d4d429d5
PT
60322018-06-28 Petr Tesarik <ptesarik@suse.cz>
6033
6034 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6035
7ab6656f
OJ
60362018-06-27 Omair Javaid <omair.javaid@linaro.org>
6037
6038 PR gdb/21695
6039 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6040 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6041
a33ccfc7
TT
60422018-06-26 Tom Tromey <tom@tromey.com>
6043
6044 PR rust/22574:
6045 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6046 * gdb.rust/simple.rs (struct SimpleLayout): New.
6047
6d72d289
SM
60482018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6049
6050 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6051 "info registers" output.
6052
8363f9d5
RB
60532018-06-21 Richard Bunt <richard.bunt@arm.com>
6054
6055 * gdb.base/watchpoint-hw-attach.c: New test.
6056 * gdb.base/watchpoint-hw-attach.exp: New file.
6057
f00674fe
SM
60582018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6059
6060 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6061 through /bin/sh.
6062 * boards/dwarf4-gdb-index.exp: Likewise.
6063 * boards/fission-dwp.exp: Likewise.
6064
1d554008
UW
60652018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6066
6067 * gdb.base/float128.exp: Add comment and improved fail message
6068 to the failure case of "print large128" test.
6069
d0ac1c44
SM
60702018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6071
6072 * configure.ac: Remove AC_PREREQ.
6073 * configure: Re-generate.
6074
61b04dd0
PA
60752018-06-19 Pedro Alves <palves@redhat.com>
6076
6077 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6078 (func_extern_caller): New.
6079 (main): Call func_extern_caller.
6080 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6081 logic change.
6082
f63b508a
SM
60832018-06-18 Weimin Pan <weimin.pan@oracle.com>
6084
6085 PR gdb/16841
6086 * gdb.cp/typedef-base.cc: New file.
6087 * gdb.cp/typedef-base.exp: New file.
6088
0fe3a558
TV
60892018-06-18 Tom de Vries <tdevries@suse.de>
6090
6091 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6092
7010835a
AB
60932018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6094 Richard Bunt <Richard.Bunt@arm.com>
6095
6096 * gdb.threads/attach-slow-waitpid.c: New file.
6097 * gdb.threads/attach-slow-waitpid.exp: New file.
6098 * gdb.threads/slow-waitpid.c: New file.
6099
14897d65
PA
61002018-06-14 Pedro Alves <palves@redhat.com>
6101
6102 * gdb.base/fork-running-state.c: Include <errno.h>.
6103 (exit_if_relative_exits): New.
6104 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6105 exits.
6106 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6107 child exits.
6108
5d9a0608
TV
61092018-06-14 Tom de Vries <tdevries@suse.de>
6110
6111 PR cli/22573
6112 * gdb.base/finish-pretty.c: New test.
6113 * gdb.base/finish-pretty.exp: New file.
6114
11ae5818
PA
61152018-06-14 Pedro Alves <palves@redhat.com>
6116
6117 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6118 gdb's expected startup output.
6119
1d39de44
PA
61202018-06-14 Pedro Alves <palves@redhat.com>
6121
6122 * lib/selftest-support.exp (selftest_setup): Remove inlined
6123 function handling.
6124
70ee0000
TV
61252018-06-14 Tom de Vries <tdevries@suse.de>
6126
6127 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6128 matching of breakpoint printing.
6129
11f4b608
TV
61302018-06-13 Tom de Vries <tdevries@suse.de>
6131
6132 PR testsuite/23269
6133 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6134 (fork_child): ... here, and ...
6135 (fork_parent): ... here.
6136
61372018-06-12 Tom de Vries <tdevries@suse.de>
6138
6139 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6140
9516f85a
AB
61412018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6142 Stephen Roberts <stephen.roberts@arm.com>
6143
6144 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6145 rewrite test to describe action performed, rather than possible
6146 failure.
6147
5045b3d7
GB
61482018-06-08 Gary Benson <gbenson@redhat.com>
6149
6150 * gdb.threads/check-libthread-db.exp: New file.
6151 * gdb.threads/check-libthread-db.c: Likewise.
6152
c61b06a1
TT
61532018-06-05 Tom Tromey <tom@tromey.com>
6154
6155 * gdb.base/default.exp: Update expected "show version" output.
6156
eb6af809
TT
61572018-06-05 Tom Tromey <tom@tromey.com>
6158
6159 PR cli/12326:
6160 * gdb.cp/static-print-quit.exp: Update.
6161 * lib/gdb.exp (pagination_prompt): Update.
6162 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6163 * gdb.python/python.exp: Update.
6164
178d6a63
JB
61652018-06-04 Joel Brobecker <brobecker@adacore.com>
6166
6167 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6168
8e817061
JB
61692018-06-01 Joel Brobecker <brobecker@adacore.com>
6170
6171 * gdb.ada/bp_fun_addr: New testcase.
6172
e86ca25f
TT
61732018-06-01 Tom Tromey <tom@tromey.com>
6174
6175 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6176 results.
6177 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6178 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6179 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6180 * gdb.base/maint.exp (maint_pass_if): Update.
6181
4b2dfa9d
MR
61822018-05-31 Maciej W. Rozycki <macro@mips.com>
6183
6184 * gdb.base/endian.exp: New test.
6185 * gdb.base/endian.c: New test source.
6186
45f25d6c
AB
61872018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6188
6189 PR gdb/23203
6190 * gdb.base/bt-selected-frame.c: New file.
6191 * gdb.base/bt-selected-frame.exp: New file.
6192 * lib/gdb.exp (get_current_frame_number): New function.
6193
d9f6d7f8
MR
61942018-05-24 Maciej W. Rozycki <macro@mips.com>
6195 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.threads/tls-core.c: Include <stdlib.h>
6198 (thread_proc): Call `abort'.
6199 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6200 (tls_core_test): New procedure, bits factored out from ...
6201 (top level): ... here. Test both native cores and gcore cores.
6202
ff1cf532
TT
62032018-05-23 Tom Tromey <tom@tromey.com>
6204
6205 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6206
b98664d3
TT
62072018-05-23 Tom Tromey <tom@tromey.com>
6208
6209 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6210 symfile_complaints.
6211 (test_short_complaints): Likewise.
6212 (test_empty_complaints): Likewise.
6213 (test_initial_complaints): Update.
6214
4e9668d0
TT
62152018-05-23 Tom Tromey <tom@tromey.com>
6216
6217 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6218
43ba33c7
TT
62192018-05-23 Tom Tromey <tom@tromey.com>
6220
6221 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6222 (test_short_complaints): Update.
6223
035522c0
PA
62242018-05-22 Pedro Alves <palves@redhat.com>
6225
6226 * gdb.base/remote.exp: Only gdb_start after compiling the
6227 testcase. Issue "disconnect" before testing "set remote" command
6228 defaults. Issue clean_restart before running to main.
6229
cc0be08f
PA
62302018-05-22 Pedro Alves <palves@redhat.com>
6231
6232 * gdb.base/remote.exp: Adjust expected output of "show remote
6233 memory-write-packet-size". Add tests for "set remote
6234 memory-write-packet-size 0" and "set remote
6235 memory-write-packet-size fixed/limit".
6236
b1b60145
PA
62372018-05-22 Pedro Alves <palves@redhat.com>
6238
6239 PR gdb/22973
6240 * gdb.base/utf8-identifiers.c: New file.
6241 * gdb.base/utf8-identifiers.exp: New file.
6242
0ec848ad
PFC
62432018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6244
6245 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6246
2c3305f6
PFC
62472018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6248
6249 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6250
ce1e8424
TT
62512018-05-18 Tom Tromey <tom@tromey.com>
6252
6253 * gdb.base/ptype-offsets.exp: Update.
6254
ddfe970e
KS
62552018-05-17 Keith Seitz <keiths@redhat.com>
6256
6257 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6258 in expected breakpoint stop locations.
6259 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6260 move to proper scope to test variable values.
6261 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6262 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6263 New functions.
6264 (main): Call not_inline_func3.
6265 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6266 inline_func1, inline_func2, and inline_func3. Test that when each
6267 breakpoint is hit, GDB properly reports both the stop location
6268 and the backtrace. Repeat tests for temporary breakpoints.
6269
0726fcc6
MR
62702018-05-15 Maciej W. Rozycki <macro@mips.com>
6271
6272 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6273 rather then trying to access it in determining whether the PID
6274 of `gdbserver' could have been retrieved.
6275
8ee22052
AB
62762018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6277
6278 * gdb.arch/amd64-init-x87-values.S: New file.
6279 * gdb.arch/amd64-init-x87-values.exp: New file.
6280
7785df48
JK
62812018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6282
6283 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6284
56bcdbea
TT
62852018-05-04 Tom Tromey <tom@tromey.com>
6286
6287 PR python/22730:
6288 * gdb.python/python.exp: Test multi-line execute.
6289
a913fffb
TT
62902018-05-04 Tom Tromey <tom@tromey.com>
6291
6292 PR python/22731:
6293 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6294
7a2c85f2
TT
62952018-05-04 Tom Tromey <tom@tromey.com>
6296
6297 PR gdb/11750:
6298 * gdb.base/define.exp: Test defining a user command inside a user
6299 command.
6300 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6301
a3b60e45
JK
63022018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6303 Pedro Alves <palves@redhat.com>
6304
6305 PR breakpoints/19806 and support for PR external/20207.
6306 * gdb.base/watchpoint-unaligned.c: New file.
6307 * gdb.base/watchpoint-unaligned.exp: New file.
6308
45fe4a03
AB
63092018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6310
6311 * gdb.base/maint.exp: Make test names unique, use
6312 test_prefix_command_help to test 'help maint info', and remove
6313 repeated test of 'help maint'.
6314
9be2ae8f
TT
63152018-05-04 Tom Tromey <tom@tromey.com>
6316
6317 PR gdb/22619:
6318 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6319 behavior.
6320
11859c31
AB
63212018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6322
6323 * gdb.base/maint.exp: Process output from 'maint print registers'
6324 line at a time.
6325
089a9490
AB
63262018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6327
6328 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6329 timeout.
6330
9b0797e2
AB
63312018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6332
6333 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6334 filter pattern.
6335
f6ac5f3d
PA
63362018-05-02 Pedro Alves <palves@redhat.com>
6337
6338 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6339 to_log_command renames.
6340 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6341
77d3c63b
TT
63422018-05-02 Tom Tromey <tom@tromey.com>
6343
6344 * gdb.python/py-parameter.exp: Set test message.
6345
0489430a
TT
63462018-05-02 Tom Tromey <tom@tromey.com>
6347
6348 PR python/20084:
6349 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6350 PARAM_ZUINTEGER_UNLIMITED tests.
6351
1632f8ba
DR
63522018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6353
6354 PR rust/23124
6355 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6356 when casting.
6357
6d7bb824
TT
63582018-04-30 Tom Tromey <tom@tromey.com>
6359
6360 * gdb.python/py-type.exp: Check align attribute.
6361 * gdb.python/py-type.c: New "aligncheck" global.
6362
007e1530
TT
63632018-04-30 Tom Tromey <tom@tromey.com>
6364
6365 PR exp/17095:
6366 * gdb.dwarf2/dw2-align.exp: New file.
6367 * gdb.cp/align.exp: New file.
6368 * gdb.base/align.exp: New file.
6369 * lib/gdb.exp (gdb_int128_helper): New proc.
6370 (has_int128_c, has_int128_cxx): New caching procs.
6371
6873858b
TT
63722018-04-27 Tom Tromey <tom@tromey.com>
6373
6374 PR rust/22545:
6375 * gdb.rust/simple.exp: Add inclusive range tests.
6376
79188d8d
PA
63772018-04-26 Pedro Alves <palves@redhat.com>
6378
6379 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6380 ifunc breakpoint locations correctly of ifunc breakpoints set
6381 while the program resolves the ifunc.
6382
c7075ad5
PA
63832018-04-26 Pedro Alves <palves@redhat.com>
6384
6385 * gdb.base/gnu-ifunc-final.c: New file.
6386 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6387 * gdb.base/gnu-ifunc.exp (executable): Delete.
6388 (staticexecutable): Adjust.
6389 (lib_opts, exec_opts): Delete.
6390 (make_binsuffix, build, set-break): New procedures.
6391 (misc_tests): New, with tests factored out from the top level.
6392 (top level): Test different combinations of ifunc resolver name,
6393 resolver with and with debug info, and ifunc target with and
6394 without debug info. Wrap static tests with with_target_prefix.
6395
8388016d
PA
63962018-04-26 Pedro Alves <palves@redhat.com>
6397
6398 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6399 return type" warnings.
6400
249b5733
PA
64012018-04-25 Pedro Alves <palves@redhat.com>
6402
6403 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6404 killed".
6405 * gdb.base/kill-after-signal.exp: Likewise.
6406 * gdb.threads/kill.exp: Likewise.
6407
f67c0c91
SDJ
64082018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6409 Sergio Durigan Junior <sergiodj@redhat.com>
6410 Pedro Alves <palves@redhat.com>
6411
6412 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6413 regexps to expect for '[Inferior ... detached]' as well.
6414 * gdb.base/attach.exp: Likewise.
6415 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6416 "gdb_continue_to_end".
6417 (test_catch_syscall_with_wrong_args): Likewise.
6418 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6419 ']'. Don't set 'verbose' on.
6420 * gdb.base/foll-vfork.exp: Likewise.
6421 * gdb.base/fork-print-inferior-events.c: New file.
6422 * gdb.base/fork-print-inferior-events.exp: New file.
6423 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6424 '[Inferior ... has been killed]' message.
6425 * gdb.base/kill-after-signal.exp: Likewise.
6426 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6427 detach message.
6428 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6429 message.
6430 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6431 regexps to expect for '[Inferior ... detached]' as well.
6432 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6433
0a8ddac4
SM
64342018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6435
6436 PR gdb/23104
6437 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6438
701adfb0
PA
64392018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6440
6441 PR gdb/23095
6442 * gdb.base/break-probes.exp: Pass shlib_load to
6443 prepare_for_testing. Set normal_bp to r_debug_state if target is
6444 bsd.
6445
d27d16bf
RB
64462018-04-19 Richard Bunt <richard.bunt@arm.com>
6447
6448 * gdb.threads/multiple-successive-infcall.c: New test.
6449 * gdb.threads/multiple-successive-infcall.exp: New file.
6450
a037790e
TT
64512018-04-17 Tom Tromey <tom@tromey.com>
6452
6453 * gdb.rust/simple.rs (Union): New type.
6454 (main): New local "u".
6455 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6456
e3a91079
AA
64572018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6458
6459 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6460 number information in output of "whereis" command.
6461 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6462
b744723f
AA
64632018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6464
6465 * gdb.ada/info_types.exp: Adjust expected output to the line
6466 numbers now printed by "info var/func/type".
6467 * gdb.base/completion.exp: Likewise.
6468 * gdb.base/included.exp: Likewise.
6469 * gdb.cp/cp-relocate.exp: Likewise.
6470 * gdb.cp/cplusfuncs.exp: Likewise.
6471 * gdb.cp/namespace.exp: Likewise.
6472 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6473
4a4495d6
MM
64742018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6475
6476 * gdb.btrace/cpu.exp: New.
6477
1d509aa6
MM
64782018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6479
6480 * gdb.base/step-indirect-call-thunk.exp: New.
6481 * gdb.base/step-indirect-call-thunk.c: New.
6482 * gdb.reverse/step-indirect-call-thunk.exp: New.
6483 * gdb.reverse/step-indirect-call-thunk.c: New.
6484
6295b6da
SM
64852018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6486
6487 * gdb.base/pie-fork.c: New file.
6488 * gdb.base/pie-fork.exp: New file.
6489
50146e70
TT
64902018-04-11 Tom Tromey <tom@tromey.com>
6491
6492 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6493
f50d8a2e
PA
64942018-04-10 Pedro Alves <palves@redhat.com>
6495
6496 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6497 exits. Instead loop running forever.
6498 (fork_parent): Run forever too.
6499
a0be7a36
SM
65002018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6501
6502 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6503 mi_continue_to_line.
6504 * gdb.mi/mi-stack.c (callee4): Add comment.
6505
9b73db36
SM
65062018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6507
6508 * gdb.mi/mi-stack.exp: Fix indentation.
6509
c912f608
SM
65102018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6511
6512 PR gdb/22979
6513 * gdb.arch/amd64-osabi.exp: New file.
6514
26540402
SM
65152018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6516
6517 PR gdb/22980
6518 * gdb.base/osabi.exp: New file.
6519
121ad66c 65202018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6521
6522 * gdb.cp/static-typedef-print.exp: New file.
6523 * gdb.cp/static-typedef-print.cc: New file.
6524
3fcded8f
JB
65252018-03-27 Joel Brobecker <brobecker@adacore.com>
6526
6527 * gdb.ada/varsize_limit: New testcase.
6528
59cc4834
JB
65292018-03-27 Joel Brobecker <brobecker@adacore.com>
6530
6531 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6532
6533 * gdb.ada/notcplusplus: New testcase.
6534
6535 * gdb.base/c-linkage-name.c: New file.
6536 * gdb.base/c-linkage-name.exp: New testcase.
6537
4ca59a9f
TT
65382018-03-26 Tom Tromey <tom@tromey.com>
6539
6540 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6541 * gdb.python/py-framefilter.py (name_error): New global.
6542 (ErrorInName.function): Use name_error.
6543
978d6c75
TT
65442018-03-26 Tom Tromey <tom@tromey.com>
6545
6546 PR backtrace/15582:
6547 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6548
b7fee5a3
KS
65492018-03-23 Keith Seitz <keiths@redhat.com>
6550
6551 PR c++/22968
6552 * gdb.cp/subtypes.exp: New file.
6553 * gdb.cp/subtypes.h: New file.
6554 * gdb.cp/subtypes.cc: New file.
6555 * gdb.cp/subtypes-2.cc: New file.
6556
376be529
AB
65572018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6558
6559 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6560 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6561 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6562 -nostartfiles when compiling the test. Confirm that all registers
6563 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6564
066cfa98
AB
65652018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6566
6567 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6568 option, syntax was wrong anyway.
6569 * gdb.arch/arm-disp-step.exp: Likewise.
6570 * gdb.arch/sparc64-regs.exp: Likewise.
6571 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6572 option, syntax was wrong anyway, switch to use
6573 prepare_for_testing.
6574 * gdb.arch/i386-disp-step.exp: Likewise.
6575
079670b9
AA
65762018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6577
6578 * gdb.ada/exec_changed.exp: Replace "target_info exists
6579 use_gdb_stub" by "use_gdb_stub".
6580 * gdb.ada/start.exp: Likewise.
6581 * gdb.base/async-shell.exp: Likewise.
6582 * gdb.base/attach-pie-misread.exp: Likewise.
6583 * gdb.base/attach-wait-input.exp: Likewise.
6584 * gdb.base/break-entry.exp: Likewise.
6585 * gdb.base/break-interp.exp: Likewise.
6586 * gdb.base/dprintf-detach.exp: Likewise.
6587 * gdb.base/nostdlib.exp: Likewise.
6588 * gdb.base/solib-nodir.exp: Likewise.
6589 * gdb.base/statistics.exp: Likewise.
6590 * gdb.base/testenv.exp: Likewise.
6591 * gdb.mi/mi-exec-run.exp: Likewise.
6592 * gdb.mi/mi-start.exp: Likewise.
6593 * gdb.multi/dummy-frame-restore.exp: Likewise.
6594 * gdb.multi/multi-arch-exec.exp: Likewise.
6595 * gdb.multi/multi-arch.exp: Likewise.
6596 * gdb.multi/tids.exp: Likewise.
6597 * gdb.multi/watchpoint-multi.exp: Likewise.
6598 * gdb.python/py-events.exp: Likewise.
6599 * gdb.threads/attach-into-signal.exp: Likewise.
6600 * gdb.threads/attach-stopped.exp: Likewise.
6601 * gdb.threads/threadapply.exp: Likewise.
6602 * lib/selftest-support.exp: Likewise.
6603
26d6cec4
AA
66042018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6605
6606 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6607
4ee89e90
SR
66082018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6609
6610 * gdb.perf/template-breakpoints.cc: New file.
6611 * gdb.perf/template-breakpoints.exp: New file.
6612 * gdb.perf/template-breakpoints.py: New file.
6613
92630041
TT
66142018-03-19 Tom Tromey <tom@tromey.com>
6615
6616 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6617 y0.
6618 * gdb.rust/simple.exp: Test bare identifier form of struct
6619 initializer.
6620
76727919
TT
66212018-03-19 Tom Tromey <tom@tromey.com>
6622
6623 * gdb.gdb/observer.exp: Remove.
6624
194ed413
AA
66252018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6626
6627 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6628 "qualified" option when setting breakpoints.
6629 * gdb.trace/backtrace.exp: Likewise.
6630 * gdb.trace/circ.exp: Likewise.
6631 * gdb.trace/collection.exp: Likewise.
6632 * gdb.trace/disconnected-tracing.exp: Likewise.
6633 * gdb.trace/ftrace-lock.exp: Likewise.
6634 * gdb.trace/ftrace.exp: Likewise.
6635 * gdb.trace/infotrace.exp: Likewise.
6636 * gdb.trace/packetlen.exp: Likewise.
6637 * gdb.trace/passc-dyn.exp: Likewise.
6638 * gdb.trace/qtro.exp: Likewise.
6639 * gdb.trace/read-memory.exp: Likewise.
6640 * gdb.trace/report.exp: Likewise.
6641 * gdb.trace/signal.exp: Likewise.
6642 * gdb.trace/status-stop.exp: Likewise.
6643 * gdb.trace/strace.exp: Likewise.
6644 * gdb.trace/tfind.exp: Likewise.
6645 * gdb.trace/trace-break.exp: Likewise.
6646 * gdb.trace/trace-condition.exp: Likewise.
6647 * gdb.trace/trace-mt.exp: Likewise.
6648 * gdb.trace/tstatus.exp: Likewise.
6649 * gdb.trace/tsv.exp: Likewise.
6650 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6651 * gdb.trace/unavailable.exp: Likewise.
6652 * gdb.trace/while-dyn.exp: Likewise.
6653
8b067d2c
AA
66542018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6655
6656 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6657 that libinproctrace is copied to the target.
6658
3ae9ce5d
TT
66592018-03-14 Tom Tromey <tom@tromey.com>
6660
6661 PR cli/14977:
6662 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6663 a null pointer.
6664 * gdb.base/wchar.exp: Likewise.
6665
b8c2339b
TT
66662018-03-14 Tom Tromey <tom@tromey.com>
6667
6668 PR cli/19918:
6669 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6670 flag.
6671
4872dc46
SM
66722018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6673
6674 PR gdb/22841
6675 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6676 "target" to remote_exec.
6677
e4fe3756
SM
66782018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6679
6680 PR gdb/22841
6681 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6682 ${board}_upload): Remove.
6683
e95a97d4
AA
66842018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6685
6686 * gdb.cp/watch-cp.cc: New test.
6687 * gdb.cp/watch-cp.exp: New file.
6688
dbbb1059
AB
66892018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6690
6691 * gdb.base/infcall-nested-structs.exp: New file.
6692 * gdb.base/infcall-nested-structs.c: New file.
6693 * gdb.base/float.exp: Add riscv support.
6694
ecc054c0
TP
66952018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6696
6697 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6698 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6699
25e3c82c
SDJ
67002018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6701
6702 * gdb.server/abspath.exp: New file.
6703 * lib/gdb.exp (with_cwd): New procedure.
6704
3083294d
SM
67052018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6706
6707 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6708 use it.
6709 (gdb_is_target_remote_prompt): New proc.
6710 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6711 (gdb_is_target_native): Pass prompt parameter to
6712 gdb_is_target_1.
6713
3275ef47
SM
67142018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6715
6716 * gdb.base/load-command.c: New file.
6717 * gdb.base/load-command.exp: New file.
6718 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6719 (gdb_is_target_1): ...this, and generalize for other targets
6720 than just remote.
6721 (gdb_is_target_remote): Use gdb_is_target_1.
6722 (gdb_is_target_native): use gdb_is_target_1.
6723
6893c19a
TT
67242018-02-26 Tom Tromey <tom@tromey.com>
6725
6726 PR python/16497:
6727 * gdb.python/py-framefilter.exp: Update test.
6728
2ddeaf8a
TT
67292018-02-26 Tom Tromey <tom@tromey.com>
6730
6731 * gdb.dwarf2/variant.c: New file.
6732 * gdb.dwarf2/variant.exp: New file.
6733
c9317f21
TT
67342018-02-26 Tom Tromey <tom@tromey.com>
6735
6736 * gdb.rust/simple.exp: Accept more possible results in enum test.
6737
6f6d0c26
SM
67382018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6739
6740 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6741 parentheses.
6742
11b03145
MR
67432018-02-23 Maciej W. Rozycki <macro@mips.com>
6744
6745 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6746 name of a variable: $actual_linejj -> $actual_line.
6747
54a27fe5
JB
67482018-02-21 John Baldwin <jhb@FreeBSD.org>
6749
6750 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6751
de65820c
MM
67522018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6753
6754 * gdb.btrace/buffer-size.exp: Do not force BTS.
6755
980548fd
PA
67562018-02-14 Pedro Alves <palves@redhat.com>
6757
6758 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6759 getting a "Quit".
6760
c4e12631
MM
67612018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6762
6763 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6764 Fix test name.
6765
c2e0e465
SM
67662018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6767
6768 * gdb.cp/m-static.exp: Check type of optimized out static
6769 member.
6770
f7216783
AB
67712018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6772
6773 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6774 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6775
0625771b
LS
67762018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6777 Leszek Swirski <leszeks@google.com>
6778
6779 * gdb.python/py-prettyprint.c
6780 (struct to_string_returns_value_inner,
6781 struct to_string_returns_value_wrapper): New.
6782 (main): Add tsrvw variable.
6783 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6784 ToStringReturnsValueWrapper): New classes.
6785 (register_pretty_printers): Register new pretty-printers.
6786 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6787 recursive pretty printer.
6788 * gdb.python/py-mi.exp: Likewise.
6789
59498c30
LS
67902018-02-01 Leszek Swirski <leszeks@google.com>
6791
6792 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6793 functions with the same name as an include file are parsed
6794 correctly.
6795
d4d38844
YQ
67962018-02-01 Yao Qi <yao.qi@linaro.org>
6797
6798 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6799 "\[^\r\n\]*".
6800
07e5f5cf
NP
68012018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6802
6803 * gdb.arch/powerpc-prologue-frame.s: New file.
6804 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6805 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6806
929b5ad4
JB
68072018-01-31 Joel Brobecker <brobecker@adacore.com>
6808
6809 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6810
e671cd59
PA
68112018-01-30 Pedro Alves <palves@redhat.com>
6812
6813 PR gdb/13211
6814 * gdb.base/interrupt-daemon.c: New.
6815 * gdb.base/interrupt-daemon.exp: New.
6816 * gdb.multi/multi-term-settings.c: New.
6817 * gdb.multi/multi-term-settings.exp: New.
6818
fc413dc4
JB
68192018-01-30 Joel Brobecker <brobecker@adacore.com>
6820
6821 * gdb.base/break.exp: Save the location where the breakpoint
6822 on break.c:47 was actually inserted when debugging the version
6823 compiled at -O2 and use it in the expected output of the "info
6824 break" test performed soon after.
6825
5c319bb2
PA
68262018-01-22 Pedro Alves <palves@redhat.com>
6827 Sergio Durigan Junior <sergiodj@redhat.com>
6828
6829 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6830 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6831
a9e40818
JB
68322018-01-22 Joel Brobecker <brobecker@adacore.com>
6833
6834 * gdb.base/break-include.c, gdb.base/break-include.inc,
6835 gdb.base/break-include.exp: New files.
6836 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6837 line number now being the actual line number where the breakpoint
6838 was inserted.
6839 * gdb.mi/mi-break.exp: Likewise.
6840 * gdb.mi/mi-reverse.exp: Likewise.
6841 * gdb.mi/mi-simplerun.exp: Ditto.
6842
e707fc44
AB
68432018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6844
6845 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6846 varobj.
6847 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6848
ae451627
AB
68492018-01-21 Don Breazeal <donb@codesourcery.com>
6850 Andrew Burgess <andrew.burgess@embecosm.com>
6851
6852 * gdb.mi/basics.c: Add new global.
6853 * gdb.mi/mi-frame-regs.exp: New file.
6854 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6855 case.
6856
b1b189e0
AB
68572018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6858
6859 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6860 non-parameter, and on an unknown symbol.
6861
fcfcc376
TT
68622018-01-19 Tom Tromey <tom@tromey.com>
6863
6864 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6865 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6866
634c1c31
AA
68672018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6868
6869 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6870 setrlimit and chdir to int.
6871
d6ad07fd
AA
68722018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6873
6874 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6875 function.
6876 (my_tend): Likewise.
6877 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6878 rationale of avoiding FP- and vector instructions.
6879
adf8243b
RK
68802018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6881
6882 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6883 "info reg" with "\[ \t\]*".
6884 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6885 "\[ \t\]+".
6886 * gdb.arch/s390-multiarch.exp: Ditto.
6887 * gdb.base/pc-fp.exp: Ditto.
6888 * gdb.reverse/i386-precsave.exp: Ditto.
6889 * gdb.reverse/i386-reverse.exp: Ditto.
6890 * gdb.reverse/i387-env-reverse.exp: Ditto.
6891 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6892
dcc06925
AA
68932018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6894
6895 * lib/gdb.exp (gdb_compile): Re-enable use of
6896 universal_compile_options for languages other than Rust.
6897
25d4fd80
AA
68982018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6899
6900 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6901
ee7f689e 69022018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6903
6904 PR gdb/16577
6905 * gdb.base/solib-vanish.exp: New.
6906 * gdb.base/solib-vanish-main.c: New.
6907 * gdb.base/solib-vanish-lib1.c: New.
6908 * gdb.base/solib-vanish-lib2.c: New.
6909
d8447b6b
YQ
69102018-01-17 Yao Qi <yao.qi@linaro.org>
6911
6912 * gdb.compile/compile.exp: Match the address printed for
6913 frame in the output of command "bt".
6914
86d6a90c
TT
69152018-01-15 Tom Tromey <tom@tromey.com>
6916
6917 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6918 compute sp_reg.
6919
cbcdb1aa
AB
69202018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6921
6922 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6923 to prepare.
6924 (prepare): Return 0 on error, 1 on success.
6925
eea61984
PA
69262018-01-12 Pedro Alves <palves@redhat.com>
6927
6928 * gdb.base/continue-after-aborted-step-over.c: New.
6929 * gdb.base/continue-after-aborted-step-over.exp: New.
6930
6181e9c2
SM
69312018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6932
6933 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6934 options when not creating an executable.
6935
3cada740
PA
69362018-01-11 Pedro Alves <palves@redhat.com>
6937
6938 PR remote/22597
6939 * gdb.server/stop-reply-no-thread.c: New file.
6940 * gdb.server/stop-reply-no-thread.exp: New file.
6941
c63d3e8d
PA
69422018-01-10 Pedro Alves <palves@redhat.com>
6943
6944 PR gdb/22670
6945 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6946 functions too. Test setting breakpoints and printing C functions
6947 with no debug info too.
6948 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6949
d4c2a405
PA
69502018-01-10 Pedro Alves <palves@redhat.com>
6951
6952 PR gdb/22670
6953 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6954 a fail.
6955
8825213e
PA
69562018-01-10 Pedro Alves <palves@redhat.com>
6957
6958 PR gdb/22670
6959 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6960
605fd3c6
YQ
69612018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6962
6963 * gdb.server/unittest.exp: Match the output in non-development
6964 mode.
6965
1e5ded6c
YQ
69662018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6967
6968 * gdb.gdb/unittest.exp: Match output in non-development mode.
6969
30066b0b
JB
69702018-01-08 Joel Brobecker <brobecker@adacore.com>
6971
6972 * gdb.ada/access_tagged_param.exp: Relax expected output
6973 for value of "ObjL" in "continue" to pck.inspect breakpoint
6974 test.
6975
04bafb1e
XR
69762018-01-08 Joel Brobecker <brobecker@adacore.com>
6977
9f86398b
JB
6978 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6979 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 6980
e379cee6
PA
69812018-01-05 Pedro Alves <palves@redhat.com>
6982
6983 PR gdb/18653
6984 * gdb.base/libsegfault.exp: New.
6985
de63c46b
PA
69862018-01-05 Joel Brobecker <brobecker@adacore.com>
6987
6988 PR gdb/22670
6989 * gdb.ada/access_tagged_param.exp: New file.
6990 * gdb.ada/access_tagged_param/foo.adb: New file.
6991
f98fc17b
PA
69922018-01-05 Pedro Alves <palves@redhat.com>
6993
6994 PR gdb/22670
6995 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6996 exercise lower case too, and to exercise both full matching and
6997 wild matching.
6998
342f8240
JB
69992018-01-05 Joel Brobecker <brobecker@adacore.com>
7000
7001 * gdb.ada/rename_subscript_param: New testcase.
7002
7150d33c
JG
70032018-01-05 Jerome Guitton <guitton@adacore.com>
7004
7005 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7006
cc0e770c
JB
70072018-01-05 Joel Brobecker <brobecker@adacore.com>
7008
7009 * gdb.ada/convvar_comp: New testcase.
7010
672a41aa 70112018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7012
7013 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7014 (My_Table): New global variable.
7015 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7016
7365ec2f
JB
70172018-01-04 Joel Brobecker <brobecker@adacore.com>
7018
7019 PR gdb/22670
7020 * gdb.ada/maint_with_ada: New testcase.
7021
289483b6
JB
70222018-01-04 Joel Brobecker <brobecker@adacore.com>
7023
7024 PR gdb/22670
7025 * gdb.ada/bp_c_mixed_case: New testcase.
7026
344420da
JB
70272018-01-04 Joel Brobecker <brobecker@adacore.com>
7028
7029 PR gdb/22670
7030 * gdb.ada/complete.exp: Add "complete break ada" test.
7031
66fc87a0
JB
70322018-01-04 Joel Brobecker <brobecker@adacore.com>
7033
7034 PR gdb/22670
7035 * gdb.ada/info_addr_mixed_case: New testcase.
7036
9f757bf7
XR
70372018-01-03 Xavier Roirand <roirand@adacore.com>
7038
7039 * gdb.ada/excep_handle.exp: New testcase.
7040 * gdb.ada/excep_handle/foo.adb: New file.
7041 * gdb.ada/excep_handle/pck.ads: New file.
7042
bd570f80
JB
70432018-01-03 Joel Brobecker <brobecker@adacore.com>
7044
7045 * gdb.base/step-line.c: Add extra empty line in copyright header.
7046 * gdb.base/step-line.inp: Likewise.
7047
9fe561ab
JB
70482018-01-02 Joel Brobecker <brobecker@adacore.com>
7049
7050 * gdb.ada/dyn_stride.exp: Add slice test.
7051
a405673c
JB
70522018-01-02 Joel Brobecker <brobecker@adacore.com>
7053
7054 * gdb.ada/dyn_stride: New testcase.
7055
cef0f868
SH
70562017-12-27 Stafford Horne <shorne@gmail.com>
7057
7058 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7059 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7060
b67d92b0
SH
70612017-12-27 Stafford Horne <shorne@gmail.com>
7062
7063 * gdb.base/reggroups.c: New file.
7064 * gdb.base/reggroups.exp: New file.
7065
eccab96d
JB
70662017-12-18 Joel Brobecker <brobecker@adacore.com>
7067
7068 * gdb.dwarf2/ada-valprint-error.c: New file.
7069 * gdb.dwarf2/ada-valprint-error.exp: New file.
7070
0e2da9f0
JB
70712017-12-18 Joel Brobecker <brobecker@adacore.com>
7072
7073 * gdb.ada/assign_arr: New testcase.
7074
cb923fcc
XR
70752017-12-18 Xavier Roirand <roirand@adacore.com>
7076
7077 * gdb.ada/funcall_ptr: New testcase.
7078
7c161838
SDJ
70792017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7080
7081 PR cli/16224
7082 * gdb.base/ptype-offsets.cc: New file.
7083 * gdb.base/ptype-offsets.exp: New file.
7084
1af17fd9
YQ
70852017-12-15 Yao Qi <yao.qi@linaro.org>
7086
7087 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7088 if XML is disabled.
7089
828d5846
XR
70902017-12-15 Xavier Roirand <roirand@adacore.com>
7091
7092 * gdb.ada/same_component_name: New testcase.
7093
79e8fcaa
JB
70942017-12-14 Joel Brobecker <brobecker@adacore.com>
7095
7096 * gdb.ada/str_binop_equal: New testcase.
7097
e05fa6f9
JB
70982017-12-14 Joel Brobecker <brobecker@adacore.com>
7099
7100 * gdb.ada/task_switch_in_core: New testcase.
7101
b89641ba
SM
71022017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7103
7104 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7105 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7106 call test_bkpt_qualified.
7107 (test_bkpt_qualified): New proc.
7108
6892d2e4
PA
71092017-12-13 Pedro Alves <palves@redhat.com>
7110
7111 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7112 Tighten regexp by matching with an anchor.
7113
a22ecf70
PA
71142017-12-13 Pedro Alves <palves@redhat.com>
7115
7116 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7117 ("expression with namespace"): New set of tests.
7118 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7119 (Nested::Test_NS::qux): New.
7120 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7121 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7122
9937536c
JB
71232017-12-13 Joel Brobecker <brobecker@adacore.com>
7124
7125 * gdb.base/server-del-break.c: New file.
7126 * gdb.base/server-del-break.exp: New file.
7127
fe49c6f5
SH
71282017-12-12 Stafford Horne <shorne@gmail.com>
7129
7130 * gdb.xml/tdesc-regs.exp: Add or1k support.
7131
c3d18620
SH
71322017-12-12 Stafford Horne <shorne@gmail.com>
7133
7134 * gdb.base/bp-permanent.c: Define nop of or1k.
7135
c5f9cfc8
JB
71362017-12-11 Joel Brobecker <brobecker@adacore.com>
7137
7138 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7139 output with components being reordered.
7140
a9c135fc
JB
71412017-12-11 Joel Brobecker <brobecker@adacore.com>
7142
7143 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7144 output with components being reordered.
7145
927aa2e7
JK
71462017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7147 Pedro Alves <palves@redhat.com>
7148
7149 * gdb.base/maint.exp (check for .gdb_index): Check also for
7150 .debug_names.
7151 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7152 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7153 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7154 (.gdb_index used after symbol reloading): Support also .debug_names.
7155 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7156
f17d9474
YQ
71572017-12-08 Yao Qi <yao.qi@linaro.org>
7158
7159 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7160 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7161
a0de8c21
YQ
71622017-12-08 Yao Qi <yao.qi@linaro.org>
7163
7164 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7165 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7166
a738ea1d
YQ
71672017-12-08 Yao Qi <yao.qi@linaro.org>
7168
7169 * gdb.arch/aarch64-tagged-pointer.c: New file.
7170 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7171
1cd9a73b
SDJ
71722017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7173
7174 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7175 "int".
7176
fa6eb693
KS
71772017-12-07 Keith Seitz <keiths@redhat.com>
7178
7179 PR breakpoints/22569
7180 * gdb.linespec/ls-errs.exp: Change expected result of "break
7181 -source this file has spaces.c -line 3".
7182 Check that an explicit source file followed by whitespace is
7183 identified as an invalid explicit location.
7184
883fd55a
KS
71852017-12-07 Keith Seitz <keiths@redhat.com>
7186
7187 * gdb.cp/nested-types.cc: New file.
7188 * gdb.cp/nested-types.exp: New file.
7189 * lib/cp-support.exp: Load data-structures.exp library.
7190 (debug_cp_test_ptype_class): New global.
7191 (cp_ptype_class_verbose, next_line): New procedures.
7192 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7193 Add and document new return value.
7194 Switch the list of lines to a queue.
7195 Add support for new `type' key for nested type definitions.
7196 Add debugging/troubleshooting messages.
7197 * lib/data-structures.exp: New file.
7198
ec72db3e
SM
71992017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7200
7201 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7202 with proc_with_prefix, don't use with_test_prefix.
7203
99598d71
TT
72042017-12-07 Tom Tromey <tom@tromey.com>
7205
7206 * gdb.base/break.exp: Add test for empty "commands".
7207
a8806230
YQ
72082017-12-07 Yao Qi <yao.qi@linaro.org>
7209
7210 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7211 malloc and catch syscall.
7212
824cc835
PM
72132017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7214
e79be6e5 7215 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7216 tests for explicit locations.
7217
7cc244de
PA
72182017-12-06 Pedro Alves <palves@redhat.com>
7219
7220 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7221 force-disabling XML descriptions.
7222
50a1fdd5
PA
72232017-12-04 Pedro Alves <palves@redhat.com>
7224
7225 PR gdb/22499
7226 * gdb.arch/amd64-disp-step-avx.S: New file.
7227 * gdb.arch/amd64-disp-step-avx.exp: New file.
7228
f0fb2488
PA
72292017-12-03 Pedro Alves <palves@redhat.com>
7230
7231 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7232 and <string.h>.
7233 (parent_function): Print distinct messages when waitpid fails, or
7234 the child exits with a signal, or the child exits for an unhandled
7235 reason.
7236 * gdb.threads/process-dies-while-detaching.exp
7237 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7238 it. Wait for both inferior output and GDB's prompt. Use an
7239 indirect spawn id list.
7240 (do_detach): New parameter 'child_exit'. Use it to compute
7241 expected inferior output.
7242 (test_detach, test_detach_watch, test_detach_killed_outside):
7243 Adjust to pass down the expected child exit kind.
7244
97cbe998
SDJ
72452017-12-01 Joel Brobecker <brobecker@adacore.com>
7246 Sergio Durigan Junior <sergiodj@redhat.com>
7247 Pedro Alves <palves@redhat.com>
7248
7249 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7250
40fc416f
SDJ
72512017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7252
7253 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7254 to 'symbol-file' and 'add-symbol-file' can be
7255 position-independent.
7256
1cc75e92
YQ
72572017-12-01 Yao Qi <yao.qi@linaro.org>
7258
7259 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7260 the URL in copyright header.
7261 * gdb.arch/aarch64-fp.exp: Likewise.
7262 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7263 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7264 * gdb.base/expand-psymtabs.exp: Likewise.
7265 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7266 * gdb.fortran/common-block.exp: Likewise.
7267 * gdb.fortran/common-block.f90: Likewise.
7268 * gdb.fortran/logical.exp: Likewise.
7269 * gdb.fortran/vla-datatypes.f90: Likewise.
7270 * gdb.fortran/vla-sub.f90: Likewise.
7271
875fb7a7
JB
72722017-11-30 Joel Brobecker <brobecker@adacore.com>
7273
7274 * gdb.ada/repeat_dyn: New testcase.
7275
6f14765f
UW
72762017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7277
7278 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7279 Update for changed thread numbering.
7280 * gdb.cell/bt.exp: Update for changed GDB output.
7281
f1af7b94
SM
72822017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7283
7284 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7285 setting isremote by hand.
7286 * boards/dwarf4-gdb-index.exp: Likewise.
7287 * boards/fission.exp: Likewise.
7288 * boards/stabs.exp: Likewise.
7289
e3919f3e
PA
72902017-11-30 Pedro Alves <palves@redhat.com>
7291
7292 * gdb.linespec/cpls-ops.exp
7293 (check_explicit_skips_function_argument): Extract the underlying
7294 type of size_t instead of hardcoding it.
7295
bd69330d
PA
72962017-11-29 Pedro Alves <palves@redhat.com>
7297
7298 PR c++/19436
7299 * gdb.linespec/cpls-abi-tag.cc: New file.
7300 * gdb.linespec/cpls-abi-tag.exp: New file.
7301
a20714ff
PA
73022017-11-29 Pedro Alves <palves@redhat.com>
7303
7304 * gdb.base/langs.exp: Use -qualified.
7305 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7306 it.
7307 * gdb.cp/namespace.exp: Use -qualified.
7308 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7309 (overload-3, template-overload, template-ret-type, const-overload)
7310 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7311 procedures.
7312 (test_driver): Call them.
7313 * gdb.cp/save-bp-qualified.cc: New.
7314 * gdb.cp/save-bp-qualified.exp: New.
7315 * gdb.linespec/explicit.exp: Test -qualified.
7316 * lib/completion-support.exp (completion::explicit_opts_list): Add
7317 "-qualified".
7318 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7319
f6f1d339
PM
73202017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7321
7322 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7323
02ca603a
TT
73242017-11-29 Tom Tromey <tom@tromey.com>
7325
7326 * gdb.base/relocate.exp: Update invalid argument test.
7327 Add new tests for invalid arguments.
7328
ed6c0bfb
TP
73292017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7330
7331 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7332 Return 0 as a long.
7333 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7334
f106e10e
TP
73352017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7336
7337 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7338 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7339 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7340 func ().
7341 * gdb.cp/shadow.cc (B.func): Return 0.
7342
10329bb2
JB
73432017-11-27 Joel Brobecker <brobecker@adacore.com>
7344
7345 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7346 expected output in gdb_expect call to allow the exception
7347 message to be present as well. Fix syntax confusion to avoid
7348 TCL thinking that exception_name is an array.
7349
617cd4bc
UW
73502017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7351
7352 * gdb.arch/spu-info.c: Include <unistd.h>.
7353 (do_signal_test): Fix broken calls to write.
7354 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7355 Fix checks for empty mailboxes. Update signal tests for corrected
7356 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7357 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7358 * gdb.cell/arch.exp: Use standard_output_file.
7359 * gdb.cell/break.exp: Likewise.
7360 * gdb.cell/bt.exp: Likewise.
7361 * gdb.cell/core.exp: Likewise.
7362 * gdb.cell/dwarfaddr.exp: Likewise.
7363 * gdb.cell/ea-cache.exp: Likewise.
7364 * gdb.cell/ea-standalone.exp: Likewise.
7365 * gdb.cell/f-regs.exp: Likewise.
7366 * gdb.cell/fork.exp: Likewise.
7367 * gdb.cell/gcore.exp: Likewise.
7368 * gdb.cell/mem-access.exp: Likewise.
7369 * gdb.cell/ptype.exp: Likewise.
7370 * gdb.cell/registers.exp: Likewise.
7371 * gdb.cell/sizeof.exp: Likewise.
7372 * gdb.cell/solib-symbol.exp: Likewise.
7373 * gdb.cell/solib.exp: Likewise.
617cd4bc 7374
a81aaca0
PA
73752017-11-25 Pedro Alves <palves@redhat.com>
7376
7377 * gdb.base/complete-empty.exp: New file.
7378 * gdb.base/completion.exp: Adjust.
7379
6a3c6ee4
PA
73802017-11-25 Pedro Alves <palves@redhat.com>
7381
7382 * gdb.linespec/cpls-ops.cc: New file.
7383 * gdb.linespec/cpls-ops.exp: New file.
7384 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7385 factored out from ...
7386 (test_complete_prefix_range): ... this.
7387
8955eb2d
PA
73882017-11-24 Pedro Alves <palves@redhat.com>
7389
7390 * gdb.linespec/cpcompletion.exp: New file.
7391 * gdb.linespec/cpls-hyphen.cc: New file.
7392 * gdb.linespec/cpls.cc: New file.
7393 * gdb.linespec/cpls2.cc: New file.
7394 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7395 test to use test_gdb_complete_unique. Add label completion,
7396 keyword completion and explicit location completion tests.
7397 * lib/completion-support.exp: New file.
7398
e547c119
JB
73992017-11-24 Joel Brobecker <brobecker@adacore.com>
7400
7401 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7402 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7403 when hitting an exception catchpoint.
7404
7c3c1aa8
YQ
74052017-11-22 Yao Qi <yao.qi@linaro.org>
7406
7407 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7408
41bd68f5
SM
74092017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7410
7411 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7412 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7413 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7414
1daad298
YQ
74152017-11-22 Yao Qi <yao.qi@linaro.org>
7416
7417 * gdb.base/info-os.exp: Pass pthreads.
7418 * gdb.multi/multi-attach.exp: Likewise.
7419
88465e87
YQ
74202017-11-22 Yao Qi <yao.qi@linaro.org>
7421
7422 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7423 compiler.
7424
dc196b23
YQ
74252017-11-22 Yao Qi <yao.qi@linaro.org>
7426
7427 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7428 * gdb.base/break-interp.exp: Likewise.
7429 * gdb.base/jit-attach-pie.exp: Likewise.
7430
2400729e
UW
74312017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7432
7433 * gdb.base/float128.c (large128): New variable.
7434 * gdb.base/float128.exp: Add test to print largest __float128 value.
7435
7a26362d
UW
74362017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7437
7438 * gdb.arch/vsx-regs.exp: Update register content checks.
7439
ed0f4273
UW
74402017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7441
7442 * gdb.arch/ppc-longdouble.exp: New file.
7443 * gdb.arch/ppc-longdouble.c: Likewise.
7444
a25d69c6
PA
74452017-11-21 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7448
73fcf641
PA
74492017-11-20 Pedro Alves <palves@redhat.com>
7450
7451 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7452 (long_double_typedef): New typedefs.
7453 Use DEF on double and long double.
7454 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7455 cases.
7456 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7457 and 'long_double_ptr_same_size' locals. Use them to decide
7458 whether cast from array/function to float is valid/invalid.
7459
71a3c369
TT
74602017-11-17 Tom Tromey <tom@tromey.com>
7461
7462 * gdb.rust/traits.rs: New file.
7463 * gdb.rust/traits.exp: New file.
7464
ced9779b
JB
74652017-11-17 Joel Brobecker <brobecker@adacore.com>
7466
7467 * gdb.ada/minsyms: New testcase.
7468
a0922d80
PA
74692017-11-16 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7472 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7473
ea04e54c
PA
74742017-11-16 Pedro Alves <palves@redhat.com>
7475
7476 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7477 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7478
e849ea89
PA
74792017-11-16 Pedro Alves <palves@redhat.com>
7480
7481 * gdb.server/reconnect-ctrl-c.c: New file.
7482 * gdb.server/reconnect-ctrl-c.exp: New file.
7483
d8ae99a7
PM
74842017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7485
7486 * gdb.python/py-rbreak.exp: New file.
7487 * gdb.python/py-rbreak.c: New file.
7488 * gdb.python/py-rbreak-func2.c: New file.
7489
968a13f8
PA
74902017-11-16 Pedro Alves <palves@redhat.com>
7491
7492 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7493 pattern.
7494 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7495 GDB.
7496
71774bc9
SM
74972017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7498
7499 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7500 regex.
7501
ddbb44cf
SM
75022017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7503
7504 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7505 test names.
7506
584a564f
PA
75072017-11-09 Pedro Alves <palves@redhat.com>
7508
7509 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7510 factored out from ...
7511 (top level): ... here, and adjusted to avoid expecting beyond the
7512 prompt in a single gdb_test_multiple.
7513
5ed7a928
PA
75142017-11-09 Pedro Alves <palves@redhat.com>
7515
7516 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7517 output.
7518 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7519 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7520 * gdb.server/ext-run.exp ("kill" test): Likewise.
7521 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7522
a60e0738
PA
75232017-11-09 Pedro Alves <palves@redhat.com>
7524
7525 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7526 match till end of line.
7527
2c88253f
PA
75282017-11-09 Pedro Alves <palves@redhat.com>
7529
7530 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7531
c7a38517
PA
75322017-11-09 Pedro Alves <palves@redhat.com>
7533
7534 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7535 New procedures, factored out from ...
7536 (top level): ... here, and adjusted to avoid expecting beyond the
7537 prompt in one go.
7538
f29f4b6b
PA
75392017-11-09 Pedro Alves <palves@redhat.com>
7540
7541 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7542 output. Fix '?' match.
7543
286acbb5
JB
75442017-11-08 Joel Brobecker <brobecker@adacore.com>
7545
7546 * gdb.ada/scoped_watch: New testcase.
7547 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7548 which is actually correct.
7549 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7550 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7551
62d7ae92
PA
75522017-11-08 Pedro Alves <palves@redhat.com>
7553
7554 * gdb.gdb/complaints.exp (test_initial_complaints)
7555 (test_serial_complaints, test_short_complaints): Call
7556 complaint_internal instead of complaint.
7557
280ca31f
DT
75582017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7559
7560 * gdb.threads/tls-core.c: New file.
7561 * gdb.threads/tls-core.exp: Likewise.
7562
b5ec771e
PA
75632017-11-08 Pedro Alves <palves@redhat.com>
7564
7565 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7566 (p Exported_Capitalized): New test.
7567 (p exported_capitalized): New test.
7568
a02b41a7
PA
75692017-11-07 Pedro Alves <palves@redhat.com>
7570
7571 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7572
95e95a6d
PA
75732017-11-07 Pedro Alves <palves@redhat.com>
7574
7575 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7576 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7577 (disable_invalid, disable_inverted, disable_negative): New
7578 procedures.
7579 ("bad numbers"): New set of tests.
7580
cee62dbd
PA
75812017-11-07 Pedro Alves <palves@redhat.com>
7582
7583 * gdb.cp/ena-dis-br-range.exp: Add tests.
7584
cc638e86
PA
75852017-11-07 Pedro Alves <palves@redhat.com>
7586
7587 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7588
d0fe4701
XR
75892017-11-07 Xavier Roirand <roirand@adacore.com>
7590 Pedro Alves <palves@redhat.com>
7591
7592 * gdb.base/ena-dis-br.exp: Add reference to
7593 gdb.cp/ena-dis-br-range.exp.
7594 * gdb.cp/ena-dis-br-range.exp: New file.
7595 * gdb.cp/ena-dis-br-range.cc: New file.
7596
46f67f80
PA
75972017-11-06 Pedro Alves <palves@redhat.com>
7598
7599 * gdb.base/attach-non-pgrp-leader.c: New.
7600 * gdb.base/attach-non-pgrp-leader.exp: New.
7601
726e1356
PA
76022017-11-06 Pedro Alves <palves@redhat.com>
7603
7604 * configure.ac: No longer check for termio.h and sgtty.h.
7605 * configure: Regenerate.
7606 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7607 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7608 Remove termio and sgtty code.
7609
50ab6ace
YQ
76102017-11-03 Yao Qi <yao.qi@linaro.org>
7611
7612 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7613 in GDB is disabled.
7614
8e68731c
YQ
76152017-11-03 Yao Qi <yao.qi@linaro.org>
7616
7617 * gdb.python/py-thrhandle.exp: Skip it if python is not
7618 enabled.
7619
3a87ae65
SM
76202017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7621
7622 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7623 as a breakpoint command.
7624
484d8d36
MD
76252017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7626
7627 PR python/21213
7628 * gdb.python/py-infthread.exp: Test calling
7629 InferiorThread.inferior () multiple times in a row.
7630
4a27f119
KS
76312017-10-27 Keith Seitz <keiths@redhat.com>
7632
7633 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7634 Test "info break" for every inlined function breakpoint.
7635
bb11dd58
YQ
76362017-10-27 Yao Qi <yao.qi@linaro.org>
7637
7638 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7639
a43f3893
PF
76402017-10-26 Patrick Frants <osscontribute@gmail.com>
7641
7642 * gdb.cp/classes.exp (test_static_members): Test printing
7643 Outer::instance.
7644 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7645 (Inner::instance, Outer::instance): New.
7646
792ccf00
PA
76472017-10-24 Pedro Alves <palves@redhat.com>
7648
7649 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7650 extra console" test in two stages.
7651
eb2bfbad
PA
76522017-10-24 Pedro Alves <palves@redhat.com>
7653
7654 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7655
1f75a651
PA
76562017-10-24 Pedro Alves <palves@redhat.com>
7657
7658 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7659 loop.
7660
779990d9
PA
76612017-10-24 Pedro Alves <palves@redhat.com>
7662
7663 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7664 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7665
ad9b8f5d
PA
76662017-10-24 Pedro Alves <palves@redhat.com>
7667
7668 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7669 parameter and handle it. Don't output read value in test name.
7670
fee6da6e
PA
76712017-10-24 Pedro Alves <palves@redhat.com>
7672
7673 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7674 custom test name.
7675
10389c2c
PA
76762017-10-24 Pedro Alves <palves@redhat.com>
7677
7678 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7679 include the unstable output directory name in the test's name.
7680 (initial_setup_simple) <'set args'>: Use custom test name.
7681
a80e65a9
PA
76822017-10-24 Pedro Alves <palves@redhat.com>
7683
7684 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7685 with explicit test name.
7686
15763a09
PA
76872017-10-20 Pedro Alves <palves@redhat.com>
7688
7689 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7690 'wait -i'. Use gdb_assert and remote_close.
7691
49a4ce2e
AB
76922017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7693
7694 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7695 number from variable rather than hard-coded.
7696
a75868f5
PA
76972017-10-19 Pedro Alves <palves@redhat.com>
7698
7699 * gdb.base/long-inferior-output.c: New file.
7700 * gdb.base/long-inferior-output.exp: New file.
7701
c8ba13ad
KS
77022017-11-18 Keith Seitz <keiths@redhat.com>
7703
7704 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7705 method.
7706 (main): Call it.
7707 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7708 Add additional user-defined conversion operator tests.
7709
b27de576
PA
77102017-10-17 Pedro Alves <palves@redhat.com>
7711
7712 * boards/native-stdio-gdbserver.exp: Load "local-board".
7713
8484c955
PA
77142017-10-17 Pedro Alves <palves@redhat.com>
7715
7716 * gdb.base/quit-live.c: New file.
7717 * gdb.base/quit-live.exp: New file.
7718
83d5a34d
KS
77192017-10-16 Keith Seitz <keiths@redhat.com>
7720
7721 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7722 (class_with_protected_typedef, class_with_private_typedef)
7723 (struct_with_public_typedef, struct_with_protected_typedef)
7724 (struct_with_private_typedef): New classes/structs.
7725 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7726 typedefs and access specifiers.
7727
739b3f1d
PA
77282017-10-16 Pedro Alves <palves@redhat.com>
7729 Simon Marchi <simon.marchi@polymtl.ca>
7730
7731 * README (Local vs Remote vs Native): New section.
7732 * boards/local-board.exp: New file, with bits factored out from
7733 ...
7734 * boards/native-extended-gdbserver.exp: ... here. Load
7735 "local-board".
7736 * boards/native-gdbserver.exp: Load "local-board".
7737 (${board}_spawn, ${board}_exec): Delete.
7738 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7739 ...
7740 * boards/stdio-gdbserver-base.exp: ... this new file.
7741 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7742 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7743 procedure.
7744 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7745 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7746 stdio_gdbserver_command.
7747 (${board}_get_remote_address, ${board}_get_comm_port)
7748 (${board}_download, ${board}_upload): Delete.
7749 (get_target_remote_pipe_cmd): New.
7750
fe68b953
SM
77512017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7752
7753 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7754 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7755 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7756 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7757 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7758 remove with_test_prefix.
7759
300b6685
PA
77602017-10-13 Pedro Alves <palves@redhat.com>
7761
7762 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7763 * gdb.base/annota1.exp: Use it instead of is_remote.
7764 * gdb.base/annota3.exp: Use it instead of is_remote.
7765 * gdb.cp/annota2.exp: Use it instead of is_remote.
7766 * gdb.cp/annota3.exp: Use it instead of is_remote.
7767 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7768
50500caf
PA
77692017-10-13 Pedro Alves <palves@redhat.com>
7770
7771 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7772 (test_num_test_vars, run_and_count_vars, find_env)
7773 (test_set_unset_env, test_inherit_env_var): New procedures.
7774 (top level): Use them.
7775
dad0c6d2
PA
77762017-10-13 Pedro Alves <palves@redhat.com>
7777
7778 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7779 also skip on stub-like targets.
7780
8b0553c1
PA
77812017-10-13 Pedro Alves <palves@redhat.com>
7782
7783 PR gdb/22293
7784 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7785 (top level): Move some tests to ...
7786 (test_not_found): ... this new procedure.
7787 (top level): Call it.
7788
7594f623
PA
77892017-10-13 Pedro Alves <palves@redhat.com>
7790
7791 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7792 expect different "info terminal" output if testing with a
7793 non-native target.
7794
ebe3b402
PA
77952017-10-13 Pedro Alves <palves@redhat.com>
7796 Simon Marchi <simon.marchi@polymtl.ca>
7797
7798 PR python/12966
7799 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7800
42f1b161
PA
78012017-10-13 Pedro Alves <palves@redhat.com>
7802
7803 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7804 already.
7805
8d6ef72b
PA
78062017-10-13 Pedro Alves <palves@redhat.com>
7807
7808 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7809 is_remote.
7810
d7bcd5b8
PA
78112017-10-13 Pedro Alves <palves@redhat.com>
7812
7813 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7814 is_remote.
7815
df479dc6
PA
78162017-10-13 Pedro Alves <palves@redhat.com>
7817
7818 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7819 is set.
7820 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7821 instead of is_remote.
7822
23fb630a
PA
78232017-10-13 Pedro Alves <palves@redhat.com>
7824
7825 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7826 (top level): Add comment.
7827
cc77b1dc
PA
78282017-10-13 Pedro Alves <palves@redhat.com>
7829
7830 * gdb.base/remote.exp (top level): Fix comment typo and add
7831 missing return.
7832
27c9e813
PA
78332017-10-13 Pedro Alves <palves@redhat.com>
7834 Simon Marchi <simon.marchi@polymtl.ca>
7835
7836 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7837 calls and add comments. Skip test if use_gdb_stub is set.
7838 (top level): Use "set cwd" command instead of "cd" command.
7839
5e830d98
PA
78402017-10-13 Pedro Alves <palves@redhat.com>
7841
7842 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7843 is_remote target check.
7844
f5ca0032
PA
78452017-10-13 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.base/scope.exp: Use build_executable + clean_restart +
7848 gdb_file_cmd instead of prepare_for_testing and no longer skip
7849 "before run" tests on is_remote target boards. Update comments.
7850 * boards/native-extended-gdbserver.exp
7851 (extended_gdbserver_load_last_file): New, factored out from ...
7852 (gdb_load): ... this. Move further below and add comment.
7853 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7854
8aed1c0d
PA
78552017-10-12 Pedro Alves <palves@redhat.com>
7856
7857 * gdb.base/attach.exp: Remove references to gdb64.
7858 * gdb.base/dbx.exp: Remove references to gdb64.
7859
cfa34c87
SM
78602017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7861 Pedro Alves <palves@redhat.com>
7862
7863 * gdb.base/label.exp: Remove is_remote target check.
7864
9192b7de
PA
78652017-10-12 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.base/auvx.exp (coredir): Update comment.
7868 (top level) <core_works>: Use "set cwd" command instead of "cd"
7869 command.
7870
6bf0052d
PA
78712017-10-12 Pedro Alves <palves@redhat.com>
7872 Simon Marchi <simon.marchi@polymtl.ca>
7873
7874 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7875 target boards.
7876
e48ef82d
PA
78772017-10-12 Pedro Alves <palves@redhat.com>
7878 Simon Marchi <simon.marchi@polymtl.ca>
7879
7880 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7881 Instead skip if there's any gdb_protocol set.
7882
8d7aea57
SM
78832017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7884 Pedro Alves <palves@redhat.com>
7885
7886 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7887
30440677
PA
78882017-10-12 Pedro Alves <palves@redhat.com>
7889 Simon Marchi <simon.marchi@polymtl.ca>
7890
7891 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7892 instead of on dejagnu remote boards.
7893
4e04f045 78942017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7895 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7896
7897 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7898 checks. Use build_executable + clean_restart instead of
7899 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7900 of enabling non-stop after starting gdb.
7901
871a186e
PA
79022017-10-12 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7905 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7906 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7907 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7908
56d704da
AK
79092017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7910
7911 * gdb.arch/arc-tdesc-cpu.exp: New file.
7912 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7913
2f20e312
SM
79142017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7915
7916 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7917
65630365
PA
79182017-10-10 Pedro Alves <palves@redhat.com>
7919
7920 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7921 expect CLI output.
7922
bf469271
PA
79232017-10-10 Pedro Alves <palves@redhat.com>
7924
7925 * lib/selftest-support.exp (selftest_setup): Update for
7926 captured_command_loop's prototype change.
7927
777a42f1
PA
79282017-10-09 Pedro Alves <palves@redhat.com>
7929
7930 Test both arch1=>arch2 and arch2=>arch1.
7931
7932 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7933 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7934 factored out to...
7935 (append_arch1_options, append_arch2_options, append_arch_options)
7936 (build_executables): New procedures.
7937 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7938 local.
7939 (top level): Add new 'first_arch' testing axis.
7940
cbd2b4e3
PA
79412017-10-09 Pedro Alves <palves@redhat.com>
7942
7943 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7944 (barrier): New.
7945 (thread_start, all_started): New functions.
7946 (main): Spawn new thread and wait until it is scheduled.
7947 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7948 option.
7949 (do_test): Add 'selected_thread' parameter. Run to all_started
7950 instead of main. Explicitly set the breakpoint at main. Switch
7951 to the SELECTED_THREAD thread.
7952 (top level): Test handling the exec event with either the main
7953 thread or the second thread selected.
7954
5c9e4427
PA
79552017-10-09 Pedro Alves <palves@redhat.com>
7956
7957 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7958 logic. Move STOP marker after the value checks.
7959 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7960 regexp.
7961
b3b7c423
SL
79622017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7963
7964 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7965
3b4b2f16
UW
79662017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7967
7968 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7969 integer-to-dfp conversion.
7970 * gdb.base/dfp-test.exp: Likewise.
7971
5cd63fda
PA
79722017-10-04 Pedro Alves <palves@redhat.com>
7973
7974 * gdb.multi/hangout.c: Include <unistd.h>.
7975 (hangout_loop): New function.
7976 (main): Call alarm. Call hangout_loop in a loop.
7977 * gdb.multi/hello.c: Include <unistd.h>.
7978 (hello_loop): New function.
7979 (main): Call alarm. Call hangout_loop in a loop.
7980 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7981 inferior with the other selected.
7982
4c71c105
SM
79832017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7984
7985 * gdb.mi/list-thread-groups-available.exp: New file.
7986 * gdb.mi/list-thread-groups-available.c: New file.
7987
bc3b087d
SDJ
79882017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7989
7990 * gdb.base/set-cwd.exp: Make it available on
7991 native-extended-gdbserver.
7992
d092c5a2
SDJ
79932017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7994
7995 * gdb.base/set-cwd.c: New file.
7996 * gdb.base/set-cwd.exp: Likewise.
7997
45320ffa
TT
79982017-10-02 Tom Tromey <tom@tromey.com>
7999
8000 PR rust/22236:
8001 * gdb.rust/simple.rs (main): New variable "fslice".
8002 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8003
b3e3859b
TT
80042017-10-02 Tom Tromey <tom@tromey.com>
8005
8006 * gdb.rust/simple.exp: Test ptype of a slice.
8007
01af5e0d
TT
80082017-10-02 Tom Tromey <tom@tromey.com>
8009
8010 * gdb.rust/simple.exp: Test index of slice.
8011
a9bbfbd8
TT
80122017-09-27 Tom Tromey <tom@tromey.com>
8013
8014 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8015
df8899e5
TP
80162017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8017 Pedro Alves <palves@redhat.com>
8018
8019 * gdb.base/compare-sections.exp (get value of read-only section): Read
8020 as unsigned value.
8021 (corrupt read-only section): Likewise and don't set written if patching
8022 failed.
8023
757bf54b
KB
80242017-09-21 Kevin Buettner <kevinb@redhat.com>
8025
8026 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8027 files.
8028
06871ae8
PA
80292017-09-20 Pedro Alves <palves@redhat.com>
8030
8031 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8032 symbol names in gdb's output.
8033 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8034
e5f25bc5
PA
80352017-09-20 Pedro Alves <palves@redhat.com>
8036
8037 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8038 Rename to ...
8039 (test_list_ambiguous_symbol): ... this and add a symbol name
8040 parameter. Adjust.
8041 (test_list_ambiguous_function): Reimplement on top of
8042 test_list_ambiguous_symbol and also test listing ambiguous
8043 variables.
8044 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8045 (ambiguous_fun): ... this.
8046 (ambiguous_var): New.
8047 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8048 (ambiguous_fun): ... this.
8049 (ambiguous_var): New.
8050
4e5a4f58
JB
80512017-09-19 John Baldwin <jhb@FreeBSD.org>
8052
8053 * gdb.base/starti.c: New file.
8054 * gdb.base/starti.exp: New file.
8055 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8056
26e53f3e
PA
80572017-09-14 Pedro Alves <palves@redhat.com>
8058
8059 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8060 (top level): Use it instead of runto.
8061
cb791d59
TT
80622017-09-11 Tom Tromey <tom@tromey.com>
8063
8064 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8065
7c96f8c1
TT
80662017-09-11 Tom Tromey <tom@tromey.com>
8067
8068 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8069 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8070
469412dd
CW
80712017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8072
8073 * gdb.fortran/printing-types.exp: New file.
8074 * gdb.fortran/printing-types.exp: New file.
8075
e0f86435
BH
80762017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8077
8078 * gdb.fortran/vla-ptype.exp: Fix typos.
8079 * gdb.fortran/vla-value.exp: Same.
8080
9e9af4be
BH
80812017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8082
8083 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8084 * gdb.mi/mi-var-child-f.exp: Likewise.
8085 * gdb.mi/mi-vla-fortran.exp: Likewise.
8086
a5ad232b 80872017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8088 Christoph Weinmann <christoph.t.weinmann@intel.com>
8089 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8090
8091 * gdb.fortran/ptr-indentation.f90: New file.
8092 * gdb.fortran/ptr-indentation.exp: New file.
8093
5aec60eb
TT
80942017-09-05 Tom Tromey <tom@tromey.com>
8095
8096 PR gdb/22010:
8097 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8098
8f8f8152
TP
80992017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8100
8101 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8102
fbd1b771
JK
81032017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8104
8105 * gdb.threads/tls-nodebug-pie.c: New file.
8106 * gdb.threads/tls-nodebug-pie.exp: New file.
8107
5eb5f850
TT
81082017-09-05 Tom Tromey <tom@tromey.com>
8109
8110 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8111 for rust.
8112
ae780a21
SM
81132017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8114
8115 * gdb.multi/multi-arch-exec.exp: Test with different
8116 "follow-exec-mode" settings.
8117 (do_test): New procedure.
8118
3693fdb3
PA
81192017-09-04 Pedro Alves <palves@redhat.com>
8120
8121 * gdb.base/func-static.c (S::method const, S::method volatile)
8122 (S::method volatile const): New methods.
8123 (c_s, v_s, cv_s): New instances.
8124 (main): Call method() on them.
8125 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8126 (cannot_resolve): New procedure.
8127 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8128 print-quote-unquoted columns.
8129 (do_test): Test printing each scope too.
8130
e68cb8e0
PA
81312017-09-04 Pedro Alves <palves@redhat.com>
8132
8133 * gdb.base/local-static.exp: Also test with
8134 class::method::variable wholly quoted.
8135 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8136
858be34c
PA
81372017-09-04 Pedro Alves <palves@redhat.com>
8138
8139 * gdb.base/local-static.c: New.
8140 * gdb.base/local-static.cc: New.
8141 * gdb.base/local-static.exp: New.
8142
46a4882b
PA
81432017-09-04 Pedro Alves <palves@redhat.com>
8144
8145 * gdb.asm/asm-source.exp: Add casts to int.
8146 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8147 (dataglobal64_1, dataglobal64_2): New globals.
8148 * gdb.base/nodebug.exp: Test different expressions involving the
8149 new globals, with print, whatis and ptype. Add casts to int.
8150 * gdb.base/solib-display.exp: Add casts to int.
8151 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8152 * gdb.cp/m-static.exp: Add cast to int.
8153 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8154 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8155 tls variable with no debug info without a cast. Test with a cast
8156 to int too.
8157 * gdb.trace/entry-values.exp: Add casts.
8158
2c5a2be1
PA
81592017-09-04 Pedro Alves <palves@redhat.com>
8160
8161 * gdb.base/nodebug.exp: Test that ptype's error about functions
8162 with unknown return type includes the function name too.
8163
7022349d
PA
81642017-09-04 Pedro Alves <palves@redhat.com>
8165
8166 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8167 return type of munmap in infcall.
8168 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8169 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8170 type of ftell in infcall.
8171 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8172 type of getpid in infcall.
8173 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8174 infcall.
8175 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8176 Bail on failure to extract the pid.
8177 * gdb.base/nodebug.c: #include <stdint.h>.
8178 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8179 New functions.
8180 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8181 Change expected output of print/whatis/ptype with functions with
8182 no debug info. Test all supported languages. Call
8183 test_call_promotion.
8184 * gdb.compile/compile.exp: Adjust expected output to expect
8185 warning.
8186 * gdb.threads/siginfo-threads.exp: Likewise.
8187
54990598
PA
81882017-09-04 Pedro Alves <palves@redhat.com>
8189
8190 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8191 "prototypes". Test calling float functions via prototyped and
8192 unprototyped function pointers.
8193 (perform_all_tests): New parameter "prototypes". Pass it down.
8194 (top level): Pass down "prototypes" parameter to
8195 perform_all_tests.
8196
34d16ea2
SM
81972017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8198
8199 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8200 Test with nested loops.
8201
9521ecda
SM
82022017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8203
8204 * gdb.base/commands.exp: Call the new procedures.
8205 (loop_break_test, loop_continue_test): New procedures.
8206
80a65e9b
SM
82072017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8208
8209 * gdb.base/commands.exp: Call new procedure.
8210 (define_if_without_arg_test): New procedure.
8211
e439fa14
PA
82122017-09-04 Pedro Alves <palves@redhat.com>
8213
8214 * gdb.base/list-ambiguous.exp: New file.
8215 * gdb.base/list-ambiguous0.c: New file.
8216 * gdb.base/list-ambiguous1.c: New file.
8217 * gdb.base/list.exp (test_list_range): Adjust expected output.
8218
0a2dde4a
SDJ
82192017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8220
8221 * gdb.base/share-env-with-gdbserver.c: New file.
8222 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8223
5e89eb3a
SM
82242017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8225
8226 * gdb.base/commands.exp (gdbvar_simple_if_test,
8227 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8228 progvar_simple_if_test, progvar_simple_while_test,
8229 progvar_complex_if_while_test, user_defined_command_test,
8230 user_defined_command_args_eval,
8231 user_defined_command_args_stack_test,
8232 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8233 temporary_breakpoint_commands,
8234 gdb_test_no_prompt, redefine_hook_test,
8235 redefine_backtrace_test): Remove "global gdb_prompt".
8236
fd437cbc
SM
82372017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8238
8239 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8240 New proc, call it from toplevel.
8241
87215ad1
SDJ
82422017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8243
8244 PR remote/21852
8245 * gdb.server/normal.c: New file, copied from gdb.base.
8246 * gdb.server/run-without-local-binary.exp: New file.
8247
58afddc6
WP
82482017-08-07 Weimin Pan <weimin.pan@oracle.com>
8249
8250 * gdb.arch/sparc64-adi.exp: New file.
8251 * gdb.arch/sparc64-adi.c: New file.
8252
5277199a
PA
82532017-08-22 Pedro Alves <palves@redhat.com>
8254
8255 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8256 (top level): Add "list all overloads" tests.
8257
14278e1f
TT
82582017-08-22 Tom Tromey <tom@tromey.com>
8259
8260 * gdb.gdb/xfullpath.exp: Remove.
8261
bf223d3e
PA
82622017-08-21 Pedro Alves <palves@redhat.com>
8263
8264 PR gdb/19487
8265 * gdb.base/symbol-alias.c: New.
8266 * gdb.base/symbol-alias2.c: New.
8267 * gdb.base/symbol-alias.exp: New.
8268
c973d0aa
PA
82692017-08-21 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.base/dfp-test.c
8272 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8273 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8274 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8275 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8276 * gdb.base/whatis-ptype-typedefs.c: New.
8277 * gdb.base/whatis-ptype-typedefs.exp: New.
8278 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8279 (an_int, an_int_type, an_int_type2): New globals.
8280 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8281 involving typedefs and cast expressions.
8282 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8283 (lookup_typedefs_function): New.
8284 (typedefs_pretty_printers_dict): New.
8285 (top level): Register lookup_typedefs_function in
8286 gdb.pretty_printers.
8287
6d580b63
YQ
82882017-08-18 Yao Qi <yao.qi@linaro.org>
8289
8290 * gdb.server/unittest.exp: New.
8291
206726fb
SDJ
82922017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8293
8294 PR gdb/21954
8295 * gdb.base/environ.exp: Add test to check if 'unset environment'
8296 works.
8297
bf0ec4c2
AA
82982017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8299
8300 * lib/gdb.exp (universal_compile_options): New caching proc.
8301 (gdb_compile): Suppress GCC's coloring of messages.
8302
d6382fff
TT
83032017-08-14 Tom Tromey <tom@tromey.com>
8304
8305 PR gdb/21675:
8306 * gdb.base/printcmds.exp (test_radices): New function.
8307 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8308 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8309 * lib/gdb.exp (get_integer_valueof): Use p/d.
8310
c2c2dd9f
SM
83112017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8312
8313 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8314 characters.
8315
fdffd6f4
TT
83162017-08-05 Tom Tromey <tom@tromey.com>
8317
8318 * gdb.rust/simple.exp: Allow String to appear in a different
8319 namespace.
8320
27d41eac
YQ
83212017-07-26 Yao Qi <yao.qi@linaro.org>
8322
8323 * gdb.gdb/unittest.exp: Invoke command
8324 "maintenance check xml-descriptions".
8325
031ed05d
AA
83262017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8327
8328 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8329 calling context.
8330 (hex128): Drop erroneous calculation of parameters.
8331
dcd27ddf
SM
83322017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8333
8334 * gdb.python/py-unwind.exp: Disable stack protection when
8335 building test file.
8336
47e77640
PA
83372017-07-20 Pedro Alves <palves@redhat.com>
8338
8339 * gdb.base/default.exp (set language): Adjust expected output.
8340
62d2a18a
PA
83412017-07-20 Pedro Alves <palves@redhat.com>
8342
8343 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8344 (test_minsym): ... this, and make static.
8345 (get_pck__foo__bar__minsym): Rename to ...
8346 (get_test_minsym): ... this.
8347 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8348 symbol names and comments.
8349 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8350 (get_test_minsym): ... this.
8351 (pck__foo__bar__minsym__2): Rename to ...
8352 (test_minsym): ... this.
8353 (main): Adjust.
8354
c45ec17c
PA
83552017-07-17 Pedro Alves <palves@redhat.com>
8356
8357 * gdb.base/completion.exp: Adjust expected output.
8358 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8359 the completer works.
8360
c6756f62
PA
83612017-07-17 Pedro Alves <palves@redhat.com>
8362
8363 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8364
5bd68487
AB
83652017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8366
8367 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8368
8880f2a9
TT
83692017-07-14 Tom Tromey <tom@tromey.com>
8370
8371 PR rust/21764:
8372 * gdb.rust/simple.exp: Add tests.
8373
65547233
TT
83742017-07-14 Tom Tromey <tom@tromey.com>
8375
8376 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8377
8f14146e
PA
83782017-07-14 Pedro Alves <palves@redhat.com>
8379
8380 * gdb.linespec/base/one/thefile.cc (z1): New function.
8381 * gdb.linespec/base/two/thefile.cc (z2): New function.
8382 * gdb.linespec/linespec.exp: Add tests.
8383
b4365d02
AB
83842017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8385
8386 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8387 to mi_create_breakpoint.
8388
5d2cbaa5
AB
83892017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8390
8391 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8392 mi_create_breakpoint.
8393
11cb5716
IB
83942017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8395
8396 * gdb.dlang/demangle.exp: Update for demangling changes.
8397
03278692
TT
83982017-07-09 Tom Tromey <tom@tromey.com>
8399
8400 * gdb.dwarf2/shortpiece.exp: New file.
8401
33c5cd75
DB
84022017-07-06 David Blaikie <dblaikie@gmail.com>
8403
8404 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8405 built from fissiont-multi-cu{1,2}.c.
8406 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8407 except putting 'main' and 'func' in separate CUs in the same DWO file.
8408 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8409 test.
8410 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8411 test.
8412
8455d262
PA
84132017-07-06 Pedro Alves <palves@redhat.com>
8414
8415 * gdb.python/py-unwind.exp: Test flushregs.
8416
dc4bde35
SDJ
84172017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8418
8419 PR cli/21688
8420 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8421 tests for alias commands and trailing whitespace.
8422
51ed89aa
SDJ
84232017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8424
8425 PR cli/21688
8426 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8427 procedure. Call it.
8428
eb17d413
PA
84292017-06-29 Pedro Alves <palves@redhat.com>
8430
8431 * gdb.base/printcmds.exp: Add tests.
8432
41664b45
DG
84332017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8434
8435 PR gdb/21337
8436 * gdb.base/reread-readsym.exp: New file.
8437 * gdb.base/reread-readsym.c: New file.
8438
75312ae3
KB
84392017-06-21 Kevin Buettner <kevinb@redhat.com>
8440
8441 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8442 subpattern.
8443
66953522
PB
84442017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8445
8446 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8447 extended mnemonic.
8448 * gdb.arch/powerpc-power9.s: Likewise.
8449
5524b525
AA
84502017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8451
8452 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8453 on 32-bit x86 targets. Exploit is_*_target macros where
8454 appropriate.
8455
03c8af18
AA
84562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8457
8458 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8459 register pieces.
8460
3bf31011
AA
84612017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8462
8463 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8464 located in one or more DWARF pieces.
8465
805acca0
AA
84662017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8467
8468 * lib/gdb.exp (get_endianness): New proc.
8469 * gdb.arch/aarch64-fp.exp: Use it.
8470 * gdb.arch/altivec-regs.exp: Likewise.
8471 * gdb.arch/e500-regs.exp: Likewise.
8472 * gdb.arch/vsx-regs.exp: Likewise.
8473 * gdb.base/dump.exp: Likewise.
8474 * gdb.base/funcargs.exp: Likewise.
8475 * gdb.base/gnu_vector.exp: Likewise.
8476 * gdb.dwarf2/formdata16.exp: Likewise.
8477 * gdb.dwarf2/implptrpiece.exp: Likewise.
8478 * gdb.dwarf2/nonvar-access.exp: Likewise.
8479 * gdb.python/py-inferior.exp: Likewise.
8480 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8481
e9352324
AA
84822017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8483
8484 PR gdb/21226
8485 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8486 stack value pieces are taken from the LSB end.
8487
d5d1163e
AA
84882017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8489
8490 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8491 variable at nonzero offset.
8492
0567c986
AA
84932017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8494
8495 * gdb.dwarf2/var-access.c: New file.
8496 * gdb.dwarf2/var-access.exp: New test.
8497 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8498
973e9aab
TT
84992017-06-12 Tom Tromey <tom@tromey.com>
8500
8501 * gdb.dwarf2/formdata16.exp: Add tests.
8502
d9109c80
TT
85032017-06-12 Tom Tromey <tom@tromey.com>
8504
8505 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8506
30a25466
TT
85072017-06-12 Tom Tromey <tom@tromey.com>
8508
8509 PR exp/16225:
8510 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8511 * gdb.arch/vsx-regs.exp: Update tests.
8512 * gdb.arch/s390-vregs.exp (hex128): New proc.
8513 Update test.
8514 * gdb.arch/altivec-regs.exp: Update tests.
8515
aefd8b33
SDJ
85162017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8517
8518 * gdb.base/startup-with-shell.c: New file.
8519 * gdb.base/startup-with-shell.exp: Likewise.
8520
2090129c
SDJ
85212017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8522
8523 * gdb.server/non-existing-program.exp: Update regex in order to
8524 reflect the fact that gdbserver is now using fork_inferior (with a
8525 shell) to startup the inferior.
8526
8e86a419
SM
85272017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8528
8529 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8530 support function calls from GDB.
8531
e6cf65f2
TT
85322017-05-21 Tom Tromey <tom@tromey.com>
8533
8534 PR rust/21466:
8535 * gdb.rust/unsized.exp: New file.
8536 * gdb.rust/unsized.rs: New file.
8537
43cc5389
TT
85382017-05-19 Tom Tromey <tom@tromey.com>
8539
8540 PR rust/21484:
8541 * gdb.rust/watch.exp: New file.
8542 * gdb.rust/watch.rs: New file.
8543
ec8df234
TT
85442017-05-18 Tom Tromey <tom@tromey.com>
8545
8546 * gdb.rust/simple.exp: Allow Box to be qualified.
8547
3e3e7fae
TP
85482017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8549
8550 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8551
59cc050d
PA
85522017-05-18 Pedro Alves <palves@redhat.com>
8553
8554 * gdb.base/fileio.c (test_write, test_read, test_close)
8555 (test_fstat): Don't print 'ret' in the fail path.
8556
c8f6abd1
PA
85572017-05-18 Pedro Alves <palves@redhat.com>
8558
8559 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8560 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8561 (test_system, test_rename, test_unlink, test_time): Change
8562 prototypes.
8563 * gdb.base/fileio.exp (stop_msg): Adjust.
8564
d2a03b77
PA
85652017-05-18 Pedro Alves <palves@redhat.com>
8566
8567 * gdb.base/fileio.c (null_str): New global.
8568 (test_stat): Use it.
8569 * gdb.base/fileio.exp: Remove nowarnings.
8570
0d5c6999
YQ
85712017-05-17 Yao Qi <yao.qi@linaro.org>
8572
8573 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8574
21873064
YQ
85752017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8576
8577 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8578 argument command.
8579 (top-level): Invoke test_set_inferior_tty.
8580
d512d31c
PA
85812017-05-04 Pedro Alves <palves@redhat.com>
8582
8583 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8584 Add parens to print call for Python 3.
8585
90cef2ed
KS
85862017-05-03 Keith Seitz <keiths@redhat.com>
8587
8588 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8589 (main): Call it.
8590
14f819c8
TW
85912017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8592
8593 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8594 to prev and next.
8595
913aeadd
TW
85962017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8597
8598 * gdb.python/py-record-btrace.exp: Remove test for
8599 gdb.BtraceInstruction.error.
8600
a3be24ad
TW
86012017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8602
8603 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8604
ae20e79a
TW
86052017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8606
8607 * gdb.python/py-record-btrace-threads.c: New file.
8608 * gdb.python/py-record-btrace-threads.exp: New file.
8609
45ce1b47
SDJ
86102017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8611
8612 PR testsuite/8595
8613 * gdb.base/environ.exp: Make test available in all architectures.
8614 Move bits related to "info program" testing to
8615 gdb.base/info-program.exp. Rewrite tests to use the two new
8616 procedures mentione below.
8617 (test_set_show_env_var) New procedure.
8618 (test_set_show_env_var_equal): Likewise.
8619 * gdb.base/info-program.exp: New file.
8620
e15c3eb4
KS
86212017-04-27 Keith Seitz <keiths@redhat.com>
8622
8623 * gdb.cp/oranking.cc (test15): New function.
8624 (main): Call test15 and declare additional variables for testing.
8625 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8626 "p foo101('abc')" tests.
8627 Add tests for cv qualifier overloads.
8628 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8629 "lvalue reference overload" test.
8630 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8631 "print value of f1 on Child&& in f2" test.
8632
3a3fd0fd
PA
86332017-04-19 Pedro Alves <palves@redhat.com>
8634
8635 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8636 procedure.
8637 (top level): Call it.
8638 * lib/gdb.exp (gdb_define_cmd): New procedure.
8639
53375380
PA
86402017-04-12 Pedro Alves <palves@redhat.com>
8641
8642 PR gdb/21323
8643 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8644 (wchar): New global.
8645 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8646 (do_test_wide_char, wide_char_types_no_program, top level): Add
8647 wchar_t testing.
8648
53e710ac
PA
86492017-04-12 Pedro Alves <palves@redhat.com>
8650
8651 PR c++/21323
8652 * gdb.cp/wide_char_types.c: New file.
8653 * gdb.cp/wide_char_types.exp: New file.
8654
0ad9d8c7
SDJ
86552017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8656
8657 PR gdb/21352
8658 * gdb.trace/tsv.exp: Add test for "tsave -r".
8659
b1b45502
IB
86602017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8661
8662 * gdb.dlang/watch-loc.c: New file.
8663 * gdb.dlang/watch-loc.exp: New file.
8664
ec13808e
JK
86652017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8666
8667 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8668
fe5f7374
AK
86692017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8670
8671 * gdb.arch/arc-analyze-prologue.S: New file.
8672 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8673
eea78757
AK
86742017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8675
8676 * gdb.arch/arc-decode-insn.S: New file.
8677 * gdb.arch/arc-decode-insn.exp: Likewise.
8678
5badf10a
IR
86792017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8680
8681 PR tdep/20928
8682 * gdb.arch/sparc64-regs.exp: New file.
8683 * gdb.arch/sparc64-regs.S: Likewise.
8684
cee59b3f
TW
86852017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8686
8687 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8688 and memory view on Python 3.
8689
c0f55cc6
AV
86902017-03-20 Artemiy Volkov <artemiyv@acm.org>
8691 Keith Seitz <keiths@redhat.com>
8692
8693 PR gdb/14441
8694 * gdb.cp/demangle.exp: Add rvalue reference tests.
8695 * gdb.cp/rvalue-ref-casts.cc: New file.
8696 * gdb.cp/rvalue-ref-casts.exp: New file.
8697 * gdb.cp/rvalue-ref-overload.cc: New file.
8698 * gdb.cp/rvalue-ref-overload.exp: New file.
8699 * gdb.cp/rvalue-ref-params.cc: New file.
8700 * gdb.cp/rvalue-ref-params.exp: New file.
8701 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8702 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8703 * gdb.cp/rvalue-ref-types.cc: New file.
8704 * gdb.cp/rvalue-ref-types.exp: New file.
8705 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8706 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8707
51457a05
MAL
87082017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8709
8710 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8711 New procedure.
8712
5b291c04
MAL
87132017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8714
8715 * lib/mi-support.exp (mi_gdb_test): Add additional message
8716 for unexpected output.
8717
59a56148
AA
87182017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8719
8720 * gdb.base/examine-backward.c (Barrier): New character array
8721 constant, to ensure that TestStrings is preceded by a string
8722 terminator.
8723
7942e96e
AA
87242017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8725
8726 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8727 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8728 and implicit pointer into such a location.
8729
6ebac3fb
DE
87302017-03-16 Doug Evans <dje@google.com>
8731
8732 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8733
ec3b243d
TP
87342017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8735
8736 * gdb.cp/m-static.exp: Fix expectation for prototype of
8737 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8738
87392017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8740
8741 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8742 * gdb.guile/scm-lazy-string.c: New file.
8743 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8744 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8745 for pointer, array, typedef lazy strings.
8746
2cc36e25 87472017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8748
8749 PR python/17728, python/18439, python/18779
8750 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8751 * gdb.python/py-lazy-string.c (pointer): New typedef.
8752 (main): New locals ptr, array, typedef_ptr.
8753 * gdb.python/py-value.exp: Move lazy string tests to ...
8754 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8755 array, typedef lazy strings.
ec3b243d 8756
0efcde63
AK
87572017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8758
8759 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8760 Add optional 'test' parameter.
8761
7978d7c3
SM
87622017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8763
8764 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8765 Skip for versions of DejaGnu < 1.5.
8766
896c0c1e
SM
87672017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8768
8769 * lib/gdb.exp (dejagnu_version): New proc.
8770 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8771 Use dejagnu_version.
8772
5f4d1085
KS
87732017-03-10 Keith Seitz <keiths@redhat.com>
8774
8775 PR c++/8128
8776 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8777 type from destructor regexps.
8778 Add a branch which actually passes the test.
8779 Adjust "ptype t5i" test names.
8780
1de05205
PA
87812017-03-08 Pedro Alves <palves@redhat.com>
8782
8783 * gdb.base/step-over-exit.exp: Add explicit test message.
8784
c65d6b55
PA
87852017-03-08 Pedro Alves <palves@redhat.com>
8786
8787 PR gdb/18360
8788 * gdb.threads/interrupt-while-step-over.c: New file.
8789 * gdb.threads/interrupt-while-step-over.exp: New file.
8790
2e86a283
PA
87912017-03-08 Pedro Alves <palves@redhat.com>
8792
8793 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8794 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8795
25dcbff6
PA
87962017-03-08 Pedro Alves <palves@redhat.com>
8797
8798 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8799 PKRU as not supported as a PASS.
8800
dc9366eb
PA
88012017-03-08 Pedro Alves <palves@redhat.com>
8802
8803 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8804 prefix instead of $binfile1/$binfile2.
8805 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8806 in test message.
8807 * gdb.python/py-completion.exp: Use "load python file" as test
8808 messages instead of unstable path names.
8809
6e5d74e7
PA
88102017-03-08 Pedro Alves <palves@redhat.com>
8811 Jan Kratochvil <jan.kratochvil@redhat.com>
8812
8813 PR cli/21218
8814 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8815 New proc.
8816 (top level): Call it.
8817
9753a2f6
PA
88182017-03-08 Pedro Alves <palves@redhat.com>
8819
8820 PR tui/21216
8821 * gdb.tui/tui-nl-filtered-output.exp: New file.
8822
1a4dd9dd
PA
88232017-03-08 Pedro Alves <palves@redhat.com>
8824
8825 * gdb.base/completion.exp: Move TUI completion tests to ...
8826 * gdb.tui/completion.exp: ... this new file.
8827
7cbbff33
PA
88282017-03-08 Pedro Alves <palves@redhat.com>
8829
8830 * gdb.base/tui-disasm-long-lines.c,
8831 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8832 gdb.base/tui-layout.exp: Move to ...
8833 * gdb.tui/: ... this new directory.
8834
5f6fd321
PA
88352017-03-07 Pedro Alves <palves@redhat.com>
8836
8837 * gdb.base/tui-layout.c: New file.
8838 * gdb.base/tui-layout.exp: New file.
8839
44959fa8
PA
88402017-03-07 Pedro Alves <palves@redhat.com>
8841
8842 * gdb.base/tui-layout.c: Rename to ...
8843 * gdb.base/tui-disasm-long-lines.c: ... this.
8844 * gdb.base/tui-layout.exp: Rename to ...
8845 * gdb.base/tui-disasm-long-lines.exp: ... this.
8846
f8c4e718
PA
88472017-03-07 Pedro Alves <palves@redhat.com>
8848
8849 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8850
6dbb839a 88512017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8852
8853 * i386-mpx-call.c: New file.
8854 * i386-mpx-call.exp: New file.
8855
65b48a81
PB
88562017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8857
8858 * gdb.arch/powerpc-power.exp: Delete test.
8859 * gdb.arch/powerpc-power.s: Likewise.
8860 * gdb.disasm/disassembler-options.exp: New test.
8861 * gdb.arch/powerpc-altivec.exp: Likewise.
8862 * gdb.arch/powerpc-altivec.s: Likewise.
8863 * gdb.arch/powerpc-altivec2.exp: Likewise.
8864 * gdb.arch/powerpc-altivec2.s: Likewise.
8865 * gdb.arch/powerpc-altivec3.exp: Likewise.
8866 * gdb.arch/powerpc-altivec3.s: Likewise.
8867 * gdb.arch/powerpc-power7.exp: Likewise.
8868 * gdb.arch/powerpc-power7.s: Likewise.
8869 * gdb.arch/powerpc-power8.exp: Likewise.
8870 * gdb.arch/powerpc-power8.s: Likewise.
8871 * gdb.arch/powerpc-power9.exp: Likewise.
8872 * gdb.arch/powerpc-power9.s: Likewise.
8873 * gdb.arch/powerpc-vsx.exp: Likewise.
8874 * gdb.arch/powerpc-vsx.s: Likewise.
8875 * gdb.arch/powerpc-vsx2.exp: Likewise.
8876 * gdb.arch/powerpc-vsx2.s: Likewise.
8877 * gdb.arch/powerpc-vsx3.exp: Likewise.
8878 * gdb.arch/powerpc-vsx3.s: Likewise.
8879 * gdb.arch/arm-disassembler-options.exp: Likewise.
8880 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8881 * gdb.arch/s390-disassembler-options.exp: Likewise.
8882
17cd4947
LM
88832017-02-23 Luis Machado <lgustavo@codesourcery.com>
8884
8885 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8886 (check_supported_features): ... this. Changed return type to void.
8887 (supports_rdseed): New static global.
8888 (rdseed): Check supports_rdseed.
8889 (initialize): Call check_supported_features.
8890
2039d74e
EBM
88912017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8892
8893 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8894 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8895 and lqarx/stqcx.
8896 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8897 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8898
a51d7ecf
EBM
88992017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8900
8901 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8902 uppercase.
8903
0224619f
JK
89042017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8905
8906 * gdb.dwarf2/formdata16.c: New file.
8907 * gdb.dwarf2/formdata16.exp: New file.
8908 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8909
216f72a1
JK
89102017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8911
8912 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8913 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8914 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8915 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8916 DW_AT_GNU_*.
8917
43988095
JK
89182017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8919
8920 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8921
99e8a4f9
SDJ
89222017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8923
8924 PR gdb/21164
8925 * gdb.base/maint.exp: Add testcases for when the commands do
8926 not have arguments.
8927
b58a8c0c
TP
89282017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8929
8930 * gdb.cp/chained-calls.exp: Use p instead of P.
8931
4e746bb6
TW
89322017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8933
8934 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8935 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8936
3f77c769
TT
89372017-02-14 Tom Tromey <tom@tromey.com>
8938
8939 PR python/13598:
8940 * gdb.python/py-events.exp: Add before_prompt event tests.
8941
075beec0
AA
89422017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8943
8944 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8945
bf5f525c
LM
89462017-02-13 Luis Machado <lgustavo@codesourcery.com>
8947
8948 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8949 (main): Call my_unique_function_name.
8950 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8951 completion of patterns with a single match.
8952 Add missing -re switches to gdb_test_multiple calls.
8953
13a66184
LM
89542017-02-13 Luis Machado <lgustavo@codesourcery.com>
8955
8956 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8957 return if core file is not recognized.
8958
26a06916
SM
89592017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8960
8961 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8962 and extra UIs.
8963
b761ca9e
SM
89642017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8965
8966 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8967 proc_with_prefix.
8968
b964bee0
TT
89692017-02-10 Tom Tromey <tom@tromey.com>
8970
8971 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8972
18da0c51
MG
89732017-02-10 Martin Galvan <martingalvan@sourceware.org>
8974
8975 PR gdb/21122
8976 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8977
604c4576
JG
89782017-02-08 Jerome Guitton <guitton@adacore.com>
8979
8980 * gdb.base/define.exp: Add test for command abbreviations
8981 in define.
8982
20b477a7
LM
89832017-02-06 Luis Machado <lgustavo@codesourcery.com>
8984
8985 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8986 * gdb.reverse/insn-reverse-x86.c: New file.
8987
3f7b46f2
IR
89882017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8989
8990 PR tdep/20936
8991 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8992
f0fd41c1
TT
89932017-02-03 Tom Tromey <tom@tromey.com>
8994
8995 PR rust/21097:
8996 * gdb.rust/simple.exp: Add new tests.
8997
5be5dbf0
PA
89982017-02-02 Pedro Alves <palves@redhat.com>
8999
9000 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9001 tests.
9002
7346ef59
AA
90032017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9004
9005 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9006 taking a 2-byte value out of a 4-byte DWARF implicit value on
9007 big-endian targets.
9008 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9009 logic. Add test cases for DW_OP_implicit.
9010
787f0025
MM
90112017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9012
9013 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9014
68777c29
MM
90152017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9016
9017 * gdb.btrace/enable.exp: Call gdb_exit before
9018 skip_gdbserver_tests.
9019
0a1c7e28
MM
90202017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9021
9022 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9023 GDBFLAGS.
9024
b5ac99b0
MM
90252017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9026
9027 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9028 the test is skipped.
9029 * gdb.btrace/data.exp: Likewise.
9030 * gdb.btrace/delta.exp: Likewise.
9031 * gdb.btrace/dlopen.exp: Likewise.
9032 * gdb.btrace/enable-running.exp: Likewise.
9033 * gdb.btrace/enable.exp: Likewise.
9034 * gdb.btrace/exception.exp: Likewise.
9035 * gdb.btrace/function_call_history.exp: Likewise.
9036 * gdb.btrace/gcore.exp: Likewise.
9037 * gdb.btrace/instruction_history.exp: Likewise.
9038 * gdb.btrace/multi-thread-step.exp: Likewise.
9039 * gdb.btrace/nohist.exp: Likewise.
9040 * gdb.btrace/non-stop.exp: Likewise.
9041 * gdb.btrace/reconnect.exp: Likewise.
9042 * gdb.btrace/record_goto-step.exp: Likewise.
9043 * gdb.btrace/record_goto.exp: Likewise.
9044 * gdb.btrace/rn-dl-bind.exp: Likewise.
9045 * gdb.btrace/segv.exp: Likewise.
9046 * gdb.btrace/step.exp: Likewise.
9047 * gdb.btrace/stepi.exp: Likewise.
9048 * gdb.btrace/tailcall-only.exp: Likewise.
9049 * gdb.btrace/tailcall.exp: Likewise.
9050 * gdb.btrace/tsx.exp: Likewise.
9051 * gdb.btrace/unknown_functions.exp: Likewise.
9052 * gdb.btrace/vdso.exp: Likewise.
9053
cd4007e4
MM
90542017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9055
9056 * gdb.btrace/enable-running.c: New.
9057 * gdb.btrace/enable-running.exp: New.
9058
2735833d
WT
90592017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9060
9061 * gdb.arch/amd64-gs_base.c: New file.
9062 * gdb.arch/amd64-gs_base.exp: New file.
9063
b51e1e94
LM
90642017-01-26 Luis Machado <lgustavo@codesourcery.com>
9065
9066 * lib/memory.exp: Remove spurious empty newlines.
9067
72ca0410
SM
90682017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9069
9070 * gdb.python/py-bad-printers.exp: Load python file using "source".
9071 * gdb.python/py-events.exp: Likewise.
9072 * gdb.python/py-evsignal.exp: Likewise.
9073 * gdb.python/py-evthreads.exp: Likewise.
9074 * gdb.python/py-frame-args.exp: Likewise.
9075 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9076 * gdb.python/py-framefilter-mi.exp: Likewise.
9077 * gdb.python/py-framefilter.exp: Likewise.
9078 * gdb.python/py-mi.exp: Likewise.
9079 * gdb.python/py-pp-maint.exp: Likewise.
9080 * gdb.python/py-pp-registration.exp: Likewise.
9081 * gdb.python/py-prettyprint.exp: Likewise.
9082 (run_lang_tests): Likewise.
9083 * gdb.python/py-typeprint.exp: Likewise.
9084
e309aa65
LM
90852017-01-26 Luis Machado <lgustavo@codesourcery.com>
9086
9087 * lib/memory.exp: New file.
9088 * lib/gdb.exp: Load memory.exp.
9089 * gdb.base/memattr.exp (delete_memory): Move proc to
9090 lib/memory.exp and rename to delete_memory_regions.
9091 Replace delete_memory with delete_memory_regions.
9092 Cleanup memory regions before tests.
9093 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9094 before tests.
9095
515aff23
LM
90962017-01-26 Luis Machado <lgustavo@codesourcery.com>
9097
9098 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9099 files.
9100 (initialize): New function conditionally defined.
9101 (testcases): Move within conditional block.
9102 (main): Call initialize.
9103 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9104 of gdb.reverse/insn-reverse.c.
9105 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9106 gdb.reverse/insn-reverse.c.
9107
d8b49cf0
YQ
91082017-01-26 Yao Qi <yao.qi@linaro.org>
9109
9110 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9111 disassemble on address 0.
9112
f13a9a0c
YQ
91132017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9114 Yao Qi <yao.qi@linaro.org>
9115
9116 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9117 * gdb.dwarf2/implptr-64bit.S: Remove.
9118 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9119 variables in caller's context. Add DW_OP_implicit_value.
9120
5ac95241
YQ
91212017-01-25 Yao Qi <yao.qi@linaro.org>
9122
9123 * lib/dwarf.exp (Dwarf::_location): Handle
9124 DW_OP_GNU_implicit_pointer with proper size.
9125
23e82930
LM
91262017-01-20 Luis Machado <lgustavo@codesourcery.com>
9127
9128 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9129 and add untested calls.
9130
d334ae25
LM
91312017-01-20 Luis Machado <lgustavo@codesourcery.com>
9132
9133 * gdb.python/python.exp: Check line number against what GDB thinks
9134 the line number is for func1.
9135
f5e6296e
IB
91362017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9137
9138 * gdb.dlang/debug-expr.exp: New file.
9139
5b362f04
LM
91402016-12-23 Luis Machado <lgustavo@codesourcery.com>
9141
9142 Fix test names for the following files:
9143
9144 * gdb.ada/exec_changed.exp
9145 * gdb.ada/info_types.exp
9146 * gdb.arch/aarch64-atomic-inst.exp
9147 * gdb.arch/aarch64-fp.exp
9148 * gdb.arch/altivec-abi.exp
9149 * gdb.arch/altivec-regs.exp
9150 * gdb.arch/amd64-byte.exp
9151 * gdb.arch/amd64-disp-step.exp
9152 * gdb.arch/amd64-dword.exp
9153 * gdb.arch/amd64-entry-value-inline.exp
9154 * gdb.arch/amd64-entry-value-param.exp
9155 * gdb.arch/amd64-entry-value-paramref.exp
9156 * gdb.arch/amd64-entry-value.exp
9157 * gdb.arch/amd64-i386-address.exp
9158 * gdb.arch/amd64-invalid-stack-middle.exp
9159 * gdb.arch/amd64-invalid-stack-top.exp
9160 * gdb.arch/amd64-optimout-repeat.exp
9161 * gdb.arch/amd64-prologue-skip.exp
9162 * gdb.arch/amd64-prologue-xmm.exp
9163 * gdb.arch/amd64-stap-special-operands.exp
9164 * gdb.arch/amd64-stap-wrong-subexp.exp
9165 * gdb.arch/amd64-tailcall-cxx.exp
9166 * gdb.arch/amd64-tailcall-noret.exp
9167 * gdb.arch/amd64-tailcall-ret.exp
9168 * gdb.arch/amd64-tailcall-self.exp
9169 * gdb.arch/amd64-word.exp
9170 * gdb.arch/arm-bl-branch-dest.exp
9171 * gdb.arch/arm-disp-step.exp
9172 * gdb.arch/arm-neon.exp
9173 * gdb.arch/arm-single-step-kernel-helper.exp
9174 * gdb.arch/avr-flash-qualifier.exp
9175 * gdb.arch/disp-step-insn-reloc.exp
9176 * gdb.arch/e500-abi.exp
9177 * gdb.arch/e500-regs.exp
9178 * gdb.arch/ftrace-insn-reloc.exp
9179 * gdb.arch/i386-avx512.exp
9180 * gdb.arch/i386-bp_permanent.exp
9181 * gdb.arch/i386-byte.exp
9182 * gdb.arch/i386-cfi-notcurrent.exp
9183 * gdb.arch/i386-disp-step.exp
9184 * gdb.arch/i386-dr3-watch.exp
9185 * gdb.arch/i386-float.exp
9186 * gdb.arch/i386-gnu-cfi.exp
9187 * gdb.arch/i386-mpx-map.exp
9188 * gdb.arch/i386-mpx-sigsegv.exp
9189 * gdb.arch/i386-mpx-simple_segv.exp
9190 * gdb.arch/i386-mpx.exp
9191 * gdb.arch/i386-permbkpt.exp
9192 * gdb.arch/i386-prologue.exp
9193 * gdb.arch/i386-signal.exp
9194 * gdb.arch/i386-size-overlap.exp
9195 * gdb.arch/i386-unwind.exp
9196 * gdb.arch/i386-word.exp
9197 * gdb.arch/mips-fcr.exp
9198 * gdb.arch/powerpc-d128-regs.exp
9199 * gdb.arch/powerpc-stackless.exp
9200 * gdb.arch/ppc64-atomic-inst.exp
9201 * gdb.arch/s390-stackless.exp
9202 * gdb.arch/s390-tdbregs.exp
9203 * gdb.arch/s390-vregs.exp
9204 * gdb.arch/sparc-sysstep.exp
9205 * gdb.arch/thumb-bx-pc.exp
9206 * gdb.arch/thumb-singlestep.exp
9207 * gdb.arch/thumb2-it.exp
9208 * gdb.arch/vsx-regs.exp
9209 * gdb.asm/asm-source.exp
9210 * gdb.base/a2-run.exp
9211 * gdb.base/advance.exp
9212 * gdb.base/all-bin.exp
9213 * gdb.base/anon.exp
9214 * gdb.base/args.exp
9215 * gdb.base/arithmet.exp
9216 * gdb.base/async-shell.exp
9217 * gdb.base/async.exp
9218 * gdb.base/attach-pie-noexec.exp
9219 * gdb.base/attach-twice.exp
9220 * gdb.base/auto-load.exp
9221 * gdb.base/bang.exp
9222 * gdb.base/bitfields.exp
9223 * gdb.base/break-always.exp
9224 * gdb.base/break-caller-line.exp
9225 * gdb.base/break-entry.exp
9226 * gdb.base/break-inline.exp
9227 * gdb.base/break-on-linker-gcd-function.exp
9228 * gdb.base/break-probes.exp
9229 * gdb.base/break.exp
9230 * gdb.base/breakpoint-shadow.exp
9231 * gdb.base/call-ar-st.exp
9232 * gdb.base/call-sc.exp
9233 * gdb.base/call-signal-resume.exp
9234 * gdb.base/call-strs.exp
9235 * gdb.base/callfuncs.exp
9236 * gdb.base/catch-fork-static.exp
9237 * gdb.base/catch-gdb-caused-signals.exp
9238 * gdb.base/catch-load.exp
9239 * gdb.base/catch-signal-fork.exp
9240 * gdb.base/catch-signal.exp
9241 * gdb.base/catch-syscall.exp
9242 * gdb.base/charset.exp
9243 * gdb.base/checkpoint.exp
9244 * gdb.base/chng-syms.exp
9245 * gdb.base/code-expr.exp
9246 * gdb.base/code_elim.exp
9247 * gdb.base/commands.exp
9248 * gdb.base/completion.exp
9249 * gdb.base/complex.exp
9250 * gdb.base/cond-expr.exp
9251 * gdb.base/condbreak.exp
9252 * gdb.base/consecutive.exp
9253 * gdb.base/continue-all-already-running.exp
9254 * gdb.base/coredump-filter.exp
9255 * gdb.base/corefile.exp
9256 * gdb.base/dbx.exp
9257 * gdb.base/debug-expr.exp
9258 * gdb.base/define.exp
9259 * gdb.base/del.exp
9260 * gdb.base/disabled-location.exp
9261 * gdb.base/disasm-end-cu.exp
9262 * gdb.base/disasm-optim.exp
9263 * gdb.base/display.exp
9264 * gdb.base/duplicate-bp.exp
9265 * gdb.base/ena-dis-br.exp
9266 * gdb.base/ending-run.exp
9267 * gdb.base/enumval.exp
9268 * gdb.base/environ.exp
9269 * gdb.base/eu-strip-infcall.exp
9270 * gdb.base/eval-avoid-side-effects.exp
9271 * gdb.base/eval-skip.exp
9272 * gdb.base/exitsignal.exp
9273 * gdb.base/expand-psymtabs.exp
9274 * gdb.base/filesym.exp
9275 * gdb.base/find-unmapped.exp
9276 * gdb.base/finish.exp
9277 * gdb.base/float.exp
9278 * gdb.base/foll-exec-mode.exp
9279 * gdb.base/foll-exec.exp
9280 * gdb.base/foll-fork.exp
9281 * gdb.base/fortran-sym-case.exp
9282 * gdb.base/freebpcmd.exp
9283 * gdb.base/func-ptr.exp
9284 * gdb.base/func-ptrs.exp
9285 * gdb.base/funcargs.exp
9286 * gdb.base/gcore-buffer-overflow.exp
9287 * gdb.base/gcore-relro-pie.exp
9288 * gdb.base/gcore-relro.exp
9289 * gdb.base/gcore.exp
9290 * gdb.base/gdb1090.exp
9291 * gdb.base/gdb11530.exp
9292 * gdb.base/gdb11531.exp
9293 * gdb.base/gdb1821.exp
9294 * gdb.base/gdbindex-stabs.exp
9295 * gdb.base/gdbvars.exp
9296 * gdb.base/hbreak.exp
9297 * gdb.base/hbreak2.exp
9298 * gdb.base/included.exp
9299 * gdb.base/infcall-input.exp
9300 * gdb.base/inferior-died.exp
9301 * gdb.base/infnan.exp
9302 * gdb.base/info-macros.exp
9303 * gdb.base/info-os.exp
9304 * gdb.base/info-proc.exp
9305 * gdb.base/info-shared.exp
9306 * gdb.base/info-target.exp
9307 * gdb.base/infoline.exp
9308 * gdb.base/interp.exp
9309 * gdb.base/interrupt.exp
9310 * gdb.base/jit-reader.exp
9311 * gdb.base/jit-simple.exp
9312 * gdb.base/kill-after-signal.exp
9313 * gdb.base/kill-detach-inferiors-cmd.exp
9314 * gdb.base/label.exp
9315 * gdb.base/langs.exp
9316 * gdb.base/ldbl_e308.exp
9317 * gdb.base/line-symtabs.exp
9318 * gdb.base/linespecs.exp
9319 * gdb.base/list.exp
9320 * gdb.base/long_long.exp
9321 * gdb.base/longest-types.exp
9322 * gdb.base/maint.exp
9323 * gdb.base/max-value-size.exp
9324 * gdb.base/memattr.exp
9325 * gdb.base/mips_pro.exp
9326 * gdb.base/morestack.exp
9327 * gdb.base/moribund-step.exp
9328 * gdb.base/multi-forks.exp
9329 * gdb.base/nested-addr.exp
9330 * gdb.base/nextoverexit.exp
9331 * gdb.base/noreturn-finish.exp
9332 * gdb.base/noreturn-return.exp
9333 * gdb.base/nostdlib.exp
9334 * gdb.base/offsets.exp
9335 * gdb.base/opaque.exp
9336 * gdb.base/pc-fp.exp
9337 * gdb.base/permissions.exp
9338 * gdb.base/print-symbol-loading.exp
9339 * gdb.base/prologue-include.exp
9340 * gdb.base/psymtab.exp
9341 * gdb.base/ptype.exp
9342 * gdb.base/random-signal.exp
9343 * gdb.base/randomize.exp
9344 * gdb.base/range-stepping.exp
9345 * gdb.base/readline-ask.exp
9346 * gdb.base/recpar.exp
9347 * gdb.base/recurse.exp
9348 * gdb.base/relational.exp
9349 * gdb.base/restore.exp
9350 * gdb.base/return-nodebug.exp
9351 * gdb.base/return.exp
9352 * gdb.base/run-after-attach.exp
9353 * gdb.base/save-bp.exp
9354 * gdb.base/scope.exp
9355 * gdb.base/sect-cmd.exp
9356 * gdb.base/set-lang-auto.exp
9357 * gdb.base/set-noassign.exp
9358 * gdb.base/setvar.exp
9359 * gdb.base/sigall.exp
9360 * gdb.base/sigbpt.exp
9361 * gdb.base/siginfo-addr.exp
9362 * gdb.base/siginfo-infcall.exp
9363 * gdb.base/siginfo-obj.exp
9364 * gdb.base/siginfo.exp
9365 * gdb.base/signals-state-child.exp
9366 * gdb.base/signest.exp
9367 * gdb.base/sigstep.exp
9368 * gdb.base/sizeof.exp
9369 * gdb.base/skip.exp
9370 * gdb.base/solib-corrupted.exp
9371 * gdb.base/solib-nodir.exp
9372 * gdb.base/solib-search.exp
9373 * gdb.base/stack-checking.exp
9374 * gdb.base/stale-infcall.exp
9375 * gdb.base/stap-probe.exp
9376 * gdb.base/start.exp
9377 * gdb.base/step-break.exp
9378 * gdb.base/step-bt.exp
9379 * gdb.base/step-line.exp
9380 * gdb.base/step-over-exit.exp
9381 * gdb.base/step-over-syscall.exp
9382 * gdb.base/step-resume-infcall.exp
9383 * gdb.base/step-test.exp
9384 * gdb.base/store.exp
9385 * gdb.base/structs3.exp
9386 * gdb.base/sym-file.exp
9387 * gdb.base/symbol-without-target_section.exp
9388 * gdb.base/term.exp
9389 * gdb.base/testenv.exp
9390 * gdb.base/ui-redirect.exp
9391 * gdb.base/until.exp
9392 * gdb.base/unwindonsignal.exp
9393 * gdb.base/value-double-free.exp
9394 * gdb.base/vla-datatypes.exp
9395 * gdb.base/vla-ptr.exp
9396 * gdb.base/vla-sideeffect.exp
9397 * gdb.base/volatile.exp
9398 * gdb.base/watch-cond-infcall.exp
9399 * gdb.base/watch-cond.exp
9400 * gdb.base/watch-non-mem.exp
9401 * gdb.base/watch-read.exp
9402 * gdb.base/watch-vfork.exp
9403 * gdb.base/watchpoint-cond-gone.exp
9404 * gdb.base/watchpoint-delete.exp
9405 * gdb.base/watchpoint-hw-hit-once.exp
9406 * gdb.base/watchpoint-hw.exp
9407 * gdb.base/watchpoint-stops-at-right-insn.exp
9408 * gdb.base/watchpoints.exp
9409 * gdb.base/wchar.exp
9410 * gdb.base/whatis-exp.exp
9411 * gdb.btrace/buffer-size.exp
9412 * gdb.btrace/data.exp
9413 * gdb.btrace/delta.exp
9414 * gdb.btrace/dlopen.exp
9415 * gdb.btrace/enable.exp
9416 * gdb.btrace/exception.exp
9417 * gdb.btrace/function_call_history.exp
9418 * gdb.btrace/gcore.exp
9419 * gdb.btrace/instruction_history.exp
9420 * gdb.btrace/nohist.exp
9421 * gdb.btrace/reconnect.exp
9422 * gdb.btrace/record_goto-step.exp
9423 * gdb.btrace/record_goto.exp
9424 * gdb.btrace/rn-dl-bind.exp
9425 * gdb.btrace/segv.exp
9426 * gdb.btrace/step.exp
9427 * gdb.btrace/stepi.exp
9428 * gdb.btrace/tailcall-only.exp
9429 * gdb.btrace/tailcall.exp
9430 * gdb.btrace/tsx.exp
9431 * gdb.btrace/unknown_functions.exp
9432 * gdb.btrace/vdso.exp
9433 * gdb.compile/compile-ifunc.exp
9434 * gdb.compile/compile-ops.exp
9435 * gdb.compile/compile-print.exp
9436 * gdb.compile/compile-setjmp.exp
9437 * gdb.cp/abstract-origin.exp
9438 * gdb.cp/ambiguous.exp
9439 * gdb.cp/annota2.exp
9440 * gdb.cp/annota3.exp
9441 * gdb.cp/anon-ns.exp
9442 * gdb.cp/anon-struct.exp
9443 * gdb.cp/anon-union.exp
9444 * gdb.cp/arg-reference.exp
9445 * gdb.cp/baseenum.exp
9446 * gdb.cp/bool.exp
9447 * gdb.cp/breakpoint.exp
9448 * gdb.cp/bs15503.exp
9449 * gdb.cp/call-c.exp
9450 * gdb.cp/casts.exp
9451 * gdb.cp/chained-calls.exp
9452 * gdb.cp/class2.exp
9453 * gdb.cp/classes.exp
9454 * gdb.cp/cmpd-minsyms.exp
9455 * gdb.cp/converts.exp
9456 * gdb.cp/cp-relocate.exp
9457 * gdb.cp/cpcompletion.exp
9458 * gdb.cp/cpexprs.exp
9459 * gdb.cp/cplabel.exp
9460 * gdb.cp/cplusfuncs.exp
9461 * gdb.cp/cpsizeof.exp
9462 * gdb.cp/ctti.exp
9463 * gdb.cp/derivation.exp
9464 * gdb.cp/destrprint.exp
9465 * gdb.cp/dispcxx.exp
9466 * gdb.cp/enum-class.exp
9467 * gdb.cp/exception.exp
9468 * gdb.cp/exceptprint.exp
9469 * gdb.cp/expand-psymtabs-cxx.exp
9470 * gdb.cp/expand-sals.exp
9471 * gdb.cp/extern-c.exp
9472 * gdb.cp/filename.exp
9473 * gdb.cp/formatted-ref.exp
9474 * gdb.cp/fpointer.exp
9475 * gdb.cp/gdb1355.exp
9476 * gdb.cp/gdb2495.exp
9477 * gdb.cp/hang.exp
9478 * gdb.cp/impl-this.exp
9479 * gdb.cp/infcall-dlopen.exp
9480 * gdb.cp/inherit.exp
9481 * gdb.cp/iostream.exp
9482 * gdb.cp/koenig.exp
9483 * gdb.cp/local.exp
9484 * gdb.cp/m-data.exp
9485 * gdb.cp/m-static.exp
9486 * gdb.cp/mb-ctor.exp
9487 * gdb.cp/mb-inline.exp
9488 * gdb.cp/mb-templates.exp
9489 * gdb.cp/member-name.exp
9490 * gdb.cp/member-ptr.exp
9491 * gdb.cp/meth-typedefs.exp
9492 * gdb.cp/method.exp
9493 * gdb.cp/method2.exp
9494 * gdb.cp/minsym-fallback.exp
9495 * gdb.cp/misc.exp
9496 * gdb.cp/namelessclass.exp
9497 * gdb.cp/namespace-enum.exp
9498 * gdb.cp/namespace-nested-import.exp
9499 * gdb.cp/namespace.exp
9500 * gdb.cp/nextoverthrow.exp
9501 * gdb.cp/no-dmgl-verbose.exp
9502 * gdb.cp/non-trivial-retval.exp
9503 * gdb.cp/noparam.exp
9504 * gdb.cp/nsdecl.exp
9505 * gdb.cp/nsimport.exp
9506 * gdb.cp/nsnested.exp
9507 * gdb.cp/nsnoimports.exp
9508 * gdb.cp/nsrecurs.exp
9509 * gdb.cp/nsstress.exp
9510 * gdb.cp/nsusing.exp
9511 * gdb.cp/operator.exp
9512 * gdb.cp/oranking.exp
9513 * gdb.cp/overload-const.exp
9514 * gdb.cp/overload.exp
9515 * gdb.cp/ovldbreak.exp
9516 * gdb.cp/ovsrch.exp
9517 * gdb.cp/paren-type.exp
9518 * gdb.cp/parse-lang.exp
9519 * gdb.cp/pass-by-ref.exp
9520 * gdb.cp/pr-1023.exp
9521 * gdb.cp/pr-1210.exp
9522 * gdb.cp/pr-574.exp
9523 * gdb.cp/pr10687.exp
9524 * gdb.cp/pr12028.exp
9525 * gdb.cp/pr17132.exp
9526 * gdb.cp/pr17494.exp
9527 * gdb.cp/pr9067.exp
9528 * gdb.cp/pr9167.exp
9529 * gdb.cp/pr9631.exp
9530 * gdb.cp/printmethod.exp
9531 * gdb.cp/psmang.exp
9532 * gdb.cp/psymtab-parameter.exp
9533 * gdb.cp/ptype-cv-cp.exp
9534 * gdb.cp/ptype-flags.exp
9535 * gdb.cp/re-set-overloaded.exp
9536 * gdb.cp/ref-types.exp
9537 * gdb.cp/rtti.exp
9538 * gdb.cp/scope-err.exp
9539 * gdb.cp/shadow.exp
9540 * gdb.cp/smartp.exp
9541 * gdb.cp/static-method.exp
9542 * gdb.cp/static-print-quit.exp
9543 * gdb.cp/temargs.exp
9544 * gdb.cp/templates.exp
9545 * gdb.cp/try_catch.exp
9546 * gdb.cp/typedef-operator.exp
9547 * gdb.cp/typeid.exp
9548 * gdb.cp/userdef.exp
9549 * gdb.cp/using-crash.exp
9550 * gdb.cp/var-tag.exp
9551 * gdb.cp/virtbase.exp
9552 * gdb.cp/virtfunc.exp
9553 * gdb.cp/virtfunc2.exp
9554 * gdb.cp/vla-cxx.exp
9555 * gdb.disasm/t01_mov.exp
9556 * gdb.disasm/t02_mova.exp
9557 * gdb.disasm/t03_add.exp
9558 * gdb.disasm/t04_sub.exp
9559 * gdb.disasm/t05_cmp.exp
9560 * gdb.disasm/t06_ari2.exp
9561 * gdb.disasm/t07_ari3.exp
9562 * gdb.disasm/t08_or.exp
9563 * gdb.disasm/t09_xor.exp
9564 * gdb.disasm/t10_and.exp
9565 * gdb.disasm/t11_logs.exp
9566 * gdb.disasm/t12_bit.exp
9567 * gdb.disasm/t13_otr.exp
9568 * gdb.dlang/circular.exp
9569 * gdb.dwarf2/arr-stride.exp
9570 * gdb.dwarf2/arr-subrange.exp
9571 * gdb.dwarf2/atomic-type.exp
9572 * gdb.dwarf2/bad-regnum.exp
9573 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9574 * gdb.dwarf2/callframecfa.exp
9575 * gdb.dwarf2/clztest.exp
9576 * gdb.dwarf2/corrupt.exp
9577 * gdb.dwarf2/data-loc.exp
9578 * gdb.dwarf2/dup-psym.exp
9579 * gdb.dwarf2/dw2-anon-mptr.exp
9580 * gdb.dwarf2/dw2-anonymous-func.exp
9581 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9582 * gdb.dwarf2/dw2-bad-unresolved.exp
9583 * gdb.dwarf2/dw2-basic.exp
9584 * gdb.dwarf2/dw2-canonicalize-type.exp
9585 * gdb.dwarf2/dw2-case-insensitive.exp
9586 * gdb.dwarf2/dw2-common-block.exp
9587 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9588 * gdb.dwarf2/dw2-compressed.exp
9589 * gdb.dwarf2/dw2-const.exp
9590 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9591 * gdb.dwarf2/dw2-cu-size.exp
9592 * gdb.dwarf2/dw2-dup-frame.exp
9593 * gdb.dwarf2/dw2-entry-value.exp
9594 * gdb.dwarf2/dw2-icycle.exp
9595 * gdb.dwarf2/dw2-ifort-parameter.exp
9596 * gdb.dwarf2/dw2-inline-break.exp
9597 * gdb.dwarf2/dw2-inline-param.exp
9598 * gdb.dwarf2/dw2-intercu.exp
9599 * gdb.dwarf2/dw2-intermix.exp
9600 * gdb.dwarf2/dw2-lexical-block-bare.exp
9601 * gdb.dwarf2/dw2-linkage-name-trust.exp
9602 * gdb.dwarf2/dw2-minsym-in-cu.exp
9603 * gdb.dwarf2/dw2-noloc.exp
9604 * gdb.dwarf2/dw2-op-call.exp
9605 * gdb.dwarf2/dw2-op-out-param.exp
9606 * gdb.dwarf2/dw2-opt-structptr.exp
9607 * gdb.dwarf2/dw2-param-error.exp
9608 * gdb.dwarf2/dw2-producer.exp
9609 * gdb.dwarf2/dw2-ranges-base.exp
9610 * gdb.dwarf2/dw2-ref-missing-frame.exp
9611 * gdb.dwarf2/dw2-reg-undefined.exp
9612 * gdb.dwarf2/dw2-regno-invalid.exp
9613 * gdb.dwarf2/dw2-restore.exp
9614 * gdb.dwarf2/dw2-restrict.exp
9615 * gdb.dwarf2/dw2-single-line-discriminators.exp
9616 * gdb.dwarf2/dw2-strp.exp
9617 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9618 * gdb.dwarf2/dw2-unresolved.exp
9619 * gdb.dwarf2/dw2-var-zero-addr.exp
9620 * gdb.dwarf2/dw4-sig-types.exp
9621 * gdb.dwarf2/dwz.exp
9622 * gdb.dwarf2/dynarr-ptr.exp
9623 * gdb.dwarf2/enum-type.exp
9624 * gdb.dwarf2/gdb-index.exp
9625 * gdb.dwarf2/implptr-64bit.exp
9626 * gdb.dwarf2/implptr-optimized-out.exp
9627 * gdb.dwarf2/implptr.exp
9628 * gdb.dwarf2/implref-array.exp
9629 * gdb.dwarf2/implref-const.exp
9630 * gdb.dwarf2/implref-global.exp
9631 * gdb.dwarf2/implref-struct.exp
9632 * gdb.dwarf2/mac-fileno.exp
9633 * gdb.dwarf2/main-subprogram.exp
9634 * gdb.dwarf2/member-ptr-forwardref.exp
9635 * gdb.dwarf2/method-ptr.exp
9636 * gdb.dwarf2/missing-sig-type.exp
9637 * gdb.dwarf2/nonvar-access.exp
9638 * gdb.dwarf2/opaque-type-lookup.exp
9639 * gdb.dwarf2/pieces-optimized-out.exp
9640 * gdb.dwarf2/pieces.exp
9641 * gdb.dwarf2/pr10770.exp
9642 * gdb.dwarf2/pr13961.exp
9643 * gdb.dwarf2/staticvirtual.exp
9644 * gdb.dwarf2/subrange.exp
9645 * gdb.dwarf2/symtab-producer.exp
9646 * gdb.dwarf2/trace-crash.exp
9647 * gdb.dwarf2/typeddwarf.exp
9648 * gdb.dwarf2/valop.exp
9649 * gdb.dwarf2/watch-notconst.exp
9650 * gdb.fortran/array-element.exp
9651 * gdb.fortran/charset.exp
9652 * gdb.fortran/common-block.exp
9653 * gdb.fortran/complex.exp
9654 * gdb.fortran/derived-type-function.exp
9655 * gdb.fortran/derived-type.exp
9656 * gdb.fortran/logical.exp
9657 * gdb.fortran/module.exp
9658 * gdb.fortran/multi-dim.exp
9659 * gdb.fortran/nested-funcs.exp
9660 * gdb.fortran/print-formatted.exp
9661 * gdb.fortran/subarray.exp
9662 * gdb.fortran/vla-alloc-assoc.exp
9663 * gdb.fortran/vla-datatypes.exp
9664 * gdb.fortran/vla-history.exp
9665 * gdb.fortran/vla-ptr-info.exp
9666 * gdb.fortran/vla-ptype-sub.exp
9667 * gdb.fortran/vla-ptype.exp
9668 * gdb.fortran/vla-sizeof.exp
9669 * gdb.fortran/vla-type.exp
9670 * gdb.fortran/vla-value-sub-arbitrary.exp
9671 * gdb.fortran/vla-value-sub-finish.exp
9672 * gdb.fortran/vla-value-sub.exp
9673 * gdb.fortran/vla-value.exp
9674 * gdb.fortran/whatis_type.exp
9675 * gdb.go/chan.exp
9676 * gdb.go/handcall.exp
9677 * gdb.go/hello.exp
9678 * gdb.go/integers.exp
9679 * gdb.go/methods.exp
9680 * gdb.go/package.exp
9681 * gdb.go/strings.exp
9682 * gdb.go/types.exp
9683 * gdb.go/unsafe.exp
9684 * gdb.guile/scm-arch.exp
9685 * gdb.guile/scm-block.exp
9686 * gdb.guile/scm-breakpoint.exp
9687 * gdb.guile/scm-cmd.exp
9688 * gdb.guile/scm-disasm.exp
9689 * gdb.guile/scm-equal.exp
9690 * gdb.guile/scm-frame-args.exp
9691 * gdb.guile/scm-frame-inline.exp
9692 * gdb.guile/scm-frame.exp
9693 * gdb.guile/scm-iterator.exp
9694 * gdb.guile/scm-math.exp
9695 * gdb.guile/scm-objfile.exp
9696 * gdb.guile/scm-ports.exp
9697 * gdb.guile/scm-symbol.exp
9698 * gdb.guile/scm-symtab.exp
9699 * gdb.guile/scm-value-cc.exp
9700 * gdb.guile/types-module.exp
9701 * gdb.linespec/break-ask.exp
9702 * gdb.linespec/cpexplicit.exp
9703 * gdb.linespec/explicit.exp
9704 * gdb.linespec/keywords.exp
9705 * gdb.linespec/linespec.exp
9706 * gdb.linespec/ls-dollar.exp
9707 * gdb.linespec/ls-errs.exp
9708 * gdb.linespec/skip-two.exp
9709 * gdb.linespec/thread.exp
9710 * gdb.mi/mi-async.exp
9711 * gdb.mi/mi-basics.exp
9712 * gdb.mi/mi-break.exp
9713 * gdb.mi/mi-catch-load.exp
9714 * gdb.mi/mi-cli.exp
9715 * gdb.mi/mi-cmd-param-changed.exp
9716 * gdb.mi/mi-console.exp
9717 * gdb.mi/mi-detach.exp
9718 * gdb.mi/mi-disassemble.exp
9719 * gdb.mi/mi-eval.exp
9720 * gdb.mi/mi-file-transfer.exp
9721 * gdb.mi/mi-file.exp
9722 * gdb.mi/mi-fill-memory.exp
9723 * gdb.mi/mi-inheritance-syntax-error.exp
9724 * gdb.mi/mi-linespec-err-cp.exp
9725 * gdb.mi/mi-logging.exp
9726 * gdb.mi/mi-memory-changed.exp
9727 * gdb.mi/mi-read-memory.exp
9728 * gdb.mi/mi-record-changed.exp
9729 * gdb.mi/mi-reg-undefined.exp
9730 * gdb.mi/mi-regs.exp
9731 * gdb.mi/mi-return.exp
9732 * gdb.mi/mi-reverse.exp
9733 * gdb.mi/mi-simplerun.exp
9734 * gdb.mi/mi-solib.exp
9735 * gdb.mi/mi-stack.exp
9736 * gdb.mi/mi-stepi.exp
9737 * gdb.mi/mi-syn-frame.exp
9738 * gdb.mi/mi-until.exp
9739 * gdb.mi/mi-var-block.exp
9740 * gdb.mi/mi-var-child.exp
9741 * gdb.mi/mi-var-cmd.exp
9742 * gdb.mi/mi-var-cp.exp
9743 * gdb.mi/mi-var-display.exp
9744 * gdb.mi/mi-var-invalidate.exp
9745 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9746 * gdb.mi/mi-vla-fortran.exp
9747 * gdb.mi/mi-watch.exp
9748 * gdb.mi/mi2-var-child.exp
9749 * gdb.mi/user-selected-context-sync.exp
9750 * gdb.modula2/unbounded-array.exp
9751 * gdb.multi/dummy-frame-restore.exp
9752 * gdb.multi/multi-arch-exec.exp
9753 * gdb.multi/multi-arch.exp
9754 * gdb.multi/tids.exp
9755 * gdb.multi/watchpoint-multi.exp
9756 * gdb.opencl/callfuncs.exp
9757 * gdb.opencl/convs_casts.exp
9758 * gdb.opencl/datatypes.exp
9759 * gdb.opencl/operators.exp
9760 * gdb.opencl/vec_comps.exp
9761 * gdb.opt/clobbered-registers-O2.exp
9762 * gdb.opt/inline-break.exp
9763 * gdb.opt/inline-bt.exp
9764 * gdb.opt/inline-cmds.exp
9765 * gdb.opt/inline-locals.exp
9766 * gdb.pascal/case-insensitive-symbols.exp
9767 * gdb.pascal/floats.exp
9768 * gdb.pascal/gdb11492.exp
9769 * gdb.python/lib-types.exp
9770 * gdb.python/py-arch.exp
9771 * gdb.python/py-as-string.exp
9772 * gdb.python/py-bad-printers.exp
9773 * gdb.python/py-block.exp
9774 * gdb.python/py-breakpoint-create-fail.exp
9775 * gdb.python/py-breakpoint.exp
9776 * gdb.python/py-caller-is.exp
9777 * gdb.python/py-cmd.exp
9778 * gdb.python/py-explore-cc.exp
9779 * gdb.python/py-explore.exp
9780 * gdb.python/py-finish-breakpoint.exp
9781 * gdb.python/py-finish-breakpoint2.exp
9782 * gdb.python/py-frame-args.exp
9783 * gdb.python/py-frame-inline.exp
9784 * gdb.python/py-frame.exp
9785 * gdb.python/py-framefilter-mi.exp
9786 * gdb.python/py-infthread.exp
9787 * gdb.python/py-lazy-string.exp
9788 * gdb.python/py-linetable.exp
9789 * gdb.python/py-mi-events.exp
9790 * gdb.python/py-mi-objfile.exp
9791 * gdb.python/py-mi.exp
9792 * gdb.python/py-objfile.exp
9793 * gdb.python/py-pp-integral.exp
9794 * gdb.python/py-pp-maint.exp
9795 * gdb.python/py-pp-re-notag.exp
9796 * gdb.python/py-pp-registration.exp
9797 * gdb.python/py-recurse-unwind.exp
9798 * gdb.python/py-strfns.exp
9799 * gdb.python/py-symbol.exp
9800 * gdb.python/py-symtab.exp
9801 * gdb.python/py-sync-interp.exp
9802 * gdb.python/py-typeprint.exp
9803 * gdb.python/py-unwind-maint.exp
9804 * gdb.python/py-unwind.exp
9805 * gdb.python/py-value-cc.exp
9806 * gdb.python/py-xmethods.exp
9807 * gdb.reverse/amd64-tailcall-reverse.exp
9808 * gdb.reverse/break-precsave.exp
9809 * gdb.reverse/break-reverse.exp
9810 * gdb.reverse/consecutive-precsave.exp
9811 * gdb.reverse/consecutive-reverse.exp
9812 * gdb.reverse/finish-precsave.exp
9813 * gdb.reverse/finish-reverse-bkpt.exp
9814 * gdb.reverse/finish-reverse.exp
9815 * gdb.reverse/fstatat-reverse.exp
9816 * gdb.reverse/getresuid-reverse.exp
9817 * gdb.reverse/i386-precsave.exp
9818 * gdb.reverse/i386-reverse.exp
9819 * gdb.reverse/i386-sse-reverse.exp
9820 * gdb.reverse/i387-env-reverse.exp
9821 * gdb.reverse/i387-stack-reverse.exp
9822 * gdb.reverse/insn-reverse.exp
9823 * gdb.reverse/machinestate-precsave.exp
9824 * gdb.reverse/machinestate.exp
9825 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9826 * gdb.reverse/pipe-reverse.exp
9827 * gdb.reverse/readv-reverse.exp
9828 * gdb.reverse/recvmsg-reverse.exp
9829 * gdb.reverse/rerun-prec.exp
9830 * gdb.reverse/s390-mvcle.exp
9831 * gdb.reverse/step-precsave.exp
9832 * gdb.reverse/step-reverse.exp
9833 * gdb.reverse/time-reverse.exp
9834 * gdb.reverse/until-precsave.exp
9835 * gdb.reverse/until-reverse.exp
9836 * gdb.reverse/waitpid-reverse.exp
9837 * gdb.reverse/watch-precsave.exp
9838 * gdb.reverse/watch-reverse.exp
9839 * gdb.rust/generics.exp
9840 * gdb.rust/methods.exp
9841 * gdb.rust/modules.exp
9842 * gdb.rust/simple.exp
9843 * gdb.server/connect-with-no-symbol-file.exp
9844 * gdb.server/ext-attach.exp
9845 * gdb.server/ext-restart.exp
9846 * gdb.server/ext-wrapper.exp
9847 * gdb.server/file-transfer.exp
9848 * gdb.server/server-exec-info.exp
9849 * gdb.server/server-kill.exp
9850 * gdb.server/server-mon.exp
9851 * gdb.server/wrapper.exp
9852 * gdb.stabs/exclfwd.exp
9853 * gdb.stabs/gdb11479.exp
9854 * gdb.threads/clone-new-thread-event.exp
9855 * gdb.threads/corethreads.exp
9856 * gdb.threads/current-lwp-dead.exp
9857 * gdb.threads/dlopen-libpthread.exp
9858 * gdb.threads/gcore-thread.exp
9859 * gdb.threads/sigstep-threads.exp
9860 * gdb.threads/watchpoint-fork.exp
9861 * gdb.trace/actions-changed.exp
9862 * gdb.trace/backtrace.exp
9863 * gdb.trace/change-loc.exp
9864 * gdb.trace/circ.exp
9865 * gdb.trace/collection.exp
9866 * gdb.trace/disconnected-tracing.exp
9867 * gdb.trace/ftrace.exp
9868 * gdb.trace/mi-trace-frame-collected.exp
9869 * gdb.trace/mi-trace-unavailable.exp
9870 * gdb.trace/mi-traceframe-changed.exp
9871 * gdb.trace/mi-tsv-changed.exp
9872 * gdb.trace/no-attach-trace.exp
9873 * gdb.trace/passc-dyn.exp
9874 * gdb.trace/qtro.exp
9875 * gdb.trace/range-stepping.exp
9876 * gdb.trace/read-memory.exp
9877 * gdb.trace/save-trace.exp
9878 * gdb.trace/signal.exp
9879 * gdb.trace/status-stop.exp
9880 * gdb.trace/tfile.exp
9881 * gdb.trace/trace-break.exp
9882 * gdb.trace/trace-buffer-size.exp
9883 * gdb.trace/trace-condition.exp
9884 * gdb.trace/tracefile-pseudo-reg.exp
9885 * gdb.trace/tstatus.exp
9886 * gdb.trace/unavailable.exp
9887 * gdb.trace/while-dyn.exp
9888 * gdb.trace/while-stepping.exp
9889
34c41c68
DE
98902016-12-22 Doug Evans <xdje42@gmail.com>
9891
9892 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9893 and msymbols.
9894
16e69324
YQ
98952016-12-19 Yao Qi <yao.qi@linaro.org>
9896
9897 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9898 (test_with_self): Don't call do_steps_and_nexts, and remove
9899 code about stepping into xmalloc.
9900
f94f411b
YQ
99012016-12-09 Yao Qi <yao.qi@linaro.org>
9902
9903 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9904
99052016-12-09 Yao Qi <yao.qi@linaro.org>
9906
9907 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9908
f1b5deee
PA
99092016-12-09 Pedro Alves <palves@redhat.com>
9910
9911 * gdb.base/all-architectures-0.exp: New file.
9912 * gdb.base/all-architectures-1.exp: New file.
9913 * gdb.base/all-architectures-2.exp: New file.
9914 * gdb.base/all-architectures-3.exp: New file.
9915 * gdb.base/all-architectures-4.exp: New file.
9916 * gdb.base/all-architectures-5.exp: New file.
9917 * gdb.base/all-architectures-6.exp: New file.
9918 * gdb.base/all-architectures-7.exp: New file.
9919 * gdb.base/all-architectures.exp.in: New file.
9920
364ca42e
YQ
99212016-12-09 Yao Qi <yao.qi@linaro.org>
9922
9923 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9924
107c2d62
LM
99252016-12-02 Luis Machado <lgustavo@codesourcery.com>
9926
9927 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9928 possible.
9929 Remove useless pattern-matching code.
9930
df3ee9ca
PA
99312016-12-02 Pedro Alves <palves@redhat.com>
9932
9933 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9934 procedure.
9935 (top level): Call it.
9936
ec835369
PA
99372016-12-02 Pedro Alves <palves@redhat.com>
9938
9939 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9940 New procedure.
9941 (top level): Call it.
9942
01770bbd
PA
99432016-12-02 Pedro Alves <palves@redhat.com>
9944
9945 PR cli/20559
9946 * gdb.base/commands.exp (user_defined_command_args_eval): New
9947 procedure.
9948 (top level): Call it.
9949
008459ea
LM
99502016-12-02 Luis Machado <lgustavo@codesourcery.com>
9951
9952 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9953 timeout handling.
9954
0c1b455e
TT
99552016-12-02 Tom Tromey <tom@tromey.com>
9956
9957 * gdb.dwarf2/main-subprogram.c: New file.
9958 * gdb.dwarf2/main-subprogram.exp: New file.
9959
018572b8
LM
99602016-12-01 Luis Machado <lgustavo@codesourcery.com>
9961
9962 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9963 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9964 gdb_test_no_output for a couple of cases.
9965 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9966
84c93cd5
LM
99672016-12-01 Luis Machado <lgustavo@codesourcery.com>
9968
9969 Fix test names and standardize compilation error messages throughout
9970 the following files:
9971
9972 * gdb.ada/start.exp
9973 * gdb.arch/alpha-step.exp
9974 * gdb.arch/e500-prologue.exp
9975 * gdb.arch/ftrace-insn-reloc.exp
9976 * gdb.arch/gdb1291.exp
9977 * gdb.arch/gdb1431.exp
9978 * gdb.arch/gdb1558.exp
9979 * gdb.arch/i386-dr3-watch.exp
9980 * gdb.arch/i386-sse-stack-align.exp
9981 * gdb.arch/ia64-breakpoint-shadow.exp
9982 * gdb.arch/pa-nullify.exp
9983 * gdb.arch/powerpc-aix-prologue.exp
9984 * gdb.arch/thumb-bx-pc.exp
9985 * gdb.base/annota1.exp
9986 * gdb.base/annota3.exp
9987 * gdb.base/arrayidx.exp
9988 * gdb.base/assign.exp
9989 * gdb.base/attach.exp
9990 * gdb.base/auxv.exp
9991 * gdb.base/bang.exp
9992 * gdb.base/bfp-test.exp
9993 * gdb.base/bigcore.exp
9994 * gdb.base/bitfields2.exp
9995 * gdb.base/break-fun-addr.exp
9996 * gdb.base/break-probes.exp
9997 * gdb.base/call-rt-st.exp
9998 * gdb.base/callexit.exp
9999 * gdb.base/catch-fork-kill.exp
10000 * gdb.base/charset.exp
10001 * gdb.base/checkpoint.exp
10002 * gdb.base/comprdebug.exp
10003 * gdb.base/constvars.exp
10004 * gdb.base/coredump-filter.exp
10005 * gdb.base/cursal.exp
10006 * gdb.base/cvexpr.exp
10007 * gdb.base/detach.exp
10008 * gdb.base/display.exp
10009 * gdb.base/dmsym.exp
10010 * gdb.base/dprintf-pending.exp
10011 * gdb.base/dso2dso.exp
10012 * gdb.base/dtrace-probe.exp
10013 * gdb.base/dump.exp
10014 * gdb.base/enum_cond.exp
10015 * gdb.base/exe-lock.exp
10016 * gdb.base/exec-invalid-sysroot.exp
10017 * gdb.base/execl-update-breakpoints.exp
10018 * gdb.base/exprs.exp
10019 * gdb.base/fileio.exp
10020 * gdb.base/find.exp
10021 * gdb.base/finish.exp
10022 * gdb.base/fixsection.exp
10023 * gdb.base/foll-vfork.exp
10024 * gdb.base/frame-args.exp
10025 * gdb.base/gcore.exp
10026 * gdb.base/gdb1250.exp
10027 * gdb.base/global-var-nested-by-dso.exp
10028 * gdb.base/gnu-ifunc.exp
10029 * gdb.base/hashline1.exp
10030 * gdb.base/hashline2.exp
10031 * gdb.base/hashline3.exp
10032 * gdb.base/hbreak-in-shr-unsupported.exp
10033 * gdb.base/huge.exp
10034 * gdb.base/infcall-input.exp
10035 * gdb.base/info-fun.exp
10036 * gdb.base/info-shared.exp
10037 * gdb.base/jit-simple.exp
10038 * gdb.base/jit-so.exp
10039 * gdb.base/jit.exp
10040 * gdb.base/jump.exp
10041 * gdb.base/label.exp
10042 * gdb.base/lineinc.exp
10043 * gdb.base/logical.exp
10044 * gdb.base/longjmp.exp
10045 * gdb.base/macscp.exp
10046 * gdb.base/miscexprs.exp
10047 * gdb.base/new-ui-echo.exp
10048 * gdb.base/new-ui-pending-input.exp
10049 * gdb.base/new-ui.exp
10050 * gdb.base/nodebug.exp
10051 * gdb.base/nofield.exp
10052 * gdb.base/offsets.exp
10053 * gdb.base/overlays.exp
10054 * gdb.base/pending.exp
10055 * gdb.base/pointers.exp
10056 * gdb.base/pr11022.exp
10057 * gdb.base/printcmds.exp
10058 * gdb.base/prologue.exp
10059 * gdb.base/ptr-typedef.exp
10060 * gdb.base/realname-expand.exp
10061 * gdb.base/relativedebug.exp
10062 * gdb.base/relocate.exp
10063 * gdb.base/remote.exp
10064 * gdb.base/reread.exp
10065 * gdb.base/return2.exp
10066 * gdb.base/savedregs.exp
10067 * gdb.base/sep.exp
10068 * gdb.base/sepdebug.exp
10069 * gdb.base/sepsymtab.exp
10070 * gdb.base/set-inferior-tty.exp
10071 * gdb.base/setshow.exp
10072 * gdb.base/shlib-call.exp
10073 * gdb.base/sigaltstack.exp
10074 * gdb.base/siginfo-addr.exp
10075 * gdb.base/signals.exp
10076 * gdb.base/signull.exp
10077 * gdb.base/sigrepeat.exp
10078 * gdb.base/so-impl-ld.exp
10079 * gdb.base/solib-display.exp
10080 * gdb.base/solib-overlap.exp
10081 * gdb.base/solib-search.exp
10082 * gdb.base/solib-symbol.exp
10083 * gdb.base/structs.exp
10084 * gdb.base/structs2.exp
10085 * gdb.base/symtab-search-order.exp
10086 * gdb.base/twice.exp
10087 * gdb.base/unload.exp
10088 * gdb.base/varargs.exp
10089 * gdb.base/watchpoint-solib.exp
10090 * gdb.base/watchpoint.exp
10091 * gdb.base/whatis.exp
10092 * gdb.base/wrong_frame_bt_full.exp
10093 * gdb.btrace/dlopen.exp
10094 * gdb.cell/ea-standalone.exp
10095 * gdb.cell/ea-test.exp
10096 * gdb.cp/dispcxx.exp
10097 * gdb.cp/gdb2384.exp
10098 * gdb.cp/method2.exp
10099 * gdb.cp/nextoverthrow.exp
10100 * gdb.cp/pr10728.exp
10101 * gdb.disasm/am33.exp
10102 * gdb.disasm/h8300s.exp
10103 * gdb.disasm/mn10300.exp
10104 * gdb.disasm/sh3.exp
10105 * gdb.dwarf2/dw2-dir-file-name.exp
10106 * gdb.fortran/complex.exp
10107 * gdb.fortran/library-module.exp
10108 * gdb.guile/scm-pretty-print.exp
10109 * gdb.guile/scm-symbol.exp
10110 * gdb.guile/scm-type.exp
10111 * gdb.guile/scm-value.exp
10112 * gdb.linespec/linespec.exp
10113 * gdb.mi/gdb701.exp
10114 * gdb.mi/gdb792.exp
10115 * gdb.mi/mi-breakpoint-changed.exp
10116 * gdb.mi/mi-dprintf-pending.exp
10117 * gdb.mi/mi-dprintf.exp
10118 * gdb.mi/mi-exit-code.exp
10119 * gdb.mi/mi-pending.exp
10120 * gdb.mi/mi-solib.exp
10121 * gdb.mi/new-ui-mi-sync.exp
10122 * gdb.mi/pr11022.exp
10123 * gdb.mi/user-selected-context-sync.exp
10124 * gdb.opt/solib-intra-step.exp
10125 * gdb.python/py-events.exp
10126 * gdb.python/py-finish-breakpoint.exp
10127 * gdb.python/py-mi.exp
10128 * gdb.python/py-prettyprint.exp
10129 * gdb.python/py-shared.exp
10130 * gdb.python/py-symbol.exp
10131 * gdb.python/py-template.exp
10132 * gdb.python/py-type.exp
10133 * gdb.python/py-value.exp
10134 * gdb.reverse/solib-precsave.exp
10135 * gdb.reverse/solib-reverse.exp
10136 * gdb.server/solib-list.exp
10137 * gdb.stabs/weird.exp
10138 * gdb.threads/reconnect-signal.exp
10139 * gdb.threads/stepi-random-signal.exp
10140 * gdb.trace/actions.exp
10141 * gdb.trace/ax.exp
10142 * gdb.trace/backtrace.exp
10143 * gdb.trace/change-loc.exp
10144 * gdb.trace/deltrace.exp
10145 * gdb.trace/ftrace-lock.exp
10146 * gdb.trace/ftrace.exp
10147 * gdb.trace/infotrace.exp
10148 * gdb.trace/mi-tracepoint-changed.exp
10149 * gdb.trace/packetlen.exp
10150 * gdb.trace/passcount.exp
10151 * gdb.trace/pending.exp
10152 * gdb.trace/range-stepping.exp
10153 * gdb.trace/report.exp
10154 * gdb.trace/stap-trace.exp
10155 * gdb.trace/tfind.exp
10156 * gdb.trace/trace-break.exp
10157 * gdb.trace/trace-condition.exp
10158 * gdb.trace/trace-enable-disable.exp
10159 * gdb.trace/trace-mt.exp
10160 * gdb.trace/tracecmd.exp
10161 * gdb.trace/tspeed.exp
10162 * gdb.trace/tsv.exp
10163 * lib/perftest.exp
10164
fb9feb35
LM
101652016-12-01 Luis Machado <lgustavo@codesourcery.com>
10166
10167 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10168 with gdb_test_no_output.
10169 Use command as test name.
10170
cd2ddb6c
LM
101712016-12-01 Luis Machado <lgustavo@codesourcery.com>
10172
10173 Fix test names starting with uppercase throughout the files.
10174
10175 * gdb.ada/assign_1.exp
10176 * gdb.ada/boolean_expr.exp
10177 * gdb.base/arrayidx.exp
10178 * gdb.base/del.exp
10179 * gdb.base/gcore-buffer-overflow.exp
10180 * gdb.base/testenv.exp
10181 * gdb.compile/compile.exp
10182 * gdb.python/py-framefilter-invalidarg.exp
10183 * gdb.python/py-framefilter.exp
10184
bb95117e
LM
101852016-12-01 Luis Machado <lgustavo@codesourcery.com>
10186
10187 Fix test names starting with uppercase throughout the files.
10188
10189 * gdb.ada/array_return.exp
10190 * gdb.ada/expr_delims.exp
10191 * gdb.ada/mi_dyn_arr.exp
10192 * gdb.ada/mi_interface.exp
10193 * gdb.ada/mi_var_array.exp
10194 * gdb.ada/watch_arg.exp
10195 * gdb.arch/alpha-step.exp
10196 * gdb.arch/altivec-regs.exp
10197 * gdb.arch/e500-regs.exp
10198 * gdb.arch/powerpc-d128-regs.exp
10199 * gdb.base/arrayidx.exp
10200 * gdb.base/break.exp
10201 * gdb.base/checkpoint.exp
10202 * gdb.base/debug-expr.exp
10203 * gdb.base/dmsym.exp
10204 * gdb.base/radix.exp
10205 * gdb.base/sepdebug.exp
10206 * gdb.base/testenv.exp
10207 * gdb.base/watch_thread_num.exp
10208 * gdb.base/watchpoint-cond-gone.exp
10209 * gdb.cell/break.exp
10210 * gdb.cell/ea-cache.exp
10211 * gdb.compile/compile.exp
10212 * gdb.cp/gdb2495.exp
10213 * gdb.gdb/selftest.exp
10214 * gdb.gdb/xfullpath.exp
10215 * gdb.go/hello.exp
10216 * gdb.go/integers.exp
10217 * gdb.objc/basicclass.exp
10218 * gdb.pascal/hello.exp
10219 * gdb.pascal/integers.exp
10220 * gdb.python/py-breakpoint.exp
10221 * gdb.python/py-cmd.exp
10222 * gdb.python/py-linetable.exp
10223 * gdb.python/py-xmethods.exp
10224 * gdb.python/python.exp
10225 * gdb.reverse/consecutive-precsave.exp
10226 * gdb.reverse/finish-precsave.exp
10227 * gdb.reverse/i386-precsave.exp
10228 * gdb.reverse/machinestate-precsave.exp
10229 * gdb.reverse/sigall-precsave.exp
10230 * gdb.reverse/solib-precsave.exp
10231 * gdb.reverse/step-precsave.exp
10232 * gdb.reverse/until-precsave.exp
10233 * gdb.reverse/watch-precsave.exp
10234 * gdb.threads/leader-exit.exp
10235 * gdb.threads/pthreads.exp
10236 * gdb.threads/wp-replication.exp
10237 * gdb.trace/actions.exp
10238 * gdb.trace/mi-tsv-changed.exp
10239 * gdb.trace/tsv.exp
10240
de97fdd4
LM
102412016-12-01 Luis Machado <lgustavo@codesourcery.com>
10242
10243 Fix test names starting with uppercase throughout the files.
10244
10245 * gdb.arch/i386-bp_permanent.exp
10246 * gdb.arch/i386-gnu-cfi.exp
10247 * gdb.base/disasm-end-cu.exp
10248 * gdb.base/macscp.exp
10249 * gdb.base/pending.exp
10250 * gdb.base/watch_thread_num.exp
10251 * gdb.cp/exception.exp
10252 * gdb.cp/gdb2495.exp
10253 * gdb.cp/local.exp
10254 * gdb.python/py-evsignal.exp
10255 * gdb.python/python.exp
10256 * gdb.trace/tracecmd.exp
10257
9f058c10
LM
102582016-12-01 Luis Machado <lgustavo@codesourcery.com>
10259
10260 Fix test names starting with uppercase throughout the files.
10261
10262 * gdb.base/charset.exp
10263 * gdb.base/eval.exp
10264 * gdb.base/multi-forks.exp
10265 * gdb.guile/scm-progspace.exp
10266 * gdb.opencl/datatypes.exp
10267 * gdb.python/py-block.exp
10268 * gdb.python/py-function.exp
10269 * gdb.python/py-symbol.exp
10270 * gdb.python/py-symtab.exp
10271 * gdb.python/py-xmethods.exp
10272 * gdb.reverse/break-precsave.exp
10273 * gdb.reverse/break-reverse.exp
10274 * gdb.reverse/consecutive-precsave.exp
10275 * gdb.reverse/consecutive-reverse.exp
10276 * gdb.reverse/finish-precsave.exp
10277 * gdb.reverse/finish-reverse-bkpt.exp
10278 * gdb.reverse/finish-reverse.exp
10279 * gdb.reverse/fstatat-reverse.exp
10280 * gdb.reverse/getresuid-reverse.exp
10281 * gdb.reverse/i386-precsave.exp
10282 * gdb.reverse/i386-reverse.exp
10283 * gdb.reverse/i386-sse-reverse.exp
10284 * gdb.reverse/i387-stack-reverse.exp
10285 * gdb.reverse/insn-reverse.exp
10286 * gdb.reverse/machinestate-precsave.exp
10287 * gdb.reverse/machinestate.exp
10288 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10289 * gdb.reverse/pipe-reverse.exp
10290 * gdb.reverse/readv-reverse.exp
10291 * gdb.reverse/recvmsg-reverse.exp
10292 * gdb.reverse/rerun-prec.exp
10293 * gdb.reverse/s390-mvcle.exp
10294 * gdb.reverse/sigall-precsave.exp
10295 * gdb.reverse/sigall-reverse.exp
10296 * gdb.reverse/solib-precsave.exp
10297 * gdb.reverse/solib-reverse.exp
10298 * gdb.reverse/step-precsave.exp
10299 * gdb.reverse/step-reverse.exp
10300 * gdb.reverse/time-reverse.exp
10301 * gdb.reverse/until-precsave.exp
10302 * gdb.reverse/until-reverse.exp
10303 * gdb.reverse/waitpid-reverse.exp
10304 * gdb.reverse/watch-precsave.exp
10305 * gdb.reverse/watch-reverse.exp
10306
cdc7edd7
LM
103072016-12-01 Luis Machado <lgustavo@codesourcery.com>
10308
10309 Fix test names starting with uppercase throughout the files.
10310
10311 * gdb.arch/i386-mpx-simple_segv.exp
10312 * gdb.arch/i386-mpx.exp
10313 * gdb.arch/i386-permbkpt.exp
10314 * gdb.arch/pa-nullify.exp
10315 * gdb.arch/powerpc-d128-regs.exp
10316 * gdb.arch/vsx-regs.exp
10317 * gdb.base/bfp-test.exp
10318 * gdb.base/break.exp
10319 * gdb.base/breakpoint-shadow.exp
10320 * gdb.base/callfuncs.exp
10321 * gdb.base/charset.exp
10322 * gdb.base/commands.exp
10323 * gdb.base/completion.exp
10324 * gdb.base/dfp-test.exp
10325 * gdb.base/echo.exp
10326 * gdb.base/ending-run.exp
10327 * gdb.base/eval.exp
10328 * gdb.base/expand-psymtabs.exp
10329 * gdb.base/float128.exp
10330 * gdb.base/floatn.exp
10331 * gdb.base/foll-exec-mode.exp
10332 * gdb.base/gdb1056.exp
10333 * gdb.base/gdb11531.exp
10334 * gdb.base/kill-after-signal.exp
10335 * gdb.base/multi-forks.exp
10336 * gdb.base/overlays.exp
10337 * gdb.base/pending.exp
10338 * gdb.base/sepdebug.exp
10339 * gdb.base/testenv.exp
10340 * gdb.base/valgrind-db-attach.exp
10341 * gdb.base/watch_thread_num.exp
10342 * gdb.base/watchpoint-cond-gone.exp
10343 * gdb.base/watchpoint.exp
10344 * gdb.base/watchpoints.exp
10345 * gdb.cp/arg-reference.exp
10346 * gdb.cp/baseenum.exp
10347 * gdb.cp/operator.exp
10348 * gdb.cp/shadow.exp
10349 * gdb.dwarf2/dw2-op-out-param.exp
10350 * gdb.dwarf2/dw2-reg-undefined.exp
10351 * gdb.go/chan.exp
10352 * gdb.go/hello.exp
10353 * gdb.go/integers.exp
10354 * gdb.go/methods.exp
10355 * gdb.go/package.exp
10356 * gdb.guile/scm-parameter.exp
10357 * gdb.guile/scm-progspace.exp
10358 * gdb.guile/scm-value.exp
10359 * gdb.mi/mi-pending.exp
10360 * gdb.mi/user-selected-context-sync.exp
10361 * gdb.multi/multi-attach.exp
10362 * gdb.multi/tids.exp
10363 * gdb.opt/clobbered-registers-O2.exp
10364 * gdb.pascal/floats.exp
10365 * gdb.pascal/integers.exp
10366 * gdb.python/py-block.exp
10367 * gdb.python/py-events.exp
10368 * gdb.python/py-parameter.exp
10369 * gdb.python/py-symbol.exp
10370 * gdb.python/py-symtab.exp
10371 * gdb.python/py-type.exp
10372 * gdb.python/py-value.exp
10373 * gdb.python/py-xmethods.exp
10374 * gdb.python/python.exp
10375 * gdb.reverse/break-precsave.exp
10376 * gdb.reverse/consecutive-precsave.exp
10377 * gdb.reverse/finish-precsave.exp
10378 * gdb.reverse/i386-precsave.exp
10379 * gdb.reverse/machinestate-precsave.exp
10380 * gdb.reverse/sigall-precsave.exp
10381 * gdb.reverse/solib-precsave.exp
10382 * gdb.reverse/step-precsave.exp
10383 * gdb.reverse/until-precsave.exp
10384 * gdb.reverse/watch-precsave.exp
10385 * gdb.server/ext-attach.exp
10386 * gdb.server/ext-restart.exp
10387 * gdb.server/ext-run.exp
10388 * gdb.server/ext-wrapper.exp
10389 * gdb.stabs/gdb11479.exp
10390 * gdb.stabs/weird.exp
10391 * gdb.threads/attach-many-short-lived-threads.exp
10392 * gdb.threads/kill.exp
10393 * gdb.threads/watchpoint-fork.exp
10394
bc6c7af4
LM
103952016-12-01 Luis Machado <lgustavo@codesourcery.com>
10396
10397 Fix test names starting with uppercase throughout all the files below.
10398
10399 * gdb.ada/array_return.exp
10400 * gdb.ada/catch_ex.exp
10401 * gdb.ada/info_exc.exp
10402 * gdb.ada/mi_catch_ex.exp
10403 * gdb.ada/mi_dyn_arr.exp
10404 * gdb.ada/mi_ex_cond.exp
10405 * gdb.ada/mi_exc_info.exp
10406 * gdb.ada/mi_interface.exp
10407 * gdb.ada/mi_task_arg.exp
10408 * gdb.ada/mi_task_info.exp
10409 * gdb.ada/mi_var_array.exp
10410 * gdb.arch/alpha-step.exp
10411 * gdb.arch/amd64-disp-step.exp
10412 * gdb.arch/arm-disp-step.exp
10413 * gdb.arch/disp-step-insn-reloc.exp
10414 * gdb.arch/e500-prologue.exp
10415 * gdb.arch/ftrace-insn-reloc.exp
10416 * gdb.arch/gdb1558.exp
10417 * gdb.arch/i386-bp_permanent.exp
10418 * gdb.arch/i386-disp-step.exp
10419 * gdb.arch/i386-float.exp
10420 * gdb.arch/i386-gnu-cfi.exp
10421 * gdb.arch/ia64-breakpoint-shadow.exp
10422 * gdb.arch/mips16-thunks.exp
10423 * gdb.arch/pa-nullify.exp
10424 * gdb.arch/powerpc-aix-prologue.exp
10425 * gdb.arch/powerpc-power.exp
10426 * gdb.arch/ppc-dfp.exp
10427 * gdb.arch/s390-tdbregs.exp
10428 * gdb.arch/spu-info.exp
10429 * gdb.arch/spu-ls.exp
10430 * gdb.arch/thumb-bx-pc.exp
10431 * gdb.base/advance.exp
10432 * gdb.base/annota-input-while-running.exp
10433 * gdb.base/arrayidx.exp
10434 * gdb.base/asmlabel.exp
10435 * gdb.base/async.exp
10436 * gdb.base/attach-wait-input.exp
10437 * gdb.base/auto-connect-native-target.exp
10438 * gdb.base/batch-preserve-term-settings.exp
10439 * gdb.base/bfp-test.exp
10440 * gdb.base/bigcore.exp
10441 * gdb.base/bp-permanent.exp
10442 * gdb.base/break-always.exp
10443 * gdb.base/break-fun-addr.exp
10444 * gdb.base/break-idempotent.exp
10445 * gdb.base/break-main-file-remove-fail.exp
10446 * gdb.base/break-probes.exp
10447 * gdb.base/break-unload-file.exp
10448 * gdb.base/break.exp
10449 * gdb.base/call-ar-st.exp
10450 * gdb.base/call-rt-st.exp
10451 * gdb.base/call-sc.exp
10452 * gdb.base/call-signal-resume.exp
10453 * gdb.base/call-strs.exp
10454 * gdb.base/callexit.exp
10455 * gdb.base/callfuncs.exp
10456 * gdb.base/catch-gdb-caused-signals.exp
10457 * gdb.base/catch-signal-siginfo-cond.exp
10458 * gdb.base/catch-syscall.exp
10459 * gdb.base/compare-sections.exp
10460 * gdb.base/cond-eval-mode.exp
10461 * gdb.base/condbreak-call-false.exp
10462 * gdb.base/consecutive-step-over.exp
10463 * gdb.base/cursal.exp
10464 * gdb.base/disabled-location.exp
10465 * gdb.base/disasm-end-cu.exp
10466 * gdb.base/display.exp
10467 * gdb.base/double-prompt-target-event-error.exp
10468 * gdb.base/dprintf-bp-same-addr.exp
10469 * gdb.base/dprintf-detach.exp
10470 * gdb.base/dprintf-next.exp
10471 * gdb.base/dprintf-non-stop.exp
10472 * gdb.base/dprintf-pending.exp
10473 * gdb.base/dso2dso.exp
10474 * gdb.base/ending-run.exp
10475 * gdb.base/enum_cond.exp
10476 * gdb.base/examine-backward.exp
10477 * gdb.base/exe-lock.exp
10478 * gdb.base/exec-invalid-sysroot.exp
10479 * gdb.base/execl-update-breakpoints.exp
10480 * gdb.base/execution-termios.exp
10481 * gdb.base/fileio.exp
10482 * gdb.base/fixsection.exp
10483 * gdb.base/foll-exec-mode.exp
10484 * gdb.base/foll-exec.exp
10485 * gdb.base/fork-running-state.exp
10486 * gdb.base/frame-args.exp
10487 * gdb.base/fullpath-expand.exp
10488 * gdb.base/func-ptr.exp
10489 * gdb.base/gcore-relro-pie.exp
10490 * gdb.base/gdb1090.exp
10491 * gdb.base/gdb1555.exp
10492 * gdb.base/global-var-nested-by-dso.exp
10493 * gdb.base/gnu-ifunc.exp
10494 * gdb.base/hbreak-in-shr-unsupported.exp
10495 * gdb.base/hbreak-unmapped.exp
10496 * gdb.base/hook-stop.exp
10497 * gdb.base/infcall-input.exp
10498 * gdb.base/info-fun.exp
10499 * gdb.base/info-shared.exp
10500 * gdb.base/interrupt-noterm.exp
10501 * gdb.base/jit-so.exp
10502 * gdb.base/jit.exp
10503 * gdb.base/line-symtabs.exp
10504 * gdb.base/list.exp
10505 * gdb.base/longjmp.exp
10506 * gdb.base/macscp.exp
10507 * gdb.base/max-value-size.exp
10508 * gdb.base/nodebug.exp
10509 * gdb.base/nofield.exp
10510 * gdb.base/overlays.exp
10511 * gdb.base/paginate-after-ctrl-c-running.exp
10512 * gdb.base/paginate-bg-execution.exp
10513 * gdb.base/paginate-inferior-exit.exp
10514 * gdb.base/pending.exp
10515 * gdb.base/pr11022.exp
10516 * gdb.base/printcmds.exp
10517 * gdb.base/ptr-typedef.exp
10518 * gdb.base/ptype.exp
10519 * gdb.base/randomize.exp
10520 * gdb.base/range-stepping.exp
10521 * gdb.base/realname-expand.exp
10522 * gdb.base/relativedebug.exp
10523 * gdb.base/remote.exp
10524 * gdb.base/savedregs.exp
10525 * gdb.base/sepdebug.exp
10526 * gdb.base/set-noassign.exp
10527 * gdb.base/shlib-call.exp
10528 * gdb.base/shreloc.exp
10529 * gdb.base/sigaltstack.exp
10530 * gdb.base/sigbpt.exp
10531 * gdb.base/siginfo-addr.exp
10532 * gdb.base/siginfo-obj.exp
10533 * gdb.base/siginfo-thread.exp
10534 * gdb.base/signest.exp
10535 * gdb.base/signull.exp
10536 * gdb.base/sigrepeat.exp
10537 * gdb.base/skip.exp
10538 * gdb.base/so-impl-ld.exp
10539 * gdb.base/solib-corrupted.exp
10540 * gdb.base/solib-disc.exp
10541 * gdb.base/solib-display.exp
10542 * gdb.base/solib-overlap.exp
10543 * gdb.base/solib-search.exp
10544 * gdb.base/solib-symbol.exp
10545 * gdb.base/source-execution.exp
10546 * gdb.base/sss-bp-on-user-bp-2.exp
10547 * gdb.base/sss-bp-on-user-bp.exp
10548 * gdb.base/stack-checking.exp
10549 * gdb.base/stale-infcall.exp
10550 * gdb.base/step-break.exp
10551 * gdb.base/step-line.exp
10552 * gdb.base/step-over-exit.exp
10553 * gdb.base/step-test.exp
10554 * gdb.base/structs.exp
10555 * gdb.base/sym-file.exp
10556 * gdb.base/symtab-search-order.exp
10557 * gdb.base/term.exp
10558 * gdb.base/type-opaque.exp
10559 * gdb.base/unload.exp
10560 * gdb.base/until-nodebug.exp
10561 * gdb.base/until.exp
10562 * gdb.base/unwindonsignal.exp
10563 * gdb.base/watch-cond.exp
10564 * gdb.base/watch-non-mem.exp
10565 * gdb.base/watch_thread_num.exp
10566 * gdb.base/watchpoint-reuse-slot.exp
10567 * gdb.base/watchpoint-solib.exp
10568 * gdb.base/watchpoint.exp
10569 * gdb.btrace/dlopen.exp
10570 * gdb.cell/arch.exp
10571 * gdb.cell/break.exp
10572 * gdb.cell/bt.exp
10573 * gdb.cell/core.exp
10574 * gdb.cell/data.exp
10575 * gdb.cell/dwarfaddr.exp
10576 * gdb.cell/ea-cache.exp
10577 * gdb.cell/ea-standalone.exp
10578 * gdb.cell/ea-test.exp
10579 * gdb.cell/f-regs.exp
10580 * gdb.cell/fork.exp
10581 * gdb.cell/gcore.exp
10582 * gdb.cell/mem-access.exp
10583 * gdb.cell/ptype.exp
10584 * gdb.cell/registers.exp
10585 * gdb.cell/sizeof.exp
10586 * gdb.cell/solib-symbol.exp
10587 * gdb.cell/solib.exp
10588 * gdb.compile/compile-tls.exp
10589 * gdb.cp/exception.exp
10590 * gdb.cp/gdb2495.exp
10591 * gdb.cp/local.exp
10592 * gdb.cp/mb-inline.exp
10593 * gdb.cp/mb-templates.exp
10594 * gdb.cp/pr10687.exp
10595 * gdb.cp/pr9167.exp
10596 * gdb.cp/scope-err.exp
10597 * gdb.cp/templates.exp
10598 * gdb.cp/virtfunc.exp
10599 * gdb.dwarf2/dw2-dir-file-name.exp
10600 * gdb.dwarf2/dw2-single-line-discriminators.exp
10601 * gdb.fortran/complex.exp
10602 * gdb.fortran/library-module.exp
10603 * gdb.guile/guile.exp
10604 * gdb.guile/scm-cmd.exp
10605 * gdb.guile/scm-frame-inline.exp
10606 * gdb.guile/scm-objfile.exp
10607 * gdb.guile/scm-pretty-print.exp
10608 * gdb.guile/scm-symbol.exp
10609 * gdb.guile/scm-type.exp
10610 * gdb.guile/scm-value.exp
10611 * gdb.linespec/keywords.exp
10612 * gdb.linespec/ls-errs.exp
10613 * gdb.linespec/macro-relative.exp
10614 * gdb.linespec/thread.exp
10615 * gdb.mi/mi-breakpoint-changed.exp
10616 * gdb.mi/mi-dprintf-pending.exp
10617 * gdb.mi/mi-fullname-deleted.exp
10618 * gdb.mi/mi-logging.exp
10619 * gdb.mi/mi-pending.exp
10620 * gdb.mi/mi-solib.exp
10621 * gdb.mi/new-ui-mi-sync.exp
10622 * gdb.mi/user-selected-context-sync.exp
10623 * gdb.multi/dummy-frame-restore.exp
10624 * gdb.multi/multi-arch-exec.exp
10625 * gdb.multi/remove-inferiors.exp
10626 * gdb.multi/watchpoint-multi-exit.exp
10627 * gdb.opt/solib-intra-step.exp
10628 * gdb.perf/backtrace.exp
10629 * gdb.perf/single-step.exp
10630 * gdb.perf/skip-command.exp
10631 * gdb.perf/skip-prologue.exp
10632 * gdb.perf/solib.exp
10633 * gdb.python/lib-types.exp
10634 * gdb.python/py-as-string.exp
10635 * gdb.python/py-bad-printers.exp
10636 * gdb.python/py-block.exp
10637 * gdb.python/py-breakpoint.exp
10638 * gdb.python/py-cmd.exp
10639 * gdb.python/py-events.exp
10640 * gdb.python/py-evthreads.exp
10641 * gdb.python/py-finish-breakpoint.exp
10642 * gdb.python/py-finish-breakpoint2.exp
10643 * gdb.python/py-frame-inline.exp
10644 * gdb.python/py-frame.exp
10645 * gdb.python/py-inferior.exp
10646 * gdb.python/py-infthread.exp
10647 * gdb.python/py-mi.exp
10648 * gdb.python/py-objfile.exp
10649 * gdb.python/py-pp-maint.exp
10650 * gdb.python/py-pp-registration.exp
10651 * gdb.python/py-prettyprint.exp
10652 * gdb.python/py-recurse-unwind.exp
10653 * gdb.python/py-shared.exp
10654 * gdb.python/py-symbol.exp
10655 * gdb.python/py-symtab.exp
10656 * gdb.python/py-template.exp
10657 * gdb.python/py-type.exp
10658 * gdb.python/py-unwind-maint.exp
10659 * gdb.python/py-unwind.exp
10660 * gdb.python/py-value.exp
10661 * gdb.python/python.exp
10662 * gdb.reverse/finish-reverse-bkpt.exp
10663 * gdb.reverse/insn-reverse.exp
10664 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10665 * gdb.reverse/solib-precsave.exp
10666 * gdb.reverse/solib-reverse.exp
10667 * gdb.stabs/gdb11479.exp
10668 * gdb.stabs/weird.exp
10669 * gdb.threads/fork-child-threads.exp
10670 * gdb.threads/fork-plus-threads.exp
10671 * gdb.threads/fork-thread-pending.exp
10672 * gdb.threads/forking-threads-plus-breakpoint.exp
10673 * gdb.threads/hand-call-in-threads.exp
10674 * gdb.threads/interrupted-hand-call.exp
10675 * gdb.threads/linux-dp.exp
10676 * gdb.threads/local-watch-wrong-thread.exp
10677 * gdb.threads/next-while-other-thread-longjmps.exp
10678 * gdb.threads/non-ldr-exit.exp
10679 * gdb.threads/pending-step.exp
10680 * gdb.threads/print-threads.exp
10681 * gdb.threads/process-dies-while-detaching.exp
10682 * gdb.threads/process-dies-while-handling-bp.exp
10683 * gdb.threads/pthreads.exp
10684 * gdb.threads/queue-signal.exp
10685 * gdb.threads/reconnect-signal.exp
10686 * gdb.threads/signal-command-handle-nopass.exp
10687 * gdb.threads/signal-command-multiple-signals-pending.exp
10688 * gdb.threads/signal-delivered-right-thread.exp
10689 * gdb.threads/signal-sigtrap.exp
10690 * gdb.threads/sigthread.exp
10691 * gdb.threads/staticthreads.exp
10692 * gdb.threads/stepi-random-signal.exp
10693 * gdb.threads/thread-unwindonsignal.exp
10694 * gdb.threads/thread_check.exp
10695 * gdb.threads/thread_events.exp
10696 * gdb.threads/tid-reuse.exp
10697 * gdb.threads/tls-nodebug.exp
10698 * gdb.threads/tls-shared.exp
10699 * gdb.threads/tls-so_extern.exp
10700 * gdb.threads/tls.exp
10701 * gdb.threads/wp-replication.exp
10702 * gdb.trace/actions-changed.exp
10703 * gdb.trace/actions.exp
10704 * gdb.trace/backtrace.exp
10705 * gdb.trace/change-loc.exp
10706 * gdb.trace/collection.exp
10707 * gdb.trace/deltrace.exp
10708 * gdb.trace/disconnected-tracing.exp
10709 * gdb.trace/entry-values.exp
10710 * gdb.trace/ftrace-lock.exp
10711 * gdb.trace/ftrace.exp
10712 * gdb.trace/infotrace.exp
10713 * gdb.trace/mi-trace-frame-collected.exp
10714 * gdb.trace/mi-trace-unavailable.exp
10715 * gdb.trace/mi-traceframe-changed.exp
10716 * gdb.trace/mi-tracepoint-changed.exp
10717 * gdb.trace/mi-tsv-changed.exp
10718 * gdb.trace/no-attach-trace.exp
10719 * gdb.trace/packetlen.exp
10720 * gdb.trace/passc-dyn.exp
10721 * gdb.trace/passcount.exp
10722 * gdb.trace/pending.exp
10723 * gdb.trace/pr16508.exp
10724 * gdb.trace/qtro.exp
10725 * gdb.trace/range-stepping.exp
10726 * gdb.trace/read-memory.exp
10727 * gdb.trace/report.exp
10728 * gdb.trace/save-trace.exp
10729 * gdb.trace/signal.exp
10730 * gdb.trace/stap-trace.exp
10731 * gdb.trace/status-stop.exp
10732 * gdb.trace/strace.exp
10733 * gdb.trace/tfile.exp
10734 * gdb.trace/tfind.exp
10735 * gdb.trace/trace-break.exp
10736 * gdb.trace/trace-condition.exp
10737 * gdb.trace/trace-enable-disable.exp
10738 * gdb.trace/trace-mt.exp
10739 * gdb.trace/tracecmd.exp
10740 * gdb.trace/tracefile-pseudo-reg.exp
10741 * gdb.trace/tspeed.exp
10742 * gdb.trace/tstatus.exp
10743 * gdb.trace/tsv.exp
10744 * gdb.trace/unavailable.exp
10745 * gdb.trace/while-dyn.exp
10746 * gdb.trace/while-stepping.exp
10747 * lib/gdb-guile.exp
10748 * lib/gdb.exp
10749 * lib/mi-support.exp
10750 * lib/pascal.exp
10751 * lib/perftest.exp
10752 * lib/prelink-support.exp
10753 * lib/selftest-support.exp
10754
ad02e4fe
SM
107552016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10756
10757 * Makefile.in: Include disable-implicit-rules.mk.
10758
22347e55
AA
107592016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10760
10761 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10762 non-byte-aligned bit fields.
10763
da5b30da
AA
107642016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10765
10766 PR gdb/12616
10767 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10768 respects the DW_AT_data_bit_offset attribute.
10769
b593ecca
SM
107702016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10771
10772 * gdb.base/default.exp: Fix output of "set language".
10773
3b165252
SM
107742016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10775
10776 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10777 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10778 make.
10779 * configure.ac: Remove checks for the make program.
10780 * configure: Re-generate.
10781
1a2f3d7f
KB
107822016-11-16 Kevin Buettner <kevinb@redhat.com>
10783
10784 * gdb.python/py-recurse-unwind.c (main): Add loop.
10785 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10786 to read_register() and gdb.parse_and_eval(). Make each code
10787 call a separate case that can be individually tested.
10788 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10789 proc. Call cont_and_backtrace for each of the code paths that
10790 we want to test in the unwinder.
10791
b7f38fda
AA
107922016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10793
10794 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10795 the definition of struct S.
10796
1f8db343
CM
107972016-11-11 Catherine Moore <clm@codesourcery.com>
10798
10799 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10800
fad0c9fb
PA
108012016-11-09 Pedro Alves <palves@redhat.com>
10802
10803 * gdb.base/commands.exp (runto_or_return): New procedure.
10804 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10805 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10806 (progvar_simple_while_test, progvar_complex_if_while_test)
10807 (if_while_breakpoint_command_test)
10808 (infrun_breakpoint_command_test, breakpoint_command_test)
10809 (user_defined_command_test, watchpoint_command_test)
10810 (test_command_prompt_position, redefine_hook_test)
10811 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10812 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10813 multi_line_input and multi_line. Remove gdb_expect and
10814 gdb_stop_suppressing_tests uses.
10815 * lib/gdb.exp (valnum_re): New global.
10816 (multi_line_input): New procedure.
10817
8354c62c
SM
108182016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10819
10820 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10821 Remove.
10822 (test_setup): Define with proc_with_prefix.
10823 (test_cli_inferior): Likewise.
10824 (test_cli_thread): Likewise.
10825 (test_cli_frame): Likewise.
10826 (test_cli_select_frame): Likewise.
10827 (test_cli_up_down): Likewise.
10828 (test_mi_thread_select): Likewise.
10829 (test_mi_stack_select_frame): Likewise.
10830 (test_cli_in_mi_inferior): Likewise.
10831 (test_cli_in_mi_thread): Likewise.
10832 (test_cli_in_mi_frame): Likewise.
10833 (top level): Do not use with_test_prefix_procname.
10834
64f367a2
PA
108352016-11-09 Pedro Alves <palves@redhat.com>
10836
10837 * gdb.base/commands.exp (gdbvar_simple_if_test)
10838 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10839 (progvar_simple_if_test, progvar_simple_while_test)
10840 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10841 (infrun_breakpoint_command_test, breakpoint_command_test)
10842 (user_defined_command_test, watchpoint_command_test)
10843 (test_command_prompt_position, deprecated_command_test)
10844 (bp_deleted_in_command, temporary_breakpoint_commands)
10845 (stray_arg0_test, source_file_with_indented_comment)
10846 (recursive_source_test, if_commands_test)
10847 (error_clears_commands_left, redefine_hook_test)
10848 (redefine_backtrace_test): Use proc_with_prefix.
10849 * lib/gdb.exp (proc_with_prefix): New proc.
10850
0bb65f1e
AA
108512016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10852
10853 * gdb.base/tui-layout.c: New file.
10854 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10855 disassembly window contains very long lines.
10856
7353f247
TT
108572016-11-08 Tom Tromey <tom@tromey.com>
10858
10859 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10860 depend on Python 2.
10861
30a7bb83
TT
108622016-11-08 Tom Tromey <tom@tromey.com>
10863
10864 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10865 New method.
10866
cdf5a07c
MG
108672016-10-29 Manish Goregaokar <manish@mozilla.com>
10868
2806dc7e 10869 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10870
51a789c3
MG
108712016-10-27 Manish Goregaokar <manish@mozilla.com>
10872
2806dc7e
PA
10873 * gdb.rust/simple.rs: Add test for univariant enums without
10874 discriminants and for encoded struct-like enums.
51a789c3 10875
f610ab6d
PA
108762016-10-28 Pedro Alves <palves@redhat.com>
10877
10878 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10879 gdb_test_multiple, tighten regexps and match symtabs and line
10880 tables incrementally.
10881
b129b0ca
LM
108822016-10-28 Luis Machado <lgustavo@codesourcery.com>
10883
10884 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10885 general.
10886
ecf45d2c
SL
108872016-10-25 Luis Machado <lgustavo@codesourcery.com>
10888
10889 * gdb.base/exec-invalid-sysroot.exp: New file.
10890
b8d38ee4
JK
108912016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10892
10893 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10894
f90fd8c2
JK
108952016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10896
10897 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10898
2d2476aa
MR
108992016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10900
2806dc7e
PA
10901 * gdb.base/killed-outside.exp: Remove $options from a call to
10902 `prepare_for_testing'.
2d2476aa 10903
e42b25a0
SM
109042016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10905
10906 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10907 Change test message.
10908
3ccdb432
SM
109092016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10910
10911 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10912 Update comment.
10913
5bad3170
SM
109142016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10915
10916 * gdb.trace/mi-trace-save.exp: New file.
10917
5ad9dba7
YQ
109182016-10-13 Yao Qi <yao.qi@linaro.org>
10919
10920 * gdb.base/code_elim.exp (get_var_address): Remove.
10921 * gdb.base/relocate.exp: Likewise.
10922 * gdb.base/shreloc.exp: Likewise.
10923 * lib/gdb.exp (get_var_address): New.
10924
62df7e21
YQ
109252016-10-13 Yao Qi <yao.qi@linaro.org>
10926
10927 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10928 floating point tests if $skip_float_test is false.
10929
4dac951e
LM
109302016-10-12 Luis Machado <lgustavo@codesourcery.com>
10931
10932 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10933 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10934 argc values.
10935 Add 1 to argc so we guarantee distinct initial/modified argc values.
10936
8f1a8fc4
JK
109372016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10938
10939 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10940
16c85b5d
JK
109412016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10942
10943 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10944 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10945 * gdb.arch/vsx-regs.exp: Likewise.
10946
1d0e042a
YQ
109472016-10-07 Yao Qi <yao.qi@linaro.org>
10948
10949 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10950
68dadef5
MM
109512016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10952
10953 * gdb.python/python.exp: Test decode_line("*0").
10954
33fa2c6e
DE
109552016-10-06 Doug Evans <dje@google.com>
10956
10957 * gdb.python/py-value.exp (test_value_creation): Add test for large
10958 unsigned 64-bit value.
10959
9c37b5ae
TT
109602016-10-06 Tom Tromey <tom@tromey.com>
10961
10962 * gdb.compile/compile.exp: Change java tests to rust.
10963 * gdb.base/setshow.exp: Change java tests to rust.
10964 * gdb.base/default.exp: Remove java from language list.
10965 * README (Examples): Update language example.
10966 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10967 test.
10968 * lib/gdb.exp (skip_java_tests): Remove.
10969 * lib/java.exp: Remove.
10970 * gdb.java: Remove.
10971
78b86327
MR
109722016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10973
10974 * gdb.arch/mips-fcr.exp: New test.
10975 * gdb.arch/mips-fcr.c: Source for the new test.
10976
7470adbb
MR
109772016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10978
10979 * gdb.base/solib-disc.exp: Use `standard_output_file'
10980 throughout.
10981
4a556533
PA
109822016-10-06 Pedro Alves <palves@redhat.com>
10983
10984 * gdb.base/jit-simple-dl.c: New file.
10985 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10986 * gdb.base/jit-simple.c: ... this.
10987 * gdb.base/jit-simple.exp (jit_run): Delete.
10988 (build_jit): New proc.
10989 (jit_test_reread): Recompile either the main program or the shared
10990 library, depending on what is being tested. Skip changing address
10991 if caller wants to. Compare before/after addresses. If testing
10992 standalone, explicitly load the binary. Test "maint info
10993 breakpoints".
10994 (top level): Add "standalone vs shared lib" and "change address"
10995 vs "same address" axes.
10996
5a122fbc
PA
109972016-10-06 Pedro Alves <palves@redhat.com>
10998
10999 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11000 call.
11001 (jit_run): Delete.
11002 (jit_test_reread): Use with_test_prefix. Reload the main binary
11003 explicitly. Compare the before/after addresses of the JIT
11004 descriptor.
11005
ee8da4b8
DE
110062016-08-15 Doug Evans <dje@google.com>
11007
11008 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11009 for single bitfields is bool.
11010 * gdb.xml/tdesc-regs.exp: Ditto.
11011
f389f6fe
JK
110122016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11013
11014 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11015
fdebf1a4
YQ
110162016-10-05 Yao Qi <yao.qi@linaro.org>
11017
11018 * lib/gdb.exp (support_complex_tests): Return zero if
11019 gdb_skip_float_test return true.
11020
9c36d954 110212016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11022 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11023
11024 PR gdb/20487
11025 * gdb.mi/user-selected-context-sync.exp: New file.
11026 * gdb.mi/user-selected-context-sync.c: New file.
11027
4034d0ff 110282016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11029 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11030
11031 PR gdb/20487
11032 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11033 =thread-select-event check.
11034
a4297203
PB
110352016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11036
11037 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11038 the compulsory L operand changes.
11039 * gdb.arch/powerpc-power.s: Likewise.
11040
bb805577
JK
110412016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11042
11043 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11044 * gdb.base/jit-attach-pie.c: New file.
11045 * gdb.base/jit-attach-pie.exp: New file.
11046
6d61dee5
PA
110472016-09-28 Pedro Alves <palves@redhat.com>
11048
11049 * gdb.base/infcall-input.c: New file.
11050 * gdb.base/infcall-input.exp: New file.
11051
f73842fc
YQ
110522016-09-22 Yao Qi <yao.qi@linaro.org>
11053
11054 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11055 (gdb_exit): Rename it to ...
11056 (gdbserver_gdb_exit): ... Close GDBserver.
11057 (gdb_exit): New proc, call gdbserver_gdb_exit.
11058 (mi_gdb_exit): Likewise.
11059
90681dab
YQ
110602016-09-22 Yao Qi <yao.qi@linaro.org>
11061
11062 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11063 path.
11064 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11065 Remove duplication.
11066
9c211fd8
YQ
110672016-09-22 Yao Qi <yao.qi@linaro.org>
11068
11069 * lib/gdbserver-support.exp: Check the existence of
11070 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11071
ad0a504f
AK
110722016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11073
11074 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11075
36cf1806
TT
110762016-09-21 Tom Tromey <tom@tromey.com>
11077
11078 PR gdb/20604:
11079 * gdb.base/quit.exp: New file.
11080
74172ecf
SM
110812016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11082
11083 * .gitignore: New file.
11084
3d0ec882
MR
110852016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11086
11087 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11088 throughout.
11089
8193adea
AA
110902016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11091
11092 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11093
d41a5c09
JK
110942016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11095
11096 * gdb.cp/casts.cc (decltype): Move it ...
11097 (main): ... with its call to ...
11098 * gdb.cp/casts03.cc: ... a new file.
11099 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11100
d2dfe700
JK
111012016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11102
11103 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11104
e2a92b16
PB
111052016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11106
11107 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11108 and sync up the test with tests in gas/testsuite/gas/ppc.
11109 * gdb.arch/powerpc-power.exp: Likewise.
11110
49b4de64
JK
111112016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11112
11113 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11114
2c29df25
SDJ
111152016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11116 Jan Kratochvil <jan.kratochvil@redhat.com>
11117
11118 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11119 make m1's definition to be different from m2's. Use 'dummy' as an
11120 argument for probe 'two'.
11121
cc3c2846
JB
111222016-09-10 Jon Beniston <jon@beniston.com>
11123
11124 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11125 for sim target.
11126
e1b2624a
AA
111272016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11128
11129 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11130 variable declaration.
11131 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11132 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11133 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11134 received HWCAP as its argument.
11135
4295e285
PA
111362016-09-06 Pedro Alves <palves@redhat.com>
11137
11138 * gdb.base/new-ui-pending-input.c: New file.
11139 * gdb.base/new-ui-pending-input.exp: New file.
11140 * gdb.exp (clear_gdb_spawn_id): New procedure.
11141 (with_spawn_id): Check whether gdb_spawn_id exists before
11142 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11143 on exit.
11144
00d5215e
UW
111452016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11146
11147 * gdb.base/float128.c: New file.
11148 * gdb.base/float128.exp: Likewise.
11149 * gdb.base/floatn.c: Likewise.
11150 * gdb.base/floatn.exp: Likewise.
11151
a9ff5f12
UW
111522016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11153
11154 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11155
f245535c
PA
111562016-09-05 Pedro Alves <palves@redhat.com>
11157
11158 PR backtrace/19927
11159 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11160 unwinders are immediately called as side effect of "source" or
11161 "disable unwinder" commands.
11162 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11163
ae9cf263
YQ
111642016-09-02 Yao Qi <yao.qi@linaro.org>
11165
11166 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11167 is true and $type is "float" or "double".
11168
27aba047
YQ
111692016-09-02 Yao Qi <yao.qi@linaro.org>
11170
11171 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11172 true.
11173 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11174 * gdb.base/call-rt-st.exp: Likewise.
11175 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11176 return value instead of gdb,skip_float_test.
11177 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11178 (do_function_calls): Use its return value instead of
11179 gdb,skip_float_test.
11180 * gdb.base/finish.exp: Likewise.
11181 * gdb.base/funcargs.exp: Likewise.
11182 * gdb.base/return.exp: Likewise.
11183 * gdb.base/return2.exp: Likewise.
11184 * gdb.base/varargs.exp: Likewise.
11185 * lib/gdb.exp (gdb_skip_float_test): Change it to
11186 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11187
5af962df
AA
111882016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11189
11190 * gdb.multi/tids.exp: Test "thread apply all".
11191
7fac6910
JK
111922016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11193
11194 * gdb.base/default.exp (tty): Remove.
11195
bb1fe4ac
KB
111962016-08-24 Kevin Buettner <kevinb@redhat.com>
11197
2806dc7e
PA
11198 * gdb.python/py-recurse-unwind.c: New file.
11199 * gdb.python/py-recurse-unwind.py: New file.
11200 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11201
0a1ddfa6
SM
112022016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11203
11204 * gdb.base/set-inferior-tty.exp: New file.
11205 * gdb.base/set-inferior-tty.c: New file.
11206
d9de1fe3
PA
112072016-08-23 Pedro Alves <palves@redhat.com>
11208
11209 PR gdb/20494
11210 * gdb.base/new-ui-echo.c: New file.
11211 * gdb.base/new-ui-echo.exp: New file.
11212
e9d9abd7
YQ
112132016-08-23 Yao Qi <yao.qi@linaro.org>
11214
11215 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11216 gdbserver_spawn.
11217 * gdb.server/connect-without-multi-process.exp (do_test):
11218 Likewise.
11219
3589529e
YQ
112202016-08-23 Yao Qi <yao.qi@linaro.org>
11221
11222 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11223 standalone_txt. Delete gdb_txt and standalone_txt on host
11224 and target. Spawn the binary on target. Copy files from
11225 target to host.
11226
6bb90213
PA
112272016-08-22 Pedro Alves <palves@redhat.com>
11228
11229 PR gdb/20505
11230 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11231 with_test_prefix. Factor out bits to ...
11232 (test_no_vdso): ... this new procedure.
11233
20c2c024
CL
112342016-08-19 Carl Love <cel@us.ibm.com>
11235
11236 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11237 maintaining separate logic for constructing the output path.
11238 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11239 * gdb.arch/ppc-dfp.exp: Likewise.
11240 * gdb.arch/ppc-fp.exp: Likewise.
11241 * gdb.arch/vsx-regs.exp: Likewise.
11242 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11243 binprefix for generating the additional binary files.
11244
0646e07d
PA
112452016-08-19 Pedro Alves <palves@redhat.com>
11246
11247 * gdb.trace/mi-trace-frame-collected.exp
11248 (test_trace_frame_collected): On x32, expect two registers.
11249
46da9242
CL
112502016-08-18 Carl Love <cel@us.ibm.com>
11251
11252 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11253 and sync up the test with tests in gas/testsuite/gas/ppc.
11254 * gdb.arch/powerpc-power.exp: Likewise.
11255
eb2332d7
SM
112562016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11257
11258 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11259 expected error message.
11260
63c61e04
SM
112612016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11262
11263 * gdb.multi/remove-inferiors.exp: New file.
11264 * gdb.multi/remove-inferiors.c: New file.
11265
7b17065f
YQ
112662016-08-12 Yao Qi <yao.qi@linaro.org>
11267
11268 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11269 argument list.
11270
01d3dedf
PA
112712016-08-10 Pedro Alves <palves@redhat.com>
11272
11273 PR gdb/19187
11274 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11275 setup_kfails.
11276
3eb7562a
PA
112772016-08-09 Pedro Alves <palves@redhat.com>
11278 Simon Marchi <simon.marchi@ericsson.com>
11279
11280 PR gdb/20418
11281 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11282 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11283
80614914
PA
112842016-08-09 Pedro Alves <palves@redhat.com>
11285
11286 PR mi/20431
11287 * gdb.mi/mi-cmd-error.exp: New file.
11288
f348d89a
PA
112892016-08-09 Pedro Alves <palves@redhat.com>
11290
11291 PR gdb/18653
11292 * gdb.base/signals-state-child.c: New file.
11293 * gdb.base/signals-state-child.exp: New file.
11294 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11295
e5ca03b4
PA
112962016-08-09 Pedro Alves <palves@redhat.com>
11297
11298 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11299
282a0691
TT
113002016-08-03 Tom Tromey <tom@tromey.com>
11301
11302 PR python/18565:
11303 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11304
41bfcd63
YQ
113052016-08-01 Yao Qi <yao.qi@linaro.org>
11306
11307 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11308 variable mode to "multi-process" if $multi_process is 1, otherwise
11309 set it to "single-process".
11310
e3465b24
YQ
113112016-08-01 Yao Qi <yao.qi@linaro.org>
11312
11313 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11314 * gdb.cp/cpexprs.exp: Likewise.
11315 * gdb.cp/m-static.exp: Likewise.
11316
0b31a4bc
TT
113172016-07-26 Tom Tromey <tom@tromey.com>
11318
11319 PR python/20190:
11320 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11321 test.
11322
e0461dbb
MM
113232016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11324
11325 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11326 selecting assembly source files.
11327 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11328 assembly source files.
11329 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11330 assembly source files.
11331 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11332 selecting assembly source files.
11333
8194e927
SM
113342016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11335
11336 * gdb.base/new-ui.exp (do_test_invalid_args): New
11337 procedure.
11338
c0272db5
TW
113392016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11340
11341 * gdb.btrace/reconnect.c: New file.
11342 * gdb.btrace/reconnect.exp: New file.
11343
e3487908
GKB
113442016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11345
11346 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11347 to test_catch_syscall_group.
11348 (test_catch_syscall_group): New.
11349
12df5c00
TT
113502016-07-21 Tom Tromey <tom@tromey.com>
11351
11352 * gdb.rust/simple.rs (main): Use empty struct expression.
11353 * gdb.rust/simple.exp: Add tests for empty struct expression.
11354
bae62ee2
YQ
113552016-07-21 Yao Qi <yao.qi@linaro.org>
11356
11357 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11358 if gdb_skip_xml_test is true on some targets.
11359
b1b53fb3
YQ
113602016-07-21 Yao Qi <yao.qi@linaro.org>
11361
11362 * gdb.server/solib-list.exp: Unset last_loaded_file.
11363
027d97f8
JK
113642016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11365
11366 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11367 "step into captured_main (args)".
11368
7674d381
JK
113692016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11370
11371 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11372
72b5d099
JK
113732016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11374
11375 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11376
1f960ced
PA
113772016-07-19 Pedro Alves <palves@redhat.com>
11378
11379 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11380 * gdb.opt/inline-bt.exp: Likewise.
11381 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11382 additional_flags=-Winline.
11383 * gdb.opt/inline-locals.exp: Likewise.
11384 * gdb.opt/inline-markers.c (ATTR): Define.
11385 (inlined_fn): Use it.
11386
f25827c1
YQ
113872016-07-19 Yao Qi <yao.qi@linaro.org>
11388
11389 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11390 (test_with_self): Remove some code. Remove argument executable.
11391 (top-level): Use do_self_tests.
11392
37539ebe
DB
113932016-07-15 Zachary Welch <zwelch@codesourcery.com>
11394 Don Breazeal <donb@codesourcery.com>
11395
11396 * gdb.base/maint.exp: Escape paths used in regular expressions.
11397 * gdb.stabs/weird.exp: Likewise.
11398
dac790e1
TT
113992016-07-13 Tom Tromey <tom@tromey.com>
11400
11401 PR python/15620, PR python/18620:
11402 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11403 (test_bkpt_events): New procs.
11404
93daf339
TT
114052016-07-13 Tom Tromey <tom@tromey.com>
11406
11407 PR python/17698:
11408 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11409 test.
11410 (test_watchpoints): Likewise.
11411 (test_bkpt_pending): New proc.
11412
6571a381
TT
114132016-07-13 Tom Tromey <tom@tromey.com>
11414
11415 PR cli/18053:
11416 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11417 completion test.
11418
e8732474
JK
114192016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11420
11421 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11422 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11423 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11424 f_label.
11425 (g): Rename g_end_lbl to g_label.
11426 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11427 low_pc and high_pc.
11428 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11429
e0f3fd7c
TT
114302016-07-12 Tom Tromey <tom@tromey.com>
11431
11432 PR python/19293:
11433 * gdb.python/py-unwind-maint.exp: Update tests.
11434
3cfe46b6
YQ
114352016-07-12 Yao Qi <yao.qi@linaro.org>
11436
11437 * lib/selftest-support.exp (selftest_setup): Match the output
11438 when captured_main is inlined.
11439
4f19a0e6
WT
114402016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11441
11442 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11443 New variables.
11444 (print this%a, print this%b, print this): New tests.
11445 * gdb.fortran/derived-types.f90 (this): New object and
11446 initialization.
11447
986cf455
SM
114482016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11449
11450 * gdb.ada/arraydim.exp: Remove extra directory level in build
11451 directory.
11452
f0464b23
SM
114532016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11454
11455 * lib/ada.exp: Remove extra directory level in build directory.
11456 * gdb.ada/cond_lang.exp: Likewise.
11457 * gdb.ada/exec_changed.exp: Likewise.
11458 * gdb.ada/lang_switch.exp: Likewise.
11459
42d94011
MG
114602016-07-06 Manish Goregaokar <manish@mozilla.com>
11461
2806dc7e
PA
11462 * simple.rs: Add test for raw pointer subscripting.
11463 * simple.exp: Add test expectations.
42d94011 11464
647c264c
YQ
114652016-07-05 Yao Qi <yao.qi@linaro.org>
11466
11467 * gdb.mi/mi-reverse.exp: Match =record-started output.
11468
20aa2c60
PA
114692016-07-01 Pedro Alves <palves@redhat.com>
11470
11471 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11472 procedure.
11473 (jit_reader_test): Test the jit reader's unwinder.
11474 * gdb.base/jithost.c (jit_function_00_code): New global.
11475 (main): Use memcpy to fill in the mmapped code, instead of poking
11476 bytes manually here.
11477 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11478 value.
11479 (read_debug_info): Save the function's range.
11480 (read_sp): New function.
11481 (unwind_frame): Use it. Also unwind RBP.
11482 (get_frame_id): Use read_sp.
11483 (gdb_init_reader): Use calloc instead of malloc.
11484 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11485 parameter. Use gdb_test_multiple.
11486
ced2dffb
PA
114872016-07-01 Pedro Alves <palves@redhat.com>
11488 Antoine Tremblay <antoine.tremblay@ericsson.com>
11489
11490 * gdb.threads/process-dies-while-detaching.c: New file.
11491 * gdb.threads/process-dies-while-detaching.exp: New file.
11492
63000888
PA
114932016-07-01 Pedro Alves <palves@redhat.com>
11494
11495 * gdb.multi/watchpoint-multi-exit.c: New file.
11496 * gdb.multi/watchpoint-multi-exit.exp: New file.
11497
038d4868
PA
114982016-06-30 Pedro Alves <palves@redhat.com>
11499
11500 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11501 unset inferior_spawn_id.
11502
994e9c83
PA
115032016-06-30 Pedro Alves <palves@redhat.com>
11504
11505 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11506 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11507
e5653468
YQ
115082016-06-29 Yao Qi <yao.qi@linaro.org>
11509
11510 * gdb.base/return.c: Add copyright header.
11511
803b47e5
TT
115122016-06-29 Tom Tromey <tom@tromey.com>
11513
11514 PR python/20129:
11515 * gdb.python/py-framefilter.exp: Add tests for setting priority
11516 and disabling of non-existent frame filter.
11517
28244707
YQ
115182016-06-29 Yao Qi <yao.qi@linaro.org>
11519
11520 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11521 0x0f07ff.
11522
a31d2f06
YQ
115232016-06-28 Yao Qi <yao.qi@linaro.org>
11524
11525 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11526 triplets. Start gdb, execute catch syscall, and continue. Check
11527 gdb's output to determine catch syscall is supported.
11528
921d8f54
MG
115292016-06-27 Manish Goregaokar <manish@mozilla.com>
11530
25d49b86
PA
11531 * gdb.rust/simple.rs: Add test for returning unit in a function.
11532 * gdb.rust/simple.exp: Add expectation for functions returning
11533 unit.
921d8f54 11534
f4952523
PMR
115352016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11536
11537 * gdb.python/py-breakpoint-create-fail.c,
11538 gdb.python/py-breakpoint-create-fail.exp,
11539 gdb.python/py-breakpoint-create-fail.py: New testcase.
11540
fccb08f8
MG
115412016-06-25 Manish Goregaokar <manish@mozilla.com>
11542
11543 PR gdb/20239
11544 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11545 * gdb.rust/simple.exp: Add test expectations for new NonZero
11546 tests.
fccb08f8 11547
6b850546
DT
115482016-06-24 David Taylor <dtaylor@emc.com>
11549
11550 * gdb.base/offsets.exp: New file.
11551 * gdb.base/offsets.c: New file.
11552
17621150
TT
115532016-06-23 Tom Tromey <tom@tromey.com>
11554
11555 PR gdb/16483:
11556 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11557 before any filters are loaded.
11558
04d59df6
WT
115592016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11560
11561 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11562 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11563 structs.
11564 * gdb.fortran/derived-type-function.exp: New file.
11565 * gdb.fortran/derived-type-function.f90: New file.
11566
11567
ac69f786
PA
115682016-06-21 Pedro Alves <palves@redhat.com>
11569
11570 * gdb.base/new-ui.exp: New file.
11571 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11572 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11573 (with_spawn_id): New procedure.
11574
49940788
PA
115752016-06-21 Pedro Alves <palves@redhat.com>
11576
11577 * gdb.mi/mi-exec-run.exp: New file.
11578
ef274d26
PA
115792016-06-21 Pedro Alves <palves@redhat.com>
11580
11581 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11582 breakpoint command's output on the main UI.
11583 (test_break): New procedure, factored out from calls in the top
11584 level.
11585 (top level): Use foreach_with_prefix to test MI as main UI and as
11586 separate UI.
11587
468afe6c
PA
115882016-06-21 Pedro Alves <palves@redhat.com>
11589
11590 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11591 (test_awatch_creation_and_listing)
11592 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11593 Remove 'type' parameter.
11594 (test_watchpoint_all): New parameter mi_mode. Remove
11595 with_test_prefix.
11596 (top level): Use foreach_with_prefix, and add main/separate UI MI
11597 testing axis.
11598
51f77c37
PA
115992016-06-21 Pedro Alves <palves@redhat.com>
11600
11601 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11602 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11603 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11604 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11605 (gdb_main_spawn_id, mi_spawn_id): Declare and
11606 comment.
11607 (mi_create_inferior_pty): New procedure,
11608 factored out from default_mi_gdb_start.
11609 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11610 procedures.
11611 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11612 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11613 Use mi_create_inferior_pty.
11614 (mi_gdb_start): Use eval to pass down args list.
11615
8980e177
PA
116162016-06-21 Pedro Alves <palves@redhat.com>
11617
11618 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11619 * gdb.opt/inline-cmds.exp: Add MI tests.
11620
f38d3ad1
PA
116212016-06-21 Pedro Alves <palves@redhat.com>
11622
11623 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11624
45db7c09
PA
116252016-06-21 Pedro Alves <palves@redhat.com>
11626
11627 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11628 (top level): Use it instead of mi_execute_to.
11629
5a069ab3
PA
116302016-06-21 Pedro Alves <palves@redhat.com>
11631
11632 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11633 (cont_handler_str): New.
11634 (signal_stop_handler): Set stop_handler_str instead of printing to
11635 stdout.
11636 (continue_handler): Set cont_handler_str instead of printing to
11637 stdout.
11638 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11639 mi_send_resuming_command. Print stop_handler_str and
11640 cont_handler_str instead of expecting the python events print
11641 directly.
11642
2838cc1d
SD
116432016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11644
11645 * gdb.base/jit-reader.exp: New file.
11646 * gdb.base/jithost.c: New file.
11647 * gdb.base/jithost.h: New file.
11648 * gdb.base/jitreader.c : New file.
11649 * gdb.base/jit-protocol.h: New file.
11650
21a77091
YQ
116512016-06-17 Yao Qi <yao.qi@linaro.org>
11652
11653 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11654 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11655 and detach-on-fork. Adjust tests.
11656 (top level): Invoke break_cond_on_syscall with combinations of
11657 syscall, follow-fork-mode and detach-on-fork.
11658
f50bf8e5
YQ
116592016-06-17 Yao Qi <yao.qi@linaro.org>
11660
11661 * gdb.base/step-over-exit.c: New.
11662 * gdb.base/step-over-exit.exp: New.
11663
a28d8e50
YTL
116642016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11665
11666 * gdb.base/float.exp: Add target check for nds32*-*-*.
11667 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11668
cad8e26d
AB
116692016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11670
11671 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11672 for unsupported target features.
11673 * gdb.base/call-rt-st.exp: Likewise.
11674 * gdb.base/call-sc.exp: Likewise.
11675 * gdb.base/call-signal-resume.exp: Likewise.
11676 * gdb.base/call-strs.exp: Likewise.
11677 * gdb.base/callexit.exp: Likewise.
11678 * gdb.base/callfuncs.exp: Likewise.
11679 * gdb.base/nodebug.exp: Likewise.
11680 * gdb.base/printcmds.exp: Likewise.
11681 * gdb.base/ptype.exp: Likewise.
11682 * gdb.base/structs.exp: Likewise.
11683 * gdb.base/unwindonsignal.exp: Likewise.
11684 * gdb.cp/gdb2495.exp: Likewise.
11685 * gdb.cp/templates.exp: Likewise.
11686 * gdb.cp/virtfunc.exp: Likewise.
11687 * gdb.threads/hand-call-in-threads.exp: Likewise.
11688 * gdb.threads/interrupted-hand-call.exp: Likewise.
11689 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11690
347dc102
TT
116912016-06-10 Tom Tromey <tom@tromey.com>
11692
11693 PR rust/20110:
11694 * gdb.rust/expr.exp: Add test for integer constant larger than
11695 i32.
11696
5e13cf25
BH
116972016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11698
11699 * gdb.fortran/nested-funcs.exp: New.
11700 * gdb.fortran/nested-funcs.f90: New.
11701
bb556f1f
TK
117022016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11703
11704 * gdb.base/examine-backward.c: New file.
11705 * gdb.base/examine-backward.exp: New file.
11706
38b022b4
SM
117072016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11708
11709 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11710 matching.
11711
1b40ec05
TT
117122016-06-02 Tom Tromey <tom@tromey.com>
11713
11714 PR python/18984:
11715 * gdb.python/py-shared.exp: Add solib_name test.
11716
193bd378
SM
117172016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11718
11719 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11720
3326303b
MG
117212016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11722
11723 PR c++/19893
11724 * gdb.dwarf2/implref.exp: Rename to...
11725 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11726 * gdb.dwarf2/implref-array.c: New file.
11727 * gdb.dwarf2/implref-array.exp: Likewise.
11728 * gdb.dwarf2/implref-global.c: Likewise.
11729 * gdb.dwarf2/implref-global.exp: Likewise.
11730 * gdb.dwarf2/implref-struct.c: Likewise.
11731 * gdb.dwarf2/implref-struct.exp: Likewise.
11732
825c8ef2
AT
117332016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11734
11735 * gdb.trace/trace-condition.exp: Add 64bit tests.
11736
2320162a
AT
117372016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11738
11739 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11740 bits types.
11741 (main): Adapt to 8 to 64 bits types.
11742 * gdb.trace/trace-condition.exp: Add new tests.
11743
a7818233
AT
117442016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11745
11746 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11747
0d336466
AT
117482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11749
11750 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11751 Move condition tests...
11752 * gdb.trace/trace-condition.exp: Here.
11753
7faeb45a
AT
117542016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11755
11756 * gdb.trace/trace-condition.exp: Add counter-case tests.
11757
e385593e
JK
117582016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11759
11760 PR c++/15231
11761 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11762 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11763
744608cc
PA
117642016-05-27 Pedro Alves <palves@redhat.com>
11765
11766 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11767 New procedure.
11768 (top level): Call it, and bail out of DejaGnu is known to be bad.
11769
ac775bf4
AB
117702016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11771
11772 * gdb.base/whatis.c: Extend the test case.
11773 * gdb.base/whatis.exp: Add additional tests.
11774
2bbad2ea
BH
117752016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11776
11777* gdb.fortran/type.f90: Add pointer variable.
11778* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11779
8b70175d
BH
117802016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11781
11782 * gdb.fortran/vla-type.exp: Fix testcase name.
11783
86d8a848
BH
117842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11785
11786 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11787
e188eb36
BH
117882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11789
11790 * gdb.fortran/type.f90: Add nested structures.
11791 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11792 * gdb.fortran/derived-type.exp: Adapt expected output.
11793 * gdb.fortran/vla-type.exp: Adapt expected output.
11794
9b2db1fd
BH
117952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11796
11797 * gdb.fortran/whatis_type.exp: Adapt expected output.
11798
72b17055
BH
117992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11800
11801 * gdb.fortran/print_type.exp: Fix expected output.
11802 * gdb.fortran/whatis_type.exp: Fix expected output.
11803
3cd81d8d
BH
118042016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11805
11806 * gdb.fortran/whatis_type.exp: Use multi_line.
11807
ddae9462
TT
118082016-05-24 Tom Tromey <tom@tromey.com>
11809
11810 PR python/17386:
11811 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11812 use value as an index.
11813
1957f6b8
TT
118142016-05-23 Tom Tromey <tom@tromey.com>
11815
11816 PR python/17981:
11817 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11818 no-breakpoint case.
11819
026a9174
PA
118202016-05-24 Pedro Alves <palves@redhat.com>
11821
11822 PR gdb/19828
11823 * gdb.threads/clone-attach-detach.c: New file.
11824 * gdb.threads/clone-attach-detach.exp: New file.
11825
e70a7231
FR
118262016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11827
11828 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11829
0f6ed0e0
TT
118302016-05-23 Tom Tromey <tom@tromey.com>
11831
11832 PR python/19438, PR python/18393:
11833 * gdb.python/py-progspace.exp: Add "dir" test.
11834 * gdb.python/py-objfile.exp: Add "dir" test.
11835
ffd19d61
YQ
118362016-05-23 Yao Qi <yao.qi@linaro.org>
11837
11838 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11839 * gdb.arch/thumb2-it.exp: Likewise.
11840
9e8f9b05
SM
118412016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11842
11843 * gdb.mi/mi-threads-interrupt.c: New file.
11844 * gdb.mi/mi-threads-interrupt.exp: New file.
11845
61c6156d
SM
118462016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11847
11848 PR gdb/18077
11849 * gdb.mi/mi-async-run.exp: New file.
11850 * gdb.mi/mi-async-run.c: New file.
11851
67218854
TT
118522016-05-17 Tom Tromey <tom@tromey.com>
11853 Manish Goregaokar <manishsmail@gmail.com>
11854
11855 * lib/rust-support.exp: New file.
11856 * lib/gdb.exp (skip_rust_tests): New proc.
11857 (build_executable_from_specs): Handle rust.
11858 * lib/future.exp (gdb_find_rustc): New proc.
11859 (gdb_default_target_compile): Handle rust.
11860 * gdb.rust/expr.exp: New file.
11861 * gdb.rust/generics.exp: New file.
11862 * gdb.rust/generics.rs: New file.
11863 * gdb.rust/methods.exp: New file.
11864 * gdb.rust/methods.rs: New file.
11865 * gdb.rust/modules.exp: New file.
11866 * gdb.rust/modules.rs: New file.
11867 * gdb.rust/simple.exp: New file.
11868 * gdb.rust/simple.rs: New file.
11869
c44af4eb
TT
118702016-05-17 Tom Tromey <tom@tromey.com>
11871
11872 * gdb.base/default.exp (set language): Add rust.
11873
dcd1f979
TT
118742016-05-17 Tom Tromey <tom@tromey.com>
11875
11876 * gdb.gdb/unittest.exp: New file.
11877
155b7f57
YQ
118782016-05-16 Yao Qi <yao.qi@linaro.org>
11879
11880 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11881 shell_prompt. Update shell_prompt_re.
11882
8ddd5a6c
DE
118832016-05-12 Doug Evans <dje@google.com>
11884
11885 PR symtab/19999
11886 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11887 $options when building executable.
11888 * gdb.dwarf2/fission-loclists-pie.S: New file.
11889 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11890
02e370d9
SM
118912016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11892
11893 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11894 of [is_remote target],
11895
8929ad8b
SM
118962016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11897
11898 * lib/gdb.exp (use_gdb_stub): New procedure.
11899
6c447423
DE
119002016-05-03 Yunlian Jiang <yunlian@google.com>
11901 Doug Evans <dje@google.com>
11902
11903 PR symtab/19914
11904 * gdb.dwarf2/dwp-sepdebug.c: New file.
11905 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11906
444e826c
SM
119072016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11908
11909 * gdb.base/detach.exp: Remove is_remote check.
11910
740feeaa
SM
119112016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11912
11913 * gdb.base/annota-input-while-running.exp: Don't check for
11914 [is_remote target]. Enable annotations after running to main.
11915 Remove unused "set test..." line.
11916
9080ac9d
SM
119172016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11918
11919 * gdb.trace/trace-enable-disable.exp: New file.
11920 * gdb.trace/trace-enable-disable.c: New file.
11921
952ebca5
SM
119222016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11923
11924 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11925 use it in info sharedlibrary test.
11926 * gdb.trace/ftrace-lock.exp: Likewise.
11927 * gdb.trace/ftrace.exp: Likewise.
11928 * gdb.trace/range-stepping.exp: Likewise.
11929 * gdb.trace/trace-break.exp: Likewise.
11930 * gdb.trace/trace-condition.exp: Likewise.
11931 * gdb.trace/trace-mt.exp: Likewise.
11932
d9019901
SM
119332016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11934
11935 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11936 (gdb_load_shlib): ... this.
11937 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11938 gdb_load_shlib.
11939 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11940 * gdb.base/ctxobj.exp: Likewise.
11941 * gdb.base/dprintf-pending.exp: Likewise.
11942 * gdb.base/dso2dso.exp: Likewise.
11943 * gdb.base/fixsection.exp: Likewise.
11944 * gdb.base/gcore-relro.exp: Likewise.
11945 * gdb.base/gdb1555.exp: Likewise.
11946 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11947 * gdb.base/gnu-ifunc.exp: Likewise.
11948 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11949 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11950 * gdb.base/pending.exp: Likewise.
11951 * gdb.base/print-file-var.exp: Likewise.
11952 * gdb.base/print-symbol-loading.exp: Likewise.
11953 * gdb.base/shlib-call.exp: Likewise.
11954 * gdb.base/shreloc.exp: Likewise.
11955 * gdb.base/so-impl-ld.exp: Likewise.
11956 * gdb.base/solib-disc.exp: Likewise.
11957 * gdb.base/solib-nodir.exp: Likewise.
11958 * gdb.base/solib-overlap.exp: Likewise.
11959 * gdb.base/solib-symbol.exp: Likewise.
11960 * gdb.base/solib-weak.exp (do_test): Likewise.
11961 * gdb.base/sym-file.exp: Likewise.
11962 * gdb.base/symtab-search-order.exp: Likewise.
11963 * gdb.base/type-opaque.exp: Likewise.
11964 * gdb.base/unload.exp: Likewise.
11965 * gdb.base/watchpoint-solib.exp: Likewise.
11966 * gdb.compile/compile.exp: Likewise.
11967 * gdb.cp/gdb2384.exp: Likewise.
11968 * gdb.cp/infcall-dlopen.exp: Likewise.
11969 * gdb.cp/re-set-overloaded.exp: Likewise.
11970 * gdb.fortran/library-module.exp: Likewise.
11971 * gdb.opt/solib-intra-step.exp: Likewise.
11972 * gdb.python/py-finish-breakpoint.exp: Likewise.
11973 * gdb.python/py-shared.exp: Likewise.
11974 * gdb.reverse/solib-precsave.exp: Likewise.
11975 * gdb.reverse/solib-reverse.exp: Likewise.
11976 * gdb.server/solib-list.exp: Likewise.
11977 * gdb.threads/dlopen-libpthread.exp: Likewise.
11978 * gdb.threads/tls-shared.exp: Likewise.
11979 * gdb.threads/tls-so_extern.exp: Likewise.
11980 * gdb.trace/change-loc.exp: Likewise.
11981 * gdb.trace/ftrace-lock.exp: Likewise.
11982 * gdb.trace/ftrace.exp: Likewise.
11983 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11984 * gdb.trace/pending.exp: Likewise.
11985 * gdb.trace/range-stepping.exp: Likewise.
11986 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11987 (strace_info_marker): Likewise.
11988 (strace_probe_marker): Likewise.
11989 (strace_trace_on_same_addr): Likewise.
11990 (strace_trace_on_diff_addr): Likewise.
11991 * gdb.trace/trace-break.exp: Likewise.
11992 * gdb.trace/trace-condition.exp: Likewise.
11993 * gdb.trace/trace-mt.exp: Likewise.
11994
fca4cfd9
SM
119952016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11996
11997 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11998 result of gdb_remote_download.
11999 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12000 * gdb.base/dso2dso.exp: Likewise.
12001 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12002 * gdb.base/print-file-var.exp: Likewise.
12003 * gdb.base/shlib-call.exp: Likewise.
12004 * gdb.base/shreloc.exp: Likewise.
12005 * gdb.base/solib-overlap.exp: Likewise.
12006 * gdb.base/solib-weak.exp (do_test): Likewise.
12007 * gdb.base/unload.exp: Likewise.
12008
11cf4ffb
YQ
120092016-04-27 Yao Qi <yao.qi@linaro.org>
12010
12011 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12012 exists.
12013
3e2e34f8
KB
120142016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12015
12016 * vla-type.exp: Print structure from toplevel.
12017
8f07e298
BH
120182016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12019
12020 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12021 of dynamic types.
12022 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12023 of dynamic types.
12024
9920b434
BH
120252016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12026
12027 * gdb.fortran/vla-type.f90: New file.
12028 * gdb.fortran/vla-type.exp: New file.
12029
f3abeff5
YQ
120302016-04-25 Yao Qi <yao.qi@linaro.org>
12031
12032 * gdb.base/branch-to-self.c: New file.
12033 * gdb.base/branch-to-self.exp: New file.
12034
0a5d52f0
YQ
120352016-04-22 Yao Qi <yao.qi@linaro.org>
12036
12037 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12038 more after $hex.
12039
495346f6
YQ
120402016-04-22 Yao Qi <yao.qi@linaro.org>
12041
12042 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12043 * gdb.base/annota3.exp: Likewise.
12044
4a7e075c
YQ
120452016-04-22 Yao Qi <yao.qi@linaro.org>
12046
12047 * gdb.reverse/step-precsave.exp: Do one step and test program
12048 stops in "callee" and do multiple steps until program goes out
12049 of "callee".
12050 * gdb.reverse/step-reverse.exp: Likewise.
12051
5b061e98
YQ
120522016-04-22 Yao Qi <yao.qi@linaro.org>
12053
12054 * gdb.trace/signal.exp: Also pass if
12055 $tracepoint_hits($i) > $iterations.
12056
5c5dc57f
YQ
120572016-04-22 Yao Qi <yao.qi@linaro.org>
12058
12059 * gdb.trace/signal.c: New file.
12060 * gdb.trace/signal.exp: New file.
12061
a55411b9
DE
120622016-04-19 Doug Evans <xdje42@gmail.com>
12063
12064 * gdb.base/bad-file.exp: New file.
12065
a22df60a
MG
120662016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12067
12068 * gdb.dwarf2/implref.exp: New file.
12069
0c13f7e5
BH
120702016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12071
12072 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12073 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12074 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12075 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12076 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12077 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12078 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12079 * lib/fortran.exp (fortran_int4): New procedure.
12080 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12081 (fortran_logical4): Likewise.
12082
9b9b09e9
BH
120832016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12084
12085 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12086
a14d1f4d
BH
120872016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12088
12089 * lib/compiler.c: Add Intel specific preprocessor macros.
12090 * lib/compiler.cc: Likewise.
25d49b86 12091
7d49b1d0
LM
120922016-04-13 Luis Machado <lgustavo@codesourcery.com>
12093
12094 * gdb.server/connect-with-no-symbol-file.c: New file.
12095 * gdb.server/connect-with-no-symbol-file.exp: New file.
12096
8392fa22
SM
120972016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12098
12099 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12100
8c4c4aeb
SM
121012016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12102
12103 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12104 standard output directory.
12105
45e3745e
AT
121062016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12107
12108 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12109
e26b7e41
MM
121102016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12111
12112 * gdb.btrace/instruction_history.c (loop): Add declaration.
12113
8ce09462
AT
121142016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12115
12116 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12117
2e88a1ea
SM
121182016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12119
12120 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12121 parentheses to print.
12122 (continue_handler): Likewise.
12123
f48e22e3
SM
121242016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12125
12126 * gdb.server/solib-list.exp: Remove is_remote check.
12127 Pass shlib= to gdb_compile. Don't link shared library with
12128 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12129 Run binary filename through "readlink -f" on the target.
12130
096be756
PA
121312016-04-08 Pedro Alves <palves@redhat.com>
12132
12133 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12134 interpreter filename as argument to gdbserver_spawn.
12135 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12136 Return empty if $last_loaded_file does not exist.
12137
06500533
JK
121382016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12139
12140 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12141 * gdb.base/jit-main.c: Use exit after usage.
12142
2d35e871
JK
121432016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12144
12145 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12146 GDBHISTSIZE prior to the tests.
12147 * gdb.base/gdbinit-history.exp: Likewise.
12148
121492016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12150
12151 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12152 instead of build_executable. Use gdb_load_shlibs.
12153
c8064e7e
YQ
121542016-04-07 Yao Qi <yao.qi@linaro.org>
12155
12156 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12157 Execute "si" command.
12158
bde47561
YQ
121592016-04-07 Yao Qi <yao.qi@linaro.org>
12160
12161 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12162 number instead of the comments on some line.
12163
b16f8a3b
DB
121642016-04-06 Don Breazeal <donb@codesourcery.com>
12165
12166 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12167 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12168
c2f901df
SM
121692016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12170
12171 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12172 standard_output_file. Remove unused binfile variable.
12173
ac17fda0
CU
121742016-04-05 Catalin Udma <catalin.udma@freescale.com>
12175
12176 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12177 * gdb.python/py-mi-objfile.exp: Match "list main" output
12178 in console format.
12179
03a8c4df
SM
121802016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12181
12182 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12183 absolute.
12184
6e774b13
SM
121852016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12186
12187 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12188 absolute.
12189 * gdb.trace/ftrace.exp: Likewise.
12190 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12191 targets as well.
12192 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12193 (gdb_load_shlibs): Copy libraries to test directory when testing
12194 natively. Only set solib-search-path if testing remotely.
12195 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12196
7817ea46
SM
121972016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12198
12199 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12200 gdb_download. Use it even if the target is not remote.
12201 * gdb.base/jit.exp (compile_jit_test): Likewise.
12202 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12203 output directory if the destination board is local, otherwise use
12204 the standard remote_download from DejaGnu.
12205 (gdb_download): Remove.
12206 (gdb_load_shlibs): Use gdb_remote_download instead of
12207 gdb_download.
12208 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12209 Use gdb_remote_download instead of gdb_download. Use it even if
12210 the target is not remote.
12211 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12212 instead of gdb_download.
12213
7beb7f68
SM
122142016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12215
12216 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12217 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12218 run.
12219
cc63428a
AV
122202016-04-01 Artemiy Volkov <artemiyv@acm.org>
12221
12222 PR gdb/19820
12223 * gdb.base/printcmds.exp: Add artificial arrays tests.
12224
64cdf930
PA
122252016-03-31 Pedro Alves <palves@redhat.com>
12226
12227 PR gdb/19858
12228 * gdb.base/jit-main.c: Include unistd.h.
12229 (ATTACH): Define to 0 if not already defined.
12230 (wait_for_gdb, mypid): New globals.
12231 (WAIT_FOR_GDB): New macro.
12232 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12233 some breakpoint locations.
12234 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12235 New procedures.
12236 (one_jit_test): Add REATTACH parameter, and handle it. Use
12237 continue_to_test_location.
12238 (top level): Test attach, and adjusts calls to one_jit_test.
12239
40dea8cb
PA
122402016-03-31 Pedro Alves <palves@redhat.com>
12241
12242 PR gdb/19858
12243 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12244 BINSUFFIX parameter, and handle it.
12245 (top level): Adjust calls compile_jit_test.
12246
e7ea3ec7
CU
122472016-03-31 Catalin Udma <catalin.udma@freescale.com>
12248
12249 PR python/19743
12250 * gdb.python/py-mi-events-gdb.py: New file.
12251 * gdb.python/py-mi-events.c: New file.
12252 * gdb.python/py-mi-events.exp: New file.
12253
e6359af3
YQ
122542016-03-30 Yao Qi <yao.qi@linaro.org>
12255
12256 * gdb.reverse/until-precsave.exp: Match function name only.
12257 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12258 Move malloc to a condition block.
12259 * gdb.reverse/until-reverse.exp: Match function name only.
12260
a4105d04
MK
122612016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12262
12263 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12264 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12265 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12266 variable for GPR 0 instead of assuming it is register 0.
12267 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12268 * lib/trace-support.exp: Add s390 registers.
12269
bfa6adb9
YQ
122702016-03-29 Yao Qi <yao.qi@linaro.org>
12271
12272 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12273
1e6697ea
YQ
122742016-03-24 Yao Qi <yao.qi@linaro.org>
12275
12276 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12277 test message.
12278
64bcd522
AA
122792016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12280
12281 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12282 maintaining separate logic for constructing the output path.
12283
7868401b
DB
122842016-03-16 Don Breazeal <donb@codesourcery.com>
12285
12286 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12287 Retry fork and waitpid on interrupted system call errors.
12288 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12289 Use with_timeout_factor to increase timeout by factor of 10.
12290
1cafadb4
DB
122912016-03-15 Don Breazeal <donb@codesourcery.com>
12292
12293 * gdb.cp/scope-err.cc: New test program.
12294 * gdb.cp/scope-err.exp: New test script.
12295 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12296 lines and "set breakpoint here" comment.
12297 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12298 Fixed some whitespace and format issues.
12299 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12300 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12301
81516450
DE
123022016-03-15 Doug Evans <dje@google.com>
12303
12304 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12305 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12306 All callers updated. Add tests for enums, mixed flags register.
12307
aa52b601
DE
123082016-03-15 Doug Evans <dje@google.com>
12309
12310 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12311 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12312
fa4ff313
SM
123132016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12314
12315 * gdb.base/default.exp: Add $_as_string to the list of expected
12316 convenience functions.
12317
f2403c39
AB
123182016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12319
12320 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12321
f2f3ccb9
SM
123222016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12323
12324 * gdb.python/py-as-string.exp: New file.
12325 * gdb.python/py-as-string.c: New file.
12326
00dbd492
PA
123272016-03-09 Pedro Alves <palves@redhat.com>
12328
12329 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12330 signal" -> "Thread NN received signal" output change.
12331 * gdb.threads/ia64-sigill.exp: Likewise.
12332 * gdb.threads/linux-dp.exp: Likewise.
12333 * gdb.threads/manythreads.exp: Likewise.
12334 * gdb.threads/pending-step.exp: Likewise.
12335 * gdb.threads/print-threads.exp: Likewise.
12336 * gdb.threads/sigstep-threads.exp: Likewise.
12337 * gdb.threads/staticthreads.exp: Likewise.
12338 * gdb.threads/tls.exp: Likewise.
12339
1e6697ea
YQ
123402016-03-09 Pedro Alves <palves@redhat.com>
12341
12342 * gdb.base/command-line-input.exp: New file.
12343
b04fd3be
MK
123442016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12345
12346 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12347 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12348 * gdb.trace/pending.exp: Accept leading dot before function name.
12349 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12350 * lib/trace-support.exp: Set registers for ppc.
12351
98fa59e9
MK
123522016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12353
12354 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12355 use it for disassembly; accept .main in addition to main in backtrace.
12356
f77198c8
MK
123572016-03-09 Wei-cheng Wang <cole945@gmail.com>
12358 Marcin Kościelnicki <koriakin@0x04.net>
12359
12360 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12361 (gdb_recursion_test_ptr): New global variable.
12362 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12363 gdb_recursion_test.
12364 (gdb_c_test): Ditto.
12365
ba84e0da
MK
123662016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12367
12368 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12369 ordering.
12370
4366d36e
MK
123712016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12372
12373 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12374 (bar): Add bar_start_lbl label.
12375 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12376 of foo/bar for emitting DWARF and tracing.
12377
5eb264df
SDJ
123782016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12379
12380 * analyze-racy-logs.py: Set executable bit.
12381
fb6a751f
SDJ
123822016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12383
12384 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12385 (CHECK_TARGET_TMP): Likewise.
12386 (check-single-racy): New rule.
12387 (check-parallel-racy): Likewise.
12388 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12389 (do-check-parallel-racy): New rule.
12390 (check-racy/%.exp): Likewise.
12391 * README (Racy testcases): New section.
12392 * analyze-racy-logs.py: New file.
12393
bdf7e230
DE
123942016-03-03 Doug Evans <dje@google.com>
12395
12396 * gdb.base/skip.exp: Use with_test_prefix.
12397
4719d415
YQ
123982016-03-03 Yao Qi <yao.qi@linaro.org>
12399
12400 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12401 Invoke step_over_syscall "clone" and break_cond_on_syscall
12402 "clone".
12403 * gdb.base/step-over-clone.c: New file.
12404
ea507862
YQ
124052016-03-03 Yao Qi <yao.qi@linaro.org>
12406
12407 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12408 code format.
12409
8fc8cbda
YQ
124102016-03-03 Yao Qi <yao.qi@linaro.org>
12411
12412 * gdb.base/disp-step-fork.c: Rename to ...
12413 * gdb.base/step-over-fork.c: ... it. New file.
12414 * gdb.base/disp-step-vfork.c: Rename to ...
12415 * gdb.base/step-over-vfork.c: ... it. New file.
12416 * gdb.base/disp-step-syscall.exp: Rename to ...
12417 * gdb.base/step-over-syscall.exp: ... it. New file.
12418 (disp_step_cross_syscall): Rename to ...
12419 (step_over_syscall): ... it.
12420
92fa70b0
YQ
124212016-03-03 Yao Qi <yao.qi@linaro.org>
12422
12423 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12424 If target supports condition evaluation on target, invoke
12425 break_cond_on_syscall for fork and vfork.
12426
e197ad3c
YQ
124272016-03-03 Yao Qi <yao.qi@linaro.org>
12428
12429 * gdb.base/disp-step-syscall.exp: Don't invoke
12430 support_displaced_stepping.
12431 (disp_step_cross_syscall): Test with displaced stepping off and
12432 on if supported.
12433
0b47da9f
YQ
124342016-03-03 Yao Qi <yao.qi@linaro.org>
12435
12436 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12437 proc.
12438 (setup): New proc.
12439 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12440 and setup.
12441
065ab6dc
BH
124422016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12443
12444 * gdb.fortran/vla-history.exp: Remove breakpoint.
12445
07e448ad 124462016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12447
25d49b86
PA
12448 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12449 exceeds timeout.
07e448ad 12450
9ac2d526 124512016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12452
25d49b86
PA
12453 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12454 breakpoint.
9ac2d526 12455
17807369
BH
124562016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12457
12458 * gdb.mi/vla.f90: Nullify pointer after declaration.
12459
86e501af
PA
124602016-03-01 Pedro Alves <palves@redhat.com>
12461
12462 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12463
1e903e32
PA
124642016-03-01 Pedro Alves <palves@redhat.com>
12465
12466 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12467 before anything else.
12468 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12469 _GNU_SOURCE here.
12470 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12471 before anything else.
12472 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12473
6ccb54e2
PA
124742016-03-01 Pedro Alves <palves@redhat.com>
12475
12476 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12477
30ca9da1
YQ
124782016-03-01 Yao Qi <yao.qi@linaro.org>
12479
12480 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12481 prepare_for_testing.
12482
dc856b38
YQ
124832016-03-01 Yao Qi <yao.qi@linaro.org>
12484
12485 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12486
4a932159
AA
124872016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12488
12489 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12490 manually constructing the output path.
12491
f2489477
AA
124922016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12493
12494 * gdb.arch/s390-stackless.S: New.
12495 * gdb.arch/s390-stackless.exp: New.
12496
38899f16
IB
124972016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12498
12499 * gdb.dlang/circular.c: New file.
12500 * gdb.dlang/circular.exp: New file.
12501
9fde51ed
YQ
125022016-02-26 Yao Qi <yao.qi@linaro.org>
12503
12504 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12505 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12506 (testcases): Update.
12507
ce90fefe
YQ
125082016-02-26 Yao Qi <yao.qi@linaro.org>
12509
12510 * gdb.reverse/aarch64.c: Rename to ...
12511 * gdb.reverse/insn-reverse.c: ... it.
12512 * gdb.reverse/aarch64.exp: Rename to ...
12513 * gdb.reverse/insn-reverse.exp: ... it.
12514
3263bceb
YQ
125152016-02-26 Yao Qi <yao.qi@linaro.org>
12516
12517 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12518 (testcase_ftype): New.
12519 (testcases): New array.
12520 (n_testcases): New.
12521 (main): Call each element in testcases.
12522 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12523 (read_testcase): New.
12524 Do the tests in a loop.
12525
6cb59ff1
YQ
125262016-02-25 Yao Qi <yao.qi@linaro.org>
12527
12528 * gdb.base/branches.c: Remove.
12529
ae91f625
MK
125302016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12531
12532 PR gdb/13808
12533 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12534
678b48b7
MK
125352016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12536
12537 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12538
7337a6f2
MK
125392016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12540
12541 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12542 change x86_64 call_insn to 'callq'.
12543
861ca91f
AT
125442016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12545
12546 * gdb.trace/tfile-avx.c: Move to...
12547 * gdb.trace/tracefile-pseudo-reg.c: Here.
12548 * gdb.trace/tfile-avx.exp: Move to...
12549 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12550
bf74e428
GB
125512016-02-24 Gary Benson <gbenson@redhat.com>
12552
12553 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12554 message on attach.
12555
cce0e923
DE
125562016-02-23 Doug Evans <dje@google.com>
12557
12558 * gdb.base/skip.c (test_skip): New function.
12559 (end_test_skip_file_and_function): New function.
12560 (test_skip_file_and_function): New function.
12561 * gdb.base/skip1.c (test_skip): New function.
12562 (skip1_test_skip_file_and_function): New function.
12563 * gdb.base/skip.exp: Add tests for new skip options.
12564 * gdb.base/skip-solib.exp: Update expected output.
12565 * gdb.perf/skip-command.cc: New file.
12566 * gdb.perf/skip-command.exp: New file.
12567 * gdb.perf/skip-command.py: New file.
12568
4000e47e
MK
125692016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12570
12571 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12572 info registers pattern.
12573
24f75ead
IB
125742016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12575
12576 * lib/future.exp: Add D support.
12577 (gdb_find_gdc): New proc.
12578 (gdb_default_target_compile): Add D support.
12579
fbb7bcbe
WW
125802016-02-18 Wei-cheng Wang <cole945@gmail.com>
12581
12582 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12583 user+system time.
12584 (trace_speed_test): Determine the iteration count for a time
12585 between 15..30 seconds.
12586
012b3a21
WT
125872016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12588
12589 * gdb.arch/i386-mpx-sigsegv.c: New file.
12590 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12591 * gdb.arch/i386-mpx-simple_segv.c: New file.
12592 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12593
2d5189bd
YQ
125942016-02-18 Yao Qi <yao.qi@linaro.org>
12595
12596 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12597 Don't call setup_kfail.
12598
40fb20d0
YQ
125992016-02-18 Yao Qi <yao.qi@linaro.org>
12600
12601 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12602 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12603
21b1f8d2
DE
126042016-02-16 Doug Evans <dje@google.com>
12605
12606 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12607 * gdb.base/skip1.c: Ditto.
12608 * gdb.base/skip.exp: Whitespace cleanup.
12609
4041ed77
DB
126102016-02-16 Don Breazeal <donb@codesourcery.com>
12611
12612 PR remote/19496
12613 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12614 Remove kfail for PR remote/19496.
12615
c4ef31bf
SM
126162016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12617
12618 * lib/gdb.exp (standard_temp_file): Return a path specific to
12619 the runtest invocation.
12620
266b65b3
SM
126212016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12622
12623 * gdb.trace/save-trace.exp: Change relative path to be in the
12624 standard output directory.
12625
a7a0a6a9
JK
126262016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12627
12628 * gdb.arch/i386-prologue.c: Add missing prototypes.
12629
c99dbb42
JK
126302016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12631
12632 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12633 * gdb.arch/i386-prologue.exp: Likewise.
12634 * gdb.arch/i386-size.exp: Likewise.
12635
aa480355
SM
126362016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12637
12638 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12639 define object file path.
12640 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12641 file path.
12642 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12643 standard_output_file to define binfile.
12644
ba881f50
JK
126452016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12646
12647 Fix compatibility with recent gfortran-5.3.1.
12648 * gdb.fortran/vla-history.exp (print vla1 allocated)
12649 (print vla2 allocated, print $2, print $3): Remove
12650 (print $4): Rename to ...
12651 (print $2): ... here.
12652 (print $9): Rename to ...
12653 (print $5): ... here.
12654 (print $10): Rename to ...
12655 (print $6): ... here.
12656 * gdb.fortran/vla.f90: Add pvla initialization.
12657
e9fb005c
JK
126582016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12659
12660 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12661 New test.
12662 * gdb.fortran/vla-value-sub.exp: Likewise.
12663
e44e00ff
MK
126642016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12665
12666 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12667
97e94151
SM
126682016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12669
12670 * i386-biarch-core.exp: Define corefile using
12671 standard_output_file.
12672
01113bc1
YQ
126732016-02-12 Yao Qi <yao.qi@linaro.org>
12674
12675 * gdb.arch/arm-single-step-kernel-helper.c: New.
12676 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12677
33b4777c
MM
126782016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12679
12680 * gdb.btrace/tailcall-only.exp: New.
12681 * gdb.btrace/tailcall-only.c: New.
12682 * gdb.btrace/x86_64-tailcall-only.S: New.
12683 * gdb.btrace/i686-tailcall-only.S: New.
12684
acc23c11
PA
126852016-02-11 Pedro Alves <palves@redhat.com>
12686
12687 * README (Parallel testing): Add missing double quotes.
12688
e352bf0a
PA
126892016-02-11 Pedro Alves <palves@redhat.com>
12690
12691 * README (Parallel testing): New section.
12692 (GDB_PARALLEL): Rewrite.
12693 (FORCE_PARALLEL): Document.
12694
9f5fed78
MK
126952016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12696
12697 * gdb.trace/tfile-avx.c: New test.
12698 * gdb.trace/tfile-avx.exp: New test.
12699
9ef9e6a6
KS
127002016-02-09 Keith Seitz <keiths@redhat.com>
12701
12702 PR breakpoints/19546
12703 * gdb.base/infcall-exec.c: New file.
12704 * gdb.base/infcall-exec2.c: New file.
12705 * gdb.base/infcall-exec.exp: New file.
12706
a96e36da
KS
127072016-02-09 Keith Seitz <keiths@redhat.com>
12708
12709 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12710 (toplevel): Call test_bkpt_address.
12711
9f61929f
KS
127122016-02-09 Keith Seitz <keiths@redhat.com>
12713
12714 PR python/19506
12715 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12716 (toplevel): Call test_bkpt_address.
12717
1e94266c
SM
127182016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12719
12720 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12721 to AC_OUTPUT.
12722 * configure: Regenerate.
12723
2a7f3dff
PA
127242016-02-09 Pedro Alves <palves@redhat.com>
12725
12726 PR breakpoints/19548
12727 * gdb.base/execl-update-breakpoints.c (some_function): New
12728 function.
12729 (main): Call it.
12730 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12731 Tighten expected GDB output.
12732
2151ccc5
SM
127332016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12734
12735 * Makefile.in (ALL_SUBDIRS): Remove.
12736 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12737 (distclean maintainer-clean realclean): Likewise.
12738 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12739 * configure: Regenerate.
12740 * gdb.ada/Makefile.in: Delete.
12741 * gdb.arch/Makefile.in: Likewise.
12742 * gdb.asm/Makefile.in: Likewise.
12743 * gdb.base/Makefile.in: Likewise.
12744 * gdb.btrace/Makefile.in: Likewise.
12745 * gdb.cell/Makefile.in: Likewise.
12746 * gdb.compile/Makefile.in: Likewise.
12747 * gdb.cp/Makefile.in: Likewise.
12748 * gdb.disasm/Makefile.in: Likewise.
12749 * gdb.dlang/Makefile.in: Likewise.
12750 * gdb.dwarf2/Makefile.in: Likewise.
12751 * gdb.fortran/Makefile.in: Likewise.
12752 * gdb.gdb/Makefile.in: Likewise.
12753 * gdb.go/Makefile.in: Likewise.
12754 * gdb.guile/Makefile.in: Likewise.
12755 * gdb.java/Makefile.in: Likewise.
12756 * gdb.linespec/Makefile.in: Likewise.
12757 * gdb.mi/Makefile.in: Likewise.
12758 * gdb.modula2/Makefile.in: Likewise.
12759 * gdb.multi/Makefile.in: Likewise.
12760 * gdb.objc/Makefile.in: Likewise.
12761 * gdb.opencl/Makefile.in: Likewise.
12762 * gdb.opt/Makefile.in: Likewise.
12763 * gdb.pascal/Makefile.in: Likewise.
12764 * gdb.perf/Makefile.in: Likewise.
12765 * gdb.python/Makefile.in: Likewise.
12766 * gdb.reverse/Makefile.in: Likewise.
12767 * gdb.server/Makefile.in: Likewise.
12768 * gdb.stabs/Makefile.in: Likewise.
12769 * gdb.threads/Makefile.in: Likewise.
12770 * gdb.trace/Makefile.in: Likewise.
12771 * gdb.xml/Makefile.in: Likewise.
12772 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12773 GDB_PARALLEL.
12774 (standard_output_file): Remove check for GDB_PARALLEL, always
12775 return path in outputs/$subdir/$testname.
12776
437277d4
SM
127772016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12778
12779 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12780 (site.exp): Assign abs_srcdir to tcl's srcdir.
12781
31d913c7
YQ
127822016-02-04 Yao Qi <yao.qi@linaro.org>
12783
12784 * gdb.base/foll-exec-mode.c: Include limits.h.
12785 (main): Add parameters argc and argv. Get directory from
12786 argv[0].
12787 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12788 compilation.
12789 * gdb.base/foll-exec.c: Include limits.h.
12790 (main): Add parameters argc and argv.
12791 Get directory from argv[0].
12792 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12793 Adjust tests on the number of lines as source code changed.
12794 * gdb.base/foll-vfork-exit.c: Include limits.h.
12795 (main): Add one line of statement before vfork.
12796 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12797 (main): Add parameters argc and argv. Get directory from
12798 argv[0].
12799 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12800 (setup_gdb): Set tbreak to skip some source lines.
12801 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12802 (main): Add parameters argc and argv. Get directory from
12803 argv[0].
12804 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12805 compilation.
12806 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12807 (main): Add parameters argc and argv. Get directory from
12808 argv[0].
12809 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12810 compilation.
12811
9482b9fb
DE
128122016-02-01 Doug Evans <dje@google.com>
12813
12814 * gdb.base/skip.exp: Clean up multiple references to same test name.
12815
6b2e4f10
PA
128162016-02-01 Pedro Alves <palves@redhat.com>
12817
ccb6afd6 12818 PR remote/19496
6b2e4f10
PA
12819 * gdb.threads/forking-threads-plus-breakpoint.exp
12820 (displaced_stepping_supported): New global.
12821 (probe_displaced_stepping_support): New procedure.
12822 (do_test): Add 'displaced' parameter, and use it.
12823 (top level): Check for displaced stepping support. Add displaced
12824 stepping on/off testing axis.
12825
37a8db1a
AB
128262016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12827
12828 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12829 pointer. Don't perform further tests on the unassociated pointer
12830 if the first test fails.
12831
5fdf6324
AB
128322016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12833
12834 * gdb.base/max-value-size.c: New file.
12835 * gdb.base/max-value-size.exp: New file.
12836 * gdb.base/huge.exp: Disable max-value-size for this test.
12837
935c6144
IB
128382016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12839
12840 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12841
7fe8399d
YQ
128422016-01-28 Yao Qi <yao.qi@linaro.org>
12843
12844 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12845
a2077e25
PA
128462016-01-25 Pedro Alves <palves@redhat.com>
12847
12848 PR threads/19461
12849 * gdb.base/fork-running-state.c: New file.
12850 * gdb.base/fork-running-state.exp: New file.
12851
1d2736d4
PA
128522016-01-25 Pedro Alves <palves@redhat.com>
12853
12854 PR gdb/19494
12855 * gdb.base/catch-fork-kill.c: New file.
12856 * gdb.base/catch-fork-kill.exp: New file.
12857
f1da4b11
PA
128582016-01-25 Pedro Alves <palves@redhat.com>
12859
12860 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12861 Delete, moved to lib/gdb.exp.
12862 * gdb.threads/forking-threads-plus-breakpoint.exp
12863 (foreach_with_prefix): Likewise.
12864 * gdb.threads/process-dies-while-handling-bp.exp
12865 (foreach_with_prefix): Likewise.
12866 * lib/gdb.exp (foreach_with_prefix): New procedure.
12867
45f38546
MK
128682016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12869
12870 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12871 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12872
dc29a1ce
MK
128732016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12874
12875 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12876 endian targets.
12877
092127d7
JK
128782016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12879 Pedro Alves <palves@redhat.com>
12880
12881 Fix testsuite compatibility with Guile.
12882 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12883 number.
12884
31d765d3
JK
128852016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12886
12887 Fix testsuite compatibility with Guile.
12888 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12889 (thread 1): New test for backtrace through signal handler.
12890
1ac78c04
YQ
128912016-01-22 Yao Qi <yao.qi@linaro.org>
12892
12893 PR testsuite/19491
12894 * gdb.base/multi-forks.c: Include
12895 ../lib/unbuffer_output.c
12896 (main): Call gdb_unbuffer_output.
12897
4f5946a8
DE
128982016-01-21 Doug Evans <dje@google.com>
12899
12900 * lib/ada.exp (gdb_compile_ada): Fix typo.
12901
305e13e6
JB
129022016-01-21 Joel Brobecker <brobecker@adacore.com>
12903
12904 * gdb.base/break-fun-addr.exp: New file.
12905 * gdb.base/break-fun-addr1.c: New file.
12906 * gdb.base/break-fun-addr2.c: New file.
12907
5f5dfff6
SM
129082016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12909
12910 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12911 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12912 enum flag values.
12913
fd356fa2
AA
129142016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12915
12916 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12917 when GDB can not set the vector return value. Add more comments
12918 for clarification.
12919
9df22175
AT
129202016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12921
12922 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12923 command.
12924
41d1845e
SM
129252016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12926
12927 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12928
01ac6840
SM
129292016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12930
12931 * Makefile.in (check-single): Pass --status to runtest.
12932 (check/%.exp): Likewise.
12933
129342016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12935
12936 * Makefile.in (check-parallel): Propagate return code from make
12937 do-check-parallel.
12938
bd0a71fa
MK
129392016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12940
12941 * gdb.trace/ftrace.exp: Fix expected message on continue.
12942 * gdb.trace/pending.exp: Fix expected message on continue.
12943 * gdb.trace/trace-break.exp: Fix expected message on continue.
12944
8bcbad33
SM
129452016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12946
12947 * lib/gdb.exp (gdb_test): Remove unused global references.
12948
f303dbd6
PA
129492016-01-18 Pedro Alves <palves@redhat.com>
12950
12951 * gdb.base/async-shell.exp: Adjust expected output.
12952 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12953 * gdb.base/siginfo-thread.exp: Adjust expected output.
12954 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12955 * gdb.java/jnpe.exp: Adjust expected output.
12956 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12957 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12958 * gdb.threads/leader-exit.exp: Adjust expected output.
12959 * gdb.threads/manythreads.exp: Adjust expected output.
12960 * gdb.threads/pthreads.exp: Adjust expected output.
12961 * gdb.threads/schedlock.exp: Adjust expected output.
12962 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12963 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12964 expected output.
12965 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12966 output.
12967 * gdb.threads/sigthread.exp: Adjust expected output.
12968 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12969
b2789696
YQ
129702016-01-18 Yao Qi <yao.qi@linaro.org>
12971
12972 * gdb.guile/scm-section-script.c: Replace @progbits with
12973 %progbits.
12974 * gdb.python/py-section-script.c: Likewise.
12975
71ef29a8
PA
129762016-01-15 Pedro Alves <palves@redhat.com>
12977
12978 * gdb.multi/tids.exp: Test star wildcard ranges.
12979
3f5b7598
PA
129802016-01-15 Pedro Alves <palves@redhat.com>
12981
12982 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12983 command from "thread apply" invocation.
12984 (thr_apply_info_thr_invalid): Default the expected output to the
12985 input tid list.
12986 (top level): Add tests that use convenience variables. Add tests
12987 for "thread apply" with a valid TID list, but missing the command.
12988
663f6d42
PA
129892016-01-13 Pedro Alves <palves@redhat.com>
12990
12991 * gdb.base/default.exp: Expect $_gthread as well.
12992 * gdb.multi/tids.exp: Test $_gthread.
12993 * gdb.threads/thread-specific.exp: Test $_gthread.
12994
c84f6bbf
PA
129952016-01-13 Pedro Alves <palves@redhat.com>
12996
12997 * gdb.multi/tids.exp: Test "info threads -gid".
12998
22a02324
PA
129992016-01-13 Pedro Alves <palves@redhat.com>
13000
13001 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13002 Breakpoint.thread.
13003 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13004
5d5658a1
PA
130052016-01-07 Pedro Alves <palves@redhat.com>
13006
13007 * gdb.base/break.exp: Adjust to output changes.
13008 * gdb.base/hbreak2.exp: Likewise.
13009 * gdb.base/sepdebug.exp: Likewise.
13010 * gdb.base/watch_thread_num.exp: Likewise.
13011 * gdb.linespec/keywords.exp: Likewise.
13012 * gdb.multi/info-threads.exp: Likewise.
13013 * gdb.threads/thread-find.exp: Likewise.
13014 * gdb.multi/tids.c: New file.
13015 * gdb.multi/tids.exp: New file.
13016
84654457
PA
130172016-01-13 Pedro Alves <palves@redhat.com>
13018
13019 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13020
e3940304
PA
130212016-01-13 Pedro Alves <palves@redhat.com>
13022
13023 * gdb.base/default.exp: Expect $_inferior as well.
13024 * gdb.multi/base.exp: Test $_inferior.
13025
a911d87a
PA
130262016-01-13 Pedro Alves <palves@redhat.com>
13027
13028 PR breakpoints/19388
13029 * gdb.base/catch-signal-siginfo-cond.c: New file.
13030 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13031
82075af2
JS
130322016-01-12 Josh Stone <jistone@redhat.com>
13033 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13034
13035 * gdb.base/catch-syscall.c (do_execve): New variable.
13036 (main): Conditionally trigger an execve.
13037 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13038 (test_catch_syscall_execve): New, check entry/return across execve.
13039 (do_syscall_tests): Call test_catch_syscall_execve.
13040
e46eeedd
PA
130412016-01-12 Pedro Alves <palves@redhat.com>
13042
13043 * gdb.base/random-signal.exp (do_test): New procedure, with body
13044 of testcase moved in.
13045
01d8c27e
JK
130462016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13047 Pedro Alves <palves@redhat.com>
13048
13049 * gdb.base/funcargs.exp (finish from indirectly called function):
13050 Reintroduce the case for 'First'.
13051
9a706302
JK
130522016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13053 Pedro Alves <palves@redhat.com>
13054
13055 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13056 (tcatch_vfork_then_child_follow_exec)
13057 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13058 identification.
13059
c0ecb95f
JK
130602016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13061
13062 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13063 and repeats to unlimited.
13064 * gdb.python/py-value.exp: Likewise.
13065 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13066 and repeats to unlimited.
13067
6cfc1fcb
JK
130682016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13069
13070 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13071 and reordering the functions.
13072 * gdb.multi/hangout.c: Likewise.
13073 * gdb.multi/hello.c: Likewise.
13074
582a1b00
SM
130752016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13076
13077 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13078 absolute.
13079 (SingleStatisticTestResult.report): Use dict.keys instead of
13080 dict.iterkeys.
13081
79bc59cb
PA
130822016-01-06 Pedro Alves <palves@redhat.com>
13083
13084 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13085
43368e1d
MM
130862016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13087
13088 * gdb.btrace/dlopen.exp: New.
13089 * gdb.btrace/dlopen.c: New.
13090 * gdb.btrace/dlopen-dso.c: New.
13091
79fad5b8
SL
130922015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13093
13094 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13095 PATTERN argument is optional.
13096
ab8314b3
JB
130972015-12-24 Joel Brobecker <brobecker@adacore.com>
13098
13099 * lib/ada.exp (target_compile_ada_from_dir): New function.
13100 (gdb_compile_ada): Reimplement avoiding the use of project files.
13101 * gdb.ada/gnat_ada.gpr: Delete.
13102 * gdb.ada/cond_lang.exp: Adjust test to make path before
13103 filename optional.
13104 * gdb.ada/small_reg_param.exp: Likewise.
13105
fe33faff
SM
131062015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13107
13108 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13109
6d265cb4
TP
131102015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13111
13112 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13113 case.
13114
10125099
SM
131152015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13116
13117 * gdb.base/break.exp: Remove dead code.
13118 * gdb.base/sepdebug.exp: Likewise.
13119
3ca22649
SM
131202015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13121
13122 * gdb.asm/asm-source.exp: Remove HP-UX references.
13123 * gdb.base/annota1.exp: Likewise.
13124 * gdb.base/annota3.exp: Likewise.
13125 * gdb.base/attach.exp: Likewise.
13126 * gdb.base/bigcore.exp: Likewise.
13127 * gdb.base/break.exp: Likewise.
13128 * gdb.base/call-ar-st.exp: Likewise.
13129 * gdb.base/callfuncs.exp: Likewise.
13130 * gdb.base/catch-fork-static.exp: Likewise.
13131 * gdb.base/display.exp: Likewise.
13132 * gdb.base/foll-exec-mode.exp: Likewise.
13133 * gdb.base/foll-exec.exp: Likewise.
13134 * gdb.base/foll-fork.exp: Likewise.
13135 * gdb.base/foll-vfork.exp: Likewise.
13136 * gdb.base/funcargs.exp: Likewise.
13137 * gdb.base/hbreak2.exp: Likewise.
13138 * gdb.base/inferior-died.exp: Likewise.
13139 * gdb.base/interrupt.exp: Likewise.
13140 * gdb.base/multi-forks.exp: Likewise.
13141 * gdb.base/nodebug.exp: Likewise.
13142 * gdb.base/sepdebug.exp: Likewise.
13143 * gdb.base/solib1.c: Likewise.
13144 * gdb.base/step-test.exp: Likewise.
13145 * gdb.mi/non-stop.c: Likewise.
13146 * gdb.mi/pthreads.c: Likewise.
13147 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13148 * gdb.threads/pthreads.c: Likewise.
13149 * gdb.threads/staticthreads.exp: Likewise.
13150 * lib/future.exp: Likewise.
13151 * lib/gdb.exp: Likewise.
13152 * gdb.base/so-indr-cl.c: Remove.
13153 * gdb.base/so-indr-cl.exp: Likewise.
13154 * gdb.base/solib.c: Likewise.
13155 * gdb.base/solib.exp: Likewise.
13156 * gdb.base/solib2.c: Likewise.
13157
b6304613
SM
131582015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13159
13160 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13161 * gdb.base/call-ar-st.exp: Likewise.
13162 * gdb.base/callfuncs.exp: Likewise.
13163 * gdb.base/condbreak.exp: Likewise.
13164 * gdb.base/constvars.exp: Likewise.
13165 * gdb.base/hbreak2.exp: Likewise.
13166 * gdb.base/langs.exp: Likewise.
13167 * gdb.base/list.exp: Likewise.
13168 * gdb.base/long_long.exp: Likewise.
13169 * gdb.base/ptype.exp: Likewise.
13170 * gdb.base/scope.exp: Likewise.
13171 * gdb.base/signals.exp: Likewise.
13172 * gdb.base/so-impl-ld.exp: Likewise.
13173 * gdb.base/varargs.exp: Likewise.
13174 * gdb.base/volatile.exp: Likewise.
13175 * gdb.base/whatis.exp: Likewise.
13176 * gdb.cp/cplusfuncs.exp: Likewise.
13177 * gdb.cp/inherit.exp: Likewise.
13178 * gdb.cp/local.exp: Likewise.
13179 * gdb.cp/member-ptr.exp: Likewise.
13180 * gdb.cp/method.exp: Likewise.
13181 * gdb.cp/overload.exp: Likewise.
13182 * gdb.cp/templates.exp: Likewise.
13183 * gdb.stabs/weird.exp: Likewise.
13184 * lib/compiler.c: Likewise.
13185 * lib/compiler.cc: Likewise.
13186 * lib/cp-support.exp: Likewise.
13187 * lib/gdb.exp: Likewise.
13188
bf401b07
SM
131892015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13190
13191 * configure.ac: Remove HP-UX case.
13192 * configure: Regenerate.
13193
aff9c0f8
SM
131942015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13195
13196 * lib/gdb.exp (gdb_compile): Add function doc.
13197
a6904d5a
PA
131982015-12-17 Pedro Alves <palves@redhat.com>
13199
13200 PR threads/19354
13201 * gdb.multi/info-threads.exp: New file.
13202
a22279dd
YQ
132032015-12-15 Yao Qi <yao.qi@linaro.org>
13204
13205 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13206 is aarch64*-*-*.
13207
0588c796
SL
132082015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13209
13210 * gdb.base/history-duplicates.exp: Skip if no readline support.
13211
5d978e17
SL
132122015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13213
13214 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13215
7e763b86
SL
132162015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13217
13218 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13219
87a3a92c
SL
132202015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13221
13222 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13223 ctrl-C if nointerrupts target property is set.
13224 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13225 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13226 * gdb.base/paginate-bg-execution.exp: Likewise.
13227 * gdb.base/paginate-execution-startup.exp: Likewise.
13228 * gdb.base/random-signal.exp: Likewise.
13229 * gdb.base/range-stepping.exp: Likewise.
13230 * gdb.cp/annota2.exp: Likewise.
13231 * gdb.cp/annota3.exp: Likewise.
13232 * gdb.gdb/selftest.exp: Likewise.
13233 * gdb.threads/continue-pending-status.exp: Likewise.
13234 * gdb.threads/leader-exit.exp: Likewise.
13235 * gdb.threads/manythreads.exp: Likewise.
13236 * gdb.threads/pthreads.exp: Likewise.
13237 * gdb.threads/schedlock.exp: Likewise.
13238 * gdb.threads/sigthread.exp: Likewise.
13239
a8f077dc
DB
132402015-12-11 Don Breazeal <donb@codesourcery.com>
13241
13242 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13243 remote.
13244 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13245 * gdb.base/foll-exec.exp (main): Enable for target remote.
13246 * gdb.base/foll-fork.exp (main): Likewise.
13247 * gdb.base/foll-vfork.exp (main): Likewise.
13248 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13249 (proc continue_to_exit_bp_loc): Use clean_restart.
13250 * gdb.base/pie-execl.exp (main): Disable for target remote.
13251 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13252 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13253 * gdb.threads/execl.exp (main): Likewise.
13254 * gdb.threads/fork-child-threads.exp (main): Likewise.
13255 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13256 remote.
13257 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13258 remote.
13259 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13260 pid.tid style ptids, instead of just tid.
13261 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13262 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13263 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13264 ptids, instead of just tid.
13265
3b2464a8
AB
132662015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13267
13268 * gdb.base/list.exp (test_list_forward): Add end of file error
13269 test.
13270 (test_repeat_list_command): Add end of file error test.
13271 (test_list_backwards): Add beginning of file error test.
13272
a0def019
AB
132732015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13274
13275 * gdb.base/list.exp (test_list_invalid_args): New function,
13276 defined, and called.
13277
5c000dff
AB
132782015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13279
13280 * gdb.base/list.exp (test_list): Make test names unique.
13281
f1637ebe
YQ
132822015-12-11 Yao Qi <yao.qi@linaro.org>
13283
13284 * gdb.base/coremaker2.c: Remove.
13285
36d6fc0a
PA
132862015-12-10 Pedro Alves <palves@redhat.com>
13287
13288 * gdb.multi/base.exp: Remove stale "spaces" references.
13289
762f7747
PA
132902015-12-10 Pedro Alves <palves@redhat.com>
13291
13292 * gdb.multi/base.exp: Don't use nowarnings.
13293 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13294 * gdb.multi/hangout.c: Include stdio.h.
13295 * gdb.multi/hello.c: Include stdlib.h.
13296 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13297 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13298 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13299
28d2bfb9
AB
133002015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13301
13302 * gdb.dwarf2/dw2-ranges-base.c: New file.
13303 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13304 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13305 support additional line table, and debug ranges generation.
13306 (Dwarf::ranges): New function, generate .debug_ranges.
13307 (Dwarf::lines): Support generating simple line table programs.
13308 (Dwarf::assemble): Initialise new namespace variables.
13309
5fc2beac
KB
133102015-12-09 Kevin Buettner <kevinb@redhat.com>
13311
13312 * gdb.base/async.exp (proc test_background): Add case for
13313 asynchronous execution not supported.
13314
1c35a88f
LM
133152015-12-09 Luis Machado <lgustavo@codesourcery.com>
13316
13317 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13318 format and change test names to make them unique.
13319
b593e3d9
RK
133202015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13321 Pedro Alves <pedro@redhat.com>
13322
13323 PR gdb/18702
13324 Add checking of floatformats setup on x86_64 hosts.
13325 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13326 (smallval, bigval): New labels/constants.
13327 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13328 float" after loading bigval and smallval.
13329
d72413e6
PMR
133302015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13331
13332 * gdb.ada/fun_overload_menu.exp: New testcase.
13333 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13334
ece66d65
JS
133352015-12-04 Josh Stone <jistone@redhat.com>
13336
13337 * gdb.base/catch-fork-static.exp: New.
13338
41d0efca
YQ
133392015-12-03 Yao Qi <yao.qi@linaro.org>
13340
13341 * gdb.base/sizeof.c: Don't include stdio.h and
13342 ../lib/unbuffer_output.c.
13343 (main): New variable 'size' and 'value'. Remove printf and
13344 gdb_unbuffer_output. Assign return value to size and value.
13345 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13346 at the beginning.
13347 (check_sizeof): Check the result by printing variable 'size'.
13348 (check_valueof): Check the result by printing variable 'value'.
13349
99fd02d9
YQ
133502015-12-01 Yao Qi <yao.qi@linaro.org>
13351
13352 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13353 for aarch64*-*-linux* target.
13354
f2faf941
PA
133552015-11-30 Pedro Alves <palves@redhat.com>
13356
13357 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13358
04bf20c5
PA
133592015-11-30 Pedro Alves <palves@redhat.com>
13360
13361 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13362 Handle non-stop mode vCont replies.
13363
09df4675
PA
133642015-11-30 Pedro Alves <palves@redhat.com>
13365
13366 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13367 prepare_for_testing. Start gdb with "set non-stop on" appended to
13368 GDBFLAGS. Lax expected stop output.
13369
58b584af
YQ
133702015-11-27 Yao Qi <yao.qi@linaro.org>
13371
13372 * gdb.arch/arm-neon.exp: New.
13373 * gdb.arch/arm-neon.c: New.
13374
dfcb77a8
YQ
133752015-11-27 Yao Qi <yao.qi@linaro.org>
13376
13377 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13378
88e8ec1b
YQ
133792015-11-27 Yao Qi <yao.qi@linaro.org>
13380
13381 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13382 frames-invalid annotation.
13383
bfde72c2
YQ
133842015-11-27 Yao Qi <yao.qi@linaro.org>
13385
13386 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13387
f6512a69
SM
133882015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13389
13390 * gdb.threads/names.exp: New file.
13391 * gdb.threads/names.c: New file.
13392 * README: Mention gdb,no_thread_names.
13393
46a3515b
MM
133942015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13395
13396 PR 19297
13397 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13398 support" error.
13399
62147a22
PA
134002015-11-24 Pedro Alves <palves@redhat.com>
13401
13402 PR 17539
13403 * gdb.base/display.exp: Expect displays to be sorted in ascending
13404 order. Use multi_line.
13405 * gdb.base/solib-display.exp: Likewise.
13406
2f341b6e
PA
134072015-11-24 Pedro Alves <palves@redhat.com>
13408
13409 PR 17539
25d49b86
PA
13410 * gdb.base/display.exp: Expect displays to be sorted in ascending
13411 order. Use multi_line.
13412 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13413
7e0aa6aa
PA
134142015-11-24 Pedro Alves <palves@redhat.com>
13415
13416 PR 17539
13417 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13418 threads in ascending order.
13419 * gdb.base/foll-fork.exp: Likewise.
13420 * gdb.base/foll-vfork.exp: Likewise.
13421 * gdb.base/multi-forks.exp: Likewise.
13422 * gdb.mi/mi-nonstop.exp: Likewise.
13423 * gdb.mi/mi-nsintrall.exp: Likewise.
13424 * gdb.multi/base.exp: Likewise.
13425 * gdb.multi/multi-arch.exp: Likewise.
13426 * gdb.python/py-inferior.exp: Likewise.
13427 * gdb.threads/break-while-running.exp: Likewise.
13428 * gdb.threads/execl.exp: Likewise.
13429 * gdb.threads/gcore-thread.exp: Likewise.
13430 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13431 * gdb.threads/kill.exp: Likewise.
13432 * gdb.threads/linux-dp.exp: Likewise.
13433 * gdb.threads/multiple-step-overs.exp: Likewise.
13434 * gdb.threads/next-bp-other-thread.exp: Likewise.
13435 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13436 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13437 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13438 * gdb.threads/thread-find.exp: Likewise.
13439 * gdb.threads/tls.exp: Likewise.
13440 * lib/mi-support.exp (mi_reverse_list): Delete.
13441 (mi_check_thread_states): No longer reverse list.
13442
2cc57ad8
PA
134432015-11-24 Pedro Alves <palves@redhat.com>
13444
13445 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13446 use lowercase.
13447
c93e8391
SM
134482015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13449
13450 * gdb.trace/actions.c: Include trace-common.h.
13451 (main): Add a location for a fast tracepoint.
13452 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13453 the normal tracepoints.
13454 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13455
045ccf91
SM
134562015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13457
13458 * save-trace.exp: Factor out code to these...
13459 (gdb_save_tracepoints): New.
13460 (gdb_load_tracepoints): New.
13461 (do_save_load_test): New.
13462
5506f9f6
KB
134632015-11-23 Kevin Buettner <kevinb@redhat.com>
13464
13465 * gdb.base/asmlabel.exp: New test.
13466 * gdb.base/asmlabel.c: New test case.
13467
16c3b12f
JB
134682015-11-23 Joel Brobecker <brobecker@adacore.com>
13469
13470 * gdb.base/wrong_frame_bt_full-main.c: New file.
13471 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13472 * gdb.base/wrong_frame_bt_full.exp: New file.
13473
155bfbd3
JB
134742015-11-23 Joel Brobecker <brobecker@adacore.com>
13475
13476 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13477
bb097445
JM
134782015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13479
206853a0 13480 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13481 pstate register when comparing registers values in
13482 sparc64-*-linux-gnu targets to avoid spurious differences.
13483
9c88ed8f
JM
134842015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13485
206853a0 13486 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13487
96161e25
SL
134882015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13489
13490 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13491 as type argument to gdb_compile.
13492 * gdb.base/nested-subp2.exp: Likewise.
13493 * gdb.base/nested-subp3.exp: Likewise.
13494
340c2830
DV
134952015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13496
13497 * lib/dwarf.exp (_note): Fix left shift of negative value.
13498 * gdb.trace/trace-condition.exp: Likewise.
13499
c1862d0f
YQ
135002015-11-13 Yao Qi <yao.qi@linaro.org>
13501
13502 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13503 comments about d10v.
13504 (test_scalar_returns): Likewise.
13505 * gdb.base/d10v.ld: Remove.
13506 * gdb.base/overlays.exp: Remove the target triplet checking for
13507 d10v-*-*.
13508 * gdb.base/structs.exp (test_struct_returns): Remove the
13509 comments about d10v.
13510 (test_struct_calls): Likewise.
13511
77ae9c19
YQ
135122015-11-13 Yao Qi <yao.qi@linaro.org>
13513
13514 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13515 * gdb.base/gnu_vector.c: Don't include stdio.h.
13516 (main): Don't print res and call add_some_intvecs.
13517
430e004e
MK
135182015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13519
13520 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13521 macro.
13522 (func5): Removed.
13523 (func4): Use FAST_TRACEPOINT_LABEL.
13524 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13525 macro.
13526 (func): Removed.
13527 (thread_function): Use FAST_TRACEPOINT_LABEL.
13528 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13529 (func): Remove.
13530 (marker): Use FAST_TRACEPOINT_LABEL.
13531 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13532 (pendfunc1): Remove.
13533 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13534 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13535 (foo): Remove.
13536 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13537 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13538 macro.
13539 (func): Remove.
13540 (marker): Use FAST_TRACEPOINT_LABEL.
13541 * gdb.trace/trace-common.h: New header.
13542 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13543 macro.
13544 (func): Remove.
13545 (marker): Use FAST_TRACEPOINT_LABEL.
13546 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13547 (func): Remove.
13548 (thread_function): Use FAST_TRACEPOINT_LABEL.
13549
6e7675a7
MK
135502015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13551
13552 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13553 in front.
13554 * gdb.trace/change-loc.exp: Use global pcreg definition.
13555 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13556 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13557 in front.
13558 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13559 * gdb.trace/pending.exp: Likewise.
13560 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13561 * gdb.trace/trace-break.exp: Likewise.
13562 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13563 in front.
13564 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13565 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13566 in front.
13567 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13568
dddc0e16
JB
135692015-11-09 Joel Brobecker <brobecker@adacore.com>
13570
13571 * gdb.ada/fin_fun_out: New testcase.
13572
c6f0b406
KB
135732015-11-07 Kevin Buettner <kevinb@redhat.com>
13574
13575 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13576 value associated with DW_AT_byte_size.
13577 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13578 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13579 DW_AT_upper_bound.
13580
f01dcfd9
KB
135812015-11-07 Kevin Buettner <kevinb@redhat.com>
13582
13583 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13584 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13585 version.
13586 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13587 gdb.dwarf2/dw2-canonicalize-type.exp,
13588 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13589 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13590 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13591 provided by gdb_target_symbol_prefix_flags_asm.
13592 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13593 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13594 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13595 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13596 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13597 macros where needed). Use this macro for symbols which require
13598 the prefix provided by SYMBOL_PREFIX.
13599
2223449a
KB
136002015-11-05 Kevin Buettner <kevinb@redhat.com>
13601
13602 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13603 New procs.
13604 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13605 representing expressions, of more than one list element.
13606 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13607 to prepend linker symbol prefix to f.
13608 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13609 table_1 and table_2.
13610 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13611 Likewise, for f and g.
13612 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13613 for ptr.
13614 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13615 for main.
13616 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13617 table_1_ptr and table_2_ptr.
13618
6f2f1a3a
JK
136192015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13620 Joel Brobecker <brobecker@adacore.com>
13621
13622 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13623
566c56c9
MK
136242015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13625
13626 * gdb.reverse/s390-mvcle.c: New test.
13627 * gdb.reverse/s390-mvcle.exp: New file.
13628 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13629
d5f0636b
MK
136302015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13631
13632 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13633
7ad8b86c
MK
136342015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13635
13636 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13637 reaching marker2.
13638 * gdb.reverse/getresuid-reverse.exp: Likewise.
13639 * gdb.reverse/pipe-reverse.exp: Likewise.
13640 * gdb.reverse/readv-reverse.exp: Likewise.
13641 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13642 * gdb.reverse/time-reverse.exp: Likewise.
13643 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13644
4081c0f1
YQ
136452015-10-30 Yao Qi <yao.qi@linaro.org>
13646
13647 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13648 (empty_cycle): Remove.
13649 (main): Don't call empty_cycle. Don't use watch_count_done.
13650 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13651 empty_cycle. Rewrite the code counting HW watchpoints.
13652
452b4ba5
MK
136532015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13654
13655 * gdb.reverse/fstatat-reverse.c: New test.
13656 * gdb.reverse/fstatat-reverse.exp: New file.
13657 * gdb.reverse/getresuid-reverse.c: New test.
13658 * gdb.reverse/getresuid-reverse.exp: New file.
13659 * gdb.reverse/pipe-reverse.c: New test.
13660 * gdb.reverse/pipe-reverse.exp: New file.
13661 * gdb.reverse/readv-reverse.c: New test.
13662 * gdb.reverse/readv-reverse.exp: New file.
13663 * gdb.reverse/recvmsg-reverse.c: New test.
13664 * gdb.reverse/recvmsg-reverse.exp: New file.
13665 * gdb.reverse/time-reverse.c: New test.
13666 * gdb.reverse/time-reverse.exp: New file.
13667 * gdb.reverse/waitpid-reverse.c: New test.
13668 * gdb.reverse/waitpid-reverse.exp: New file.
13669
5e2e7507
JK
136702015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13671
13672 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13673
0fde2c53
DE
136742015-10-26 Doug Evans <dje@google.com>
13675
13676 PR symtab/17391
13677 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13678 * gdb.dwarf2/bad-regnum.c: New file.
13679 * gdb.dwarf2/bad-regnum.exp: New file.
13680
1a70ae97
DE
136812015-10-26 Doug Evans <dje@google.com>
13682
13683 PR python/18938
13684 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13685 file.
13686
27dc26ab
JK
136872015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13688
13689 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13690 for a change by "Mention language in compile error message".
13691
bed91f4d
SM
136922015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13693
13694 PR python/18073
13695 * gdb.python/py-type.c (C::a_method): New.
13696 (C::a_const_method): New.
13697 (C::a_static_method): New.
13698 (a_function): New.
13699 * gdb.python/py-type.exp (test_fields): Test getting fields
13700 from function and method.
13701
3f2f83dd
KB
137022015-10-21 Keven Boell <keven.boell@intel.com>
13703
13704 * gdb.fortran/vla-alloc-assoc.exp: New file.
13705 * gdb.fortran/vla-datatypes.exp: New file.
13706 * gdb.fortran/vla-datatypes.f90: New file.
13707 * gdb.fortran/vla-history.exp: New file.
13708 * gdb.fortran/vla-ptype-sub.exp: New file.
13709 * gdb.fortran/vla-ptype.exp: New file.
13710 * gdb.fortran/vla-sizeof.exp: New file.
13711 * gdb.fortran/vla-sub.f90: New file.
13712 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13713 * gdb.fortran/vla-value-sub-finish.exp: New file.
13714 * gdb.fortran/vla-value-sub.exp: New file.
13715 * gdb.fortran/vla-value.exp: New file.
13716 * gdb.fortran/vla-ptr-info.exp: New file.
13717 * gdb.mi/mi-vla-fortran.exp: New file.
13718 * gdb.mi/vla.f90: New file.
13719
27145d50
SL
137202015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13721
13722 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13723 of hardwired timeout value.
13724
5f3ff4f8
JK
137252015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13726 Pedro Alves <palves@redhat.com>
13727
13728 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13729 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13730
bfd09d20
JS
137312015-10-19 Josh Stone <jistone@redhat.com>
13732
13733 * gdb.base/catch-syscall.c: Include <sched.h>.
13734 (unknown_syscall): New variable.
13735 (main): Trigger a vfork and an unknown syscall.
13736 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13737 (unknown_syscall_number): Likewise.
13738 (check_call_to_syscall): Accept an optional syscall pattern.
13739 (check_return_from_syscall): Likewise.
13740 (check_continue): Likewise.
13741 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13742 (test_catch_syscall_skipping_return): New test toggling off 'catch
13743 syscall' to step over the syscall return, then toggling back on.
13744 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13745 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13746 (do_syscall_tests): Call test_catch_syscall_without_args and
13747 test_catch_syscall_mid_vfork.
13748 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13749 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13750
b32b93c6
AS
137512015-10-19 Andrew Stubbs <ams@codesourcery.com>
13752
13753 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13754 print g_vE): Add new pass patterns.
13755 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13756 print various symbol names for vptr fields.
13757
9d622bda
AB
137582015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13759
13760 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13761 results.
13762
0fd8ac1c
YQ
137632015-10-12 Yao Qi <yao.qi@linaro.org>
13764
13765 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13766
34240514
YQ
137672015-10-12 Yao Qi <yao.qi@linaro.org>
13768
13769 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13770 is aarch64*-*-linux*.
13771
8240f442
YQ
137722015-10-12 Yao Qi <yao.qi@linaro.org>
13773
13774 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13775 (can_relocate_bcond_true): ... it.
13776 (can_relocate_bcond_false): New function.
13777 (foo): Likewise.
13778 (can_relocate_bl): Likewise.
13779 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13780 can_relocate_bl.
13781
2520f728
PMR
137822015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13783
13784 * gdb.base/nested-addr.c: New file.
13785 * gdb.base/nested-addr.exp: New testcase.
13786
abcef95a
MM
137872015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13788
13789 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13790 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13791 its output. Ignore the output of "record goto begin" and instead
13792 check that GDB is replaying.
13793
145e3ddb
PA
137942015-10-09 Pedro Alves <palves@redhat.com>
13795
13796 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13797 (top level): Use it in the run with no args test.
13798
d5d8c4e1
IB
137992015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13800
13801 * gdb.dlang/properties.exp: New file.
13802
06e635ef
SL
138032015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13804
13805 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13806 whether or not address 0x1000 is mapped on the target.
13807
e019fd1d
SM
138082015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13809
13810 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13811 build.
13812
77ba2a67
MM
138132015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13814
13815 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13816 instruction-history test.
13817
c60eb31f
DE
138182015-09-28 Doug Evans <dje@google.com>
13819
13820 * gdb.base/gcore.c (array_func): Add reference to static_array.
13821
9a3c8263
SM
138222015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13823
13824 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13825 source line.
13826
9720e656
SL
138272015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13828
13829 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13830 short or char as base type.
13831
938d3bf2
SL
138322015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13833
13834 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13835 to allow any size enum.
13836
e6c2c623
PMR
138372015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13838
13839 * gdb.ada/array_ptr_renaming.exp: New testcase.
13840 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13841 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13842
06da0f77
PL
138432015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13844
13845 * gdb.trace/ftrace-lock.c: New file.
13846 * gdb.trace/ftrace-lock.exp: New file.
13847
4f51c22a
PL
138482015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13849
13850 * gdb.arch/insn-reloc.c: New file.
13851 * gdb.arch/ftrace-insn-reloc.exp: New file.
13852
7041adf4
PL
138532015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13854
13855 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13856 instruction.
13857 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13858 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13859 * gdb.trace/range-stepping.c: Likewise.
13860 * gdb.trace/trace-break.c: Likewise.
13861 * gdb.trace/trace-mt.c (thread_function): Likewise.
13862 * gdb.trace/ftrace.c (marker): Likewise.
13863 * gdb.trace/trace-condition.c (marker): Likewise.
13864 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13865 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13866 is_aarch64_target.
13867
015d2e7e
DE
138682015-09-18 Doug Evans <xdje42@gmail.com>
13869
13870 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13871 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13872
26b188a2
SL
138732015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13874
13875 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13876 the breakpoint.
13877
79dc332b
SL
138782015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13879
13880 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13881 the pending breakpoint. Remove timeout override for "Run till
13882 MI pending breakpoint on pendfunc3 on thread 2" test.
13883
f57929f2
SL
138842015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13885
13886 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13887 filename pattern.
13888
3f469b17
SL
138892015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13890
13891 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13892 in breakpoint filename pattern.
13893
515b89b3
SL
138942015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13895
7800dbe4
SL
13896 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13897
138982015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13899
515b89b3
SL
13900 * gdb.linespec/explicit.exp: Check for readline support for
13901 tab-completion tests. Fix obvious typo.
13902
d2939ba2
MM
139032015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13904
13905 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13906 and replay.
13907
cbb55fa7
MM
139082015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13909
13910 * gdb.btrace/non-stop.c: New.
13911 * gdb.btrace/non-stop.exp: New.
13912
43691ca1
PL
139132015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13914 Yao Qi <yao.qi@linaro.org>
13915
13916 * gdb.trace/trace-condition.c: New file.
13917 * gdb.trace/trace-condition.exp: New file.
13918
d78908cf
WW
139192015-09-16 Wei-cheng Wang <cole945@gmail.com>
13920
13921 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13922 for testing bytecode compilation.
13923
1ed415e2
PA
139242015-09-16 Pedro Alves <palves@redhat.com>
13925 Sandra Loosemore <sandra@codesourcery.com>
13926
13927 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13928 (SECONDS): Redefine.
13929 (main): Call pthread_kill and alarm early.
13930 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13931 support.
13932 (test): If the target can't hardware step and doesn't support
13933 displaced stepping, increase the timeout.
13934
d136eff5
PA
139352015-09-16 Pedro Alves <palves@redhat.com>
13936
13937 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13938 (enable_debug): New procedures.
13939 (test): Use them. Bail out if waiting for threads fails.
13940 (top level): Bail out if a test fails.
13941
991f019c
YQ
139422015-09-16 Yao Qi <yao.qi@linaro.org>
13943
13944 * gdb.asm/asm-source.exp: Set asm-arch for
13945 aarch64*-*-* target.
13946 * gdb.asm/aarch64.inc: New file.
13947
bfca584f
PMR
139482015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13949
13950 * gdb.ada/array_of_variable_length.exp: New testcase.
13951 * gdb.ada/array_of_variable_length/foo.adb: New file.
13952 * gdb.ada/array_of_variable_length/pck.adb: New file.
13953 * gdb.ada/array_of_variable_length/pck.ads: New file.
13954
b326e587
DE
139552015-09-15 Doug Evans <dje@google.com>
13956
13957 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13958 of function static local variable.
13959
5382cfab
PW
139602015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13961
13962 * gdb.threads/tls-so_extern.exp: New test file.
13963 * gdb.threads/tls-so_extern.c: New test file.
13964 * gdb.threads/tls-so_extern_main.c: New test file.
13965
141c5cc4
JK
139662015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13967
13968 * gdb.opt/solib-intra-step-lib.c: New file.
13969 * gdb.opt/solib-intra-step-main.c: New file.
13970 * gdb.opt/solib-intra-step.exp: New file.
13971
d15dcecd
PA
139722015-09-15 Pedro Alves <palves@redhat.com>
13973
13974 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13975 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13976
4c2f2a79
PA
139772015-09-14 Pedro Alves <palves@redhat.com>
13978
13979 * gdb.base/hook-stop-continue.c: Delete.
13980 * gdb.base/hook-stop-continue.exp: Delete.
13981 * gdb.base/hook-stop-frame.c: Delete.
13982 * gdb.base/hook-stop-frame.exp: Delete.
13983 * gdb.base/hook-stop.c: New file.
13984 * gdb.base/hook-stop.exp: New file.
13985
919e6dbe
PMR
139862015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13987
13988 * gdb.ada/access_to_packed_array.exp: New testcase.
13989 * gdb.ada/access_to_packed_array/foo.adb: New file.
13990 * gdb.ada/access_to_packed_array/pack.adb: New file.
13991 * gdb.ada/access_to_packed_array/pack.ads: New file.
13992
157280a4
MM
139932015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13994
13995 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13996 buffer size test.
13997
2fd33e94
DB
139982015-09-11 Don Breazeal <donb@codesourcery.com>
13999
14000 * gdb.base/foll-exec.c: Add copyright header. Fix
14001 formatting issues.
14002 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14003 (do_exec_tests): Use clean_restart in place of zap_session,
14004 and for test initialization. Fix formatting issues. Use
14005 fail in place of perror.
14006 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14007 an expect statement to match an expression with output from
14008 the program under debug.
14009 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14010 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14011 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14012 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14013 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14014
e70b6e8e
DE
140152015-09-09 Doug Evans <dje@google.com>
14016
14017 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14018
7a551a51
DE
140192015-09-09 Doug Evans <dje@google.com>
14020
14021 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14022
4c666f84
DE
140232015-09-09 Doug Evans <dje@google.com>
14024
14025 * gdb.base/savedregs.exp: Fix typo.
14026
243a9253
PA
140272015-09-09 Pedro Alves <palves@redhat.com>
14028
14029 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14030
c0fa8fbd
SL
140312015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14032
14033 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14034 command actually switches threads. Give up on remaining
14035 tests if target fails to stop at breakpoint.
14036
cd7c1778
PMR
140372015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14038
14039 * gdb.ada/funcall_char.exp: New testcase.
14040 * gdb.ada/funcall_char/foo.adb: New file.
14041
dc5c8746
PMR
140422015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14043
14044 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14045 expected outputs. Add two testcases for completing ambiguous
14046 functions.
14047 * gdb.ada/complete/aux_pck.adb: New file.
14048 * gdb.ada/complete/aux_pck.ads: New file.
14049 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14050 Ambiguous_Func functions.
14051 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14052 * gdb.ada/complete/pck.adb: Likewise.
14053
4e83a1e7
UW
140542015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14055
14056 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14057 failures to run the test program under GDB.
14058
8ce74153
LM
140592015-08-26 Luis Machado <lgustavo@codesourcery.com>
14060
14061 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14062 to C.
14063
e9756d52
PP
140642015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14065
14066 * gdb.base/run-after-attach.exp: New test file.
14067 * gdb.base/run-after-attach.c: New test file.
14068
8d37573b
DB
140692015-08-26 Don Breazeal <donb@codesourcery.com>
14070
14071 * gdb.base/foll-exec-2.c: New test program.
14072 * gdb.base/foll-exec-2.exp: New test.
14073
63e43d3a
PMR
140742015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14075
14076 * gdb.base/nested-subp1.exp: New file.
14077 * gdb.base/nested-subp1.c: New file.
14078 * gdb.base/nested-subp2.exp: New file.
14079 * gdb.base/nested-subp2.c: New file.
14080 * gdb.base/nested-subp3.exp: New file.
14081 * gdb.base/nested-subp3.c: New file.
14082
3d40fbb5
PA
140832015-08-24 Pedro Alves <palves@redhat.com>
14084
14085 * gdb.server/connect-without-multi-process.c: New file.
14086 * gdb.server/connect-without-multi-process.exp: New file.
14087
4422ac93
LM
140882015-08-24 Luis Machado <lgustavo@codesourcery.com>
14089
14090 * gdb.opt/inline-markers.c: Make z int.
14091
91dddb86
LM
140922015-08-24 Luis Machado <lgustavo@codesourcery.com>
14093
14094 * gdb.opt/inline-markers.c: Make z volatile.
14095
a48847ee
LM
140962015-08-24 Luis Machado <lgustavo@codesourcery.com>
14097
14098 * gdb.opt/inline-bt.c: New volatile global z.
14099 * gdb.opt/inline-cmds.c: Likewise.
14100 * gdb.opt/inline-locals.c: Likewise.
14101 * gdb.opt/inline-markers.c: New extern global z.
14102 (marker): Use z.
14103 (inline_fn): Likewise.
14104
0ebbc52b
PA
141052015-08-24 Pedro Alves <palves@redhat.com>
14106
14107 * config/m32r-stub.exp: Remove file.
14108 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14109 * gdb.base/call-rt-st.exp: Likewise.
14110 * gdb.base/call-strs.exp: Likewise.
14111 * gdb.base/default.exp: Remove references to h8300-*-hms and
14112 *-*-udi*.
14113 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14114
77c365df
AA
141152015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14116
14117 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14118 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14119 and "return" use KFAIL when GDB can not read/write the vector
14120 return value.
14121
4313b8c0
GB
141222015-08-21 Gary Benson <gbenson@redhat.com>
14123
14124 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14125
0e433b32
PA
141262015-08-20 Pedro Alves <palves@redhat.com>
14127
14128 * gdb.server/solib-list.exp: No longer expect an interior stop in
14129 non-stop mode.
14130
221e1a37
PA
141312015-08-20 Pedro Alves <palves@redhat.com>
14132
14133 * gdb.server/connect-stopped-target.c: New file.
14134 * gdb.server/connect-stopped-target.exp: New file.
14135
40e3ad0e
PA
141362015-08-20 Pedro Alves <palves@redhat.com>
14137
14138 * gdb.dwarf2/comp-unit-lang.exp: New file.
14139 * gdb.dwarf2/comp-unit-lang.c: New file.
14140
af39b327
PMR
141412015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14142
14143 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14144 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14145
7d45c7c3 141462015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14147
7d45c7c3
KB
14148 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14149 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14150
4d6cceb4
DE
141512015-08-18 Doug Evans <dje@google.com>
14152 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14153
14154 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14155 skip_python_tests. New arg prompt_regexp.
14156 (skip_python_tests): New function.
14157 * lib/mi-support.exp (mi_skip_python_tests): New function.
14158 * gdb.python/py-mi-objfile-gdb.py: New file.
14159 * gdb.python/py-mi-objfile.c: New file.
14160 * gdb.python/py-mi-objfile.exp: New file.
14161
ad89c2aa
KS
141622015-08-17 Keith Seitz <keiths@redhat.com>
14163
14164 * gdb.linespec/explicit.exp: Move strace test from here ...
14165 * gdb.trace/strace.exp: ... to here.
14166
e3ae3c43
PP
141672015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14168
14169 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14170 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14171
604b2636
DE
141722015-08-14 Doug Evans <xdje42@gmail.com>
14173
14174 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14175 inferior before selecting a new file.
14176
6ff0ba5f
DE
141772015-08-14 Doug Evans <xdje42@gmail.com>
14178
14179 * gdb.mi/mi-disassemble.exp: Update.
14180 * gdb.base/disasm-optim.S: New file.
14181 * gdb.base/disasm-optim.c: New file.
14182 * gdb.base/disasm-optim.h: New file.
14183 * gdb.base/disasm-optim.exp: New file.
14184
9ca98f92
KS
141852015-08-14 Keith Seitz <keiths@redhat.com>
14186
14187 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14188 "evaluated-by".
14189
52bbc560
JB
141902015-08-13 Joel Brobecker <brobecker@adacore.com>
14191
14192 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14193
5d8c3ed3
PMR
141942015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14195
14196 * gdb.ada/fun_renaming.exp: New testcase.
14197 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14198 * gdb.ada/fun_renaming/pack.adb: New file.
14199 * gdb.ada/fun_renaming/pack.ads: New file.
14200
ea8812bc
KS
142012015-08-12 Keith Seitz <keiths@redhat.com>
14202
14203 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14204 gdb_get_line_number.
14205
4dafcdeb
JB
142062015-08-12 Joel Brobecker <brobecker@adacore.com>
14207
14208 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14209 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14210 gdb.base/dso2dso.exp: New files.
14211
5ba32597
SDJ
142122015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14213 Pedro Alves <palves@redhat.com>
14214 Keith Seitz <keiths@redhat.com>
14215
14216 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14217 GDBFLAGS.
14218
b6dafabf
PP
142192015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14220
14221 * gdb.base/gdbhistsize-history.exp
14222 (test_histsize_history_setting): Use save_vars.
14223 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14224 Use save_vars.
14225 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14226 * gdb.base/readline.exp: Use save_vars.
14227
abe8e607
PP
142282015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14229
14230 * lib/gdb.exp (save_vars): New proc.
14231
629500fa
KS
142322015-08-11 Keith Seitz <keiths@redhat.com>
14233
14234 * gdb.base/help.exp: Update help_breakpoint_text.
14235
eb8c4e2e
KS
142362015-08-11 Keith Seitz <keiths@redhat.com>
14237
14238 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14239 (at toplevel): Call test_explicit_breakpoints.
14240 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14241 breakpoints.
14242 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14243 breakpoint conditions, "-cond".
14244
87f0e720
KS
142452015-08-11 Keith Seitz <keiths@redhat.com>
14246
14247 * gdb.linespec/3explicit.c: New file.
14248 * gdb.linespec/cpexplicit.cc: New file.
14249 * gdb.linespec/cpexplicit.exp: New file.
14250 * gdb.linespec/explicit.c: New file.
14251 * gdb.linespec/explicit.exp: New file.
14252 * gdb.linespec/explicit2.c: New file.
14253 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14254 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14255 before using in the matching pattern.
14256 Clarify that `prefix' is a regular expression.
14257
f00aae0f
KS
142582015-08-11 Keith Seitz <keiths@redhat.com>
14259
14260 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14261 test.
14262 Add tests for missing ",FMT" and ",".
14263
e27852be
DE
142642015-08-10 Doug Evans <dje@google.com>
14265 Keith Seitz <keiths@redhat.com>
14266
14267 PR gdb/17960
14268 * gdb.base/completion.exp: Add location completer tests.
14269
7f03bd92
PA
142702015-08-07 Pedro Alves <palves@redhat.com>
14271
14272 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14273 tests here.
14274 (top level): Run do_test with and without displaced stepping.
14275
3fc8eb30
PA
142762015-08-07 Pedro Alves <palves@redhat.com>
14277
14278 * gdb.base/valgrind-disp-step.c: New file.
14279 * gdb.base/valgrind-disp-step.exp: New file.
14280
d4569d7b
PA
142812015-08-07 Pedro Alves <palves@redhat.com>
14282
14283 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14284 Delete function.
14285 (main): Add alarm. Run an infinite loop instead of calling
14286 wait_threads.
14287 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14288 comment.
14289 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14290 Delete function.
14291 (main): Add alarm. Run an infinite loop instead of calling
14292 wait_threads.
14293 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14294 comment.
14295
e1316e60
PA
142962015-08-07 Pedro Alves <palves@redhat.com>
14297
14298 * gdb.base/checkpoint-ns.exp: New file.
14299 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14300 standard_testfile.
14301
da8c46d2
MM
143022015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14303
14304 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14305 * gdb.btrace/instruction_history.exp: Update.
14306 * gdb.btrace/tsx.exp: New.
14307 * gdb.btrace/tsx.c: New.
14308
de1c2c52
PA
143092015-08-06 Pedro Alves <palves@redhat.com>
14310
14311 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14312 increase timeout.
14313 * gdb.reverse/until-precsave.exp: Bump timeouts.
14314
782e0bf4
PA
143152015-08-06 Pedro Alves <palves@redhat.com>
14316
14317 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14318
83e97ed0
PA
143192015-08-06 Pedro Alves <palves@redhat.com>
14320
14321 PR gdb/18749
14322 * gdb.threads/process-dies-while-handling-bp.c: New file.
14323 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14324
863d01bd
PA
143252015-08-06 Pedro Alves <palves@redhat.com>
14326
14327 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14328 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14329
0a39bb32
PA
143302015-08-05 Pedro Alves <palves@redhat.com>
14331
14332 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14333 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14334
ee2d2b10
SL
143352015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14336
14337 * gdb.base/bp-permanent.exp: Report test as unsupported if
14338 the target cannot stop at the permanent breakpoint.
14339
4e1bdb00
DE
143402015-08-03 Doug Evans <dje@google.com>
14341
14342 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14343 10000.
14344
3d338901
DE
143452015-08-03 Doug Evans <dje@google.com>
14346
14347 * Makefile.in (workers/%.worker, build-perf): New rule.
14348 (GDB_PERFTEST_MODE): New variable.
14349 (check-perf): Use it.
14350 (clean): Clean up gdb.perf parallel build subdirs.
14351 * lib/build-piece.exp: New file.
14352 * lib/gdb.exp (make_gdb_parallel_path): New function
14353 (standard_output_file, standard_temp_file): Call it.
14354 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14355 of $GDB_PARALLEL.
14356 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14357
af061d3e
DE
143582015-08-03 Doug Evans <dje@google.com>
14359
8e1afc81 14360 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14361 (LOG_FILE_NAME): New global.
14362 (TextReporter.__init__): Initialize self.txt_sum.
14363 (TextReporter.report): Add support for multiple data-points.
14364 Move report to perftest.sum, put raw data in perftest.log.
14365 (TextReporter.start): Open sum and log files.
14366 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14367 * gdb.perf/lib/perftest/testresult.py
14368 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14369
2c8c5d37
PA
143702015-07-31 Pedro Alves <palves@redhat.com>
14371
14372 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14373 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14374 kill_wait_spawned_process instead of explicit "kill -9".
14375 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14376 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14377 kill_wait_spawned_process.
14378 * gdb.base/attach-twice.exp: Likewise.
14379 * gdb.base/attach.exp: Likewise.
14380 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14381 gdb_test_multiple.
14382 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14383 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14384 kill_wait_spawned_process.
14385 * gdb.base/valgrind-infcall.exp: Likewise.
14386 * gdb.multi/multi-attach.exp: Likewise.
14387 * gdb.python/py-prompt.exp: Likewise.
14388 * gdb.python/py-sync-interp.exp: Likewise.
14389 * gdb.server/ext-attach.exp: Likewise.
14390 * gdb.threads/attach-into-signal.exp (corefunc): Use
14391 spawn_wait_for_attach, spawn_id_get_pid and
14392 kill_wait_spawned_process.
14393 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14394 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14395 spawn_id_get_pid and kill_wait_spawned_process.
14396 * gdb.threads/attach-stopped.exp (corefunc): Use
14397 spawn_wait_for_attach, spawn_id_get_pid and
14398 kill_wait_spawned_process.
14399 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14400 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14401 kill_wait_spawned_process instead of explicit "kill -9".
14402 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14403 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14404 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14405 processes. Don't map cygwin/windows pids here. Now returns a
14406 spawn id list.
14407
032a0fca
SL
144082015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14409
14410 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14411 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14412 correct patch.
14413
61a934ca
SL
144142015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14415
14416 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14417
4bc4d428
SL
144182015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14419
14420 Reapply:
14421 2014-05-21 Mark Wielaard <mjw@redhat.com>
14422
14423 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14424
998d452a
PA
144252015-07-30 Pedro Alves <palves@redhat.com>
14426
14427 * linux-low.c (handle_extended_wait): Set the child's last
14428 reported status to TARGET_WAITKIND_STOPPED.
14429
69dde7dc
PA
144302015-07-30 Pedro Alves <palves@redhat.com>
14431
14432 PR threads/18600
14433 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14434 only shows inferior 1.
14435
4dd63d48
PA
144362015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14437 Pedro Alves <palves@redhat.com>
14438
14439 PR threads/18600
14440 * gdb.threads/fork-plus-threads.c: New file.
14441 * gdb.threads/fork-plus-threads.exp: New file.
14442
d618e4c5
PP
144432015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14444
14445 * gdb.base/batch-preserve-term-settings.exp
14446 (test_terminal_settings_preserved_after_cli_exit): Use
14447 send_quit_command.
14448
1eef6428
PA
144492015-07-29 Pedro Alves <palves@redhat.com>
14450 Don Breazeal <donb@codesourcery.com>
14451
14452 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14453 output from both inferior_spawn_id and gdb_spawn_id.
14454
7da5b897
SDJ
144552015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14456
14457 * gdb.threads/attach-into-signal.exp (corefunc): Use
14458 with_test_prefix on nested loops, uniquefying the test messages.
14459
dac804df
SDJ
144602015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14461
14462 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14463 commit.
14464
06265e53
PP
144652015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14466
14467 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14468 New proc.
14469 (test_terminal_settings_preserved_after_sigterm): New test.
14470
18206ca3
PP
144712015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14472
14473 * gdb.base/batch-preserve-term-settings.exp
14474 (test_terminal_settings_preserved_after_cli_exit): New test.
14475
90074d11
PP
144762015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14477
14478 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14479 manipulation of saved_gdbflags.
14480 (test_terminal_settings_preserved): Remove global declaration of
14481 the unused variable pagination_prompt. Remove manipulation of
14482 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14483 GDBFLAGS.
14484
eb1a7902
PA
144852015-07-29 Pedro Alves <palves@redhat.com>
14486
14487 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14488
8b75dd3b
PA
144892015-07-29 Pedro Alves <palves@redhat.com>
14490
14491 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14492 at the top.
14493
dedad4e3
PA
144942015-07-29 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14497 (main): Call gdb_unbuffer_output.
14498 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14499 (main): Call gdb_unbuffer_output.
14500 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14501 (main): Call gdb_unbuffer_output.
14502 * gdb.base/call-strs.exp: Adjust to step over the
14503 gdb_unbuffer_output call.
14504 * gdb.base/catch-gdb-caused-signals.c: Include
14505 "../lib/unbuffer_output.c".
14506 (main): Call gdb_unbuffer_output.
14507 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14508 (main): Call gdb_unbuffer_output.
14509 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14510 (main): Call gdb_unbuffer_output.
14511 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14512 (main): Call gdb_unbuffer_output.
14513 * gdb.base/shlib-call.exp: Adjust to step over the
14514 gdb_unbuffer_output call.
14515 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14516 (main): Call gdb_unbuffer_output.
14517 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14518 (main): Call gdb_unbuffer_output.
14519 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14520 (main): Rename to ...
14521 (test): ... this.
14522 (main): Reimplement.
14523 * gdb.base/varargs.exp: Run to test instead of to main.
14524 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14525 (main): Call gdb_unbuffer_output.
14526
58789a91
PA
145272015-07-29 Pedro Alves <palves@redhat.com>
14528
14529 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14530 factore out from mi_continue_dprintf. For call-style dprintfs,
14531 expect dprintf output out of $inferior_spawn_id.
14532 (mi_continue_dprintf): Use mi_expect_dprintf.
14533 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14534 (main): Call gdb_unbuffer_output.
14535
e8376742
PA
145362015-07-29 Pedro Alves <palves@redhat.com>
14537
14538 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14539 (default_mi_gdb_start): Set inferior_spawn_id instead of
14540 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14541 gdb_spawn_id.
14542 (mi_gdb_test): Always expect inferior output from both
14543 $inferior_spawn_id and $gdb_spawn_id.
14544
08280010
PA
145452015-07-29 Pedro Alves <palves@redhat.com>
14546
14547 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14548 send_inferior and $inferior_spawn_id.
14549
4d30e432
PA
145502015-07-29 Pedro Alves <palves@redhat.com>
14551
14552 * gdb.gdb/complaints.exp (test_initial_complaints)
14553 (test_serial_complaints, test_short_complaints): Use
14554 gdb_test_stdio.
14555 (test_empty_complaint): Handle $inferior_spawn_id !=
14556 $gdb_spawn_id.
14557
0d30a335
PA
145582015-07-29 Pedro Alves <palves@redhat.com>
14559
14560 * gdb.base/varargs.exp: Use gdb_test_stdio.
14561
39413b29
PA
145622015-07-29 Pedro Alves <palves@redhat.com>
14563
14564 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14565
7cb000a9
PA
145662015-07-29 Pedro Alves <palves@redhat.com>
14567
14568 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14569
d7b8ac82
PA
145702015-07-29 Pedro Alves <palves@redhat.com>
14571
14572 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14573 parameter into two new parameters, "inf_result" and "gdb_result".
14574 Expect inferior output and gdb output from $inferior_spawn_id and
14575 $gdb_spawn_id, respectively. Adjust all callers.
14576
789c3a0c
PA
145772015-07-29 Pedro Alves <palves@redhat.com>
14578
14579 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14580 of gdb_test_sequence.
14581
77e760c3
PA
145822015-07-29 Pedro Alves <palves@redhat.com>
14583
14584 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14585 (saw_spurious_output): Expect inferior output from
14586 $inferior_spawn_id. Use gdb_test_stdio.
14587
8396d2cd
PA
145882015-07-29 Pedro Alves <palves@redhat.com>
14589
14590 * gdb.base/dprintf.exp: Use standard_testfile. Change
14591 prepare_for_testing call.
14592 (srcfile): Don't set.
14593 (restart): New procedure.
14594 (test_dprintf): New procecure, use to continue over dprintfs.
14595 (test_call, test_agent): New procedures, tests moved here.
14596 Restart gdb and recreate dprintfs. Adjust expected output.
14597
2051d61f
PA
145982015-07-29 Pedro Alves <palves@redhat.com>
14599
14600 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14601
452397af
PA
146022015-07-29 Pedro Alves <palves@redhat.com>
14603
14604 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14605
8aed9555
PA
146062015-07-29 Pedro Alves <palves@redhat.com>
14607
14608 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14609 gdb_test_stdio.
14610
188a61b4
PA
146112015-07-29 Pedro Alves <palves@redhat.com>
14612
14613 * lib/gdb.exp (gdb_test_stdio): New procedure.
14614
12264a45
PA
146152015-07-29 Pedro Alves <palves@redhat.com>
14616
14617 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14618
23ffc893
PA
146192015-07-29 Pedro Alves <palves@redhat.com>
14620
14621 * gdb.base/call-signal-resume.exp: Remove check for
14622 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14623 * gdb.base/unwindonsignal.exp: Likewise.
14624 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14625 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14626
65566918
PA
146272015-07-29 Pedro Alves <palves@redhat.com>
14628
14629 * gdb.base/siginfo-addr.c (pass): New function.
14630 (handler): Call it iff si_addr is correct.
14631 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14632 Set a breakpoint at "pass" and continue to it.
14633
d60a9221
SDJ
146342015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14635
14636 * gdb.python/py-objfile.exp: Make some tests have unique names.
14637 * gdb.python/py-pp-registration.exp: Likewise.
14638
bde40b8f
PA
146392015-07-28 Pedro Alves <palves@redhat.com>
14640
14641 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14642
13e1dec8
SM
146432015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14644
14645 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14646
da33c9a7
SM
146472015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14648
14649 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14650
077836f7
PP
146512015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14652
14653 * gdb.base/gdb-sigterm-2.exp: New test.
14654
b8cc7b2e
DE
146552015-07-25 Doug Evans <xdje42@gmail.com>
14656
14657 Revert:
14658 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14659 (workers/%.worker, build-perf): New rule.
14660 (GDB_PERFTEST_MODE): New variable.
14661 (check-perf): Use it.
14662 (clean): Clean up gdb.perf parallel build subdirs.
14663 * lib/build-piece.exp: New file.
14664 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14665 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14666 name.
14667 (standard_temp_file): Ditto.
14668 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14669 of $GDB_PARALLEL.
14670
c8bd4544
DE
146712015-07-24 Doug Evans <dje@google.com>
14672
14673 * gdb.perf/lib/perftest/utils.py: New file.
14674 * gdb.perf/gm-hello.cc: New file.
14675 * gdb.perf/gm-pervasive-typedef.cc: New file.
14676 * gdb.perf/gm-pervasive-typedef.h: New file.
14677 * gdb.perf/gm-std.cc: New file.
14678 * gdb.perf/gm-std.h: New file.
14679 * gdb.perf/gm-use-cerr.cc: New file.
14680 * gdb.perf/gm-utils.h: New file.
14681 * gdb.perf/gmonster-null-lookup.py: New file.
14682 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14683 * gdb.perf/gmonster-print-cerr.py: New file.
14684 * gdb.perf/gmonster-ptype-string.py: New file.
14685 * gdb.perf/gmonster-runto-main.py: New file.
14686 * gdb.perf/gmonster-select-file.py: New file.
14687 * gdb.perf/gmonster1-null-lookup.exp: New file.
14688 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14689 * gdb.perf/gmonster1-print-cerr.exp: New file.
14690 * gdb.perf/gmonster1-ptype-string.exp: New file.
14691 * gdb.perf/gmonster1-runto-main.exp: New file.
14692 * gdb.perf/gmonster1-select-file.exp: New file.
14693 * gdb.perf/gmonster1.cc: New file.
14694 * gdb.perf/gmonster1.exp: New file.
14695 * gdb.perf/gmonster2-null-lookup.exp: New file.
14696 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14697 * gdb.perf/gmonster2-print-cerr.exp: New file.
14698 * gdb.perf/gmonster2-ptype-string.exp: New file.
14699 * gdb.perf/gmonster2-runto-main.exp: New file.
14700 * gdb.perf/gmonster2-select-file.exp: New file.
14701 * gdb.perf/gmonster2.cc: New file.
14702 * gdb.perf/gmonster2.exp: New file.
14703
6eab34f3
DE
147042015-07-24 Doug Evans <dje@google.com>
14705
14706 * gdb.perf/README: New file.
14707 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14708 * lib/gen-perf-test.exp: New file.
14709
63738bfd
DE
147102015-07-24 Doug Evans <dje@google.com>
14711
14712 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14713 (PerfTest::startup): New function.
14714 (PerfTest::run): Return result of calling body.
14715 (PerfTest::assemble): Rewrite.
14716 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14717 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14718 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14719 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14720 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14721
7b606f95
DE
147222015-07-24 Doug Evans <dje@google.com>
14723
14724 * lib/gdb.exp (clean_restart): Make executable optional.
14725
a97b16b8
DE
147262015-07-24 Doug Evans <dje@google.com>
14727
14728 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14729 compiler_info references.
14730 * gdb.cp/temargs.exp: Ditto.
14731 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14732 (get_compiler_info): Early exit if already computed. Set compiler_info
14733 to "unknown" if there was a problem.
14734 (test_compiler_info): Add function comment. Call get_compiler_info.
14735
35baa57f
DE
147362015-07-24 Doug Evans <dje@google.com>
14737
14738 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14739 (workers/%.worker, build-perf): New rule.
14740 (GDB_PERFTEST_MODE): New variable.
14741 (check-perf): Use it.
14742 (clean): Clean up gdb.perf parallel build subdirs.
14743 * lib/build-piece.exp: New file.
14744 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14745 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14746 name.
14747 (standard_temp_file): Ditto.
14748 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14749 of $GDB_PARALLEL.
14750
6ebea266
DE
147512015-07-24 Doug Evans <dje@google.com>
14752
14753 * lib/future.exp (gdb_default_target_compile): New option
14754 "early_flags".
14755 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14756 --as-needed.
14757
1e76a7e9
SDJ
147582015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14759
14760 * gdb.base/catch-syscall.exp: Call gdb_exit before
14761 gdb_skip_xml_test.
14762
5068630a
PA
147632015-07-24 Pedro Alves <palves@redhat.com>
14764
14765 * gdb.python/py-events.exp: Accept output between the stop event
14766 and the prompt.
14767 * gdb.python/py-evsignal.exp: Likewise.
14768 * gdb.python/py-evthreads.exp: Likewise.
14769
77598427
PA
147702015-07-24 Pedro Alves <palves@redhat.com>
14771
14772 PR gdb/18717
14773 * gdb.threads/non-ldr-exit.c: New file.
14774 * gdb.threads/non-ldr-exit.exp: New file.
14775
11e6c98f
YQ
147762015-07-24 Yao Qi <yao.qi@linaro.org>
14777
14778 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14779 restarting process.
14780
51aee833
YQ
147812015-07-24 Yao Qi <yao.qi@linaro.org>
14782
14783 * gdb.server/ext-restart.exp: New file.
14784
8cfe207c
YQ
147852015-07-24 Yao Qi <yao.qi@linaro.org>
14786
14787 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14788 argument options.
14789 * gdb.server/ext-wrapper.exp: New file.
14790
cc12ce38
DE
147912015-07-23 Doug Evans <dje@google.com>
14792
14793 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14794 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14795
d0d84780
PMR
147962015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14797
14798 * gdb.ada/var_arr_typedef.exp: New testcase.
14799 * gdb.ada/var_arr_typedef/pack.adb: New file.
14800 * gdb.ada/var_arr_typedef/pack.ads: New file.
14801 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14802
8b558f79
JB
148032015-07-20 Joel Brobecker <brobecker@adacore.com>
14804
14805 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14806
775a3298
JK
148072015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14808
14809 * gdb.arch/i386-biarch-core.exp: Replace istarget
14810 by "complete set gnutarget". Remove expectation for the "core-file"
14811 command.
14812
db1ff28b
JK
148132015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14814
14815 Revert the previous commit:
14816 Tests for validate symbol file using build-id.
14817
0a94970d
JK
148182015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14819
14820 Tests for validate symbol file using build-id.
14821 * gdb.base/solib-mismatch-lib.c: New file.
14822 * gdb.base/solib-mismatch-libmod.c: New file.
14823 * gdb.base/solib-mismatch.c: New file.
14824 * gdb.base/solib-mismatch.exp: New file.
14825
03346981
SL
148262015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14827
14828 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14829 nios2-*-linux*.
14830 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14831 * gdb.base/siginfo.exp: Likewise.
14832 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14833
42422cc7
PL
148342015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14835
14836 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14837 Move it to ...
14838 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14839 ... here.
14840 * gdb.trace/range-stepping.exp: Check that the target supports
14841 range stepping.
14842
cfa68bae
JK
148432015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14844
14845 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14846
8ffdba26
PA
148472015-07-14 Pedro Alves <palves@redhat.com>
14848
14849 * gdb.base/killed-outside.exp: New file.
14850 * gdb.base/killed-outside.c: New file.
14851
218a5a11
JK
148522015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14853
14854 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14855 (n at main): New.
14856 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14857
e03ed3c6
AA
148582015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14859
14860 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14861 infcall tests instead of setting up for KFAIL.
14862
485668e5
MM
148632015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14864
14865 * gdb.btrace/record_goto-step.exp: New.
14866
08464196
JK
148672015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14868
14869 PR compile/18484
14870 * gdb.compile/compile.c (struct struct_type): Add volatile to
14871 selffield's type.
14872 * gdb.compile/compile.exp
14873 (compile code struct_object.selffield = &struct_object): Skip further
14874 struct_object tests if this one xfails.
14875
bcf5c1d9
RC
148762015-07-08 Robert O'Callahan <robert@ocallahan.org>
14877
14878 PR exp/18617
14879 * gdb.trace/ax.exp: Add test.
14880
4931af25
YQ
148812015-07-07 Yao Qi <yao.qi@linaro.org>
14882
14883 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14884 instead of istarget "aarch64*-*-*".
14885 * gdb.arch/aarch64-fp.exp: Likewise.
14886 * gdb.base/float.exp: Likewise.
14887 * gdb.reverse/aarch64.exp: Likewise.
14888 * lib/gdb.exp (is_aarch64_target): New proc.
14889
9fcf688e
YQ
148902015-07-07 Yao Qi <yao.qi@linaro.org>
14891
14892 * lib/gdb.exp (is_aarch32_target): New proc.
14893 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14894 instead of "istarget "arm*-*-*"".
14895 * gdb.arch/arm-disp-step.exp: Likewise.
14896 * gdb.arch/thumb-bx-pc.exp: Likewise.
14897 * gdb.arch/thumb-prologue.exp: Likewise.
14898 * gdb.arch/thumb-singlestep.exp: Likewise.
14899 * gdb.base/disp-step-syscall.exp: Likewise.
14900 * gdb.base/float.exp: Likewise.
14901
fbd8d50d
YQ
149022015-07-07 Yao Qi <yao.qi@linaro.org>
14903
14904 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14905 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14906
71be1fdc
YQ
149072015-07-07 Yao Qi <yao.qi@linaro.org>
14908
14909 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14910 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14911 if it exists.
14912 * gdb.multi/multi-arch.exp: Likewise.
14913
3e221d36
SM
149142015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14915
14916 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14917 print.
14918
d441430b
YQ
149192015-07-07 Yao Qi <yao.qi@linaro.org>
14920
14921 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14922
06f810bd
MG
149232015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14924
14925 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14926 '[' and ']' characters.
14927
5e61e7c0
IB
149282015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14929
14930 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14931
28bf096c
PA
149322015-06-29 Pedro Alves <palves@redhat.com>
14933
14934 PR threads/18127
14935 * gdb.threads/hand-call-new-thread.c: New file.
14936 * gdb.threads/hand-call-new-thread.c: New file.
14937
ee93cd5e
KS
149382015-06-26 Keith Seitz <keiths@redhat.com>
14939 Doug Evans <dje@google.com>
14940
14941 PR 16253
14942 * gdb.cp/var-tag-2.cc: New file.
14943 * gdb.cp/var-tag-3.cc: New file.
14944 * gdb.cp/var-tag-4.cc: New file.
14945 * gdb.cp/var-tag.cc: New file.
14946 * gdb.cp/var-tag.exp: New file.
14947
fc637f04
PP
149482015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14949
14950 * gdb.base/history-duplicates.exp: New test.
14951
2e52ae68
PP
149522015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14953
14954 * gdb.base/completion.exp: Test the completion of the "focus"
14955 command.
14956
6e22494e
JK
149572015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14958
14959 * gdb.arch/amd64-prologue-skip.S: New file.
14960 * gdb.arch/amd64-prologue-skip.exp: New file.
14961
bf7b9cd9
SM
149622015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14963
14964 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14965 is_address_zero_readable check.
14966
201e8dfd
PB
149672015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14968
14969 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14970 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14971
5cd867b4
YQ
149722015-06-24 Yao Qi <yao.qi@linaro.org>
14973
14974 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14975 linux targets.
14976
4d7be007
YQ
149772015-06-24 Yao Qi <yao.qi@linaro.org>
14978
14979 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14980 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14981 * gdb.base/siginfo-thread.exp: Likewise.
14982
07fcd301
YQ
149832015-06-22 Yao Qi <yao.qi@linaro.org>
14984
14985 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14986
52042a00
YQ
149872015-06-22 Yao Qi <yao.qi@linaro.org>
14988
14989 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14990 aarch64*-*-*.
14991 (skip_hw_watchpoint_tests): Likewise.
14992
74bd41ce
PP
149932015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14994
14995 * gdb.base/gdbinit-history.exp: Test the interaction between
14996 setting GDBHISTSIZE and setting the history size via .gdbinit.
14997
bc460514
PP
149982015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14999
15000 PR gdb/16999
15001 * gdb.base/gdbhistsize-history.exp: New test.
15002
b58c513b
PP
150032015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15004
15005 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15006 with GDBHISTSIZE.
15007 * gdb.base/readline.exp: Likewise.
15008
92046791
YQ
150092015-06-17 Yao Qi <yao.qi@linaro.org>
15010
15011 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15012 line.
15013
2093d2d3
PP
150142015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15015
15016 * gdb.base/gdbinit-history.exp: Add test case to check that
15017 an unlimited history file does not get truncated on exit.
15018
e6c693af
AA
150192015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15020
15021 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15022 (VECTOR): New macro. Use it...
15023 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15024 ...for these typedefs.
15025 (int8, char1, int1, double1): New typedefs.
15026 (struct just_int2, struct two_int2): New structures.
15027 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15028 (add_structvecs, add_singlevecs): New functions.
15029 (main): Call add_some_intvecs twice.
15030 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15031 the compile and exit upon failure. Try compiling for the "native"
15032 architecture. Test inferior function calls with vector arguments
15033 and vector return value handling with "finish" and "return".
15034
c74f7d1c
JT
150352015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15036
15037 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15038 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15039 PE file.
15040 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15041
98aa42ee
AT
150422015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15043
15044 PR breakpoints/16465
15045 * gdb.mi/mi-dprintf-pending.c: New file.
15046 * gdb.mi/mi-dprintf-pending.exp: New test.
15047 * gdb.mi/mi-dprintf-pendshr.c: New file.
15048
7d73c23c 150492015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15050 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15051
15052 * gdb.arch/i386-mpx-map.c: New file.
15053 * gdb.arch/i386-mpx-map.exp: New File.
15054
150552015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15056
15057 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15058 * gdb.arch/i386-mpx.exp: Indentation fixed.
15059
150602015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15061
15062 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15063 function and improved indentation.
15064 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15065 gdb_test_multiple. Added additional tests to skip the test.
15066
150672015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15068
15069 * gdb.arch/i386-avx512.c: Change path in include file.
15070 * gdb.arch/i386-avx512.exp: Change include dir path
15071 compilation flag.
15072 * gdb.arch/i386-mpx.c: Change path in include file.
15073 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15074 flag.
15075
d5eba19a
JK
150762015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15077
15078 * gdb.compile/compile-print.exp (compile print *vararray@3)
15079 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15080
7f361056
JK
150812015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15082
15083 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15084 (do not keep jit in memory): ... this.
15085 (expect 5): Change it to ...
15086 (expect no 5): ... this.
15087
3b462ec2
SM
150882015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15089
15090 PR gdb/15564
15091 * gdb.mi/mi-detach.exp: New file.
15092
e0619de6
JK
150932015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15094
15095 PR symtab/18392
15096 * gdb.arch/amd64-tailcall-self.S: New file.
15097 * gdb.arch/amd64-tailcall-self.c: New file.
15098 * gdb.arch/amd64-tailcall-self.exp: New file.
15099
e970cb34
DB
151002015-05-28 Don Breazeal <donb@codesourcery.com>
15101
15102 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15103 tests for remote targets by checking is_target_gdbserver.
15104
b2e2f908
DE
151052015-05-27 Doug Evans <dje@google.com>
15106
15107 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15108 * gdb.dwarf2/opaque-type-lookup.c: New file.
15109 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15110
82c7be31
DE
151112015-05-26 Doug Evans <dje@google.com>
15112
15113 * gdb.cp/iostream.cc: New file.
15114 * gdb.cp/iostream.exp: New file.
15115
b4f54984
DE
151162015-05-26 Doug Evans <dje@google.com>
15117
15118 * gdb.dwarf2/dw2-op-call.exp: Update.
15119 * gdb.dwarf2/dw4-sig-types.exp: Update.
15120 * gdb.dwarf2/implptr.exp: Update.
15121 * gdb.mi/mi-cmd-param-changed.exp: Update.
15122
4ea6efe9
DE
151232015-05-26 Doug Evans <dje@google.com>
15124
15125 * gdb.python/py-lazy-string.c: New file.
15126 * gdb.python/py-lazy-string.exp: New file.
15127 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15128 (main): Update. Add estring3.
15129 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15130 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15131
f6bb7db3
YQ
151322015-05-26 Omair Javaid <omair.javaid@linaro.org>
15133 Yao Qi <yao.qi@linaro.org>
15134
15135 * gdb.reverse/aarch64.c: New.
15136 * gdb.reverse/aarch64.exp: New.
15137
a81bfbd0
OJ
151382015-05-26 Omair Javaid <omair.javaid@linaro.org>
15139
25d49b86
PA
15140 * lib/gdb.exp (supports_process_record): Return true for
15141 aarch64*-linux*.
a81bfbd0
OJ
15142 (supports_reverse): Likewise.
15143
158bf1b4
PP
151442015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15145
15146 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15147 Use with_test_prefix.
15148
a0145030
AB
151492015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15150
15151 * gdb.base/completion.exp: Add test for completion of layout
15152 names.
15153
ebe3b578
AB
151542015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15155
15156 * lib/gdb.exp (skip_tui_tests): New proc.
15157 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15158
84204ed7
PA
151592015-05-19 Pedro Alves <palves@redhat.com>
15160
15161 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15162 Save the whole env array instead of just HOME. Unset HISTSIZE in
15163 the environment while testing. Restore whole environment
15164 afterwards.
15165
37442ce1
DE
151662015-05-16 Doug Evans <xdje42@gmail.com>
15167
15168 * gdb.guile/scm-ports.c: New file.
15169 * gdb.guile/scm-ports.exp: Add memory port tests.
15170
36de76f9
JK
151712015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15172
15173 * gdb.compile/compile-print.c: New file.
15174 * gdb.compile/compile-print.exp: New file.
15175
3a9558c4
JK
151762015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15177
15178 * gdb.compile/compile-ops.exp: Cast param to void.
15179 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15180 (compile code struct_object.selffield = &struct_object): Add xfail.
15181
aa715135
JG
151822015-05-15 Joel Brobecker <brobecker@adacore.com>
15183
15184 * gdb.ada/arr_enum_with_gap: New testcase.
15185
931e5bc3
JG
151862015-05-15 Joel Brobecker <brobecker@adacore.com>
15187
15188 * gdb.ada/byte_packed_arr: New testcase.
15189
9cd4d857
JB
151902015-05-15 Joel Brobecker <brobecker@adacore.com>
15191
15192 * gdb.ada/pckd_neg: New testcase.
15193
ebfd00d2
PP
151942015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15195
15196 PR gdb/17820
15197 * gdb.base/gdbinit-history.exp: New test.
15198 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15199 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15200
4c082a81
SC
152012015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15202
15203 * gdb.python/py-xmethods.cc: Enhance test case.
15204 * gdb.python/py-xmethods.exp: New tests.
15205 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15206 function.
15207 (B_indexoper): Likewise.
15208 (global_dm_list) : Add new xmethod worker functions.
15209
f7797074
SDJ
152102015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15211
15212 * gdb.base/coredump-filter.exp: Correctly unset
15213 "coredump_var_addr" array.
15214
a4674e4e
PA
152152015-05-08 Pedro Alves <palves@redhat.com>
15216
15217 * gdb.server/non-existing-program.exp: Unset spawn_id.
15218
df2eb078
SC
152192015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15220
15221 PR python/18291
15222 * gdb.python/py-xmethods.exp: Add tests.
15223
422349a3
YQ
152242015-05-08 Yao Qi <yao.qi@linaro.org>
15225
15226 PR gdb/18208
15227 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15228 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15229 function set_coredump_filter, and remove remote_exec call.
15230 Remove argument ipid. Callers update.
15231 (top level): Don't get inferior's PID.
15232
63fc80ce
AA
152332015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15234
15235 * gdb.base/watch_thread_num.exp: Skip test on targets without
15236 access watchpoints.
15237
80ad801e
PA
152382015-05-06 Pedro Alves <palves@redhat.com>
15239
15240 PR server/18081
15241 * gdb.server/non-existing-program.exp: New file.
15242
0fa7fe50
JB
152432015-05-05 Joel Brobecker <brobecker@adacore.com>
15244
15245 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15246
3ea89b92
PMR
152472015-05-05 Joel Brobecker <brobecker@adacore.com>
15248
15249 * gdb.ada/out_of_line_in_inlined: New testcase.
15250
87b8eff0
JB
152512015-05-05 Joel Brobecker <brobecker@adacore.com>
15252
15253 * gdb.ada/var_rec_arr: New testcase.
15254
5fccc635
YQ
152552015-04-30 Yao Qi <yao.qi@linaro.org>
15256
15257 * gdb.base/break-idempotent.exp: If
15258 skip_hw_watchpoint_multi_tests returns true, skip the tests
15259 on "rwatch" and "awatch".
15260
42d38f42
YQ
152612015-04-30 Yao Qi <yao.qi@linaro.org>
15262
15263 * gdb.base/relativedebug.exp: Invoke gdb command
15264 "info sharedlibrary", and if libc.so doesn't have debug info,
15265 skip the test.
15266
2ce1cdbf
DE
152672015-04-29 Doug Evans <dje@google.com>
15268
15269 * gdb.python/py-xmethods.exp: Add ptype tests.
15270 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15271 get_result_type method.
15272
f24a38c5
LM
152732015-04-29 Luis Machado <lgustavo@codesourcery.com>
15274
15275 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15276 the target does not support hardware watchpoints.
15277
ecbf2b3c
LM
152782015-04-29 Luis Machado <lgustavo@codesourcery.com>
15279
15280 * gdb.base/break-always.exp: Abort testing if writing to memory
15281 causes an error.
15282
34f5f757
DE
152832015-04-28 Doug Evans <dje@google.com>
15284
15285 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15286 * gdb.python/py-pp-registration.exp: ... here. New file.
15287 * gdb.python/py-pp-registration.c: New file.
15288 * gdb.python/py-pp-registration.py: New file.
15289
69b4374a
DE
152902015-04-28 Doug Evans <dje@google.com>
15291
15292 * gdb.python/py-bad-printers.c: New file.
15293 * gdb.python/py-bad-printers.py: New file.
15294 * gdb.python/py-bad-printers.exp: New file.
15295
59fb7612
SS
152962015-04-28 Sasha Smundak <asmundak@google.com>
15297
15298 * gdb.python/py-type.exp: New test.
15299
2631b16a
AW
153002015-04-28 Andy Wingo <wingo@igalia.com>
15301
15302 * gdb.python/py-parameter.exp:
15303 * gdb.guile/scm-parameter.exp: Escape the path that we are
15304 matching against, as it might contain characters that are special
15305 to regular expressions.
15306
460efde1
JB
153072015-04-27 Joel Brobecker <brobecker@adacore.com>
15308
15309 * gdb.ada/rec_comp: New testcase.
15310
2d369d8e
SDJ
153112015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15312
15313 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15314 before using it.
15315
cf75d6c3
AB
153162015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15317
15318 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15319 new tests for verilog output.
15320
8dbe7ca5
YQ
153212015-04-24 Yao Qi <yao.qi@linaro.org>
15322
15323 * boards/remote-gdbserver-on-localhost.exp: New file.
15324
4ef9fb2f
PA
153252015-04-23 Pedro Alves <palves@redhat.com>
15326
15327 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15328 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15329 "end of file", remove $inferior_spawn_id from the indirect list.
15330
0a803169
PA
153312015-04-23 Pedro Alves <palves@redhat.com>
15332
15333 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15334
749ef8f8
PA
153352015-04-23 Pedro Alves <palves@redhat.com>
15336
15337 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15338 on $any_spawn_id instead of only on $gdb_spawn_id.
15339
8aae4344
PM
153402015-04-21 Pierre Muller <muller@sourceware.org>
15341
15342 PR pascal/17815
15343 * lib/pascal.exp (gpc_compile): Add new option "class".
15344 (fpc_compile): Likewise.
15345 * gdb.pascal/case-insensitive-symbols.pas: New file.
15346 * gdb.pascal/case-insensitive-symbols.exp: New file.
15347
1586c8fb
GB
153482015-04-20 Gary Benson <gbenson@redhat.com>
15349
15350 * gdb.base/attach.exp: Fix three extended remote failures.
15351
1b6e6f5c
GB
153522015-04-17 Gary Benson <gbenson@redhat.com>
15353
15354 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15355 the main executable over the remote protocol.
15356
e797481d
PA
153572015-04-16 Pedro Alves <palves@redhat.com>
15358
15359 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15360 a new gdbserver if gdbserver_reconnect_p is set.
15361
1ca99c42
PA
153622015-04-16 Pedro Alves <palves@redhat.com>
15363
15364 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15365 is set, don't exit gdbserver.
15366
af9fd6f8
AA
153672015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15368
15369 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15370 appropriate .insn, such that an older assembler can be used.
15371 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15372 the z/Architecture instruction set on 31-bit targets as well.
15373
04ff1e61
AA
153742015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15375
15376 * gdb.go/handcall.exp: Remove all logic related to the first
15377 breakpoint and rely on go_runto_main instead.
15378 * gdb.go/strings.exp: Likewise.
15379 * gdb.go/unsafe.exp: Likewise.
15380 * gdb.go/hello.exp: Likewise. Also rename the remaining
15381 breakpoint marker to "breakpoint 1".
15382 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15383 * gdb.go/strings.go: Likewise.
15384 * gdb.go/unsafe.go: Likewise.
15385 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15386 "set breakpoint 2 here" and rename the remaining breakpoint marker
15387 to "breakpoint 1".
15388
40d2f8d6
SM
153892015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15390
15391 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15392 if itertools.imap is not present.
15393 * gdb.python/py-objfile.exp: Add parentheses.
15394 * gdb.python/py-type.exp: Same.
15395 * gdb.python/py-unwind-maint.py: Same.
15396
8cbc97c6
YQ
153972015-04-15 Yao Qi <yao.qi@linaro.org>
15398
15399 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15400 of ":$ptr_size" and set its form explicitly.
15401
45fd756c
YQ
154022015-04-15 Pedro Alves <palves@redhat.com>
15403 Yao Qi <yao.qi@linaro.org>
15404
15405 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15406 timeout by factor of 4.
15407 (test_regular_watch): Likewise.
15408 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15409 * gdb.reverse/sigall-reverse.exp: Likewise.
15410 * gdb.reverse/until-precsave.exp: Likewise.
15411 * lib/gdb.exp (with_timeout_factor): New proc.
15412 (gdb_expect): Move some code to ...
15413 (get_largest_timeout): ... here. New procedure.
15414
9e811bc3
LM
154152015-04-14 Luis Machado <lgustavo@codesourcery.com>
15416
15417 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15418
0ff6fcb2
LM
154192015-04-13 Luis Machado <lgustavo@codesourcery.com>
15420
15421 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15422 to write to the .text section.
15423
7578d5f7
LM
154242015-04-13 Luis Machado <lgustavo@codesourcery.com>
15425
15426 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15427 Handle the case of targets that do not provide PID information.
15428
2efe15c4
YQ
154292015-04-13 Yao Qi <yao.qi@linaro.org>
15430
15431 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15432 and use expect instead of gdb_expect.
15433
8cd8f2f8
SDJ
154342015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15435
15436 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15437 "coredump_var_addr" to avoid naming conflict with other testcases.
15438
9ee41772
PA
154392015-04-10 Pedro Alves <palves@redhat.com>
15440
15441 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15442 gdb_test_sequence and gdb_assert.
15443
07473109
PA
154442015-04-10 Pedro Alves <palves@redhat.com>
15445
15446 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15447 test messages that don't include the breakpoint address.
15448
de3db44c
YQ
154492015-04-10 Yao Qi <yao.qi@linaro.org>
15450
15451 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15452 false for some offset and width combinations which aren't
15453 supported by linux kernel.
15454
c79d856c
PA
154552015-04-10 Pedro Alves <palves@redhat.com>
15456
15457 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15458 procedure, factored out from ...
15459 (top level): ... here. Add "set displaced-stepping" testing axis.
15460 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15461 parameter "displaced". Use it.
15462 (top level): Use foreach and add "set displaced-stepping" testing
15463 axis.
15464
ebc90b50
PA
154652015-04-10 Pedro Alves <palves@redhat.com>
15466
15467 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15468 Remove comment.
15469 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15470 both the address of the instruction that triggers the watchpoint
15471 and the address of the instruction immediately after, and use
15472 those addresses for the test. Fix comment.
15473
8f572e5c
PA
154742015-04-10 Pedro Alves <palves@redhat.com>
15475
15476 * gdb.base/sigstep.exp (breakpoint_to_handler)
15477 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15478 Test "backtrace" in handler.
15479 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15480 (top level): Add new "displaced" test axis to
15481 breakpoint_to_handler, breakpoint_to_handler_entry and
15482 breakpoint_over_handler.
15483
8d707a12
PA
154842015-04-10 Pedro Alves <palves@redhat.com>
15485
15486 PR gdb/18216
15487 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15488
ef713951
YQ
154892015-04-10 Yao Qi <yao.qi@linaro.org>
15490
15491 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15492 (test_add_rn_pc): New function.
15493 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15494 (top level): Invoke test_add_rn_pc.
15495
906d60cf
PA
154962015-04-10 Pedro Alves <palves@redhat.com>
15497
15498 PR gdb/13858
15499 * gdb.base/step-over-no-symbols.exp: New file.
15500
f2983cc3
AW
155012015-04-09 Andy Wingo <wingo@igalia.com>
15502
15503 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15504 after the Python tests.
15505
6d62641c
SDJ
155062015-04-08 Keith Seitz <keiths@redhat.com>
15507
15508 PR python/16699
15509 * gdb.python/py-completion.exp: New tests for completion.
15510 * gdb.python/py-completion.py (CompleteLimit1): New class.
15511 (CompleteLimit2): Likewise.
15512 (CompleteLimit3): Likewise.
15513 (CompleteLimit4): Likewise.
15514 (CompleteLimit5): Likewise.
15515 (CompleteLimit6): Likewise.
15516 (CompleteLimit7): Likewise.
15517
f3770638
PA
155182015-04-08 Pedro Alves <palves@redhat.com>
15519
15520 PR gdb/18214
15521 PR gdb/18216
15522 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15523 function.
15524 (main): Install it as SIGUSR1 handler.
15525 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15526 parameter. Always use "setup" as prefix. Toggle "set
15527 displaced-stepping" off/on depending on global. Don't switch to
15528 thread 1 here.
15529 (top level): Add displaced stepping "off/on" test axis. Update
15530 "setup" calls. Wrap each subtest with with_test_prefix. Test
15531 continuing with a queued signal in each thread.
15532
4496bed7
PA
155332015-04-08 Pedro Alves <palves@redhat.com>
15534
15535 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15536 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15537 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15538 Return early if running to main fails.
15539 * gdb.trace/while-stepping.exp: Likewise.
15540
b97fde92
PA
155412015-04-07 Pedro Alves <palves@redhat.com>
15542
15543 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15544 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15545 interact with inferior program.
15546
f71c18e7
PA
155472015-04-07 Pedro Alves <palves@redhat.com>
15548
15549 * lib/gdb.exp (inferior_spawn_id): New global.
15550 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15551 spawn id after processing the user code.
15552 (default_gdb_start): Set inferior_spawn_id.
15553 (send_inferior): New procedure.
15554 * lib/gdbserver-support.exp (gdbserver_start): Set
15555 inferior_spawn_id.
15556 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15557
6423214f
PA
155582015-04-07 Pedro Alves <palves@redhat.com>
15559
15560 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15561 * lib/gdbserver-support.exp (gdbserver_start): Make
15562 $server_spawn_id global.
15563 (gdbserver_start): Don't wait for gdbserver's spawn id with
15564 expect_background.
15565 (close_gdbserver): New procedure.
15566 (gdb_exit): Rename the default version and reimplement.
15567
71c0ee8c
PA
155682015-04-07 Pedro Alves <palves@redhat.com>
15569
72f4393d 15570 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15571 append the substituted item, not the original item.
15572
203bc29b
PA
155732015-04-07 Pedro Alves <palves@redhat.com>
15574
15575 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15576 gdb_expect.
15577
508a3ddf
PA
155782015-04-07 Pedro Alves <palves@redhat.com>
15579
15580 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15581 output appearing once only.
15582
9f6dbe2b
PA
155832015-04-07 Pedro Alves <palves@redhat.com>
15584
15585 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15586 that doesn't expect anything. Return early if running to main
15587 fails.
15588
337532fa
YQ
155892015-04-07 Yao Qi <yao.qi@linaro.org>
15590
15591 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15592 (child_function): Call alarm.
15593 (main): Move call to alarm into the loop.
15594 * gdb.threads/non-stop-fair-events.exp: Build program with
15595 -DTIMEOUT=$timeout.
15596
01b622d4
DE
155972015-04-06 Doug Evans <xdje42@gmail.com>
15598
15599 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15600 Fix dest parameter to board_info.
15601 (fpc_compile): Ditto.
15602 (gdb_compile_pascal): Rename dest arg to destfile.
15603
961f4160
PMR
156042015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15605
15606 * gdb.ada/funcall_ref.exp: New file.
15607 * gdb.ada/funcall_ref/foo.adb: New file.
15608
cafda597
YQ
156092015-04-02 Yao Qi <yao.qi@linaro.org>
15610
15611 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15612 is remote.
15613
fed040c6
GB
156142015-04-02 Gary Benson <gbenson@redhat.com>
15615
15616 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15617
d11916aa
SS
156182015-04-01 Sasha Smundak <asmundak@google.com>
15619
15620 * gdb.python/py-unwind-maint.c: New file.
15621 * gdb.python/py-unwind-maint.exp: New test.
15622 * gdb.python/py-unwind-maint.py: New file.
15623 * gdb.python/py-unwind.c: New file.
15624 * gdb.python/py-unwind.exp: New test.
15625 * gdb.python/py-unwind.py: New test.
15626
a1471180
PA
156272015-04-01 Pedro Alves <palves@redhat.com>
15628
15629 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15630 to fail instead of non-existent $test.
15631
0bbeccb1
PA
156322015-04-01 Pedro Alves <palves@redhat.com>
15633
15634 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15635 GDBFLAGS if not empty.
15636
3c724c8c
PMR
156372015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15638
15639 * gdb.ada/complete.exp: Remove "multi_line".
15640 * gdb.ada/info_exc.exp: Remove "multi_line".
15641 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15642 * gdb.ada/ptype_field.exp: Remove "multi_line".
15643 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15644 * gdb.ada/tagged.exp: Remove "multi_line".
15645 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15646 [multi_line ...]
15647 * gdb.btrace/delta.exp: Likewise.
15648 * gdb.btrace/exception.exp: Likewise.
15649 * gdb.btrace/function_call_history.exp: Likewise.
15650 * gdb.btrace/instruction_history.exp: Likewise.
15651 * gdb.btrace/nohist.exp: Likewise.
15652 * gdb.btrace/record_goto.exp: Likewise.
15653 * gdb.btrace/segv.exp: Likewise.
15654 * gdb.btrace/stepi.exp: Likewise.
15655 * gdb.btrace/tailcall.exp: Likewise.
15656 * gdb.btrace/unknown_functions.exp: Likewise.
15657 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15658 * lib/gdb.exp: Add the "multi_line" helper.
15659
4eec2deb
PA
156602015-04-01 Pedro Alves <palves@redhat.com>
15661
15662 * gdb.threads/tid-reuse.c: New file.
15663 * gdb.threads/tid-reuse.exp: New file.
15664
df8411da
SDJ
156652015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15666
15667 PR corefiles/16092
15668 * gdb.base/coredump-filter.c: New file.
15669 * gdb.base/coredump-filter.exp: Likewise.
15670
6ef37366
PM
156712015-03-27 Petr Machata <pmachata@redhat.com>
15672
15673 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15674 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15675 (Dwarf::assemble): Initialize them.
15676 (Dwarf::lines): New function.
15677
7ec911b0
JT
156782015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15679
15680 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15681 SYMBOL_PREFIX for x86_64-*-cygwin.
15682
ff908ebf
AW
156832015-03-26 Andy Wingo <wingo@igalia.com>
15684
15685 PR symtab/18148
15686 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15687 const_value but not a location.
15688 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15689 location defined in non-main CUs are visible.
15690
6d5f0679
YQ
156912015-03-26 Yao Qi <yao.qi@linaro.org>
15692
15693 PR testsuite/18139
15694 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15695 Add a line number entry for the same line.
15696 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15697 Add a line number entry for the same line.
15698
2898689b
YQ
156992015-03-26 Yao Qi <yao.qi@linaro.org>
15700
15701 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15702 .int 0.
15703 (func): Likewise. Add .Lfunc_1 label.
15704 Use .Lfunc_1 label.
15705 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15706 .int 0.
15707 (func): Likewise.
15708 Use .Lfunc_1 label.
15709
85180498
YQ
157102015-03-26 Yao Qi <yao.qi@linaro.org>
15711
15712 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15713 Call gdb_compile instead to compile each .s files without debug
15714 information.
15715
8aa08a8d
YQ
157162015-03-26 Yao Qi <yao.qi@linaro.org>
15717
15718 * gdb.base/savedregs.exp (process_saved_regs): Make
15719 "Saved registers:" optional in the pattern.
15720
66849923
MM
157212015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15722
15723 * gdb.btrace/next.exp: Merged into step.exp.
15724 * gdb.btrace/finish.exp: Merged into step.exp.
15725 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15726 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15727 "record goto" and checking the exact replay position.
15728 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15729 check for "Recording format" in "info record" output.
15730 * gdb.btrace/record_goto.exp: Choose test file based on target.
15731 * gdb.btrace/x86-record_goto.S: Renamed into ...
15732 * gdb.btrace/x86_64-record_goto.S: ... this.
15733 * gdb.btrace/i686-record_goto.S: New.
15734 * gdb.btrace/x86-tailcall.S: Renamed into ...
15735 * gdb.btrace/x86_64-tailcall.S: ... this.
15736 * gdb.btrace/i686-tailcall.S: New.
15737 * gdb.btrace/x86-tailcall.c: Renamed into ...
15738 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15739 separate statements. Update test.
15740 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15741 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15742 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15743 * gdb.btrace/tailcall.exp: Choose test file based on target.
15744 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15745
11cc1b74
MM
157462015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15747
15748 * gdb.btrace/exception.exp: Increase BTS buffer size.
15749
a25d8bf9
PA
157502015-03-24 Pedro Alves <palves@redhat.com>
15751
15752 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15753
856e7dd6
PA
157542015-03-24 Pedro Alves <palves@redhat.com>
15755
15756 * gdb.threads/schedlock.exp (test_step): No longer expect that
15757 "set scheduler-locking step" with "next" over a function call runs
15758 threads unlocked.
15759
ad235a41
AT
157602015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15761
15762 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15763
15630549
AT
157642015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15765
15766 PR breakpoints/16466
15767 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15768 * gdb.mi/mi-pending.c (thread_func): New function.
15769 (int main): Add threading support required.
15770 * gdb.mi/mi-pending.exp: Add tests for this issue.
15771 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15772 (pendfunc2): Remove stdio dependency.
15773 * gdb.mi/mi-pendshr2.c: New file.
15774
693dca06
KS
157752015-03-23 Keith Seitz <keiths@redhat.com>
15776
15777 * gdb.linespec/keywords.c: New file.
15778 * gdb.linespec/keywords.exp: New file.
15779
7e993ebf
KS
157802015-03-23 Keith Seitz <keiths@redhat.com>
15781
15782 PR gdb/18021
15783 * gdb.dwarf2/staticvirtual.exp: New test.
15784
bc23328c
JK
157852015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15786
15787 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15788 * README: Remove HP-UX and gdb.hp.
15789 (configuration):
15790 * configure: Regenerate.
15791 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15792 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15793 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15794 gdb.hp/gdb.defects/Makefile.
15795 * gdb.hp/Makefile.in: File deleted.
15796 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15797 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15798 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15799 * gdb.hp/gdb.aCC/run.c: File deleted.
15800 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15801 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15802 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15803 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15804 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15805 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15806 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15807 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15808 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15809 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15810 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15811 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15812 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15813 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15814 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15815 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15816 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15817 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15818 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15819 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15820 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15821 * gdb.hp/gdb.compat/average.c: File deleted.
15822 * gdb.hp/gdb.compat/sum.c: File deleted.
15823 * gdb.hp/gdb.compat/xdb.c: File deleted.
15824 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15825 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15826 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15827 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15828 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15829 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15830 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15831 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15832 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15833 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15834 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15835 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15836 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15837 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15838 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15839 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15840 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15841 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15842 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15843 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15844 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15845 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15846 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15847 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15848 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15849 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15850 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15851 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15852 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15853 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15854 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15855 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15856 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15857 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15858 * gdb.hp/tools/odump: File deleted.
15859
8bf3b159
PA
158602015-03-19 Pedro Alves <palves@redhat.com>
15861
15862 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15863 (saw_thread_3): New globals.
15864 (top level): Increment them when an event for the corresponding
15865 thread is seen.
15866 (no thread starvation): New test.
15867
eb54c8bf
PA
158682015-03-19 Pedro Alves <palves@redhat.com>
15869
15870 * gdb.threads/continue-pending-status.c: New file.
15871 * gdb.threads/continue-pending-status.exp: New file.
15872
32d2e5d6
PA
158732015-03-18 Pedro Alves <palves@redhat.com>
15874
15875 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15876 Use gdb_is_target_remote instead of is_remote. Use
15877 gdb_test_multiple instead of gdb_expect. Exit early if
15878 gdb_test_multiple hits its internal matches. Tighten stepi tests
15879 expected output. Fail on exit with any signal, instead of just
15880 SIGILL.
15881
f68f11b7
YQ
158822015-03-18 Yao Qi <yao.qi@linaro.org>
15883
15884 PR tdep/18107
15885 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15886 variable.
15887 * gdb.base/catch-syscall.exp: Don't skip it on
15888 aarch64*-*-linux* target. Remove elements in all_syscalls.
15889 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15890 target.
15891 (setup_all_syscalls): New proc.
15892
ca5fd19b
YQ
158932015-03-16 Yao Qi <yao.qi@linaro.org>
15894
15895 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15896 (top level): Skip tests if valid_addr_p returns false for
15897 $cmd1 or $cmd2.
15898
85642ba0
AW
158992015-03-11 Andy Wingo <wingo@igalia.com>
15900
15901 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15902
e03f9645
YQ
159032015-03-11 Yao Qi <yao.qi@linaro.org>
15904
15905 * gdb.base/catch-syscall.exp: Fix typo in comments.
15906
5d0962b2
YQ
159072015-03-11 Yao Qi <yao.qi@linaro.org>
15908
15909 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15910
b2df3cef
PA
159112015-03-09 Pedro Alves <palves@redhat.com>
15912
15913 * dg-extract-results.py: Delete.
15914
ef878e53
PA
159152015-03-09 Pedro Alves <palves@redhat.com>
15916
15917 Merge dg-extract-results.sh from GCC upstream (r218843).
15918
15919 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15920 * dg-extract-results.sh: Use --text with grep to avoid issues with
15921 binary files. Fall back to cat -v, if that doesn't work.
15922
9494d219
PA
159232015-03-05 Pedro Alves <palves@redhat.com>
15924
15925 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15926
a8d9763a
SM
159272015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15928
15929 * lib/mi-support.exp (mi_expect_interrupt): Accept
15930 alternative event for when in all-stop mode.
15931
be9957b8
PA
159322015-03-04 Pedro Alves <palves@redhat.com>
15933
15934 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15935
d57be0f4 159362015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
15937
15938 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15939
c214c7cf
AA
159402015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15941
15942 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15943 regexps for GDB's current line display, accept a hex address
15944 preceding the line number.
15945
6d74a497
AA
159462015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15947
15948 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15949 the 'arch1' variable for "s390*-linux*" targets.
15950
511aee7c
PA
159512015-03-04 Pedro Alves <palves@redhat.com>
15952
15953 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15954 (main): Pass missing retval argument to pthread_join call.
15955
95e50b27
PA
159562015-03-02 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15959 (top level): Call do_test with non-stop as well.
15960
28054d69
PA
159612015-03-02 Pedro Alves <palves@redhat.com>
15962
15963 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15964 -1.
15965
4fa5d7b4
AA
159662015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15967
15968 * gdb.arch/s390-vregs.exp: New test.
15969 * gdb.arch/s390-vregs.S: New file.
15970
97c18565
PA
159712015-02-27 Pedro Alves <palves@redhat.com>
15972
15973 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15974 call to catch_command_errors.
15975 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15976 catch_command_errors.
15977
a37bfa30
PA
159782015-02-27 Pedro Alves <palves@redhat.com>
15979
15980 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15981 "true" for boolean result.
15982 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15983 prototype of main.
15984
6f98576f
PA
159852015-02-27 Pedro Alves <palves@redhat.com>
15986
15987 * lib/unbuffer_output.c: New file.
15988 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15989 (main): Call gdb_unbuffer_output.
15990
eba5ab56
YQ
159912015-02-27 Yao Qi <yao.qi@linaro.org>
15992
15993 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15994 target.
15995
0def5aaa
DE
159962015-02-26 Doug Evans <dje@google.com>
15997
15998 * gdb.cp/class2.cc (Dbase, D): New classes.
15999 (main): New local delta.
16000 * gdb.cp/class2.exp: Test printing delta.
16001 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16002 (dynbar): New global.
16003 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16004
081a1c2c
JK
160052015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16006
16007 * gdb.compile/compile-ifunc.c: New file.
16008 * gdb.compile/compile-ifunc.exp: New file.
16009
2f41223f
AT
160102015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16011
16012 * gdb.base/structs.exp: Check for correct struct on finish.
16013
03eddd80
YQ
160142015-02-26 Yao Qi <yao.qi@linaro.org>
16015
16016 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16017 is zero.
16018
80c57053
JK
160192015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16020
16021 * gdb.arch/cordic.ko.bz2: New file.
16022 * gdb.arch/cordic.ko.debug.bz2: New file.
16023 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16024
21613c12
YQ
160252015-02-25 Yao Qi <yao.qi@linaro.org>
16026
16027 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16028 aarch64*-*-* target.
16029
d8b901ed
PA
160302015-02-23 Pedro Alves <palves@redhat.com>
16031
16032 * lib/gdb.exp (delete_breakpoints): Rewrite using
16033 gdb_test_multiple.
16034
e5b85ead
PA
160352015-02-23 Pedro Alves <palves@redhat.com>
16036
16037 * gdb.base/info-os.c: Include stdlib.h.
16038
85c3a371
DE
160392015-02-22 Doug Evans <xdje42@gmail.com>
16040
16041 PR symtab/17855
16042 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16043 is read after symbols have been re-read.
16044 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16045 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16046
96553a0c
DE
160472015-02-21 Doug Evans <dje@google.com>
16048
16049 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16050
97a0c697
JK
160512015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16052
16053 PR corefiles/17808
16054 * gdb.arch/i386-biarch-core.core.bz2: New file.
16055 * gdb.arch/i386-biarch-core.exp: New file.
16056
a47cd6e9
PA
160572015-02-21 Pedro Alves <palves@redhat.com>
16058
16059 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16060 runto_main fails.
16061
c5facdc4
PA
160622015-02-20 Pedro Alves <palves@redhat.com>
16063
16064 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16065 info probes.
16066
2db9a427
PA
160672015-02-20 Pedro Alves <palves@redhat.com>
16068
16069 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16070
60fb7e9e
PA
160712015-02-20 Pedro Alves <palves@redhat.com>
16072
16073 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16074 clean_restart before gdb_target_supports_trace.
16075
5c5019c2
PA
160762015-02-20 Pedro Alves <palves@redhat.com>
16077
16078 PR threads/18006
16079 * gdb.threads/clone-thread_db.c: New file.
16080 * gdb.threads/clone-thread_db.exp: New file.
16081
c9587f88
AT
160822015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16083
16084 PR breakpoints/16812
16085 * gdb.base/catch-gdb-caused-signals.c: New file.
16086 * gdb.base/catch-gdb-caused-signals.exp: New file.
16087
f6a88844
JM
160882015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16089
16090 * configure: Regenerated.
16091 * configure.ac: Use GDB_AC_TRANSFORM.
16092 * aclocal.m4: sinclude ../transform.m4.
16093
497c491b
JM
160942015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16095
16096 * lib/dtrace.exp: New file.
16097 * gdb.base/dtrace-probe.exp: Likewise.
16098 * gdb.base/dtrace-probe.d: Likewise.
16099 * gdb.base/dtrace-probe.c: Likewise.
16100 * lib/pdtrace.in: Likewise.
16101 * configure.ac: Output variables with the transformed names of
16102 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16103 * configure: Regenerated.
16104
03e98035
JM
161052015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16106
16107 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16108 expected message when trying to access $_probe_* convenience
16109 variables while not on a probe.
16110
63cc30e9
JK
161112015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16112
16113 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16114
0703599a
PA
161152015-02-11 Pedro Alves <pedro@codesourcery.com>
16116
16117 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16118 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16119
7e60a48e
DE
161202015-02-10 Doug Evans <xdje42@gmail.com>
16121
16122 * lib/gdb.exp (gdb_load): Always return a result.
16123
01b088bc
PA
161242015-02-10 Pedro Alves <palves@redhat.com>
16125
16126 * gdb.threads/signal-sigtrap.c: New file.
16127 * gdb.threads/signal-sigtrap.exp: New file.
16128
b05ec7a5
AT
161292015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16130
16131 * gdb.trace/no-attach-trace.c: New file.
16132 * gdb.trace/no-attach-trace.exp: New file.
16133
a2c2acaf
MW
161342015-02-09 Mark Wielaard <mjw@redhat.com>
16135
16136 * gdb.dwarf2/atomic.c: New file.
16137 * gdb.dwarf2/atomic-type.exp: Likewise.
16138
31fd9caa
MM
161392015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16140
16141 * gdb.btrace/buffer-size.exp: Update "info record" output.
16142 * gdb.btrace/delta.exp: Update "info record" output.
16143 * gdb.btrace/enable.exp: Update "info record" output.
16144 * gdb.btrace/finish.exp: Update "info record" output.
16145 * gdb.btrace/instruction_history.exp: Update "info record" output.
16146 * gdb.btrace/next.exp: Update "info record" output.
16147 * gdb.btrace/nexti.exp: Update "info record" output.
16148 * gdb.btrace/step.exp: Update "info record" output.
16149 * gdb.btrace/stepi.exp: Update "info record" output.
16150 * gdb.btrace/nohist.exp: Update "info record" output.
16151
d33501a5
MM
161522015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16153
16154 * gdb.btrace/buffer-size: New.
16155
f4abbc16
MM
161562015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16157
16158 * gdb.btrace/delta.exp: Update "info record" output.
16159 * gdb.btrace/enable.exp: Update "info record" output.
16160 * gdb.btrace/finish.exp: Update "info record" output.
16161 * gdb.btrace/instruction_history.exp: Update "info record" output.
16162 * gdb.btrace/next.exp: Update "info record" output.
16163 * gdb.btrace/nexti.exp: Update "info record" output.
16164 * gdb.btrace/step.exp: Update "info record" output.
16165 * gdb.btrace/stepi.exp: Update "info record" output.
16166 * gdb.btrace/nohist.exp: Update "info record" output.
16167
b9d61307
SM
161682015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16169
16170 PR gdb/15678
16171 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16172
e584fdbc
PA
161732015-02-06 Pedro Alves <palves@redhat.com>
16174
16175 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16176 macro.
16177 (seconds_left, again): New globals.
16178 (main): Wait seconds_left in a 1-second sleep loop instead of
16179 sleeping 180 seconds. If 'again' is set, reset the seconds
16180 counter.
16181 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16182 'again' in the inferior before detaching. Print the seconds left.
16183 (options): New global.
16184 (top level): Build program with -DTIMEOUT=$timeout.
16185
77f41761
PA
161862015-02-06 Pedro Alves <palves@redhat.com>
16187
16188 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16189 determine how many seconds to pass to 'alarm'.
16190 * gdb.base/gdb-sigterm.exp (top level): Build program with
16191 -DTIMEOUT=$timeout.
16192 (do_test): Return success/failure indication. Add more verbose
16193 logging. Don't fail if 200 single steps are seen. Instead, fail
16194 when the test times out.
16195 (passes): New global.
16196 (top level): Break the testing loop if testing fails on any
16197 iteration. Use gdb_assert.
16198
b9394193
DB
161992015-02-04 Don Breazeal <donb@codesourcery.com>
16200
16201 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16202 and initialize them.
16203 (ipc_cleanup): New function.
16204 (main): Don't declare shmid, semid, and msqid. Add a call to
16205 atexit so that we call ipc_cleanup on exit.
16206
42d9e528
PA
162072015-02-04 Pedro Alves <palves@redhat.com>
16208
16209 * boards/native-extended-gdbserver.exp: Remove any target variant
16210 specifications from the board name before clearing the isremote
16211 flag from board_info.
16212
ae6ae975
DE
162132015-01-31 Doug Evans <xdje42@gmail.com>
16214
16215 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16216
cfb069a8
GB
162172015-01-31 Gary Benson <gbenson@redhat.com>
16218
16219 * gdb.base/completion.exp: Disable completion limiting for
16220 existing tests. Add new tests to check completion limiting.
16221 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16222
5dd31d79
DE
162232015-01-31 Doug Evans <xdje42@gmail.com>
16224
16225 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16226
9f050062
DE
162272015-01-31 Doug Evans <xdje42@gmail.com>
16228
16229 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16230 entries. Duplicate file section script entries.
16231 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16232 inlined entries. Add test for safe-path rejection.
16233 * gdb.python/py-section-script.c: Add duplicate inlined section script
16234 entries. Duplicate file section script entries.
16235 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16236 inlined entries. Add test for safe-path rejection.
16237
df25ebbd
JB
162382015-01-29 Joel Brobecker <brobecker@adacore.com>
16239
16240 * gdb.ada/disc_arr_bound: New testcase.
16241
4a0ca9ec
JB
162422015-01-29 Joel Brobecker <brobecker@adacore.com>
16243
16244 * gdb.ada/mi_var_array: New testcase.
16245
3a8b707a
DE
162462015-01-27 Doug Evans <dje@google.com>
16247
16248 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16249 Add test for objfile.filename, objfile.username after objfile
16250 has been unloaded.
16251
f8313f6e
JB
162522015-01-26 Joel Brobecker <brobecker@adacore.com>
16253
16254 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16255 the second test to print the name attribute of value
16256 returned by the call to gdb.lookup_type, and adjust
16257 the expected output accordingly.
16258
37bc665e
MW
162592015-01-25 Mark Wielaard <mjw@redhat.com>
16260
16261 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16262 * gdb.base/disp-step-fork.c: Include unistd.h.
16263 * gdb.base/siginfo-obj.c: Include stdio.h.
16264 * gdb.base/siginfo-thread.c: Likewise.
16265 * gdb.mi/non-stop.c: Include unistd.h.
16266 * gdb.mi/nsthrexec.c: Include stdio.h.
16267 * gdb.mi/pthreads.c: Include unistd.h.
16268 * gdb.modula2/unbounded1.c (main): Declare returns int.
16269 * gdb.reverse/consecutive-reverse.c: Likewise.
16270 * gdb.threads/create-fail.c: Include unistd.h.
16271 * gdb.threads/killed.c: Likewise.
16272 * gdb.threads/linux-dp.c: Likewise.
16273 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16274 * gdb.threads/non-ldr-exc-2.c: Likewise.
16275 * gdb.threads/non-ldr-exc-3.c: Likewise.
16276 * gdb.threads/non-ldr-exc-4.c: Likewise.
16277 * gdb.threads/pthreads.c: Include unistd.h.
16278 (main): Declare returns int.
16279 * gdb.threads/tls-main.c (foo): New declaration.
16280 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16281
f7e5394d
SM
162822015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16283
16284 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16285 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16286
743649fd
MW
162872015-01-15 Mark Wielaard <mjw@redhat.com>
16288
16289 * gdb.base/noreturn-return.c: New file.
16290 * gdb.base/noreturn-return.exp: New file.
16291 * gdb.base/noreturn-finish.c: New file.
16292 * gdb.base/noreturn-finish.exp: New file.
16293
198297aa
PA
162942015-01-23 Pedro Alves <palves@redhat.com>
16295
16296 * gdb.threads/continue-pending-after-query.c: New file.
16297 * gdb.threads/continue-pending-after-query.exp: New file.
16298
717cf30c
AG
162992015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16300 Simon Marchi <simon.marchi@ericsson.com>
16301
16302 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16303 * gdb.base/valgrind-db-attach.exp: Same.
16304 * gdb.base/valgrind-infcall.exp: Same.
16305 * lib/mi-support.exp (default_mi_gdb_start): Same.
16306 * lib/prompt.exp (default_prompt_gdb_start): Same.
16307 * lib/gdb.exp (default_gdb_spawn): Same.
16308 (gdb_interact): New.
16309
16310
4b62a76e
JK
163112015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16312
16313 * gdb.compile/compile.exp (pointer to jit function): New test.
16314
b4cdae6f
WW
163152015-01-17 Wei-cheng Wang <cole945@gmail.com>
16316
16317 * lib/gdb.exp (supports_process_record): Return true for
16318 powerpc*-*-linux*.
16319 (supports_reverse): Likewise.
16320
d221e7ef
DB
163212015-01-15 Don Breazeal <donb@codesourcery.com>
16322
16323 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16324 instead of checking whether the target board is remote and
16325 use spawn_wait_for_attach instead of exec/sleep.
16326 * gdb.base/attach-twice.exp: Likewise.
16327
bafffb51
JB
163282015-01-15 Joel Brobecker <brobecker@adacore.com>
16329
16330 * gdb.ada/var_arr_attrs: New testcase.
16331
5589af0e
PA
163322015-01-14 Pedro Alves <palves@redhat.com>
16333 Joel Brobecker <brobecker@adacore.com>
16334
16335 PR gdb/17525
16336 * gdb.base/bp-cmds-execution-x-script.c: New file.
16337 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16338 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16339
6c400b59
PA
163402015-01-14 Pedro Alves <palves@redhat.com>
16341
16342 PR cli/17828
16343 * gdb.base/batch-preserve-term-settings.c: New file.
16344 * gdb.base/batch-preserve-term-settings.exp: New file.
16345
e02c96a7
DE
163462015-01-13 Doug Evans <dje@google.com>
16347
16348 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16349 binary.
16350
576fd14c
JB
163512015-01-13 Joel Brobecker <brobecker@adacore.com>
16352
16353 * Makefile.in (clean mostlyclean): Do not delete *.py.
16354
04dccad0
JB
163552015-01-13 Joel Brobecker <brobecker@adacore.com>
16356
16357 * gdb.python/py-lookup-type.exp: New file.
16358
3d230f71
PA
163592015-01-12 Pedro Alves <palves@redhat.com>
16360
16361 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16362 restore GDBFLAGS before returning.
16363
7e67715d
JK
163642015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16365
16366 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16367 is_amd64_regs_target and is_x86_like_target.
16368
f2e0d4b4
DE
163692015-01-11 Doug Evans <xdje42@gmail.com>
16370
16371 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16372 is given without an explicit form.
16373 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16374 attributes.
16375 * gdb.dwarf/corrupt.exp: Ditto.
16376 * gdb.dwarf2/enum-type.exp: Ditto.
16377 * gdb.trace/entry-values.exp: Ditto.
16378 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16379
439250fb
DE
163802015-01-11 Doug Evans <xdje42@gmail.com>
16381
16382 PR gdb/15830
16383 * gdb.base/maint.exp: Remove references to "maint demangle".
16384 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16385 Add tests for explicitly specifying language to demangle.
16386 * gdb.dlang/demangle.exp: Ditto.
16387
ede9f622
PA
163882015-01-09 Pedro Alves <palves@redhat.com>
16389
16390 * gdb.threads/non-stop-fair-events.c: New file.
16391 * gdb.threads/non-stop-fair-events.exp: New file.
16392
a7b796db
PA
163932015-01-09 Pedro Alves <palves@redhat.com>
16394
16395 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16396 the global scope. Set a breakpoint after all threads are started
16397 rather than stepping over two source lines. Expect the prompt.
16398 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16399 global.
16400 (NUM): Now 15.
16401 (main): Use threads_started_barrier to wait for all threads to
16402 start. Main thread no longer calls thread_function. Exit after
16403 180 seconds.
16404 (loop): New function.
16405 (thread_function): Wait on threads_started_barrier barrier. Call
16406 'loop' at each iteration.
16407 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16408 threads have started, instead of hardcoding number of "next"
16409 steps. Use an access watchpoint instead of a write watchpoint.
16410
9665ffdd
PA
164112015-01-09 Pedro Alves <palves@redhat.com>
16412
16413 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16414 (thread_func): Wait on barrier.
16415 (main): Wait for all threads to start before stopping GDB.
16416 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16417 global.
16418 (thread1_func, thread2_func): Wait on barrier.
16419 (main): Wait for all threads to start before stopping GDB.
16420 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16421 New global.
16422 (thread1_func, thread2_func): Wait on barrier.
16423 (main): Wait for all threads to start before stopping GDB.
16424
c945a99f
PA
164252015-01-09 Pedro Alves <palves@redhat.com>
16426
16427 * gdb.threads/attach-many-short-lived-threads.c: New file.
16428 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16429
c1a747c1
PA
164302014-01-09 Pedro Alves <palves@redhat.com>
16431
16432 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16433 instead of to thread 2.
16434 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16435 Add barrier around each pthread_create call instead of around all
16436 calls.
16437 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16438 Set a break on thread_function and have the child threads hit it
16439 one at at a time.
16440
60b3033e
PA
164412015-01-09 Pedro Alves <palves@redhat.com>
16442
16443 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16444 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16445 false.
16446 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16447 checking whether the target board is remote.
16448 * gdb.multi/multi-attach.exp: Likewise.
16449 * gdb.python/py-sync-interp.exp: Likewise.
16450 * gdb.server/ext-attach.exp: Likewise.
16451 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16452 tests that need to attach, instead of checking whether the target
16453 board is remote at the top of the file.
16454
acc018ac
YQ
164552015-01-08 Yao Qi <yao@codesourcery.com>
16456
16457 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16458
50a18af8
JK
164592015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16460
16461 Fix testcase compilation.
16462 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16463
8503d6e1
JB
164642015-01-06 Joel Brobecker <brobecker@adacore.com>
16465
16466 * gdb.python/py-type.exp: Add a couple test about empty
16467 array creation, and negative-length array creation.
16468
cc73dbcc
DE
164692015-01-02 Doug Evans <xdje42@gmail.com>
16470
16471 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16472
0300bbc7
DE
164732015-01-02 Doug Evans <dje@google.com>
16474
16475 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16476
9d85a0ec
YQ
164772014-12-29 Yao Qi <yao@codesourcery.com>
16478
16479 * gdb.trace/entry-values.exp: Update comments. Rename variable
16480 bar_call_foo to returned_from_foo.
16481
87186c6a
MMN
164822014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16483
16484 PR gdb/17394
16485 * gdb.linespec/break-asm-file.c: New file.
16486 * gdb.linespec/break-asm-file.exp: New file.
16487 * gdb.linespec/break-asm-file0.s: New file.
16488 * gdb.linespec/break-asm-file1.s: New file.
16489
1bab7383
YQ
164902014-12-18 Nigel Stephens <nigel@mips.com>
16491 Maciej W. Rozycki <macro@codesourcery.com>
16492
16493 * gdb.base/float.exp: Handle the new output from "info float" on
16494 MIPS targets.
16495
1bc1068a
JK
164962014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16497
16498 Fix MinGW compilation.
16499 * gdb.compile/compile-ops.exp: Update untested message if
16500 !skip_compile_feature_tests.
16501 * gdb.compile/compile-setjmp.exp: Likewise.
16502 * gdb.compile/compile-tls.exp: Likewise.
16503 * gdb.compile/compile.exp: Likewise.
16504 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16505 supported on this host".
16506
b6615d10
DE
165072014-12-16 Doug Evans <xdje42@gmail.com>
16508
16509 * boards/stabs.exp: New file.
16510
25dda427
AA
165112014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16512
16513 * gdb.base/completion.exp: Adjust to format changes of "maint
16514 print user-registers".
16515
bf330350
CU
165162014-12-16 Catalin Udma <catalin.udma@freescale.com>
16517
16518 PR server/17457
16519 * gdb.arch/aarch64-fp.c: New file.
16520 * gdb.arch/aarch64-fp.exp: New file.
16521
395cf596
SDJ
165222014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16523
16524 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16525 r210637, r210913, r211666, r215400, r215817).
16526
16527 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16528 * dg-extract-results.py: New file.
16529 * dg-extract-results.sh: Use it if the environment seems
16530 suitable.
16531
16532 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16533
16534 * dg-extract-results.py (parse_run): Handle warnings that
16535 are printed before a test harness is run.
16536
16537 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16538
16539 * dg-extract-results.py (Named): Remove __cmp__ method.
16540 (output_variation): Use a key to sort variation.harnesses.
16541
16542 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16543
16544 * dg-extract-results.py: For Python 3, force sys.stdout to
16545 handle surrogate escape sequences.
16546 (safe_open): New function.
16547 (output_segment, main): Use it.
16548
16549 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16550
16551 * dg-extract-results.py (Prog.result_re): Include options
16552 in test name.
16553
16554 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16555
16556 * dg-extract-results.py (output_variation): Always sort if
16557 do_sum.
16558
e882ef3c
SM
165592014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16560
16561 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16562 as long as we get pagination notifications.
16563
4992aa20
JM
165642014-12-15 Jason Merrill <jason@redhat.com>
16565
16566 * Makefile.in (check-gdb.%): Restore.
16567 * README: Mention it.
16568
c1b5a1a6
JB
165692014-12-13 Joel Brobecker <brobecker@adacore.com>
16570
16571 * gdb.ada/str_uninit: New testcase.
16572
5537b577
JK
165732014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16574
16575 PR symtab/17642
16576 * gdb.base/vla-stub-define.c: New file.
16577 * gdb.base/vla-stub.c: New file.
16578 * gdb.base/vla-stub.exp: New file.
16579
bb2ec1b3
TT
165802014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16581 Jan Kratochvil <jan.kratochvil@redhat.com>
16582 Tom Tromey <tromey@redhat.com>
16583
16584 * configure.ac: Add gdb.compile/.
16585 * configure: Regenerate.
16586 * gdb.compile/Makefile.in: New file.
16587 * gdb.compile/compile-ops.exp: New file.
16588 * gdb.compile/compile-ops.c: New file.
16589 * gdb.compile/compile-tls.c: New file.
16590 * gdb.compile/compile-tls.exp: New file.
16591 * gdb.compile/compile-constvar.S: New file.
16592 * gdb.compile/compile-constvar.c: New file.
16593 * gdb.compile/compile-mod.c: New file.
16594 * gdb.compile/compile-nodebug.c: New file.
16595 * gdb.compile/compile-setjmp-mod.c: New file.
16596 * gdb.compile/compile-setjmp.c: New file.
16597 * gdb.compile/compile-setjmp.exp: New file.
16598 * gdb.compile/compile-shlib.c: New file.
16599 * gdb.compile/compile.c: New file.
16600 * gdb.compile/compile.exp: New file.
16601 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16602
4ff709eb
TT
166032014-12-12 Tom Tromey <tromey@redhat.com>
16604
16605 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16606 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16607
6dddd6a5
DE
166082014-12-12 Doug Evans <dje@google.com>
16609
16610 * lib/gdb-python.exp (get_python_valueof): New function.
16611 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16612
71c24708
AA
166132014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16614
16615 * gdb.base/completion.exp: Add test for completion of "info
16616 registers ".
16617
3e29f34a
MR
166182014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16619
16620 * gdb.base/func-ptrs.c: New file.
16621 * gdb.base/func-ptrs.exp: New file.
16622
fc126975
SM
166232014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16624
16625 PR breakpoints/17012
16626 * gdb.base/dprintf-detach.c: New file.
16627 * gdb.base/dprintf-detach.exp: New file.
16628
0a46d518
SM
166292014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16630
16631 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16632 * lib/gdb.exp (target_is_gdbserver): New procedure.
16633
a0be3e44
DE
166342014-12-08 Doug Evans <dje@google.com>
16635
16636 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16637
df1b803a
YQ
166382014-12-05 Yao Qi <yao@codesourcery.com>
16639
16640 * gdb.guile/scm-error.exp: Remove the third argument to
16641 gdb_remote_download.
16642 * gdb.guile/scm-frame-args.exp: Likewise.
16643 * gdb.guile/scm-section-script.exp: Likewise.
16644
ddb9f679
YQ
166452014-12-05 Yao Qi <yao@codesourcery.com>
16646
16647 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16648
86e4ed39
DE
166492014-12-04 Doug Evans <dje@google.com>
16650
16651 * gdb.python/py-objfile.exp: Add tests for
16652 objfile.add_separate_debug_file.
16653
7c50a931
DE
166542014-12-04 Doug Evans <dje@google.com>
16655
16656 * lib/gdb.exp (get_build_id): New function.
16657 (build_id_debug_filename_get): Rewrite to use it.
16658 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16659
621661e3
MR
166602014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16661
16662 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16663 `method(long)', not just 0x0.
16664 * gdb.cp/nsalias.exp: Align code labels to 4.
16665 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16666 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16667 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16668 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16669 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16670 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16671
29f0c3b7
DE
166722014-12-02 Doug Evans <dje@google.com>
16673
e1e061e7 16674 PR symtab/17602
29f0c3b7 16675 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16676 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16677 * gdb.cp/anon-ns.exp: Update.
16678
162078c8
NB
166792014-12-02 Nick Bull <nicholaspbull@gmail.com>
16680
16681 * gdb.python/py-events.py (inferior_call_handler): New.
16682 (register_changed_handler, memory_changed_handler): New.
16683 (test_events.invoke): Register new handlers.
16684 * gdb.python/py-events.exp: Add tests for inferior call,
16685 memory_changed and register_changed events.
16686
fdb09caf
AA
166872014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16688
16689 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16690 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16691 if the linker doesn't understand this.
16692
55cfb2c4
SM
166932014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16694
16695 * gdb.python/python.exp: Change expected reply to help().
16696
9e8cd6df
YQ
166972014-12-01 Yao Qi <yao@codesourcery.com>
16698
16699 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16700 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16701 * configure: Re-generated.
16702
6c659fc2
SC
167032014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16704
16705 * gdb.cp/chained-calls.cc: New file.
16706 * gdb.cp/chained-calls.exp: New file.
16707 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16708
d7fc3181
SM
167092014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16710
16711 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16712 * gdb.dwarf2/symtab-producer.exp: Same.
16713 * gdb.gdb/python-interrupts.exp: Same.
16714 * gdb.gdb/python-selftest.exp: Same.
16715 * gdb.python/py-linetable.exp: Same.
16716 * gdb.python/py-type.exp: Same.
16717 * gdb.python/py-value-cc.exp: Same.
16718 * gdb.python/py-value.exp: Same.
16719
10e79639
YQ
167202014-11-28 Yao Qi <yao@codesourcery.com>
16721
16722 * gdb.base/break-probes.exp: Match library name prefixed with
16723 sysroot.
16724
f28a0564
SM
167252014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16726
16727 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16728 test expected output. Add parentheses for the call to print.
16729 Remove L suffix from integers.
16730
3fe1ce1d
DE
167312014-11-26 Doug Evans <dje@google.com>
16732
16733 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16734
84429e27
YQ
167352014-11-22 Yao Qi <yao@codesourcery.com>
16736
16737 * gdb.trace/entry-values.c: Remove asms.
16738 (foo): Add foo_label.
16739 (bar): Add bar_label.
16740 * gdb.trace/entry-values.exp: Remove code computing foo's
16741 length and bar's length.
16742 (Dwarf::assemble): Invoke function_range for bar and use
16743 MACRO_AT_func for foo.
16744
26741859
YQ
167452014-11-22 Yao Qi <yao@codesourcery.com>
16746
16747 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16748 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16749 Use .Lgcc43_procstart instead of gcc43.
16750
45e44d27
JB
167512014-11-21 Joel Brobecker <brobecker@adacore.com>
16752
16753 * gdb.ada/n_arr_bound: New testcase.
16754
458c8db8
SDJ
167552014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16756
16757 PR breakpoints/10737
16758 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16759 test_catch_syscall_multi_arch.
16760 (test_catch_syscall_multi_arch): New function.
16761
43f3e411
DE
167622014-11-20 Doug Evans <xdje42@gmail.com>
16763
16764 * gdb.base/maint.exp: Update expected output.
16765
0d7b2549
AA
167662014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16767
16768 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16769 4-byte instruction on S390.
16770
8908fca5
JB
167712014-11-19 Joel Brobecker <brobecker@adacore.com>
16772
16773 * gdb.ada/arr_arr: New testcase.
16774
4a46959e
JB
167752014-11-19 Joel Brobecker <brobecker@adacore.com>
16776
16777 * gdb.ada/pkd_arr_elem: New Testcase.
16778
470e2f4e
LM
167792014-11-18 Luis Machado <lgustavo@codesourcery.com>
16780
16781 * gdb.reverse/break-precsave: Expect completion message for
16782 core file reads.
16783 * gdb.reverse/consecutive-precsave.exp: Likewise.
16784 * gdb.reverse/finish-precsave.exp: Likewise.
16785 * gdb.reverse/i386-precsave.exp: Likewise.
16786 * gdb.reverse/machinestate-precsave.exp: Likewise.
16787 * gdb.reverse/sigall-precsave.exp: Likewise.
16788 * gdb.reverse/solib-precsave.exp: Likewise.
16789 * gdb.reverse/step-precsave.exp: Likewise.
16790 * gdb.reverse/until-precsave.exp: Likewise.
16791 * gdb.reverse/watch-precsave.exp: Likewise.
16792
a267f3ad
AA
167932014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16794
16795 * gdb.base/bp-permanent.c: Include unistd.h.
16796 * gdb.python/py-framefilter-mi.c (main): Add return type.
16797 * gdb.python/py-framefilter.c (main): Likewise.
16798 * gdb.trace/actions-changed.c (main): Likewise.
16799
12084a9a
AA
168002014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16801
16802 * gdb.mi/until.c: Add eye-catchers.
16803 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16804 line numbers.
16805
dc7e1a77
AA
168062014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16807
16808 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16809 function header variants in break1.c.
16810 * gdb.base/ena-dis-br.exp: Likewise.
16811 * gdb.base/hbreak2.exp: Likewise.
16812 * gdb.reverse/until-precsave.exp: Drop references to removed
16813 non-prototype function header variants in ur1.c.
16814 * gdb.reverse/until-reverse.exp: Likewise.
16815
41c77605
PM
168162014-11-17 Petr Machata <pmachata@redhat.com>
16817
16818 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16819 ${_cu_offset_size} bytes abbrev offset.
16820
34248c3a
DE
168212014-11-15 Doug Evans <xdje42@gmail.com>
16822
16823 PR symtab/17559
16824 * gdb.base/line-symtabs.exp: New file.
16825 * gdb.base/line-symtabs.c: New file.
16826 * gdb.base/line-symtabs.h: New file.
16827
646da059
YQ
168282014-11-14 Yao Qi <yao@codesourcery.com>
16829
16830 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16831 (func): Add label func_label.
16832 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16833 Replace low_pc and high_pc with MACRO_AT_range.
16834 Replace name, low_pc and high_pc with MACRO_AT_func.
16835
9301ebe6
YQ
168362014-11-14 Yao Qi <yao@codesourcery.com>
16837
16838 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16839 Replace name, low_pc and high_pc with MACRO_AT_func.
16840
f166b542
YQ
168412014-11-14 Yao Qi <yao@codesourcery.com>
16842
16843 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16844 produce debug information.
16845 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16846
0f6e71e3
YQ
168472014-11-14 Yao Qi <yao@codesourcery.com>
16848
16849 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16850 object and get function length.
16851 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16852 with MACRO_AT_func.
16853 (top-level): Replace gdb_compile and clean_restart with
16854 prepare_for_testing.
16855 * gdb.dwarf2/main.c (main): Add label main_label.
16856
876c4df9
YQ
168572014-11-14 Yao Qi <yao@codesourcery.com>
16858
16859 * lib/dwarf.exp (function_range): New procedure.
16860 (Dwarf::_handle_macro_at_func): New procedure.
16861 (Dwarf::_handle_macro_at_range): New procedure.
16862 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16863
02ad9cf1
YQ
168642014-11-14 Yao Qi <yao@codesourcery.com>
16865
16866 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16867 (_handle_attribute): New procedure.
16868
a59add0c
AA
168692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16870
16871 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16872 * gdb.base/call-sc.c (zed): Likewise.
16873 * gdb.base/checkpoint.c (main): Likewise.
16874 * gdb.base/dump.c (main): Likewise.
16875 * gdb.base/gcore.c (main): Likewise.
16876 * gdb.base/huge.c (main): Likewise.
16877 * gdb.base/multi-forks.c (main): Likewise.
16878 * gdb.base/pr10179-a.c (main): Likewise.
16879 * gdb.base/savedregs.c (main): Likewise.
16880 * gdb.base/sigaltstack.c (main): Likewise.
16881 * gdb.base/siginfo.c (main): Likewise.
16882 * gdb.base/structs.c (zed): Likewise.
16883 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16884 * gdb.mi/mi-syn-frame.c (main): Likewise.
16885 * gdb.mi/until.c (foo, main): Likewise.
16886 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16887 * gdb.base/solib-weak.c (foo): Declare.
16888 * gdb.base/attach-twice.c: Include stdio.h.
16889 * gdb.base/weaklib1.c: Likewise.
16890 * gdb.base/weaklib2.c: Likewise.
16891 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16892 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16893 unistd.h.
16894 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16895 * gdb.mi/mi-exit-code.c: Likewise.
16896 * gdb.base/break-interp-lib.c: Include string.h.
16897 * gdb.base/coremaker.c: Likewise.
16898 * gdb.base/testenv.c: Likewise.
16899 * gdb.python/py-finish-breakpoint.c: Likewise.
16900 * gdb.base/inferior-died.c: Include sys/wait.h.
16901 * gdb.base/fileio.c: Include time.h.
16902 * gdb.base/async-shell.c: Include unistd.h.
16903 * gdb.base/dprintf-non-stop.c: Likewise.
16904 * gdb.base/info-os.c: Likewise.
16905 * gdb.mi/mi-console.c: Likewise.
16906 * gdb.mi/watch-nonstop.c: Likewise.
16907 * gdb.python/py-events.c: Likewise.
16908 * gdb.base/async.c (baz): Move up before its invocation.
16909 * gdb.base/code_elim2.c (my_global_func): Likewise.
16910 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16911 * gdb.base/advance.c (func2): Likewise.
16912
3b5d5997
AA
169132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16914
16915 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16916 variant.
16917 * gdb.base/annota3.c: Likewise.
16918 * gdb.base/async.c: Likewise.
16919 * gdb.base/average.c: Likewise.
16920 * gdb.base/call-ar-st.c: Likewise.
16921 * gdb.base/call-rt-st.c: Likewise.
16922 * gdb.base/call-sc.c: Likewise.
16923 * gdb.base/call-strs.c: Likewise.
16924 * gdb.base/ending-run.c: Likewise.
16925 * gdb.base/execd-prog.c: Likewise.
16926 * gdb.base/exprs.c: Likewise.
16927 * gdb.base/foll-exec.c: Likewise.
16928 * gdb.base/foll-fork.c: Likewise.
16929 * gdb.base/foll-vfork.c: Likewise.
16930 * gdb.base/funcargs.c: Likewise.
16931 * gdb.base/gcore.c: Likewise.
16932 * gdb.base/jump.c: Likewise.
16933 * gdb.base/langs0.c: Likewise.
16934 * gdb.base/langs1.c: Likewise.
16935 * gdb.base/langs2.c: Likewise.
16936 * gdb.base/mips_pro.c: Likewise.
16937 * gdb.base/nodebug.c: Likewise.
16938 * gdb.base/opaque0.c: Likewise.
16939 * gdb.base/opaque1.c: Likewise.
16940 * gdb.base/recurse.c: Likewise.
16941 * gdb.base/run.c: Likewise.
16942 * gdb.base/scope0.c: Likewise.
16943 * gdb.base/scope1.c: Likewise.
16944 * gdb.base/setshow.c: Likewise.
16945 * gdb.base/setvar.c: Likewise.
16946 * gdb.base/shmain.c: Likewise.
16947 * gdb.base/shr1.c: Likewise.
16948 * gdb.base/shr2.c: Likewise.
16949 * gdb.base/sigall.c: Likewise.
16950 * gdb.base/signals.c: Likewise.
16951 * gdb.base/so-indr-cl.c: Likewise.
16952 * gdb.base/solib2.c: Likewise.
16953 * gdb.base/structs.c: Likewise.
16954 * gdb.base/sum.c: Likewise.
16955 * gdb.base/vforked-prog.c: Likewise.
16956 * gdb.base/watchpoint.c: Likewise.
16957 * gdb.reverse/shr2.c: Likewise.
16958 * gdb.reverse/until-reverse.c: Likewise.
16959 * gdb.reverse/ur1.c: Likewise.
16960 * gdb.reverse/watch-reverse.c: Likewise.
16961
066a77c5
AA
169622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16963
16964 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16965 variant.
16966 * gdb.base/sepdebug.exp: Drop references to removed code.
16967
4f204ea5
AA
169682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16969
16970 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16971 variant. Preserve original line numbering.
16972 * gdb.base/list1.c: Likewise.
16973
3b377a3a
AA
169742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16975
16976 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16977 variant.
16978 * gdb.base/break1.c: Likewise.
16979 * gdb.base/break.exp: Drop references to removed code.
16980
e444df73
AA
169812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16982
16983 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16984 variant.
16985
8008f2a7
AA
169862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16987
16988 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16989
a5a06887
AA
169902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16991
16992 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16993 logic into perform_all_tests() and invoke it with and without
16994 function header prototypes.
16995 (do_function_calls): Remove conditional XFAIL for PR 5318.
16996 (rerun_and_prepare): Remove duplicate code.
16997 (perform_all_tests): New. Main logic moved here.
16998
44dba9b9
AA
169992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17000
17001 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17002 code guarded by #ifdef NO_PROTOTYPES.
17003 (t_double_many_args): Likewise.
17004 (DEF_FUNC_MANY_ARGS_1): Likewise.
17005 (DEF_FUNC_VALUES_1): Likewise.
17006 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17007 guarded by #ifdef PROTOTYPES.
17008
d1fbcd56
AA
170092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17010
17011 * gdb.mi/mi-console.c: Add eye-catcher.
17012 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17013 instead of literal line number.
17014
b0e59b8f
AA
170152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17016
17017 * gdb.base/shr2.c: Add eye-catcher.
17018 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17019 line number.
17020
78f98cca
AA
170212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17022
17023 * gdb.base/jump.c: Add eye-catchers.
17024 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17025 numbers.
17026
58fa2af0
AA
170272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17028
17029 * gdb.base/execd-prog.c: Add eye-catchers.
17030 * gdb.base/foll-exec.c: Likewise.
17031 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17032 line numbers.
17033
04e5059b
AA
170342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17035
17036 * gdb.base/ending-run.c: Add eye-catchers.
17037 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17038 literal line numbers.
17039
dbfdb174
AA
170402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17041
17042 * gdb.base/call-rt-st.c: Add eye-catchers.
17043 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17044 literal line numbers.
17045
888a2ade
AA
170462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17047
17048 * gdb.base/call-ar-st.c: Add eye-catchers.
17049 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17050 literal line numbers.
17051
6acc2dde
AA
170522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17053
17054 * gdb.base/average.c: Add eye-catchers.
17055 * gdb.base/sum.c: Likewise.
17056 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17057 regexps dynamically.
17058
9ecfcd1d
AA
170592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17060
17061 * gdb.base/solib1.c: Add eye-catchers.
17062 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17063 literal line numbers.
17064
78708b7c
PA
170652014-11-12 Pedro Alves <palves@redhat.com>
17066
17067 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17068 leader has exited.
17069
af48d08f
PA
170702014-11-12 Pedro Alves <palves@redhat.com>
17071
17072 * gdb.arch/i386-bp_permanent.c: New file.
17073 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17074 (srcfile): Set to i386-bp_permanent.c.
17075 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17076 that stepi does not execute the 'leave' instruction, instead of
17077 testing it does execute.
17078 * gdb.base/bp-permanent.c: New file.
17079 * gdb.base/bp-permanent.exp: New file.
17080
af3768e9
DE
170812014-11-10 Doug Evans <xdje42@gmail.com>
17082
17083 PR symtab/17564
17084 * gdb.base/symtab-search-order.exp: New file.
17085 * gdb.base/symtab-search-order.c: New file.
17086 * gdb.base/symtab-search-order-1.c: New file.
17087 * gdb.base/symtab-search-order-shlib-1.c: New file.
17088
9de00a4a
PA
170892014-11-07 Pedro Alves <palves@redhat.com>
17090
17091 PR gdb/17511
17092 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17093 i?86-*-linux*.
17094
e0f52461
SC
170952014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17096
17097 PR c++/17494
17098 * gdb.cp/pr17494.cc: New file.
17099 * gdb.cp/pr17494.exp: New file.
17100
6ce8c980
YQ
171012014-11-02 Yao Qi <yao@codesourcery.com>
17102
17103 * gdb.python/python.exp: Get working directory and match the
17104 output of "set extended-prompt \\w " with it.
17105
02be9a71
DE
171062014-10-30 Doug Evans <dje@google.com>
17107
17108 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17109 in objfiles.
17110 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17111 in progspaces.
17112
3bdff46b
LM
171132014-10-30 Janis Johnson <janisjo@codesourcery.com>
17114
17115 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17116 * gdb.base/realname-expand.exp: Likewise.
17117 * gdb.linespec/macro-relative.exp: Likewise.
17118
ab917dfb
PA
171192014-10-29 Pedro Alves <palves@redhat.com>
17120
17121 PR gdb/17408
17122 * gdb.threads/schedlock.c (some_function): New function.
17123 (call_function): New global.
17124 (MAYBE_CALL_SOME_FUNCTION): New macro.
17125 (thread_function): Call it.
17126 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17127 and use it instead of a global counter. Adjust all callers.
17128 (get_current_thread): Use "find current thread" for test message
17129 here rather than having all callers pass down the same string.
17130 (goto_loop): New procedure, factored out from ...
17131 (my_continue): ... this.
17132 (step_ten_loops): Change parameter from test message to command to
17133 use. Adjust.
17134 (list_count): Delete global.
17135 (check_result): New procedure, factored out from duplicate top
17136 level code.
17137 (continue tests): Wrap in with_test_prefix.
17138 (test_step): New procedure, factored out from duplicate top level
17139 code.
17140 (top level): Test "step" in combination with all scheduler-locking
17141 modes. Test "next" in combination with all scheduler-locking
17142 modes, and in combination with stepping over a function call or
17143 not.
17144 * gdb.threads/next-bp-other-thread.c: New file.
17145 * gdb.threads/next-bp-other-thread.exp: New file.
17146
d3d4baed
PA
171472014-10-29 Pedro Alves <palves@redhat.com>
17148
17149 PR python/17372
17150 * gdb.python/python.exp: Test a multi-line command that spawns
17151 interactive Python.
17152 * gdb.base/multi-line-starts-subshell.exp: New file.
17153
563e8d85
YQ
171542014-10-29 Yao Qi <yao@codesourcery.com>
17155
17156 * gdb.base/fileio.exp: Make directories on host.
17157
0ea4d52e
YQ
171582014-10-29 Yao Qi <yao@codesourcery.com>
17159
17160 * gdb.base/fileio.c (test_write): Close the file.
17161
7f5ef605
PA
171622014-10-28 Pedro Alves <palves@redhat.com>
17163
17164 PR gdb/12623
17165 * gdb.base/sigstep.c (no_handler): New global.
17166 (main): If 'no_handler is true, set the signal handlers to
17167 SIG_IGN.
17168 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17169 with_sw_watch and no_handler parameters. Handle them.
17170 (top level) <stepping over handler when stopped at a breakpoint
17171 test>: Add a test axis for testing with a software watchpoint, and
17172 another for testing with the signal handler set to SIG_IGN.
17173 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17174 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17175
abbdbd03
PA
171762014-10-28 Pedro Alves <palves@redhat.com>
17177
17178 PR gdb/17511
17179 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17180 * gdb.base/sigstep.exp (other_handler_location): New global.
17181 (advance): Support stepping into the signal handler, and running
17182 commands while in the handler.
17183 (in_handler_map): New global.
17184 (top level): In the advance test, add combinations for getting
17185 into the handler with stepping commands, and for running commands
17186 in the handler. Add comment descripting the advancei tests.
17187
1df4399f
PA
171882014-10-28 Pedro Alves <palves@redhat.com>
17189
17190 * gdb.base/sigstep.exp: Use build_executable instead of
17191 prepare_for_testing.
17192 (top level): Move code that starts GDB, runs to main and creates a
17193 display to ...
17194 (restart): ... this new procedure.
17195 (top level): Move backtrace from signal handler test to ...
17196 (validate_backtrace): ... this new procedure.
17197 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17198 with_test_prefix. Always restart GDB.
17199 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17200 with_test_prefix. Always restart GDB. No need to delete
17201 breakpoints after the test.
17202 (test_skip_handler): Remove prefix parameter.
17203 (skip_over_handler, breakpoint_to_handler)
17204 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17205 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17206 restart GDB. No need to delete breakpoints after the test.
17207 (top level): Use foreach to call the test procedures with
17208 different commands.
17209
a5b6e449
PA
172102014-10-28 Pedro Alves <palves@redhat.com>
17211
17212 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17213 instead of GNATS numbers.
17214 * gdb.base/sigbpt.exp: Likewise.
17215 * gdb.base/siginfo.exp: Likewise.
17216 * gdb.base/sigstep.exp: Likewise.
17217
e5f8a7cc
PA
172182014-10-27 Pedro Alves <palves@redhat.com>
17219
17220 * gdb.base/sigstep.c (dummy): New global.
17221 (main): Issue a couple writes to the new global.
17222 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17223 procedures.
17224 (skip_over_handler): Use test_skip_handler.
17225 (top level): Call skip_over_handler for stepi and nexti too.
17226 (breakpoint_over_handler): Use test_skip_handler.
17227 (top level): Call breakpoint_over_handler for stepi and nexti too.
17228
763905a3
YQ
172292014-10-27 Yao Qi <yao@codesourcery.com>
17230
17231 * gdb.trace/tfile.c (adjust_function_address)
17232 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17233 function descriptor.
17234
6f259a23
DB
172352014-10-24 Don Breazeal <donb@codesourcery.com>
17236
17237 * gdb.base/foll-fork.exp (test_follow_fork,
17238 catch_fork_child_follow): Check for updated fork messages emitted
17239 from infrun.c.
17240 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17241 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17242 vfork_and_exec_child_follow_through_step): Check for updated vfork
17243 messages emitted from infrun.c.
17244
09dd9a69
PA
172452014-10-24 Pedro Alves <palves@redhat.com>
17246
17247 * gdb.base/corefile.exp: Remove references to ultrix.
17248 * gdb.base/interrupt.exp: Likewise.
17249 * gdb.base/whatis.exp: Likewise.
17250 * gdb.gdb/selftest.exp: Likewise.
17251 * gdb.threads/manythreads.exp: Likewise.
17252 * gdb.threads/print-threads.exp: Likewise.
17253 * gdb.threads/pthreads.exp:: Likewise.
17254 * gdb.threads/schedlock.exp: Likewise.
17255
3433cfa5
SC
172562014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17257
17258 * gdb.cp/non-trivial-retval.cc: Add a test case.
17259 * gdb.cp/non-trivial-retval.exp: Add a test.
17260
092f880b
YQ
172612014-10-20 Yao Qi <yao@codesourcery.com>
17262
17263 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17264 * gdb.python/py-objfile-script-gdb.py: New file.
17265 * gdb.python/py-objfile-script.exp: Update reference to
17266 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17267 of remote_download. Remove the dest file.
17268
acbdb7f3
YQ
172692014-10-20 Yao Qi <yao@codesourcery.com>
17270
17271 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17272 * gdb.base/step-line.exp: Likewise.
17273 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17274 * gdb.dwarf2/dw2-basic.exp: Likewise.
17275 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17276 * gdb.dwarf2/dw2-filename.exp: Likewise.
17277 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17278 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17279 * gdb.dwarf2/dw2-producer.exp: Likewise.
17280 * gdb.dwarf2/mac-fileno.exp: Likewise.
17281 * gdb.python/py-frame-args.exp: Likewise.
17282 * gdb.python/py-framefilter.exp: Likewise.
17283 * gdb.python/py-mi.exp: Likewise.
17284 * gdb.python/py-objfile-script.exp: Likewise
17285 * gdb.python/py-pp-integral.exp: Likewise.
17286 * gdb.python/py-pp-re-notag.exp: Likewise.
17287 * gdb.python/py-prettyprint.exp: Likewise.
17288 * gdb.python/py-section-script.exp: Likewise.
17289 * gdb.python/py-typeprint.exp: Likewise.
17290 * gdb.python/py-xmethods.exp: Likewise.
17291 * gdb.stabs/weird.exp: Likewise.
17292 * gdb.xml/tdesc-regs.exp: Likewise.
17293
bd286a29
KCY
172942014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17295
17296 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17297 (out_cu): Use addr_len for the size of addresses.
17298 (out_line): Likewise. Size DW_LNE_set_address instruction
17299 according to addr_len.
17300 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17301 (FUNC): Add START_INSNS to definition.
17302
673dc4a0
YQ
173032014-10-18 Yao Qi <yao@codesourcery.com>
17304
17305 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17306 gdb_has_argv0 return true.
17307 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17308 check [target_info exists noargs], check [gdb_has_argv0]
17309 instead.
17310 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17311 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17312 procedures.
17313
4ffbba72
DE
173142014-10-17 Doug Evans <dje@google.com>
17315
17316 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17317 event.
17318 * gdb.python/py-events.py: Add clear_objfiles event.
17319
d096d8c1
DE
173202014-10-17 Doug Evans <dje@google.com>
17321
17322 * gdb.python/py-objfile.exp: Test progspace attribute.
17323
a80db015
LM
173242014-10-17 Luis Machado <lgustavo@codesourcery.com>
17325
17326 * gdb.guile/scm-breakpoint.exp: Do not assume any
17327 directory separators when matching source file paths.
17328 * gdb.python/py-breakpoint.exp: Likewise.
17329 * gdb.reverse/break-precsave.exp: Likewise.
17330 * gdb.reverse/break-reverse.exp: Likewise.
17331 * gdb.reverse/consecutive-precsave.exp: Likewise.
17332 * gdb.reverse/finish-precsave.exp: Likewise.
17333 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17334 * gdb.reverse/finish-reverse.exp: Likewise.
17335 * gdb.reverse/i386-precsave.exp: Likewise.
17336 * gdb.reverse/i387-env-reverse.exp: Likewise.
17337 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17338 * gdb.reverse/machinestate-precsave.exp: Likewise.
17339 * gdb.reverse/machinestate.exp: Likewise.
17340 * gdb.reverse/sigall-precsave.exp: Likewise.
17341 * gdb.reverse/solib-precsave.exp: Likewise.
17342 * gdb.reverse/step-precsave.exp: Likewise.
17343 * gdb.reverse/until-precsave.exp: Likewise.
17344 * gdb.reverse/watch-precsave.exp: Likewise.
17345 * gdb.reverse/watch-reverse.exp: Likewise.
17346
b22089ab
YQ
173472014-10-17 Yao Qi <yao@codesourcery.com>
17348
17349 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17350 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17351
6c4486e6
PA
173522014-10-17 Pedro Alves <palves@redhat.com>
17353
17354 PR gdb/17471
17355 * gdb.base/bg-execution-repeat.c: New file.
17356 * gdb.base/bg-execution-repeat.exp: New file.
17357
0ff33695
PA
173582014-10-17 Pedro Alves <palves@redhat.com>
17359
17360 PR gdb/17300
17361 * gdb.base/continue-all-already-running.c: New file.
17362 * gdb.base/continue-all-already-running.exp: New file.
17363
6fdebc3d
PA
173642014-10-17 Pedro Alves <palves@redhat.com>
17365
17366 PR gdb/17472
17367 * gdb.base/annota-input-while-running.c: New file.
17368 * gdb.base/annota-input-while-running.exp: New file.
17369
32a8097b
PA
173702014-10-17 Pedro Alves <palves@redhat.com>
17371
17372 * gdb.base/callfuncs.exp: emove references to osf.
17373 * gdb.base/sigall.exp: Likewise.
17374 * gdb.gdb/selftest.exp: Likewise.
17375 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17376 * gdb.mi/non-stop.c: Likewise.
17377 * gdb.mi/pthreads.c: Likewise.
17378 * gdb.reverse/sigall-precsave.exp: Likewise.
17379 * gdb.reverse/sigall-reverse.exp: Likewise.
17380 * gdb.threads/pthreads.c: Likewise.
17381 * gdb.threads/pthreads.exp: Likewise.
17382
7a3517ff
YQ
173832014-10-17 Yao Qi <yao@codesourcery.com>
17384
17385 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17386 check 'target_info exists noargs'.
17387 (test_command_prompt_position): Likewise.
17388 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17389 Remove "set args".
17390 (progvar_simple_while_test): Likewise.
17391 (progvar_complex_if_while_test): Likewise.
17392 (if_while_breakpoint_command_test): Likewise.
17393 (infrun_breakpoint_command_test): Likewise.
17394 (breakpoint_command_test): Likewise.
17395 (watchpoint_command_test): Likewise.
17396 (bp_deleted_in_command_test): Likewise.
17397 (temporary_breakpoint_commands): Likewise.
17398
bb99c472
YQ
173992014-10-16 Yao Qi <yao@codesourcery.com>
17400
17401 * gdb.base/remotetimeout.exp: Remove noargs checking.
17402
7c16b83e
PA
174032014-10-15 Pedro Alves <palves@redhat.com>
17404
17405 PR breakpoints/9649
17406 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17407 * gdb.base/breakpoint-in-ro-region.exp
17408 (probe_target_hardware_step): New procedure.
17409 (top level): Probe hardware stepping and hardware breakpoint
17410 support. Test stepping through a read-only region, with both
17411 "breakpoint auto-hw" on and off and both "always-inserted" on and
17412 off.
17413
35a49624
IB
174142014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17415
17416 * gdb.dlang/demangle.exp: Update for demangling changes.
17417
2d1c107c
SC
174182014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17419
17420 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17421 * gdb.cp/non-trivial-retval.exp: Add new tests.
17422
778811d5
SC
174232014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17424
17425 PR c++/13403
17426 PR c++/15154
17427 * gdb.cp/non-trivial-retval.cc: New file.
17428 * gdb.cp/non-trivial-retval.exp: New file.
17429
10c5f0a8
YQ
174302014-10-15 Yao Qi <yao@codesourcery.com>
17431
17432 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17433 remote host.
17434
65d7b369
YQ
174352014-10-15 Yao Qi <yao@codesourcery.com>
17436
17437 * gdb.python/py-symbol.exp: Match file base name if host is
17438 remote, otherwise match file name with dir name.
17439 * gdb.python/py-symtab.exp: Likewise.
17440 * gdb.python/python.exp: Likewise.
17441
46dc1394
YQ
174422014-10-15 Yao Qi <yao@codesourcery.com>
17443
17444 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17445 pattern.
17446 * gdb.python/py-symtab.exp: Likewise.
17447 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17448 locationn.
17449
c40cc657
JB
174502014-10-14 Joel Brobecker <brobecker@adacore.com>
17451
17452 * gdb.ada/addr_arith: New testcase.
17453
2abf49e1
MR
174542014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17455
17456 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17457 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17458 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17459 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17460
f7088df3
SDJ
174612014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17462
17463 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17464 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17465 * gdb.arch/stap-eval-lang-ada.exp: New file.
17466
4dc06805
YQ
174672014-10-14 Yao Qi <yao@codesourcery.com>
17468
17469 * gdb.mi/mi-var-child.c (nothing1): New function.
17470 (nothing2): New function.
17471 (do_children_tests): Set function pointers by nothing1 and
17472 nothing2.
17473 * gdb.mi/mi-var-child.exp: Step over new added statements.
17474 Update test to match the new output.
17475 * gdb.mi/var-cmd.c (nothing1): New function.
17476 (nothing2): New function.
17477 (do_children_tests): Set function pointers by nothing1 and
17478 nothing2.
17479 * gdb.mi/mi-var-display.exp: Update test to match output.
17480 Step to the line specified by $line_dct_nothing.
17481 Increase the number of lines to step.
17482
46a93de2
YQ
174832014-10-14 Yao Qi <yao@codesourcery.com>
17484
17485 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17486 tests.
17487 * gdb.mi/mi2-var-child.exp: Likewise.
17488
14ea52ee
DE
174892014-10-13 Doug Evans <dje@google.com>
17490
17491 * gdb.python/py-objfile.exp: Change name of file name test.
17492
e5c6e92b
DE
174932014-10-13 Doug Evans <dje@google.com>
17494
17495 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17496 from the start of the CU.
17497
c780cc2f
JK
174982014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17499 Yao Qi <yao@codesourcery.com>
17500
17501 Fix "save breakpoints" for "catch" command.
17502 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17503 Remove -nonewline. Match also the added "main" line.
17504
99894e11
JK
175052014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17506
17507 Fix "save breakpoints" for "disable $bpnum" command.
17508 * gdb.base/save-bp.c (main): Add label.
17509 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17510
6e1ac5a3
JK
175112014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17512
17513 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17514
754dd2b0
YQ
175152014-10-11 Yao Qi <yao@codesourcery.com>
17516
17517 * gdb.server/server-kill.exp: Execute command
17518 "set remote trace-status-packet on" before "tstatus".
17519
f90183d7
YQ
175202014-10-11 Yao Qi <yao@codesourcery.com>
17521
17522 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17523 (main): Call getppid.
17524 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17525 and continue to it. Read variable "server_pid".
17526
bf40a607
YQ
175272014-10-11 Yao Qi <yao@codesourcery.com>
17528
17529 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17530
052ca370
YQ
175312014-10-11 Yao Qi <yao@codesourcery.com>
17532
17533 * gdb.threads/thread-find.exp: Don't execute command
17534 "info threads".
17535 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17536 * gdb.threads/linux-dp.exp: Don't check the condition
17537 $threads_created equals to zero.
17538
3831839c
PA
175392014-10-10 Pedro Alves <palves@redhat.com>
17540
17541 * gdb.base/bigcore.exp: Remove references to IRIX.
17542 * gdb.base/funcargs.exp: Likewise.
17543 * gdb.base/interrupt.exp: Likewise.
17544 * gdb.base/mips_pro.exp: Likewise.
17545 * gdb.base/nodebug.exp: Likewise.
17546 * gdb.base/setvar.exp: Likewise.
17547 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17548
8b9a549d
PA
175492014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17550 Pedro Alves <palves@redhat.com>
17551
17552 PR symtab/14466
17553 * gdb.base/vdso-warning.c: New file.
17554 * gdb.base/vdso-warning.exp: New file.
17555
d48ba5e8
DE
175562014-10-02 Doug Evans <dje@google.com>
17557
17558 * gdb.base/structs.c (main): Don't run forever.
17559
2278c276
PA
175602014-10-02 Pedro Alves <palves@redhat.com>
17561
17562 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17563 (top level) <stop threads 1, stop threads 2>: Use it.
17564
b57bacec
PA
175652014-10-02 Pedro Alves <palves@redhat.com>
17566
17567 * gdb.threads/break-while-running.exp (test): Add new
17568 'update_thread_list' argument. Skip "info threads" if false.
17569 (top level): Add new 'update_thread_list' axis.
17570
13fd3ff3
PA
175712014-10-02 Pedro Alves <palves@redhat.com>
17572
17573 PR breakpoints/17431
17574 * gdb.base/execl-update-breakpoints.c: New file.
17575 * gdb.base/execl-update-breakpoints.exp: New file.
17576
0fec99e8
PA
175772014-10-01 Pedro Alves <palves@redhat.com>
17578
17579 * gdb.base/breakpoint-in-ro-region.c: New file.
17580 * gdb.base/breakpoint-in-ro-region.exp: New file.
17581
2ddf4301
SM
175822014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17583
17584 * gdb.mi/mi-exit-code.exp: New file.
17585 * gdb.mi/mi-exit-code.c: New file.
17586
6a5f3f43
YQ
175872014-09-30 Yao Qi <yao@codesourcery.com>
17588
17589 * lib/prelink-support.exp (build_executable_own_libs): Error if
17590 the target isn't native.
17591
345bcc73
YQ
175922014-09-30 Yao Qi <yao@codesourcery.com>
17593
17594 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17595 false.
17596
a25a5a45
PA
175972014-09-22 Pedro Alves <palves@redhat.com>
17598
17599 * gdb.threads/break-while-running.exp: New file.
17600 * gdb.threads/break-while-running.c: New file.
17601
00ba3162
YQ
176022014-09-19 Yao Qi <yao@codesourcery.com>
17603
17604 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17605 Invoke test. Restart GDB with --readnow and invoke test again.
17606
c3b7b696
YQ
176072014-09-19 Yao Qi <yao@codesourcery.com>
17608
17609 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17610 proc set_breakpoint_on_gcd_function. Invoke
17611 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17612 invoke set_breakpoint_on_gcd_function again.
17613
2b4fd423
DE
176142014-09-18 Doug Evans <dje@google.com>
17615
17616 * gdb.dwarf2/symtab-producer.exp: New file.
17617
a5947601
SDJ
176182014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17619
17620 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17621 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17622 * gdb.base/global-var-nested-by-dso.c: Likewise.
17623 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17624
91c19059
SDJ
176252014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17626 Pedro Alves <palves@redhat.com>
17627
17628 * gdb.base/watch-bitfields.exp: Pass string other than test file
17629 name to prepare_for_testing.
17630 (watch): New procedure.
17631 (expect_watchpoint): Use with_test_prefix.
17632 (top level): Factor out tests to ...
17633 (test_watch_location, test_regular_watch): ... these new
17634 procedures, and use with_test_prefix and gdb_continue_to_end.
17635
bb9d5f81
PP
176362014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17637
17638 PR breakpoints/12526
17639 * gdb.base/watch-bitfields.exp: New file.
17640 * gdb.base/watch-bitfields.c: New file.
17641
635856f5
PA
176422014-09-16 Pedro Alves <palves@redhat.com>
17643
17644 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17645 software and hardware addresses, not software address against
17646 itself.
17647
7280ceea
PA
176482014-09-16 Pedro Alves <palves@redhat.com>
17649
17650 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17651 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17652
428b16bd
PA
176532014-09-16 Pedro Alves <palves@redhat.com>
17654
17655 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17656 files.
17657 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17658 "*-*-vxworks*" throughout.
17659 * gdb.base/break.exp: Likewise.
17660 * gdb.base/default.exp: Likewise.
17661 * gdb.base/scope.exp: Likewise.
17662 * gdb.base/sepdebug.exp: Likewise.
17663 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17664 throughout.
17665 * gdb.base/run.c: Likewise.
17666 * gdb.base/sepdebug.c: Likewise.
17667 * gdb.hp/gdb.aCC/run.c: Likewise.
17668 * gdb.reverse/until-reverse.c: Likewise.
17669 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17670
666d413c
YQ
176712014-09-16 Yao Qi <yao@codesourcery.com>
17672
17673 * boards/local-remote-host-native.exp: New file.
17674
57cbd724
DE
176752014-09-14 Doug Evans <xdje42@gmail.com>
17676
17677 * gdb.threads/queue-signal.c (thread_count): New variable.
17678 (thread_count_mutex, thread_count_condvar): New variables.
17679 (incr_thread_count, wait_all_threads_running): New functions.
17680 (main): Wait for all threads to be in their thread functions.
17681
81219e53
DE
176822014-09-13 Doug Evans <xdje42@gmail.com>
17683
17684 * gdb.threads/queue-signal.c: New file.
17685 * gdb.threads/queue-signal.exp: New file.
17686
3714cea7
DE
176872014-09-13 Doug Evans <xdje42@gmail.com>
17688
17689 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17690 be consistent with what default_gdb_init uses.
17691 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17692 the plain text of the prompt. Add some logging printfs.
17693 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17694
fa43b1d7
PA
176952014-09-12 Pedro Alves <palves@redhat.com>
17696
17697 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17698 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17699 * gdb.arch/i386-size-overlap.exp: Likewise.
17700 * gdb.arch/i386-size.exp: Likewise.
17701 * gdb.arch/i386-unwind.exp: Likewise.
17702 * gdb.base/a2-run.exp: Likewise.
17703 * gdb.base/break.exp: Likewise.
17704 * gdb.base/charset.exp: Likewise.
17705 * gdb.base/chng-syms.exp: Likewise.
17706 * gdb.base/commands.exp: Likewise.
17707 * gdb.base/dbx.exp: Likewise.
17708 * gdb.base/find.exp: Likewise.
17709 * gdb.base/funcargs.exp: Likewise.
17710 * gdb.base/jit-simple.exp: Likewise.
17711 * gdb.base/reread.exp: Likewise.
17712 * gdb.base/sepdebug.exp: Likewise.
17713 * gdb.base/step-bt.exp: Likewise.
17714 * gdb.cp/mb-inline.exp: Likewise.
17715 * gdb.cp/mb-templates.exp: Likewise.
17716 * gdb.objc/basicclass.exp: Likewise.
17717 * gdb.threads/killed.exp: Likewise.
17718
9d9bf2df
EBM
177192014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17720
17721 PR tdep/17379
17722 * gdb.arch/powerpc-stackless.S: New file.
17723 * gdb.arch/powerpc-stackless.exp: New file.
17724
1cf2f1b0
JK
177252014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17726
17727 * gdb.base/attach.c: Include unistd.h.
17728 (main): Call alarm. Add label postloop.
17729 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17730 gdb_breakpoint, gdb_continue_to_breakpoint.
17731 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17732
98880d46
PA
177332014-09-11 Pedro Alves <palves@redhat.com>
17734
17735 PR gdb/17347
17736 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17737 * gdb.base/attach.exp (test_command_line_attach_run): New
17738 procedure.
17739 (top level): Call it.
17740
4c92ff2c
PA
177412014-09-11 Pedro Alves <palves@redhat.com>
17742
17743 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17744 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17745 (do_command_attach_tests): Use spawn_wait_for_attach.
17746 * gdb.base/solib-overlap.exp: Likewise.
17747 * gdb.multi/multi-attach.exp: Likewise.
17748 * gdb.python/py-prompt.exp: Likewise.
17749 * gdb.python/py-sync-interp.exp: Likewise.
17750 * gdb.server/ext-attach.exp: Likewise.
17751
3adc1a7d
GKB
177522014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17753
17754 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17755 command in testcase. Simplify testcase.
17756
96334934
JB
177572014-09-10 Joel Brobecker <brobecker@adacore.com>
17758
17759 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17760
eb479039
JB
177612014-09-10 Joel Brobecker <brobecker@adacore.com>
17762
17763 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17764
deede10c
JB
177652014-09-10 Joel Brobecker <brobecker@adacore.com>
17766
17767 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17768
7828a5f5
JB
177692014-09-10 Joel Brobecker <brobecker@adacore.com>
17770
17771 * gdb.dwarf2/dynarr-ptr.c: New file.
17772 * gdb.dwarf2/dynarr-ptr.exp: New file.
17773
33aeebcf
MR
177742014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17775
17776 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17777 of 30 rather than hardcoding 120 for a slow test case. Take the
17778 `gdb,timeout' target setting into account for this calculation.
17779 Don't extend the timeout for the test cases that don't need it.
17780
7b415901
MR
177812014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17782
17783 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17784 a factor of 2 for a slow test case. Take the `gdb,timeout'
17785 target setting into account for this calculation.
17786 * gdb.reverse/until-precsave.exp: Increase the timeout by
17787 a factor of 15 and 3 respectively rather than adding 120
17788 for a pair of slow test cases. Take the `gdb,timeout'
17789 target setting into account for this calculation.
17790
4a40f85a
MR
177912014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17792
17793 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17794 timeout, don't pass one down to gdb_expect.
17795 (gdb_expect): Rework timeout selection.
17796
09635af7
MR
177972014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17798
17799 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17800 exception on timeout.
17801 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17802 (gdbserver_start_extended): Catch any `gdbserver_start' error
17803 exceptions.
17804 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17805 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17806 `gdbserver_gdb_load' error exceptions.
17807
2bdd10b7
MR
178082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17809
17810 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17811 120 on waiting for the TCP socket to open.
17812
316935f0
DE
178132014-09-09 Doug Evans <xdje42@gmail.com>
17814
17815 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17816 _caller_matches, _any_caller_is, _any_caller_matches.
17817
83740597
DE
178182014-09-09 Doug Evans <xdje42@gmail.com>
17819
17820 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17821
4c122fc3
YQ
178222014-09-09 Yao Qi <yao@codesourcery.com>
17823
17824 * gdb.mi/mi-var-display.exp: Set print symbol off.
17825
a9f116cb
GKB
178262014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17827
17828 PR gdb/17035
17829 * gdb.base/commands.exp: Add tests to verify user-defined
17830 commands with empty bodies.
17831 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17832 python commands in `show user command`.
17833 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17834 scheme commands in `show user command`.
17835
c75bd3a2
JK
178362014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17837
17838 PR python/17355
17839 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17840 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17841 * gdb.python/py-framefilter-invalidarg.exp: New file.
17842 * gdb.python/py-framefilter-invalidarg.py: New file.
17843
faa42425
DE
178442014-09-06 Doug Evans <xdje42@gmail.com>
17845
17846 PR 15276
17847 * gdb.python/py-caller-is.c: New file.
17848 * gdb.python/py-caller-is.exp: New file.
17849
474ca4f6
SDJ
178502014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17851
17852 PR gdb/17235
17853 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17854 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17855
eb0b0463
SDJ
178562014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17857
17858 PR fortran/17237
17859 * gdb.fortran/print-formatted.exp: New file.
17860 * gdb.fortran/print-formatted.f90: Likewise.
17861
5f3b99cf
SS
178622014-09-03 Sasha Smundak <asmundak@google.com>
17863
17864 * gdb.python/py-frame.exp: Test Frame.read_register.
17865
7d793aa9
SDJ
178662014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17867
17868 PR python/16699
17869 * gdb.python/py-completion.exp: New file.
17870 * gdb.python/py-completion.py: Likewise.
17871
fb0576e9
DE
178722014-08-28 Doug Evans <dje@google.com>
17873
17874 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17875 eax,etc. are live with values set by gdb and thus the compiler can't
17876 use them.
17877 * gdb.arch/i386-pseudo.c (main): Ditto.
17878
ee92b0dd
DE
178792014-08-27 Doug Evans <dje@google.com>
17880
17881 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17882
6649db35
DE
178832014-08-25 Doug Evans <dje@google.com>
17884
17885 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17886 (main): Ditto.
17887
564b7600
DE
178882014-08-25 Doug Evans <dje@google.com>
17889
17890 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17891
3881fb67
YQ
178922014-08-24 Yao Qi <yao@codesourcery.com>
17893
17894 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17895 symbol off.
17896 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17897
a05a36a5
DE
178982014-08-22 Doug Evans <dje@google.com>
17899
17900 PR 17276
17901 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17902 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17903 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17904
7c343b48
YQ
179052014-08-22 Yao Qi <yao@codesourcery.com>
17906
17907 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17908 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17909 * gdb.python/python.exp: Likewise. Use .py file on the host
17910 instead of the build.
17911
22fd09ae
JK
179122014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17913
17914 * gdb.threads/gcore-stale-thread.c: New file.
17915 * gdb.threads/gcore-stale-thread.exp: New file.
17916
a8454a7c
PA
179172014-08-21 Pedro Alves <palves@redhat.com>
17918
17919 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17920 * gdb.base/gcore-relro-pie.exp: Likewise.
17921 * gdb.base/gcore-relro.exp: Likewise.
17922 * gdb.base/gcore.exp: Likewise.
17923 * gdb.base/print-symbol-loading.exp: Likewise.
17924 * gdb.threads/gcore-thread.exp: Likewise.
17925 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17926
2a31c623
PA
179272014-08-20 Pedro Alves <palves@redhat.com>
17928 Jan Kratochvil <jan.kratochvil@redhat.com>
17929
17930 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17931 configure.
17932 (EXPECT): Handle READ1 being set.
17933 (all): Depend on EXTRA_RULES.
17934 (check-read1, expect-read1, read1.so, read1): New rules.
17935 * README (Testsuite Parameters): Document the READ1 make variable.
17936 (Race detection): New section.
17937 * configure: Regenerate.
17938 * configure.ac: If build==host==target, and running under a
17939 GNU/glibc system, add read1 to the extra Makefile rules.
17940 (EXTRA_RULES): AC_SUBST it.
17941 * lib/read1.c: New file.
17942
d36430db
JB
179432014-08-20 Joel Brobecker <brobecker@adacore.com>
17944
17945 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17946 the handling of variables declared as a typedef to an array
17947 which a DW_AT_data_location attribute.
17948
9a0dc9e3
PA
179492014-08-19 Andrew Burgess <aburgess@broadcom.com>
17950 Pedro Alves <palves@redhat.com>
17951
17952 PR symtab/14604
17953 PR symtab/14605
17954 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17955 gdb_test.
17956
0718a8da
PA
179572014-08-19 Pedro Alves <palves@redhat.com>
17958
17959 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17960
13b448cd
YQ
179612014-08-19 Yao Qi <yao@codesourcery.com>
17962
17963 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17964 right line.
17965
1cbf5077
DB
179662014-08-18 David Blaikie <dblaikie@gmail.com>
17967
17968 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17969
bf0fae19
JB
179702014-08-18 Joel Brobecker <brobecker@adacore.com>
17971
17972 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17973 attribute in array range.
17974
3c8c5dcc
JB
179752014-08-18 Joel Brobecker <brobecker@adacore.com>
17976
17977 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17978
e66d4446
SC
179792014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17980
17981 PR c++/17132
17982 * gdb.cp/pr17132.cc: New file.
17983 * gdb.cp/pr17132.exp: New file.
17984
940df408
SC
179852014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17986
17987 * gdb.python/py-xmethods.py (A_getarrayind)
17988 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17989 Use 'print' with function call syntax.
17990 (E_method_matcher.match): Fix tab vs space indentation mixup.
17991
ebcc6c3a
YQ
179922014-08-15 Yao Qi <yao@codesourcery.com>
17993
17994 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17995 false.
17996
775e0f04
YQ
179972014-08-15 Yao Qi <yao@codesourcery.com>
17998
17999 * gdb.cp/casts.exp: Set print symbol off.
18000 * gdb.cp/class2.exp: Likewise.
18001 * gdb.cp/overload.exp: Likewise.
18002 * gdb.cp/templates.exp: Likewise.
18003
d769e349
DE
180042014-08-11 Doug Evans <dje@google.com>
18005
18006 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18007 (test_load_shlib): Update.
18008
20c6f1e1
YQ
180092014-08-09 Yao Qi <yao@codesourcery.com>
18010
18011 * gdb.base/display.exp: Invoke is_address_zero_readable.
18012 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18013 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18014 * gdb.base/hbreak-unmapped.exp: Return if
18015 is_address_zero_readable returns true.
18016 * gdb.base/signest.exp: Likewise.
18017 * gdb.base/signull.exp: Likewise.
18018 * gdb.base/sigbpt.exp: Likewise.
18019 * gdb.guile/scm-disasm.exp: Do the test if
18020 is_address_zero_readable returns false.
18021 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18022 * gdb.python/py-arch.exp: Likewise.
18023 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18024 * lib/gdb.exp (is_address_zero_readable): New proc.
18025
5792e8e3
YQ
180262014-08-09 Yao Qi <yao@codesourcery.com>
18027
18028 PR testsuite/13443
18029 * gdb.mi/mi-var-display.exp: Make test messages unique.
18030
3cecbbbe
TT
180312014-08-04 Tom Tromey <tromey@redhat.com>
18032
18033 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18034 target 0".
18035
00b51ff5
TT
180362014-08-04 Tom Tromey <tromey@redhat.com>
18037
18038 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18039 "target_resume".
18040
6908c509
JB
180412014-08-01 Joel Brobecker <brobecker@adacore.com>
18042
18043 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18044 inner_vla_struct_object_size.
18045 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18046 as xfail.
18047
cc6563d2
PA
180482014-07-30 Pedro Alves <palves@redhat.com>
18049
18050 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18051 comment.
18052
7e09a223
YQ
180532014-07-29 Yao Qi <yao@codesourcery.com>
18054
18055 PR gdb/17206
18056 * gdb.base/until-nodebug.exp: New.
18057
7ebdbe92
DE
180582014-07-28 Doug Evans <xdje42@gmail.com>
18059
18060 PR guile/17203
18061 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18062 previously existing parameter, and previously ambiguously spelled
18063 parameter.
18064
fdb1adc6
WN
180652014-07-28 Will Newton <will.newton@linaro.org>
18066
18067 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18068
186fcde0
DE
180692014-07-26 Ludovic Courtès <ludo@gnu.org>
18070 Doug Evans <xdje42@gmail.com>
18071
18072 PR guile/17146
18073 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18074
70509625
PA
180752014-07-25 Pedro Alves <palves@redhat.com>
18076
18077 * gdb.threads/signal-command-handle-nopass.c: New file.
18078 * gdb.threads/signal-command-handle-nopass.exp: New file.
18079 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18080 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18081 * gdb.threads/signal-delivered-right-thread.c: New file.
18082 * gdb.threads/signal-delivered-right-thread.exp: New file.
18083
c3f814a1
PA
180842014-07-25 Pedro Alves <palves@redhat.com>
18085
18086 * gdb.base/double-prompt-target-event-error.exp
18087 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18088 match.
18089 (cancel_pagination_in_target_event): Rework double prompt
18090 detection.
18091 * gdb.base/paginate-after-ctrl-c-running.exp
18092 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18093 <return>' match.
18094 * gdb.base/paginate-bg-execution.exp
18095 (test_bg_execution_pagination_return)
18096 (test_bg_execution_pagination_cancel): Remove '-notransfer
18097 <return>' matches.
18098 * gdb.base/paginate-execution-startup.exp
18099 (test_fg_execution_pagination_return)
18100 (test_fg_execution_pagination_cancel): Remove '-notransfer
18101 <return>' matches.
18102 * gdb.base/paginate-inferior-exit.exp
18103 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18104 match.
18105 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18106 * lib/gdb.exp (pagination_prompt): Run text through
18107 string_to_regexp.
18108 (gdb_test_multiple): Match $pagination_prompt instead of
18109 "<return>".
18110 (string_to_regexp): Move to lib/gdb-utils.exp.
18111
e214cf6c
JK
181122014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18113
18114 * gdb.arch/amd64-entry-value-paramref.S: New file.
18115 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18116 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18117 * gdb.arch/amd64-optimout-repeat.S: New file.
18118 * gdb.arch/amd64-optimout-repeat.c: New file.
18119 * gdb.arch/amd64-optimout-repeat.exp: New file.
18120
17d0c5c8
JK
181212014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18122
18123 PR gdb/17170
18124 * gdb.base/statistics.exp: New file.
18125
b8b8facf
DE
181262014-07-17 Doug Evans <dje@google.com>
18127
74b49205 18128 PR gdb/17170
b8b8facf
DE
18129 * gdb.base/maint.exp: Update testing of per-command stats.
18130
1b5d0ab3
PA
181312014-07-16 Pedro Alves <palves@redhat.com>
18132
18133 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18134 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18135 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18136 (tfile_write_buf): New functions.
18137 (add_memory_block): Rewrite using the above.
18138 (adjust_function_address): New function.
18139 (FUNCTION_ADDRESS): New macro.
18140 (write_basic_trace_file): Remove short_x local, and use
18141 tfile_write_16. Change type of func_addr local to unsigned long
18142 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18143 here. Cast argument of add_memory_block to char pointer.
18144 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18145 (main): Remove parameters.
18146 * gdb.trace/tfile.exp: Remove nowarnings.
18147
4d974e88
SM
181482014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18149
18150 * gdb.base/debug-expr.exp: Test string evaluation with
18151 "debug expression" on.
18152
41e99568
PA
181532014-07-15 Pedro Alves <palves@redhat.com>
18154
18155 * gdb.base/reread.exp: Use clean_restart.
18156
487d9753
PL
181572014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18158
18159 * gdb.arch/avr-flash-qualifer.c: New.
18160 * gdb.arch/avr-flash-qualifer.exp: New.
18161
cc1c52ad
PA
181622014-07-14 Pedro Alves <palves@redhat.com>
18163
18164 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18165 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18166
1e973570
PA
181672014-07-14 Pedro Alves <palves@redhat.com>
18168
18169 * gdb.base/double-prompt-target-event-error.c: New file.
18170 * gdb.base/double-prompt-target-event-error.exp: New file.
18171
93d6eb10
PA
181722014-07-14 Pedro Alves <palves@redhat.com>
18173
18174 PR gdb/17072
18175 * gdb.base/paginate-inferior-exit.c: New file.
18176 * gdb.base/paginate-inferior-exit.exp: New file.
18177
0017922d
PA
181782014-07-14 Pedro Alves <palves@redhat.com>
18179
18180 PR gdb/17072
18181 * gdb.base/paginate-bg-execution.c: New file.
18182 * gdb.base/paginate-bg-execution.exp: New file.
18183
94696ad3
PA
181842014-07-14 Pedro Alves <palves@redhat.com>
18185
18186 PR gdb/17072
18187 * gdb.base/paginate-execution-startup.c: New file.
18188 * gdb.base/paginate-execution-startup.exp: New file.
18189 * lib/gdb.exp (pagination_prompt): New global.
18190 (default_gdb_spawn): New procedure, factored out from
18191 default_gdb_spawn.
18192 (default_gdb_start): Adjust to call default_gdb_spawn.
18193 (gdb_spawn): New procedure.
18194
bd293940
PA
181952014-07-14 Pedro Alves <palves@redhat.com>
18196
18197 * lib/gdb.exp (gdb_assert): New procedure.
18198 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18199
c933f875
PA
182002014-07-14 Pedro Alves <palves@redhat.com>
18201
18202 * gdb.base/execution-termios.c: New file.
18203 * gdb.base/execution-termios.exp: New file.
18204
d98b7a16
TT
182052014-07-14 Tom Tromey <tromey@redhat.com>
18206
18207 * gdb.cp/vla-cxx.cc: New file.
18208 * gdb.cp/vla-cxx.exp: New file.
18209
548740d6
TT
182102014-07-14 Tom Tromey <tromey@redhat.com>
18211
18212 * gdb.reverse/rerun-prec.c: New file.
18213 * gdb.reverse/rerun-prec.exp: New file.
18214
a25eb028
MR
182152014-07-12 Maciej W. Rozycki <macro@mips.com>
18216 Maciej W. Rozycki <macro@codesourcery.com>
18217
18218 * lib/gdb-utils.exp: New file.
18219 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18220 inline `gdb_init_command' processing.
18221 (gdb_start_cmd): Likewise.
18222 * lib/mi-support.exp (mi_run_cmd): Likewise.
18223 * README: Document `gdb_init_command' and `gdb_init_commands'.
18224
218c2655
JK
182252014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18226
18227 Fix false FAIL running under a very long directory name.
18228 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18229 and "set print elements 10000". Twice.
18230
5401fde3
YQ
182312014-07-11 Yao Qi <yao@codesourcery.com>
18232
18233 * gdb.base/exprs.exp: "set print symbol off".
18234
e76126e8
PA
182352014-07-11 Pedro Alves <palves@redhat.com>
18236
18237 * gdb.threads/kill.c: New file.
18238 * gdb.threads/kill.exp: New file.
18239
2d6f0de6
YQ
182402014-07-10 Yao Qi <yao@codesourcery.com>
18241
18242 * gdb.trace/tfile.c (write_basic_trace_file)
18243 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18244 address written to trace file.
18245
7180e04a
PA
182462014-07-09 Pedro Alves <palves@redhat.com>
18247
18248 * gdb.base/attach-wait-input.exp: New file.
18249 * gdb.base/attach-wait-input.c: New file.
18250
9a9a7608
AB
182512014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18252
18253 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18254 setting up test structures.
18255 (main): Call new test function.
18256 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18257 test function, continue into test function and walk test
18258 structures.
18259
161ac41e
YQ
182602014-07-02 Yao Qi <yao@codesourcery.com>
18261
18262 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18263 'bar_start' at the beginning of functions 'foo' and 'bar'
18264 respectively.
18265 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18266 instead of 'foo' and 'bar'.
18267
1f267ae3
MM
182682014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18269
18270 * gdb.btrace/segv.exp: New.
18271 * gdb.btrace/segv.c: New.
18272
2b239efb
LM
182732014-07-02 Luis Machado <lgustavo@codesourcery.com>
18274
18275 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18276 instruction.
18277
cf363f18
MW
182782014-06-30 Mark Wielaard <mjw@redhat.com>
18279
18280 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18281 vulture, vilify, villar): New volatile array constants.
18282 (vindictive, vegetation): New const volatile array constants.
18283 * gdb.base/volatile.exp: Test volatile and const volatile array
18284 types.
18285
aebf9d24
AA
182862014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18287
18288 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18289 target lacks support for awatch, rwatch, or hbreak.
18290
b67a2c6f
YQ
182912014-06-27 Yao Qi <yao@codesourcery.com>
18292
18293 * gdb.multi/dummy-frame-restore.exp: New.
18294 * gdb.multi/dummy-frame-restore.c: New.
18295
aef92902
MM
182962014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18297
18298 * gdb.btrace/gcore.exp: New.
18299
8e9db26e
PA
183002014-06-23 Pedro Alves <palves@redhat.com>
18301
18302 * gdb.base/watchpoint-reuse-slot.c: New file.
18303 * gdb.base/watchpoint-reuse-slot.exp: New file.
18304
70afc5b7
SC
183052014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18306
18307 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18308 progspace's filename in 'info', 'enable' and 'disable' command
18309 tests.
18310
b972bd9c
JK
183112014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18312
18313 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18314 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18315 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18316
125f8a3d
GB
183172014-06-20 Gary Benson <gbenson@redhat.com>
18318
18319 * gdb.arch/i386-avx.exp: Fix include file location.
18320 * gdb.arch/i386-sse.exp: Likewise.
18321
3ed9baed
IB
183222014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18323
18324 * gdb.dlang/expression.exp: New file.
18325
034f788c
PA
183262014-06-19 Pedro Alves <palves@redhat.com>
18327
18328 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18329 out from ...
18330 (top level): ... here. Iterate running tests under different
18331 scheduler-locking settings.
18332
45371d0c
LM
183332014-06-18 Luis Machado <lgustavo@codesourcery.com>
18334
18335 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18336 to DW_FORM_addr and use non-zero addresses.
18337
5d376983
SC
183382014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18339
18340 PR gdb/17017
18341 * gdb.python/py-xmethods.cc: Add global function call counters and
18342 increment them in their respective functions. Remove "cout"
18343 statements.
18344 * gdb.python/py-xmethods.exp: Make tests check the global function
18345 call counters instead of depending on inferior IO.
18346
a1aa2221
LM
183472014-06-18 Don Breazeal <donb@codesourcery.com>
18348
18349 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18350 Deleted procedure.
18351 (explicit_fork_parent_follow): Deleted procedure.
18352 (explicit_fork_child_follow): Deleted procedure.
18353 (test_follow_fork): New procedure.
18354 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18355 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18356 procedure calls.
18357
0fc05997
YQ
183582014-06-17 Yao Qi <yao@codesourcery.com>
18359
18360 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18361 CP1252.
18362
70795c52
LM
183632014-06-17 Luis Machado <lgustavo@codesourcery.com>
18364
18365 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18366 Initialize ptr and S explicitly.
18367 (skip_type_update_when_not_use_rtti_test): Likewise.
18368
6be47f0c
KS
183692014-06-16 Keith Seitz <keiths@redhat.com>
18370
18371 PR mi/15863
18372 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18373 the inferior is started.
18374
d03de421
PA
183752014-06-16 Pedro Alves <palves@redhat.com>
18376
18377 * gdb.base/break-main-file-remove-fail.c: New file.
18378 * gdb.base/break-main-file-remove-fail.exp: New file.
18379 * gdb.base/break-unload-file.exp: Use build_executable instead of
18380 prepare_for_testing.
18381 (test_break): New parameter "initial_load". Handle it.
18382 (top level): Add initial_load cmdline/file axis.
18383
f9579b99
TT
183842014-06-12 Tom Tromey <tromey@redhat.com>
18385
18386 * gdb.base/completion.exp: Don't use directory name in test.
18387
3657956b
GB
183882014-06-09 Gary Benson <gbenson@redhat.com>
18389
18390 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18391 separate the always-available ANSI-standard signals from the
18392 signals that require checking.
18393 (main): Likewise.
18394 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18395 Likewise.
18396 (main): Likewise.
18397
4186eb54
KS
183982014-06-07 Keith Seitz <keiths@redhat.com>
18399
18400 Revert:
18401 PR c++/16253
18402 * gdb.cp/var-tag.cc: New file.
18403 * gdb.cp/var-tag.exp: New file.
18404 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18405 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18406 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18407 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18408
25326a28 184092014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18410
18411 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18412
829155c9
PA
184132014-06-06 Pedro Alves <palves@redhat.com>
18414
18415 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18416 in target debug output instead of looking at RSP packets,
18417 disabling the test on any target that uses hardware stepping.
18418 Update comments.
18419
61c8d22e
PA
184202014-06-06 Pedro Alves <palves@redhat.com>
18421
18422 * gdb.base/break-unload-file.exp: Fix typo.
18423
d9a47287
YQ
184242014-06-06 Yao Qi <yao@codesourcery.com>
18425
18426 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18427 from "jit_function" to "^jit_function".
18428
e5e01dbf
YQ
184292014-06-06 Yao Qi <yao@codesourcery.com>
18430
18431 * gdb.base/async.c (foo): Add one statement.
18432 * gdb.base/async.exp: Get the next instruction address and
18433 match the output of "nexti" by instruction address. Match
18434 the hex address in the output of "finish".
18435
73ba372c
GB
184362014-06-06 Gary Benson <gbenson@redhat.com>
18437
18438 * gdb.base/call-signals.c: Remove preprocessor conditionals
18439 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18440 SIGSEGV and SIGTERM.
18441 * gdb.base/sigall.c: Likewise.
18442 * gdb.base/unwindonsignal.c: Likewise.
18443 * gdb.reverse/sigall-reverse.c: Likewise.
18444
831517df
YQ
184452014-06-06 Yao Qi <yao@codesourcery.com>
18446
18447 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18448 readable, skip the test.
18449
b8b91e98
YQ
184502014-06-06 Yao Qi <yao@codesourcery.com>
18451
18452 * gdb.threads/staticthreads.c (thread_function): Move the line
18453 setting breakpoint on forward.
18454 * gdb.threads/staticthreads.exp: Update comments.
18455
fb934770
LC
184562014-06-05 Ludovic Courtès <ludo@gnu.org>
18457
18458 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18459 "history-append! type error".
18460
6ef284bd
SM
184612014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18462
18463 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18464 erroneous dprintf expected input.
18465
a872e241
DE
184662014-06-04 Doug Evans <xdje42@gmail.com>
18467
18468 * gdb.guile/scm-generics.exp: Delete.
18469
16f691fb
DE
184702014-06-04 Doug Evans <xdje42@gmail.com>
18471
18472 * gdb.guile/scm-breakpoint.exp: Update.
18473 Add tests for breakpoint registration.
18474
012370f6
TT
184752014-06-04 Tom Tromey <tromey@redhat.com>
18476
18477 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18478 VLA-in-union.
18479 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18480 inner_vla_struct, vla_union types. Initialize objects of those
18481 types and compute their sizes.
18482
9f5a4cef
HZ
184832014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18484 Hui Zhu <hui@codesourcery.com>
18485
18486 * gdb.base/fileio.exp: Add test for shell not available as well as
18487 available.
18488 * gdb.base/fileio.c (test_system): Check for shell twice.
18489
90a45c4d
YQ
184902014-06-04 Yao Qi <yao@codesourcery.com>
18491
18492 * gdb.base/auto-connect-native-target.exp: Remove redundant
18493 space from the regexp pattern.
18494
70017e41
YQ
184952014-06-04 Yao Qi <yao@codesourcery.com>
18496
18497 * gdb.base/default.exp: Replace "child" with "native" in
18498 regexp pattern.
18499
883964a7
SC
185002014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18501
18502 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18503 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18504 * gdb.python/py-xmethods.py: Python script supporting the
18505 new testcase and tests.
18506
ef370185
JB
185072014-06-03 Joel Brobecker <brobecker@adacore.com>
18508 Pedro Alves <palves@redhat.com>
18509
18510 PR breakpoints/17000
18511 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18512 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18513
1e2ccb61
BM
185142014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18515
18516 * gdb.base/subst.exp: Add tests to verify partial path matching
18517 output.
18518
c6ec5ab2
PA
185192014-06-03 Pedro Alves <palves@redhat.com>
18520
18521 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18522 target that doesn't use software single-stepping.
18523
835c559f
PA
185242014-06-03 Pedro Alves <palves@redhat.com>
18525
18526 PR breakpoints/17000
18527 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18528 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18529
06eb1586
DE
185302014-06-02 Doug Evans <xdje42@gmail.com>
18531
18532 * gdb.guile/scm-parameter.exp: New file.
18533
e698b8c4
DE
185342014-06-02 Doug Evans <xdje42@gmail.com>
18535
18536 * gdb.guile/scm-cmd.c: New file.
18537 * gdb.guile/scm-cmd.exp: New file.
18538
ded03782
DE
185392014-06-02 Doug Evans <xdje42@gmail.com>
18540
18541 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18542 pretty-printer lookup.
18543 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18544 (make-pp_s-printer): Call it.
18545 (make-pretty-printer-from-dict): New function.
18546 (lookup-pretty-printer-maker-from-dict): New function.
18547 (*pretty-printer*): Simplify.
18548 (make-objfile-pp_s-printer): New function.
18549 (install-objfile-pretty-printers!): New function.
18550 (make-progspace-pp_s-printer): New function.
18551 (install-progspace-pretty-printers!): New function.
18552 * gdb.guile/scm-progspace.c: New file.
18553 * gdb.guile/scm-progspace.exp: New file.
18554
41fac0cf
PA
185552014-06-02 Pedro Alves <palves@redhat.com>
18556
18557 * gdb.base/dprintf-bp-same-addr.c: New file.
18558 * gdb.base/dprintf-bp-same-addr.exp: New file.
18559
96ae5695
EBM
185602014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18561
18562 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18563 * gdb.arch/powerpc-power.s: Likewise.
18564
da02b3a8
JB
185652014-06-02 Joel Brobecker <brobecker@adacore.com>
18566
18567 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18568
c72b2e7b
YQ
185692014-06-01 Yao Qi <yao@codesourcery.com>
18570
18571 * gdb.base/watchpoint.exp (test_watch_location): Check null
18572 pointer can be dereferenced. If not, do the test, otherwise
18573 skip it.
18574
53e8a631
AB
185752014-05-30 Andrew Burgess <aburgess@broadcom.com>
18576
18577 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18578 results.
18579 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18580
938f0e2f
AB
185812014-05-30 Andrew Burgess <aburgess@broadcom.com>
18582
18583 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18584 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18585 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18586 * gdb.arch/amd64-invalid-stack-top.c: New file.
18587 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18588
9ba6657a
PA
185892014-05-30 Pedro Alves <palves@redhat.com>
18590
18591 PR breakpoints/17000
18592 * gdb.base/sss-bp-on-user-bp.c: New file.
18593 * gdb.base/sss-bp-on-user-bp.exp: New file.
18594
522c09bf
DB
185952014-05-30 David Blaikie <dblaikie@gmail.com>
18596
18597 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18598 gnu_inline semantics via attribute.
18599 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18600 source explicitly specifies the required semantics.
18601
bf4ef81e
MR
186022014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18603
18604 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18605
329ea579
PA
186062014-05-29 Pedro Alves <palves@redhat.com>
18607 Tom Tromey <tromey@redhat.com>
18608
18609 * gdb.base/async-shell.exp: Don't enable target-async.
18610 * gdb.base/async.exp
18611 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18612 parameter. Adjust.
18613 (top level): Don't test with "target-async".
18614 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18615 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18616 * gdb.base/inferior-died.exp: Don't enable target-async.
18617 * gdb.base/interrupt-noterm.exp: Likewise.
18618 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18619 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18620 * gdb.mi/mi-nonstop.exp: Likewise.
18621 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18622 * gdb.mi/mi-nsintrall.exp: Likewise.
18623 * gdb.mi/mi-nsmoribund.exp: Likewise.
18624 * gdb.mi/mi-nsthrexec.exp: Likewise.
18625 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18626 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18627 * gdb.python/py-evsignal.exp: Don't enable target-async.
18628 * gdb.python/py-evthreads.exp: Likewise.
18629 * gdb.python/py-prompt.exp: Likewise.
18630 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18631 * gdb.server/solib-list.exp: Don't enable target-async.
18632 * gdb.threads/thread-specific-bp.exp: Likewise.
18633 * lib/mi-support.exp: Adjust to use mi-async.
18634
fd664c91
PA
186352014-05-29 Pedro Alves <palves@redhat.com>
18636
18637 PR gdb/13860
18638 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18639 reason, even in sync mode.
18640
251bde03
PA
186412014-05-29 Pedro Alves <palves@redhat.com>
18642 Hui Zhu <hui@codesourcery.com>
18643
18644 PR PR15693
18645 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18646 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18647 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18648 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18649
7f3c0343
JB
186502014-05-28 Joel Brobecker <brobecker@adacore.com>
18651
18652 * config/monitor.exp (gdb_target_monitor): Replace use of
18653 "set remotebaud" by "set serial baud".
18654
b2715b27
AW
186552014-05-26 Andy Wingo <wingo@igalia.com>
18656
18657 * gdb.guile/scm-breakpoint.exp:
18658 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18659 properties instead of gdb-object-properties.
18660
498a4489
YQ
186612014-05-26 Yao Qi <yao@codesourcery.com>
18662
18663 * gdb.server/no-thread-db.exp: Specify source file name
18664 explicitly when setting a breakpoint.
18665
589fdceb
MM
186662014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18667
18668 * gdb.btrace/vdso.c: New.
18669 * gdb.btrace/vdso.exp: New.
18670
e9089e05
MM
186712014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18672
18673 * gdb.base/gcore.exp (capture_command_output): Move ...
18674 * lib/gdb.exp (capture_command_output): ... here.
18675
67b5c0c1
MM
186762014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18677
18678 * gdb.btrace/data.exp: Test memory access during btrace replay.
18679
a2199296
SM
186802014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18681
18682 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18683
17b2616c
PA
186842014-05-21 Pedro Alves <palves@redhat.com>
18685
18686 PR gdb/13860
18687 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18688 (top level): Test that output related to execution commands is
18689 sent to the console with CLI commands, but not with MI commands.
18690 Test that breakpoint events are always mirrored to the console.
18691 Also expect the new source line to be output after a "next" in
18692 async mode too. Make it a pass/fail test.
18693 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18694 output.
18695 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18696
5166082f
PA
186972014-05-21 Pedro Alves <palves@redhat.com>
18698
18699 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18700 Use them to test variations of "list" after reaching a breakpoint.
18701 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18702 Test "list" with listsize 10 after reaching a breakpoint.
18703 * gdb.python/python.exp (decode_line current location line
18704 number): Adjust expected line number.
18705
2f25d70f
SM
187062014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18707
18708 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18709 behavior for $args, pass it directly to "run".
18710
ff604a67
MR
187112014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18712
18713 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18714 30000 to 65536.
18715
6a3cb8e8
PA
187162014-05-21 Pedro Alves <palves@redhat.com>
18717
18718 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18719 auto-connect-native-target off".
18720 * gdb.base/auto-connect-native-target.c: New file.
18721 * gdb.base/auto-connect-native-target.exp: New file.
18722
4ebfc96e
PA
187232014-05-21 Pedro Alves <palves@redhat.com>
18724
18725 * gdb.base/default.exp: Test "target native" instead of "target
18726 child".
18727
36d46afb
MW
187282014-05-21 Mark Wielaard <mjw@redhat.com>
18729
18730 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18731
5876f503
JK
187322014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18733
18734 Fix TLS access for -static -pthread.
18735 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18736 <HAVE_TLS> (thread_function, main): Initialize it.
18737 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18738 Add clean_restart.
18739 <$have_tls != "">: Check TLSVAR.
18740
0256a6ac
PA
187412014-05-21 Pedro Alves <palves@redhat.com>
18742
18743 * gdb.base/dcache-line-read-error.c: New.
18744 * gdb.base/dcache-line-read-error.exp: New.
18745
936d2992
PA
187462014-05-20 Pedro Alves <palves@redhat.com>
18747
18748 * gdb.base/compare-sections.c: New file.
18749 * gdb.base/compare-sections.exp: New file.
18750
802e8e6d
PA
187512014-05-20 Pedro Alves <palves@redhat.com>
18752
18753 * gdb.base/break-idempotent.c: New file.
18754 * gdb.base/break-idempotent.exp: New file.
18755
e59fa00f
MM
187562014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18757
18758 * gdb.btrace/nohist.exp: New.
18759
8b696e31
YQ
187602014-05-20 Yao Qi <yao@codesourcery.com>
18761
18762 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18763 gdb.reverse directory and gdb_reverse_timeout exists in board
18764 setting.
18765 * README: Document gdb_reverse_timeout.
18766
73c9764f
YQ
187672014-05-20 Yao Qi <yao@codesourcery.com>
18768
18769 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18770 'test_file_name'. Treat args as a string instead of a list.
18771 (gdb_init): Rename argument 'args' by 'test_file_name'.
18772
f1f4348a
JK
187732014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18774
18775 * gdb.arch/powerpc-power.exp: New file.
18776 * gdb.arch/powerpc-power.s: New file.
18777
0dbe70ce
DE
187782014-05-16 Doug Evans <dje@google.com>
18779
18780 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18781 * gdb.base/completion.exp: Check that all expected files exist
18782 before doing file completion.
0dbe70ce 18783
8d551b02
DE
187842014-05-16 Doug Evans <dje@google.com>
18785
18786 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18787 Update.
18788 (do_syscall_tests_without_xml): Update.
18789
73eb7709
PA
187902014-05-16 Pedro Alves <palves@redhat.com>
18791
18792 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18793 instead of "unknown output after running".
18794
3fae92fc
YQ
187952014-05-16 Yao Qi <yao@codesourcery.com>
18796
18797 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18798 file1.txt from host at the end.
18799 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18800
c2b2ccc5
DE
188012014-05-15 Doug Evans <dje@google.com>
18802
18803 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18804 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18805 loading file. Add test for TU lookup.
18806
8c217a4b
SM
188072014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18808
18809 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18810 calling "-exec-arguments" or "set args" before running the
18811 inferior.
18812
3deb39c6
SM
188132014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18814
18815 * lib/mi-support.exp (mi_expect_stop): Expect message for
18816 inferiors that exit with non-zero exit code.
18817
71a79f8c
YQ
188182014-05-14 Yao Qi <yao@codesourcery.com>
18819
18820 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18821 match absolute path on remote host.
18822 (test_file_list_exec_source_files): Remove "/" from the
18823 pattern.
18824
f23fcd46
YQ
188252014-05-14 Yao Qi <yao@codesourcery.com>
18826
18827 * boards/local-remote-host-notty.exp (${board}_file): New
18828 proc.
18829
9404b58f
KM
188302014-05-07 Kyle McMartin <kyle@redhat.com>
18831
18832 Pushed by Joel Brobecker <brobecker@adacore.com>.
18833 * gdb.arch/aarch64-atomic-inst.c: New file.
18834 * gdb.arch/aarch64-atomic-inst.exp: New file.
18835
5e45f04c
YQ
188362014-05-07 Yao Qi <yao@codesourcery.com>
18837
18838 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18839 in current context" too.
18840
c888a17d
KS
188412014-05-05 Keith Seitz <keiths@redhat.com>
18842
18843 * gdb.linespec/ls-dollar.exp: Add test for linespec
18844 file:convenience_variable.
18845
290a839c
YQ
188462014-05-05 Yao Qi <yao@codesourcery.com>
18847
18848 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18849 traceframes into tfile and ctf trace files. Read data from
18850 trace file and test collected data.
18851 (gdb_collect_locals_test): Likewise.
18852 (gdb_unavailable_registers_test): Likewise.
18853 (gdb_unavailable_floats): Likewise.
18854 (gdb_collect_globals_test): Likewise.
18855 (top-level): Append "ctf" to trace_file_targets if GDB
18856 supports.
18857
b5262cd0
YQ
188582014-05-05 Yao Qi <yao@codesourcery.com>
18859
18860 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18861 code to ...
18862 (gdb_collect_args_test_1): ... it. New proc.
18863 (gdb_collect_locals_test): Move some code to ...
18864 (gdb_collect_locals_test_1): ... it. New proc.
18865 (gdb_unavailable_registers_test): Move some code to ...
18866 (gdb_unavailable_registers_test_1): ... it. New proc.
18867 (gdb_unavailable_floats): Move some code to ...
18868 (gdb_unavailable_floats_1): ... it. New proc.
18869
30a1e6cc
SDJ
188702014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18871
18872 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18873 probes to test for bitness recognition.
18874 * gdb.arch/amd64-stap-optional-prefix.exp
18875 (test_probe_value_without_reg): New procedure.
18876 Add code to test for different kinds of bitness.
18877
f33da99a
SDJ
188782014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18879
18880 PR breakpoints/16889
18881 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18882 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18883
5b80f00d
PA
188842014-05-01 Pedro Alves <palves@redhat.com>
18885
18886 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18887 gdb_file_cmd if no file is specified.
18888 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18889 last_loaded_file to set the remote exec-file.
18890
f8c2a73c
PA
188912014-05-01 Pedro Alves <palves@redhat.com>
18892
18893 * boards/local-remote-host.exp: New file.
18894
be6e8ac7
PA
188952014-05-01 Pedro Alves <palves@redhat.com>
18896
18897 * boards/local-remote-host.exp: Rename to ...
18898 * boards/local-remote-host-notty.exp: ... this.
18899
cac0dc8f
JB
189002014-04-28 Joel Brobecker <brobecker@adacore.com>
18901
18902 * gdb.ada/dyn_arrayidx: New testcase.
18903
9730e6cc
YQ
189042014-04-26 Yao Qi <yao@codesourcery.com>
18905
18906 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18907 and compute the length of function main. Save it in
18908 $main_length.
18909 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18910 (top-level): Use gdb_compile to compile objects into
18911 executable and restart GDB. Remove invocation to
18912 prepare_for_testing.
18913
7ae1a6a6
PA
189142014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18915 Pedro Alves <palves@redhat.com>
18916
18917 PR server/16255
18918 * gdb.multi/multi-attach.c: New file.
18919 * gdb.multi/multi-attach.exp: New file.
18920
4082afcc
PA
189212014-04-25 Pedro Alves <palves@redhat.com>
18922
18923 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18924 user.
18925 (top level): Test that "set remote conditional-breakpoints-packet
18926 off" works as intended.
18927 * gdb.base/dprintf.exp: Test that "set remote
18928 breakpoint-commands-packet off" works as intended.
18929 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18930 New function.
18931 (top level): Call it.
18932 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18933 remote fast-tracepoints-packet off" works as intended.
18934 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18935 * lib/gdb.exp (gdb_is_target_remote): ... here.
18936
2abc3f8d
DB
189372014-04-24 David Blaikie <dblaikie@gmail.com>
18938
18939 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18940 ensure clang would not discard them.
18941 * gdb.base/gdbvars.c: Ditto.
18942 * gdb.base/memattr.c: Ditto.
18943 * gdb.base/whatis.c: Ditto.
18944 * gdb.python/py-prettyprint.c: Ditto.
18945 * gdb.trace/actions.c: Ditto.
18946 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18947 ensure clang would not discard it.
18948
bfd39632
DB
189492014-04-24 David Blaikie <dblaikie@gmail.com>
18950
18951 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18952 clang to emit the full definition of type required by the test
18953 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18954
22842ff6
DB
189552014-04-24 David Blaikie <dblaikie@gmail.com>
18956
18957 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18958 coax Clang into emitting the definition of the type.
18959 * gdb.cp/pr10728-x.h (y): Ditto.
18960 * gdb.cp/pr10728-y.cc (y): Ditto.
18961
c2e827ad
DB
189622014-04-24 David Blaikie <dblaikie@gmail.com>
18963
18964 * gdb.base/label.exp: XFAIL label related tests under Clang.
18965 * gdb.cp/cplabel.exp: Ditto.
18966 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18967 under Clang those using labels.
18968
4c2d33e7
YQ
189692014-04-25 Yao Qi <yao@codesourcery.com>
18970
18971 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18972 double_label.
18973 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18974 partial_label and double_label.
18975
56083b99
DB
189762014-04-24 David Blaikie <dblaikie@gmail.com>
18977
18978 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18979
25d4e99d
DB
189802014-04-24 David Blaikie <dblaikie@gmail.com>
18981
18982 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18983 of the function to work across GCC and Clang.
18984 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18985 pointer types (const void ** const V void **).
18986
01f9f808
MS
189872014-04-24 Michael Sturm <michael.sturm@mintel.com>
18988 Walfred Tedeschi <walfred.tedeschi@intel.com>
18989
18990 * Makefile.in (EXECUTABLES): Added i386-avx512.
18991 * gdb.arch/i386-avx512.c: New file.
18992 * gdb.arch/i386-avx512.exp: Likewise.
18993
4b48d439
KS
189942014-04-23 Keith Seitz <keiths@redhat.com>
18995
18996 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18997 (mi_make_breakpoint_table): New procedure.
18998 (mi_create_breakpoint): Use mi_make_breakpoint
18999 and return the result.
19000 (mi_make_breakpoint): New procedure.
19001 (mi_build_kv_pairs): New procedure.
19002
19003 * gdb.mi/mi-break.exp: Remove unused globals,
19004 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19005 All callers updated.
19006 * gdb.mi/mi-dprintf.exp: Use variable to track command
19007 number.
19008 Update all callers of mi_create_breakpoint and use
19009 mi_make_breakpoint_table.
19010 Remove any unused global variables.
19011 * gdb.mi/mi-nonstop.exp: Likewise.
19012 * gdb.mi/mi-nsintrall.exp: Likewise.
19013 * gdb.mi/mi-nsmoribund.exp: Likewise.
19014 * gdb.mi/mi-nsthrexec.exp: Likewise.
19015 * gdb.mi/mi-reverse.exp: Likewise.
19016 * gdb.mi/mi-simplerun.exp: Likewise.
19017 * gdb.mi/mi-stepn.exp: Likewise.
19018 * gdb.mi/mi-syn-frame.exp: Likewise.
19019 * gdb.mi/mi-until.exp: Likewise.
19020 * gdb.mi/mi-var-cp.exp: Likewise.
19021 * gdb.mi/mi-var-display.exp: Likewise.
19022 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19023 * gdb.mi/mi2-var-child.exp: Likewise.
19024 * gdb.mi/mi-vla-c99.exp: Likewise.
19025 * lib/mi-support.exp: Likewise.
19026
19027 From Ian Lance Taylor <iant@cygnus.com>:
19028 * lib/gdb.exp (parse_args): New procedure.
19029
08351840
PA
190302014-04-23 Pedro Alves <palves@redhat.com>
19031
19032 * gdb.base/break-unload-file.c: New file.
19033 * gdb.base/break-unload-file.exp: New file.
19034 * gdb.base/sym-file-lib.c (baz): New function.
19035 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19036 field.
19037 (load): Store the segment's mapped size.
19038 (unload): New function.
19039 (unload_shlib): New function.
19040 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19041 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19042 set a breakpoint at baz, and call it.
19043 * gdb.base/sym-file.exp: New tests for stale breakpoint
19044 instructions.
19045
076855f9
PA
190462014-04-23 Pedro Alves <palves@redhat.com>
19047
19048 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19049 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19050 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19051 * gdb.base/hbreak-unmapped.c: New file.
19052 * gdb.base/hbreak-unmapped.exp: New file.
19053 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19054 * lib/gdb.exp (gdb_is_target_remote): ... here.
19055
483805cf
PA
190562014-04-22 Pedro Alves <palves@redhat.com>
19057
19058 * gdb.base/consecutive-step-over.c: New file.
19059 * gdb.base/consecutive-step-over.exp: New file.
19060
06d97543
PA
190612014-04-22 Pedro Alves <palves@redhat.com>
19062
19063 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19064 instead of send_gdb/gdb_expect.
19065
b4429ea2
YQ
190662014-04-22 Yao Qi <yao@codesourcery.com>
19067
19068 * lib/trace-support.exp (generate_tracefile): New procedure.
19069 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19070 return 0.
19071 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19072 if generate_tracefile returns 1.
19073
51d48146
PA
190742014-04-18 Tom Tromey <palves@redhat.com>
19075 Pedro alves <tromey@redhat.com>
19076
19077 PR backtrace/15558
19078 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19079 with a backtrace limit.
19080 * gdb.python/py-frame-inline.exp: Test running to an inline
19081 function with a backtrace limit, and printing the newest frame.
19082 * gdb.python/py-frame-inline.c (main): Call f.
19083
bd1dce5f
MS
190842014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19085
19086 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19087
40d1a503
MS
190882014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19089
19090 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19091 Drop prefix from unsupported source file path.
19092
389b98f7
YQ
190932014-04-17 Yao Qi <yao@codesourcery.com>
19094
19095 * lib/gdb.exp (with_target_charset): New proc.
19096 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19097 with_target_charset.
19098 (test_print_strings): Likewise.
19099 (test_repeat_bytes): Likewise.
19100 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19101 for some tests.
19102
22869d73
KS
191032014-04-16 Keith Seitz <keiths@redhat.com>
19104
19105 PR gdb/15827
19106 * gdb.dwarf2/corrupt.c: New file.
19107 * gdb.dwarf2/corrupt.exp: New file.
19108
c4f87ca6
KS
191092014-04-16 Keith Seitz <keiths@redhat.com>
19110
19111 PR c++/16597
19112 * gdb.cp/namelessclass.cc: New file.
19113 * gdb.cp/namelessclass.exp: New file.
19114 * gdb.cp/namelessclass.S: New file.
19115
ab19de87
DE
191162014-04-16 Doug Evans <dje@google.com>
19117
19118 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19119 Add comment.
19120 (gdbserver_default_get_comm_port): New function.
19121 (gdbserver_start): Check if board file provided
19122 "gdbserver,get_comm_port" and use it if so.
19123 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19124 (gdb,socketport): Set to "stdio".
19125 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19126 (stdio_gdbserver_template): Delete.
19127 (${board}_get_remote_address): Update.
19128 (${board}_build_remote_cmd): Delete.
19129 (${board}_get_comm_port): New function.
19130 (${board}_spawn): Update.
19131 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19132 Delete.
19133 (${board}_get_remote_address): Update.
19134 (${board}_get_comm_port): New function.
19135
fc98a809
AB
191362014-04-16 Andrew Burgess <aburgess@broadcom.com>
19137
19138 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19139 appearing in any order.
19140
87fd9e6e
DE
191412014-04-15 Doug Evans <dje@google.com>
19142
19143 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19144 uninitialized value of "description".
19145
099fc3ea
KS
191462014-04-15 Keith Seitz <keiths@redhat.com>
19147
19148 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19149 Remove unused globals.
19150 (test_running_the_program): Likewise.
19151 (test_controlled_execution): Likewise.
19152 (test_controlling_breakpoints): Likewise.
19153 (test_program_termination): Likewise.
19154
5da151d4
KS
191552014-04-15 Keith Seitz <keiths@redhat.com>
19156
19157 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19158 unused globals.
19159 (test_rbreak_creation_and_listing): Likewise.
19160 (test_ignore_count): Likewise.
19161 (test_error): Likewise.
19162
35e5d2f0
PA
191632014-04-15 Pedro Alves <palves@redhat.com>
19164
19165 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19166 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19167 sym-file-loader.c.
19168 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19169 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19170 to sym-file-loader.c.
19171 (struct library): Forward declare.
19172 (load_shlib, lookup_function): Change prototypes.
19173 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19174 (translate_offset): Remove declarations.
19175 (get_text_addr): New declaration.
19176 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19177 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19178 sym-file-loader.h.
19179 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19180 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19181 here from sym-file-loader.h.
19182 (struct library): New structure.
19183 (load_shlib, lookup_function): Change prototypes and adjust to
19184 work with a struct library.
19185 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19186 (translate_offset): Make static.
19187 (get_text_addr): New function.
19188 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19189
eb4c1710
PA
191902014-04-15 Pedro Alves <palves@redhat.com>
19191
19192 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19193
2d1baf52
PA
191942014-04-15 Pedro Alves <palves@redhat.com>
19195
19196 * gdb.base/sym-file-loader.c: Include <limits.h>.
19197 (SELF_LINK): New define.
19198 (get_origin): New function.
19199 (load_shlib): Use it.
19200 * gdb.base/sym-file.exp: Don't early return if the target is
19201 remote. Use runto_main, and issue fail is that fails. Use
19202 gdb_load_shlibs.
19203 (shlib_name): Delete.
19204 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19205
7dd6df01
PA
192062014-04-15 Pedro Alves <palves@redhat.com>
19207
19208 * gdb.base/sym-file.exp: Remove regex characters from test
19209 message. Don't refer to breakpoint numbers in test messages.
19210
b50c8614
KS
192112014-04-14 Keith Seitz <keiths@redhat.com>
19212
19213 PR c++/16253
19214 * gdb.cp/var-tag.cc: New file.
19215 * gdb.cp/var-tag.exp: New file.
19216 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19217 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19218 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19219 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19220
3d567982
TT
192212014-04-14 Tom Tromey <tromey@redhat.com>
19222
19223 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19224 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19225 type.
19226 * gdb.cp/enum-class.exp: New file.
19227 * gdb.cp/enum-class.cc: New file.
19228
0626fc76
TT
192292014-04-14 Tom Tromey <tromey@redhat.com>
19230
19231 * gdb.dwarf2/enum-type.exp: New file.
19232
dca325b3
SA
192332014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19234
19235 * gdb.mi/mi-vla-c99.exp: New file.
19236 * gdb.mi/vla.c: New file.
19237
5854b38a
SA
192382014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19239
19240 * gdb.base/vla-datatypes.c: New file.
19241 * gdb.base/vla-datatypes.exp: New file.
19242
463bb957
SA
192432014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19244
19245 * gdb.base/vla-ptr.c: New file.
19246 * gdb.base/vla-ptr.exp: New file.
19247
3dd170be
SA
192482014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19249
19250 * gdb.dwarf2/count.exp: New file.
19251
5ecaaa66
SA
192522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19253
19254 * gdb.base/vla-sideeffect.c: New file.
19255 * gdb.base/vla-sideeffect.exp: New file.
19256
41f1ada5
DB
192572014-04-14 David Blaikie <dblaikie@gmail.com>
19258
19259 * gdb.mi/non-stop.c: Add return value for non-void function return
19260 statement.
19261 * gdb.threads/staticthreads.c: Ditto.
19262
0be03e84
DE
192632014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19264 Doug Evans <xdje42@gmail.com>
19265
19266 * gdb.guile/scm-value.c: Improve test case.
19267 * gdb.guile/scm-value.exp: Add new test.
19268
f180a1fb
DB
192692014-04-11 David Blaikie <dblaikie@gmail.com>
19270
19271 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19272 override Clang's default.
19273
6b662e19
JB
192742014-04-11 Joel Brobecker <brobecker@adacore.com>
19275
19276 Revert the following changes (regressions):
19277
19278 * gdb.base/vla-sideeffect.c: New file.
19279 * gdb.base/vla-sideeffect.exp: New file.
19280
19281 * gdb.dwarf2/count.exp: New file.
19282
19283 * gdb.base/vla-multi.c: New file.
19284 * gdb.base/vla-multi.exp: New file.
19285
19286 * gdb.base/vla-ptr.c: New file.
19287 * gdb.base/vla-ptr.exp: New file.
19288
19289 * gdb.base/vla-datatypes.c: New file.
19290 * gdb.base/vla-datatypes.exp: New file.
19291
19292 * gdb.mi/mi-vla-c99.exp: New file.
19293 * gdb.mi/vla.c: New file.
19294
245a5f0b
KS
192952014-04-11 Keith Seitz <keiths@redhat.com>
19296
19297 PR c++/16675
19298 * gdb.cp/cpsizeof.exp: New file.
19299 * gdb.cp/cpsizeof.cc: New file.
19300
58a84dcf
SA
193012014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19302
191a8a90
JB
19303 * gdb.mi/mi-vla-c99.exp: New file.
19304 * gdb.mi/vla.c: New file.
58a84dcf 19305
c8655f75
SA
193062014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19307
19308 * gdb.base/vla-datatypes.c: New file.
19309 * gdb.base/vla-datatypes.exp: New file.
19310
024e13b4
SA
193112014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19312
19313 * gdb.base/vla-ptr.c: New file.
19314 * gdb.base/vla-ptr.exp: New file.
19315
1a237e0e
SA
193162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19317
19318 * gdb.base/vla-multi.c: New file.
19319 * gdb.base/vla-multi.exp: New file.
19320
504f3432
SA
193212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19322
19323 * gdb.dwarf2/count.exp: New file.
19324
3bce8237
SA
193252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19326
191a8a90
JB
19327 * gdb.base/vla-sideeffect.c: New file.
19328 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19329
322f9c21
YQ
193302014-04-11 Yao Qi <yao@codesourcery.com>
19331
19332 * gdb.base/completion.exp: Check file exists before running tests
19333 on file completion.
19334
d708bcd1
PA
193352014-04-10 Pedro Alves <palves@redhat.com>
19336
19337 * gdb.base/cond-eval-mode.c: New file.
19338 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19339 prepare_for_testing to build the new file. Check result of
19340 runto_main.
19341 (test_break, test_watch): New procedures.
19342 (top level): Use them.
19343
ae1d2761
PM
193442014-04-08 Pierre Muller <muller@sourceware.org>
19345
19346 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19347 Ctrl-V use for mingw hosts.
19348
7af389b8
SC
193492014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19350
19351 * gdb.python/py-value.c: Improve test case.
19352 * gdb.python/py-value.exp: Add new test.
19353
5e703181
DE
193542014-04-07 David Blaikie <dblaikie@gmail.com>
19355
19356 * lib/compiler.c: Identify the clang compiler.
19357 * lib/compiler.cc: Ditto.
19358
9810b410
YQ
193592014-04-03 Yao Qi <yao@codesourcery.com>
19360
19361 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19362
98d1b8dc
AB
193632014-04-01 Anton Blanchard <anton@samba.org>
19364
19365 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19366 messages unique.
19367
3114cea1
AB
193682014-04-01 Anton Blanchard <anton@samba.org>
19369
19370 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19371 prepare_for_testing.
19372
62f7182c
AB
193732014-04-01 Anton Blanchard <anton@samba.org>
19374
19375 * gdb.arch/ppc64-atomic-inst.c: Remove.
19376 * gdb.arch/ppc64-atomic-inst.S: New file.
19377 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19378
770e7fc7
DE
193792014-03-31 Doug Evans <dje@google.com>
19380
19381 * gdb.base/print-symbol-loading-lib.c: New file.
19382 * gdb.base/print-symbol-loading-main.c: New file.
19383 * gdb.base/print-symbol-loading.exp: New file.
19384
46e2bafa
YQ
193852014-03-31 Yao Qi <yao@codesourcery.com>
19386
19387 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19388
8776cfe9
JB
193892014-03-28 Joel Brobecker <brobecker@adacore.com>
19390
19391 * gdb.ada/mi_dyn_arr: New testcase.
19392
5d1ef361
DE
193932014-03-27 Doug Evans <dje@google.com>
19394
19395 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19396
b5bee914
YQ
193972014-03-27 Yao Qi <yao@codesourcery.com>
19398
19399 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19400 if target is nios2-*-*.
19401
0d4d0e77
YQ
194022014-03-26 Yao Qi <yao@codesourcery.com>
19403
19404 * lib/gdb.exp (readline_is_used): New proc.
19405 * gdb.base/completion.exp: Move tests on command complete up.
19406 Skip the rest of tests if readline is not used.
19407 * gdb.ada/complete.exp: Skp the test if readline is not
19408 used.
19409 * gdb.base/filesym.exp: Likewise.
19410 * gdb.base/macscp.exp: Likewise.
19411 * gdb.base/readline-ask.exp: Likewise.
19412 * gdb.base/readline.exp: Likewise.
19413 * gdb.python/py-cmd.exp: Likewise.
19414 * gdb.trace/tfile.exp: Likewise.
19415
29361eee
YQ
194162014-03-26 Yao Qi <yao@codesourcery.com>
19417
19418 * gdb.base/macscp.exp: Fix code format issues.
19419
bc9a5525
UW
194202014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19421
19422 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19423 * gdb.asm/powerpc64le.inc: New file.
19424
d3839ede
PA
194252014-03-25 Pedro Alves <palves@redhat.com>
19426 Doug Evans <dje@google.com>
19427
19428 * gdb.base/source-execution.c: New file.
19429 * gdb.base/source-execution.exp: New file.
19430 * gdb.base/source-execution.gdb: New file.
19431
01672a57
DE
194322014-03-24 Doug Evans <dje@google.com>
19433
19434 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19435 using fission.
19436
88bbeca9
HZ
194372014-03-24 Hui Zhu <hui@codesourcery.com>
19438 Pedro Alves <palves@redhat.com>
19439
19440 PR breakpoints/16101
19441 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19442 test pass/fail messages. Detect missing support for dprintf when
19443 breakpoints are actually inserted.
19444 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19445 breakpoints are actually inserted.
19446 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19447 fails.
19448
d2348791
JK
194492014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19450
19451 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19452
feef67ab
DE
194532014-03-22 Doug Evans <xdje42@gmail.com>
19454
19455 * gdb.python/python.exp (python not supported): Verify multi-line
19456 python command issues an error.
25d743f9 19457 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19458 guile command issues an error.
feef67ab 19459
ecebef6a
MR
194602014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19461
19462 * gdb.threads/thread-specific.exp: Handle the lack of usable
19463 $this_breakpoint and $this_thread.
19464
ccdd1909
HZ
194652014-03-21 Hui Zhu <hui@codesourcery.com>
19466
19467 * gdb.base/attach.exp (do_command_attach_tests): New.
19468
beb460e8
PA
194692014-03-20 Tom Tromey <tromey@redhat.com>
19470 Pedro Alves <palves@redhat.com>
19471
19472 PR cli/15718
19473 * gdb.base/condbreak-call-false.c: New file.
19474 * gdb.base/condbreak-call-false.exp: New file.
19475
40acf43a
PA
194762014-03-20 Pedro Alves <palves@redhat.com>
19477
19478 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19479 Delete.
19480 (block_signals, unblock_signals): Delete.
19481 (child_function_2, main): Remove references to deleted variable
19482 and functions.
19483
9f5e1e02
PA
194842014-03-20 Pedro Alves <palves@redhat.com>
19485
19486 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19487 Use pthread_kill to signal thread 2.
19488 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19489 Adjust to make the test send itself a signal rather than using the
19490 host's "kill" command.
19491
99619bea
PA
194922014-03-20 Pedro Alves <palves@redhat.com>
19493
19494 * gdb.threads/multiple-step-overs.c: New file.
19495 * gdb.threads/multiple-step-overs.exp: New file.
19496 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19497 Adjust expected infrun debug output.
19498
2adfaa28
PA
194992014-03-20 Pedro Alves <palves@redhat.com>
19500
19501 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19502 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19503
31e77af2
PA
195042014-03-20 Pedro Alves <palves@redhat.com>
19505
19506 PR breakpoints/7143
19507 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19508 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19509 of gdb_test_multiple.
19510 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19511 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19512
b9f437de
PA
195132014-03-20 Pedro Alves <palves@redhat.com>
19514
19515 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19516 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19517
05adc73e
PA
195182014-03-19 Pedro Alves <palves@redhat.com>
19519
19520 * gdb.base/async.exp: Remove early return.
19521
6048b950
PA
195222014-03-19 Pedro Alves <palves@redhat.com>
19523
19524 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19525
8bcfb00a
PA
195262014-03-19 Pedro Alves <palves@redhat.com>
19527
19528 * gdb.base/async.exp (test_background): Expect \r\n after
19529 "completed." in the fail pattern.
19530
884e37dc
PA
195312014-03-19 Pedro Alves <palves@redhat.com>
19532
19533 * gdb.base/async.exp (test_background): New procedure.
19534 Use it for all background execution command tests.
19535
148e57e2
PA
195362014-03-19 Pedro Alves <palves@redhat.com>
19537
19538 * gdb.base/async.exp: Use prepare_for_testing.
19539
f48088c7
PA
195402014-03-19 Pedro Alves <palves@redhat.com>
19541
19542 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19543 the same line.
19544
e2f6c966
PA
195452014-03-19 Pedro Alves <palves@redhat.com>
19546
19547 * gdb.base/async.c (main): Add "jump here" and "until here" line
19548 marker comments.
19549 * gdb.base/async.exp (jump_here): New global.
19550 (jump& test): Use it.
19551 (until_here): New global.
19552 (until& test): Use it.
19553
c30568d4
PA
195542014-03-19 Pedro Alves <palves@redhat.com>
19555
19556 * gdb.base/async.exp: Don't frob gdb_protocol.
19557
0172b6a7
DE
195582014-03-18 Doug Evans <xdje42@gmail.com>
19559
19560 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19561 Fix spelling of exec-done-display.
19562
06c868a8
JK
195632014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19564
19565 PR gdb/15358
19566 * gdb.base/gdb-sigterm.c: New file.
19567 * gdb.base/gdb-sigterm.exp: New file.
19568
0c7e1a46
PA
195692014-03-18 Pedro Alves <palves@redhat.com>
19570
19571 PR gdb/13860
19572 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19573 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19574 solib-event.
19575
f7c77d93
JB
195762014-03-17 Joel Brobecker <brobecker@adacore.com>
19577
19578 * gdb.ada/pckd_arr_ren: New testcase.
19579
5a1e8c7a
DE
195802014-03-13 Doug Evans <xdje42@gmail.com>
19581
19582 PR guile/16612
19583 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19584 collect after discarding symbols.
19585
350e1a76
DE
195862014-03-13 Ludovic Courtès <ludo@gnu.org>
19587 Doug Evans <xdje42@gmail.com>
19588
19589 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19590 to history survives a gc.
19591
a69900ae
PA
195922014-03-13 Pedro Alves <palves@redhat.com>
19593
19594 * gdb.base/default.exp: Don't test "target procfs".
19595
5db9f0bd
PA
195962014-03-13 Pedro Alves <palves@redhat.com>
19597
19598 * gdb.base/default.exp: Update "target child" and "target procfs"
19599 tests to not expect "Unix".
19600
b3ccfe11
TT
196012014-03-12 Tom Tromey <tromey@redhat.com>
19602
19603 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19604 New procs. Add target-async tests.
19605 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19606 Add target-async tests.
19607
646f4417
AA
196082014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19609
19610 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19611 'func_start' and 'func_end' for the beginning and end of the
19612 function code, respectively.
19613 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19614 'func_end' instead of 'func' and 'main'.
19615
288c211f
AA
196162014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19617
19618 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19619 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19620 generate the debug info assembler source.
19621
e0c0f156
AA
196222014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19623
19624 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19625 * gdb.dwarf2/arr-subrange.exp: Likewise.
19626 * gdb.dwarf2/dwz.exp: Likewise.
19627 * gdb.dwarf2/method-ptr.exp: Likewise.
19628 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19629 * gdb.dwarf2/subrange.exp: Likewise.
19630 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19631 * gdb.dwarf2/implptrpiece.exp: Likewise.
19632 * gdb.dwarf2/nostaticblock.exp: Likewise.
19633
0e5c4555
AA
196342014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19635
19636 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19637 directory to absolute path name arguments.
19638
5ec18f2b
JG
196392014-03-10 Joel Brobecker <brobecker@adacore.com>
19640
19641 * gdb.ada/tagged_access: New testcase.
19642
847fc4f2
MM
196432014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19644
19645 * gdb.btrace/data.exp: Update expected output.
19646
cc3da688
YQ
196472014-03-06 Yao Qi <yao@codesourcery.com>
19648
19649 * gdb.trace/pr16508.exp: New file.
19650
0f26cec1
PA
196512014-03-05 Pedro Alves <palves@redhat.com>
19652
19653 PR gdb/16575
19654 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19655 procedure.
19656 (top level): Adjust to use it. Add tests that exercise breakpoint
19657 interaction with the code-cache.
19658
7a5a839f
LC
196592014-02-26 Ludovic Courtès <ludo@gnu.org>
19660
19661 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19662 test for 'history-append!'.
19663
31aa7e4e
JB
196642014-02-26 Joel Brobecker <brobecker@adacore.com>
19665
19666 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19667 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19668 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19669 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19670 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19671 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19672
1b588015
JB
196732014-02-26 Joel Brobecker <brobecker@adacore.com>
19674
19675 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19676 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19677 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19678
55426c9d
JB
196792014-02-26 Joel Brobecker <brobecker@adacore.com>
19680
19681 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19682
dc53a7ad
JB
196832014-02-26 Joel Brobecker <brobecker@adacore.com>
19684
19685 * gdb.dwarf2/arr-stride.c: New file.
19686 * gdb.dwarf2/arr-stride.exp: New file.
19687
12ab52e9
PA
196882014-02-26 Pedro Alves <palves@redhat.com>
19689
19690 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19691 that won't ever trigger. Make sure that GDB reports the correct
19692 breakpoint that caused the stop.
19693
849c862e
JK
196942014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19695
19696 PR gdb/16626
19697 * gdb.base/auto-load-script: New file.
19698 * gdb.base/auto-load.c: New file.
19699 * gdb.base/auto-load.exp: New file.
19700
71b7d793
JK
19701 PR gdb/16626
19702 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19703
e2f0d509
JK
197042014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19705
19706 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19707 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19708
50cc37c8
DE
197092014-02-24 Doug Evans <dje@google.com>
19710
19711 * lib/gdb.exp (run_on_host): Log error output if program fails.
19712
ea4758f2
PA
197132014-02-21 Pedro Alves <palves@redhat.com>
19714
19715 * gdb.threads/step-after-sr-lock.c: Rename to ...
19716 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19717 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19718 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19719 ... this.
19720
d7b30f67
SDJ
197212014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19722
19723 PR tdep/16397
19724 * gdb.arch/amd64-stap-special-operands.exp: New file.
19725 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19726 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19727 * gdb.arch/amd64-stap-triplet.S: Likewise.
19728 * gdb.arch/amd64-stap-triplet.c: Likewise.
19729
83deb43f
JB
197302014-02-20 Joel Brobecker <brobecker@adacore.com>
19731
19732 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19733 in .section pseudo-op.
19734
adde2bff
DE
197352014-02-20 lin zuojian <manjian2006@gmail.com>
19736 Joel Brobecker <brobecker@adacore.com>
19737 Doug Evans <xdje42@gmail.com>
19738
19739 PR symtab/16581
19740 * gdb.dwarf2/dw2-icycle.S: New file.
19741 * gdb.dwarf2/dw2-icycle.c: New file.
19742 * gdb.dwarf2/dw2-icycle.exp: New file.
19743
f7bd0f78
SC
197442014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19745
19746 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19747 operations on gdb.Value objects.
19748 * gdb.python/py-value-cc.exp: Add new test to test operations on
19749 gdb.Value objects.
19750
c17ef0d5
DE
197512014-02-18 Doug Evans <dje@google.com>
19752
19753 * Makefile.in (TESTS): New variable.
19754 (expanded_tests, expanded_tests_or_none): New variables
19755 (check-single): Pass $(expanded_tests_or_none) to runtest.
19756 (check-parallel): Only run tests in $(TESTS) if non-empty.
19757 (check/no-matching-tests-found): New rule.
19758 * README: Document TESTS makefile variable.
19759
5dd3176f
DE
197602014-02-18 Doug Evans <dje@google.com>
19761
19762 * Makefile.in (check-parallel): rm -rf outputs temp.
19763
0b10be4f
JK
197642014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19765
19766 Fix "ERROR: no fileid for" in the testsuite.
19767 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19768
85f224e7
DE
197692014-02-12 Doug Evans <dje@google.com>
19770
19771 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19772 (MISCELLANEOUS): New variable.
19773 (clean): rm -rf $(MISCELLANEOUS).
19774 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19775 dwp live in the same directory as symlinks, with each symlink pointed
19776 to a differently named file in a different directory.
19777
149b30ff
DE
197782014-02-11 Doug Evans <dje@google.com>
19779
19780 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19781 of Tcl file commands.
19782
1dfdac32
MK
197832014-02-10 Mark Kettenis <kettenis@gnu.org>
19784
19785 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19786 "kill -SIGUSR1 -1".
19787
aa4fb036
JB
197882014-02-10 Joel Brobecker <brobecker@adacore.com>
19789
19790 * gdb.ada/tick_length_array_enum_idx: New testcase.
19791
ed3ef339
DE
197922014-02-10 Doug Evans <xdje42@gmail.com>
19793
19794 * configure.ac (AC_OUTPUT): Add gdb.guile.
19795 * configure: Regenerate.
19796 * lib/gdb-guile.exp: New file.
19797 * lib/gdb.exp (get_target_charset): New function.
19798 * gdb.base/help.exp: Update expected output from "apropos apropos".
19799 * gdb.guile/Makefile.in: New file.
19800 * gdb.guile/guile.exp: New file.
19801 * gdb.guile/scm-arch.c: New file.
19802 * gdb.guile/scm-arch.exp: New file.
19803 * gdb.guile/scm-block.c: New file.
19804 * gdb.guile/scm-block.exp: New file.
19805 * gdb.guile/scm-breakpoint.c: New file.
19806 * gdb.guile/scm-breakpoint.exp: New file.
19807 * gdb.guile/scm-disasm.c: New file.
19808 * gdb.guile/scm-disasm.exp: New file.
19809 * gdb.guile/scm-equal.c: New file.
19810 * gdb.guile/scm-equal.exp: New file.
19811 * gdb.guile/scm-error.exp: New file.
19812 * gdb.guile/scm-error.scm: New file.
19813 * gdb.guile/scm-frame-args.c: New file.
19814 * gdb.guile/scm-frame-args.exp: New file.
19815 * gdb.guile/scm-frame-args.scm: New file.
19816 * gdb.guile/scm-frame-inline.c: New file.
19817 * gdb.guile/scm-frame-inline.exp: New file.
19818 * gdb.guile/scm-frame.c: New file.
19819 * gdb.guile/scm-frame.exp: New file.
19820 * gdb.guile/scm-generics.exp: New file.
19821 * gdb.guile/scm-gsmob.exp: New file.
19822 * gdb.guile/scm-iterator.c: New file.
19823 * gdb.guile/scm-iterator.exp: New file.
19824 * gdb.guile/scm-math.c: New file.
19825 * gdb.guile/scm-math.exp: New file.
19826 * gdb.guile/scm-objfile-script-gdb.in: New file.
19827 * gdb.guile/scm-objfile-script.c: New file.
19828 * gdb.guile/scm-objfile-script.exp: New file.
19829 * gdb.guile/scm-objfile.c: New file.
19830 * gdb.guile/scm-objfile.exp: New file.
19831 * gdb.guile/scm-ports.exp: New file.
19832 * gdb.guile/scm-pretty-print.c: New file.
19833 * gdb.guile/scm-pretty-print.exp: New file.
19834 * gdb.guile/scm-pretty-print.scm: New file.
19835 * gdb.guile/scm-section-script.c: New file.
19836 * gdb.guile/scm-section-script.exp: New file.
19837 * gdb.guile/scm-section-script.scm: New file.
19838 * gdb.guile/scm-symbol.c: New file.
19839 * gdb.guile/scm-symbol.exp: New file.
19840 * gdb.guile/scm-symtab-2.c: New file.
19841 * gdb.guile/scm-symtab.c: New file.
19842 * gdb.guile/scm-symtab.exp: New file.
19843 * gdb.guile/scm-type.c: New file.
19844 * gdb.guile/scm-type.exp: New file.
19845 * gdb.guile/scm-value-cc.cc: New file.
19846 * gdb.guile/scm-value-cc.exp: New file.
19847 * gdb.guile/scm-value.c: New file.
19848 * gdb.guile/scm-value.exp: New file.
19849 * gdb.guile/source2.scm: New file.
19850 * gdb.guile/types-module.cc: New file.
19851 * gdb.guile/types-module.exp: New file.
19852
7026a7c1
YQ
198532014-02-10 Yao Qi <yao@codesourcery.com>
19854
19855 PR testsuite/16543
19856 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19857 * configure: Regenerated.
19858 * Makefile.in: New file.
19859
6c466447
AS
198602014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19861
19862 * gdb.python/py-framefilter.exp: Fix typo.
19863
6e854735
YQ
198642014-02-08 Yao Qi <yao@codesourcery.com>
19865
19866 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19867 that no =breakpoint-modified is emitted when breakpoints are
19868 modified through MI commands.
19869
d137e6dc
PA
198702014-02-07 Pedro Alves <pedro@codesourcery.com>
19871 Pedro Alves <palves@redhat.com>
19872
19873 * gdb.threads/step-after-sr-lock.c: New file.
19874 * gdb.threads/step-after-sr-lock.exp: New file.
19875
b5ee5a50
PA
198762014-02-07 Pedro Alves <palves@redhat.com>
19877
19878 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19879
3c77faf3
JK
198802014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19881
19882 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19883 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19884
6dddc817
DE
198852014-02-06 Doug Evans <xdje42@gmail.com>
19886
19887 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19888 output.
19889
19890 * gdb.gdb/python-interrupts.exp: New file.
19891
de7b2893
YQ
198922014-02-05 Yao Qi <yao@codesourcery.com>
19893
19894 * gdb.trace/report.exp (use_collected_data): Test the output
19895 of "info threads" and "info inferiors".
19896
66d032ac
YQ
198972014-02-05 Yao Qi <yao@codesourcery.com>
19898
19899 Revert this patch:
19900
19901 2013-05-24 Yao Qi <yao@codesourcery.com>
19902
19903 * gdb.trace/tfile.exp: Test inferior and thread.
19904
591a12a1
UW
199052014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19906
19907 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19908 on a function.
19909 * gdb.base/step-bt.c: Call hello via function pointer to make
19910 sure its first instruction is executed on powerpc64le-linux.
19911
0ff3e01f
UW
199122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19913
19914 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19915
084ee545
UW
199162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19917
19918 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19919 of the test patterns for use on little-endian systems.
19920
6ed14ff3
UW
199212014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19922
19923 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19924 (decimal_vector): Fix for little-endian.
19925
401e27fd
JM
199262014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19927
19928 * gdb.arch/sparc-sysstep.exp: New file.
19929 * gdb.arch/sparc-sysstep.c: Likewise.
19930
19931 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19932
8b924729
EBM
199332014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19934
19935 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19936
fb151210
JB
199372014-01-23 Tom Tromey <tromey@redhat.com>
19938
19939 * gdb.ada/array_char_idx: New testcase.
19940
0740f8d8
TT
199412014-01-23 Tom Tromey <tromey@redhat.com>
19942
19943 PR python/16487:
19944 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19945 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19946 classes.
19947
21909fa1
TT
199482014-01-23 Tom Tromey <tromey@redhat.com>
19949
19950 PR python/16491:
19951 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19952 string from an inferior frame.
19953 * gdb.python/py-framefilter-mi.exp: Update.
19954
87ce2a04
DE
199552014-01-22 Doug Evans <dje@google.com>
19956
19957 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19958
237b092b
AA
199592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19960
19961 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19962
d674a709
AA
199632014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19964
19965 * gdb.trace/entry-values.exp: Remove excess space character from
19966 regex patterns. Handle s390 call instruction.
19967
20fa3390
AA
199682014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19969
19970 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19971 define "*_start" label. Make "name" static.
19972 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19973 ${name} by references to ${name}_start.
19974
78466714
AA
199752014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19976
19977 * gdb.base/info-macros.exp: Remove "debug" from the compile
19978 options.
19979
ec9f644a
IB
199802014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19981
19982 * gdb.dlang/demangle.exp: New file.
19983
94b1b47e
IB
199842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19985
19986 * gdb.dlang/primitive-types.exp: New file.
19987
7f420862
IB
199882014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19989
19990 * configure.ac: Create gdb.dlang/Makefile.
19991 * configure: Regenerate.
19992 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19993 * gdb.dlang/Makefile.in: New file.
19994 * lib/d-support.exp: New file.
19995 * lib/gdb.exp (skip_d_tests): New proc.
19996
52834460
MM
199972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19998
19999 * gdb.btrace/delta.exp: Check reverse stepi.
20000 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20001 * gdb.btrace/finish.exp: New.
20002 * gdb.btrace/next.exp: New.
20003 * gdb.btrace/nexti.exp: New.
20004 * gdb.btrace/record_goto.c: Add comments.
20005 * gdb.btrace/step.exp: New.
20006 * gdb.btrace/stepi.exp: New.
20007 * gdb.btrace/multi-thread-step.c: New.
20008 * gdb.btrace/multi-thread-step.exp: New.
20009 * gdb.btrace/rn-dl-bind.c: New.
20010 * gdb.btrace/rn-dl-bind.exp: New.
20011 * gdb.btrace/data.c: New.
20012 * gdb.btrace/data.exp: New.
20013 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20014
6e07b1d2
MM
200152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20016
20017 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20018 * gdb.btrace/exception.exp: Update.
20019 * gdb.btrace/instruction_history.exp: Update.
20020 * gdb.btrace/record_goto.exp: Update.
20021 * gdb.btrace/tailcall.exp: Update.
20022 * gdb.btrace/unknown_functions.exp: Update.
20023 * gdb.btrace/delta.exp: New.
20024
0b722aec
MM
200252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20026
20027 * gdb.btrace/record_goto.exp: Add backtrace test.
20028 * gdb.btrace/tailcall.exp: Add backtrace test.
20029
066ce621
MM
200302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20031
20032 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20033 * gdb.btrace/record_goto.c: New.
20034 * gdb.btrace/record_goto.exp: New.
20035 * gdb.btrace/x86-record_goto.S: New.
20036
0688d04e
MM
200372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20038
20039 * gdb.btrace/function_call_history.exp: Update tests.
20040 * gdb.btrace/instruction_history.exp: Update tests.
20041
8710b709
MM
200422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20043
20044 * gdb.btrace/function_call_history.exp: Fix expected field
20045 order for "record function-call-history".
20046 Add new tests for "record function-call-history /c".
20047 * gdb.btrace/exception.cc: New.
20048 * gdb.btrace/exception.exp: New.
20049 * gdb.btrace/tailcall.exp: New.
20050 * gdb.btrace/x86-tailcall.S: New.
20051 * gdb.btrace/x86-tailcall.c: New.
20052 * gdb.btrace/unknown_functions.c: New.
20053 * gdb.btrace/unknown_functions.exp: New.
20054 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20055
5de9129b
MM
200562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20057
20058 * gdb.btrace/instruction_history.exp: Update.
20059 * gdb.btrace/function_call_history.exp: Update.
20060
23a7fe75
MM
200612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20062
20063 * gdb.btrace/function_call_history.exp: Fix expected function
20064 trace.
20065 * gdb.btrace/instruction_history.exp: Initialize traced.
20066 Remove traced_functions.
20067
724c7dd8
MM
200682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20069
20070 * gdb.btrace/function_call_history.exp: Update
20071 * gdb.btrace/instruction_history.exp: Update.
20072
6d78d93b
MM
200732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20074
20075 * gdb.btrace/enable.exp: Update expected text.
20076
93a360cc
OJ
200772014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20078
20079 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20080 bytes.
20081
3772b53f
MR
200822014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20083
20084 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20085
596662fa
OJ
200862014-01-15 Omair Javaid <omair.javaid@linaro.org>
20087
20088 * lib/gdb.exp (supports_process_record): Return true for
20089 arm*-linux*. (supports_reverse): Likewise.
20090
b5b08fb4
SC
200912014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20092
20093 PR python/15464
20094 PR python/16113
20095 * gdb.python/py-type.c: Enhance test case.
20096 * gdb.python/py-value-cc.cc: Likewise
20097 * gdb.python/py-type.exp: Add new tests.
20098 * gdb.python/py-value-cc.exp: Likewise
20099
52d7fb13
AA
201002014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20101 Pedro Alves <palves@redhat.com>
20102
20103 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20104 Make "name" extern.
20105 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20106 references to ${name}_start by references to ${name}.
20107
a2cd8cfe
JB
201082014-01-10 Joel Brobecker <brobecker@adacore.com>
20109
20110 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20111
4e23fced
JB
201122014-01-10 Joel Brobecker <brobecker@adacore.com>
20113
20114 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20115
c6a9e42c
PA
201162014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20117 Pedro Alves <palves@redhat.com>
20118
20119 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20120 mi_gdb_target_load.
c6a9e42c 20121
b7ea362b
PA
201222014-01-08 Pedro Alves <palves@redhat.com>
20123
20124 * gdb.threads/reconnect-signal.c: New file.
20125 * gdb.threads/reconnect-signal.exp: New file.
20126
5e3f4fab
EBM
201272014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20128
20129 * gdb.base/source-dir.exp: New file.
20130
79301218
JB
201312014-01-07 Joel Brobecker <brobecker@adacore.com>
20132
20133 * gdb.ada/mi_interface: New testcase.
20134
8e355c5d
JB
201352014-01-07 Joel Brobecker <brobecker@adacore.com>
20136
20137 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20138 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20139 gdb.ada/pp-rec-component/pck.ads: New files.
20140
c0d48811
JB
201412014-01-07 Joel Brobecker <brobecker@adacore.com>
20142
20143 * gdb.python/py-pp-integral.c: New file.
20144 * gdb.python/py-pp-integral.py: New file.
20145 * gdb.python/py-pp-integral.exp: New file.
20146
17b609c3 20147For older changes see ChangeLog-1993-2013.
c906108c 20148\f
8d8cb839
EZ
20149;; Local Variables:
20150;; mode: change-log
20151;; left-margin: 8
20152;; fill-column: 74
20153;; version-control: never
20154;; End:
902f2ccb 20155
b811d2c2 20156 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20157 Copying and distribution of this file, with or without modification,
20158 are permitted provided the copyright notice and this notice are preserved.