[gdb/testsuite] Limit default_target_compile override
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
37ab8655
TV
12020-06-19 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdb.exp (gdb_note): New proc.
4 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
5 (gdb_default_target_compile): ... here. Only call
6 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
7 (use_gdb_compile): Change to array.
8 (toplevel): Update sets of use_gdb_compile to specify language.
9 Warn about default_target_compile override. Store dejagnu's version
10 of default_target_compile in dejagnu_default_target_compile.
11
a8a56685
TV
122020-06-18 Tom de Vries <tdevries@suse.de>
13
14 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
15 (default_gdb_init): ... here.
16
581bea2c
SL
172020-06-17 Sandra Loosemore <sandra@codesourcery.com>
18
19 Fix TUI support checks in gdb.tui tests.
20
21 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
22 just say UNSUPPORTED.
23 * gdb.tui/corefile-run.exp: Likewise.
24 * gdb.tui/empty.exp: Likewise.
25 * gdb.tui/list-before.exp: Likewise.
26 * gdb.tui/list.exp: Likewise.
27 * gdb.tui/main.exp: Likewise.
28 * gdb.tui/regs.exp: Likewise.
29 * gdb.tui/resize.exp: Likewise.
30 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
31 * gdb.tui/tui-layout-asm.exp: Likewise.
32 * gdb.tui/tui-missing-src.exp: Likewise.
33 * gdb.tui/winheight.exp: Likewise.
34 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
35
05e682e3
SL
362020-06-17 Sandra Loosemore <sandra@codesourcery.com>
37
38 Fix TCL error in gdb.python/py-format-string.exp.
39
40 * gdb.python/py-format-string.exp: Move test for python support
41 earlier, out of function body.
42
efb763a5
SM
432020-06-15 Simon Marchi <simon.marchi@efficios.com>
44
45 * gdb.base/index-cache-load-twice.c: New.
46 * gdb.base/index-cache-load-twice.exp: New.
47
43327b20
KS
482020-06-17 Keith Seitz <keiths@redhat.com>
49
99cf27cf 50 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
51 when executing "gdb --configuration".
52
081e778c
TV
532020-06-17 Tom de Vries <tdevries@suse.de>
54
55 * lib/gdb.exp (gdb_tcl_unknown): New proc.
56 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
57 conditional on presence of gdb_tcl_unknown.
58 (gdb_finish): Make override undo conditional on presence of
59 gdb_tcl_unknown.
60
d2d1ea20
TT
612020-06-16 Tom Tromey <tom@tromey.com>
62
63 * gdb.python/tui-window.py (failwin): New function. Register it
64 as a TUI window type.
65 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
66
c802e8a7
GB
672020-06-16 Gary Benson <gbenson@redhat.com>
68
69 * gdb.python/py-nested-maps.c (create_map): Add missing return
70 value.
71 (create_map_map): Likewise.
72
ff08abb8
TBA
732020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
74
75 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
76 variable.
77 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
78 and use the already-defined 'options' variable.
79
a29d5112
AB
802020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
81 Tom de Vries <tdevries@suse.de>
82
83 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
84 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
85 (gdb_setup_known_globals): New proc.
86 (gdb_cleanup_globals): New proc.
87 * lib/gdb.exp (load_lib): New override proc.
88 (gdb_stdin_log_init): Set var in_file as persistent global.
89 * lib/pascal.exp (gdb_stdin_log_init): Set vars
90 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
91 fpc_compiler as persistent global.
92
8c74a764
TV
932020-06-12 Tom de Vries <tdevries@suse.de>
94
95 * lib/tuiterm.exp (spawn): Rename to ...
96 (tui_spawn): ... this.
97 (toplevel): Move rename of spawn ...
98 (gdb_init_tuiterm): ... here. New proc.
99 (gdb_finish_tuiterm): New proc.
100 * lib/gdb.exp (gdb_finish_hooks): New global var.
101 (gdb_finish): Handle gdb_finish_hooks.
102 (tuiterm_env): New proc.
103 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
104 tuiterm_env.
105 * gdb.tui/basic.exp: Same.
106 * gdb.tui/corefile-run.exp: Same.
107 * gdb.tui/empty.exp: Same.
108 * gdb.tui/list-before.exp: Same.
109 * gdb.tui/list.exp: Same.
110 * gdb.tui/main.exp: Same.
111 * gdb.tui/new-layout.exp: Same.
112 * gdb.tui/regs.exp: Same.
113 * gdb.tui/resize.exp: Same.
114 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
115 * gdb.tui/tui-layout-asm.exp: Same.
116 * gdb.tui/tui-missing-src.exp: Same.
117 * gdb.tui/winheight.exp: Same.
118
26783bce
TV
1192020-06-12 Tom de Vries <tdevries@suse.de>
120
121 PR testsuite/26110
122 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
123 (gdb_finish): Reinstall dejagnu's override of ::unknown.
124
2b4e6a3f
TT
1252020-06-11 Tom Tromey <tom@tromey.com>
126
127 PR gdb/18318:
128 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
129 floating point tests.
130
2f33032a
KS
1312020-06-11 Keith Seitz <keiths@redhat.com>
132
133 PR gdb/21356
134 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
135 vla_struct.
136 Add new struct vla_typedef and union vla_typedef_union and
137 corresponding instantiation objects.
138 Initialize new objects.
139 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
140 and vla_typedef_union_object.
141 Fixup type for vla_struct_object.
142
a8baf0a3
TV
1432020-06-11 Tom de Vries <tdevries@suse.de>
144
145 * lib/gdb.exp (with_override): New proc, factored out of ...
146 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
147
7ab96794
TV
1482020-06-10 Tom de Vries <tdevries@suse.de>
149
150 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
151
cab5c3b7
SM
1522020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
153
154 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
155 parameter, update callers.
156
f8c41851
SM
1572020-06-04 Simon Marchi <simon.marchi@efficios.com>
158
159 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
160 * gdb.dwarf2/share-psymtabs-bt.c: New file.
161 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
162
1c07a73f
TV
1632020-06-04 Tom de Vries <tdevries@suse.de>
164
165 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
166
95146b5d
TV
1672020-06-04 Tom de Vries <tdevries@suse.de>
168
169 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
170 exp_continue.
171
0cfcd4f0
TV
1722020-06-04 Tom de Vries <tdevries@suse.de>
173
174 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
175
f9b5d5ea
TV
1762020-06-03 Tom de Vries <tdevries@suse.de>
177
178 PR symtab/26046
179 * gdb.cp/breakpoint-locs-2.cc: New test.
180 * gdb.cp/breakpoint-locs.cc: New test.
181 * gdb.cp/breakpoint-locs.exp: New file.
182 * gdb.cp/breakpoint-locs.h: New test.
183
5144dfba
TV
1842020-06-03 Tom de Vries <tdevries@suse.de>
185
186 PR testsuite/25609
187 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
188 value of global verbose.
189 * gdb.base/jit-elf.exp: Same.
190 * gdb.base/jit-reader.exp: Same.
191
621eacdf
TV
1922020-06-02 Tom de Vries <tdevries@suse.de>
193
194 * gdb.dwarf2/multidictionary.exp: Don't use
195 gdb_spawn_with_cmdline_opts.
196
1313c56e
AB
1972020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
200 use_header case.
201 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
202 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
203 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
204 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
205 * gdb.dwarf2/dw2-inline-header.c: New file.
206 * gdb.dwarf2/dw2-inline-header.h: New file.
207
f68f85b5
PA
2082020-05-30 Pedro Alves <palves@redhat.com>
209
210 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
211 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
212
678048e8
GB
2132020-05-29 Gary Benson <gbenson@redhat.com>
214
215 * gdb.compile/compile-cplus.exp (additional_flags): Also
216 set when building with clang.
217 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
218 when building with clang.
219
9fcafd23
GB
2202020-05-29 Gary Benson <gbenson@redhat.com>
221
222 * gdb.arch/i386-avx.exp (additional_flags): Also set when
223 building with clang.
224 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
225
735d5a07
GB
2262020-05-29 Gary Benson <gbenson@redhat.com>
227
228 * gdb.cp/koenig.exp (prepare_for_testing): Add
229 additional_flags=-Wno-unused-comparison.
230 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
231
4ad2c6a0
GB
2322020-05-28 Gary Benson <gbenson@redhat.com>
233
234 * gdb.base/sigaltstack.c (catcher): Add default case to switch
235 statement.
236
09fe663e
GB
2372020-05-28 Gary Benson <gbenson@redhat.com>
238
239 * gdb.cp/classes.exp (prepare_for_testing): Add
240 additional_flags=-Wno-deprecated-register.
241 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
242 * gdb.cp/misc.exp: Likewise.
243
cee00f17
GB
2442020-05-28 Gary Benson <gbenson@redhat.com>
245
246 * gdb.linespec/cpls-ops.cc (dummy): New static global.
247 (test_op_new::operator new): Add return statement.
248 (test_op_new_array::operator new[]): Likewise.
249
636edd00
PA
2502020-05-27 Pedro Alves <palves@redhat.com>
251
252 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
253 check. Use test_gdb_complete_unique instead of
254 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
255 test_gdb_complete_multiple instead of
256 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
257
c2b75043
LM
2582020-05-27 Luis Machado <luis.machado@linaro.org>
259
260 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
261 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
262 * gdb.arch/arm-disassembler-options.exp: Likewise.
263 * gdb.arch/arm-disp-step.exp: Likewise.
264 * gdb.arch/thumb-prologue.exp: Likewise.
265 * gdb.base/async.exp: Likewise.
266 * gdb.base/auxv.exp: Likewise.
267 * gdb.base/complex-parts.exp: Likewise.
268 * gdb.base/ena-dis-br.exp: Likewise.
269 * gdb.base/foll-exec.exp: Likewise.
270 * gdb.base/permissions.exp: Likewise.
271 * gdb.base/relocate.exp: Likewise.
272 * gdb.base/return2.exp: Likewise.
273 * gdb.base/sigbpt.exp: Likewise.
274 * gdb.base/siginfo-obj.exp: Likewise.
275 * gdb.cp/converts.exp: Likewise.
276 * gdb.cp/exceptprint.exp: Likewise.
277 * gdb.cp/inherit.exp: Likewise.
278 * gdb.cp/nsnoimports.exp: Likewise.
279 * gdb.cp/virtbase2.exp: Likewise.
280 * gdb.mi/mi-var-cmd.exp: Likewise.
281 * gdb.mi/var-cmd.c: Likewise.
282
53a47a3e
TT
2832020-05-26 Tom Tromey <tromey@adacore.com>
284
285 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
286
0bc2354b
TT
2872020-05-26 Tom Tromey <tromey@adacore.com>
288
289 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
290 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
291 type.
292 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
293 variable.
294
0db49895
CBG
2952020-05-26 Christian Biesinger <cbiesinger@google.com>
296
297 * Makefile.in: Use = instead of == for the test command
298 for portability.
299
40d22035
TV
3002020-05-26 Tom de Vries <tdevries@suse.de>
301
302 * gdb.base/gold-gdb-index-2.c: New test.
303 * gdb.base/gold-gdb-index.c: New test.
304 * gdb.base/gold-gdb-index.exp: New file.
305 * gdb.base/gold-gdb-index.h: New test.
306
043e2e02
TV
3072020-05-25 Tom de Vries <tdevries@suse.de>
308
309 * boards/gold-gdb-index.exp: New file.
310
462f72c5
SM
3112020-05-25 Simon Marchi <simon.marchi@efficios.com>
312
313 * boards/simavr.exp: New file.
314
6cf66e76
SM
3152020-05-25 Simon Marchi <simon.marchi@efficios.com>
316
317 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
318 * gdb.base/inferior-args.exp: New file.
319 * gdb.base/inferior-args.c: New file.
320
75d04512
SM
3212020-05-25 Simon Marchi <simon.marchi@efficios.com>
322
323 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
324 inferior_args. Pass it to gdb_reload.
325 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
326 inferior_args.
327 (gdb_reload): Add inferior_args argument.
328 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
329 pass it to gdbserver_run.
330 * boards/native-gdbserver.exp: Do not set noargs.
331 * boards/native-extended-gdbserver.exp (gdb_reload): Add
332 inferior_args argument.
333 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
334 * gdb.base/a2-run.exp: Check for use_gdb_stub.
335 * gdb.base/args.exp: Likewise.
336
42cf1844
TV
3372020-05-25 Tom de Vries <tdevries@suse.de>
338
339 * lib/gdb.exp (exec_is_pie): Add comment.
340
8f7d38ef
TV
3412020-05-25 Tom de Vries <tdevries@suse.de>
342
343 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
344 instead of $binfile in the untested message.
345
465e1b0f
TV
3462020-05-25 Tom de Vries <tdevries@suse.de>
347
348 PR testsuite/26031
349 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
350
3c5a0e02
TV
3512020-05-25 Tom de Vries <tdevries@suse.de>
352
353 * boards/gold.exp: New file.
354
0a4f5f8c
TT
3552020-05-23 Tom Tromey <tom@tromey.com>
356
357 * gdb.base/style.exp: Remove completion styling test.
358 * lib/gdb-utils.exp (style): Remove completion styles.
359
eca1f90c
TT
3602020-05-23 Tom Tromey <tom@tromey.com>
361
362 * gdb.base/style.exp: Add completion styling test.
363 * lib/gdb-utils.exp (style): Add completion styles.
364
7c13f4e8
AB
3652020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
366
367 * gdb.base/annota1.exp: Update expected results.
368 * gdb.cp/annota2.exp: Update expected results, remove duplicate
369 test name.
370 * gdb.cp/annota3.exp: Update expected results.
371
41977d16
SM
3722020-05-20 Simon Marchi <simon.marchi@efficios.com>
373
374 PR gdb/26016
375 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
376 against MAP_FAILED.
377 * gdb.base/coremaker.c (mmapdata): Likewise.
378 * gdb.base/jit-reader-host.c (main): Likewise.
379 * gdb.base/sym-file-loader.c (load): Likewise.
380 (load_shlib): Likewise.
381
b4757f2e
TT
3822020-05-20 Tom Tromey <tromey@adacore.com>
383
384 * gdb.ada/array_char_idx.exp: Recognize initialized array.
385
9a0bacfb
TV
3862020-05-20 Tom de Vries <tdevries@suse.de>
387
388 PR symtab/25833
389 * gdb.base/with-mf-inc.c: New test.
390 * gdb.base/with-mf-main.c: New test.
391 * gdb.base/with-mf.exp: New file.
392
76571211
TT
3932020-05-19 Tom Tromey <tromey@adacore.com>
394
395 * gdb.rust/simple.exp: Restore missing test result.
396
4cd9f3d5
TV
3972020-05-19 Tom de Vries <tdevries@suse.de>
398
399 * gdb.base/gdb-caching-proc.exp: Fix typo.
400
7d874253
TT
4012020-05-19 Tom Tromey <tromey@adacore.com>
402
403 * gdb.rust/simple.exp: Add some test descriptions.
404 (test_one_slice): Use with_test_prefix.
405
1d727695
TV
4062020-05-18 Tom de Vries <tdevries@suse.de>
407
408 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
409
7f32a4d5
PA
4102020-05-17 Pedro Alves <palves@redhat.com>
411
412 PR gdb/25741
413 * gdb.base/hw-sw-break-same-address.exp: New file.
414
7cfd74cf
PA
4152020-05-16 Pedro Alves <palves@redhat.com>
416
417 * gdb.multi/multi-re-run.exp (test_re_run): Switch
418 LAST_LOADED_FILE accordingly.
419
57b4f16e
PW
4202020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
421
422 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
423
7c05caf7
PW
4242020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
425
426 * gdb.base/help.exp: Test apropos and help for commands
427 having aliases. Fixed comments not starting with an
428 upper-case letter or not finishing with a dot.
429
7aa1b46f
PW
4302020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
431
3b3aaacb
PW
432 * gdb.base/alias.exp: Update help output check.
433
57b4f16e 4342020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 435
7aa1b46f
PW
436 * gdb.base/default.exp: Update output following fixes.
437
0605465f
PW
4382020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
439
440 * gdb.base/alias.exp: Test aliases starting with a prefix of
441 another alias.
442
86e4e63d
GB
4432020-05-15 Gary Benson <gbenson@redhat.com>
444
445 * gdb.base/info-os.c (main): Add return statement.
446 * gdb.base/info_minsym.c (minsym_fun): Likewise.
447 * gdb.base/large-frame-2.c (func): Likewise.
448 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
449 * gdb.base/pr10179-b.c (foo2): Likewise.
450 * gdb.base/valgrind-disp-step.c (foo): Likewise.
451 * gdb.base/watch-cond.c (func): Likewise.
452 * gdb.multi/goodbye.c (verylongfun): Likewise.
453 * gdb.multi/hello.c (commonfun): Likewise.
454 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
455 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
456 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
457 Likewise.
458 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
459 * gdb.threads/interrupt-while-step-over.c (child_function):
460 Likewise.
461 * gdb.trace/actions-changed.c (end): Likewise.
462
163df4df
GB
4632020-05-15 Gary Benson <gbenson@redhat.com>
464
465 * gdb.opencl/callfuncs.exp: Report when test skipped.
466 * gdb.opencl/convs_casts.exp: Likewise.
467 * gdb.opencl/datatypes.exp: Likewise.
468 * gdb.opencl/operators.exp: Likewise.
469 * gdb.opencl/vec_comps.exp: Likewise.
470
6dbc505a
TV
4712020-05-15 Tom de Vries <tdevries@suse.de>
472
473 * gdb.base/align.exp.in: Rename to ...
474 * gdb.base/align.exp.tcl: ... this.
475 * gdb.base/align-c++.exp: Update.
476 * gdb.base/align-c.exp: Update.
477 * gdb.base/all-architectures.exp.in: Rename to ...
478 * gdb.base/all-architectures.exp: ... this.
479 * gdb.base/all-architectures-0.exp: Update.
480 * gdb.base/all-architectures-1.exp: Update.
481 * gdb.base/all-architectures-2.exp: Update.
482 * gdb.base/all-architectures-3.exp: Update.
483 * gdb.base/all-architectures-4.exp: Update.
484 * gdb.base/all-architectures-5.exp: Update.
485 * gdb.base/all-architectures-6.exp: Update.
486 * gdb.base/all-architectures-7.exp: Update.
487 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
488 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
489 * gdb.base/infcall-nested-structs-c++.exp: Update.
490 * gdb.base/infcall-nested-structs-c.exp: Update.
491 * gdb.base/info-types.exp.in: Rename to ...
492 * gdb.base/info-types.exp.tcl: ... this.
493 * gdb.base/info-types-c++.exp: Update.
494 * gdb.base/info-types-c.exp: Update.
495 * gdb.base/max-depth.exp.in: Rename to ...
496 * gdb.base/max-depth.exp.tcl: ... this.
497 * gdb.base/max-depth-c++.exp: Update.
498 * gdb.base/max-depth-c.exp: Update.
499 * gdb.cp/cpexprs.exp.in: Rename to ...
500 * gdb.cp/cpexprs.exp.tcl: ... this.
501 * gdb.cp/cpexprs-debug-types.exp: Update.
502 * gdb.cp/cpexprs.exp: Update.
503 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
504 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
505 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
506 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
507 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
508 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
509 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
510 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
511 * gdb.dwarf2/clang-debug-names-2.exp: Update.
512 * gdb.dwarf2/clang-debug-names.exp: Update.
513
d1034d78
AB
5142020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
515
516 * lib/check-test-names.exp: Remove code that prevents this file
517 loading when tests are run in parallel.
518
3c5c3649
PA
5192020-05-15 Pedro Alves <palves@redhat.com>
520
521 * gdb.multi/multi-kill.exp (start_inferior): Remove
522 'testpid' parameter. Refer to namespace variable directly.
523 (testpid): Declare as namespace variable.
524
272c36b8
PA
5252020-05-15 Pedro Alves <palves@redhat.com>
526
527 * gdb.multi/multi-kill.exp: Wrap in namespace.
528 (start_inferior): Add TESTPID parameter. Use it instead of the
529 testpid global.
530 (top level): Define empty TESTPID array, and pass it down to
531 start_inferior.
532
02eba61a
TV
5332020-05-14 Tom de Vries <tdevries@suse.de>
534
535 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
536 output.
537
971a3747
TV
5382020-05-14 Tom de Vries <tdevries@suse.de>
539
540 * gdb.base/align.exp: Split into ...
541 * gdb.base/align.exp.in: ...
542 * gdb.base/align-c++.exp: ...
543 * gdb.base/align-c.exp: ... these.
544 * gdb.base/infcall-nested-structs.exp: Split into ...
545 * gdb.base/infcall-nested-structs.exp.in: ...
546 * gdb.base/infcall-nested-structs-c++.exp: ...
547 * gdb.base/infcall-nested-structs-c.exp: ... these.
548 * gdb.base/info-types.exp: Split into ...
549 * gdb.base/info-types.exp.in: ...
550 * gdb.base/info-types-c++.exp: ...
551 * gdb.base/info-types-c.exp: ... these.
552 * gdb.base/max-depth.exp: Split into ...
553 * gdb.base/max-depth.exp.in: ...
554 * gdb.base/max-depth-c++.exp: ...
555 * gdb.base/max-depth-c.exp: ... these.
556 * gdb.cp/infcall-nodebug.exp: Split into ...
557 * gdb.cp/infcall-nodebug.exp.in: ...
558 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
559 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
560 * gdb.cp/infcall-nodebug-c-d0.exp: ...
561 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
562
a05575d3
TBA
5632020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
564 Pedro Alves <palves@redhat.com>
565
566 * gdb.multi/multi-exit.c: New file.
567 * gdb.multi/multi-exit.exp: New file.
568 * gdb.multi/multi-kill.c: New file.
569 * gdb.multi/multi-kill.exp: New file.
570
6ad82919
TBA
5712020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
572
573 * gdb.base/annota1.exp: Update the expected output.
574 * gdb.cp/annota2.exp: Ditto.
575
843f4d93
AB
5762020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
577
578 * lib/check-test-names.exp: Disable when testing is being run in
579 parallel.
580
c7c66341
TV
5812020-05-12 Tom de Vries <tdevries@suse.de>
582
583 * gdb.base/jit-elf.exp: Fix string concat.
584
1b59ca1c
TV
5852020-05-12 Tom de Vries <tdevries@suse.de>
586
587 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
588 messages.
589
b4991d29
TV
5902020-05-12 Tom de Vries <tdevries@suse.de>
591
592 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
593
dbb0ab10
TV
5942020-05-12 Tom de Vries <tdevries@suse.de>
595
596 * gdb.ada/catch_ex.exp: Use with_test_prefix.
597 * gdb.ada/mi_catch_ex.exp: Same.
598 * gdb.ada/mi_catch_ex_hand.exp: Same.
599
7549fed8
TV
6002020-05-12 Tom de Vries <tdevries@suse.de>
601
602 * gdb.fortran/complex.exp: Use with_test_prefix.
603
af2d5cd8
TV
6042020-05-12 Tom de Vries <tdevries@suse.de>
605
606 * gdb.trace/passcount.exp: Fix test-names.
607
7c121311
TV
6082020-05-12 Tom de Vries <tdevries@suse.de>
609
610 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
611
c9f3b40e
TV
6122020-05-12 Tom de Vries <tdevries@suse.de>
613
614 * gdb.gdb/complaints.exp: Use with_test_prefix.
615 * gdb.xml/tdesc-regs.exp: Same.
616 * gdb.opt/inline-locals.exp: Fix test name.
617
111b33f0
TV
6182020-05-12 Tom de Vries <tdevries@suse.de>
619
620 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
621 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
622 * gdb.dwarf2/implref-struct.exp: Same.
623 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
624 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
625
ebf47080
SM
6262020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
627
628 * gdb.base/jit-so.exp (one_jit_test): Change test name.
629
d30dcd12
AB
6302020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
631
632 * lib/check-test-names.exp (all_test_names): New module variable.
633 (counts): Add 'duplicates' field.
634 (_check_duplicates): New procedure.
635 (check): Also check for duplicates.
636 (do_log_summary): Print duplicates count.
637 (do_reset_vars): Reset counter for duplicate test names, and
638 discard all know test names.
639
34584c09
AB
6402020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
641
642 * lib/gdb.exp: Include check-test-names.exp library.
643 * lib/check-test-names.exp: New file.
644
e0002117
TV
6452020-05-11 Tom de Vries <tdevries@suse.de>
646
647 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
648
53f539a3
KS
6492020-05-11 Keith Seitz <keiths@redhat.com>
650
651 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
652
113ee09a
TV
6532020-05-11 Tom de Vries <tdevries@suse.de>
654
655 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
656 * gdb.cp/cpexprs.exp.in: .. here.
657 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
658 cpexprs.exp.
659
ba3e70b0
KS
6602020-05-11 Keith Seitz <keiths@redhat.com>
661
662 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
663 test names.
664 * gdb.ada/arrayptr.exp: Likewise.
665 * gdb.ada/assign_arr.exp: Likewise.
666 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
667 * gdb.ada/bp_on_var.exp: Likewise.
668 * gdb.ada/call_pn.exp: Likewise.
669 * gdb.ada/complete.exp: Likewise.
670 * gdb.ada/fun_overload_menu.exp: Likewise.
671 * gdb.ada/funcall_param.exp: Likewise.
672 * gdb.ada/funcall_ref.exp: Likewise.
673 * gdb.ada/packed_array_assign.exp: Likewise.
674 * gdb.ada/same_component_name.exp: Likewise.
675 * gdb.ada/type_coercion.exp: Likewise.
676 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
677 * gdb.ada/variant_record_packed_array.exp: Likewise.
678
3ee6bb11
TV
6792020-05-11 Tom de Vries <tdevries@suse.de>
680
681 PR symtab/25941
682 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
683 out of ...
684 * gdb.dwarf2/clang-debug-names.exp: ... here.
685 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
686 clang-debug-names.exp.in.
687 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
688 * gdb.dwarf2/clang-debug-names-2.c: New test.
689
86cd6bc8
AKS
6902020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
691
692 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
693 (fortran_runto_main): New Proc, fortran version of runto_main.
694 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
695 * gdb.fortran/array-bounds.exp: Likewise.
696 * gdb.fortran/array-slices.exp: Likewise.
697 * gdb.fortran/block-data.exp: Likewise.
698 * gdb.fortran/charset.exp: Likewise.
699 * gdb.fortran/common-block.exp: Likewise.
700 * gdb.fortran/complex.exp: Likewise.
701 * gdb.fortran/derived-type-function.exp: Likewise.
702 * gdb.fortran/derived-type.exp: Likewise.
703 * gdb.fortran/info-modules.exp: Likewise.
704 * gdb.fortran/info-types.exp: Likewise.
705 * gdb.fortran/intrinsics.exp: Likewise.
706 * gdb.fortran/library-module.exp: Likewise.
707 * gdb.fortran/logical.exp: Likewise.
708 * gdb.fortran/max-depth.exp: Likewise.
709 * gdb.fortran/module.exp: Likewise.
710 * gdb.fortran/multi-dim.exp: Likewise.
711 * gdb.fortran/nested-funcs.exp: Likewise.
712 * gdb.fortran/print-formatted.exp: Likewise.
713 * gdb.fortran/print_type.exp: Likewise.
714 * gdb.fortran/printing-types.exp: Likewise.
715 * gdb.fortran/ptr-indentation.exp: Likewise.
716 * gdb.fortran/ptype-on-functions.exp: Likewise.
717 * gdb.fortran/subarray.exp: Likewise.
718 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
719 * gdb.fortran/vla-datatypes.exp: Likewise.
720 * gdb.fortran/vla-history.exp: Likewise.
721 * gdb.fortran/vla-ptr-info.exp: Likewise.
722 * gdb.fortran/vla-ptype-sub.exp: Likewise.
723 * gdb.fortran/vla-ptype.exp: Likewise.
724 * gdb.fortran/vla-sizeof.exp: Likewise.
725 * gdb.fortran/vla-type.exp: Likewise.
726 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
727 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
728 * gdb.fortran/vla-value-sub.exp: Likewise.
729 * gdb.fortran/vla-value.exp: Likewise.
730 * gdb.fortran/whatis_type.exp: Likewise.
731 * gdb.mi/mi-var-child-f.exp: Likewise.
732
6dc55ce9 7332020-05-09 Tom de Vries <tdevries@suse.de>
734
735 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
736
283cb58c
TV
7372020-05-08 Tom de Vries <tdevries@suse.de>
738
739 * gdb.dwarf2/clang-debug-names.c: New test.
740 * gdb.dwarf2/clang-debug-names.exp: New file.
741
ac4a4f1c
SM
7422020-05-06 Simon Marchi <simon.marchi@efficios.com>
743
744 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
745 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
746
24fe640b
TV
7472020-05-06 Tom de Vries <tdevries@suse.de>
748
749 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
750 breakpoint is at a "recommended breakpoint location".
751 * gdb.reverse/consecutive-reverse.exp: Same.
752
0d8683a3
TV
7532020-05-06 Tom de Vries <tdevries@suse.de>
754
755 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
756 address.
757
b8983c46
TV
7582020-05-06 Tom de Vries <tdevries@suse.de>
759
760 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
761
abf6d805
TV
7622020-05-06 Tom de Vries <tdevries@suse.de>
763
764 * gdb.base/store.exp (check_set, up_set): Allowing missing location
765 info for r.
766
0fc2a808
TV
7672020-05-06 Tom de Vries <tdevries@suse.de>
768
769 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
770 necessary.
771
873dd427
TV
7722020-05-06 Tom de Vries <tdevries@suse.de>
773
774 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
775 void.
776
7c99e7e2
TV
7772020-05-06 Tom de Vries <tdevries@suse.de>
778
779 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
780 of ...
781 * gdb.base/async.exp: ... here.
782 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
783 "recommended breakpoint location".
784
6173d6a6
TV
7852020-05-06 Tom de Vries <tdevries@suse.de>
786
787 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
788
6015a067
TV
7892020-05-04 Tom de Vries <tdevries@suse.de>
790
791 * gdb.base/async.exp: Check whether instruction addresses are a
792 "recommended breakpoint location".
793
3b6acaee
TT
7942020-05-03 Tom Tromey <tom@tromey.com>
795
796 * gdb.base/sepdebug.exp: Remove "catch" test.
797 * gdb.base/break.exp: Remove "catch" test.
798 * gdb.base/default.exp: Update expected output.
799
5beb4d17
TV
8002020-05-02 Tom de Vries <tdevries@suse.de>
801
802 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
803 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
804 * gdb.arch/i386-mpx-map.exp: Same.
805 * gdb.arch/i386-mpx-sigsegv.exp: Same.
806 * gdb.arch/i386-mpx-simple_segv.exp: Same.
807 * gdb.arch/i386-mpx.exp: Same.
808
8caf140d
TV
8092020-05-02 Tom de Vries <tdevries@suse.de>
810
811 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
812
693196cb
TV
8132020-05-01 Tom de Vries <tdevries@suse.de>
814
815 * gdb.ada/operator_bp.exp: Allow more than required amount of
816 breakpoint.
817
53ae0aa9
TV
8182020-05-01 Tom de Vries <tdevries@suse.de>
819
820 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
821
ee9d1e5f
HD
8222020-04-30 Hannes Domani <ssbssa@yahoo.de>
823
824 PR gdb/18706
825 * gdb.cp/stub-array-size.cc: New test.
826 * gdb.cp/stub-array-size.exp: New file.
827 * gdb.cp/stub-array-size.h: New test.
828 * gdb.cp/stub-array-size2.cc: New test.
829
d5cf82c0
HD
8302020-04-30 Hannes Domani <ssbssa@yahoo.de>
831
832 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
833 output to the new format.
834
42e165c3
SM
8352020-04-29 Simon Marchi <simon.marchi@efficios.com>
836
837 * gdb.base/break.exp: Use with_test_prefix.
838
6e4e3fe1
TV
8392020-04-29 Tom de Vries <tdevries@suse.de>
840
841 * lib/gdb.exp (debug_types): New proc.
842 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
843 * gdb.python/py-symtab.exp: Same.
844
d642b692
HD
8452020-04-29 Hannes Domani <ssbssa@yahoo.de>
846
847 PR gdb/17320
848 * gdb.base/pretty-array.c: New test.
849 * gdb.base/pretty-array.exp: New file.
850
ea90f227
TV
8512020-04-29 Tom de Vries <tdevries@suse.de>
852
853 PR symtab/25889
854 * gdb.cp/cpexprs.exp: Adapt for inclusion.
855 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
856 and include cpexprs.exp.
857
a65189c9
TV
8582020-04-28 Mark Williams <mark@myosotissp.com>
859
860 PR gdb/24480
861 * dw4-toplevel-types.exp: Test for top level types.
862 * dw4-toplevel-types.cc: Test for top level types.
863
32d1f47a
TBA
8642020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
865
866 * gdb.threads/stop-with-handle.exp: Fix typo in comment
867 (theads -> threads).
868
56a4f5a1
TV
8692020-04-28 Tom de Vries <tdevries@suse.de>
870
871 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
872
0b2f8a3b
TV
8732020-04-28 Tom de Vries <tdevries@suse.de>
874
875 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
876
5390c717
TV
8772020-04-28 Tom de Vries <tdevries@suse.de>
878
879 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
880
15cd93d0
TV
8812020-04-28 Tom de Vries <tdevries@suse.de>
882
883 * gdb.dwarf2/main-foo.c: New test.
884 * gdb.dwarf2/struct-with-sig.exp: New file.
885
d472f0fb
TV
8862020-04-25 Tom de Vries <tdevries@suse.de>
887
888 * boards/debug-types.exp: New file.
889
8d840e05
AB
8902020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
891
892 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
893
bcfe6157
TT
8942020-04-24 Tom Tromey <tom@tromey.com>
895
896 PR symtab/12707:
897 * gdb.python/py-symbol.exp: Update expected results for
898 linkage_name test.
899 * gdb.cp/print-demangle.exp: New file.
900 * gdb.base/c-linkage-name.exp: Fix test.
901 * gdb.guile/scm-symbol.exp: Update expected results for
902 linkage_name test.
903
f049a313
TT
9042020-04-24 Tom Tromey <tom@tromey.com>
905
906 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
907 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
908 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
909 assembler.
910
7cf28874
TV
9112020-04-24 Tom de Vries <tdevries@suse.de>
912
913 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
914 C++.
915
dac2fef7
TT
9162020-04-24 Tom Tromey <tromey@adacore.com>
917
918 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
919 values.
920 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
921 values. Update test for minimal encodings.
922 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
923 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
924 values. Update test for minimal encodings.
925
1acda803
TT
9262020-04-24 Tom Tromey <tromey@adacore.com>
927
928 PR python/23662:
929 * gdb.ada/variant.exp: Add Python checks.
930 * gdb.rust/simple.exp: Add dynamic type checks.
931
adfb9815
TT
9322020-04-24 Tom Tromey <tromey@adacore.com>
933
934 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
935 Make array type matching more lax.
936 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
937 * gdb.ada/mi_variant.exp: New file.
938 * gdb.ada/mi_variant/pck.ads: New file.
939 * gdb.ada/mi_variant/pkg.adb: New file.
940 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
941 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
942
7d79de9a
TT
9432020-04-24 Tom Tromey <tromey@adacore.com>
944
945 * gdb.ada/variant.exp: Add dynamic field offset tests.
946 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
947 * gdb.ada/variant/pkg.adb: Add new variables.
948
f8e89861
TT
9492020-04-24 Tom Tromey <tromey@adacore.com>
950
951 * gdb.ada/variant.exp: New file
952 * gdb.ada/variant/pkg.adb: New file
953 * gdb.ada/variant/pck.adb: New file
954
86e887ae
TV
9552020-04-24 Tom de Vries <tdevries@suse.de>
956
957 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
958
88428775
TV
9592020-04-24 Tom de Vries <tdevries@suse.de>
960
961 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
962 flags.
963
4e86f6e7
TV
9642020-04-24 Tom de Vries <tdevries@suse.de>
965
966 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
967
2016d3e6
TV
9682020-04-24 Tom de Vries <tdevries@suse.de>
969
970 * lib/gdb.exp (default_gdb_start): Handle eof.
971 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
972 failure.
973 * gdb.base/readnever.exp: Handle clean_restart failure.
974
70bc38f5
TV
9752020-04-23 Tom de Vries <tdevries@suse.de>
976
977 * gdb.base/decl-before-def.exp: Run to main and print a again.
978
de82891c
TV
9792020-04-23 Tom de Vries <tdevries@suse.de>
980
981 * gdb.base/decl-before-def-decl.c: New test.
982 * gdb.base/decl-before-def-def.c: New test.
983 * gdb.base/decl-before-def.exp: New file.
984
96038148
TV
9852020-04-23 Tom de Vries <tdevries@suse.de>
986
987 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
988
54ac3df1
TV
9892020-04-22 Tom de Vries <tdevries@suse.de>
990
991 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
992 debug_info_offset.
993 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
994 before $objsfile in the line line.
995
714534e1
TV
9962020-04-22 Tom de Vries <tdevries@suse.de>
997
998 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
999
16a7dbf4
MS
10002020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1001
1002 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1003 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1004 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1005 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1006 * gdb.base/jit-protocol.h: Update definitions to match all usage
1007 contexts.
1008
10092020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1010
1011 * gdb.base: Rename all jit related test and source files.
1012
10132020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1014
1015 * gdb.base/jit-reader.exp: Relax register output check.
1016
317d2668
TV
10172020-04-22 Tom de Vries <tdevries@suse.de>
1018
1019 PR symtab/25764
1020 * gdb.base/psym-external-decl-2.c: New test.
1021 * gdb.base/psym-external-decl.c: New test.
1022 * gdb.base/psym-external-decl.exp: New file.
1023 * gdb.threads/tls.exp: Add PR25807 kfail.
1024
eea9e357
TV
10252020-04-22 Tom de Vries <tdevries@suse.de>
1026
1027 PR symtab/25801
1028 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1029 in "info source" output.
1030
3d5afab3
TV
10312020-04-22 Tom de Vries <tdevries@suse.de>
1032
1033 PR symtab/25700
1034 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1035 symtab for imported_unit.c.
1036
b32102f6
GB
10372020-04-21 Gary Benson <gbenson@redhat.com>
1038
1039 * gdb.base/advance.c (func): New argument, to match call site.
1040 (func2, func3): Add return statements.
1041
d43b7a2d
TBA
10422020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1043
1044 * gdb.multi/run-only-second-inf.c: New file.
1045 * gdb.multi/run-only-second-inf.exp: New file.
1046
d89edf9b
MM
10472020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1048
1049 * gdb.btrace/multi-inferior.c: New test.
1050 * gdb.btrace/multi-inferior.exp: New file.
1051
1a476b6d
MM
10522020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1053
1054 * gdb.btrace/enable-new-thread.c: New test.
1055 * gdb.btrace/enable-new-thread.exp: New file.
1056
4778a5f8
TV
10572020-04-21 Tom de Vries <tdevries@suse.de>
1058
1059 PR gdb/25471
1060 * gdb.threads/killed-outside.c: New test.
1061 * gdb.threads/killed-outside.exp: New file.
1062
9b2c992c
GB
10632020-04-20 Gary Benson <gbenson@redhat.com>
1064
1065 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1066 * gdb.base/nested-subp2.exp: Likewise.
1067 * gdb.base/nested-subp3.exp: Likewise.
1068
b5d1d6f7
GB
10692020-04-20 Gary Benson <gbenson@redhat.com>
1070
1071 * gdb.base/nested-subp1.exp: Disable test when using clang.
1072 * gdb.base/nested-subp2.exp: Likewise.
1073 * gdb.base/nested-subp3.exp: Likewise.
1074
25230285
GB
10752020-04-20 Gary Benson <gbenson@redhat.com>
1076
1077 * gdb.cp/exception.cc: Fix compilation error with clang.
1078
fa93cc8f
GB
10792020-04-20 Gary Benson <gbenson@redhat.com>
1080
809730f3 1081 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1082
e0c45f30
GB
10832020-04-20 Gary Benson <gbenson@redhat.com>
1084
1085 * gdb.base/jit-main.c: Fix compilation error with clang.
1086
4ddfec93
KR
10872020-04-17 Kamil Rytarowski <n54@gmx.com>
1088
1089 * gdb.base/attach-twice.c: Include "sys/types.h".
1090 (PTRACE_ATTACH): Add fallback definition.
1091 (main): Pass `0' to the 4th argument of `ptrace'.
1092
2bed205e
KR
10932020-04-17 Kamil Rytarowski <n54@gmx.com>
1094
1095 * gdb.base/fork-running-state.c: Include "signal.h".
1096
0743fc83
TT
10972020-04-17 Tom Tromey <tromey@adacore.com>
1098
1099 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1100 Update tests.
1101 * gdb.btrace/cpu.exp: Update tests.
1102 * gdb.base/maint.exp: Update tests.
1103 * gdb.base/default.exp: Update tests.
1104 * gdb.base/completion.exp: Update tests.
1105
efba5c23
TV
11062020-04-16 Tom de Vries <tdevries@suse.de>
1107
1108 PR symtab/25791
1109 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1110 (ensure_gdb_index): and factor out and move ...
1111 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1112 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1113
d191d716
TV
11142020-04-16 Tom de Vries <tdevries@suse.de>
1115
1116 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1117 loading exec.
1118
99f1bc6a
AB
11192020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1120
1121 * gdb.base/many-completions.exp: New file.
1122
194d088f
TV
11232020-04-14 Tom de Vries <tdevries@suse.de>
1124
1125 PR symtab/25718
1126 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1127
c1a66c06
TV
11282020-04-14 Tom de Vries <tdevries@suse.de>
1129
1130 PR symtab/25720
1131 * gdb.base/maint-expand-symbols-header-file.c: New test.
1132 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1133 * gdb.base/maint-expand-symbols-header-file.h: New test.
1134
21b0982c
AB
11352020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1136
1137 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1138 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1139 get_func_info.
1140 (get_func_info): Delete.
1141 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1142 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1143 * lib/dwarf.exp (get_func_info): New function.
1144
dd1cab06
TV
11452020-04-13 Tom de Vries <tdevries@suse.de>
1146
1147 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1148 to what find_gnatmake does.
1149
71ea2b6b
TV
11502020-04-10 Tom de Vries <tdevries@suse.de>
1151
1152 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1153 -readnow.
1154
bdfc1e8a
TV
11552020-04-10 Tom de Vries <tdevries@suse.de>
1156
1157 PR cli/25808
1158 * gdb.base/style.c: Add leading newlines.
1159 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1160 Check listing of main's one-line body.
1161
14ca8ecf
TV
11622020-04-08 Tom de Vries <tdevries@suse.de>
1163
1164 * lib/gdb.exp (psymtabs_p): New proc.
1165 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1166 importing unit" unsupported if there are no partial symbols.
1167
e21d048f
TV
11682020-04-08 Tom de Vries <tdevries@suse.de>
1169
1170 PR testsuite/25760
1171 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1172
25c11aca
TV
11732020-04-07 Tom de Vries <tdevries@suse.de>
1174
1175 PR symtab/25796
1176 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1177
5707e24b
TV
11782020-04-07 Tom de Vries <tdevries@suse.de>
1179
1180 * gdb.base/check-psymtab.c: New test.
1181 * gdb.base/check-psymtab.exp: New file.
1182
6ee448cc
TT
11832020-04-06 Tom Tromey <tromey@adacore.com>
1184
1185 * gdb.ada/variant-record/proc.adb: New file.
1186 * gdb.ada/variant-record/value.adb: New file.
1187 * gdb.ada/variant-record/value.s: New file.
1188 * gdb.ada/variant-record.exp: New file.
1189
9e7c9a03
HD
11902020-04-03 Hannes Domani <ssbssa@yahoo.de>
1191
1192 PR gdb/25325
1193 * gdb.cp/typed-enum.cc: New test.
1194 * gdb.cp/typed-enum.exp: New file.
1195
c90d28ac
AB
11962020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1197
1198 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1199 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1200 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1201 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1202 * gdb.opt/inline-small-func.c: New file.
1203 * gdb.opt/inline-small-func.exp: New file.
1204 * gdb.opt/inline-small-func.h: New file.
1205
34e9a9fa
AB
12062020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1209 function.
1210
6a354911
AB
12112020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1212
1213 * lib/dwarf.exp (function_range): Allow compiler options to be
1214 specified.
1215
880d9777
TV
12162020-04-02 Tom de Vries <tdevries@suse.de>
1217
1218 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1219 __attribute__((always_inline)).
1220 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1221
f32682ea
TV
12222020-04-02 Tom de Vries <tdevries@suse.de>
1223
1224 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1225 (gdbserver_gdb_exit): ... here. Add timeout warning.
1226 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1227 (connect_target_extended_remote): Append new server_spawn_id to
1228 server_spawn_ids.
1229 (cleanup): New proc.
1230 (setup, <toplevel>): Call cleanup.
1231
d3214198
TV
12322020-04-02 Tom de Vries <tdevries@suse.de>
1233
1234 * gdb.base/main-psymtab.exp: New file.
1235
cc77ed24
TV
12362020-04-02 Tom de Vries <tdevries@suse.de>
1237
1238 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1239
3638a098
TT
12402020-04-01 Tom Tromey <tom@tromey.com>
1241
1242 * gdb.base/complex-parts.exp: Add type tests.
1243
c34e8714
TT
12442020-04-01 Tom Tromey <tom@tromey.com>
1245
1246 * gdb.base/complex-parts.exp: Add arithmetic tests.
1247
981c08ce
TT
12482020-04-01 Tom Tromey <tom@tromey.com>
1249
1250 * gdb.compile/compile.exp: Update.
1251 * gdb.compile/compile-cplus.exp: Update.
1252 * gdb.base/varargs.exp: Update.
1253 * gdb.base/floatn.exp: Update.
1254 * gdb.base/endianity.exp: Update.
1255 * gdb.base/callfuncs.exp (do_function_calls): Update.
1256 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1257 (complex_float_integral_args): Update.
1258 * gdb.base/complex.exp: Update.
1259 * gdb.base/complex-parts.exp: Update.
1260
3d1cfd43
TT
12612020-04-01 Tom Tromey <tromey@adacore.com>
1262
1263 * gdb.rust/union.rs: New file.
1264 * gdb.rust/union.exp: New file.
1265 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1266 (main): Update.
1267 * gdb.rust/simple.exp: Move union tests to union.exp.
1268
e033dfa9
TT
12692020-04-01 Tom Tromey <tromey@adacore.com>
1270
1271 * gdb.rust/simple.rs (main): Remove "y0".
1272
53cccef1
TBA
12732020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1274
1275 * gdb.multi/stop-all-on-exit.c: New test.
1276 * gdb.multi/stop-all-on-exit.exp: New file.
1277
60e22c1e
HD
12782020-04-01 Hannes Domani <ssbssa@yahoo.de>
1279
1280 PR gdb/24789
1281 * gdb.cp/misc.cc: Add integer reference variable.
1282 * gdb.cp/misc.exp: Add test.
1283
e139a727
TBA
12842020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1285
1286 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1287 scenario to cover execution until the end and also the case
1288
16b0db75
TV
12892020-03-31 Tom de Vries <tdevries@suse.de>
1290
1291 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1292 c. Use "maint info symtabs" to check symtab expansion.
1293
c0502da6
TV
12942020-03-30 Tom de Vries <tdevries@suse.de>
1295
1296 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1297 unsupported.
1298 (verify_psymtab_expanded): Move ...
1299 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1300 test.
1301 (readnow): New proc.
1302
5935fd15
AB
13032020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1304
1305 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1306 with $hex.
1307
1773be9e
TT
13082020-03-20 Tom Tromey <tromey@adacore.com>
1309
1310 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1311
70304be9
TT
13122020-03-20 Tom Tromey <tromey@adacore.com>
1313
1314 * gdb.ada/sub_variant/subv.adb: New file.
1315 * gdb.ada/sub_variant.exp: New file.
1316
0dd7b8f7
TV
13172020-03-20 Tom de Vries <tdevries@suse.de>
1318
1319 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1320 first break fails.
1321 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1322
cada5fc9
AB
13232020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1324
1325 * gdb.server/exit-multiple-threads.c: New file.
1326 * gdb.server/exit-multiple-threads.exp: New file.
1327
6b8c53f2
AB
13282020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1329
1330 * gdb.fortran/mixed-lang-stack.c: New file.
1331 * gdb.fortran/mixed-lang-stack.cpp: New file.
1332 * gdb.fortran/mixed-lang-stack.exp: New file.
1333 * gdb.fortran/mixed-lang-stack.f90: New file.
1334
19a2740f
AB
13352020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1336
1337 * gdb.linespec/cp-completion-aliases.cc: New file.
1338 * gdb.linespec/cp-completion-aliases.exp: New file.
1339
d8c8b848
TV
13402020-03-19 Tom de Vries <tdevries@suse.de>
1341
1342 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1343 more precise.
1344
a9933ccf
TV
13452020-03-18 Tom de Vries <tdevries@suse.de>
1346
1347 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1348 * gdb.dwarf2/break-inline-psymtab.c: New test.
1349 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1350
2f89101f
TV
13512020-03-16 Tom de Vries <tdevries@suse.de>
1352
1353 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1354 cache_verify and cache_verify_proc.
1355
6b9374f1
TV
13562020-03-15 Tom de Vries <tdevries@suse.de>
1357
1358 * gdb.server/solib-list.exp: Handle
1359 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1360
eaeaf44c
TV
13612020-03-15 Tom de Vries <tdevries@suse.de>
1362
1363 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1364 objfiles".
1365
3293bbaf
TT
13662020-03-14 Tom Tromey <tom@tromey.com>
1367
1368 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1369
ab44624c
TV
13702020-03-14 Tom de Vries <tdevries@suse.de>
1371
1372 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1373
54c43825
TV
13742020-03-14 Tom de Vries <tdevries@suse.de>
1375
1376 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1377 result in line-by-line fashion.
1378
2ac70237
TV
13792020-03-14 Tom de Vries <tdevries@suse.de>
1380
1381 * lib/gdb.exp (supports_statement_frontiers): New proc.
1382 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1383
09546b56
TV
13842020-03-14 Tom de Vries <tdevries@suse.de>
1385
1386 * gdb.base/printcmds.exp: Add missing quoting for "print
1387 teststring2".
1388
a1f6a07c
TT
13892020-03-13 Tom Tromey <tom@tromey.com>
1390
1391 * gdb.base/printcmds.exp (test_print_strings): Add regression
1392 test.
1393 * gdb.base/printcmds.c (charptr): New typedef.
1394 (teststring2): New global.
1395
1b83d09c
AB
13962020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1397
1398 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1399 full path in the test name.
1400 (test_ld): Add some with_test_prefix blocks to make test names
1401 unique.
1402
2d61316c
TV
14032020-03-13 Tom de Vries <tdevries@suse.de>
1404
1405 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1406
2e9145ac
TV
14072020-03-13 Tom de Vries <tdevries@suse.de>
1408
1409 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1410
96c7f873
TV
14112020-03-13 Tom de Vries <tdevries@suse.de>
1412
1413 PR symtab/25646
1414 * gdb.dwarf2/imported-unit.exp: Add test.
1415
49ba92c0
TV
14162020-03-13 Tom de Vries <tdevries@suse.de>
1417
1418 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1419 (var1, var2): New variable.
1420 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1421 matching symbols.
1422
301b21e0
TV
14232020-03-13 Tom de Vries <tdevries@suse.de>
1424
1425 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1426 (Term::command): Use prompt prefix.
1427 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1428 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1429 command_no_prompt_prefix instead of prefix.
1430 * gdb.tui/tui-layout-asm.exp: Same.
1431
3f512721
SM
14322020-03-12 Simon Marchi <simon.marchi@efficios.com>
1433
1434 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1435
40310f30
SM
14362020-03-12 Simon Marchi <simon.marchi@efficios.com>
1437
1438 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1439 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1440 on" while stepping over the test instruction, match printed
1441 message.
1442
09252140
TV
14432020-03-12 Tom de Vries <tdevries@suse.de>
1444
1445 * gdb.base/info-types.exp: Use exp_continue during matching of output
1446 of "info types".
1447
14e9c72c
TV
14482020-03-12 Tom de Vries <tdevries@suse.de>
1449
1450 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1451
e515d67e
TV
14522020-03-12 Tom de Vries <tdevries@suse.de>
1453
1454 * gdb.fortran/module.exp: Use exp_continue during matching of output
1455 of "info variable -n".
1456
307eafd8
TV
14572020-03-12 Tom de Vries <tdevries@suse.de>
1458
1459 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1460 gdb.dwarf2/dw2-ranges-base.c.
1461
9a2de3fc
TV
14622020-03-12 Tom de Vries <tdevries@suse.de>
1463
1464 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1465 in presence of GLIBC debuginfo.
1466
3217502e
TV
14672020-03-12 Tom de Vries <tdevries@suse.de>
1468
1469 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1470 $core.
1471
1281424c
TV
14722020-03-12 Tom de Vries <tdevries@suse.de>
1473
1474 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1475 more precise.
1476
038b97fc
SM
14772020-03-11 Simon Marchi <simon.marchi@efficios.com>
1478
1479 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1480 from Unix to Windows path.
1481
5308d1e7
TV
14822020-03-11 Tom de Vries <tdevries@suse.de>
1483
1484 * gdb.ada/minsyms.exp: Set language to ada.
1485
f870f78f
TV
14862020-03-11 Tom de Vries <tdevries@suse.de>
1487
1488 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1489
5a13315d
TV
14902020-03-11 Tom de Vries <tdevries@suse.de>
1491
1492 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1493
976862ed
TT
14942020-03-11 Tom Tromey <tromey@adacore.com>
1495
1496 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1497
7462c383
TV
14982020-03-11 Tom de Vries <tdevries@suse.de>
1499
1500 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1501
1c6c46a0
TV
15022020-03-11 Tom de Vries <tdevries@suse.de>
1503
1504 * gdb.base/break-interp.exp: Limit verbose scope.
1505
44f41bb7
TV
15062020-03-11 Tom de Vries <tdevries@suse.de>
1507
1508 * gdb.fortran/logical.f90: Define variable with character type.
1509 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1510
b76f3a42
TV
15112020-03-11 Tom de Vries <tdevries@suse.de>
1512
1513 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1514
1c33af77
TV
15152020-03-11 Tom de Vries <tdevries@suse.de>
1516
1517 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1518 symtabs.
1519
8c95582d
AB
15202020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1521 Bernd Edlinger <bernd.edlinger@hotmail.de>
1522
1523 * gdb.cp/step-and-next-inline.cc: New file.
1524 * gdb.cp/step-and-next-inline.exp: New file.
1525 * gdb.cp/step-and-next-inline.h: New file.
1526 * gdb.dwarf2/dw2-is-stmt.c: New file.
1527 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1528 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1529 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1530 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1531
cecf8547
AB
15322020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1533
1534 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1535 is-stmt flag in the line table.
1536
0ba678c9
TV
15372020-03-09 Tom de Vries <tdevries@suse.de>
1538
1539 * lib/gdb.exp (cached_file): Create cache dir.
1540
72fbdf83
TV
15412020-03-07 Tom de Vries <tdevries@suse.de>
1542
1543 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1544 * gdb.cp/rvalue-ref-params.exp: Same.
1545
436b5e99
TV
15462020-03-06 Tom de Vries <tdevries@suse.de>
1547
1548 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1549 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1550
09f2921c
TV
15512020-03-06 Tom de Vries <tdevries@suse.de>
1552
1553 * README: Fix "the the".
1554 * gdb.base/dprintf.exp: Same.
1555
50a3cc5d
TV
15562020-03-05 Tom de Vries <tdevries@suse.de>
1557
1558 * gdb.base/maint.exp: Update "main print statistics" expected output.
1559
0a709cba
AKS
15602020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1561
1562 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1563 (fortran_int8): Likewise.
1564 (fortran_real4): Likewise.
1565 (fortran_real8): Likewise.
1566 (fortran_complex4): Likewise.
1567 (fortran_logical4): Likewise.
1568 (fortran_character1): Likewise.
1569
5e5d66b6
AB
15702020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1571
1572 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1573 printed as true.
1574
7b973adc
SDJ
15752020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1576
1577 * gdb.base/printcmds.exp: Add test to verify printf of a
1578 variable holding an address.
1579
478e490a
TV
15802020-03-03 Tom de Vries <tdevries@suse.de>
1581
1582 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1583
1ef44e86
TV
15842020-03-03 Tom de Vries <tdevries@suse.de>
1585
1586 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1587 gdb_test_multiple call.
1588
b98cc2cf
TV
15892020-03-03 Tom de Vries <tdevries@suse.de>
1590
1591 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1592 gdb_test_multiple calls.
1593
63e163f2
AB
15942020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1595
1596 * gdb.base/default.exp: Remove test of 'set history filename'.
1597 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1598 filename to the empty string.
1599 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1600 and GDBHISTSIZE.
1601
24ed6739
AB
16022020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1603
1604 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1605 disabled.
1606
590003dc
TV
16072020-03-02 Pedro Alves <palves@redhat.com>
1608 Tom de Vries <tdevries@suse.de>
1609
1610 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1611 -prompt prefix, before user_code argument. Add -lbl option likewise.
1612 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1613 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1614 argument.
1615 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1616 have "\r\n" at start-of-line, instead of at end-of-line.
1617
f5e46084
SM
16182020-02-28 Simon Marchi <simon.marchi@efficios.com>
1619
1620 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1621 libinproctrace.so.
1622
f7a7000d
LM
16232020-02-28 Luis Machado <luis.machado@linaro.org>
1624
1625 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1626 to "p/x".
1627
718e0816
LM
16282020-02-28 Luis Machado <luis.machado@linaro.org>
1629
1630 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1631 asm/ptrace.h and error.h.
1632
13c3a74a
TV
16332020-02-28 Tom de Vries <tdevries@suse.de>
1634
1635 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1636 (struct wrapper, do_something, mundane/symada__cS): Move ...
1637 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1638 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1639 Update "print symada__cS before partial symtab expansion" regexp.
1640 Update breakpoint location. Flush symbol cache after expansion.
1641
85d2d5bb
LM
16422020-02-28 Luis Machado <luis.machado@linaro.org>
1643
1644 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1645
3608f86c
TV
16462020-02-27 Tom de Vries <tdevries@suse.de>
1647
1648 * config/sid.exp: Remove unused globals.
1649 * gdb.base/attach.exp: Same.
1650 * gdb.base/catch-load.exp: Same.
1651 * gdb.base/dbx.exp: Same.
1652 * lib/gdb.exp: Same.
1653 * lib/mi-support.exp: Same.
1654 * lib/prompt.exp: Same.
1655
c8d4f6df
TV
16562020-02-27 Tom de Vries <tdevries@suse.de>
1657
1658 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1659 not set.
1660
0d79cdc4
AM
16612020-02-26 Aaron Merey <amerey@redhat.com>
1662
1663 * gdb.debuginfod: New directory for debuginfod tests.
1664 * gdb.debuginfod/main.c: New test file.
1665 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1666
0dce4280
TV
16672020-02-26 Tom de Vries <tdevries@suse.de>
1668
1669 PR gdb/25603
1670 * gdb.base/persistent-lang.cc: New test.
1671 * gdb.base/persistent-lang.exp: New file.
1672
9e80cfa1
AB
16732020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1674
1675 * gdb.fortran/derived-type-striding.exp: Add a new test.
1676 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1677 new test.
1678
2078dbb2
AB
16792020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1682 names.
1683
70d49700
TV
16842020-02-25 Tom de Vries <tdevries@suse.de>
1685
1686 PR go/18926
1687 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1688
a88ef40d
TV
16892020-02-24 Tom de Vries <tdevries@suse.de>
1690
1691 PR gdb/25592
1692 * gdb.base/info-locals-unused-static-var.c: New test.
1693 * gdb.base/info-locals-unused-static-var.exp: New file.
1694
01b1af32
TT
16952020-02-22 Tom Tromey <tom@tromey.com>
1696
1697 * gdb.python/tui-window.exp: New file.
1698 * gdb.python/tui-window.py: New file.
1699
7c043ba6
TT
17002020-02-22 Tom Tromey <tom@tromey.com>
1701
1702 PR tui/17850:
1703 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1704 tests.
1705
c22fef7e
TT
17062020-02-22 Tom Tromey <tom@tromey.com>
1707
1708 * gdb.tui/new-layout.exp: Add sub-layout tests.
1709
ee325b61
TT
17102020-02-22 Tom Tromey <tom@tromey.com>
1711
1712 * gdb.tui/new-layout.exp: New file.
1713
3f0cbb04
TT
17142020-02-22 Tom Tromey <tom@tromey.com>
1715
1716 * gdb.rust/rust-style.rs: New file.
1717 * gdb.rust/rust-style.exp: New file.
1718 * gdb.base/style.exp: Test structure printing.
1719 * gdb.base/style.c (struct some_struct): New type.
1720 (enum etype): New type.
1721 (struct_value): New global.
1722
75525152
TV
17232020-02-21 Tom de Vries <tdevries@suse.de>
1724
1725 PR go/18926
1726 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1727 Remove blanket xfails. Use message argument for gdb_breakpoint.
1728 Make continuing to breakpoint test conditional on setting breakpoint.
1729 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1730 DW_AT_name attribute. Add xfail for GCC PR93866.
1731
bd360d30
AB
17322020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1733
1734 * gdb.dwarf2/cpp-linkage-name.c: New file.
1735 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1736
c7adb09f 17372020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1738
1739 * lib/gdb.exp (gdb_wrapper_init): Reset
1740 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1741 not exist.
1742
a9c79803
TV
17432020-02-20 Tom de Vries <tdevries@suse.de>
1744
1745 PR go/17018
1746 * gdb.go/hello.exp: Copy ...
1747 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1748 print of st to print value of global definition. Add xfail for GCC
1749 PR93844.
1750 * gdb.go/hello.exp: Remove printing of st before definition.
1751 * gdb.go/hello.go: Copy ...
1752 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1753 to st.
1754 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1755
d7445728
TV
17562020-02-20 Tom de Vries <tdevries@suse.de>
1757
1758 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1759 (gdb_simple_compile): Handle compile_flags go by using .go extension
1760 for source file.
1761 * gdb.go/chan.exp: Use support_go_compile.
1762 * gdb.go/handcall.exp: Same.
1763 * gdb.go/hello.exp: Same.
1764 * gdb.go/integers.exp: Same.
1765 * gdb.go/max-depth.exp: Same.
1766 * gdb.go/methods.exp: Same.
1767 * gdb.go/package.exp: Same.
1768 * gdb.go/strings.exp: Same.
1769 * gdb.go/types.exp: Same.
1770 * gdb.go/unsafe.exp: Same.
1771
c9c41e6d
TV
17722020-02-19 Tom de Vries <tdevries@suse.de>
1773
1774 * gdb.python/lib-types.exp: Make xfail more strict.
1775
f20ff837
TV
17762020-02-19 Tom de Vries <tdevries@suse.de>
1777
1778 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1779
08410482
DE
17802020-02-19 Doug Evans <dje@google.com>
1781
1782 PR rust/25535
1783 * gdb.rust/simple.exp: Add test.
1784 * gdb.rust/simple.rs: Add test.
1785
623563f7
TV
17862020-02-19 Tom de Vries <tdevries@suse.de>
1787
1788 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1789 output line-by-line.
1790
d3308cfd
TV
17912020-02-19 Tom de Vries <tdevries@suse.de>
1792
1793 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1794
86cbc5dc
TV
17952020-02-19 Tom de Vries <tdevries@suse.de>
1796
1797 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1798 prelink.
1799
9db2b96b
TV
18002020-02-19 Tom de Vries <tdevries@suse.de>
1801
1802 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1803 (gdb_do_cache): Use gdb_do_cache_wrap.
1804 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1805
89e2fdc5
TV
18062020-02-19 Tom de Vries <tdevries@suse.de>
1807
1808 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1809 gdb_compile option.
1810
373d7ac0
SM
18112020-02-18 Simon Marchi <simon.marchi@efficios.com>
1812
1813 * gdb.base/printcmds.exp (test_print_enums): Update expected
1814 output.
1815
b29a2df0
SM
18162020-02-18 Simon Marchi <simon.marchi@efficios.com>
1817
1818 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1819 for "unknown".
1820
6740f0cc
SM
18212020-02-18 Simon Marchi <simon.marchi@efficios.com>
1822
1823 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1824 enumerator.
1825
edd45eb0
SM
18262020-02-18 Simon Marchi <simon.marchi@efficios.com>
1827
1828 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1829 FE_, add FE_NONE.
1830 (three): Update.
1831 (enum flag_enum_without_zero): New enum.
1832 (flag_enum_without_zero): New variable.
1833 (enum not_flag_enum): New enum.
1834 (three_not_flag): New variable.
1835 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1836 (test_print_enums): Add more tests for printing flag enums.
1837
d4295de4
TV
18382020-02-18 Tom de Vries <tdevries@suse.de>
1839
1840 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1841 (gdb_compile_ada): ... here.
1842 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1843 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1844
f251f505
TT
18452020-02-14 Tom Tromey <tom@tromey.com>
1846
1847 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1848 build directory.
1849 * boards/gdbserver-base.exp: Update path to gdbserver.
1850
8f432634
TV
18512020-02-13 Tom de Vries <tdevries@suse.de>
1852
1853 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1854
92b6eaf7
TV
18552020-02-13 Tom de Vries <tdevries@suse.de>
1856
1857 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1858 are missing.
1859
f3b0f7fe
TV
18602020-02-13 Tom de Vries <tdevries@suse.de>
1861
1862 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1863 call.
1864
f6be8713
SDJ
18652020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1866
1867 PR tui/25126
1868 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1869 * gdb.base/cached-source-file.c: New file.
1870 * gdb.base/cached-source-file.exp: New file.
1871
b2770d5e
TV
18722020-02-11 Tom de Vries <tdevries@suse.de>
1873
1874 PR testsuite/25488
1875 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1876
44f6938e
TV
18772020-02-10 Tom de Vries <tdevries@suse.de>
1878
1879 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1880
5f0e2eb7
MR
18812020-02-10 Maciej W. Rozycki <macro@wdc.com>
1882
1883 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1884 and $after_addr are both integers before making a comparison.
1885
46ce2b6f
TV
18862020-02-09 Tom de Vries <tdevries@suse.de>
1887
1888 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1889 command output and paste it into gdb.log. If any, paste catch message
1890 to gdb.log.
1891
5abbbe1d
TT
18922020-02-07 Tom Tromey <tromey@adacore.com>
1893
1894 PR breakpoints/24915:
1895 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1896
1d5d29e7
SV
18972020-02-06 Shahab Vahedi <shahab@synopsys.com>
1898
1899 * gdb.tui/tui-missing-src.exp: Add the "missing source
1900 file" test for the TUI.
1901
b0999b9b
AB
19022020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1903
1904 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1905 including a port number in the output.
1906
c3b149eb
AKS
19072020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1908
1909 * lib/fortran.exp (fortran_int4): Handle clang.
1910 (fortran_int8): Likewise.
1911 (fortran_real4): Likewise.
1912 (fortran_real8): Likewise.
1913 (fortran_complex4): Likewise.
1914 (fortran_logical4): Likewise.
1915 (fortran_character1): Likewise.
1916
f8dcc90b
TV
19172020-02-04 Tom de Vries <tdevries@suse.de>
1918
1919 * README (Race detection): Add note.
1920
f90ac7c2
TV
19212020-02-04 Tom de Vries <tdevries@suse.de>
1922
1923 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1924
780636ae
TV
19252020-02-04 Tom de Vries <tdevries@suse.de>
1926
1927 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1928
5d2e1193
RA
19292020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1930
1931 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1932 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1933 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1934 blttar, bnetarl.
1935 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1936 binary for blttar, bnetarl.
1937 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1938 wait instruction. Delete ldmx test.
1939 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1940
e409c542
AKS
19412020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1942
1943 * gdb.fortran/array-bounds-high.exp: New file.
1944 * gdb.fortran/array-bounds-high.f90: New file.
1945
b0029748
LD
19462020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1947
1948 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1949 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1950
195a8287
TV
19512020-02-01 Tom de Vries <tdevries@suse.de>
1952
1953 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1954
42330a68
AB
19552020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1956
1957 PR tui/9765
1958 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1959 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1960
b62a8028
LM
19612020-01-29 Luis Machado <luis.machado@linaro.org>
1962
1963 * gdb.arch/aarch64-brk-patterns.c: New source file.
1964 * gdb.arch/aarch64-brk-patterns.exp: New test.
1965
5f440116
TBA
19662020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1967
1968 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1969 GCC/Clang version.
1970 * gdb.cp/pass-by-ref.exp: Ditto.
1971
ee2a6fc6
TV
19722020-01-29 Tom de Vries <tdevries@suse.de>
1973
1974 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1975 * gdb.threads/watchpoint-fork-mt.c: Same.
1976 * gdb.threads/watchpoint-fork-parent.c: Same.
1977 * gdb.threads/watchpoint-fork-st.c: Same.
1978 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1979
16b10d6e
LM
19802020-01-27 Luis Machado <luis.machado@linaro.org>
1981
1982 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1983 sitting at a syscall instruction when we hit the syscall function's
1984 breakpoint.
1985 Check PC against one obtained with the x command.
1986 Validate syscall number.
1987 (step_over_syscall): Don't continue to the syscall instruction if
1988 we're already there.
1989
b1468492
PW
19902020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1991
1992 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1993
7ffa82e1
AB
19942020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1995
1996 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1997 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1998
3d92a3e3
AB
19992020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2000
2001 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2002 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2003
94a72be7
AB
20042020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2005
2006 * gdb.base/maint.exp: Update line table parsing test.
2007 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2008
53af73bf
PA
20092020-01-24 Pedro Alves <palves@redhat.com>
2010
2011 PR gdb/25410
2012 * gdb.multi/multi-re-run-1.c: New.
2013 * gdb.multi/multi-re-run-2.c: New.
2014 * gdb.multi/multi-re-run.exp: New.
2015
1ba1ac88
AB
20162020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2017
2018 PR gdb/23718
2019 * gdb.server/server-kill-python.exp: New file.
2020
f3364a6d
AB
20212020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2022
2023 * gdb.server/multi-ui-errors.c: New file.
2024 * gdb.server/multi-ui-errors.exp: New file.
2025
733d0a67
AB
20262020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2027
2028 PR tui/9765
2029 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2030
4f13c1c0
TT
20312020-01-19 Tom Tromey <tom@tromey.com>
2032
2033 * gdb.tui/main.exp: Add check for plain "file".
2034
40c94099
CB
20352020-01-16 Christian Biesinger <cbiesinger@google.com>
2036
2037 * lib/gdb.exp: Fix spelling error (seperatelly).
2038
ff47f4f0
TT
20392020-01-14 Tom Tromey <tom@tromey.com>
2040
2041 PR symtab/12535:
2042 * gdb.python/python.exp: Test decode_line with empty string
2043 argument.
2044
717c684d
BE
20452020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2046
2047 * gdb.base/skip-inline.exp: Extend test.
2048
44e4c775
AB
20492020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2050
2051 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2052 * gdb.dwarf2/dw2-bad-elf.c: New file.
2053 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2054
d93c6db7
AB
20552020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2056
2057 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2058 _line_saw_file.
2059
9a6d629c
AB
20602020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2061
2062 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2063 border.
2064
d9ebdab7
TBA
20652020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2066
2067 * gdb.multi/multi-target.exp (setup): Factor out "info
2068 connections" and "info inferiors" tests to ...
2069 (test_info_inferiors): ... this new procedure.
2070 (top level): Run new "info-inferiors" tests.
2071
f3c469b9
PA
20722020-01-10 Pedro Alves <palves@redhat.com>
2073
2074 * gdb.server/bkpt-other-inferior.exp: New file.
2075
121b3efd
PA
20762020-01-10 Pedro Alves <palves@redhat.com>
2077
2078 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2079 of "add-inferior".
2080 * gdb.base/quit-live.exp: Likewise.
2081 * gdb.base/remote-exec-file.exp: Likewise.
2082 * gdb.guile/scm-progspace.exp: Likewise.
2083 * gdb.linespec/linespec.exp: Likewise.
2084 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2085 * gdb.mi/user-selected-context-sync.exp: Likewise.
2086 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2087 "info inferiors" tests.
2088 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2089 "add-inferior".
2090 * gdb.multi/watchpoint-multi.exp: Likewise.
2091 * gdb.python/py-inferior.exp: Likewise.
2092 * gdb.server/extended-remote-restart.exp: Likewise.
2093 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2094 "info inferiors".
2095 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2096 * gdb.trace/report.exp: Likewise.
2097
1dadb1dd
PA
20982020-01-10 Pedro Alves <palves@redhat.com>
2099
2100 * gdb.multi/multi-target.c: New file.
2101 * gdb.multi/multi-target.exp: New file.
2102 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2103 mode requested, but remote does not support non-stop".
2104
78f2c40a
PA
21052020-01-10 Pedro Alves <palves@redhat.com>
2106
2107 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2108 disconnect before reconnecting.
2109
e7af6c70
TBA
21102020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2111 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.server/connect-without-multi-process.exp: Also test
2114 continuing to end.
2115
acdf84a6
PA
21162020-01-10 Pedro Alves <palves@redhat.com>
2117
2118 * gdb.base/remote-exec-file.exp: New file.
2119
873657b9
PA
21202020-01-10 Pedro Alves <palves@redhat.com>
2121
2122 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2123 output.
2124 * gdb.threads/async.c: New.
2125 * gdb.threads/async.exp: New.
2126 * gdb.multi/tids-gid-reset.c: New.
2127 * gdb.multi/tids-gid-reset.exp: New.
2128
7f0ae84c
GB
21292020-01-10 George Barrett <bob@bob131.so>
2130
2131 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2132 to help in finding the image relocation offset.
2133 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2134 options in arguments.
2135 (stap_test_no_debuginfo): Likewise.
2136 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2137 test variants.
2138 (stap_test): Add null semaphore relocation test.
2139
47e9d49d
GB
21402020-01-10 George Barrett <bob@bob131.so>
2141
2142 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2143 * gdb.base/stap-probe.exp: Likewise.
2144 (stap_test): Pass argument as an additional flag.
2145 (stap_test_no_debuginfo): Likewise.
2146 (stap_test): Check `info probes stap' output for semaphore
2147 addresses if the test binary is supposed to have them.
2148
f5a7c406
AB
21492020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2150
2151 * gdb.tui/basic.exp: Add more scrolling tests.
2152
9ae6bf64
TT
21532020-01-09 Tom Tromey <tom@tromey.com>
2154
2155 PR tui/18932:
2156 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2157 meangingful value.
2158 (Term::command, Term::resize): Update.
2159 * gdb.tui/basic.exp: Add scrolling test.
2160
b2efe70c
AB
21612020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2162
2163 * gdb.tui/tui-layout-asm.exp: New file.
2164
3804da7e
AB
21652020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2166
2167 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2168
b40aa28f
AB
21692020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2170
2171 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2172 (Term::enter_tui): Use Term::prepare_for_tui.
2173
63ffd7c9
AB
21742020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2175
2176 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2177 called.
2178
3be966f6
AB
21792020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2180
2181 * gdb.base/skip.exp: Fix race condition in test.
2182
153d79c4
AB
21832020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2184
2185 * gdb.base/backtrace.c: New file.
2186 * gdb.base/backtrace.exp: New file.
2187
f2302a34
AB
21882020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2189
2190 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2191
6ec1d75e
PW
21922020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2193
2194 * gdb.base/style.exp: Test that warnings are styled.
2195
c296cbe6
BE
21962019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2197
2198 * gdb.base/line65535.exp: New file.
2199 * gdb.base/line65535.c: New file.
2200
b28a729d
SM
22012019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2202
2203 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2204 * lib/gnat_debug_info_test.adb: New file.
2205 * gdb.ada/ptype_tagged_param.exp: Use
2206 gnat_runtime_has_debug_info, expect a different output if
2207 runtime does not have debug info.
2208
7f2d7a0d
SM
22092019-12-20 Simon Marchi <simon.marchi@efficios.com>
2210
2211 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2212 (another) quote in test name.
2213
f3bce483
SM
22142019-12-20 Simon Marchi <simon.marchi@efficios.com>
2215
2216 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2217 Add quote in test name.
2218
c855a912
TBA
22192019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2220
2221 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2222 directory instead.
2223 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2224 * gdb.cp/pass-by-ref-2.cc: New file.
2225 * gdb.cp/pass-by-ref-2.exp: New file.
2226
fc9d2d72
TT
22272019-12-20 Tom Tromey <tom@tromey.com>
2228
2229 * gdb.tui/list-before.exp: New file.
2230
77b97e00
TT
22312019-12-20 Tom Tromey <tom@tromey.com>
2232
2233 * gdb.tui/list.exp: Check for source on initial listing.
2234
f69656d0
TT
22352019-12-11 Tom Tromey <tromey@adacore.com>
2236
2237 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2238 Add crlf test.
2239
99a55965
SM
22402019-12-18 Simon Marchi <simon.marchi@efficios.com>
2241
2242 * gdb.base/default.exp: Update value of $_gdb_major.
2243
5024637f
BE
22442019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2245
2246 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2247
b63634be
BE
22482019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2249
2250 * gdb.base/skip.exp: Whitespace fix.
2251
45d73523
BE
22522019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2253
2254 * gdb.base/skip-inline.c: New file.
2255 * gdb.base/skip-inline.exp: New file.
2256
d043f8c8
SM
22572019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2258
2259 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2260 jit_function_00 to jit_function_stack_mangle.
2261 * gdb.base/jithost.c (jit_function_t): Rename to...
2262 (jit_function_stack_mangle_t): ... this.
2263 (jit_function_add_t): New typedef.
2264 (jit_function_00_code): Rename to...
2265 (jit_function_stack_mangle_code): ... this, make static.
2266 (jit_function_add_code): New.
2267 (main): Generate "add" function and call it. Adjust to changes
2268 in jithost_abi.
2269 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2270 (struct jithost_abi) <begin, end>: Remove fields.
2271 <object, function_stack_mangle, function_add>: New fields.
2272 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2273 code_end>: Remove fields.
2274 <func_stack_mangle>: New field.
2275 (read_debug_info): Adjust to renaming, create block for "add"
2276 function.
2277 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2278
873de05c
TT
22792019-12-11 Tom Tromey <tom@tromey.com>
2280
2281 * gdb.tui/resize.exp: Fix regexp.
2282 * gdb.tui/regs.exp: Fix regexps.
2283 * gdb.tui/main.exp: Fix regexp.
2284
3d979945
TT
22852019-12-11 Tom Tromey <tom@tromey.com>
2286
2287 * gdb.tui/resize.exp: Update.
2288 * gdb.tui/empty.exp (layouts): Update.
2289
2192a9d3
TT
22902019-12-11 Tom Tromey <tom@tromey.com>
2291
2292 * gdb.tui/regs.exp: Update.
2293 * gdb.tui/empty.exp (layouts): Update.
2294 * gdb.tui/basic.exp: Update.
2295 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2296
d8edc8b7
PW
22972019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2298
2299 * gdb.base/options.exp: Add -raw-values in the print completion list.
2300 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2301
4c12d936
KB
23022019-12-10 Kevin Buettner <kevinb@redhat.com>
2303
2304 * gdb.threads/omp-par-scope.c: New file.
2305 * gdb/threads/omp-par-scope.exp: New file.
2306
26b911fb
KB
23072019-12-10 Kevin Buettner <kevinb@redhat.com>
2308
bb47f919
KB
2309 * lib/gdb.exp (support_nested_function_tests): New proc.
2310
23112019-12-10 Kevin Buettner <kevinb@redhat.com>
2312
2313 * lib/gdb.exp (gdb_compile_openmp): New proc.
2314 (build_executable_from_specs): Add an "openmp" option.
2315 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2316
6c71eb7d
TT
23172019-12-10 Tom Tromey <tromey@adacore.com>
2318
2319 * gdb.ada/unchecked_union.exp: New file.
2320 * gdb.ada/unchecked_union/pck.adb: New file.
2321 * gdb.ada/unchecked_union/pck.ads: New file.
2322 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2323 * gdb-utils.exp (string_to_regexp): Also quote "?".
2324
bac7c5cf
GB
23252019-12-10 George Barrett <bob@bob131.so>
2326
2327 Test scripted probe breakpoints.
2328 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2329 * gdb.python/py-breakpoint.c (main): Likewise.
2330 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2331 specifier test.
2332 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2333
330f1d38
TBA
23342019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2335
2336 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2337 an rvalue parameter.
2338 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2339 parameter.
2340
b43315e2
AB
23412019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2342
2343 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2344 modules.
2345
54f73dad
AB
23462019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2347
2348 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2349 broken version of GCC.
2350
d57cbee9
AB
23512019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2352
2353 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2354 sym-info-cmds library.
2355 * gdb.fortran/info-types.exp: Likewise.
2356 * lib/sym-info-cmds.exp: New file.
2357
c14aab8c
TV
23582019-12-08 Tom de Vries <tdevries@suse.de>
2359
2360 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2361
aa2d5a42
KS
23622019-12-07 Keith Seitz <keiths@redhat.com>
2363
2364 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2365 * gdb.base/corefile-buildid-shlib.c: New file.
2366 * gdb.base/corefile-buildid.c: New file.
2367 * gdb.base/corefile-buildid.exp: New file.
2368
93e55f0a
TV
23692019-12-06 Tom de Vries <tdevries@suse.de>
2370
2371 * gdb.dwarf2/varval.exp: Add decl before def test.
2372
c7d12402
TBA
23732019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2374
2375 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2376
06acc08f
TBA
23772019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2378
2379 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2380 CV and reference conversion for overload resolution.
2381 * gdb.cp/rvalue-ref-overload.exp: Test it.
2382
e0fad1ea
PW
23832019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2384
2385 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2386 * gdb.base/frameapply.exp: Test faas without command.
2387
8d70a9f0
AB
23882019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2389
2390 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2391 Fortran tests.
2392 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2393 order.
2394
36c8fb93
AB
23952019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2398 casting to type with no kind specified.
2399 (test_basic_parsing_of_type_kinds): Additional tests for types
2400 with no kind specified, and add tests for single/double
2401 precision/complex types.
2402
4139ff00
TT
24032019-12-04 Tom Tromey <tromey@adacore.com>
2404
2405 * gdb.base/endianity.c (struct other) <x>: New field.
2406 (main): Initialize it.
2407 * gdb.base/endianity.exp: Update.
2408
a05cf17a
TT
24092019-12-04 Tom Tromey <tromey@adacore.com>
2410
2411 * gdb.ada/scalar_storage/storage.adb: New file.
2412 * gdb.ada/scalar_storage/pck.adb: New file.
2413 * gdb.ada/scalar_storage/pck.ads: New file.
2414 * gdb.ada/scalar_storage.exp: New file.
2415
103a685e
TT
24162019-12-04 Tom Tromey <tromey@adacore.com>
2417
2418 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2419 (main): Initialize it.
2420 * gdb.base/endianity.exp: Update.
2421
c2512106
AB
24222019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2423
2424 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2425
293b38d6
AB
24262019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2427
2428 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2429 -symbol-info-module-functions and -symbol-info-module-variables.
2430
216a7e6b
AB
24312019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2432
2433 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2434
5bbd8269
AB
24352019-12-01 Richard Bunt <richard.bunt@arm.com>
2436 Andrew Burgess <andrew.burgess@embecosm.com>
2437
2438 * gdb.fortran/derived-type-striding.exp: New file.
2439 * gdb.fortran/derived-type-striding.f90: New file.
2440 * gdb.fortran/array-slices.exp: New file.
2441 * gdb.fortran/array-slices.f90: New file.
2442
be09caf1
PW
24432019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2444
2445 * gdb.base/define.exp: Test . in command names.
2446 * gdb.base/setshow.exp: Update test, as . is now part of
2447 command name.
2448
643c0cbe
PW
24492019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2450
2451 * gdb.base/define-prefix.exp: New file.
2452
dcdec678
AB
24532019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2454
2455 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2456 compile.
2457 (skip_btrace_pt_tests): Likewise.
2458
640ab947
AB
24592019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2460
2461 * gdb.fortran/info-modules.exp: Compile source files in correct
2462 order.
2463
d22670f0
KB
24642019-11-27 Kevin Buettner <kevinb@redhat.com>
2465
2466 * gdb.dwarf2/imported-unit.exp: New file.
2467 * gdb.dwarf2/imported-unit.c: New file.
2468
db5960b4
AB
24692019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2470
2471 * gdb.mi/mi-fortran-modules-2.f90: New file.
2472 * gdb.mi/mi-fortran-modules.exp: New file.
2473 * gdb.mi/mi-fortran-modules.f90: New file.
2474
7dc42066
AB
24752019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2476
2477 * gdb.mi/mi-sym-info-1.c: New file.
2478 * gdb.mi/mi-sym-info-2.c: New file.
2479 * gdb.mi/mi-sym-info.exp: New file.
2480
0dfeecca
TT
24812019-11-22 Tom Tromey <tromey@adacore.com>
2482
2483 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2484 * gdb.ada/tasks/foo.adb: Add another stopping location.
2485
34877895
PJ
24862019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2487
2488 * gdb.base/endianity.c: New test.
2489 * gdb.base/endianity.exp: New file.
2490
2e84f897
LD
24912019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2492
2493 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2494
65d1cd5f
TV
24952019-11-21 Tom de Vries <tdevries@suse.de>
2496
2497 PR gdb/24956
2498 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2499
4f22c3f4
SDJ
25002019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2501
2502 * gdb.python/py-progspace.exp: Add missing parentheses on some
2503 'print' commands.
2504
9f6ad286
TT
25052019-11-19 Tom Tromey <tom@tromey.com>
2506
2507 * gdb.tui/winheight.exp: New file.
2508
0b8dbf3f
AB
25092019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2510
2511 * gdb.base/ctf-whatis.c: Delete.
2512 * gdb.base/ctf-whatis.exp: Delete.
2513 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2514
f833b7a7
AB
25152019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2516
2517 * gdb.base/ctf-cvexpr.exp: Delete.
2518 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2519
30d0a636
AB
25202019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2521
2522 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2523 the compiler. Clean up header comment a little.
2524 * gdb.base/ctf-ptype.exp: Likewise.
2525 * gdb.base/ctf-whatis.exp: Likewise.
2526 * lib/gdb.exp (skip_ctf_tests): New proc.
2527
494409bb
SDJ
25282019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2529
2530 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2531 * gdb.tui/corefile-run.exp: New file.
2532
55708e99
TT
25332019-11-14 Tom Tromey <tromey@adacore.com>
2534
2535 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2536 regression tests.
2537
45e42163
TT
25382019-11-12 Tom Tromey <tom@tromey.com>
2539
2540 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2541 after any command. Expect prompt after WAIT_FOR is seen.
2542 (enter_tui): Enable resize messages.
2543 (command): Expect command in output.
2544 (get_line): Avoid error when cursor appears to be off-screen.
2545 (dump_screen): Include screen size in title.
2546 (_do_resize): New proc, from "resize".
2547 (resize): Rewrite. Do resize in two steps.
2548 * gdb.tui/empty.exp (layouts): Fix entries.
2549 (check_boxes): Remove xfail.
2550 (check_text): Dump screen on failure.
2551
086baaf1
AB
25522019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2553
2554 * gdb.python/py-symbol.exp: Add test for
2555 gdb.lookup_static_symbols.
2556
09ff83af
AB
25572019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2558
2559 * gdb.python/py-symbol.c: Declare and call function from new
2560 py-symbol-2.c file.
2561 * gdb.python/py-symbol.exp: Compile both source files, and add new
2562 tests for gdb.lookup_static_symbol.
2563 * gdb.python/py-symbol-2.c: New file.
2564
11af934b
TV
25652019-11-02 Tom de Vries <tdevries@suse.de>
2566
2567 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2568 * gdb.base/anon.exp: Same.
2569 * gdb.base/auto-connect-native-target.exp: Same.
2570 * gdb.base/call-ar-st.exp: Same.
2571 * gdb.base/catch-syscall.exp: Same.
2572 * gdb.base/commands.exp: Same.
2573 * gdb.base/default.exp: Same.
2574 * gdb.base/display.exp: Same.
2575 * gdb.base/float.exp: Same.
2576 * gdb.base/foll-fork.exp: Same.
2577 * gdb.base/help.exp: Same.
2578 * gdb.base/info-macros.exp: Same.
2579 * gdb.base/info-proc.exp: Same.
2580 * gdb.base/info-target.exp: Same.
2581 * gdb.base/long_long.exp: Same.
2582 * gdb.base/macscp.exp: Same.
2583 * gdb.base/memattr.exp: Same.
2584 * gdb.base/nofield.exp: Same.
2585 * gdb.base/pointers.exp: Same.
2586 * gdb.base/printcmds.exp: Same.
2587 * gdb.base/ptype.exp: Same.
2588 * gdb.base/restore.exp: Same.
2589 * gdb.base/return.exp: Same.
2590 * gdb.base/scope.exp: Same.
2591 * gdb.base/set-noassign.exp: Same.
2592 * gdb.base/setshow.exp: Same.
2593 * gdb.base/shlib-call.exp: Same.
2594 * gdb.base/signals.exp: Same.
2595 * gdb.base/sigstep.exp: Same.
2596 * gdb.base/skip.exp: Same.
2597 * gdb.base/solib-symbol.exp: Same.
2598 * gdb.base/stap-probe.exp: Same.
2599 * gdb.base/step-line.exp: Same.
2600 * gdb.base/step-test.exp: Same.
2601 * gdb.base/style.exp: Same.
2602 * gdb.base/varargs.exp: Same.
2603 * gdb.base/vla-datatypes.exp: Same.
2604 * gdb.base/vla-ptr.exp: Same.
2605 * gdb.base/vla-sideeffect.exp: Same.
2606 * gdb.base/volatile.exp: Same.
2607 * gdb.base/watch-cond-infcall.exp: Same.
2608 * gdb.base/watchpoint.exp: Same.
2609
e96ec2ba
TV
26102019-11-02 Tom de Vries <tdevries@suse.de>
2611
2612 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2613 * gdb.cp/cpexprs.exp: Same.
2614 * gdb.cp/except-multi-location.exp: Same.
2615 * gdb.cp/exceptprint.exp: Same.
2616 * gdb.cp/gdb2384.exp: Same.
2617 * gdb.cp/inherit.exp: Same.
2618 * gdb.cp/m-static.exp: Same.
2619 * gdb.cp/meth-typedefs.exp: Same.
2620 * gdb.cp/misc.exp: Same.
2621 * gdb.cp/namespace.exp: Same.
2622 * gdb.cp/non-trivial-retval.exp: Same.
2623 * gdb.cp/overload.exp: Same.
2624 * gdb.cp/pr17132.exp: Same.
2625 * gdb.cp/re-set-overloaded.exp: Same.
2626 * gdb.cp/rvalue-ref-types.exp: Same.
2627 * gdb.cp/templates.exp: Same.
2628
bd5766ec
LM
26292019-11-01 Luis Machado <luis.machado@linaro.org>
2630
2631 PR gdb/25124
2632
2633 * gdb.arch/pr25124.S: New file.
2634 * gdb.arch/pr25124.exp: New file.
2635
165f8965
AB
26362019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2637
2638 * gdb.fortran/info-modules.exp: Update expected results, and add
2639 additional tests for 'info module functinos', and 'info module
2640 variables'.
2641 * gdb.fortran/info-types.exp: Update expected results.
2642 * gdb.fortran/info-types.f90: Extend testcase with additional
2643 module variables and functions.
2644
59c35742
AB
26452019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2646
2647 * gdb.fortran/info-modules.exp: New file.
2648 * gdb.fortran/info-types.exp: Build with new file.
2649 * gdb.fortran/info-types.f90: Include and use new module.
2650 * gdb.fortran/info-types-2.f90: New file.
2651
f3fb2519
PW
26522019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2653
2654 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2655 * gdb.base/settings.exp: Test all settings types using
2656 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2657 that now verifies that the value of "maint show" is the same as
2658 returned by the settings functions. Test the type of the
2659 maintenance settings.
2660 * gdb.base/default.exp: Update show_conv_list.
2661
d1e36019
TV
26622019-10-31 Tom de Vries <tdevries@suse.de>
2663
2664 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2665 gdb_test.
2666 * gdb.arch/amd64-disp-step.exp: Same.
2667 * gdb.asm/asm-source.exp: Same.
2668 * gdb.btrace/buffer-size.exp: Same.
2669 * gdb.btrace/cpu.exp: Same.
2670 * gdb.btrace/enable.exp: Same.
2671 * gdb.dwarf2/count.exp: Same.
2672 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2673 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2674 * gdb.fortran/vla-datatypes.exp: Same.
2675 * gdb.fortran/vla-history.exp: Same.
2676 * gdb.fortran/vla-ptype.exp: Same.
2677 * gdb.fortran/vla-value.exp: Same.
2678 * gdb.fortran/whatis_type.exp: Same.
2679 * gdb.guile/guile.exp: Same.
2680 * gdb.multi/tids.exp: Same.
2681 * gdb.python/py-finish-breakpoint.exp: Same.
2682 * gdb.python/py-framefilter.exp: Same.
2683 * gdb.python/py-pp-registration.exp: Same.
2684 * gdb.python/py-xmethods.exp: Same.
2685 * gdb.python/python.exp: Same.
2686 * gdb.server/connect-with-no-symbol-file.exp: Same.
2687 * gdb.server/no-thread-db.exp: Same.
2688 * gdb.server/run-without-local-binary.exp: Same.
2689 * gdb.stabs/weird.exp: Same.
2690 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2691 * gdb.threads/thread-find.exp: Same.
2692 * gdb.threads/tls-shared.exp: Same.
2693 * gdb.threads/tls.exp: Same.
2694 * gdb.threads/wp-replication.exp: Same.
2695 * gdb.trace/ax.exp: Same.
2696 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2697
3d11e68e
TV
26982019-10-31 Tom de Vries <tdevries@suse.de>
2699
2700 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2701 * gdb.ada/array_subscript_addr.exp: Same.
2702 * gdb.ada/arrayidx.exp: Same.
2703 * gdb.ada/arrayparam.exp: Same.
2704 * gdb.ada/arrayptr.exp: Same.
2705 * gdb.ada/boolean_expr.exp: Same.
2706 * gdb.ada/call_pn.exp: Same.
2707 * gdb.ada/complete.exp: Same.
2708 * gdb.ada/fixed_cmp.exp: Same.
2709 * gdb.ada/fun_addr.exp: Same.
2710 * gdb.ada/funcall_param.exp: Same.
2711 * gdb.ada/interface.exp: Same.
2712 * gdb.ada/mod_from_name.exp: Same.
2713 * gdb.ada/null_array.exp: Same.
2714 * gdb.ada/packed_array.exp: Same.
2715 * gdb.ada/packed_tagged.exp: Same.
2716 * gdb.ada/print_chars.exp: Same.
2717 * gdb.ada/print_pc.exp: Same.
2718 * gdb.ada/ptype_arith_binop.exp: Same.
2719 * gdb.ada/ptype_field.exp: Same.
2720 * gdb.ada/ptype_tagged_param.exp: Same.
2721 * gdb.ada/rec_return.exp: Same.
2722 * gdb.ada/ref_tick_size.exp: Same.
2723 * gdb.ada/str_ref_cmp.exp: Same.
2724 * gdb.ada/taft_type.exp: Same.
2725 * gdb.ada/tagged.exp: Same.
2726 * gdb.ada/type_coercion.exp: Same.
2727 * gdb.ada/uninitialized_vars.exp: Same.
2728
60b6ede8
TV
27292019-10-30 Tom de Vries <tdevries@suse.de>
2730
2731 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2732
30baf67b
TV
27332019-10-26 Tom de Vries <tdevries@suse.de>
2734
2735 * gdb.base/bigcore.c: Fix typos in comments.
2736 * gdb.base/ctf-ptype.c: Same.
2737 * gdb.base/long_long.c: Same.
2738 * gdb.dwarf2/dw2-op-out-param.S: Same.
2739 * gdb.python/py-evthreads.c: Same.
2740 * gdb.reverse/i387-stack-reverse.c: Same.
2741 * gdb.trace/tfile.c: Same.
2742 * lib/compiler.c: Same.
2743 * lib/compiler.cc: Same.
2744
158da0d1
TV
27452019-10-25 Tom de Vries <tdevries@suse.de>
2746
2747 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2748 gdb_test_multiple calls.
2749 * gdb.reverse/sigall-reverse.exp: Same.
2750 * gdb.reverse/solib-precsave.exp: Same.
2751 * gdb.reverse/solib-reverse.exp: Same.
2752 * gdb.reverse/until-precsave.exp: Same.
2753 * gdb.reverse/until-reverse.exp: Same.
2754
4ccdfbec
TV
27552019-10-24 Tom de Vries <tdevries@suse.de>
2756
2757 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2758 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2759 kfail using -wrap pattern flag and convenience variable
2760 gdb_test_name.
2761
33d569b7
AB
27622019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2763
2764 * gdb.python/py-progspace.exp: Add tests for the
2765 Progspace.block_for_pc method.
2766
4d0b984b
TT
27672019-10-23 Tom Tromey <tom@tromey.com>
2768
2769 * configure: Rebuild.
2770 * aclocal.m4: Use m4_include, not sinclude.
2771
94cb3754
TV
27722019-10-21 Tom de Vries <tdevries@suse.de>
2773
2774 * gdb.base/infcall-nested-structs.c: Add
2775 __attribute__((noinline,noclone)) to all functions.
2776 (call_all): Add missing variable initialization. Simplify return value.
2777 (breakpt): Increment volatile variable, to prevent call from being
2778 optimized out.
2779 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2780
062f1fc1
TV
27812019-10-17 Tom de Vries <tdevries@suse.de>
2782
2783 * gdb.fortran/module.exp: Allow info variables to print info for files
2784 other than module.f90.
2785
0b54364d
AB
27862019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2787
2788 * gdb.fortran/module.exp: Extend with 'info variables' test.
2789
7ff5fae7
AB
27902019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2791
2792 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2793 F77_FOR_TARGET.
2794
d10eccaa
TV
27952019-10-16 Tom de Vries <tdevries@suse.de>
2796
2797 PR tdep/25096
2798 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2799
745ff14e
TV
28002019-10-16 Tom de Vries <tdevries@suse.de>
2801
2802 PR tdep/24104
2803 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2804 Add KFAIL for PR tdep/25096.
2805
03e1ab94
TV
28062019-10-16 Tom de Vries <tdevries@suse.de>
2807
2808 PR testsuite/25059
2809 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2810
b17fcc10
TV
28112019-10-16 Tom de Vries <tdevries@suse.de>
2812
2813 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2814 as signed.
2815
9223170f
SM
28162019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2817
2818 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2819 one instead of increasing timeout.
2820
d6e76313
TV
28212019-10-13 Tom de Vries <tdevries@suse.de>
2822
2823 PR record/25038
2824 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2825 * gdb.reverse/sigall-reverse.exp: Same.
2826 * gdb.reverse/solib-precsave.exp: Same.
2827 * gdb.reverse/solib-reverse.exp: Same.
2828 * gdb.reverse/step-precsave.exp: Same.
2829 * gdb.reverse/until-precsave.exp: Same.
2830 * gdb.reverse/until-reverse.exp: Same.
2831 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2832
6dfc0041
AA
28332019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2834
2835 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2836 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2837 (cmp_struct_05_01, cmp_struct_static_02_01)
2838 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2839 comparisons.
2840
abcf2cc8
TV
28412019-10-10 Tom de Vries <tdevries@suse.de>
2842
2843 PR testsuite/24888
2844 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2845 gnatlink.
2846
a50faaf6
TV
28472019-10-09 Tom de Vries <tdevries@suse.de>
2848
2849 PR testsuite/25048
2850 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2851
60ff3cd7
AB
28522019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2853
2854 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2855 exceptions due to missing debug information.
2856
dfee8566
TV
28572019-10-07 Tom de Vries <tdevries@suse.de>
2858
2859 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2860
3d63690a
AB
28612019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2862
2863 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2864 * gdb.base/annota1.exp: Update to use gdb_test_name.
2865
30d1f018
WP
28662019-10-07 Weimin Pan <weimin.pan@oracle.com>
2867
2868 * gdb.base/ctf-whatis.exp: New file.
2869 * gdb.base/ctf-whatis.c: New file.
2870 * gdb.base/ctf-ptype.exp: New file.
2871 * gdb.base/ctf-ptype.c: New file.
2872 * gdb.base/ctf-constvars.exp: New file.
2873 * gdb.base/ctf-constvars.c: New file.
2874 * gdb.base/ctf-cvexpr.exp: New file.
2875
4dbbb47c
TV
28762019-10-04 Tom de Vries <tdevries@suse.de>
2877
2878 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2879 for loop.
2880
77c2dba3
TT
28812019-10-03 Tom Tromey <tom@tromey.com>
2882
2883 PR rust/24976:
2884 * gdb.rust/simple.rs (Union2): New type.
2885 (main): Use Union2.
2886 * gdb.rust/simple.exp: Add test.
2887
179aed7f
AB
28882019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2889
2890 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2891 nested function prefix.
2892
0a4b0913
AB
28932019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2894 Richard Bunt <richard.bunt@arm.com>
2895 Andrew Burgess <andrew.burgess@embecosm.com>
2896
2897 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2898 nested functions.
2899 * gdb.fortran/nested-funcs.f90: Update expected results.
2900 * gdb.fortran/nested-funcs-2.exp: New file.
2901 * gdb.fortran/nested-funcs-2.f90: New file.
2902
082cce05
AB
29032019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2904
2905 * gdb.python/py-parameter.exp: Make test names unique.
2906 * gdb.python/py-template.exp: Likewise.
2907 * gdb.python/py-value.exp: Likewise.
2908
2b74ba5a
AB
29092019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2910
2911 * gdb.base/break-interp.exp: Reduce test name duplication.
2912 * gdb.base/call-sc.exp: Likewise.
2913 * gdb.base/callfuncs.exp: Likewise.
2914 * gdb.base/charset.exp: Likewise.
2915 * gdb.base/dump.exp: Likewise.
2916 * gdb.base/ena-dis-br.exp: Likewise.
2917 * gdb.base/relational.exp: Likewise.
2918 * gdb.base/step-over-syscall.exp: Likewise.
2919 * gdb.base/structs.exp: Likewise.
2920
58eb20d5
AB
29212019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2922
2923 * gdb.linespec/explicit.exp: Make test names unique.
2924 * gdb.linespec/ls-errs.exp: Likewise.
2925
4d421147
AB
29262019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2927
2928 * gdb.reverse/break-precsave.exp: Make test names unique.
2929 * gdb.reverse/break-reverse.exp: Likewise.
2930 * gdb.reverse/finish-precsave.exp: Likewise.
2931 * gdb.reverse/finish-reverse.exp: Likewise.
2932 * gdb.reverse/machinestate-precsave.exp: Likewise.
2933 * gdb.reverse/machinestate.exp: Likewise.
2934 * gdb.reverse/readv-reverse.exp: Likewise.
2935 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2936 * gdb.reverse/sigall-precsave.exp: Likewise.
2937 * gdb.reverse/sigall-reverse.exp: Likewise.
2938 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2939 * gdb.reverse/watch-precsave.exp: Likewise.
2940 * gdb.reverse/watch-reverse.exp: Likewise.
2941
d8c06f22
AB
29422019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2943
2944 * gdb.threads/stop-with-handle.c: New file.
2945 * gdb.threads/stop-with-handle.exp: New file.
2946
3a56ed86
TV
29472019-10-03 Tom de Vries <tdevries@suse.de>
2948
2949 PR testsuite/25059
2950 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2951 directory" line to be missing.
2952
42275044
TV
29532019-10-03 Tom de Vries <tdevries@suse.de>
2954
2955 PR testsuite/25059
2956 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2957 type optional.
2958
9ef62df0
AA
29592019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2960
2961 * gdb.python/py-format-string.c (string.h): New include.
2962 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2963 the same value, for endianness-independence.
2964 * gdb.python/py-format-string.exp (default_regexp_dict)
2965 (test_pretty_structs, test_format): Adjust expected output to the
2966 changed initialization.
2967
37f6a7f4
TT
29682019-10-02 Tom Tromey <tromey@adacore.com>
2969
2970 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2971
1d58d6a2
PA
29722019-10-02 Pedro Alves <palves@redhat.com>
2973 Andrew Burgess <andrew.burgess@embecosm.com>
2974
2975 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2976 "print-file-var.h".
2977 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2978 (get_version_1): Print this_version_id and its address.
2979 Add extern "C" wrappers around interface functions.
2980 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2981 "print-file-var.h".
2982 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2983 (get_version_2): Print this_version_id and its address.
2984 Add extern "C" wrappers around interface functions.
2985 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2986 <stddef.h> and "print-file-var.h".
2987 Add extern "C" wrappers around interface functions.
2988 [VERSION_ID_MAIN] (this_version_id): Define.
2989 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2990 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2991 up extern "C" blocks.
2992 * gdb.base/print-file-var.exp (test): New, factored out from top
2993 level.
2994 (top level): Test all combinations of attribute hidden or not,
2995 dlopen or not, and this_version_id symbol in main file or not.
2996 Compile tests as both C++ and C, make test names unique.
2997
d770d56f
TT
29982019-10-01 Tom Tromey <tom@tromey.com>
2999
3000 * gdb.base/style.exp: Test "show logging filename".
3001
7f6aba03
TT
30022019-10-01 Tom Tromey <tom@tromey.com>
3003
3004 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3005 * gdb.base/style.exp: Add metadata style test.
3006
14309bb6
TT
30072019-10-01 Tom Tromey <tom@tromey.com>
3008
3009 * gdb.base/style.exp: Test "pwd".
3010
2a3c1174
PA
30112019-10-01 Tom Tromey <tom@tromey.com>
3012
3013 * gdb.base/style.exp: Update tests.
3014
53d666ec
AA
30152019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3016
3017 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3018 'six' to unsigned.
3019 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3020 'five'. Use an all-ones bit pattern for each.
3021 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3022 to its changed values.
3023
4a56a520
TT
30242019-09-30 Tom Tromey <tromey@adacore.com>
3025
3026 * gdb.rust/traits.rs: Disable all warnings.
3027
0df0352a
TV
30282019-09-29 Tom de Vries <tdevries@suse.de>
3029
aac66a4c 3030 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3031
73d9a918
TV
30322019-09-29 Tom de Vries <tdevries@suse.de>
3033
3034 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3035
060b3ab4
TV
30362019-09-27 Tom de Vries <tdevries@suse.de>
3037
3038 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3039
68f7d34d
TV
30402019-09-27 Tom de Vries <tdevries@suse.de>
3041
3042 PR record/23188
3043 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3044
5d63b30a
TT
30452019-09-26 Tom Tromey <tromey@adacore.com>
3046
3047 * gdb.ada/py_taft.exp: New file.
3048 * gdb.ada/py_taft/main.adb: New file.
3049 * gdb.ada/py_taft/pkg.adb: New file.
3050 * gdb.ada/py_taft/pkg.ads: New file.
3051
3d435220
TV
30522019-09-24 Tom de Vries <tdevries@suse.de>
3053
3054 PR gdb/24598
3055 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3056
77d03678
TV
30572019-09-22 Tom de Vries <tdevries@suse.de>
3058
3059 * gdb.base/restore.exp: Allow register variables to be optimized out at
3060 -O0.
3061
abf516c6
UW
30622019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3063
3064 * gdb.arch/spu-info.exp: Remove file.
3065 * gdb.arch/spu-info.c: Remove file.
3066 * gdb.arch/spu-ls.exp: Remove file.
3067 * gdb.arch/spu-ls.c: Remove file.
3068
3069 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3070 * gdb.asm/spu.inc: Remove file.
3071
3072 * gdb.base/dump.exp: Remove support for spu*-*-*.
3073 * gdb.base/stack-checking.exp: Likewise.
3074 * gdb.base/overlays.exp: Likewise.
3075 * gdb.base/ovlymgr.c: Likewise.
3076 * gdb.base/spu.ld: Remove file.
3077
3078 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3079 * gdb.cp/cpexprs.exp: Likewise.
3080 * gdb.cp/exception.exp: Likewise.
3081 * gdb.cp/gdb2495.exp: Likewise.
3082 * gdb.cp/mb-templates.exp: Likewise.
3083 * gdb.cp/pr9167.exp: Likewise.
3084 * gdb.cp/userdef.exp: Likewise.
3085
3086 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3087
3088 * gdb.cell: Remove directory.
3089 * lib/cell.exp: Remove file.
3090
e452e88f
TV
30912019-09-19 Tom de Vries <tdevries@suse.de>
3092
3093 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3094
8a625130
TV
30952019-09-19 Tom de Vries <tdevries@suse.de>
3096
3097 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3098
81dc3ab5
TV
30992019-09-19 Tom de Vries <tdevries@suse.de>
3100
3101 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3102 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3103 (gdb_target_cmd): ... here.
3104 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3105 value 2.
3106
b078f3ac
AB
31072019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3108
3109 * gdb.base/source-dir.exp: Avoid having directory names in test
3110 names.
3111
f1b620e9
MG
31122019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3113
3114 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3115 directory.
3116
67f3ed6a
AB
31172019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3118
3119 * gdb.base/list-missing-source.exp: New file.
3120
d1b70248
TV
31212019-09-14 Tom de Vries <tdevries@suse.de>
3122
3123 PR teststuite/24599
3124 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3125 * lib/ada.exp (gnatmake_version_at_least): New proc.
3126
5fabdcd6
AB
31272019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3128
3129 * gdb.base/maint.exp: Use exec_has_index_section.
3130
aa17805f
AB
31312019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3132
3133 * gdb.base/maint.exp: Add test for 'maint info sections'.
3134
25e5c209
TV
31352019-09-12 Tom de Vries <tdevries@suse.de>
3136
3137 * gdb.base/store.exp: Allow register variables to be optimized out at
3138 -O0.
3139
4993045d
PW
31402019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3141
3142 * gdb.ada/rdv_wait.exp: Update to new task names.
3143 * gdb.base/task_switch_in_core.exp: Likewise.
3144 * gdb.base/info_sources_base.c: Likewise.
3145
8a516164
TT
31462019-09-10 Tom Tromey <tromey@adacore.com>
3147
3148 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3149
aa391654
TT
31502019-09-10 Tom Tromey <tromey@adacore.com>
3151
3152 * gdb.ada/dgopt.exp: New file.
3153 * gdb.ada/dgopt/x.adb: New file.
3154
8634b462
TT
31552019-09-08 Tom Tromey <tom@tromey.com>
3156
3157 * gdb.tui/resize.exp: Remove setup_xfail.
3158 * gdb.tui/regs.exp: Remove setup_xfail.
3159 * gdb.tui/basic.exp: Remove setup_xfail.
3160
736b0f76
DB
31612019-09-06 David Blaikie <dblaikie@gmail.com>
3162
3163 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3164 * gdb.cp/cplabel.exp: Ditto.
3165 * gdb.linespec/ls-errs.exp: Ditto.
3166
30331a6c
TV
31672019-09-05 Tom de Vries <tdevries@suse.de>
3168
3169 * lib/gdb.exp (cmp_file_string): New proc.
3170 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3171 runto_main. Verify save breakpoints output.
3172
98b0ebab
PW
31732019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3174
3175 * gdb.base/info-var.exp: Test info variables without running
3176 to main, to avoid expect's buffer overflow.
3177
4e962e74
TT
31782019-09-03 Tom Tromey <tromey@adacore.com>
3179
3180 * gdb.ada/bias.exp: New file.
3181 * gdb.ada/bias/bias.adb: New file.
3182 * gdb.ada/print_chars.exp: Add regression test.
3183 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3184 (MC): New variable.
3185
2ea1a07a
SL
31862019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3187
3188 * gdb.base/argv0-symlink.exp: Run only on native target
3189 and local host.
3190
8077c50d
TV
31912019-08-29 Tom de Vries <tdevries@suse.de>
3192
3193 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3194 diverse debug info.
3195 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3196
48352473
TV
31972019-08-28 Tom de Vries <tdevries@suse.de>
3198
3199 * gdb.base/info-var.exp: Allow info variables to print info for files
3200 other than info-var-f1.c and info-var-f2.c.
3201
d8f27c60
AB
32022019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3203
3204 * gdb.fortran/info-types.exp: Add module.
3205 * gdb.fortran/info-types.f90: Update expected results.
3206
1f20c35e
AB
32072019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3208
3209 * gdb.fortran/info-types.exp: New file.
3210 * gdb.fortran/info-types.f90: New file.
3211 * lib/fortran.exp (fortran_character1): New proc.
3212
4acfdd20
AB
32132019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3214
3215 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3216 functions'. Reindent as needed.
3217 * gdb.base/info-var-f1.c: New file.
3218 * gdb.base/info-var-f2.c: New file.
3219 * gdb.base/info-var.exp: New file.
3220 * gdb.base/info-var.h: New file.
3221
5c31b358
TV
32222019-08-26 Tom de Vries <tdevries@suse.de>
3223
3224 PR c++/24852
3225 * gdb.cp/no-libstdcxx-probe.exp: New test.
3226
b694989f
TV
32272019-08-26 Tom de Vries <tdevries@suse.de>
3228
3229 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3230 * tests need to be skipped.
3231 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3232 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3233 mi_skip_libstdcxx_probe_tests.
3234
d9c4ba53
SDJ
32352019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3236
3237 * gdb.python/py-xmethods.exp: Use raw strings when passing
3238 arguments to SimpleXMethodMatcher.
3239
395fad09
TV
32402019-08-22 Tom de Vries <tdevries@suse.de>
3241
3242 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3243 more informative.
3244
26c957f1
PA
32452019-08-21 Pedro Alves <palves@redhat.com>
3246
3247 * gdb.base/with.exp: Test "with" with no arguments.
3248
61f80d5d
TV
32492019-08-21 Tom de Vries <tdevries@suse.de>
3250
3251 * gdb.base/gdb-caching-proc.exp: Sort files.
3252
d7a11d13
TV
32532019-08-20 Tom de Vries <tdevries@suse.de>
3254
3255 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3256 compilation.
3257
34dafe9f
TV
32582019-08-16 Tom de Vries <tdevries@suse.de>
3259
3260 * gdb.base/compare-sections.exp ("after run to main"): Allow
3261 mismatched read-only sections for PIE executables.
3262
398fdd60
TT
32632019-08-16 Tom Tromey <tom@tromey.com>
3264
3265 * lib/tuiterm.exp (_csi_Z): New proc.
3266 * gdb.tui/basic.exp: Update window positions.
3267 * gdb.tui/empty.exp: Update window positions.
3268
d8f9e51c
SL
32692019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3270
3271 * gdb.base/examine-backward.exp: Correct regexp for
3272 "examine 3 bytes backward from ${address_zero}".
3273
3df505f6
TT
32742019-08-15 Tom Tromey <tom@tromey.com>
3275
3276 * gdb.tui/empty.exp: Enable resizing tests.
3277
272560b5
TT
32782019-08-15 Tom Tromey <tromey@adacore.com>
3279
3280 * gdb.ada/char_enum.exp: Add regression tests.
3281 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3282 and '0'.
3283 (Char, Gchar): Update.
3284 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3285
08235187
CB
32862019-08-15 Christian Biesinger <cbiesinger@google.com>
3287
3288 * gdb.python/python.exp: Expect a leading underscore on
3289 GdbOutput{,Error}File.
3290
22a2ab04
SL
32912019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3292
3293 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3294 Windows host.
3295
835b995b
SL
32962019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3297
3298 * gdb.base/batch-preserve-term-settings.exp
3299 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3300
97dd8e07
CB
33012019-08-15 Christian Biesinger <cbiesinger@google.com>
3302
3303 * lib/gdb.exp: When running on a mingw target, replace
3304 /x/ with x:/.
3305
75faf5c4
AH
33062019-08-14 Alan Hayward <alan.hayward@arm.com>
3307
3308 * gdb.arch/aarch64-prologue.c: New test.
3309 * gdb.arch/aarch64-prologue.exp: New file.
3310
abc6c00f
TV
33112019-08-13 Tom de Vries <tdevries@suse.de>
3312
3313 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3314 Thread.
3315
74c2c1f4
SL
33162019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3317
3318 * gdb.python/py-completion.exp: Download the .py file to the host
3319 and use its host pathname. Conditionalize tests that use
3320 tab completion and manipulate files on the build machine.
3321 * gdb.python/py-events.exp: Download the .py file to the host
3322 and use its host pathname.
3323 * gdb.python/py-evsignal.exp: Likewise.
3324 * gdb.python/py-evthreads.exp: Likewise.
3325 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3326 pathname syntax.
3327 * gdb.python/py-framefilter.exp: Download the .py file to the right
3328 place on the host. Match Windows pathname syntax.
3329 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3330 .py file to the host and use its host pathname.
3331 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3332 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3333 build pathname. Skip symlink test on Windows host. Add missing
3334 newline at end of file.
3335 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3336 and use its host pathname.
3337 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3338 * gdb.python/py-section-script.exp: Use host location of binfile
3339 on safe-path. Use correct path separator on Windows host.
3340 Reorder alternatives in gdb_test_multiple to prevent matching
3341 the wrong alternative on success.
3342 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3343
ca2589f3
PP
33442019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3345
3346 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3347 expect the GDB inferior to no longer immediately stop after
3348 being resumed with "signal SIGINT".
3349
020a839d
SL
33502019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3351
3352 * gdb.linespec/break-ask.exp: Generalize regexps to match
3353 Windows pathnames too.
3354
128d6509
TV
33552019-08-08 Tom de Vries <tdevries@suse.de>
3356
3357 PR testsuite/24862
3358 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3359
590042fc
PW
33602019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3361
3362 * gdb.base/style.exp: Update tests for help doc new invariants.
3363 * gdb.base/help.exp: Likewise.
3364
046bebe1
TT
33652019-08-06 Tom Tromey <tom@tromey.com>
3366
3367 * gdb.base/style.exp: Add disassemble test.
3368 * gdb.base/style.c (some_called_function): New function.
3369 (main): Use it.
3370
0b27c27d
CB
33712019-08-05 Christian Biesinger <cbiesinger@google.com>
3372
3373 * gdb.python/py-block.exp: Test dictionary access on blocks.
3374
580f1034
SM
33752019-08-05 Simon Marchi <simon.marchi@efficios.com>
3376
3377 PR gdb/24863
3378 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3379 -list-thread-groups --available test when running under
3380 check-read1.
3381
d86bd7cb
TV
33822019-08-05 Tom de Vries <tdevries@suse.de>
3383
3384 PR testsuite/24863
3385 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3386 * gdb.base/help.exp: Use with_read1_timeout_factor.
3387 * gdb.base/info-macros.exp: Same.
3388 * gdb.cp/nested-types.exp: Same.
3389
a80cf5d8
TV
33902019-08-05 Tom de Vries <tdevries@suse.de>
3391
3392 * lib/gdb.exp (version_at_least): Factor out of ...
3393 (tcl_version_at_least): ... here.
3394 (gdb_compile): Fail if pie results in non-PIE executable.
3395 (readelf_version, readelf_prints_pie): New proc.
3396 (exec_is_pie): Return -1 if unknown.
3397
d0962838
TV
33982019-08-05 Tom de Vries <tdevries@suse.de>
3399
3400 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3401
2252ff3d
SL
34022019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3403
3404 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3405
26655f53
SL
34062019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3407
3408 * lib/completion-support.exp (test_gdb_complete_none): Skip
3409 tab completion tests if no readline support.
3410 (test_gdb_complete_unique_re): Likewise.
3411 (test_gdb_complete_multiple): Likewise.
3412
db4dc13e
PW
34132019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3414
3415 * gdb.base/info_sources.exp: New file.
3416 * gdb.base/info_sources.c: New file.
3417 * gdb.base/info_sources_base.c: New file.
3418
0eba165a
PFC
34192019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3420
3421 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3422 prefix argument.
3423 (test_exit_status): Add prefix argument.
3424
59bd512b
TV
34252019-08-01 Tom de Vries <tdevries@suse.de>
3426
3427 PR testsuite/24863
3428 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3429 calling exp_continue for new thread and thread exited messages.
3430
2a3ad588
TV
34312019-08-01 Tom de Vries <tdevries@suse.de>
3432
3433 PR testsuite/24863
3434 * gdb.base/structs.exp: Fix check-read1 timeout using
3435 gdb_test_sequence.
3436 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3437
117eb594
TV
34382019-08-01 Tom de Vries <tdevries@suse.de>
3439
3440 PR testsuite/24863
3441 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3442 line.
3443
ed591340
TV
34442019-08-01 Tom de Vries <tdevries@suse.de>
3445
3446 PR testsuite/24863
3447 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3448
aa3b6533
TT
34492019-07-30 Tom Tromey <tromey@adacore.com>
3450
3451 * gdb.ada/display_nested.exp: New file.
3452 * gdb.ada/display_nested/foo.adb: New file.
3453 * gdb.ada/display_nested/pack.adb: New file.
3454 * gdb.ada/display_nested/pack.ads: New file.
3455
2906593f
CB
34562019-07-30 Christian Biesinger <cbiesinger@google.com>
3457
3458 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3459 namespace.
3460 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3461
0f575925
TV
34622019-07-30 Tom de Vries <tdevries@suse.de>
3463
3464 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3465 instead.
3466
b13057d9
TV
34672019-07-30 Tom de Vries <tdevries@suse.de>
3468
3469 PR testsuite/24834
3470 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3471 (exec_is_pie): New proc.
3472
5c4dde85
CB
34732019-07-29 Christian Biesinger <cbiesinger@google.com>
3474
3475 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3476
c620ed88
CB
34772019-07-29 Christian Biesinger <cbiesinger@google.com>
3478
3479 * gdb.python/py-objfile.c: Add global and static vars.
3480 * gdb.python/py-objfile.exp: Test new functions Objfile.
3481 lookup_global_symbol and lookup_static_symbol.
3482
3d235706
TT
34832019-07-29 Tom Tromey <tom@tromey.com>
3484
3485 * lib/tuiterm.exp (Term::_csi_@): New proc.
3486 (Term::_csi_X): Don't move cursor.
3487
c7e4c0a6
PW
34882019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3489
3490 * gdb.base/options.exp: Update backtrace - completion to
3491 new option -frame-info.
3492 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3493 Test new 'set print frame-info'. Test backtrace -frame-info
3494 overriding 'set print frame-info'.
3495 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3496 Test new 'set print frame-info'.
3497 Verify consistency of backtrace with and without filters, with and
3498 without -no-filters.
3499 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3500 default.
3501
de28a3b7
TV
35022019-07-29 Tom de Vries <tdevries@suse.de>
3503
3504 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3505 no arguments".
3506
507dd60e
TV
35072019-07-29 Tom de Vries <tdevries@suse.de>
3508
3509 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3510 is a substring of the first for "complete non-unique file name".
3511
5beafce9
TV
35122019-07-29 Tom de Vries <tdevries@suse.de>
3513
3514 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3515 with ".*".
3516
2d274232
TV
35172019-07-29 Tom de Vries <tdevries@suse.de>
3518
3519 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3520 Pass prompt_regexp parameter to gdb_test_multiple calls.
3521
9197cd8b
TV
35222019-07-29 Tom de Vries <tdevries@suse.de>
3523
3524 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3525 print registers" regexps.
9197cd8b 3526
b528dae0
TV
35272019-07-29 Tom de Vries <tdevries@suse.de>
3528
3529 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3530
d17725d7
TV
35312019-07-29 Tom de Vries <tdevries@suse.de>
3532
3533 PR gdb/24855
3534 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3535 (skip_python_tests_prompt): Add prompt_regexp argument to
3536 gdb_test_multiple calls.
3537
52b75bf1
TT
35382019-07-27 Tom Tromey <tom@tromey.com>
3539
3540 * gdb.tui/main.exp: New file.
3541
2b1d00c2
TT
35422019-07-27 Tom Tromey <tom@tromey.com>
3543
3544 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3545 optional.
3546 * gdb.tui/empty.exp: New file.
3547
ded631d5
TT
35482019-07-27 Tom Tromey <tom@tromey.com>
3549
3550 * lib/tuiterm.exp (spawn): New proc.
3551 (Term::resize): New proc.
3552 * gdb.tui/resize.exp: New file.
3553
58ac439d
TT
35542019-07-27 Tom Tromey <tom@tromey.com>
3555
3556 * gdb.tui/list.exp: New file.
3557
fe1f56ee
TT
35582019-07-27 Tom Tromey <tom@tromey.com>
3559
3560 * gdb.tui/regs.exp: New file.
3561
f790b310
TT
35622019-07-27 Tom Tromey <tom@tromey.com>
3563
3564 * gdb.tui/basic.exp: Add "layout split" test.
3565
d95fc6ee
TT
35662019-07-27 Tom Tromey <tom@tromey.com>
3567
3568 * gdb.tui/basic.exp: Add "layout asm" test.
3569
c3786b3a
TT
35702019-07-27 Tom Tromey <tom@tromey.com>
3571
3572 * lib/tuiterm.exp: New file.
3573 * gdb.tui/basic.exp: New file.
3574
98a617f8
KB
35752019-07-27 Kevin Buettner <kevinb@redhat.com>
3576
3577 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3578 Enable tests associated with this flag. Adjust regex
3579 referencing "foo_low" to now refer to "foo_cold" instead.
3580
5c076da4
KB
35812019-07-27 Kevin Buettner <kevinb@redhat.com>
3582
3583 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3584 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3585 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3586 foo_cold. Revise comments to match.
3587 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3588 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3589 were wrapped into this proc; Call do_test in loop from outermost
3590 level.
3591 (foo_low): Rename all occurrences to "foo_cold".
3592 (backtrace from baz): New test.
3593 (x2/i foo_cold): New test.
3594 (info line *foo_cold): New test.
3595
1512d3b7
TV
35962019-07-26 Tom de Vries <tdevries@suse.de>
3597
3598 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3599
297989a1
TV
36002019-07-25 Tom de Vries <tdevries@suse.de>
3601
3602 PR testsuite/24830
3603 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3604 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3605 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3606 (skip_libstdcxx_probe_tests): ... here.
3607 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3608
b3b965fb
TV
36092019-07-24 Tom de Vries <tdevries@suse.de>
3610
3611 PR testsuite/24807
3612 * gdb.objc/basicclass.m: Include stdio.h.
3613 * gdb.objc/nondebug.m: Same.
3614 * gdb.objc/objcdecode.m: Same.
3615
4625b4d0
TV
36162019-07-24 Tom de Vries <tdevries@suse.de>
3617
3618 PR testsuite/24612
3619 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3620 additional_flags.
3621
024a5840
TV
36222019-07-24 Tom de Vries <tdevries@suse.de>
3623
3624 PR testsuite/24831
3625 * gdb.multi/tids.exp: Update error messages for info threads.
3626
c76ddaa3
TV
36272019-07-24 Tom de Vries <tdevries@suse.de>
3628
3629 * gdb.base/info-types.exp: Allow info types to print info for more than
3630 one file.
3631
9a618ef6
TV
36322019-07-23 Tom de Vries <tdevries@suse.de>
3633
3634 PR testsuite/24842
3635 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3636 gdb_spawn_with_cmdline_opts.
3637
40eadf04
SP
36382019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3639
3640 * gdb.arch/arm-cmse-sgstubs.c: New test.
3641 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3642
5ba29434
TV
36432019-07-23 Tom de Vries <tdevries@suse.de>
3644
3645 PR testsuite/24711
3646 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3647 issuing next command.
3648
a8e9d247
AB
36492019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3650
3651 * gdb.ada/info_auto_lang.exp: Update expected results.
3652 * gdb.base/info-types.c: Add additional types to check.
3653 * gdb.base/info-types.exp: Update expected results.
3654
eb86c5e2
AB
36552019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3656
3657 * gdb.base/info-types.c: New file.
3658 * gdb.base/info-types.exp: New file.
3659
01e175fe
AB
36602019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3661
3662 * gdb.arch/riscv-bp-infcall.c: New file.
3663 * gdb.arch/riscv-bp-infcall.exp: New file.
3664
6b78c3f8
AB
36652019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3666
3667 PR breakpoints/24541
3668 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3669
da738167
TV
36702019-07-14 Tom de Vries <tdevries@suse.de>
3671
3672 PR testsuite/24760
3673 * gdb.objc/basicclass.exp: Fix unterminated string.
3674
0d4e84ed
AB
36752019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3676 Andrew Burgess <andrew.burgess@embecosm.com>
3677
3678 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3679 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3680 negative bounds.
3681 * gdb.fortran/vla-value.exp: Print elements of an array with
3682 negative bounds.
3683 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3684 testing.
3685
021d8588
AB
36862019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3687
3688 * gdb.base/options.exp (expect_string): Dequote strings in
3689 results.
3690 (test-string): Test strings with different quoting and reindent.
3691
f06f1252
TT
36922019-07-10 Tom Tromey <tromey@adacore.com>
3693
3694 * gdb.ada/mi_ex_cond.exp: Update expected results.
3695 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3696 * gdb.ada/mi_catch_ex.exp: Update expected results.
3697 * gdb.ada/mi_catch_assert.exp: Update expected results.
3698 * gdb.ada/catch_ex.exp (catch_exception_info)
3699 (catch_exception_entry, catch_assert_entry)
3700 (catch_unhandled_entry): Update.
3701 * gdb.ada/catch_assert_if.exp: Update expected results.
3702
b863685d
RB
37032019-07-10 Richard Bunt <richard.bunt@arm.com>
3704 Stephen Roberts <stephen.roberts@arm.com>
3705
3706 * gdb.base/define.exp: Restore original prompt.
3707
cb1e4e32
PA
37082019-07-09 Pedro Alves <palves@redhat.com>
3709
3710 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3711 breakpoints" output.
3712 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3713 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3714 throw" creates breakpoint.
3715 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3716 'type="catchpoint"'.
3717
b58a68fe
PA
37182019-07-09 Pedro Alves <palves@redhat.com>
3719
3720 PR c++/15468
3721 * gdb.cp/except-multi-location-lib.cc: New.
3722 * gdb.cp/except-multi-location-main.cc: New.
3723 * gdb.cp/except-multi-location.exp: New.
3724
0826779b
PW
37252019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3726
3727 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3728 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3729 argument and update callers.
3730
5b0e2db4
AB
37312019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3732
3733 * gdb.arch/amd64-break-on-asm-line.S: New file.
3734 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3735
1f6f6e21
PW
37362019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3737
3738 * gdb.base/printcmds.exp: Test printing C string and
3739 C wide string convenience vars without transiting via the inferior.
3740 Also make test names unique.
3741
ea142fbf
AH
37422019-07-08 Alan Hayward <alan.hayward@arm.com>
3743
5862c886 3744 PR breakpoints/25011
ea142fbf
AH
3745 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3746
213fd9fa
PA
37472019-07-04 Pedro Alves <palves@redhat.com>
3748
3749 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3750 body returned ok(0), break(3) or continue(4).
3751 * gdb.testsuite/foreach_with_prefix.exp: New file.
3752
2b40fda7
AH
37532019-07-04 Alan Hayward <alan.hayward@arm.com>
3754
3755 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3756
a26c8de0
PA
37572019-07-03 Pedro Alves <palves@redhat.com>
3758
3759 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3760 "return -code".
3761
5f4ba3e7
PA
37622019-07-03 Pedro Alves <palves@redhat.com>
3763
3764 PR cli/24732
3765 * gdb.base/shell.exp: Load completion-support.exp.
3766 Adjust expected error output. Add completion tests.
3767
a994424f
PA
37682019-07-03 Pedro Alves <palves@redhat.com>
3769
3770 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3771 string_to_regexp.
3772
3d9be6f5
PA
37732019-07-03 Pedro Alves <palves@redhat.com>
3774
3775 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3776 (expect_integer): Adjust to expect "-string".
3777 (expect_string): New.
3778 (all_options): Expect "-string".
3779 (test-flag, test-boolean): Adjust to expect "-string".
3780 (test-string): New proc.
3781 (top level): Call it.
3782
41fc454c
PA
37832019-07-03 Pedro Alves <palves@redhat.com>
3784
3785 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3786 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3787 the expected output in the success.
3788
b2b2a215
PA
37892019-07-03 Pedro Alves <palves@redhat.com>
3790
3791 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3792 Split one gdb_test_multiple call in two to avoid a race.
3793
fdbc9870
PA
37942019-07-03 Pedro Alves <palves@redhat.com>
3795
3796 * gdb.base/with.c: New file.
3797 * gdb.base/with.exp: New file.
3798
c6ac8931
PA
37992019-07-03 Pedro Alves <palves@redhat.com>
3800
3801 * gdb.base/settings.exp: Replace all references to "maint
3802 test-settings set" with references to "maint set test-settings",
3803 and all references to "maint test-settings show" with references
3804 to "maint show test-settings".
3805
970f9d09
PA
38062019-07-03 Pedro Alves <palves@redhat.com>
3807
3808 * gdb.base/settings.exp (test-string): Adjust expected out when
3809 testing "maint test-settings show filename"
3810
54d66006
PA
38112019-07-02 Pedro Alves <palves@redhat.com>
3812
3813 * gdb.base/options.exp (test-info-threads): New procedure.
3814 (top level): Call it.
3815
10d06d82
TT
38162019-06-28 Tom Tromey <tromey@adacore.com>
3817
3818 * gdb.dwarf2/ada-linkage-name.c: New file.
3819 * gdb.dwarf2/ada-linkage-name.exp: New file.
3820
3d507ff2
TT
38212019-06-27 Tom Tromey <tromey@adacore.com>
3822
d039f014 3823 PR c++/20020:
3d507ff2
TT
3824 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3825
8af58ffe
TV
38262019-06-26 Tom de Vries <tdevries@suse.de>
3827
3828 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3829
22e21752
TV
38302019-06-26 Tom de Vries <tdevries@suse.de>
3831
3832 * gdb.base/index-cache.exp: Add back missing debug option.
3833
b65b566c
PW
38342019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3835
3836 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3837
5c2c8c69
TV
38382019-06-25 Tom de Vries <tdevries@suse.de>
3839
3840 PR testsuite/24727
3841 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3842
164e3873
TV
38432019-06-24 Tom de Vries <tdevries@suse.de>
3844
3845 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3846
824eacee
TV
38472019-06-24 Tom de Vries <tdevries@suse.de>
3848
3849 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3850 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3851 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3852
385b97d3
TV
38532019-06-24 Tom de Vries <tdevries@suse.de>
3854
3855 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3856
c596f180
TV
38572019-06-21 Tom de Vries <tdevries@suse.de>
3858
3859 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3860
b13a7d03
TV
38612019-06-21 Tom de Vries <tdevries@suse.de>
3862
3863 PR testsuite/24518
3864 PR ada/24713
3865 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3866 index.
3867
899277ae
TT
38682019-06-19 Tom Tromey <tromey@adacore.com>
3869
3870 * gdb.ada/length_cond.exp: Add intro comment.
3871
680e1bee
TT
38722019-06-19 Tom Tromey <tromey@adacore.com>
3873
3874 * gdb.ada/length_cond.exp: New file.
3875 * gdb.ada/length_cond/length_cond.adb: New file.
3876 * gdb.ada/length_cond/pck.adb: New file.
3877 * gdb.ada/length_cond/pck.ads: New file.
3878
0ed4690a
TV
38792019-06-18 Tom de Vries <tdevries@suse.de>
3880
3881 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3882
d20ed5fd
TT
38832019-06-18 Tom Tromey <tromey@adacore.com>
3884
3885 * gdb.base/list0.h: Add comment explaining control character.
3886
86e04673
TV
38872019-06-18 Tom de Vries <tdevries@suse.de>
3888
3889 * boards/fission.exp: Break up long debug_flags line.
3890
c4973306
SM
38912019-06-16 Tom de Vries <tdevries@suse.de>
3892
3893 PR gdb/24445
3894 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3895 generated index.
3896
93cb9841
AB
38972019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3898
3899 PR gdb/24686
3900 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3901 improve detection of bug gdb/24541.
3902
399aaebd
SM
39032019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3904
3905 PR gdb/24669
3906 * gdb.base/index-cache.exp (uses_readnow,
3907 expecting_index_cache_use): Define global variable.
3908 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3909 expecting_index_cache_use.
3910
584a927c
AB
39112019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3912 Andrew Burgess <andrew.burgess@embecosm.com>
3913
3914 * gdb.fortran/pointers.f90: New file.
3915 * gdb.fortran/print_type.exp: New file.
3916 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3917 * gdb.fortran/vla-type.exp: Likewise.
3918 * gdb.fortran/vla-value.exp: Likewise.
3919 * gdb.mi/mi-vla-fortran.exp: Likewise.
3920
30056ea0
AB
39212019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3922
3923 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3924 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3925 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3926 as a stop reason.
3927
ec8e2b6d
AB
39282019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3929
3930 * gdb.base/annota1.exp: Update expected results.
3931 * gdb.cp/annota2.exp: Likewise.
3932 * gdb.cp/annota3.exp: Likewise.
3933
09e4c4e1
AB
39342019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3935
3936 * gdb.base/style-logging.exp: Remove path from test name.
3937
0735b091
TT
39382019-06-14 Tom Tromey <tromey@adacore.com>
3939
3940 PR gdb/24502:
3941 * gdb.base/style-logging.exp: New file.
3942
f5686554
TT
39432019-06-14 Tom Tromey <tromey@adacore.com>
3944
3945 * gdb.base/symfile-warn.exp: New file.
3946 * gdb.base/symfile-warn.c: New file.
3947
a0c1ffed
TT
39482019-06-14 Tom Tromey <tromey@adacore.com>
3949
3950 * gdb.base/annotate-symlink.exp: New file.
3951
f411722c
TT
39522019-06-14 Tom Tromey <tromey@adacore.com>
3953
3954 * gdb.ada/set_wstr.exp: Add reassignment test.
3955
4268ec18
TT
39562019-06-14 Tom Tromey <tromey@adacore.com>
3957
3958 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3959 'unchecked_access and 'unrestricted_access as well.
3960
9a9e394b
TT
39612019-06-14 Tom Tromey <tromey@adacore.com>
3962
3963 PR ada/24539:
3964 * gdb.ada/vla.exp: Update tests.
3965 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3966 pragma.
3967
4c048731
PA
39682019-06-13 Pedro Alves <palves@redhat.com>
3969
3970 * gdb.base/settings.exp (test-integer): Test junk after
3971 "unlimited".
3972
6665660a
PA
39732019-06-13 Pedro Alves <palves@redhat.com>
3974
3975 * gdb.base/options.exp (test-thread-apply): New.
3976 (top level): Call it.
3977
5d707134
PA
39782019-06-13 Pedro Alves <palves@redhat.com>
3979
3980 * gdb.base/options.exp (test-frame-apply): New.
3981 (top level): Test print commands with different "frame apply"
3982 prefixes.
3983
e2a689da
PA
39842019-06-13 Pedro Alves <palves@redhat.com>
3985
e79be6e5 3986 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
3987 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3988 'max_completions' parameter and handle it.
3989 (test_gdb_completion_offers_commands): New.
3990
90a1ef87
PA
39912019-06-13 Pedro Alves <palves@redhat.com>
3992
3993 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3994
d4c16835
PA
39952019-06-13 Pedro Alves <palves@redhat.com>
3996
3997 * gdb.base/options.exp (test-backtrace): New.
3998 (top level): Call it.
3999
2daf894e
PA
40002019-06-13 Pedro Alves <palves@redhat.com>
4001
4002 * gdb.guile/scm-frame-args.exp: Use "set print
4003 raw-frame-arguments" instead of "set print raw frame-arguments".
4004 * gdb.python/py-frame-args.exp: Likewise.
4005
e6ed716c
PA
40062019-06-13 Pedro Alves <palves@redhat.com>
4007
4008 * gdb.compile/compile.exp: Adjust expected output to option
4009 processing changes.
4010
7d8062de
PA
40112019-06-13 Pedro Alves <palves@redhat.com>
4012
4013 * gdb.base/options.exp: Build executable.
4014 (test-print): New procedure.
4015 (top level): Call it, once for "print" and another for "compile
4016 print".
4017
9d0faba9
PA
40182019-06-13 Pedro Alves <palves@redhat.com>
4019
4020 * gdb.base/options.c: New file.
4021 * gdb.base/options.exp: New file.
4022
dee7b4c8
PA
40232019-06-13 Pedro Alves <palves@redhat.com>
4024
4025 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4026 that "o" is ambiguous.
4027
dca0f6c0
PA
40282019-06-13 Pedro Alves <palves@redhat.com>
4029
4030 * gdb.base/settings.c: New file.
4031 * gdb.base/settings.exp: New file.
4032
ccf46844
PA
40332019-06-13 Pedro Alves <palves@redhat.com>
4034
4035 * gdb.base/completion.exp: Fix comment typo.
4036
b9a3f842
PA
40372019-06-13 Pedro Alves <palves@redhat.com>
4038
4039 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4040 foo --1" test.
4041
d106773e
PA
40422019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4043
4044 * gdb.fortran/block-data.f: New.
4045 * gdb.fortran/block-data.exp: New.
4046
fea82da0
TV
40472019-06-11 Tom de Vries <tdevries@suse.de>
4048
4049 PR testsuite/24521
4050 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4051 message.
4052
8c2e74f1
TV
40532019-06-11 Tom de Vries <tdevries@suse.de>
4054
4055 PR testsuite/24521
4056 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4057
b49851c8
TV
40582019-06-11 Tom de Vries <tdevries@suse.de>
4059
4060 * boards/readnow.exp: New file.
4061
a7067863
AB
40622019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4063
4064 * gdb.fortran/vla-sizeof.exp: Update expected results.
4065
1a3da2cd
AB
40662019-06-06 Amos Bird <amosbird@gmail.com>
4067
4068 * gdb.base/annota1.exp (thread_switch): Add test for
4069 thread-exited annotation.
4070
3847a7bf
TT
40712019-06-06 Tom Tromey <tromey@adacore.com>
4072
4073 * gdb.base/maint.exp: Expect command started/finished output.
4074
0088ba59
AB
40752019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4076
4077 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4078 comment.
4079 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4080
312617a3
AB
40812019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4082
4083 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4084 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4085 * gdb.arch/riscv-unwind-long-insn.c: New file.
4086 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4087
e1f2e1a2
CB
40882019-06-04 Christian Biesinger <cbiesinger@google.com>
4089
d3238f7d 4090 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4091
206584bd
PW
40922019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4093
4094 * lib/gdb.exp (help_list_trailer): New regexp variable
4095 factorizing the help trailer message.
4096 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4097 arg to allow to better factorize various tests.
4098 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4099 (test_prefix_command_help): Use help_list_trailer.
4100 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4101 * gdb.guile/scm-cmd.exp: Likewise.
4102 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4103 * gdb.base/help.exp: Use test_user_defined_class_help.
4104 * gdb.base/style.exp: Add tests for styling of help and apropos.
4105 * lib/gdb-utils.exp (style): Add title and highlight styles.
4106
708dc93e
PW
41072019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4108
4109 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4110 $_shell_exitsignal.
4111 * gdb.base/default.exp: Update for new convenience variables.
4112
f49055a5
TT
41132019-05-29 Tom Tromey <tromey@adacore.com>
4114
4115 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4116 to "break complete ada" test case's regexp.
4117
4330d61d
TT
41182019-05-29 Tom Tromey <tromey@adacore.com>
4119
4120 PR c++/20020:
4121 * gdb.cp/constexpr-field.exp: New file.
4122 * gdb.cp/constexpr-field.cc: New file.
4123
000439d5
TT
41242019-05-29 Tom Tromey <tromey@adacore.com>
4125
4126 * gdb.base/finish.exp (finish_no_print): New proc.
4127 (finish_tests): Call it.
4128
5a01c34c
TV
41292019-05-24 Tom de Vries <tdevries@suse.de>
4130
4131 * gdb.dwarf2/gdb-add-index.exp: New file.
4132
18125b16
TT
41332019-05-22 Tom Tromey <tromey@adacore.com>
4134
4135 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4136 * gdb.base/style.exp: Use "style".
4137 * lib/gdb-utils.exp (style): New proc.
4138
af1a8d03
TV
41392019-05-22 Tom de Vries <tdevries@suse.de>
4140
4141 * gdb.base/align.exp: Require c++11.
4142
e7fe496b
TV
41432019-05-22 Tom de Vries <tdevries@suse.de>
4144
4145 PR testsuite/24586
4146 * gdb.python/py-mi-var-info-path-expression.exp: Call
4147 mi_skip_python_tests to check if python is supported.
4148
8fca4da0
AH
41492019-05-22 Alan Hayward <alan.hayward@arm.com>
4150
4151 * gdb.arch/aarch64-pauth.c: New test.
4152 * gdb.arch/aarch64-pauth.exp: New file.
4153
b7060614
AH
41542019-05-22 Alan Hayward <alan.hayward@arm.com>
4155
4156 * README (Re-running Tests Outside The Testsuite): New section.
4157
669d0468
TV
41582019-05-21 Tom de Vries <tdevries@suse.de>
4159
4160 * gdb.arch/amd64-eval.exp: Require c++11.
4161 * gdb.base/max-depth.exp: Same.
4162 * gdb.compile/compile-cplus-array-decay.exp: Same.
4163 * gdb.cp/meth-typedefs.exp: Same.
4164 * gdb.cp/subtypes.exp: Same.
4165 * gdb.cp/temargs.exp: Same.
4166
ce3ebcaa
AH
41672019-05-21 Alan Hayward <alan.hayward@arm.com>
4168
4169 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4170
34d11c68
AB
41712019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4172
4173 PR gdb/18644
4174 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4175 * gdb.fortran/printing-types.exp: Add new test.
4176 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4177 testing.
4178 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4179 setup_kfail call.
4180
87781e84
AH
41812019-05-17 Alan Hayward <alan.hayward@arm.com>
4182
4183 * README (Running the Testsuite): Change example.
4184 (Testsuite Parameters): Remove TRANSCRIPT.
4185 * lib/gdb.exp: Remove TRANSCRIPT check.
4186
b420b89e
AH
41872019-05-17 Alan Hayward <alan.hayward@arm.com>
4188
4189 * README (Testsuite Parameters): Add replay logging to
4190 GDBSERVER_DEBUG.
4191 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4192 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4193 as a comma separated list.
4194 (gdb_debug_init): Override procedure.
4195
408e9b8b
AH
41962019-05-17 Alan Hayward <alan.hayward@arm.com>
4197
4198 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4199 (gdb_write_cmd_file): New procedure.
4200 * lib/gdbserver-support.exp (gdbserver_start): Call
4201 gdbserver_write_cmd_file.
4202 (gdbserver_write_cmd_file): New procedure.
4203
f9e2e39d
AH
42042019-05-17 Alan Hayward <alan.hayward@arm.com>
4205
4206 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4207 (delete_breakpoints): Likewise.
4208 (gdb_run_cmd): Likewise.
4209 (gdb_start_cmd): Likewise.
4210 (gdb_starti_cmd): Likewise.
4211 (gdb_internal_error_resync): Likewise.
4212 (gdb_test_multiple): Likewise.
4213 (gdb_reinitialize_dir): Likewise.
4214 (default_gdb_exit): Likewise.
4215 (gdb_file_cmd): Mark kill as optional.
4216 (default_gdb_start): Call gdb_stdin_log_init.
4217 (send_gdb): Call gdb_stdin_log_write.
4218 (rerun_to_main): Mark Y as an answer.
4219 (gdb_stdin_log_init): New function.
4220 (gdb_stdin_log_write): Likewise.
4221
81f47ac2
AH
42222019-05-17 Alan Hayward <alan.hayward@arm.com>
4223
4224 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4225 * gdb.base/debug-expr.exp: Likewise.
4226 * gdb.base/foll-fork.exp: Likewise.
4227 * gdb.base/foll-vfork.exp: Likewise.
4228 * gdb.base/fork-print-inferior-events.exp: Likewise.
4229 * gdb.base/gdb-sigterm.exp: Likewise.
4230 * gdb.base/gdbinit-history.exp: Likewise.
4231 * gdb.base/osabi.exp: Likewise.
4232 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4233 * gdb.base/ui-redirect.exp: Likewise.
4234 * gdb.gdb/unittest.exp: Likewise.
4235 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4236 * gdb.mi/mi-watch.exp: Likewise.
4237 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4238 * gdb.mi/user-selected-context-sync.exp: Likewise.
4239 * gdb.python/python.exp: Disable debug test when debugging.
4240 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4241 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4242 Likewise.
4243 * gdb.threads/stepi-random-signal.exp: Likewise.
4244
29b52314
AH
42452019-05-17 Alan Hayward <alan.hayward@arm.com>
4246
4247 * Makefile.in: Pass through GDB_DEBUG.
4248 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4249 (gdb,debug): Add board setting.
4250 * lib/gdb.exp (default_gdb_start): Start debugging.
4251 (gdb_debug_enabled): New procedure.
4252 (gdb_debug_init): Likewise.
29b52314
AH
4253
42542019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4255
29b52314
AH
4256 * Makefile.in: Pass through GDB_DEBUG.
4257 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4258 (gdb,debug): Add board setting.
4259 * lib/gdb.exp (default_gdb_start): Start debugging.
4260 (gdb_debug_enabled): New procedure.
4261 (gdb_debug_init): Likewise.
29b52314 4262
ca1285d1
AH
42632019-05-17 Alan Hayward <alan.hayward@arm.com>
4264
4265 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4266
f3a09c80
AH
42672019-05-17 Alan Hayward <alan.hayward@arm.com>
4268
4269 * gdb.base/ui-redirect.exp: Test redirection.
4270
26648588
JV
42712019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4272
4273 * gdb.mi/mi-complete.exp: New file.
4274 * gdb.mi/mi-complete.cc: Likewise.
4275
14237686
AB
42762019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4277
4278 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4279 indexed and sliced arrays, and pointers to arrays.
4280
e7bd7fba
TT
42812019-05-14 Tom Tromey <tromey@adacore.com>
4282
4283 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4284 styling test.
4285
2764128d
TV
42862019-05-14 Tom de Vries <tdevries@suse.de>
4287
4288 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4289 selection entry encoding.
4290
71bed2db
TT
42912019-05-10 Tom Tromey <tromey@adacore.com>
4292
4293 * gdb.ada/info_exc.exp: Add "complete" test.
4294
63b667ad
TV
42952019-05-09 Tom de Vries <tdevries@suse.de>
4296
4297 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4298 CU-relative.
4299
9cfd2b89
TV
43002019-05-09 Tom de Vries <tdevries@suse.de>
4301
4302 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4303 CU-relative.
4304
2228ef77
XR
43052019-05-08 Joel Brobecker <brobecker@adacore.com>
4306
4307 * gdb.ada/frame_arg_lang.exp: New testcase.
4308 * gdb.ada/frame_arg_lang/bla.adb: New file.
4309 * gdb.ada/frame_arg_lang/pck.ads: New file.
4310 * gdb.ada/frame_arg_lang/pck.adb: New file.
4311 * gdb.ada/frame_arg_lang/foo.c: New file.
4312
80e55b13
TT
43132019-05-08 Tom Tromey <tromey@adacore.com>
4314
4315 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4316
9d3421af
TT
43172019-05-08 Tom Tromey <tromey@adacore.com>
4318
4319 * gdb.base/ptype-offsets.exp: Update tests.
4320
844333e2
TT
43212019-05-08 Tom Tromey <tromey@adacore.com>
4322
4323 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4324 cases.
4325 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4326 "short".
4327
988915ee
TT
43282019-05-08 Tom Tromey <tromey@adacore.com>
4329
4330 * gdb.ada/vla.exp: New file.
4331 * gdb.ada/vla/vla.adb: New file.
4332
7bd55dac
TV
43332019-05-07 Tom de Vries <tdevries@suse.de>
4334
4335 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4336
75f06e9d
TV
43372019-05-07 Tom de Vries <tdevries@suse.de>
4338
4339 PR testsuite/24522
4340 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4341 section.
4342
77e7aaa4
TV
43432019-05-07 Tom de Vries <tdevries@suse.de>
4344
4345 PR testsuite/24522
4346 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4347 .debug_aranges section.
4348
456ba0fa
TV
43492019-05-07 Tom de Vries <tdevries@suse.de>
4350
4351 PR testsuite/24159
4352 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4353
5a56d6a6
TV
43542019-05-06 Tom de Vries <tdevries@suse.de>
4355
4356 * lib/gdb.exp (exec_has_index_section): New proc.
4357 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4358 section.
4359
9d6d4be8
TV
43602019-05-04 Tom de Vries <tdevries@suse.de>
4361
4362 * boards/cc-with-debug-names.exp: New file.
4363
222a8d25
TT
43642019-05-03 Tom Tromey <tromey@adacore.com>
4365
4366 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4367 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4368 * gdb.ada/char_enum.exp: Add test.
4369
0fdfd794
TV
43702019-05-03 Tom de Vries <tdevries@suse.de>
4371
4372 * boards/cc-with-gdb-index.exp: New file.
4373
80062eb9
AB
43742019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4375
4376 * gdb.rust/simple.exp: Add new test case.
4377 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4378 (main): Initialise an instance of the new struct.
4379
4504bbde
TT
43802019-05-01 Tom Tromey <tromey@adacore.com>
4381
4382 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4383 record.
4384 (NPR): New variable.
4385 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4386 test.
4387
d48e62f4
TT
43882019-05-01 Tom Tromey <tromey@adacore.com>
4389
4390 * gdb.ada/packed_array_assign.exp: Add packed assignment
4391 regression test.
4392
f59f30f5
TV
43932019-05-01 Tom de Vries <tdevries@suse.de>
4394
4395 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4396
b70bfc54
TV
43972019-05-01 Tom de Vries <tdevries@suse.de>
4398
4399 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4400
15f18d14
AT
44012019-04-30 Ali Tamur <tamur@google.com>
4402
4403 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4404
2ff0a947
TT
44052019-04-30 Tom Tromey <tromey@adacore.com>
4406
4407 * lib/ada.exp (find_ada_tool): New proc.
4408 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4409 * gdb.ada/catch_ex_std.exp: New file.
4410 * gdb.ada/catch_ex_std/foo.adb: New file.
4411 * gdb.ada/catch_ex_std/some_package.adb: New file.
4412 * gdb.ada/catch_ex_std/some_package.ads: New file.
4413
a776957c
TT
44142019-04-30 Tom Tromey <tromey@adacore.com>
4415
4416 PR c++/24470:
4417 * gdb.cp/temargs.cc: Add test code from PR.
4418
bc68014d
AB
44192019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4420
4421 * gdb.fortran/vla-datatypes.exp: Update expected results.
4422 * gdb.fortran/vla-ptype.exp: Likewise.
4423 * gdb.fortran/vla-type.exp: Likewise.
4424 * gdb.fortran/vla-value.exp: Likewise.
4425
f1fdc960
AB
44262019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4427
4428 * gdb.fortran/ptr-indentation.exp: Update expected results.
4429 * gdb.fortran/ptype-on-functions.exp: Likewise.
4430 * gdb.fortran/vla-ptr-info.exp: Likewise.
4431 * gdb.fortran/vla-value.exp: Likewise.
4432
bf7a4de1
AB
44332019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4434
4435 * gdb.fortran/ptype-on-functions.exp: New file.
4436 * gdb.fortran/ptype-on-functions.f90: New file.
4437
bbe75b9d
AB
44382019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4439
4440 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4441 case void string.
4442
1db455a7
AB
44432019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4444
4445 * gdb.fortran/complex.exp: Expand.
4446 * gdb.fortran/complex.f: Renamed to...
4447 * gdb.fortran/complex.f90: ...this, and extended to add more
4448 complex values.
4449
b6d03bb2
AB
44502019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4451
4452 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4453 MODULO, CMPLX.
4454
2e62ab40
AB
44552019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4456 Richard Bunt <richard.bunt@arm.com>
4457
4458 * gdb.base/max-depth.c: New file.
4459 * gdb.base/max-depth.exp: New file.
4460 * gdb.python/py-nested-maps.c: New file.
4461 * gdb.python/py-nested-maps.exp: New file.
4462 * gdb.python/py-nested-maps.py: New file.
4463 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4464 (test_all_common): Call test_max_depth.
4465 * gdb.fortran/max-depth.exp: New file.
4466 * gdb.fortran/max-depth.f90: New file.
4467 * gdb.go/max-depth.exp: New file.
4468 * gdb.go/max-depth.go: New file.
4469 * gdb.modula2/max-depth.exp: New file.
4470 * gdb.modula2/max-depth.c: New file.
4471 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4472
d2b584a5
TV
44732019-04-29 Tom de Vries <tdevries@suse.de>
4474
4475 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4476
136afab8
PW
44772019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4478
4479 * gdb.base/callexit.exp: Test may-call-functions off.
4480
725cbb63
KS
44812019-04-25 Keith Seitz <keiths@redhat.com>
4482
4483 PR c++/24367
4484 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4485 (another_incomplete_struct, test_incomplete): New definitions.
4486 (main): Use new definitions.
4487 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4488 functions.
4489
701adfb0
PA
44902019-04-25 Ali Tamur <tamur@google.com>
4491
4492 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4493
82433e3e
SDJ
44942019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4495
4496 PR corefiles/11608
4497 PR corefiles/18187
4498 * gdb.base/coredump-filter-build-id.exp: New file.
4499
dd06d4d6
AH
45002019-04-25 Alan Hayward <alan.hayward@arm.com>
4501
e79be6e5
SM
4502 * Makefile.in: Pass through GDBSERVER_DEBUG.
4503 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4504 (gdbserver,debug): Add board setting.
4505 * gdb.trace/tspeed.exp: Skip when debugging.
4506 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4507 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4508
1670072e
TT
45092019-04-24 Tom Tromey <tromey@adacore.com>
4510
4511 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4512 Rust.
4513
a59240a4
TT
45142019-04-24 Tom Tromey <tromey@adacore.com>
4515
4516 * gdb.arch/amd64-eval.exp: Test bitfield return.
4517 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4518 (class Foo) <return_bitfields>: New method.
4519 (main): Call it.
4520
b907456c
AB
45212019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4522
4523 * gdb.cp/many-args.cc: New file.
4524 * gdb.cp/many-args.exp: New file.
4525
5c565afd
TV
45262019-04-23 Tom de Vries <tdevries@suse.de>
4527
4528 PR gdb/24433
4529 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4530
ba22ff86
AH
45312019-04-23 Alan Hayward <alan.hayward@arm.com>
4532
4533 * gdb.trace/backtrace.exp: Use nopie flag.
4534 * gdb.trace/circ.exp: Likewise.
4535 * gdb.trace/collection.exp: Likewise.
4536 * gdb.trace/ftrace.exp: Likewise.
4537 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4538 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4539 * gdb.trace/qtro.exp: Likewise.
4540 * gdb.trace/read-memory.exp: Likewise.
4541 * gdb.trace/report.exp: Likewise.
4542 * gdb.trace/tfile.exp: Likewise.
4543 * gdb.trace/tfind.exp: Likewise.
4544 * gdb.trace/unavailable.exp: Likewise.
4545
7905fc35
PA
45462019-04-22 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.base/solib-probes-nosharedlibrary.c,
4549 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4550
8ecb59f8
TT
45512019-04-19 Tom Tromey <tromey@adacore.com>
4552
4553 * gdb.ada/ptype_union.c: New file.
4554 * gdb.ada/ptype_union.exp: New file.
4555
62160ec9
TT
45562019-04-19 Tom Tromey <tromey@adacore.com>
4557
4558 PR symtab/24423:
4559 * gdb.base/list0.h (foo): Add a control-l character.
4560
36cd4ba5
TV
45612019-04-18 Tom de Vries <tdevries@suse.de>
4562
4563 PR gdb/24433
4564 * boards/local-board.exp: Set sysroot to "".
4565
b73715df
TV
45662019-04-18 Tom de Vries <tdevries@suse.de>
4567 Pedro Alves <palves@redhat.com>
4568
4569 PR gdb/24454
4570 * gdb.threads/vfork-follow-child-exec.c: New file.
4571 * gdb.threads/vfork-follow-child-exec.exp: New file.
4572 * gdb.threads/vfork-follow-child-exit.c: New file.
4573 * gdb.threads/vfork-follow-child-exit.exp: New file.
4574
4aa866af
LS
45752019-04-15 Leszek Swirski <leszeks@google.com>
4576
4577 * gdb.arch/amd64-eval.cc: New file.
4578 * gdb.arch/amd64-eval.exp: New file.
4579
e5a1a79a
AH
45802019-04-11 Alan Hayward <alan.hayward@arm.com>
4581
4582 * gdb.server/sysroot.c: New test.
4583 * gdb.server/sysroot.exp: New file.
4584 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4585 matching param.
4586
41077b66
AB
45872019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4588
4589 * gdb.base/align.exp: Extend test to cover structures containing
4590 only static fields.
4591
c30391f8
TV
45922019-04-11 Tom de Vries <tdevries@suse.de>
4593
4594 * boards/cc-with-dwz-m.exp: New file.
4595 * boards/cc-with-dwz.exp: New file.
4596 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4597
e242fd12
SM
45982019-04-09 Simon Marchi <simon.marchi@efficios.com>
4599
4600 * gdb.base/start-cpp.exp: New file.
4601 * gdb.base/start-cpp.cc: New file.
4602
2b0c8b01
KB
46032019-04-08 Kevin Buettner <kevinb@redhat.com>
4604
4605 * gdb.python/py-thrhandle.exp: Adjust tests to call
4606 thread_from_handle instead of thread_from_thread_handle.
4607
947210e5
KB
46082019-04-08 Kevin Buettner <kevinb@redhat.com>
4609
4610 * gdb.python/py-thrhandle.exp: Add tests for
4611 gdb.InferiorThread.handle.
4612
d7df6549
AB
46132019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4614
4615 * gdb.python/py-function.exp: Check calling helper function from
4616 all languages.
4617 * lib/gdb.exp (gdb_supported_languages): New proc.
4618
8bdc1658
AB
46192019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4620
4621 * gdb.base/complex-parts.c: New file.
4622 * gdb.base/complex-parts.exp: New file.
4623
05caa1d2
TT
46242019-04-01 Tom Tromey <tromey@adacore.com>
4625
4626 PR symtab/23331:
4627 * gdb.dwarf2/dw2-ranges-main.c: New file.
4628 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4629 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4630
7734102d
EZ
46312019-03-30 Simon Marchi <simark@simark.ca>
4632
4633 * gdb.base/default.exp: Add values for $_gdb_major and
4634 $_gdb_minor.
4635
188e1fa9
TT
46362019-03-29 Tom Tromey <tromey@adacore.com>
4637
4638 * gdb.base/help.exp: Tighten apropos regexp.
4639
2880242d
KS
46402019-03-29 Keith Seitz <keiths@redhat.com>
4641
4642 * gdb.fortran/array-bounds.exp: New file.
4643 * gdb.fortran/array-bounds.f90: New file.
4644
077cad8e
PW
46452019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4646
4647 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4648
80047cfc
PW
46492019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4650
4651 * gdb.multi/hello.c (main): Increase alarm timer.
4652
f489207e
SL
46532019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4654
4655 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4656 factor when no hardware watchpoint support.
4657
c92df149
AH
46582019-03-28 Alan Hayward <alan.hayward@arm.com>
4659 Pedro Alves <palves@redhat.com>
4660
4661 * boards/local-board.exp: set sysroot to /.
4662
933aebfa
AH
46632019-03-27 Alan Hayward <alan.hayward@arm.com>
4664
4665 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4666 in child.
4667
9f9aa852
AB
46682019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4669
4670 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4671 field.
4672 (make_container): Initialise new field.
4673 * gdb.python/py-prettyprint.exp: Add new tests.
4674 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4675 <display_hint>: New method.
4676
3714a195
AB
46772019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4678
4679 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4680 gdb_continue_to_breakpoint more throughout this test.
4681 (run_lang_tests) Supply unique test names, and use
4682 gdb_test_no_output.
4683
18c77628
AB
46842019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4685
4686 * gdb.base/finish-pretty.exp: Update expected results.
4687 * gdb.base/pretty-print.c: New file.
4688 * gdb.base/pretty-print.exp: New file.
4689
9a93502f
PA
46902019-03-25 Pedro Alves <palves@redhat.com>
4691
4692 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4693 move comments outside list. Append '-i "" eof' section.
4694
968aa7ae
AH
46952019-03-22 Alan Hayward <alan.hayward@arm.com>
4696
34a7f2a4 4697 PR testsuite/25016
968aa7ae
AH
4698 * README: Add pie options.
4699 * gdb.base/break-interp.exp: Ensure pie is disabled.
4700 * gdb.base/dump.exp: Likewise.
4701 * lib/gdb.exp (gdb_compile): Add pie option.
4702
4c7d57e7
TT
47032019-03-19 Tom Tromey <tromey@adacore.com>
4704
4705 * gdb.mi/mi2-cli-display.c: New file.
4706 * gdb.mi/mi2-cli-display.exp: New file.
4707
bff8c71f
TT
47082019-03-18 Joel Brobecker <brobecker@adacore.com>
4709 Tom Tromey <tromey@adacore.com>
4710
4711 * gdb.ada/ptype_array/pck.adb: New file.
4712 * gdb.ada/ptype_array/pck.ads: New file.
4713 * gdb.ada/ptype_array/foo.adb: New file.
4714 * gdb.ada/ptype_array.exp: New file.
4715
d085f989
TT
47162019-03-14 Tom Tromey <tromey@adacore.com>
4717
4718 * gdb.base/style.exp: Add "set style sources" test.
4719
b4be1b06
SM
47202019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4721
4722 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4723 * mi-breakpoint-multiple-locations.exp: ... this.
4724 (make_breakpoints_pattern): New proc.
4725 (do_test): Add mi_version parameter, test -break-insert,
4726 -break-info and =breakpoint-created.
4727
7cde5fc2
AB
47282019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4729
4730 * config/default.exp: Remove 'load_lib gdb.exp'.
4731 * config/monitor.exp: Likewise.
4732 * config/sid.exp: Likewise.
4733 * config/sim.exp: Likewise.
4734 * config/slite.exp: Likewise.
4735 * config/unix.exp: Likewise.
4736 * gdb.base/default.exp: Remove unhelpful comment.
4737
efbecbc1
AB
47382019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4739
4740 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4741
0841c79a
AB
47422019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4743
4744 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4745
4a270568
AB
47462019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4747
4748 * gdb.fortran/type-kinds.exp: Update expected results.
4749
067630bd
AB
47502019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4751
4752 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4753
3be47f7a
AB
47542019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4755
4756 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4757 function.
4758 (test_basic_parsing_of_type_kinds): Expand types tested.
4759 (test_parsing_invalid_type_kinds): New function.
4760
4d00f5d8
AB
47612019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4762
4763 * gdb.fortran/intrinsics.exp: New file.
4764 * gdb.fortran/intrinsics.f90: New file.
4765 * gdb.fortran/type-kinds.exp: New file.
4766
c8f91604
AB
47672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4768
4769 * gdb.fortran/dot-ops.exp: New file.
4770
dd9f2c76
AB
47712019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4772
4773 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4774 Check upper and lower case logical literals.
4775
84ec9724
AB
47762019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4777
4778 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4779 Remove duplicate tests.
4780
c3734e09
AH
47812019-03-06 Alan Hayward <alan.hayward@arm.com>
4782
4783 * lib/gdb.exp (builtin_cd): rename of cd.
4784 (cd): Override builtin.
4785
aa3cfbda
RB
47862019-03-06 Richard Bunt <richard.bunt@arm.com>
4787
4788 * gdb.fortran/function-calls.exp: New file.
4789 * gdb.fortran/function-calls.f90: New test.
4790
7b63ad86
RB
47912019-03-04 Richard Bunt <richard.bunt@arm.com>
4792
4793 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4794 on user program standard output.
4795 * gdb.fortran/short-circuit-argument-list.f90: Record function
4796 calls.
4797
01abb042
AH
47982019-02-28 Alan Hayward <alan.hayward@arm.com>
4799
c3734e09
AH
4800 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4801 failure.
01abb042 4802
92137da0
RO
48032019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4804
4805 PR gdb/8527
4806 * gdb.base/interrupt-daemon-attach.c,
4807 gdb.base/interrupt-daemon-attach.exp: New test.
4808
5862844d
PA
48092019-02-27 Pedro Alves <palves@redhat.com>
4810
4811 * gdb.base/page.exp: Add tests for "set width/height -1".
4812
8ed25214
PA
48132019-02-27 Pedro Alves <palves@redhat.com>
4814
4815 * gdb.base/page.exp: Add tests for "set/show width/height" with
4816 "infinite" values.
4817
6c28e44a
TT
48182019-02-27 Tom Tromey <tromey@adacore.com>
4819
4820 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4821 2.4.
4822 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4823 workaround.
4824
bf9a735e
AB
48252019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4826
4827 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4828 tests for structs with static members.
4829
8791793c
TT
48302019-02-26 Tom Tromey <tromey@adacore.com>
4831
4832 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4833 ValueError, not TypeError.
4834
bc2a507e
KB
48352019-02-26 Kevin Buettner <kevinb@redhat.com>
4836
4837 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4838 call from main program.
4839
e0e7d3bd
JB
48402019-02-23 Joel Brobecker <brobecker@adacore.com>
4841
4842 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4843 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4844 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4845 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4846 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4847
9600246d
KS
48482019-02-22 Keith Seitz <keiths@redhat.com>
4849
4850 PR symtab/23853
4851 * gdb.base/symlink-sourcefile.c: New file.
4852 * gdb.base/symlink-sourcefile.exp: New file.
4853
0c95f9ed
TT
48542019-02-20 Tom Tromey <tom@tromey.com>
4855
4856 * gdb.base/info_qt.exp: Update.
4857
6caa91b6
SM
48582019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4859
4860 * gdb.base/source.exp: Move "error in sourced script" code to
4861 the end.
4862 * gdb.base/source-error.gdb: Move contents to
4863 source-error-1.gdb. Add new code to source source-error-1.gdb.
4864 * gdb.base/source-error-1.gdb: New file, from previous
4865 source-error.gdb.
4866
6506371f
TT
48672019-02-17 Tom Tromey <tom@tromey.com>
4868
4869 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4870 for macro styling.
4871 * gdb.base/style.c (SOME_MACRO): New macro.
4872
a0087920
TT
48732019-02-17 Tom Tromey <tom@tromey.com>
4874
4875 * gdb.base/style.exp: Add line-wrapping tests.
4876 * gdb.base/page.exp: Add test for quitting during pagination.
4877
a2cd4f14
JB
48782019-02-17 Joel Brobecker <brobecker@adacore.com>
4879
4880 * gdb.ada/big_packed_array: New testcase.
4881 * gdb.ada/homonym.exp: Fix incorrect expected output for
4882 "break <homonym__get_value>" test.
4883
9d70ffbc
WP
48842019-02-13 Weimin Pan <weimin.pan@oracle.com>
4885
4886 PR breakpoints/21870
4887 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4888 and prepare_for_testing. Add comment.
4889 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4890 redundant cleanup call. Clean up comment.
4891
01c7ae81
WP
48922019-02-12 Weimin Pan <weimin.pan@oracle.com>
4893
4894 PR breakpoints/21870
4895 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4896 * gdb.arch/aarch64-dbreg-contents.c: New file.
4897
aff29d1c
JB
48982019-02-10 Joel Brobecker <brobecker@adacore.com>
4899
4900 * gdb.ada/mi_ref_changeable: New testcase.
4901
df0da8a2
AH
49022019-02-07 Alan Hayward <alan.hayward@arm.com>
4903
4904 * gdb.base/attach.exp: Add double attach test.
4905
bd447abb
SM
49062019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4907
4908 * lib/gdb.exp (default_gdb_start): Don't match pagination
4909 prompt.
4910 (gdb_init): Set stty_init.
4911
1dbc40b9
TT
49122019-01-27 Tom Tromey <tom@tromey.com>
4913
4914 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4915 skip_python_tests.
4916
353229bf
AH
49172019-01-24 Alan Hayward <alan.hayward@arm.com>
4918
4919 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4920 New structure.
4921 (struct struct_static_02_02): Likewise.
4922 (struct struct_static_02_03): Likewise.
4923 (struct struct_static_02_04): Likewise.
4924 (struct struct_static_04_01): Likewise.
4925 (struct struct_static_04_02): Likewise.
4926 (struct struct_static_04_03): Likewise.
4927 (struct struct_static_04_04): Likewise.
4928 (struct struct_static_06_01): Likewise.
4929 (struct struct_static_06_02): Likewise.
4930 (struct struct_static_06_03): Likewise.
4931 (struct struct_static_06_04): Likewise.
4932 (cmp_struct_static_02_01): Likewise.
4933 (cmp_struct_static_02_02): Likewise.
4934 (cmp_struct_static_02_03): Likewise.
4935 (cmp_struct_static_02_04): Likewise.
4936 (cmp_struct_static_04_01): Likewise.
4937 (cmp_struct_static_04_02): Likewise.
4938 (cmp_struct_static_04_03): Likewise.
4939 (cmp_struct_static_04_04): Likewise.
4940 (cmp_struct_static_06_01): Likewise.
4941 (cmp_struct_static_06_02): Likewise.
4942 (cmp_struct_static_06_03): Likewise.
4943 (cmp_struct_static_06_04): Likewise.
4944 (call_all): Test new structs.
4945 * gdb.base/infcall-nested-structs.exp: Likewise.
4946
73021deb
AH
49472019-01-21 Alan Hayward <alan.hayward@arm.com>
4948 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4949
fc65c7db
AH
49502019-01-21 Alan Hayward <alan.hayward@arm.com>
4951 * gdb.base/stack-protector.c: New test.
4952 * gdb.base/stack-protector.exp: New file.
4953 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4954 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4955 option.
4956 (gdb_compile): Remove stack protector for GCC and prevent
4957 recursion.
4958
c24bdb02
KS
49592019-01-16 Keith Seitz <keiths@redhat.com>
4960
4961 PR gdb/23773
4962 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4963
6f072a10
PFC
49642019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4965
4966 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4967 aliases.
4968 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4969 tests.
4970 * gdb.arch/powerpc-vector-regs.c: New file.
4971 * gdb.arch/powerpc-vector-regs.exp: New file.
4972
a7b8d682
PFC
49732019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4974
4975 * gdb.arch/altivec-regs.exp: Fix the list passed to
4976 gdb_expect_list when testing "info vector".
4977
6eb6fb67
AB
49782019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4979
4980 * gdb.base/style.exp: Don't include path in testname.
4981
b56f80d8
KS
49822019-01-10 Keith Seitz <keiths@redhat.com>
4983
4984 PR gdb/23712
4985 PR symtab/23010
4986 * gdb.dwarf2/multidictionary.exp: New file.
4987
041be526
SM
49882019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4989
4990 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4991 (test_gnuv3_style_demangling): ... this.
4992 (test_lucid_style_demangling): Remove.
4993 (test_arm_style_demangling): Remove.
4994 (test_hp_style_demangling): Remove.
4995 (do_tests): Remove calls to the above.
4996
d820d0c3
AB
49972019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4998
4999 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5000 case.
5001
f097f5ad
TT
50022019-01-06 Tom Tromey <tom@tromey.com>
5003
5004 PR gdb/28155:
5005 * gdb.dwarf2/typedef-void-finish.exp: New file.
5006
2cd8cc0b
TT
50072018-12-28 Tom Tromey <tom@tromey.com>
5008 Simon Marchi <simark@simark.ca>
5009
5010 * gdb.base/jit-exec.exp: New file.
5011 * gdb.base/jit-exec.c: New file.
5012 * gdb.base/jit-execd.c: New file.
5013
35fb8261
TT
50142018-12-28 Tom Tromey <tom@tromey.com>
5015
5016 * gdb.base/style.exp: Update test to check for address styling.
5017
47fd17cd
TT
50182018-12-28 Tom Tromey <tom@tromey.com>
5019
5020 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5021 message.
5022
d47032b7
TT
50232018-12-28 Tom Tromey <tom@tromey.com>
5024
5025 * gdb.base/style.exp: Add test for version number styling.
5026
af79b68d
TT
50272018-12-28 Tom Tromey <tom@tromey.com>
5028
5029 * gdb.base/style.exp: Add test for print_address_symbolic.
5030
0bb296cb
TT
50312018-12-28 Tom Tromey <tom@tromey.com>
5032
5033 * gdb.base/style.exp: Add test for breakpoint setting.
5034
80ae2043
TT
50352018-12-28 Tom Tromey <tom@tromey.com>
5036
5037 * gdb.base/style.exp: Add test for variable names.
5038
cbe56571
TT
50392018-12-28 Tom Tromey <tom@tromey.com>
5040
5041 * gdb.base/style.exp: New file.
5042 * gdb.base/style.c: New file.
5043
9162a27c
TT
50442018-12-28 Tom Tromey <tom@tromey.com>
5045
5046 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5047 "dumb".
5048 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5049 the TERM environment variable.
5050
bc543c90
TT
50512018-12-27 Tom Tromey <tom@tromey.com>
5052
5053 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5054 pagination test.
5055
6f0ffe50
AB
50562018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5057
5058 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5059 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5060
b5a1e557
PW
50612018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5062
5063 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5064 Filename a.adb changed to bp_fun_addr.adb.
5065 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5066
6e8b1ab2
JV
50672018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5068
5069 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5070 non-PIE executables.
5071 * README: Mention the gdb,nopie_flag board setting.
5072 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5073 non-PIE executable.
5074 * gdb.arch/amd64-entry-value.exp: Likewise.
5075 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5076 * gdb.arch/i386-float.exp: Likewise.
5077 * gdb.arch/i386-signal.exp: Likewise.
5078 * gdb.mi/mi-reg-undefined.exp: Likewise.
5079
d00a27c5
PM
50802018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5081
5082 PR gdb/23974
5083 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5084
161d081c
PW
50852018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5086
5087 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5088 Update order of results accordingly.
5089
b001de23
AB
50902018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5091
5092 * gdb.base/annota1.exp: Update a test regexp.
5093
99e1a184
AB
50942018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5095
5096 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5097
7a81c1e2
PW
50982018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5099
5100 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5101 (reuse_time): Initialize to REUSE_TIME_CAP.
5102 (check_rc): New function.
5103 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5104 Check pthread_create rc.
5105 (spawner_thread_func): Check pthread_create and pthread_join rc.
5106
73e8dc90
PA
51072018-12-08 Pedro Alves <palves@redhat.com>
5108
5109 * gdb.base/list.exp (test_forward_search): Rename to ...
5110 (test_forward_reverse_search): ... this. Also test reverse-search
5111 and the forward-search alias.
5112
13f2ed32
AB
51132018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5114
5115 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5116 local timeout variable before return, and remove all local timeout
5117 variable entirely.
5118 (gdb_load): Likewise.
5119
64d27cfc
TV
51202018-12-01 Tom de Vries <tdevries@suse.de>
5121
5122 * gdb.base/gdb-caching-proc.exp: New file.
5123
f63c03b4
SDJ
51242018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5125
5126 * Makefile.in (TIMESTAMP): New variable.
5127 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5128 command.
5129 (check-single-racy): Likewise.
5130 (check/%.exp): Likewise.
5131 (check-racy/%.exp): Likewise.
5132 (workers/%.worker): Likewise.
5133 (build-perf): Likewise.
5134 (check-perf): Likewise.
5135 * README: Describe new "TS" and "TS_FORMAT" variables.
5136 * print-ts.py: New file.
5137
1c97054b
BF
51382018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5139
5140 PR python/23714
5141 * gdb.python/python.exp: Test command repetition after
5142 gdb.execute.
5143
1871a62d
AB
51442018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5145
5146 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5147 is correctly aligned.
5148
fb5e1ed9
PW
51492018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5150
5151 * gdb.ada/info_auto_lang.exp: New testcase.
5152 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5153 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5154 * gdb.ada/info_auto_lang/some_c.c: New file.
5155
43d397ca
PW
51562018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5157
5158 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5159 FUNC_lang language syntax.
5160
beddd671
PW
51612018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5162
5163 * gdb.base/info_minsym.c: New file.
5164 * gdb.base/info_minsym.exp: New file.
5165
73fc52c4
TT
51662018-11-19 Tom Tromey <tom@tromey.com>
5167
5168 PR rust/23625:
5169 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5170 * gdb.rust/expr.exp: Update expected output. Change one test.
5171
994b876a
TT
51722018-11-19 Tom Tromey <tom@tromey.com>
5173
5174 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5175
6769f276
PA
51762018-11-19 Pedro Alves <palves@redhat.com>
5177
5178 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5179 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5180 see the expected warning.
5181
38a72da0
AH
51822018-11-16 Alan Hayward <alan.hayward@arm.com>
5183
5184 PR gdb/22736:
5185 * gdb.cp/infcall-nodebug-lib.c: New test.
5186 * gdb.cp/infcall-nodebug-main.c: New test.
5187 * gdb.cp/infcall-nodebug.exp: New file.
5188
53a89d6e
SM
51892018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5190
5191 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5192 completer tests.
5193
9325300d
TV
51942018-11-09 Tom de Vries <tdevries@suse.de>
5195
5196 * gdb.base/msym-lang.c: New test.
5197 * gdb.base/msym-lang.exp: New file.
5198 * gdb.base/msym-lang-main.c: New test.
5199
20f0d60d
TT
52002018-11-08 Tom Tromey <tom@tromey.com>
5201
5202 PR gdb/23555:
5203 PR gdb/23838:
5204 * gdb.base/warning.exp: New file.
5205
b5420128
JB
52062018-11-08 Jan Beulich <jbeulich@suse.com>
5207
5208 * testsuite/gdb.arch/i386-avx512.c,
5209 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5210
cd115d61
AB
52112018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5212
5213 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5214 point hardware.
5215
35ee2dc2
AB
52162018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5217
5218 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5219 * gdb.dwarf2/missing-type-name.exp: New file.
5220
31aceee8
TV
52212018-11-06 Tom de Vries <tdevries@suse.de>
5222
5223 * gdb.base/many-headers.c: New test.
5224 * gdb.base/many-headers.exp: New file.
5225
109be305
JW
52262018-11-06 Jim Wilson <jimw@sifive.com>
5227
5228 * gdb.base/code_elim.exp: For riscv, set additional_flags
5229 to include -msmall-data-limit=0.
5230
e2b7af72
JB
52312018-11-01 Joel Brobecker <brobecker@adacore.com>
5232
5233 * gdb.ada/watch_minus_l: New testcase.
5234
cdcda965
SM
52352018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5236
5237 * gdb.arch/aix-sighandle.c: New file.
5238 * gdb.arch/aix-sighandle.exp: New file.
5239
92dcebf3
AB
52402018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5241
5242 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5243 registers being unions.
5244
68b9ac18
TV
52452018-10-31 Tom de Vries <tdevries@suse.de>
5246
5247 * lib/valgrind.exp: New file.
5248 (vgdb_start, vgdb_stop): New procs, factored out of ...
5249 * gdb.base/valgrind-bt.exp: ... here, ...
5250 * gdb.base/valgrind-disp-step.exp: ... here and ...
5251 * gdb.base/valgrind-infcall.exp: ... here.
5252
1443936e
TV
52532018-10-31 Tom de Vries <tdevries@suse.de>
5254
5255 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5256
eb77c9df
AB
52572018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5258
5259 * gdb.dwarf2/void-type.c: New file.
5260 * gdb.dwarf2/void-type.exp: New file.
5261
82b5e646
PW
52622018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5263
5264 * gdb.base/info_qt.c: New file.
5265 * gdb.base/info_qt.exp: New file.
5266
8d619c01
EBM
52672018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5268
5269 * gdb.arch/powerpc-htm-regs.c: New file.
5270 * gdb.arch/powerpc-htm-regs.exp: New file.
5271
f2cf6173
EBM
52722018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5273
5274 * gdb.arch/powerpc-tar.c: New file.
5275 * gdb.arch/powerpc-tar.exp: New file.
5276
7ca18ed6
EBM
52772018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5278
5279 * gdb.arch/powerpc-ppr-dscr.c: New file.
5280 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5281
bfcc0eba
TV
52822018-10-25 Tom de Vries <tdevries@suse.de>
5283
5284 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5285
fe1a5cad
TV
52862018-10-24 Tom de Vries <tdevries@suse.de>
5287
5288 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5289 longer exists error.
5290
a76dc3b7
TV
52912018-10-24 Tom de Vries <tdevries@suse.de>
5292
5293 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5294
4df46df7
TV
52952018-10-24 Tom de Vries <tdevries@suse.de>
5296
5297 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5298 --db-attach in valgrind.
5299
0dbfcfff
AB
53002018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5301
5302 * gdb.arch/riscv-reg-aliases.c: New file.
5303 * gdb.arch/riscv-reg-aliases.exp: New file.
5304
b04480b1
AH
53052018-10-19 Alan Hayward <alan.hayward@arm.com>
5306
5307 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5308
2c6ac8d7
AH
53092018-10-19 Alan Hayward <alan.hayward@arm.com>
5310
5311 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5312
2bc69f25
AH
53132018-10-19 Alan Hayward <alan.hayward@arm.com>
5314
5315 * gdb.cp/ovldbreak.exp: Fix regexps.
5316
1f1ae3a3
AH
53172018-10-19 Alan Hayward <alan.hayward@arm.com>
5318
5319 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5320
94c18618
SDJ
53212018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5322
5323 PR cli/23785
5324 * gdb.base/restore.exp: New test to check if "restore" with an
5325 invalid file doesn't segfault.
5326
812cd6eb
TV
53272018-10-18 Tom de Vries <tdevries@suse.de>
5328
5329 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5330 * gdb.ada/excep_handle.exp: Same.
5331 * gdb.ada/mi_string_access.exp: Same.
5332 * gdb.ada/mi_var_union.exp: Same.
5333 * gdb.arch/arc-analyze-prologue.exp: Same.
5334 * gdb.arch/arc-decode-insn.exp: Same.
5335 * gdb.base/readnever.exp: Same.
5336 * gdb.fortran/printing-types.exp: Same.
5337 * gdb.guile/scm-lazy-string.exp: Same.
5338
c4b90788
TV
53392018-10-16 Tom de Vries <tdevries@suse.de>
5340
5341 PR gdb/23730
5342 * gdb.base/catch-follow-exec.c: Add copyright notice.
5343 * gdb.base/catch-follow-exec.exp: Rewrite to use
5344 gdb_spawn_with_cmdline_opts. Require gdb-native.
5345
8bca2978
SL
53462018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5347
5348 * gdb.trace/actions-changed.exp: Check for arch support.
5349 * gdb.trace/actions.exp: Likewise.
5350 * gdb.trace/ax.exp: Likewise.
5351 * gdb.trace/backtrace.exp: Likewise.
5352 * gdb.trace/change-loc.exp: Likewise.
5353 * gdb.trace/deltrace.exp: Likewise.
5354 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5355 * gdb.trace/ftrace.exp: Likewise.
5356 * gdb.trace/infotrace.exp: Check for arch support.
5357 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5358 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5359 * gdb.trace/mi-tsv-changed.exp: Likewise.
5360 * gdb.trace/packetlen.exp: Likewise.
5361 * gdb.trace/passc-dyn.exp: Likewise.
5362 * gdb.trace/passcount.exp: Likewise.
5363 * gdb.trace/pending.exp: Likewise.
5364 * gdb.trace/range-stepping.exp: Check for shlib support.
5365 * gdb.trace/report.exp: Check for arch support.
5366 * gdb.trace/save-trace.exp: Likewise.
5367 * gdb.trace/signal.exp: Check for signal support.
5368 * gdb.trace/tfind.exp: Check for arch support.
5369 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5370 * gdb.trace/trace-common.h: Add comment.
5371 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5372 * gdb.trace/trace-enable-disable.exp: Likewise.
5373 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5374 * gdb.trace/tracecmd.exp: Check for arch support.
5375 * gdb.trace/tspeed.exp: Check for shlib and target support.
5376 * gdb.trace/tstatus.exp: Check for arch support.
5377 * gdb.trace/tsv.exp: Likewise.
5378 * gdb.trace/while-dyn.exp: Likewise.
5379 * gdb.trace/while-stepping.exp: Likewise.
5380 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5381
f9c49bff
SM
53822018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5383
5384 * gdb.trace/tspeed.exp: Remove nowarnings.
5385 (prepare_for_trace_test): Declare "global ipalib".
5386 * gdb.trace/tspeed.c: Include unistd.h.
5387 (main): Remove superfluous printf argument.
5388
d4330bde
SL
53892018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5390
5391 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5392 directory prefix on the filename.
5393
8ecfd7bd
SDJ
53942018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5395
5396 * gdb.gdb/unittest.exp: Update expected message informing that
5397 selftests have been disabled.
5398 * gdb.server/unittest.exp: Likewise.
5399
58bbcd02
TV
54002018-10-09 Tom de Vries <tdevries@suse.de>
5401
5402 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5403 with runto_main.
5404
9f6b697b
WP
54052018-10-08 Weimin Pan <weimin.pan@oracle.com>
5406
5407 PR c++/16841
5408 * gdb.cp/virtbase2.cc: New file.
5409 * gdb.cp/virtbase2.exp: New file.
5410
add5ded5
TT
54112018-10-06 Tom Tromey <tom@tromey.com>
5412
5413 PR python/19399:
5414 * gdb.python/py-inferior.exp: Add architecture test.
5415
f9e48344
TT
54162018-10-06 Tom Tromey <tom@tromey.com>
5417
5418 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5419 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5420
2a8be203
TT
54212018-10-06 Tom Tromey <tom@tromey.com>
5422
5423 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5424 of a "throw" catchpoint.
5425
e04caa70
SDJ
54262018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5427
5428 * gdb.base/info-proc.exp: Update string expected from "help info
5429 proc".
5430
5ca8c39f
TT
54312018-10-04 Tom Tromey <tom@tromey.com>
5432
5433 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5434 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5435 (test_initial_complaints, test_empty_complaints): Update.
5436 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5437
3453e7e4
TT
54382018-10-04 Tom Tromey <tom@tromey.com>
5439
5440 PR cli/19551:
5441 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5442 * lib/gdb.exp (gdb_file_cmd): Update.
5443 * gdb.stabs/weird.exp (print_weird_var): Update.
5444 * gdb.server/solib-list.exp: Update.
5445 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5446 * gdb.mi/mi-cli.exp: Update.
5447 * gdb.linespec/linespec.exp: Update.
5448 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5449 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5450 * gdb.cp/cp-relocate.exp: Update.
5451 * gdb.base/sym-file.exp: Update.
5452 * gdb.base/relocate.exp: Update.
5453 * gdb.base/readnever.exp: Update.
5454 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5455 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5456 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5457 * gdb.base/code_elim.exp: Update.
5458 * gdb.base/break-unload-file.exp (test_break): Update.
5459 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5460 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5461 Update.
5462 * gdb.base/attach.exp (do_attach_tests): Update.
5463 * gdb.base/sepdebug.exp: Update.
5464 * gdb.python/py-section-script.exp: Update.
5465
6afcf761
TT
54662018-10-04 Tom Tromey <tom@tromey.com>
5467
5468 PR cli/22234:
5469 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5470 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5471 output.
5472
fef1b293
TT
54732018-10-04 Tom Tromey <tom@tromey.com>
5474
5475 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5476 set width and height to 0.
5477 (test_command_line_attach_run): Use -quiet.
5478
ca98345e
SL
54792018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5480
5481 * lib/gdb.exp (skip_ifunc_tests): New.
5482 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5483 other compile failures.
5484 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5485
ff34e6ae
SM
54862018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5487
5488 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5489 is_amd64_regs_target.
5490
6bb8890e
AH
54912018-10-01 Alan Hayward <alan.hayward@arm.com>
5492
5493 * gdb.arch/aarch64-sighandler-regs.c: New test.
5494 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5495 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5496
224d30d3
MM
54972018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5498
5499 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5500 assembly.
5501
f67ffa6a
AB
55022018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5503
5504 * gdb.base/frame-selection.exp: New file.
5505 * gdb.base/frame-selection.c: New file.
5506
9fc3183f
AH
55072018-09-27 Alan Hayward <alan.hayward@arm.com>
5508
5509 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5510 pthread barrier.
5511 (main): Likewise.
5512
d354055e
AB
55132018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5514
5515 * gdb.base/large-frame-1.c: New file.
5516 * gdb.base/large-frame-2.c: New file.
5517 * gdb.base/large-frame.exp: New file.
5518 * gdb.base/large-frame.h: New file.
5519
db727370
JL
55202018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5521
5522 PR gdb/20948
5523 * gdb.base/write_mem.exp: New test.
5524 * gdb.base/write_mem.c: Likewise.
5525
ae778caf
TT
55262018-09-23 Tom Tromey <tom@tromey.com>
5527
5528 PR python/18852:
5529 * gdb.python/py-parameter.exp: Add test for parameter that throws
5530 on "set".
5531
fd3ba736
TT
55322018-09-23 Tom Tromey <tom@tromey.com>
5533
5534 PR python/17284:
5535 * gdb.python/py-template.exp (test_template_arg): Add test for
5536 negative template argument number.
5537
39a24317
TT
55382018-09-23 Tom Tromey <tom@tromey.com>
5539
5540 PR python/14062:
5541 * gdb.python/python.exp: Add test for post_event error.
5542
f5769a2c
TT
55432018-09-23 Tom Tromey <tom@tromey.com>
5544
5545 PR python/18170:
5546 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5547 convert pointers to int and long.
5548
1c1e54f6
TT
55492018-09-23 Tom Tromey <tom@tromey.com>
5550
5551 PR python/20126:
5552 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5553 signed-ness conversion tests.
5554
fb4fa946
TT
55552018-09-23 Tom Tromey <tom@tromey.com>
5556
5557 PR python/18352;
5558 * gdb.python/py-value.exp (test_float_conversion): New proc.
5559 Use it.
5560
a466edac
HAQ
55612018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5562
5563 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5564
4ee9b0c5
SL
55652018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5566
5567 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5568 no readline.
5569 * gdb.base/utf8-identifiers.exp: Likewise.
5570 * gdb.cp/cpcompletion.exp: Likewise.
5571 * gdb.linespec/cpcompletion.exp: Likewise.
5572 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5573 * gdb.linespec/cpls-ops.exp: Likewise.
5574
23be8da7
RB
55752018-09-19 Richard Bunt <richard.bunt@arm.com>
5576 Chris January <chris.january@arm.com>
5577
5578 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5579 * gdb.fortran/short-circuit-argument-list.exp: New file.
5580 * gdb.fortran/short-circuit-argument-list.f90: New test.
5581
5031d0ae
SDJ
55822018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5583
5584 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5585 "arch=" keyword when executing "-stack-list-frames".
5586
b4c0d1a4
SDJ
55872018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5588
5589 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5590 "arch=" keyword when executing "-stack-list-frames".
5591
7a6d2b45
SDJ
55922018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5593
5594 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5595 break ada".
5596
8588b356
SM
55972018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5598
5599 PR python/23669
5600 * gdb.python/python.exp: Test gdb.execute("show commands").
5601
65e65158
TT
56022018-09-16 Tom Tromey <tom@tromey.com>
5603
5604 * gdb.base/new-ui.exp (do_execution_tests): Update.
5605 * gdb.base/dbx.exp (test_breakpoints): Update.
5606
bf326452
AH
56072018-09-14 Alan Hayward <alan.hayward@arm.com>
5608
5609 * lib/gdb.exp (gdb_simple_compile): Add proc.
5610 (is_elf_target): Use gdb_simple_compile.
5611 (skip_altivec_tests): Likewise.
5612 (skip_vsx_tests): Likewise.
5613 (skip_tsx_tests): Likewise.
5614 (skip_btrace_tests): Likewise.
5615 (skip_btrace_pt_tests): Likewise.
5616 (gdb_can_simple_compile): Likewise.
5617 (gdb_has_argv0): Likewise.
5618 (gdb_target_symbol_prefix): Likewise.
5619 (target_supports_scheduler_locking): Likewise.
5620
2361b0fb
TT
56212018-09-13 Tom Tromey <tom@tromey.com>
5622
5623 * Makefile.in (TAGS): Recognize proc_with_prefix and
5624 gdb_caching_proc.
5625
0ae1a321
SM
56262018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5627
5628 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5629 method.
5630
a40bf0c2
SM
56312018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5632
5633 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5634 and a few other Inferior properties when the Inferior is no
5635 longer valid.
5636
4a3fe98f
TT
56372018-09-13 Tom Tromey <tom@tromey.com>
5638
5639 PR rust/23650:
5640 * gdb.rust/simple.exp: Add test for enum field access error.
5641
098b2108
TT
56422018-09-13 Tom Tromey <tom@tromey.com>
5643
5644 PR rust/23626:
5645 * gdb.rust/simple.rs (EmptyEnum): New type.
5646 (main): Use it.
5647 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5648
1256af7d
SM
56492018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5650
5651 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5652 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5653 * gdb.python/py-symtab.exp: Update test printing an objfile.
5654
4aa8e6c2
SM
56552018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5656
5657 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5658 object.
5659
c221b2f7
AH
56602018-09-12 Alan Hayward <alan.hayward@arm.com>
5661
5662 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5663 (support_complex_tests): Use gdb_can_simple_compile.
5664 (is_ilp32_target): Likewise.
5665 (is_lp64_target): Likewise.
5666 (is_64_target): Likewise.
5667 (is_amd64_regs_target): Likewise.
5668 (is_aarch32_target): Likewise.
5669 (gdb_int128_helper): Likewise.
5670
6f1107b5
JK
56712018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5672
5673 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5674
1f5d1570
JG
56752018-09-10 Jerome Guitton <guitton@adacore.com>
5676
5677 * gdb.ada/same_component_name: Add test for case of tagged record
5678 with variable-length fields.
5679
cc330e39
XR
56802018-09-10 Xavier Roirand <roirand@adacore.com>
5681
5682 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5683 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5684 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5685 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5686
b9c50e9a
XR
56872018-09-10 Xavier Roirand <roirand@adacore.com>
5688
5689 * gdb.ada/mi_string_access.exp: New testcase.
5690 * gdb.ada/mi_string_access/bar.adb: New file.
5691 * gdb.ada/mi_string_access/pck.adb: New file.
5692 * gdb.ada/mi_string_access/pck.asd: New file.
5693
2963898f
XR
56942018-09-10 Xavier Roirand <roirand@adacore.com>
5695
5696 * gdb.ada/mi_var_union.exp: New testcase.
5697 * gdb.ada/mi_var_union/bar.adb: New file.
5698 * gdb.ada/mi_var_union/pck.adb: New file.
5699 * gdb.ada/mi_var_union/pck.asd: New file.
5700
1aac008f
TT
57012018-09-08 Tom Tromey <tom@tromey.com>
5702
5703 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5704
332cf4c9
TT
57052018-09-08 Tom Tromey <tom@tromey.com>
5706
5707 PR python/16047:
5708 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5709 (register_pretty_printers): Register new printer.
5710 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5711 test.
5712 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5713 (an_int_type3): New global.
5714
424da6cf
JB
57152018-09-08 Joel Brobecker <brobecker@adacore.com>
5716
5717 * gdb.ada/expr_with_funcall: New testcase.
5718
2a62dfa9
JB
57192018-09-08 Joel Brobecker <brobecker@adacore.com>
5720
5721 * gdb.ada/packed_array_assign: New testcase.
5722
96b6697f
AB
57232018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5724
5725 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5726 names, and add test prefixes to make test names unique.
5727
e4a62c65
TV
57282018-09-05 Tom de Vries <tdevries@suse.de>
5729
5730 * gdb.dwarf2/varval.exp: Add test.
5731
dd083ee2
GB
57322018-09-04 Gary Benson <gbenson@redhat.com>
5733
5734 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5735 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5736
aef9346c
TT
57372018-08-31 Tom Tromey <tom@tromey.com>
5738
5739 * gdb.rust/simple.rs: Rename second variable "v".
5740
c67f2e15
AB
57412018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5742
5743 * gdb.base/funcargs.c (use_a): New function.
5744 (recurse): Call use_a.
5745
078a0207
KS
57462018-08-29 Keith Seitz <keiths@redhat.com>
5747
5748 * gdb.compile/compile-cplus-anonymous.cc: New file.
5749 * gdb.compile/compile-cplus-anonymous.exp: New file.
5750 * gdb.compile/compile-cplus-array-decay.cc: New file.
5751 * gdb.compile/compile-cplus-array-decay.exp: New file.
5752 * gdb.compile/compile-cplus-inherit.cc: New file.
5753 * gdb.compile/compile-cplus-inherit.exp: New file.
5754 * gdb.compile/compile-cplus-member.cc: New file.
5755 * gdb.compile/compile-cplus-member.exp: New file.
5756 * gdb.compile/compile-cplus-method.cc: New file.
5757 * gdb.compile/compile-cplus-method.exp: New file.
5758 * gdb.compile/compile-cplus-mod.c: "New" file.
5759 * gdb.compile/compile-cplus-namespace.cc: New file.
5760 * gdb.compile/compile-cplus-namespace.exp: New file.
5761 * gdb.compile/compile-cplus-nested.cc: New file.
5762 * gdb.compile/compile-cplus-nested.exp: New file.
5763 * gdb.compile/compile-cplus-print.c: "New" file.
5764 * gdb.compile/compile-cplus-print.exp: "New" file.
5765 * gdb.compile/compile-cplus-virtual.cc: New file.
5766 * gdb.compile/compile-cplus-virtual.exp: New file.
5767 * gdb.compile/compile-cplus.c: "New" file.
5768 * gdb.compile/compile-cplus.exp: "New" file.
5769 * lib/compile-support.exp: New file.
5770
b0f492b9
GB
57712018-08-16 Gary Benson <gbenson@redhat.com>
5772
5773 PR gdb/13000:
5774 * gdb.base/batch-exit-status.exp: New file.
5775 * gdb.base/batch-exit-status.good-commands: Likewise.
5776 * gdb.base/batch-exit-status.bad-commands: Likewise.
5777
36eb4c5f
AH
57782018-08-29 Alan Hayward <alan.hayward@arm.com>
5779
5780 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5781 (struct struct02): Likewise.
5782 (struct struct03): Likewise.
5783 (struct struct04): Likewise.
5784 (struct struct_01_01): New struct.
5785 (struct struct_01_02): Likewise.
5786 (struct struct_01_03): Likewise.
5787 (struct struct_01_04): Likewise.
5788 (struct struct_02_01): Likewise.
5789 (struct struct_02_02): Likewise.
5790 (struct struct_02_03): Likewise.
5791 (struct struct_02_04): Likewise.
5792 (struct struct_04_01): Likewise.
5793 (struct struct_04_02): Likewise.
5794 (struct struct_04_03): Likewise.
5795 (struct struct_04_04): Likewise.
5796 (struct struct_05_01): Likewise.
5797 (struct struct_05_02): Likewise.
5798 (struct struct_05_03): Likewise.
5799 (struct struct_05_04): Likewise.
5800 (cmp_struct01): Remove function.
5801 (cmp_struct02): Likewise.
5802 (cmp_struct03): Likewise.
5803 (cmp_struct04): Likewise.
5804 (cmp_struct_01_01): Add Function.
5805 (cmp_struct_01_02): Likewise.
5806 (cmp_struct_01_03): Likewise.
5807 (cmp_struct_01_04): Likewise.
5808 (cmp_struct_02_01): Likewise.
5809 (cmp_struct_02_02): Likewise.
5810 (cmp_struct_02_03): Likewise.
5811 (cmp_struct_02_04): Likewise.
5812 (cmp_struct_04_01): Likewise.
5813 (cmp_struct_04_02): Likewise.
5814 (cmp_struct_04_03): Likewise.
5815 (cmp_struct_04_04): Likewise.
5816 (cmp_struct_05_01): Likewise.
5817 (cmp_struct_05_02): Likewise.
5818 (cmp_struct_05_03): Likewise.
5819 (cmp_struct_05_04): Likewise.
5820 (call_all): Add new structs.
5821 * gdb.base/infcall-nested-structs.exp: Likewise.
5822
3bf9c013
JV
58232018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5824
5825 * gdb.python/py-framefilter-mi.exp: Update regexp to
5826 check for "arch" field in frame output.
5827
450d1e88
KB
58282018-08-23 Kevin Buettner <kevinb@redhat.com>
5829
5830 * gdb.dwarf2/dw2-ranges-func.c: New file.
5831 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5832
ae739fe7
SM
58332018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5834
5835 * gdb.base/term.exp: Compare terminal settings with values from
5836 the inferior.
5837 * gdb.base/term.c: Get and set terminal settings.
5838
6d52907e
JV
58392018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5840
5841 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5842 accommodate new "arch" field in frame output.
5843 * gdb.mi/mi-return.exp: Likewise.
5844 * gdb.mi/mi-stack.exp: Likewise.
5845 * gdb.mi/mi-syn-frame.exp: Likewise.
5846 * gdb.mi/user-selected-context-sync.exp: Likewise.
5847
be2d111a
MS
58482018-08-19 Michael Spang <spang@google.com>
5849
5850 PR gdb/11786
5851 * gdb.base/gcore-tls-pie.c: New file.
5852 * gdb.base/gcore-tls-pie.exp: New file.
5853
ae3a7c47
KB
58542018-08-18 Kevin Buettner <kevinb@redhat.com>
5855
5856 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5857 * gdb.dwarf2/varval.c: New file.
5858 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5859
2ecae92e
AH
58602018-08-17 Alan Hayward <alan.hayward@arm.com>
5861
5862 PR gdb/18931
5863 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5864
c1854f1d
KS
58652018-08-16 Keith Seitz <keiths@redhat.com>
5866
5867 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5868 tests expected to pass.
5869
26fb3983
JV
58702018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5871
5872 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5873 -data-disassemble -a.
5874 (test_disassembly_bogus_args): Likewise.
5875
67943c00
AB
58762018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5877
5878 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5879
5ff2bbae
AB
58802018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5881
5882 * gdb.base/vla-optimized-out.exp: Add new test.
5883
e5bbcd0f
AB
58842018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5885
5886 * gdb.base/vla-optimized-out-o3.exp: Delete.
5887 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5888 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5889 deleted tests.
5890
9d4a934c
AB
58912018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5892
5893 PR gdb/18050:
5894 * gdb.server/extended-remote-restart.c: New file.
5895 * gdb.server/extended-remote-restart.exp: New file.
5896
045cf012
SM
58972018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5898
5899 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5900 "set variable index = 42".
5901
87d6a7aa
SM
59022018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5903
5904 * boards/index-cache-gdb.exp: New file.
5905 * gdb.dwarf2/index-cache.exp: New file.
5906 * gdb.dwarf2/index-cache.c: New file.
5907 * gdb.base/maint.exp: Check if we are using the index cache.
5908
96d68bd4
RO
59092018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5910
5911 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5912 MAKEFLAGS.
5913
5a699617
RO
59142018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5915
5916 * dg-extract-results.sh: Move to toplevel contrib.
5917 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5918 * Makefile.in (check-parallel-racy): Likewise.
5919
5bd18990
AB
59202018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5921
5922 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5923 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5924 tests if the target supports scheduler locking.
5925
3fbbcf47
TV
59262018-08-04 Tom de Vries <tdevries@suse.de>
5927
5928 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5929
3e1d3d8c
TT
59302018-08-02 Tom Tromey <tom@tromey.com>
5931
5932 PR symtab/16842.
5933 * gdb.cp/temargs.exp: Test "info address" of a template
5934 parameter.
5935
5abe0f0c
JV
59362018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5937
5938 * gdb.python/py-mi-var-info-path-expression.c: New file.
5939 * gdb.python/py-mi-var-info-path-expression.py: New file.
5940 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5941
fb66cde8
SDJ
59422018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5943
5944 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5945 error after "cannot resolve name" string.
5946
c708f4d2
AB
59472018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5948
5949 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5950 started.
5951 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5952
37cc0cae
TV
59532018-07-28 Tom de Vries <tdevries@suse.de>
5954
5955 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5956
63b4ecf7
TV
59572018-07-26 Tom de Vries <tdevries@suse.de>
5958
5959 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5960
3c3bb058
AB
59612018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5962
5963 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5964 is visible.
5965
9e7f3bbb
TV
59662018-07-26 Tom de Vries <tdevries@suse.de>
5967
5968 PR breakpoints/23366
5969 * gdb.base/catch-follow-exec.c: New test.
5970 * gdb.base/catch-follow-exec.exp: New file.
5971
16f808ec
TV
59722018-07-25 Tom de Vries <tdevries@suse.de>
5973
5974 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5975 vla-optimized-out.c.
5976
d7154a8d
JV
59772018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5978
5979 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5980 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5981
232a0032
TV
59822018-07-20 Tom de Vries <tdevries@suse.de>
5983
5984 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5985 NOCLONE macro.
5986 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5987
fbb1d502
TV
59882018-07-19 Tom de Vries <tdevries@suse.de>
5989
5990 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5991 regular expression.
5992
42dc7699
TV
59932018-07-18 Tom de Vries <tdevries@suse.de>
5994
5995 * gdb.base/vla-optimized-out.c: New test.
5996 * gdb.base/vla-optimized-out.exp: New file.
5997
7f1f7e23
SDJ
59982018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5999
6000 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6001 message "No address associated with hostname" when gdbserver
6002 cannot resolve the hostname.
6003
5759ebb3
PW
60042018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6005
6006 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6007 Add some test prefixes to make tests unique.
6008
3606ccab
PW
60092018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6010
6011 * gdb.base/frameapply.c: New file.
6012 * gdb.base/frameapply.exp: New file.
6013
529c08b2
PW
60142018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6015
6016 * gdb.base/skip.exp: Update expected error message.
6017
c7ab0aef
SDJ
60182018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6019 Jan Kratochvil <jan.kratochvil@redhat.com>
6020 Paul Fertser <fercerpav@gmail.com>
6021 Tsutomu Seki <sekiriki@gmail.com>
6022
6023 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6024 parameter.
6025 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6026 by default.
6027 * boards/native-gdbserver.exp: Likewise.
6028 * gdb.server/run-without-local-binary.exp: Improve regexp used
6029 for detecting when a remote debugging connection succeeds.
6030 * gdb.server/server-connect.exp: New file.
6031 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6032 Do not prefix the port number with ":".
6033 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6034 support for detecting and using it. Add '$debughost_gdbserver'
6035 to the list of arguments used to start gdbserver. Handle case
6036 when gdbserver cannot resolve a network name.
6037
16ff70dd
SDJ
60382018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6039
6040 PR c++/23373
6041 * gdb.base/ptype-offsets.cc (struct static_member): New
6042 struct.
6043 (main) <stmember>: New variable.
6044 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6045 with a static member in it.
6046
3541979f
AB
60472018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6048
6049 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6050 watchpoints enabled and disabled.
6051
c8ad9b9a
AB
60522018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6053
6054 * gdb.base/examine-backward.exp: Still run tests around address
6055 0x0, even if address 0x0 is not readable. Update the pattern for
6056 matching address 0x0 in expected output.
6057
e0e5e971
AB
60582018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6059
6060 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6061 malloc/free.
6062
1ea5da02
TV
60632018-07-04 Tom de Vries <tdevries@suse.de>
6064
6065 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6066
471b9d15
MR
60672018-07-02 Maciej W. Rozycki <macro@mips.com>
6068
6069 PR tdep/8282
6070 * gdb.arch/mips-disassembler-options.exp: New test.
6071 * gdb.arch/mips-disassembler-options.s: New test source.
6072
75acb486
PA
60732018-06-29 Pedro Alves <palves@redhat.com>
6074
6075 * gdb.threads/names.exp: Adjust expected "info threads" output.
6076
cd2bb709
PA
60772018-06-29 Pedro Alves <palves@redhat.com>
6078
6079 * gdb.opt/inline-break.exp (line number, address): Add "info
6080 break" tests.
6081
991ff292
PA
60822018-06-29 Pedro Alves <palves@redhat.com>
6083
6084 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6085 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6086 number and address and running to them.
6087
356819b6 60882018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6089
6090 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6091
2512d7ef
JK
60922018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6093
6094 * lib/compiler.c: Remove executable permission flag.
6095
be1b6474
RB
60962018-06-28 Richard Bunt <richard.bunt@arm.com>
6097
6098 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6099 code.
6100 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6101
291f9a96
PT
61022018-06-28 Petr Tesarik <ptesarik@suse.cz>
6103
6104 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6105
ed6dfe51
PT
61062018-06-28 Petr Tesarik <ptesarik@suse.cz>
6107
6108 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6109 address argument is omitted.
6110
d4d429d5
PT
61112018-06-28 Petr Tesarik <ptesarik@suse.cz>
6112
6113 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6114
7ab6656f
OJ
61152018-06-27 Omair Javaid <omair.javaid@linaro.org>
6116
6117 PR gdb/21695
6118 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6119 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6120
a33ccfc7
TT
61212018-06-26 Tom Tromey <tom@tromey.com>
6122
6123 PR rust/22574:
6124 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6125 * gdb.rust/simple.rs (struct SimpleLayout): New.
6126
6d72d289
SM
61272018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6128
6129 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6130 "info registers" output.
6131
8363f9d5
RB
61322018-06-21 Richard Bunt <richard.bunt@arm.com>
6133
6134 * gdb.base/watchpoint-hw-attach.c: New test.
6135 * gdb.base/watchpoint-hw-attach.exp: New file.
6136
f00674fe
SM
61372018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6138
6139 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6140 through /bin/sh.
6141 * boards/dwarf4-gdb-index.exp: Likewise.
6142 * boards/fission-dwp.exp: Likewise.
6143
1d554008
UW
61442018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6145
6146 * gdb.base/float128.exp: Add comment and improved fail message
6147 to the failure case of "print large128" test.
6148
d0ac1c44
SM
61492018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6150
6151 * configure.ac: Remove AC_PREREQ.
6152 * configure: Re-generate.
6153
61b04dd0
PA
61542018-06-19 Pedro Alves <palves@redhat.com>
6155
6156 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6157 (func_extern_caller): New.
6158 (main): Call func_extern_caller.
6159 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6160 logic change.
6161
f63b508a
SM
61622018-06-18 Weimin Pan <weimin.pan@oracle.com>
6163
6164 PR gdb/16841
6165 * gdb.cp/typedef-base.cc: New file.
6166 * gdb.cp/typedef-base.exp: New file.
6167
0fe3a558
TV
61682018-06-18 Tom de Vries <tdevries@suse.de>
6169
6170 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6171
7010835a
AB
61722018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6173 Richard Bunt <Richard.Bunt@arm.com>
6174
6175 * gdb.threads/attach-slow-waitpid.c: New file.
6176 * gdb.threads/attach-slow-waitpid.exp: New file.
6177 * gdb.threads/slow-waitpid.c: New file.
6178
14897d65
PA
61792018-06-14 Pedro Alves <palves@redhat.com>
6180
6181 * gdb.base/fork-running-state.c: Include <errno.h>.
6182 (exit_if_relative_exits): New.
6183 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6184 exits.
6185 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6186 child exits.
6187
5d9a0608
TV
61882018-06-14 Tom de Vries <tdevries@suse.de>
6189
6190 PR cli/22573
6191 * gdb.base/finish-pretty.c: New test.
6192 * gdb.base/finish-pretty.exp: New file.
6193
11ae5818
PA
61942018-06-14 Pedro Alves <palves@redhat.com>
6195
6196 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6197 gdb's expected startup output.
6198
1d39de44
PA
61992018-06-14 Pedro Alves <palves@redhat.com>
6200
6201 * lib/selftest-support.exp (selftest_setup): Remove inlined
6202 function handling.
6203
70ee0000
TV
62042018-06-14 Tom de Vries <tdevries@suse.de>
6205
6206 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6207 matching of breakpoint printing.
6208
11f4b608
TV
62092018-06-13 Tom de Vries <tdevries@suse.de>
6210
6211 PR testsuite/23269
6212 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6213 (fork_child): ... here, and ...
6214 (fork_parent): ... here.
6215
62162018-06-12 Tom de Vries <tdevries@suse.de>
6217
6218 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6219
9516f85a
AB
62202018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6221 Stephen Roberts <stephen.roberts@arm.com>
6222
6223 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6224 rewrite test to describe action performed, rather than possible
6225 failure.
6226
5045b3d7
GB
62272018-06-08 Gary Benson <gbenson@redhat.com>
6228
6229 * gdb.threads/check-libthread-db.exp: New file.
6230 * gdb.threads/check-libthread-db.c: Likewise.
6231
c61b06a1
TT
62322018-06-05 Tom Tromey <tom@tromey.com>
6233
6234 * gdb.base/default.exp: Update expected "show version" output.
6235
eb6af809
TT
62362018-06-05 Tom Tromey <tom@tromey.com>
6237
6238 PR cli/12326:
6239 * gdb.cp/static-print-quit.exp: Update.
6240 * lib/gdb.exp (pagination_prompt): Update.
6241 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6242 * gdb.python/python.exp: Update.
6243
178d6a63
JB
62442018-06-04 Joel Brobecker <brobecker@adacore.com>
6245
6246 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6247
8e817061
JB
62482018-06-01 Joel Brobecker <brobecker@adacore.com>
6249
6250 * gdb.ada/bp_fun_addr: New testcase.
6251
e86ca25f
TT
62522018-06-01 Tom Tromey <tom@tromey.com>
6253
6254 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6255 results.
6256 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6257 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6258 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6259 * gdb.base/maint.exp (maint_pass_if): Update.
6260
4b2dfa9d
MR
62612018-05-31 Maciej W. Rozycki <macro@mips.com>
6262
6263 * gdb.base/endian.exp: New test.
6264 * gdb.base/endian.c: New test source.
6265
45f25d6c
AB
62662018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6267
6268 PR gdb/23203
6269 * gdb.base/bt-selected-frame.c: New file.
6270 * gdb.base/bt-selected-frame.exp: New file.
6271 * lib/gdb.exp (get_current_frame_number): New function.
6272
d9f6d7f8
MR
62732018-05-24 Maciej W. Rozycki <macro@mips.com>
6274 Pedro Alves <palves@redhat.com>
6275
6276 * gdb.threads/tls-core.c: Include <stdlib.h>
6277 (thread_proc): Call `abort'.
6278 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6279 (tls_core_test): New procedure, bits factored out from ...
6280 (top level): ... here. Test both native cores and gcore cores.
6281
ff1cf532
TT
62822018-05-23 Tom Tromey <tom@tromey.com>
6283
6284 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6285
b98664d3
TT
62862018-05-23 Tom Tromey <tom@tromey.com>
6287
6288 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6289 symfile_complaints.
6290 (test_short_complaints): Likewise.
6291 (test_empty_complaints): Likewise.
6292 (test_initial_complaints): Update.
6293
4e9668d0
TT
62942018-05-23 Tom Tromey <tom@tromey.com>
6295
6296 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6297
43ba33c7
TT
62982018-05-23 Tom Tromey <tom@tromey.com>
6299
6300 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6301 (test_short_complaints): Update.
6302
035522c0
PA
63032018-05-22 Pedro Alves <palves@redhat.com>
6304
6305 * gdb.base/remote.exp: Only gdb_start after compiling the
6306 testcase. Issue "disconnect" before testing "set remote" command
6307 defaults. Issue clean_restart before running to main.
6308
cc0be08f
PA
63092018-05-22 Pedro Alves <palves@redhat.com>
6310
6311 * gdb.base/remote.exp: Adjust expected output of "show remote
6312 memory-write-packet-size". Add tests for "set remote
6313 memory-write-packet-size 0" and "set remote
6314 memory-write-packet-size fixed/limit".
6315
b1b60145
PA
63162018-05-22 Pedro Alves <palves@redhat.com>
6317
6318 PR gdb/22973
6319 * gdb.base/utf8-identifiers.c: New file.
6320 * gdb.base/utf8-identifiers.exp: New file.
6321
0ec848ad
PFC
63222018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6323
6324 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6325
2c3305f6
PFC
63262018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6327
6328 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6329
ce1e8424
TT
63302018-05-18 Tom Tromey <tom@tromey.com>
6331
6332 * gdb.base/ptype-offsets.exp: Update.
6333
ddfe970e
KS
63342018-05-17 Keith Seitz <keiths@redhat.com>
6335
6336 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6337 in expected breakpoint stop locations.
6338 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6339 move to proper scope to test variable values.
6340 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6341 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6342 New functions.
6343 (main): Call not_inline_func3.
6344 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6345 inline_func1, inline_func2, and inline_func3. Test that when each
6346 breakpoint is hit, GDB properly reports both the stop location
6347 and the backtrace. Repeat tests for temporary breakpoints.
6348
0726fcc6
MR
63492018-05-15 Maciej W. Rozycki <macro@mips.com>
6350
6351 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6352 rather then trying to access it in determining whether the PID
6353 of `gdbserver' could have been retrieved.
6354
8ee22052
AB
63552018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6356
6357 * gdb.arch/amd64-init-x87-values.S: New file.
6358 * gdb.arch/amd64-init-x87-values.exp: New file.
6359
7785df48
JK
63602018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6361
6362 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6363
56bcdbea
TT
63642018-05-04 Tom Tromey <tom@tromey.com>
6365
6366 PR python/22730:
6367 * gdb.python/python.exp: Test multi-line execute.
6368
a913fffb
TT
63692018-05-04 Tom Tromey <tom@tromey.com>
6370
6371 PR python/22731:
6372 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6373
7a2c85f2
TT
63742018-05-04 Tom Tromey <tom@tromey.com>
6375
6376 PR gdb/11750:
6377 * gdb.base/define.exp: Test defining a user command inside a user
6378 command.
6379 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6380
a3b60e45
JK
63812018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6382 Pedro Alves <palves@redhat.com>
6383
6384 PR breakpoints/19806 and support for PR external/20207.
6385 * gdb.base/watchpoint-unaligned.c: New file.
6386 * gdb.base/watchpoint-unaligned.exp: New file.
6387
45fe4a03
AB
63882018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6389
6390 * gdb.base/maint.exp: Make test names unique, use
6391 test_prefix_command_help to test 'help maint info', and remove
6392 repeated test of 'help maint'.
6393
9be2ae8f
TT
63942018-05-04 Tom Tromey <tom@tromey.com>
6395
6396 PR gdb/22619:
6397 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6398 behavior.
6399
11859c31
AB
64002018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6401
6402 * gdb.base/maint.exp: Process output from 'maint print registers'
6403 line at a time.
6404
089a9490
AB
64052018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6406
6407 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6408 timeout.
6409
9b0797e2
AB
64102018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6411
6412 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6413 filter pattern.
6414
f6ac5f3d
PA
64152018-05-02 Pedro Alves <palves@redhat.com>
6416
6417 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6418 to_log_command renames.
6419 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6420
77d3c63b
TT
64212018-05-02 Tom Tromey <tom@tromey.com>
6422
6423 * gdb.python/py-parameter.exp: Set test message.
6424
0489430a
TT
64252018-05-02 Tom Tromey <tom@tromey.com>
6426
6427 PR python/20084:
6428 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6429 PARAM_ZUINTEGER_UNLIMITED tests.
6430
1632f8ba
DR
64312018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6432
6433 PR rust/23124
6434 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6435 when casting.
6436
6d7bb824
TT
64372018-04-30 Tom Tromey <tom@tromey.com>
6438
6439 * gdb.python/py-type.exp: Check align attribute.
6440 * gdb.python/py-type.c: New "aligncheck" global.
6441
007e1530
TT
64422018-04-30 Tom Tromey <tom@tromey.com>
6443
6444 PR exp/17095:
6445 * gdb.dwarf2/dw2-align.exp: New file.
6446 * gdb.cp/align.exp: New file.
6447 * gdb.base/align.exp: New file.
6448 * lib/gdb.exp (gdb_int128_helper): New proc.
6449 (has_int128_c, has_int128_cxx): New caching procs.
6450
6873858b
TT
64512018-04-27 Tom Tromey <tom@tromey.com>
6452
6453 PR rust/22545:
6454 * gdb.rust/simple.exp: Add inclusive range tests.
6455
79188d8d
PA
64562018-04-26 Pedro Alves <palves@redhat.com>
6457
6458 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6459 ifunc breakpoint locations correctly of ifunc breakpoints set
6460 while the program resolves the ifunc.
6461
c7075ad5
PA
64622018-04-26 Pedro Alves <palves@redhat.com>
6463
6464 * gdb.base/gnu-ifunc-final.c: New file.
6465 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6466 * gdb.base/gnu-ifunc.exp (executable): Delete.
6467 (staticexecutable): Adjust.
6468 (lib_opts, exec_opts): Delete.
6469 (make_binsuffix, build, set-break): New procedures.
6470 (misc_tests): New, with tests factored out from the top level.
6471 (top level): Test different combinations of ifunc resolver name,
6472 resolver with and with debug info, and ifunc target with and
6473 without debug info. Wrap static tests with with_target_prefix.
6474
8388016d
PA
64752018-04-26 Pedro Alves <palves@redhat.com>
6476
6477 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6478 return type" warnings.
6479
249b5733
PA
64802018-04-25 Pedro Alves <palves@redhat.com>
6481
6482 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6483 killed".
6484 * gdb.base/kill-after-signal.exp: Likewise.
6485 * gdb.threads/kill.exp: Likewise.
6486
f67c0c91
SDJ
64872018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6488 Sergio Durigan Junior <sergiodj@redhat.com>
6489 Pedro Alves <palves@redhat.com>
6490
6491 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6492 regexps to expect for '[Inferior ... detached]' as well.
6493 * gdb.base/attach.exp: Likewise.
6494 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6495 "gdb_continue_to_end".
6496 (test_catch_syscall_with_wrong_args): Likewise.
6497 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6498 ']'. Don't set 'verbose' on.
6499 * gdb.base/foll-vfork.exp: Likewise.
6500 * gdb.base/fork-print-inferior-events.c: New file.
6501 * gdb.base/fork-print-inferior-events.exp: New file.
6502 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6503 '[Inferior ... has been killed]' message.
6504 * gdb.base/kill-after-signal.exp: Likewise.
6505 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6506 detach message.
6507 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6508 message.
6509 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6510 regexps to expect for '[Inferior ... detached]' as well.
6511 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6512
0a8ddac4
SM
65132018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6514
6515 PR gdb/23104
6516 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6517
701adfb0
PA
65182018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6519
6520 PR gdb/23095
6521 * gdb.base/break-probes.exp: Pass shlib_load to
6522 prepare_for_testing. Set normal_bp to r_debug_state if target is
6523 bsd.
6524
d27d16bf
RB
65252018-04-19 Richard Bunt <richard.bunt@arm.com>
6526
6527 * gdb.threads/multiple-successive-infcall.c: New test.
6528 * gdb.threads/multiple-successive-infcall.exp: New file.
6529
a037790e
TT
65302018-04-17 Tom Tromey <tom@tromey.com>
6531
6532 * gdb.rust/simple.rs (Union): New type.
6533 (main): New local "u".
6534 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6535
e3a91079
AA
65362018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6537
6538 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6539 number information in output of "whereis" command.
6540 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6541
b744723f
AA
65422018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6543
6544 * gdb.ada/info_types.exp: Adjust expected output to the line
6545 numbers now printed by "info var/func/type".
6546 * gdb.base/completion.exp: Likewise.
6547 * gdb.base/included.exp: Likewise.
6548 * gdb.cp/cp-relocate.exp: Likewise.
6549 * gdb.cp/cplusfuncs.exp: Likewise.
6550 * gdb.cp/namespace.exp: Likewise.
6551 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6552
4a4495d6
MM
65532018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6554
6555 * gdb.btrace/cpu.exp: New.
6556
1d509aa6
MM
65572018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6558
6559 * gdb.base/step-indirect-call-thunk.exp: New.
6560 * gdb.base/step-indirect-call-thunk.c: New.
6561 * gdb.reverse/step-indirect-call-thunk.exp: New.
6562 * gdb.reverse/step-indirect-call-thunk.c: New.
6563
6295b6da
SM
65642018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6565
6566 * gdb.base/pie-fork.c: New file.
6567 * gdb.base/pie-fork.exp: New file.
6568
50146e70
TT
65692018-04-11 Tom Tromey <tom@tromey.com>
6570
6571 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6572
f50d8a2e
PA
65732018-04-10 Pedro Alves <palves@redhat.com>
6574
6575 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6576 exits. Instead loop running forever.
6577 (fork_parent): Run forever too.
6578
a0be7a36
SM
65792018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6580
6581 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6582 mi_continue_to_line.
6583 * gdb.mi/mi-stack.c (callee4): Add comment.
6584
9b73db36
SM
65852018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6586
6587 * gdb.mi/mi-stack.exp: Fix indentation.
6588
c912f608
SM
65892018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6590
6591 PR gdb/22979
6592 * gdb.arch/amd64-osabi.exp: New file.
6593
26540402
SM
65942018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6595
6596 PR gdb/22980
6597 * gdb.base/osabi.exp: New file.
6598
121ad66c 65992018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6600
6601 * gdb.cp/static-typedef-print.exp: New file.
6602 * gdb.cp/static-typedef-print.cc: New file.
6603
3fcded8f
JB
66042018-03-27 Joel Brobecker <brobecker@adacore.com>
6605
6606 * gdb.ada/varsize_limit: New testcase.
6607
59cc4834
JB
66082018-03-27 Joel Brobecker <brobecker@adacore.com>
6609
6610 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6611
6612 * gdb.ada/notcplusplus: New testcase.
6613
6614 * gdb.base/c-linkage-name.c: New file.
6615 * gdb.base/c-linkage-name.exp: New testcase.
6616
4ca59a9f
TT
66172018-03-26 Tom Tromey <tom@tromey.com>
6618
6619 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6620 * gdb.python/py-framefilter.py (name_error): New global.
6621 (ErrorInName.function): Use name_error.
6622
978d6c75
TT
66232018-03-26 Tom Tromey <tom@tromey.com>
6624
6625 PR backtrace/15582:
6626 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6627
b7fee5a3
KS
66282018-03-23 Keith Seitz <keiths@redhat.com>
6629
6630 PR c++/22968
6631 * gdb.cp/subtypes.exp: New file.
6632 * gdb.cp/subtypes.h: New file.
6633 * gdb.cp/subtypes.cc: New file.
6634 * gdb.cp/subtypes-2.cc: New file.
6635
376be529
AB
66362018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6637
6638 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6639 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6640 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6641 -nostartfiles when compiling the test. Confirm that all registers
6642 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6643
066cfa98
AB
66442018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6645
6646 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6647 option, syntax was wrong anyway.
6648 * gdb.arch/arm-disp-step.exp: Likewise.
6649 * gdb.arch/sparc64-regs.exp: Likewise.
6650 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6651 option, syntax was wrong anyway, switch to use
6652 prepare_for_testing.
6653 * gdb.arch/i386-disp-step.exp: Likewise.
6654
079670b9
AA
66552018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6656
6657 * gdb.ada/exec_changed.exp: Replace "target_info exists
6658 use_gdb_stub" by "use_gdb_stub".
6659 * gdb.ada/start.exp: Likewise.
6660 * gdb.base/async-shell.exp: Likewise.
6661 * gdb.base/attach-pie-misread.exp: Likewise.
6662 * gdb.base/attach-wait-input.exp: Likewise.
6663 * gdb.base/break-entry.exp: Likewise.
6664 * gdb.base/break-interp.exp: Likewise.
6665 * gdb.base/dprintf-detach.exp: Likewise.
6666 * gdb.base/nostdlib.exp: Likewise.
6667 * gdb.base/solib-nodir.exp: Likewise.
6668 * gdb.base/statistics.exp: Likewise.
6669 * gdb.base/testenv.exp: Likewise.
6670 * gdb.mi/mi-exec-run.exp: Likewise.
6671 * gdb.mi/mi-start.exp: Likewise.
6672 * gdb.multi/dummy-frame-restore.exp: Likewise.
6673 * gdb.multi/multi-arch-exec.exp: Likewise.
6674 * gdb.multi/multi-arch.exp: Likewise.
6675 * gdb.multi/tids.exp: Likewise.
6676 * gdb.multi/watchpoint-multi.exp: Likewise.
6677 * gdb.python/py-events.exp: Likewise.
6678 * gdb.threads/attach-into-signal.exp: Likewise.
6679 * gdb.threads/attach-stopped.exp: Likewise.
6680 * gdb.threads/threadapply.exp: Likewise.
6681 * lib/selftest-support.exp: Likewise.
6682
26d6cec4
AA
66832018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6684
6685 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6686
4ee89e90
SR
66872018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6688
6689 * gdb.perf/template-breakpoints.cc: New file.
6690 * gdb.perf/template-breakpoints.exp: New file.
6691 * gdb.perf/template-breakpoints.py: New file.
6692
92630041
TT
66932018-03-19 Tom Tromey <tom@tromey.com>
6694
6695 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6696 y0.
6697 * gdb.rust/simple.exp: Test bare identifier form of struct
6698 initializer.
6699
76727919
TT
67002018-03-19 Tom Tromey <tom@tromey.com>
6701
6702 * gdb.gdb/observer.exp: Remove.
6703
194ed413
AA
67042018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6705
6706 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6707 "qualified" option when setting breakpoints.
6708 * gdb.trace/backtrace.exp: Likewise.
6709 * gdb.trace/circ.exp: Likewise.
6710 * gdb.trace/collection.exp: Likewise.
6711 * gdb.trace/disconnected-tracing.exp: Likewise.
6712 * gdb.trace/ftrace-lock.exp: Likewise.
6713 * gdb.trace/ftrace.exp: Likewise.
6714 * gdb.trace/infotrace.exp: Likewise.
6715 * gdb.trace/packetlen.exp: Likewise.
6716 * gdb.trace/passc-dyn.exp: Likewise.
6717 * gdb.trace/qtro.exp: Likewise.
6718 * gdb.trace/read-memory.exp: Likewise.
6719 * gdb.trace/report.exp: Likewise.
6720 * gdb.trace/signal.exp: Likewise.
6721 * gdb.trace/status-stop.exp: Likewise.
6722 * gdb.trace/strace.exp: Likewise.
6723 * gdb.trace/tfind.exp: Likewise.
6724 * gdb.trace/trace-break.exp: Likewise.
6725 * gdb.trace/trace-condition.exp: Likewise.
6726 * gdb.trace/trace-mt.exp: Likewise.
6727 * gdb.trace/tstatus.exp: Likewise.
6728 * gdb.trace/tsv.exp: Likewise.
6729 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6730 * gdb.trace/unavailable.exp: Likewise.
6731 * gdb.trace/while-dyn.exp: Likewise.
6732
8b067d2c
AA
67332018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6734
6735 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6736 that libinproctrace is copied to the target.
6737
3ae9ce5d
TT
67382018-03-14 Tom Tromey <tom@tromey.com>
6739
6740 PR cli/14977:
6741 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6742 a null pointer.
6743 * gdb.base/wchar.exp: Likewise.
6744
b8c2339b
TT
67452018-03-14 Tom Tromey <tom@tromey.com>
6746
6747 PR cli/19918:
6748 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6749 flag.
6750
4872dc46
SM
67512018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6752
6753 PR gdb/22841
6754 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6755 "target" to remote_exec.
6756
e4fe3756
SM
67572018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6758
6759 PR gdb/22841
6760 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6761 ${board}_upload): Remove.
6762
e95a97d4
AA
67632018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6764
6765 * gdb.cp/watch-cp.cc: New test.
6766 * gdb.cp/watch-cp.exp: New file.
6767
dbbb1059
AB
67682018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6769
6770 * gdb.base/infcall-nested-structs.exp: New file.
6771 * gdb.base/infcall-nested-structs.c: New file.
6772 * gdb.base/float.exp: Add riscv support.
6773
ecc054c0
TP
67742018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6775
6776 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6777 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6778
25e3c82c
SDJ
67792018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6780
6781 * gdb.server/abspath.exp: New file.
6782 * lib/gdb.exp (with_cwd): New procedure.
6783
3083294d
SM
67842018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6785
6786 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6787 use it.
6788 (gdb_is_target_remote_prompt): New proc.
6789 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6790 (gdb_is_target_native): Pass prompt parameter to
6791 gdb_is_target_1.
6792
3275ef47
SM
67932018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6794
6795 * gdb.base/load-command.c: New file.
6796 * gdb.base/load-command.exp: New file.
6797 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6798 (gdb_is_target_1): ...this, and generalize for other targets
6799 than just remote.
6800 (gdb_is_target_remote): Use gdb_is_target_1.
6801 (gdb_is_target_native): use gdb_is_target_1.
6802
6893c19a
TT
68032018-02-26 Tom Tromey <tom@tromey.com>
6804
6805 PR python/16497:
6806 * gdb.python/py-framefilter.exp: Update test.
6807
2ddeaf8a
TT
68082018-02-26 Tom Tromey <tom@tromey.com>
6809
6810 * gdb.dwarf2/variant.c: New file.
6811 * gdb.dwarf2/variant.exp: New file.
6812
c9317f21
TT
68132018-02-26 Tom Tromey <tom@tromey.com>
6814
6815 * gdb.rust/simple.exp: Accept more possible results in enum test.
6816
6f6d0c26
SM
68172018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6818
6819 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6820 parentheses.
6821
11b03145
MR
68222018-02-23 Maciej W. Rozycki <macro@mips.com>
6823
6824 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6825 name of a variable: $actual_linejj -> $actual_line.
6826
54a27fe5
JB
68272018-02-21 John Baldwin <jhb@FreeBSD.org>
6828
6829 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6830
de65820c
MM
68312018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6832
6833 * gdb.btrace/buffer-size.exp: Do not force BTS.
6834
980548fd
PA
68352018-02-14 Pedro Alves <palves@redhat.com>
6836
6837 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6838 getting a "Quit".
6839
c4e12631
MM
68402018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6841
6842 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6843 Fix test name.
6844
c2e0e465
SM
68452018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6846
6847 * gdb.cp/m-static.exp: Check type of optimized out static
6848 member.
6849
f7216783
AB
68502018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6851
6852 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6853 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6854
0625771b
LS
68552018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6856 Leszek Swirski <leszeks@google.com>
6857
6858 * gdb.python/py-prettyprint.c
6859 (struct to_string_returns_value_inner,
6860 struct to_string_returns_value_wrapper): New.
6861 (main): Add tsrvw variable.
6862 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6863 ToStringReturnsValueWrapper): New classes.
6864 (register_pretty_printers): Register new pretty-printers.
6865 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6866 recursive pretty printer.
6867 * gdb.python/py-mi.exp: Likewise.
6868
59498c30
LS
68692018-02-01 Leszek Swirski <leszeks@google.com>
6870
6871 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6872 functions with the same name as an include file are parsed
6873 correctly.
6874
d4d38844
YQ
68752018-02-01 Yao Qi <yao.qi@linaro.org>
6876
6877 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6878 "\[^\r\n\]*".
6879
07e5f5cf
NP
68802018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6881
6882 * gdb.arch/powerpc-prologue-frame.s: New file.
6883 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6884 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6885
929b5ad4
JB
68862018-01-31 Joel Brobecker <brobecker@adacore.com>
6887
6888 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6889
e671cd59
PA
68902018-01-30 Pedro Alves <palves@redhat.com>
6891
6892 PR gdb/13211
6893 * gdb.base/interrupt-daemon.c: New.
6894 * gdb.base/interrupt-daemon.exp: New.
6895 * gdb.multi/multi-term-settings.c: New.
6896 * gdb.multi/multi-term-settings.exp: New.
6897
fc413dc4
JB
68982018-01-30 Joel Brobecker <brobecker@adacore.com>
6899
6900 * gdb.base/break.exp: Save the location where the breakpoint
6901 on break.c:47 was actually inserted when debugging the version
6902 compiled at -O2 and use it in the expected output of the "info
6903 break" test performed soon after.
6904
5c319bb2
PA
69052018-01-22 Pedro Alves <palves@redhat.com>
6906 Sergio Durigan Junior <sergiodj@redhat.com>
6907
6908 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6909 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6910
a9e40818
JB
69112018-01-22 Joel Brobecker <brobecker@adacore.com>
6912
6913 * gdb.base/break-include.c, gdb.base/break-include.inc,
6914 gdb.base/break-include.exp: New files.
6915 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6916 line number now being the actual line number where the breakpoint
6917 was inserted.
6918 * gdb.mi/mi-break.exp: Likewise.
6919 * gdb.mi/mi-reverse.exp: Likewise.
6920 * gdb.mi/mi-simplerun.exp: Ditto.
6921
e707fc44
AB
69222018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6923
6924 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6925 varobj.
6926 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6927
ae451627
AB
69282018-01-21 Don Breazeal <donb@codesourcery.com>
6929 Andrew Burgess <andrew.burgess@embecosm.com>
6930
6931 * gdb.mi/basics.c: Add new global.
6932 * gdb.mi/mi-frame-regs.exp: New file.
6933 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6934 case.
6935
b1b189e0
AB
69362018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6937
6938 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6939 non-parameter, and on an unknown symbol.
6940
fcfcc376
TT
69412018-01-19 Tom Tromey <tom@tromey.com>
6942
6943 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6944 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6945
634c1c31
AA
69462018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6947
6948 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6949 setrlimit and chdir to int.
6950
d6ad07fd
AA
69512018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6952
6953 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6954 function.
6955 (my_tend): Likewise.
6956 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6957 rationale of avoiding FP- and vector instructions.
6958
adf8243b
RK
69592018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6960
6961 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6962 "info reg" with "\[ \t\]*".
6963 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6964 "\[ \t\]+".
6965 * gdb.arch/s390-multiarch.exp: Ditto.
6966 * gdb.base/pc-fp.exp: Ditto.
6967 * gdb.reverse/i386-precsave.exp: Ditto.
6968 * gdb.reverse/i386-reverse.exp: Ditto.
6969 * gdb.reverse/i387-env-reverse.exp: Ditto.
6970 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6971
dcc06925
AA
69722018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6973
6974 * lib/gdb.exp (gdb_compile): Re-enable use of
6975 universal_compile_options for languages other than Rust.
6976
25d4fd80
AA
69772018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6978
6979 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6980
ee7f689e 69812018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6982
6983 PR gdb/16577
6984 * gdb.base/solib-vanish.exp: New.
6985 * gdb.base/solib-vanish-main.c: New.
6986 * gdb.base/solib-vanish-lib1.c: New.
6987 * gdb.base/solib-vanish-lib2.c: New.
6988
d8447b6b
YQ
69892018-01-17 Yao Qi <yao.qi@linaro.org>
6990
6991 * gdb.compile/compile.exp: Match the address printed for
6992 frame in the output of command "bt".
6993
86d6a90c
TT
69942018-01-15 Tom Tromey <tom@tromey.com>
6995
6996 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6997 compute sp_reg.
6998
cbcdb1aa
AB
69992018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7000
7001 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7002 to prepare.
7003 (prepare): Return 0 on error, 1 on success.
7004
eea61984
PA
70052018-01-12 Pedro Alves <palves@redhat.com>
7006
7007 * gdb.base/continue-after-aborted-step-over.c: New.
7008 * gdb.base/continue-after-aborted-step-over.exp: New.
7009
6181e9c2
SM
70102018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7011
7012 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7013 options when not creating an executable.
7014
3cada740
PA
70152018-01-11 Pedro Alves <palves@redhat.com>
7016
7017 PR remote/22597
7018 * gdb.server/stop-reply-no-thread.c: New file.
7019 * gdb.server/stop-reply-no-thread.exp: New file.
7020
c63d3e8d
PA
70212018-01-10 Pedro Alves <palves@redhat.com>
7022
7023 PR gdb/22670
7024 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7025 functions too. Test setting breakpoints and printing C functions
7026 with no debug info too.
7027 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7028
d4c2a405
PA
70292018-01-10 Pedro Alves <palves@redhat.com>
7030
7031 PR gdb/22670
7032 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7033 a fail.
7034
8825213e
PA
70352018-01-10 Pedro Alves <palves@redhat.com>
7036
7037 PR gdb/22670
7038 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7039
605fd3c6
YQ
70402018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7041
7042 * gdb.server/unittest.exp: Match the output in non-development
7043 mode.
7044
1e5ded6c
YQ
70452018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7046
7047 * gdb.gdb/unittest.exp: Match output in non-development mode.
7048
30066b0b
JB
70492018-01-08 Joel Brobecker <brobecker@adacore.com>
7050
7051 * gdb.ada/access_tagged_param.exp: Relax expected output
7052 for value of "ObjL" in "continue" to pck.inspect breakpoint
7053 test.
7054
04bafb1e
XR
70552018-01-08 Joel Brobecker <brobecker@adacore.com>
7056
9f86398b
JB
7057 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7058 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7059
e379cee6
PA
70602018-01-05 Pedro Alves <palves@redhat.com>
7061
7062 PR gdb/18653
7063 * gdb.base/libsegfault.exp: New.
7064
de63c46b
PA
70652018-01-05 Joel Brobecker <brobecker@adacore.com>
7066
7067 PR gdb/22670
7068 * gdb.ada/access_tagged_param.exp: New file.
7069 * gdb.ada/access_tagged_param/foo.adb: New file.
7070
f98fc17b
PA
70712018-01-05 Pedro Alves <palves@redhat.com>
7072
7073 PR gdb/22670
7074 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7075 exercise lower case too, and to exercise both full matching and
7076 wild matching.
7077
342f8240
JB
70782018-01-05 Joel Brobecker <brobecker@adacore.com>
7079
7080 * gdb.ada/rename_subscript_param: New testcase.
7081
7150d33c
JG
70822018-01-05 Jerome Guitton <guitton@adacore.com>
7083
7084 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7085
cc0e770c
JB
70862018-01-05 Joel Brobecker <brobecker@adacore.com>
7087
7088 * gdb.ada/convvar_comp: New testcase.
7089
672a41aa 70902018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7091
7092 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7093 (My_Table): New global variable.
7094 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7095
7365ec2f
JB
70962018-01-04 Joel Brobecker <brobecker@adacore.com>
7097
7098 PR gdb/22670
7099 * gdb.ada/maint_with_ada: New testcase.
7100
289483b6
JB
71012018-01-04 Joel Brobecker <brobecker@adacore.com>
7102
7103 PR gdb/22670
7104 * gdb.ada/bp_c_mixed_case: New testcase.
7105
344420da
JB
71062018-01-04 Joel Brobecker <brobecker@adacore.com>
7107
7108 PR gdb/22670
7109 * gdb.ada/complete.exp: Add "complete break ada" test.
7110
66fc87a0
JB
71112018-01-04 Joel Brobecker <brobecker@adacore.com>
7112
7113 PR gdb/22670
7114 * gdb.ada/info_addr_mixed_case: New testcase.
7115
9f757bf7
XR
71162018-01-03 Xavier Roirand <roirand@adacore.com>
7117
7118 * gdb.ada/excep_handle.exp: New testcase.
7119 * gdb.ada/excep_handle/foo.adb: New file.
7120 * gdb.ada/excep_handle/pck.ads: New file.
7121
bd570f80
JB
71222018-01-03 Joel Brobecker <brobecker@adacore.com>
7123
7124 * gdb.base/step-line.c: Add extra empty line in copyright header.
7125 * gdb.base/step-line.inp: Likewise.
7126
9fe561ab
JB
71272018-01-02 Joel Brobecker <brobecker@adacore.com>
7128
7129 * gdb.ada/dyn_stride.exp: Add slice test.
7130
a405673c
JB
71312018-01-02 Joel Brobecker <brobecker@adacore.com>
7132
7133 * gdb.ada/dyn_stride: New testcase.
7134
cef0f868
SH
71352017-12-27 Stafford Horne <shorne@gmail.com>
7136
7137 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7138 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7139
b67d92b0
SH
71402017-12-27 Stafford Horne <shorne@gmail.com>
7141
7142 * gdb.base/reggroups.c: New file.
7143 * gdb.base/reggroups.exp: New file.
7144
eccab96d
JB
71452017-12-18 Joel Brobecker <brobecker@adacore.com>
7146
7147 * gdb.dwarf2/ada-valprint-error.c: New file.
7148 * gdb.dwarf2/ada-valprint-error.exp: New file.
7149
0e2da9f0
JB
71502017-12-18 Joel Brobecker <brobecker@adacore.com>
7151
7152 * gdb.ada/assign_arr: New testcase.
7153
cb923fcc
XR
71542017-12-18 Xavier Roirand <roirand@adacore.com>
7155
7156 * gdb.ada/funcall_ptr: New testcase.
7157
7c161838
SDJ
71582017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7159
7160 PR cli/16224
7161 * gdb.base/ptype-offsets.cc: New file.
7162 * gdb.base/ptype-offsets.exp: New file.
7163
1af17fd9
YQ
71642017-12-15 Yao Qi <yao.qi@linaro.org>
7165
7166 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7167 if XML is disabled.
7168
828d5846
XR
71692017-12-15 Xavier Roirand <roirand@adacore.com>
7170
7171 * gdb.ada/same_component_name: New testcase.
7172
79e8fcaa
JB
71732017-12-14 Joel Brobecker <brobecker@adacore.com>
7174
7175 * gdb.ada/str_binop_equal: New testcase.
7176
e05fa6f9
JB
71772017-12-14 Joel Brobecker <brobecker@adacore.com>
7178
7179 * gdb.ada/task_switch_in_core: New testcase.
7180
b89641ba
SM
71812017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7182
7183 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7184 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7185 call test_bkpt_qualified.
7186 (test_bkpt_qualified): New proc.
7187
6892d2e4
PA
71882017-12-13 Pedro Alves <palves@redhat.com>
7189
7190 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7191 Tighten regexp by matching with an anchor.
7192
a22ecf70
PA
71932017-12-13 Pedro Alves <palves@redhat.com>
7194
7195 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7196 ("expression with namespace"): New set of tests.
7197 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7198 (Nested::Test_NS::qux): New.
7199 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7200 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7201
9937536c
JB
72022017-12-13 Joel Brobecker <brobecker@adacore.com>
7203
7204 * gdb.base/server-del-break.c: New file.
7205 * gdb.base/server-del-break.exp: New file.
7206
fe49c6f5
SH
72072017-12-12 Stafford Horne <shorne@gmail.com>
7208
7209 * gdb.xml/tdesc-regs.exp: Add or1k support.
7210
c3d18620
SH
72112017-12-12 Stafford Horne <shorne@gmail.com>
7212
7213 * gdb.base/bp-permanent.c: Define nop of or1k.
7214
c5f9cfc8
JB
72152017-12-11 Joel Brobecker <brobecker@adacore.com>
7216
7217 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7218 output with components being reordered.
7219
a9c135fc
JB
72202017-12-11 Joel Brobecker <brobecker@adacore.com>
7221
7222 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7223 output with components being reordered.
7224
927aa2e7
JK
72252017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7226 Pedro Alves <palves@redhat.com>
7227
7228 * gdb.base/maint.exp (check for .gdb_index): Check also for
7229 .debug_names.
7230 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7231 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7232 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7233 (.gdb_index used after symbol reloading): Support also .debug_names.
7234 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7235
f17d9474
YQ
72362017-12-08 Yao Qi <yao.qi@linaro.org>
7237
7238 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7239 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7240
a0de8c21
YQ
72412017-12-08 Yao Qi <yao.qi@linaro.org>
7242
7243 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7244 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7245
a738ea1d
YQ
72462017-12-08 Yao Qi <yao.qi@linaro.org>
7247
7248 * gdb.arch/aarch64-tagged-pointer.c: New file.
7249 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7250
1cd9a73b
SDJ
72512017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7252
7253 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7254 "int".
7255
fa6eb693
KS
72562017-12-07 Keith Seitz <keiths@redhat.com>
7257
7258 PR breakpoints/22569
7259 * gdb.linespec/ls-errs.exp: Change expected result of "break
7260 -source this file has spaces.c -line 3".
7261 Check that an explicit source file followed by whitespace is
7262 identified as an invalid explicit location.
7263
883fd55a
KS
72642017-12-07 Keith Seitz <keiths@redhat.com>
7265
7266 * gdb.cp/nested-types.cc: New file.
7267 * gdb.cp/nested-types.exp: New file.
7268 * lib/cp-support.exp: Load data-structures.exp library.
7269 (debug_cp_test_ptype_class): New global.
7270 (cp_ptype_class_verbose, next_line): New procedures.
7271 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7272 Add and document new return value.
7273 Switch the list of lines to a queue.
7274 Add support for new `type' key for nested type definitions.
7275 Add debugging/troubleshooting messages.
7276 * lib/data-structures.exp: New file.
7277
ec72db3e
SM
72782017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7279
7280 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7281 with proc_with_prefix, don't use with_test_prefix.
7282
99598d71
TT
72832017-12-07 Tom Tromey <tom@tromey.com>
7284
7285 * gdb.base/break.exp: Add test for empty "commands".
7286
a8806230
YQ
72872017-12-07 Yao Qi <yao.qi@linaro.org>
7288
7289 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7290 malloc and catch syscall.
7291
824cc835
PM
72922017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7293
e79be6e5 7294 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7295 tests for explicit locations.
7296
7cc244de
PA
72972017-12-06 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7300 force-disabling XML descriptions.
7301
50a1fdd5
PA
73022017-12-04 Pedro Alves <palves@redhat.com>
7303
7304 PR gdb/22499
7305 * gdb.arch/amd64-disp-step-avx.S: New file.
7306 * gdb.arch/amd64-disp-step-avx.exp: New file.
7307
f0fb2488
PA
73082017-12-03 Pedro Alves <palves@redhat.com>
7309
7310 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7311 and <string.h>.
7312 (parent_function): Print distinct messages when waitpid fails, or
7313 the child exits with a signal, or the child exits for an unhandled
7314 reason.
7315 * gdb.threads/process-dies-while-detaching.exp
7316 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7317 it. Wait for both inferior output and GDB's prompt. Use an
7318 indirect spawn id list.
7319 (do_detach): New parameter 'child_exit'. Use it to compute
7320 expected inferior output.
7321 (test_detach, test_detach_watch, test_detach_killed_outside):
7322 Adjust to pass down the expected child exit kind.
7323
97cbe998
SDJ
73242017-12-01 Joel Brobecker <brobecker@adacore.com>
7325 Sergio Durigan Junior <sergiodj@redhat.com>
7326 Pedro Alves <palves@redhat.com>
7327
7328 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7329
40fc416f
SDJ
73302017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7331
7332 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7333 to 'symbol-file' and 'add-symbol-file' can be
7334 position-independent.
7335
1cc75e92
YQ
73362017-12-01 Yao Qi <yao.qi@linaro.org>
7337
7338 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7339 the URL in copyright header.
7340 * gdb.arch/aarch64-fp.exp: Likewise.
7341 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7342 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7343 * gdb.base/expand-psymtabs.exp: Likewise.
7344 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7345 * gdb.fortran/common-block.exp: Likewise.
7346 * gdb.fortran/common-block.f90: Likewise.
7347 * gdb.fortran/logical.exp: Likewise.
7348 * gdb.fortran/vla-datatypes.f90: Likewise.
7349 * gdb.fortran/vla-sub.f90: Likewise.
7350
875fb7a7
JB
73512017-11-30 Joel Brobecker <brobecker@adacore.com>
7352
7353 * gdb.ada/repeat_dyn: New testcase.
7354
6f14765f
UW
73552017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7356
7357 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7358 Update for changed thread numbering.
7359 * gdb.cell/bt.exp: Update for changed GDB output.
7360
f1af7b94
SM
73612017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7362
7363 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7364 setting isremote by hand.
7365 * boards/dwarf4-gdb-index.exp: Likewise.
7366 * boards/fission.exp: Likewise.
7367 * boards/stabs.exp: Likewise.
7368
e3919f3e
PA
73692017-11-30 Pedro Alves <palves@redhat.com>
7370
7371 * gdb.linespec/cpls-ops.exp
7372 (check_explicit_skips_function_argument): Extract the underlying
7373 type of size_t instead of hardcoding it.
7374
bd69330d
PA
73752017-11-29 Pedro Alves <palves@redhat.com>
7376
7377 PR c++/19436
7378 * gdb.linespec/cpls-abi-tag.cc: New file.
7379 * gdb.linespec/cpls-abi-tag.exp: New file.
7380
a20714ff
PA
73812017-11-29 Pedro Alves <palves@redhat.com>
7382
7383 * gdb.base/langs.exp: Use -qualified.
7384 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7385 it.
7386 * gdb.cp/namespace.exp: Use -qualified.
7387 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7388 (overload-3, template-overload, template-ret-type, const-overload)
7389 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7390 procedures.
7391 (test_driver): Call them.
7392 * gdb.cp/save-bp-qualified.cc: New.
7393 * gdb.cp/save-bp-qualified.exp: New.
7394 * gdb.linespec/explicit.exp: Test -qualified.
7395 * lib/completion-support.exp (completion::explicit_opts_list): Add
7396 "-qualified".
7397 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7398
f6f1d339
PM
73992017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7400
7401 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7402
02ca603a
TT
74032017-11-29 Tom Tromey <tom@tromey.com>
7404
7405 * gdb.base/relocate.exp: Update invalid argument test.
7406 Add new tests for invalid arguments.
7407
ed6c0bfb
TP
74082017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7409
7410 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7411 Return 0 as a long.
7412 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7413
f106e10e
TP
74142017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7415
7416 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7417 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7418 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7419 func ().
7420 * gdb.cp/shadow.cc (B.func): Return 0.
7421
10329bb2
JB
74222017-11-27 Joel Brobecker <brobecker@adacore.com>
7423
7424 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7425 expected output in gdb_expect call to allow the exception
7426 message to be present as well. Fix syntax confusion to avoid
7427 TCL thinking that exception_name is an array.
7428
617cd4bc
UW
74292017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7430
7431 * gdb.arch/spu-info.c: Include <unistd.h>.
7432 (do_signal_test): Fix broken calls to write.
7433 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7434 Fix checks for empty mailboxes. Update signal tests for corrected
7435 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7436 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7437 * gdb.cell/arch.exp: Use standard_output_file.
7438 * gdb.cell/break.exp: Likewise.
7439 * gdb.cell/bt.exp: Likewise.
7440 * gdb.cell/core.exp: Likewise.
7441 * gdb.cell/dwarfaddr.exp: Likewise.
7442 * gdb.cell/ea-cache.exp: Likewise.
7443 * gdb.cell/ea-standalone.exp: Likewise.
7444 * gdb.cell/f-regs.exp: Likewise.
7445 * gdb.cell/fork.exp: Likewise.
7446 * gdb.cell/gcore.exp: Likewise.
7447 * gdb.cell/mem-access.exp: Likewise.
7448 * gdb.cell/ptype.exp: Likewise.
7449 * gdb.cell/registers.exp: Likewise.
7450 * gdb.cell/sizeof.exp: Likewise.
7451 * gdb.cell/solib-symbol.exp: Likewise.
7452 * gdb.cell/solib.exp: Likewise.
617cd4bc 7453
a81aaca0
PA
74542017-11-25 Pedro Alves <palves@redhat.com>
7455
7456 * gdb.base/complete-empty.exp: New file.
7457 * gdb.base/completion.exp: Adjust.
7458
6a3c6ee4
PA
74592017-11-25 Pedro Alves <palves@redhat.com>
7460
7461 * gdb.linespec/cpls-ops.cc: New file.
7462 * gdb.linespec/cpls-ops.exp: New file.
7463 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7464 factored out from ...
7465 (test_complete_prefix_range): ... this.
7466
8955eb2d
PA
74672017-11-24 Pedro Alves <palves@redhat.com>
7468
7469 * gdb.linespec/cpcompletion.exp: New file.
7470 * gdb.linespec/cpls-hyphen.cc: New file.
7471 * gdb.linespec/cpls.cc: New file.
7472 * gdb.linespec/cpls2.cc: New file.
7473 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7474 test to use test_gdb_complete_unique. Add label completion,
7475 keyword completion and explicit location completion tests.
7476 * lib/completion-support.exp: New file.
7477
e547c119
JB
74782017-11-24 Joel Brobecker <brobecker@adacore.com>
7479
7480 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7481 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7482 when hitting an exception catchpoint.
7483
7c3c1aa8
YQ
74842017-11-22 Yao Qi <yao.qi@linaro.org>
7485
7486 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7487
41bd68f5
SM
74882017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7489
7490 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7491 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7492 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7493
1daad298
YQ
74942017-11-22 Yao Qi <yao.qi@linaro.org>
7495
7496 * gdb.base/info-os.exp: Pass pthreads.
7497 * gdb.multi/multi-attach.exp: Likewise.
7498
88465e87
YQ
74992017-11-22 Yao Qi <yao.qi@linaro.org>
7500
7501 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7502 compiler.
7503
dc196b23
YQ
75042017-11-22 Yao Qi <yao.qi@linaro.org>
7505
7506 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7507 * gdb.base/break-interp.exp: Likewise.
7508 * gdb.base/jit-attach-pie.exp: Likewise.
7509
2400729e
UW
75102017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7511
7512 * gdb.base/float128.c (large128): New variable.
7513 * gdb.base/float128.exp: Add test to print largest __float128 value.
7514
7a26362d
UW
75152017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7516
7517 * gdb.arch/vsx-regs.exp: Update register content checks.
7518
ed0f4273
UW
75192017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7520
7521 * gdb.arch/ppc-longdouble.exp: New file.
7522 * gdb.arch/ppc-longdouble.c: Likewise.
7523
a25d69c6
PA
75242017-11-21 Pedro Alves <palves@redhat.com>
7525
7526 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7527
73fcf641
PA
75282017-11-20 Pedro Alves <palves@redhat.com>
7529
7530 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7531 (long_double_typedef): New typedefs.
7532 Use DEF on double and long double.
7533 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7534 cases.
7535 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7536 and 'long_double_ptr_same_size' locals. Use them to decide
7537 whether cast from array/function to float is valid/invalid.
7538
71a3c369
TT
75392017-11-17 Tom Tromey <tom@tromey.com>
7540
7541 * gdb.rust/traits.rs: New file.
7542 * gdb.rust/traits.exp: New file.
7543
ced9779b
JB
75442017-11-17 Joel Brobecker <brobecker@adacore.com>
7545
7546 * gdb.ada/minsyms: New testcase.
7547
a0922d80
PA
75482017-11-16 Pedro Alves <palves@redhat.com>
7549
7550 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7551 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7552
ea04e54c
PA
75532017-11-16 Pedro Alves <palves@redhat.com>
7554
7555 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7556 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7557
e849ea89
PA
75582017-11-16 Pedro Alves <palves@redhat.com>
7559
7560 * gdb.server/reconnect-ctrl-c.c: New file.
7561 * gdb.server/reconnect-ctrl-c.exp: New file.
7562
d8ae99a7
PM
75632017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7564
7565 * gdb.python/py-rbreak.exp: New file.
7566 * gdb.python/py-rbreak.c: New file.
7567 * gdb.python/py-rbreak-func2.c: New file.
7568
968a13f8
PA
75692017-11-16 Pedro Alves <palves@redhat.com>
7570
7571 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7572 pattern.
7573 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7574 GDB.
7575
71774bc9
SM
75762017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7577
7578 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7579 regex.
7580
ddbb44cf
SM
75812017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7582
7583 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7584 test names.
7585
584a564f
PA
75862017-11-09 Pedro Alves <palves@redhat.com>
7587
7588 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7589 factored out from ...
7590 (top level): ... here, and adjusted to avoid expecting beyond the
7591 prompt in a single gdb_test_multiple.
7592
5ed7a928
PA
75932017-11-09 Pedro Alves <palves@redhat.com>
7594
7595 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7596 output.
7597 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7598 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7599 * gdb.server/ext-run.exp ("kill" test): Likewise.
7600 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7601
a60e0738
PA
76022017-11-09 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7605 match till end of line.
7606
2c88253f
PA
76072017-11-09 Pedro Alves <palves@redhat.com>
7608
7609 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7610
c7a38517
PA
76112017-11-09 Pedro Alves <palves@redhat.com>
7612
7613 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7614 New procedures, factored out from ...
7615 (top level): ... here, and adjusted to avoid expecting beyond the
7616 prompt in one go.
7617
f29f4b6b
PA
76182017-11-09 Pedro Alves <palves@redhat.com>
7619
7620 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7621 output. Fix '?' match.
7622
286acbb5
JB
76232017-11-08 Joel Brobecker <brobecker@adacore.com>
7624
7625 * gdb.ada/scoped_watch: New testcase.
7626 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7627 which is actually correct.
7628 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7629 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7630
62d7ae92
PA
76312017-11-08 Pedro Alves <palves@redhat.com>
7632
7633 * gdb.gdb/complaints.exp (test_initial_complaints)
7634 (test_serial_complaints, test_short_complaints): Call
7635 complaint_internal instead of complaint.
7636
280ca31f
DT
76372017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7638
7639 * gdb.threads/tls-core.c: New file.
7640 * gdb.threads/tls-core.exp: Likewise.
7641
b5ec771e
PA
76422017-11-08 Pedro Alves <palves@redhat.com>
7643
7644 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7645 (p Exported_Capitalized): New test.
7646 (p exported_capitalized): New test.
7647
a02b41a7
PA
76482017-11-07 Pedro Alves <palves@redhat.com>
7649
7650 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7651
95e95a6d
PA
76522017-11-07 Pedro Alves <palves@redhat.com>
7653
7654 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7655 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7656 (disable_invalid, disable_inverted, disable_negative): New
7657 procedures.
7658 ("bad numbers"): New set of tests.
7659
cee62dbd
PA
76602017-11-07 Pedro Alves <palves@redhat.com>
7661
7662 * gdb.cp/ena-dis-br-range.exp: Add tests.
7663
cc638e86
PA
76642017-11-07 Pedro Alves <palves@redhat.com>
7665
7666 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7667
d0fe4701
XR
76682017-11-07 Xavier Roirand <roirand@adacore.com>
7669 Pedro Alves <palves@redhat.com>
7670
7671 * gdb.base/ena-dis-br.exp: Add reference to
7672 gdb.cp/ena-dis-br-range.exp.
7673 * gdb.cp/ena-dis-br-range.exp: New file.
7674 * gdb.cp/ena-dis-br-range.cc: New file.
7675
46f67f80
PA
76762017-11-06 Pedro Alves <palves@redhat.com>
7677
7678 * gdb.base/attach-non-pgrp-leader.c: New.
7679 * gdb.base/attach-non-pgrp-leader.exp: New.
7680
726e1356
PA
76812017-11-06 Pedro Alves <palves@redhat.com>
7682
7683 * configure.ac: No longer check for termio.h and sgtty.h.
7684 * configure: Regenerate.
7685 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7686 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7687 Remove termio and sgtty code.
7688
50ab6ace
YQ
76892017-11-03 Yao Qi <yao.qi@linaro.org>
7690
7691 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7692 in GDB is disabled.
7693
8e68731c
YQ
76942017-11-03 Yao Qi <yao.qi@linaro.org>
7695
7696 * gdb.python/py-thrhandle.exp: Skip it if python is not
7697 enabled.
7698
3a87ae65
SM
76992017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7700
7701 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7702 as a breakpoint command.
7703
484d8d36
MD
77042017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7705
7706 PR python/21213
7707 * gdb.python/py-infthread.exp: Test calling
7708 InferiorThread.inferior () multiple times in a row.
7709
4a27f119
KS
77102017-10-27 Keith Seitz <keiths@redhat.com>
7711
7712 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7713 Test "info break" for every inlined function breakpoint.
7714
bb11dd58
YQ
77152017-10-27 Yao Qi <yao.qi@linaro.org>
7716
7717 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7718
a43f3893
PF
77192017-10-26 Patrick Frants <osscontribute@gmail.com>
7720
7721 * gdb.cp/classes.exp (test_static_members): Test printing
7722 Outer::instance.
7723 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7724 (Inner::instance, Outer::instance): New.
7725
792ccf00
PA
77262017-10-24 Pedro Alves <palves@redhat.com>
7727
7728 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7729 extra console" test in two stages.
7730
eb2bfbad
PA
77312017-10-24 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7734
1f75a651
PA
77352017-10-24 Pedro Alves <palves@redhat.com>
7736
7737 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7738 loop.
7739
779990d9
PA
77402017-10-24 Pedro Alves <palves@redhat.com>
7741
7742 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7743 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7744
ad9b8f5d
PA
77452017-10-24 Pedro Alves <palves@redhat.com>
7746
7747 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7748 parameter and handle it. Don't output read value in test name.
7749
fee6da6e
PA
77502017-10-24 Pedro Alves <palves@redhat.com>
7751
7752 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7753 custom test name.
7754
10389c2c
PA
77552017-10-24 Pedro Alves <palves@redhat.com>
7756
7757 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7758 include the unstable output directory name in the test's name.
7759 (initial_setup_simple) <'set args'>: Use custom test name.
7760
a80e65a9
PA
77612017-10-24 Pedro Alves <palves@redhat.com>
7762
7763 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7764 with explicit test name.
7765
15763a09
PA
77662017-10-20 Pedro Alves <palves@redhat.com>
7767
7768 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7769 'wait -i'. Use gdb_assert and remote_close.
7770
49a4ce2e
AB
77712017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7772
7773 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7774 number from variable rather than hard-coded.
7775
a75868f5
PA
77762017-10-19 Pedro Alves <palves@redhat.com>
7777
7778 * gdb.base/long-inferior-output.c: New file.
7779 * gdb.base/long-inferior-output.exp: New file.
7780
c8ba13ad
KS
77812017-11-18 Keith Seitz <keiths@redhat.com>
7782
7783 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7784 method.
7785 (main): Call it.
7786 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7787 Add additional user-defined conversion operator tests.
7788
b27de576
PA
77892017-10-17 Pedro Alves <palves@redhat.com>
7790
7791 * boards/native-stdio-gdbserver.exp: Load "local-board".
7792
8484c955
PA
77932017-10-17 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.base/quit-live.c: New file.
7796 * gdb.base/quit-live.exp: New file.
7797
83d5a34d
KS
77982017-10-16 Keith Seitz <keiths@redhat.com>
7799
7800 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7801 (class_with_protected_typedef, class_with_private_typedef)
7802 (struct_with_public_typedef, struct_with_protected_typedef)
7803 (struct_with_private_typedef): New classes/structs.
7804 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7805 typedefs and access specifiers.
7806
739b3f1d
PA
78072017-10-16 Pedro Alves <palves@redhat.com>
7808 Simon Marchi <simon.marchi@polymtl.ca>
7809
7810 * README (Local vs Remote vs Native): New section.
7811 * boards/local-board.exp: New file, with bits factored out from
7812 ...
7813 * boards/native-extended-gdbserver.exp: ... here. Load
7814 "local-board".
7815 * boards/native-gdbserver.exp: Load "local-board".
7816 (${board}_spawn, ${board}_exec): Delete.
7817 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7818 ...
7819 * boards/stdio-gdbserver-base.exp: ... this new file.
7820 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7821 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7822 procedure.
7823 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7824 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7825 stdio_gdbserver_command.
7826 (${board}_get_remote_address, ${board}_get_comm_port)
7827 (${board}_download, ${board}_upload): Delete.
7828 (get_target_remote_pipe_cmd): New.
7829
fe68b953
SM
78302017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7831
7832 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7833 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7834 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7835 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7836 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7837 remove with_test_prefix.
7838
300b6685
PA
78392017-10-13 Pedro Alves <palves@redhat.com>
7840
7841 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7842 * gdb.base/annota1.exp: Use it instead of is_remote.
7843 * gdb.base/annota3.exp: Use it instead of is_remote.
7844 * gdb.cp/annota2.exp: Use it instead of is_remote.
7845 * gdb.cp/annota3.exp: Use it instead of is_remote.
7846 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7847
50500caf
PA
78482017-10-13 Pedro Alves <palves@redhat.com>
7849
7850 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7851 (test_num_test_vars, run_and_count_vars, find_env)
7852 (test_set_unset_env, test_inherit_env_var): New procedures.
7853 (top level): Use them.
7854
dad0c6d2
PA
78552017-10-13 Pedro Alves <palves@redhat.com>
7856
7857 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7858 also skip on stub-like targets.
7859
8b0553c1
PA
78602017-10-13 Pedro Alves <palves@redhat.com>
7861
7862 PR gdb/22293
7863 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7864 (top level): Move some tests to ...
7865 (test_not_found): ... this new procedure.
7866 (top level): Call it.
7867
7594f623
PA
78682017-10-13 Pedro Alves <palves@redhat.com>
7869
7870 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7871 expect different "info terminal" output if testing with a
7872 non-native target.
7873
ebe3b402
PA
78742017-10-13 Pedro Alves <palves@redhat.com>
7875 Simon Marchi <simon.marchi@polymtl.ca>
7876
7877 PR python/12966
7878 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7879
42f1b161
PA
78802017-10-13 Pedro Alves <palves@redhat.com>
7881
7882 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7883 already.
7884
8d6ef72b
PA
78852017-10-13 Pedro Alves <palves@redhat.com>
7886
7887 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7888 is_remote.
7889
d7bcd5b8
PA
78902017-10-13 Pedro Alves <palves@redhat.com>
7891
7892 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7893 is_remote.
7894
df479dc6
PA
78952017-10-13 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7898 is set.
7899 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7900 instead of is_remote.
7901
23fb630a
PA
79022017-10-13 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7905 (top level): Add comment.
7906
cc77b1dc
PA
79072017-10-13 Pedro Alves <palves@redhat.com>
7908
7909 * gdb.base/remote.exp (top level): Fix comment typo and add
7910 missing return.
7911
27c9e813
PA
79122017-10-13 Pedro Alves <palves@redhat.com>
7913 Simon Marchi <simon.marchi@polymtl.ca>
7914
7915 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7916 calls and add comments. Skip test if use_gdb_stub is set.
7917 (top level): Use "set cwd" command instead of "cd" command.
7918
5e830d98
PA
79192017-10-13 Pedro Alves <palves@redhat.com>
7920
7921 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7922 is_remote target check.
7923
f5ca0032
PA
79242017-10-13 Pedro Alves <palves@redhat.com>
7925
7926 * gdb.base/scope.exp: Use build_executable + clean_restart +
7927 gdb_file_cmd instead of prepare_for_testing and no longer skip
7928 "before run" tests on is_remote target boards. Update comments.
7929 * boards/native-extended-gdbserver.exp
7930 (extended_gdbserver_load_last_file): New, factored out from ...
7931 (gdb_load): ... this. Move further below and add comment.
7932 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7933
8aed1c0d
PA
79342017-10-12 Pedro Alves <palves@redhat.com>
7935
7936 * gdb.base/attach.exp: Remove references to gdb64.
7937 * gdb.base/dbx.exp: Remove references to gdb64.
7938
cfa34c87
SM
79392017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7940 Pedro Alves <palves@redhat.com>
7941
7942 * gdb.base/label.exp: Remove is_remote target check.
7943
9192b7de
PA
79442017-10-12 Pedro Alves <palves@redhat.com>
7945
7946 * gdb.base/auvx.exp (coredir): Update comment.
7947 (top level) <core_works>: Use "set cwd" command instead of "cd"
7948 command.
7949
6bf0052d
PA
79502017-10-12 Pedro Alves <palves@redhat.com>
7951 Simon Marchi <simon.marchi@polymtl.ca>
7952
7953 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7954 target boards.
7955
e48ef82d
PA
79562017-10-12 Pedro Alves <palves@redhat.com>
7957 Simon Marchi <simon.marchi@polymtl.ca>
7958
7959 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7960 Instead skip if there's any gdb_protocol set.
7961
8d7aea57
SM
79622017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7963 Pedro Alves <palves@redhat.com>
7964
7965 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7966
30440677
PA
79672017-10-12 Pedro Alves <palves@redhat.com>
7968 Simon Marchi <simon.marchi@polymtl.ca>
7969
7970 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7971 instead of on dejagnu remote boards.
7972
4e04f045 79732017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7974 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7975
7976 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7977 checks. Use build_executable + clean_restart instead of
7978 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7979 of enabling non-stop after starting gdb.
7980
871a186e
PA
79812017-10-12 Pedro Alves <palves@redhat.com>
7982
7983 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7984 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7985 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7986 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7987
56d704da
AK
79882017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7989
7990 * gdb.arch/arc-tdesc-cpu.exp: New file.
7991 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7992
2f20e312
SM
79932017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7994
7995 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7996
65630365
PA
79972017-10-10 Pedro Alves <palves@redhat.com>
7998
7999 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8000 expect CLI output.
8001
bf469271
PA
80022017-10-10 Pedro Alves <palves@redhat.com>
8003
8004 * lib/selftest-support.exp (selftest_setup): Update for
8005 captured_command_loop's prototype change.
8006
777a42f1
PA
80072017-10-09 Pedro Alves <palves@redhat.com>
8008
8009 Test both arch1=>arch2 and arch2=>arch1.
8010
8011 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8012 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8013 factored out to...
8014 (append_arch1_options, append_arch2_options, append_arch_options)
8015 (build_executables): New procedures.
8016 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8017 local.
8018 (top level): Add new 'first_arch' testing axis.
8019
cbd2b4e3
PA
80202017-10-09 Pedro Alves <palves@redhat.com>
8021
8022 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8023 (barrier): New.
8024 (thread_start, all_started): New functions.
8025 (main): Spawn new thread and wait until it is scheduled.
8026 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8027 option.
8028 (do_test): Add 'selected_thread' parameter. Run to all_started
8029 instead of main. Explicitly set the breakpoint at main. Switch
8030 to the SELECTED_THREAD thread.
8031 (top level): Test handling the exec event with either the main
8032 thread or the second thread selected.
8033
5c9e4427
PA
80342017-10-09 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8037 logic. Move STOP marker after the value checks.
8038 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8039 regexp.
8040
b3b7c423
SL
80412017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8042
8043 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8044
3b4b2f16
UW
80452017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8046
8047 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8048 integer-to-dfp conversion.
8049 * gdb.base/dfp-test.exp: Likewise.
8050
5cd63fda
PA
80512017-10-04 Pedro Alves <palves@redhat.com>
8052
8053 * gdb.multi/hangout.c: Include <unistd.h>.
8054 (hangout_loop): New function.
8055 (main): Call alarm. Call hangout_loop in a loop.
8056 * gdb.multi/hello.c: Include <unistd.h>.
8057 (hello_loop): New function.
8058 (main): Call alarm. Call hangout_loop in a loop.
8059 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8060 inferior with the other selected.
8061
4c71c105
SM
80622017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8063
8064 * gdb.mi/list-thread-groups-available.exp: New file.
8065 * gdb.mi/list-thread-groups-available.c: New file.
8066
bc3b087d
SDJ
80672017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8068
8069 * gdb.base/set-cwd.exp: Make it available on
8070 native-extended-gdbserver.
8071
d092c5a2
SDJ
80722017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8073
8074 * gdb.base/set-cwd.c: New file.
8075 * gdb.base/set-cwd.exp: Likewise.
8076
45320ffa
TT
80772017-10-02 Tom Tromey <tom@tromey.com>
8078
8079 PR rust/22236:
8080 * gdb.rust/simple.rs (main): New variable "fslice".
8081 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8082
b3e3859b
TT
80832017-10-02 Tom Tromey <tom@tromey.com>
8084
8085 * gdb.rust/simple.exp: Test ptype of a slice.
8086
01af5e0d
TT
80872017-10-02 Tom Tromey <tom@tromey.com>
8088
8089 * gdb.rust/simple.exp: Test index of slice.
8090
a9bbfbd8
TT
80912017-09-27 Tom Tromey <tom@tromey.com>
8092
8093 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8094
df8899e5
TP
80952017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8096 Pedro Alves <palves@redhat.com>
8097
8098 * gdb.base/compare-sections.exp (get value of read-only section): Read
8099 as unsigned value.
8100 (corrupt read-only section): Likewise and don't set written if patching
8101 failed.
8102
757bf54b
KB
81032017-09-21 Kevin Buettner <kevinb@redhat.com>
8104
8105 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8106 files.
8107
06871ae8
PA
81082017-09-20 Pedro Alves <palves@redhat.com>
8109
8110 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8111 symbol names in gdb's output.
8112 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8113
e5f25bc5
PA
81142017-09-20 Pedro Alves <palves@redhat.com>
8115
8116 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8117 Rename to ...
8118 (test_list_ambiguous_symbol): ... this and add a symbol name
8119 parameter. Adjust.
8120 (test_list_ambiguous_function): Reimplement on top of
8121 test_list_ambiguous_symbol and also test listing ambiguous
8122 variables.
8123 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8124 (ambiguous_fun): ... this.
8125 (ambiguous_var): New.
8126 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8127 (ambiguous_fun): ... this.
8128 (ambiguous_var): New.
8129
4e5a4f58
JB
81302017-09-19 John Baldwin <jhb@FreeBSD.org>
8131
8132 * gdb.base/starti.c: New file.
8133 * gdb.base/starti.exp: New file.
8134 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8135
26e53f3e
PA
81362017-09-14 Pedro Alves <palves@redhat.com>
8137
8138 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8139 (top level): Use it instead of runto.
8140
cb791d59
TT
81412017-09-11 Tom Tromey <tom@tromey.com>
8142
8143 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8144
7c96f8c1
TT
81452017-09-11 Tom Tromey <tom@tromey.com>
8146
8147 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8148 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8149
469412dd
CW
81502017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8151
8152 * gdb.fortran/printing-types.exp: New file.
8153 * gdb.fortran/printing-types.exp: New file.
8154
e0f86435
BH
81552017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8156
8157 * gdb.fortran/vla-ptype.exp: Fix typos.
8158 * gdb.fortran/vla-value.exp: Same.
8159
9e9af4be
BH
81602017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8161
8162 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8163 * gdb.mi/mi-var-child-f.exp: Likewise.
8164 * gdb.mi/mi-vla-fortran.exp: Likewise.
8165
a5ad232b 81662017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8167 Christoph Weinmann <christoph.t.weinmann@intel.com>
8168 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8169
8170 * gdb.fortran/ptr-indentation.f90: New file.
8171 * gdb.fortran/ptr-indentation.exp: New file.
8172
5aec60eb
TT
81732017-09-05 Tom Tromey <tom@tromey.com>
8174
8175 PR gdb/22010:
8176 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8177
8f8f8152
TP
81782017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8179
8180 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8181
fbd1b771
JK
81822017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8183
8184 * gdb.threads/tls-nodebug-pie.c: New file.
8185 * gdb.threads/tls-nodebug-pie.exp: New file.
8186
5eb5f850
TT
81872017-09-05 Tom Tromey <tom@tromey.com>
8188
8189 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8190 for rust.
8191
ae780a21
SM
81922017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8193
8194 * gdb.multi/multi-arch-exec.exp: Test with different
8195 "follow-exec-mode" settings.
8196 (do_test): New procedure.
8197
3693fdb3
PA
81982017-09-04 Pedro Alves <palves@redhat.com>
8199
8200 * gdb.base/func-static.c (S::method const, S::method volatile)
8201 (S::method volatile const): New methods.
8202 (c_s, v_s, cv_s): New instances.
8203 (main): Call method() on them.
8204 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8205 (cannot_resolve): New procedure.
8206 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8207 print-quote-unquoted columns.
8208 (do_test): Test printing each scope too.
8209
e68cb8e0
PA
82102017-09-04 Pedro Alves <palves@redhat.com>
8211
8212 * gdb.base/local-static.exp: Also test with
8213 class::method::variable wholly quoted.
8214 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8215
858be34c
PA
82162017-09-04 Pedro Alves <palves@redhat.com>
8217
8218 * gdb.base/local-static.c: New.
8219 * gdb.base/local-static.cc: New.
8220 * gdb.base/local-static.exp: New.
8221
46a4882b
PA
82222017-09-04 Pedro Alves <palves@redhat.com>
8223
8224 * gdb.asm/asm-source.exp: Add casts to int.
8225 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8226 (dataglobal64_1, dataglobal64_2): New globals.
8227 * gdb.base/nodebug.exp: Test different expressions involving the
8228 new globals, with print, whatis and ptype. Add casts to int.
8229 * gdb.base/solib-display.exp: Add casts to int.
8230 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8231 * gdb.cp/m-static.exp: Add cast to int.
8232 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8233 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8234 tls variable with no debug info without a cast. Test with a cast
8235 to int too.
8236 * gdb.trace/entry-values.exp: Add casts.
8237
2c5a2be1
PA
82382017-09-04 Pedro Alves <palves@redhat.com>
8239
8240 * gdb.base/nodebug.exp: Test that ptype's error about functions
8241 with unknown return type includes the function name too.
8242
7022349d
PA
82432017-09-04 Pedro Alves <palves@redhat.com>
8244
8245 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8246 return type of munmap in infcall.
8247 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8248 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8249 type of ftell in infcall.
8250 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8251 type of getpid in infcall.
8252 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8253 infcall.
8254 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8255 Bail on failure to extract the pid.
8256 * gdb.base/nodebug.c: #include <stdint.h>.
8257 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8258 New functions.
8259 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8260 Change expected output of print/whatis/ptype with functions with
8261 no debug info. Test all supported languages. Call
8262 test_call_promotion.
8263 * gdb.compile/compile.exp: Adjust expected output to expect
8264 warning.
8265 * gdb.threads/siginfo-threads.exp: Likewise.
8266
54990598
PA
82672017-09-04 Pedro Alves <palves@redhat.com>
8268
8269 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8270 "prototypes". Test calling float functions via prototyped and
8271 unprototyped function pointers.
8272 (perform_all_tests): New parameter "prototypes". Pass it down.
8273 (top level): Pass down "prototypes" parameter to
8274 perform_all_tests.
8275
34d16ea2
SM
82762017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8277
8278 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8279 Test with nested loops.
8280
9521ecda
SM
82812017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8282
8283 * gdb.base/commands.exp: Call the new procedures.
8284 (loop_break_test, loop_continue_test): New procedures.
8285
80a65e9b
SM
82862017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8287
8288 * gdb.base/commands.exp: Call new procedure.
8289 (define_if_without_arg_test): New procedure.
8290
e439fa14
PA
82912017-09-04 Pedro Alves <palves@redhat.com>
8292
8293 * gdb.base/list-ambiguous.exp: New file.
8294 * gdb.base/list-ambiguous0.c: New file.
8295 * gdb.base/list-ambiguous1.c: New file.
8296 * gdb.base/list.exp (test_list_range): Adjust expected output.
8297
0a2dde4a
SDJ
82982017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8299
8300 * gdb.base/share-env-with-gdbserver.c: New file.
8301 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8302
5e89eb3a
SM
83032017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8304
8305 * gdb.base/commands.exp (gdbvar_simple_if_test,
8306 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8307 progvar_simple_if_test, progvar_simple_while_test,
8308 progvar_complex_if_while_test, user_defined_command_test,
8309 user_defined_command_args_eval,
8310 user_defined_command_args_stack_test,
8311 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8312 temporary_breakpoint_commands,
8313 gdb_test_no_prompt, redefine_hook_test,
8314 redefine_backtrace_test): Remove "global gdb_prompt".
8315
fd437cbc
SM
83162017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8317
8318 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8319 New proc, call it from toplevel.
8320
87215ad1
SDJ
83212017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8322
8323 PR remote/21852
8324 * gdb.server/normal.c: New file, copied from gdb.base.
8325 * gdb.server/run-without-local-binary.exp: New file.
8326
58afddc6
WP
83272017-08-07 Weimin Pan <weimin.pan@oracle.com>
8328
8329 * gdb.arch/sparc64-adi.exp: New file.
8330 * gdb.arch/sparc64-adi.c: New file.
8331
5277199a
PA
83322017-08-22 Pedro Alves <palves@redhat.com>
8333
8334 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8335 (top level): Add "list all overloads" tests.
8336
14278e1f
TT
83372017-08-22 Tom Tromey <tom@tromey.com>
8338
8339 * gdb.gdb/xfullpath.exp: Remove.
8340
bf223d3e
PA
83412017-08-21 Pedro Alves <palves@redhat.com>
8342
8343 PR gdb/19487
8344 * gdb.base/symbol-alias.c: New.
8345 * gdb.base/symbol-alias2.c: New.
8346 * gdb.base/symbol-alias.exp: New.
8347
c973d0aa
PA
83482017-08-21 Pedro Alves <palves@redhat.com>
8349
8350 * gdb.base/dfp-test.c
8351 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8352 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8353 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8354 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8355 * gdb.base/whatis-ptype-typedefs.c: New.
8356 * gdb.base/whatis-ptype-typedefs.exp: New.
8357 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8358 (an_int, an_int_type, an_int_type2): New globals.
8359 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8360 involving typedefs and cast expressions.
8361 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8362 (lookup_typedefs_function): New.
8363 (typedefs_pretty_printers_dict): New.
8364 (top level): Register lookup_typedefs_function in
8365 gdb.pretty_printers.
8366
6d580b63
YQ
83672017-08-18 Yao Qi <yao.qi@linaro.org>
8368
8369 * gdb.server/unittest.exp: New.
8370
206726fb
SDJ
83712017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8372
8373 PR gdb/21954
8374 * gdb.base/environ.exp: Add test to check if 'unset environment'
8375 works.
8376
bf0ec4c2
AA
83772017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8378
8379 * lib/gdb.exp (universal_compile_options): New caching proc.
8380 (gdb_compile): Suppress GCC's coloring of messages.
8381
d6382fff
TT
83822017-08-14 Tom Tromey <tom@tromey.com>
8383
8384 PR gdb/21675:
8385 * gdb.base/printcmds.exp (test_radices): New function.
8386 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8387 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8388 * lib/gdb.exp (get_integer_valueof): Use p/d.
8389
c2c2dd9f
SM
83902017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8391
8392 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8393 characters.
8394
fdffd6f4
TT
83952017-08-05 Tom Tromey <tom@tromey.com>
8396
8397 * gdb.rust/simple.exp: Allow String to appear in a different
8398 namespace.
8399
27d41eac
YQ
84002017-07-26 Yao Qi <yao.qi@linaro.org>
8401
8402 * gdb.gdb/unittest.exp: Invoke command
8403 "maintenance check xml-descriptions".
8404
031ed05d
AA
84052017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8406
8407 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8408 calling context.
8409 (hex128): Drop erroneous calculation of parameters.
8410
dcd27ddf
SM
84112017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8412
8413 * gdb.python/py-unwind.exp: Disable stack protection when
8414 building test file.
8415
47e77640
PA
84162017-07-20 Pedro Alves <palves@redhat.com>
8417
8418 * gdb.base/default.exp (set language): Adjust expected output.
8419
62d2a18a
PA
84202017-07-20 Pedro Alves <palves@redhat.com>
8421
8422 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8423 (test_minsym): ... this, and make static.
8424 (get_pck__foo__bar__minsym): Rename to ...
8425 (get_test_minsym): ... this.
8426 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8427 symbol names and comments.
8428 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8429 (get_test_minsym): ... this.
8430 (pck__foo__bar__minsym__2): Rename to ...
8431 (test_minsym): ... this.
8432 (main): Adjust.
8433
c45ec17c
PA
84342017-07-17 Pedro Alves <palves@redhat.com>
8435
8436 * gdb.base/completion.exp: Adjust expected output.
8437 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8438 the completer works.
8439
c6756f62
PA
84402017-07-17 Pedro Alves <palves@redhat.com>
8441
8442 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8443
5bd68487
AB
84442017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8445
8446 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8447
8880f2a9
TT
84482017-07-14 Tom Tromey <tom@tromey.com>
8449
8450 PR rust/21764:
8451 * gdb.rust/simple.exp: Add tests.
8452
65547233
TT
84532017-07-14 Tom Tromey <tom@tromey.com>
8454
8455 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8456
8f14146e
PA
84572017-07-14 Pedro Alves <palves@redhat.com>
8458
8459 * gdb.linespec/base/one/thefile.cc (z1): New function.
8460 * gdb.linespec/base/two/thefile.cc (z2): New function.
8461 * gdb.linespec/linespec.exp: Add tests.
8462
b4365d02
AB
84632017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8464
8465 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8466 to mi_create_breakpoint.
8467
5d2cbaa5
AB
84682017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8469
8470 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8471 mi_create_breakpoint.
8472
11cb5716
IB
84732017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8474
8475 * gdb.dlang/demangle.exp: Update for demangling changes.
8476
03278692
TT
84772017-07-09 Tom Tromey <tom@tromey.com>
8478
8479 * gdb.dwarf2/shortpiece.exp: New file.
8480
33c5cd75
DB
84812017-07-06 David Blaikie <dblaikie@gmail.com>
8482
8483 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8484 built from fissiont-multi-cu{1,2}.c.
8485 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8486 except putting 'main' and 'func' in separate CUs in the same DWO file.
8487 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8488 test.
8489 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8490 test.
8491
8455d262
PA
84922017-07-06 Pedro Alves <palves@redhat.com>
8493
8494 * gdb.python/py-unwind.exp: Test flushregs.
8495
dc4bde35
SDJ
84962017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8497
8498 PR cli/21688
8499 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8500 tests for alias commands and trailing whitespace.
8501
51ed89aa
SDJ
85022017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8503
8504 PR cli/21688
8505 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8506 procedure. Call it.
8507
eb17d413
PA
85082017-06-29 Pedro Alves <palves@redhat.com>
8509
8510 * gdb.base/printcmds.exp: Add tests.
8511
41664b45
DG
85122017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8513
8514 PR gdb/21337
8515 * gdb.base/reread-readsym.exp: New file.
8516 * gdb.base/reread-readsym.c: New file.
8517
75312ae3
KB
85182017-06-21 Kevin Buettner <kevinb@redhat.com>
8519
8520 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8521 subpattern.
8522
66953522
PB
85232017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8524
8525 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8526 extended mnemonic.
8527 * gdb.arch/powerpc-power9.s: Likewise.
8528
5524b525
AA
85292017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8530
8531 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8532 on 32-bit x86 targets. Exploit is_*_target macros where
8533 appropriate.
8534
03c8af18
AA
85352017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8536
8537 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8538 register pieces.
8539
3bf31011
AA
85402017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8541
8542 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8543 located in one or more DWARF pieces.
8544
805acca0
AA
85452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8546
8547 * lib/gdb.exp (get_endianness): New proc.
8548 * gdb.arch/aarch64-fp.exp: Use it.
8549 * gdb.arch/altivec-regs.exp: Likewise.
8550 * gdb.arch/e500-regs.exp: Likewise.
8551 * gdb.arch/vsx-regs.exp: Likewise.
8552 * gdb.base/dump.exp: Likewise.
8553 * gdb.base/funcargs.exp: Likewise.
8554 * gdb.base/gnu_vector.exp: Likewise.
8555 * gdb.dwarf2/formdata16.exp: Likewise.
8556 * gdb.dwarf2/implptrpiece.exp: Likewise.
8557 * gdb.dwarf2/nonvar-access.exp: Likewise.
8558 * gdb.python/py-inferior.exp: Likewise.
8559 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8560
e9352324
AA
85612017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8562
8563 PR gdb/21226
8564 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8565 stack value pieces are taken from the LSB end.
8566
d5d1163e
AA
85672017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8568
8569 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8570 variable at nonzero offset.
8571
0567c986
AA
85722017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8573
8574 * gdb.dwarf2/var-access.c: New file.
8575 * gdb.dwarf2/var-access.exp: New test.
8576 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8577
973e9aab
TT
85782017-06-12 Tom Tromey <tom@tromey.com>
8579
8580 * gdb.dwarf2/formdata16.exp: Add tests.
8581
d9109c80
TT
85822017-06-12 Tom Tromey <tom@tromey.com>
8583
8584 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8585
30a25466
TT
85862017-06-12 Tom Tromey <tom@tromey.com>
8587
8588 PR exp/16225:
8589 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8590 * gdb.arch/vsx-regs.exp: Update tests.
8591 * gdb.arch/s390-vregs.exp (hex128): New proc.
8592 Update test.
8593 * gdb.arch/altivec-regs.exp: Update tests.
8594
aefd8b33
SDJ
85952017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8596
8597 * gdb.base/startup-with-shell.c: New file.
8598 * gdb.base/startup-with-shell.exp: Likewise.
8599
2090129c
SDJ
86002017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8601
8602 * gdb.server/non-existing-program.exp: Update regex in order to
8603 reflect the fact that gdbserver is now using fork_inferior (with a
8604 shell) to startup the inferior.
8605
8e86a419
SM
86062017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8607
8608 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8609 support function calls from GDB.
8610
e6cf65f2
TT
86112017-05-21 Tom Tromey <tom@tromey.com>
8612
8613 PR rust/21466:
8614 * gdb.rust/unsized.exp: New file.
8615 * gdb.rust/unsized.rs: New file.
8616
43cc5389
TT
86172017-05-19 Tom Tromey <tom@tromey.com>
8618
8619 PR rust/21484:
8620 * gdb.rust/watch.exp: New file.
8621 * gdb.rust/watch.rs: New file.
8622
ec8df234
TT
86232017-05-18 Tom Tromey <tom@tromey.com>
8624
8625 * gdb.rust/simple.exp: Allow Box to be qualified.
8626
3e3e7fae
TP
86272017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8628
8629 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8630
59cc050d
PA
86312017-05-18 Pedro Alves <palves@redhat.com>
8632
8633 * gdb.base/fileio.c (test_write, test_read, test_close)
8634 (test_fstat): Don't print 'ret' in the fail path.
8635
c8f6abd1
PA
86362017-05-18 Pedro Alves <palves@redhat.com>
8637
8638 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8639 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8640 (test_system, test_rename, test_unlink, test_time): Change
8641 prototypes.
8642 * gdb.base/fileio.exp (stop_msg): Adjust.
8643
d2a03b77
PA
86442017-05-18 Pedro Alves <palves@redhat.com>
8645
8646 * gdb.base/fileio.c (null_str): New global.
8647 (test_stat): Use it.
8648 * gdb.base/fileio.exp: Remove nowarnings.
8649
0d5c6999
YQ
86502017-05-17 Yao Qi <yao.qi@linaro.org>
8651
8652 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8653
21873064
YQ
86542017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8655
8656 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8657 argument command.
8658 (top-level): Invoke test_set_inferior_tty.
8659
d512d31c
PA
86602017-05-04 Pedro Alves <palves@redhat.com>
8661
8662 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8663 Add parens to print call for Python 3.
8664
90cef2ed
KS
86652017-05-03 Keith Seitz <keiths@redhat.com>
8666
8667 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8668 (main): Call it.
8669
14f819c8
TW
86702017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8671
8672 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8673 to prev and next.
8674
913aeadd
TW
86752017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8676
8677 * gdb.python/py-record-btrace.exp: Remove test for
8678 gdb.BtraceInstruction.error.
8679
a3be24ad
TW
86802017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8681
8682 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8683
ae20e79a
TW
86842017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8685
8686 * gdb.python/py-record-btrace-threads.c: New file.
8687 * gdb.python/py-record-btrace-threads.exp: New file.
8688
45ce1b47
SDJ
86892017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8690
8691 PR testsuite/8595
8692 * gdb.base/environ.exp: Make test available in all architectures.
8693 Move bits related to "info program" testing to
8694 gdb.base/info-program.exp. Rewrite tests to use the two new
8695 procedures mentione below.
8696 (test_set_show_env_var) New procedure.
8697 (test_set_show_env_var_equal): Likewise.
8698 * gdb.base/info-program.exp: New file.
8699
e15c3eb4
KS
87002017-04-27 Keith Seitz <keiths@redhat.com>
8701
8702 * gdb.cp/oranking.cc (test15): New function.
8703 (main): Call test15 and declare additional variables for testing.
8704 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8705 "p foo101('abc')" tests.
8706 Add tests for cv qualifier overloads.
8707 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8708 "lvalue reference overload" test.
8709 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8710 "print value of f1 on Child&& in f2" test.
8711
3a3fd0fd
PA
87122017-04-19 Pedro Alves <palves@redhat.com>
8713
8714 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8715 procedure.
8716 (top level): Call it.
8717 * lib/gdb.exp (gdb_define_cmd): New procedure.
8718
53375380
PA
87192017-04-12 Pedro Alves <palves@redhat.com>
8720
8721 PR gdb/21323
8722 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8723 (wchar): New global.
8724 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8725 (do_test_wide_char, wide_char_types_no_program, top level): Add
8726 wchar_t testing.
8727
53e710ac
PA
87282017-04-12 Pedro Alves <palves@redhat.com>
8729
8730 PR c++/21323
8731 * gdb.cp/wide_char_types.c: New file.
8732 * gdb.cp/wide_char_types.exp: New file.
8733
0ad9d8c7
SDJ
87342017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8735
8736 PR gdb/21352
8737 * gdb.trace/tsv.exp: Add test for "tsave -r".
8738
b1b45502
IB
87392017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8740
8741 * gdb.dlang/watch-loc.c: New file.
8742 * gdb.dlang/watch-loc.exp: New file.
8743
ec13808e
JK
87442017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8745
8746 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8747
fe5f7374
AK
87482017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8749
8750 * gdb.arch/arc-analyze-prologue.S: New file.
8751 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8752
eea78757
AK
87532017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8754
8755 * gdb.arch/arc-decode-insn.S: New file.
8756 * gdb.arch/arc-decode-insn.exp: Likewise.
8757
5badf10a
IR
87582017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8759
8760 PR tdep/20928
8761 * gdb.arch/sparc64-regs.exp: New file.
8762 * gdb.arch/sparc64-regs.S: Likewise.
8763
cee59b3f
TW
87642017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8765
8766 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8767 and memory view on Python 3.
8768
c0f55cc6
AV
87692017-03-20 Artemiy Volkov <artemiyv@acm.org>
8770 Keith Seitz <keiths@redhat.com>
8771
8772 PR gdb/14441
8773 * gdb.cp/demangle.exp: Add rvalue reference tests.
8774 * gdb.cp/rvalue-ref-casts.cc: New file.
8775 * gdb.cp/rvalue-ref-casts.exp: New file.
8776 * gdb.cp/rvalue-ref-overload.cc: New file.
8777 * gdb.cp/rvalue-ref-overload.exp: New file.
8778 * gdb.cp/rvalue-ref-params.cc: New file.
8779 * gdb.cp/rvalue-ref-params.exp: New file.
8780 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8781 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8782 * gdb.cp/rvalue-ref-types.cc: New file.
8783 * gdb.cp/rvalue-ref-types.exp: New file.
8784 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8785 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8786
51457a05
MAL
87872017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8788
8789 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8790 New procedure.
8791
5b291c04
MAL
87922017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8793
8794 * lib/mi-support.exp (mi_gdb_test): Add additional message
8795 for unexpected output.
8796
59a56148
AA
87972017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8798
8799 * gdb.base/examine-backward.c (Barrier): New character array
8800 constant, to ensure that TestStrings is preceded by a string
8801 terminator.
8802
7942e96e
AA
88032017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8804
8805 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8806 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8807 and implicit pointer into such a location.
8808
6ebac3fb
DE
88092017-03-16 Doug Evans <dje@google.com>
8810
8811 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8812
ec3b243d
TP
88132017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8814
8815 * gdb.cp/m-static.exp: Fix expectation for prototype of
8816 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8817
88182017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8819
8820 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8821 * gdb.guile/scm-lazy-string.c: New file.
8822 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8823 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8824 for pointer, array, typedef lazy strings.
8825
2cc36e25 88262017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8827
8828 PR python/17728, python/18439, python/18779
8829 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8830 * gdb.python/py-lazy-string.c (pointer): New typedef.
8831 (main): New locals ptr, array, typedef_ptr.
8832 * gdb.python/py-value.exp: Move lazy string tests to ...
8833 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8834 array, typedef lazy strings.
ec3b243d 8835
0efcde63
AK
88362017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8837
8838 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8839 Add optional 'test' parameter.
8840
7978d7c3
SM
88412017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8842
8843 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8844 Skip for versions of DejaGnu < 1.5.
8845
896c0c1e
SM
88462017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8847
8848 * lib/gdb.exp (dejagnu_version): New proc.
8849 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8850 Use dejagnu_version.
8851
5f4d1085
KS
88522017-03-10 Keith Seitz <keiths@redhat.com>
8853
8854 PR c++/8128
8855 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8856 type from destructor regexps.
8857 Add a branch which actually passes the test.
8858 Adjust "ptype t5i" test names.
8859
1de05205
PA
88602017-03-08 Pedro Alves <palves@redhat.com>
8861
8862 * gdb.base/step-over-exit.exp: Add explicit test message.
8863
c65d6b55
PA
88642017-03-08 Pedro Alves <palves@redhat.com>
8865
8866 PR gdb/18360
8867 * gdb.threads/interrupt-while-step-over.c: New file.
8868 * gdb.threads/interrupt-while-step-over.exp: New file.
8869
2e86a283
PA
88702017-03-08 Pedro Alves <palves@redhat.com>
8871
8872 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8873 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8874
25dcbff6
PA
88752017-03-08 Pedro Alves <palves@redhat.com>
8876
8877 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8878 PKRU as not supported as a PASS.
8879
dc9366eb
PA
88802017-03-08 Pedro Alves <palves@redhat.com>
8881
8882 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8883 prefix instead of $binfile1/$binfile2.
8884 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8885 in test message.
8886 * gdb.python/py-completion.exp: Use "load python file" as test
8887 messages instead of unstable path names.
8888
6e5d74e7
PA
88892017-03-08 Pedro Alves <palves@redhat.com>
8890 Jan Kratochvil <jan.kratochvil@redhat.com>
8891
8892 PR cli/21218
8893 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8894 New proc.
8895 (top level): Call it.
8896
9753a2f6
PA
88972017-03-08 Pedro Alves <palves@redhat.com>
8898
8899 PR tui/21216
8900 * gdb.tui/tui-nl-filtered-output.exp: New file.
8901
1a4dd9dd
PA
89022017-03-08 Pedro Alves <palves@redhat.com>
8903
8904 * gdb.base/completion.exp: Move TUI completion tests to ...
8905 * gdb.tui/completion.exp: ... this new file.
8906
7cbbff33
PA
89072017-03-08 Pedro Alves <palves@redhat.com>
8908
8909 * gdb.base/tui-disasm-long-lines.c,
8910 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8911 gdb.base/tui-layout.exp: Move to ...
8912 * gdb.tui/: ... this new directory.
8913
5f6fd321
PA
89142017-03-07 Pedro Alves <palves@redhat.com>
8915
8916 * gdb.base/tui-layout.c: New file.
8917 * gdb.base/tui-layout.exp: New file.
8918
44959fa8
PA
89192017-03-07 Pedro Alves <palves@redhat.com>
8920
8921 * gdb.base/tui-layout.c: Rename to ...
8922 * gdb.base/tui-disasm-long-lines.c: ... this.
8923 * gdb.base/tui-layout.exp: Rename to ...
8924 * gdb.base/tui-disasm-long-lines.exp: ... this.
8925
f8c4e718
PA
89262017-03-07 Pedro Alves <palves@redhat.com>
8927
8928 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8929
6dbb839a 89302017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8931
8932 * i386-mpx-call.c: New file.
8933 * i386-mpx-call.exp: New file.
8934
65b48a81
PB
89352017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8936
8937 * gdb.arch/powerpc-power.exp: Delete test.
8938 * gdb.arch/powerpc-power.s: Likewise.
8939 * gdb.disasm/disassembler-options.exp: New test.
8940 * gdb.arch/powerpc-altivec.exp: Likewise.
8941 * gdb.arch/powerpc-altivec.s: Likewise.
8942 * gdb.arch/powerpc-altivec2.exp: Likewise.
8943 * gdb.arch/powerpc-altivec2.s: Likewise.
8944 * gdb.arch/powerpc-altivec3.exp: Likewise.
8945 * gdb.arch/powerpc-altivec3.s: Likewise.
8946 * gdb.arch/powerpc-power7.exp: Likewise.
8947 * gdb.arch/powerpc-power7.s: Likewise.
8948 * gdb.arch/powerpc-power8.exp: Likewise.
8949 * gdb.arch/powerpc-power8.s: Likewise.
8950 * gdb.arch/powerpc-power9.exp: Likewise.
8951 * gdb.arch/powerpc-power9.s: Likewise.
8952 * gdb.arch/powerpc-vsx.exp: Likewise.
8953 * gdb.arch/powerpc-vsx.s: Likewise.
8954 * gdb.arch/powerpc-vsx2.exp: Likewise.
8955 * gdb.arch/powerpc-vsx2.s: Likewise.
8956 * gdb.arch/powerpc-vsx3.exp: Likewise.
8957 * gdb.arch/powerpc-vsx3.s: Likewise.
8958 * gdb.arch/arm-disassembler-options.exp: Likewise.
8959 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8960 * gdb.arch/s390-disassembler-options.exp: Likewise.
8961
17cd4947
LM
89622017-02-23 Luis Machado <lgustavo@codesourcery.com>
8963
8964 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8965 (check_supported_features): ... this. Changed return type to void.
8966 (supports_rdseed): New static global.
8967 (rdseed): Check supports_rdseed.
8968 (initialize): Call check_supported_features.
8969
2039d74e
EBM
89702017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8971
8972 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8973 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8974 and lqarx/stqcx.
8975 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8976 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8977
a51d7ecf
EBM
89782017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8979
8980 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8981 uppercase.
8982
0224619f
JK
89832017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8984
8985 * gdb.dwarf2/formdata16.c: New file.
8986 * gdb.dwarf2/formdata16.exp: New file.
8987 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8988
216f72a1
JK
89892017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8990
8991 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8992 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8993 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8994 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8995 DW_AT_GNU_*.
8996
43988095
JK
89972017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8998
8999 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9000
99e8a4f9
SDJ
90012017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9002
9003 PR gdb/21164
9004 * gdb.base/maint.exp: Add testcases for when the commands do
9005 not have arguments.
9006
b58a8c0c
TP
90072017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9008
9009 * gdb.cp/chained-calls.exp: Use p instead of P.
9010
4e746bb6
TW
90112017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9012
9013 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9014 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9015
3f77c769
TT
90162017-02-14 Tom Tromey <tom@tromey.com>
9017
9018 PR python/13598:
9019 * gdb.python/py-events.exp: Add before_prompt event tests.
9020
075beec0
AA
90212017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9022
9023 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9024
bf5f525c
LM
90252017-02-13 Luis Machado <lgustavo@codesourcery.com>
9026
9027 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9028 (main): Call my_unique_function_name.
9029 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9030 completion of patterns with a single match.
9031 Add missing -re switches to gdb_test_multiple calls.
9032
13a66184
LM
90332017-02-13 Luis Machado <lgustavo@codesourcery.com>
9034
9035 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9036 return if core file is not recognized.
9037
26a06916
SM
90382017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9039
9040 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9041 and extra UIs.
9042
b761ca9e
SM
90432017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9044
9045 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9046 proc_with_prefix.
9047
b964bee0
TT
90482017-02-10 Tom Tromey <tom@tromey.com>
9049
9050 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9051
18da0c51
MG
90522017-02-10 Martin Galvan <martingalvan@sourceware.org>
9053
9054 PR gdb/21122
9055 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9056
604c4576
JG
90572017-02-08 Jerome Guitton <guitton@adacore.com>
9058
9059 * gdb.base/define.exp: Add test for command abbreviations
9060 in define.
9061
20b477a7
LM
90622017-02-06 Luis Machado <lgustavo@codesourcery.com>
9063
9064 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9065 * gdb.reverse/insn-reverse-x86.c: New file.
9066
3f7b46f2
IR
90672017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9068
9069 PR tdep/20936
9070 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9071
f0fd41c1
TT
90722017-02-03 Tom Tromey <tom@tromey.com>
9073
9074 PR rust/21097:
9075 * gdb.rust/simple.exp: Add new tests.
9076
5be5dbf0
PA
90772017-02-02 Pedro Alves <palves@redhat.com>
9078
9079 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9080 tests.
9081
7346ef59
AA
90822017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9083
9084 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9085 taking a 2-byte value out of a 4-byte DWARF implicit value on
9086 big-endian targets.
9087 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9088 logic. Add test cases for DW_OP_implicit.
9089
787f0025
MM
90902017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9091
9092 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9093
68777c29
MM
90942017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9095
9096 * gdb.btrace/enable.exp: Call gdb_exit before
9097 skip_gdbserver_tests.
9098
0a1c7e28
MM
90992017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9100
9101 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9102 GDBFLAGS.
9103
b5ac99b0
MM
91042017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9105
9106 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9107 the test is skipped.
9108 * gdb.btrace/data.exp: Likewise.
9109 * gdb.btrace/delta.exp: Likewise.
9110 * gdb.btrace/dlopen.exp: Likewise.
9111 * gdb.btrace/enable-running.exp: Likewise.
9112 * gdb.btrace/enable.exp: Likewise.
9113 * gdb.btrace/exception.exp: Likewise.
9114 * gdb.btrace/function_call_history.exp: Likewise.
9115 * gdb.btrace/gcore.exp: Likewise.
9116 * gdb.btrace/instruction_history.exp: Likewise.
9117 * gdb.btrace/multi-thread-step.exp: Likewise.
9118 * gdb.btrace/nohist.exp: Likewise.
9119 * gdb.btrace/non-stop.exp: Likewise.
9120 * gdb.btrace/reconnect.exp: Likewise.
9121 * gdb.btrace/record_goto-step.exp: Likewise.
9122 * gdb.btrace/record_goto.exp: Likewise.
9123 * gdb.btrace/rn-dl-bind.exp: Likewise.
9124 * gdb.btrace/segv.exp: Likewise.
9125 * gdb.btrace/step.exp: Likewise.
9126 * gdb.btrace/stepi.exp: Likewise.
9127 * gdb.btrace/tailcall-only.exp: Likewise.
9128 * gdb.btrace/tailcall.exp: Likewise.
9129 * gdb.btrace/tsx.exp: Likewise.
9130 * gdb.btrace/unknown_functions.exp: Likewise.
9131 * gdb.btrace/vdso.exp: Likewise.
9132
cd4007e4
MM
91332017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9134
9135 * gdb.btrace/enable-running.c: New.
9136 * gdb.btrace/enable-running.exp: New.
9137
2735833d
WT
91382017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9139
9140 * gdb.arch/amd64-gs_base.c: New file.
9141 * gdb.arch/amd64-gs_base.exp: New file.
9142
b51e1e94
LM
91432017-01-26 Luis Machado <lgustavo@codesourcery.com>
9144
9145 * lib/memory.exp: Remove spurious empty newlines.
9146
72ca0410
SM
91472017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9148
9149 * gdb.python/py-bad-printers.exp: Load python file using "source".
9150 * gdb.python/py-events.exp: Likewise.
9151 * gdb.python/py-evsignal.exp: Likewise.
9152 * gdb.python/py-evthreads.exp: Likewise.
9153 * gdb.python/py-frame-args.exp: Likewise.
9154 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9155 * gdb.python/py-framefilter-mi.exp: Likewise.
9156 * gdb.python/py-framefilter.exp: Likewise.
9157 * gdb.python/py-mi.exp: Likewise.
9158 * gdb.python/py-pp-maint.exp: Likewise.
9159 * gdb.python/py-pp-registration.exp: Likewise.
9160 * gdb.python/py-prettyprint.exp: Likewise.
9161 (run_lang_tests): Likewise.
9162 * gdb.python/py-typeprint.exp: Likewise.
9163
e309aa65
LM
91642017-01-26 Luis Machado <lgustavo@codesourcery.com>
9165
9166 * lib/memory.exp: New file.
9167 * lib/gdb.exp: Load memory.exp.
9168 * gdb.base/memattr.exp (delete_memory): Move proc to
9169 lib/memory.exp and rename to delete_memory_regions.
9170 Replace delete_memory with delete_memory_regions.
9171 Cleanup memory regions before tests.
9172 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9173 before tests.
9174
515aff23
LM
91752017-01-26 Luis Machado <lgustavo@codesourcery.com>
9176
9177 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9178 files.
9179 (initialize): New function conditionally defined.
9180 (testcases): Move within conditional block.
9181 (main): Call initialize.
9182 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9183 of gdb.reverse/insn-reverse.c.
9184 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9185 gdb.reverse/insn-reverse.c.
9186
d8b49cf0
YQ
91872017-01-26 Yao Qi <yao.qi@linaro.org>
9188
9189 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9190 disassemble on address 0.
9191
f13a9a0c
YQ
91922017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9193 Yao Qi <yao.qi@linaro.org>
9194
9195 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9196 * gdb.dwarf2/implptr-64bit.S: Remove.
9197 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9198 variables in caller's context. Add DW_OP_implicit_value.
9199
5ac95241
YQ
92002017-01-25 Yao Qi <yao.qi@linaro.org>
9201
9202 * lib/dwarf.exp (Dwarf::_location): Handle
9203 DW_OP_GNU_implicit_pointer with proper size.
9204
23e82930
LM
92052017-01-20 Luis Machado <lgustavo@codesourcery.com>
9206
9207 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9208 and add untested calls.
9209
d334ae25
LM
92102017-01-20 Luis Machado <lgustavo@codesourcery.com>
9211
9212 * gdb.python/python.exp: Check line number against what GDB thinks
9213 the line number is for func1.
9214
f5e6296e
IB
92152017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9216
9217 * gdb.dlang/debug-expr.exp: New file.
9218
5b362f04
LM
92192016-12-23 Luis Machado <lgustavo@codesourcery.com>
9220
9221 Fix test names for the following files:
9222
9223 * gdb.ada/exec_changed.exp
9224 * gdb.ada/info_types.exp
9225 * gdb.arch/aarch64-atomic-inst.exp
9226 * gdb.arch/aarch64-fp.exp
9227 * gdb.arch/altivec-abi.exp
9228 * gdb.arch/altivec-regs.exp
9229 * gdb.arch/amd64-byte.exp
9230 * gdb.arch/amd64-disp-step.exp
9231 * gdb.arch/amd64-dword.exp
9232 * gdb.arch/amd64-entry-value-inline.exp
9233 * gdb.arch/amd64-entry-value-param.exp
9234 * gdb.arch/amd64-entry-value-paramref.exp
9235 * gdb.arch/amd64-entry-value.exp
9236 * gdb.arch/amd64-i386-address.exp
9237 * gdb.arch/amd64-invalid-stack-middle.exp
9238 * gdb.arch/amd64-invalid-stack-top.exp
9239 * gdb.arch/amd64-optimout-repeat.exp
9240 * gdb.arch/amd64-prologue-skip.exp
9241 * gdb.arch/amd64-prologue-xmm.exp
9242 * gdb.arch/amd64-stap-special-operands.exp
9243 * gdb.arch/amd64-stap-wrong-subexp.exp
9244 * gdb.arch/amd64-tailcall-cxx.exp
9245 * gdb.arch/amd64-tailcall-noret.exp
9246 * gdb.arch/amd64-tailcall-ret.exp
9247 * gdb.arch/amd64-tailcall-self.exp
9248 * gdb.arch/amd64-word.exp
9249 * gdb.arch/arm-bl-branch-dest.exp
9250 * gdb.arch/arm-disp-step.exp
9251 * gdb.arch/arm-neon.exp
9252 * gdb.arch/arm-single-step-kernel-helper.exp
9253 * gdb.arch/avr-flash-qualifier.exp
9254 * gdb.arch/disp-step-insn-reloc.exp
9255 * gdb.arch/e500-abi.exp
9256 * gdb.arch/e500-regs.exp
9257 * gdb.arch/ftrace-insn-reloc.exp
9258 * gdb.arch/i386-avx512.exp
9259 * gdb.arch/i386-bp_permanent.exp
9260 * gdb.arch/i386-byte.exp
9261 * gdb.arch/i386-cfi-notcurrent.exp
9262 * gdb.arch/i386-disp-step.exp
9263 * gdb.arch/i386-dr3-watch.exp
9264 * gdb.arch/i386-float.exp
9265 * gdb.arch/i386-gnu-cfi.exp
9266 * gdb.arch/i386-mpx-map.exp
9267 * gdb.arch/i386-mpx-sigsegv.exp
9268 * gdb.arch/i386-mpx-simple_segv.exp
9269 * gdb.arch/i386-mpx.exp
9270 * gdb.arch/i386-permbkpt.exp
9271 * gdb.arch/i386-prologue.exp
9272 * gdb.arch/i386-signal.exp
9273 * gdb.arch/i386-size-overlap.exp
9274 * gdb.arch/i386-unwind.exp
9275 * gdb.arch/i386-word.exp
9276 * gdb.arch/mips-fcr.exp
9277 * gdb.arch/powerpc-d128-regs.exp
9278 * gdb.arch/powerpc-stackless.exp
9279 * gdb.arch/ppc64-atomic-inst.exp
9280 * gdb.arch/s390-stackless.exp
9281 * gdb.arch/s390-tdbregs.exp
9282 * gdb.arch/s390-vregs.exp
9283 * gdb.arch/sparc-sysstep.exp
9284 * gdb.arch/thumb-bx-pc.exp
9285 * gdb.arch/thumb-singlestep.exp
9286 * gdb.arch/thumb2-it.exp
9287 * gdb.arch/vsx-regs.exp
9288 * gdb.asm/asm-source.exp
9289 * gdb.base/a2-run.exp
9290 * gdb.base/advance.exp
9291 * gdb.base/all-bin.exp
9292 * gdb.base/anon.exp
9293 * gdb.base/args.exp
9294 * gdb.base/arithmet.exp
9295 * gdb.base/async-shell.exp
9296 * gdb.base/async.exp
9297 * gdb.base/attach-pie-noexec.exp
9298 * gdb.base/attach-twice.exp
9299 * gdb.base/auto-load.exp
9300 * gdb.base/bang.exp
9301 * gdb.base/bitfields.exp
9302 * gdb.base/break-always.exp
9303 * gdb.base/break-caller-line.exp
9304 * gdb.base/break-entry.exp
9305 * gdb.base/break-inline.exp
9306 * gdb.base/break-on-linker-gcd-function.exp
9307 * gdb.base/break-probes.exp
9308 * gdb.base/break.exp
9309 * gdb.base/breakpoint-shadow.exp
9310 * gdb.base/call-ar-st.exp
9311 * gdb.base/call-sc.exp
9312 * gdb.base/call-signal-resume.exp
9313 * gdb.base/call-strs.exp
9314 * gdb.base/callfuncs.exp
9315 * gdb.base/catch-fork-static.exp
9316 * gdb.base/catch-gdb-caused-signals.exp
9317 * gdb.base/catch-load.exp
9318 * gdb.base/catch-signal-fork.exp
9319 * gdb.base/catch-signal.exp
9320 * gdb.base/catch-syscall.exp
9321 * gdb.base/charset.exp
9322 * gdb.base/checkpoint.exp
9323 * gdb.base/chng-syms.exp
9324 * gdb.base/code-expr.exp
9325 * gdb.base/code_elim.exp
9326 * gdb.base/commands.exp
9327 * gdb.base/completion.exp
9328 * gdb.base/complex.exp
9329 * gdb.base/cond-expr.exp
9330 * gdb.base/condbreak.exp
9331 * gdb.base/consecutive.exp
9332 * gdb.base/continue-all-already-running.exp
9333 * gdb.base/coredump-filter.exp
9334 * gdb.base/corefile.exp
9335 * gdb.base/dbx.exp
9336 * gdb.base/debug-expr.exp
9337 * gdb.base/define.exp
9338 * gdb.base/del.exp
9339 * gdb.base/disabled-location.exp
9340 * gdb.base/disasm-end-cu.exp
9341 * gdb.base/disasm-optim.exp
9342 * gdb.base/display.exp
9343 * gdb.base/duplicate-bp.exp
9344 * gdb.base/ena-dis-br.exp
9345 * gdb.base/ending-run.exp
9346 * gdb.base/enumval.exp
9347 * gdb.base/environ.exp
9348 * gdb.base/eu-strip-infcall.exp
9349 * gdb.base/eval-avoid-side-effects.exp
9350 * gdb.base/eval-skip.exp
9351 * gdb.base/exitsignal.exp
9352 * gdb.base/expand-psymtabs.exp
9353 * gdb.base/filesym.exp
9354 * gdb.base/find-unmapped.exp
9355 * gdb.base/finish.exp
9356 * gdb.base/float.exp
9357 * gdb.base/foll-exec-mode.exp
9358 * gdb.base/foll-exec.exp
9359 * gdb.base/foll-fork.exp
9360 * gdb.base/fortran-sym-case.exp
9361 * gdb.base/freebpcmd.exp
9362 * gdb.base/func-ptr.exp
9363 * gdb.base/func-ptrs.exp
9364 * gdb.base/funcargs.exp
9365 * gdb.base/gcore-buffer-overflow.exp
9366 * gdb.base/gcore-relro-pie.exp
9367 * gdb.base/gcore-relro.exp
9368 * gdb.base/gcore.exp
9369 * gdb.base/gdb1090.exp
9370 * gdb.base/gdb11530.exp
9371 * gdb.base/gdb11531.exp
9372 * gdb.base/gdb1821.exp
9373 * gdb.base/gdbindex-stabs.exp
9374 * gdb.base/gdbvars.exp
9375 * gdb.base/hbreak.exp
9376 * gdb.base/hbreak2.exp
9377 * gdb.base/included.exp
9378 * gdb.base/infcall-input.exp
9379 * gdb.base/inferior-died.exp
9380 * gdb.base/infnan.exp
9381 * gdb.base/info-macros.exp
9382 * gdb.base/info-os.exp
9383 * gdb.base/info-proc.exp
9384 * gdb.base/info-shared.exp
9385 * gdb.base/info-target.exp
9386 * gdb.base/infoline.exp
9387 * gdb.base/interp.exp
9388 * gdb.base/interrupt.exp
9389 * gdb.base/jit-reader.exp
9390 * gdb.base/jit-simple.exp
9391 * gdb.base/kill-after-signal.exp
9392 * gdb.base/kill-detach-inferiors-cmd.exp
9393 * gdb.base/label.exp
9394 * gdb.base/langs.exp
9395 * gdb.base/ldbl_e308.exp
9396 * gdb.base/line-symtabs.exp
9397 * gdb.base/linespecs.exp
9398 * gdb.base/list.exp
9399 * gdb.base/long_long.exp
9400 * gdb.base/longest-types.exp
9401 * gdb.base/maint.exp
9402 * gdb.base/max-value-size.exp
9403 * gdb.base/memattr.exp
9404 * gdb.base/mips_pro.exp
9405 * gdb.base/morestack.exp
9406 * gdb.base/moribund-step.exp
9407 * gdb.base/multi-forks.exp
9408 * gdb.base/nested-addr.exp
9409 * gdb.base/nextoverexit.exp
9410 * gdb.base/noreturn-finish.exp
9411 * gdb.base/noreturn-return.exp
9412 * gdb.base/nostdlib.exp
9413 * gdb.base/offsets.exp
9414 * gdb.base/opaque.exp
9415 * gdb.base/pc-fp.exp
9416 * gdb.base/permissions.exp
9417 * gdb.base/print-symbol-loading.exp
9418 * gdb.base/prologue-include.exp
9419 * gdb.base/psymtab.exp
9420 * gdb.base/ptype.exp
9421 * gdb.base/random-signal.exp
9422 * gdb.base/randomize.exp
9423 * gdb.base/range-stepping.exp
9424 * gdb.base/readline-ask.exp
9425 * gdb.base/recpar.exp
9426 * gdb.base/recurse.exp
9427 * gdb.base/relational.exp
9428 * gdb.base/restore.exp
9429 * gdb.base/return-nodebug.exp
9430 * gdb.base/return.exp
9431 * gdb.base/run-after-attach.exp
9432 * gdb.base/save-bp.exp
9433 * gdb.base/scope.exp
9434 * gdb.base/sect-cmd.exp
9435 * gdb.base/set-lang-auto.exp
9436 * gdb.base/set-noassign.exp
9437 * gdb.base/setvar.exp
9438 * gdb.base/sigall.exp
9439 * gdb.base/sigbpt.exp
9440 * gdb.base/siginfo-addr.exp
9441 * gdb.base/siginfo-infcall.exp
9442 * gdb.base/siginfo-obj.exp
9443 * gdb.base/siginfo.exp
9444 * gdb.base/signals-state-child.exp
9445 * gdb.base/signest.exp
9446 * gdb.base/sigstep.exp
9447 * gdb.base/sizeof.exp
9448 * gdb.base/skip.exp
9449 * gdb.base/solib-corrupted.exp
9450 * gdb.base/solib-nodir.exp
9451 * gdb.base/solib-search.exp
9452 * gdb.base/stack-checking.exp
9453 * gdb.base/stale-infcall.exp
9454 * gdb.base/stap-probe.exp
9455 * gdb.base/start.exp
9456 * gdb.base/step-break.exp
9457 * gdb.base/step-bt.exp
9458 * gdb.base/step-line.exp
9459 * gdb.base/step-over-exit.exp
9460 * gdb.base/step-over-syscall.exp
9461 * gdb.base/step-resume-infcall.exp
9462 * gdb.base/step-test.exp
9463 * gdb.base/store.exp
9464 * gdb.base/structs3.exp
9465 * gdb.base/sym-file.exp
9466 * gdb.base/symbol-without-target_section.exp
9467 * gdb.base/term.exp
9468 * gdb.base/testenv.exp
9469 * gdb.base/ui-redirect.exp
9470 * gdb.base/until.exp
9471 * gdb.base/unwindonsignal.exp
9472 * gdb.base/value-double-free.exp
9473 * gdb.base/vla-datatypes.exp
9474 * gdb.base/vla-ptr.exp
9475 * gdb.base/vla-sideeffect.exp
9476 * gdb.base/volatile.exp
9477 * gdb.base/watch-cond-infcall.exp
9478 * gdb.base/watch-cond.exp
9479 * gdb.base/watch-non-mem.exp
9480 * gdb.base/watch-read.exp
9481 * gdb.base/watch-vfork.exp
9482 * gdb.base/watchpoint-cond-gone.exp
9483 * gdb.base/watchpoint-delete.exp
9484 * gdb.base/watchpoint-hw-hit-once.exp
9485 * gdb.base/watchpoint-hw.exp
9486 * gdb.base/watchpoint-stops-at-right-insn.exp
9487 * gdb.base/watchpoints.exp
9488 * gdb.base/wchar.exp
9489 * gdb.base/whatis-exp.exp
9490 * gdb.btrace/buffer-size.exp
9491 * gdb.btrace/data.exp
9492 * gdb.btrace/delta.exp
9493 * gdb.btrace/dlopen.exp
9494 * gdb.btrace/enable.exp
9495 * gdb.btrace/exception.exp
9496 * gdb.btrace/function_call_history.exp
9497 * gdb.btrace/gcore.exp
9498 * gdb.btrace/instruction_history.exp
9499 * gdb.btrace/nohist.exp
9500 * gdb.btrace/reconnect.exp
9501 * gdb.btrace/record_goto-step.exp
9502 * gdb.btrace/record_goto.exp
9503 * gdb.btrace/rn-dl-bind.exp
9504 * gdb.btrace/segv.exp
9505 * gdb.btrace/step.exp
9506 * gdb.btrace/stepi.exp
9507 * gdb.btrace/tailcall-only.exp
9508 * gdb.btrace/tailcall.exp
9509 * gdb.btrace/tsx.exp
9510 * gdb.btrace/unknown_functions.exp
9511 * gdb.btrace/vdso.exp
9512 * gdb.compile/compile-ifunc.exp
9513 * gdb.compile/compile-ops.exp
9514 * gdb.compile/compile-print.exp
9515 * gdb.compile/compile-setjmp.exp
9516 * gdb.cp/abstract-origin.exp
9517 * gdb.cp/ambiguous.exp
9518 * gdb.cp/annota2.exp
9519 * gdb.cp/annota3.exp
9520 * gdb.cp/anon-ns.exp
9521 * gdb.cp/anon-struct.exp
9522 * gdb.cp/anon-union.exp
9523 * gdb.cp/arg-reference.exp
9524 * gdb.cp/baseenum.exp
9525 * gdb.cp/bool.exp
9526 * gdb.cp/breakpoint.exp
9527 * gdb.cp/bs15503.exp
9528 * gdb.cp/call-c.exp
9529 * gdb.cp/casts.exp
9530 * gdb.cp/chained-calls.exp
9531 * gdb.cp/class2.exp
9532 * gdb.cp/classes.exp
9533 * gdb.cp/cmpd-minsyms.exp
9534 * gdb.cp/converts.exp
9535 * gdb.cp/cp-relocate.exp
9536 * gdb.cp/cpcompletion.exp
9537 * gdb.cp/cpexprs.exp
9538 * gdb.cp/cplabel.exp
9539 * gdb.cp/cplusfuncs.exp
9540 * gdb.cp/cpsizeof.exp
9541 * gdb.cp/ctti.exp
9542 * gdb.cp/derivation.exp
9543 * gdb.cp/destrprint.exp
9544 * gdb.cp/dispcxx.exp
9545 * gdb.cp/enum-class.exp
9546 * gdb.cp/exception.exp
9547 * gdb.cp/exceptprint.exp
9548 * gdb.cp/expand-psymtabs-cxx.exp
9549 * gdb.cp/expand-sals.exp
9550 * gdb.cp/extern-c.exp
9551 * gdb.cp/filename.exp
9552 * gdb.cp/formatted-ref.exp
9553 * gdb.cp/fpointer.exp
9554 * gdb.cp/gdb1355.exp
9555 * gdb.cp/gdb2495.exp
9556 * gdb.cp/hang.exp
9557 * gdb.cp/impl-this.exp
9558 * gdb.cp/infcall-dlopen.exp
9559 * gdb.cp/inherit.exp
9560 * gdb.cp/iostream.exp
9561 * gdb.cp/koenig.exp
9562 * gdb.cp/local.exp
9563 * gdb.cp/m-data.exp
9564 * gdb.cp/m-static.exp
9565 * gdb.cp/mb-ctor.exp
9566 * gdb.cp/mb-inline.exp
9567 * gdb.cp/mb-templates.exp
9568 * gdb.cp/member-name.exp
9569 * gdb.cp/member-ptr.exp
9570 * gdb.cp/meth-typedefs.exp
9571 * gdb.cp/method.exp
9572 * gdb.cp/method2.exp
9573 * gdb.cp/minsym-fallback.exp
9574 * gdb.cp/misc.exp
9575 * gdb.cp/namelessclass.exp
9576 * gdb.cp/namespace-enum.exp
9577 * gdb.cp/namespace-nested-import.exp
9578 * gdb.cp/namespace.exp
9579 * gdb.cp/nextoverthrow.exp
9580 * gdb.cp/no-dmgl-verbose.exp
9581 * gdb.cp/non-trivial-retval.exp
9582 * gdb.cp/noparam.exp
9583 * gdb.cp/nsdecl.exp
9584 * gdb.cp/nsimport.exp
9585 * gdb.cp/nsnested.exp
9586 * gdb.cp/nsnoimports.exp
9587 * gdb.cp/nsrecurs.exp
9588 * gdb.cp/nsstress.exp
9589 * gdb.cp/nsusing.exp
9590 * gdb.cp/operator.exp
9591 * gdb.cp/oranking.exp
9592 * gdb.cp/overload-const.exp
9593 * gdb.cp/overload.exp
9594 * gdb.cp/ovldbreak.exp
9595 * gdb.cp/ovsrch.exp
9596 * gdb.cp/paren-type.exp
9597 * gdb.cp/parse-lang.exp
9598 * gdb.cp/pass-by-ref.exp
9599 * gdb.cp/pr-1023.exp
9600 * gdb.cp/pr-1210.exp
9601 * gdb.cp/pr-574.exp
9602 * gdb.cp/pr10687.exp
9603 * gdb.cp/pr12028.exp
9604 * gdb.cp/pr17132.exp
9605 * gdb.cp/pr17494.exp
9606 * gdb.cp/pr9067.exp
9607 * gdb.cp/pr9167.exp
9608 * gdb.cp/pr9631.exp
9609 * gdb.cp/printmethod.exp
9610 * gdb.cp/psmang.exp
9611 * gdb.cp/psymtab-parameter.exp
9612 * gdb.cp/ptype-cv-cp.exp
9613 * gdb.cp/ptype-flags.exp
9614 * gdb.cp/re-set-overloaded.exp
9615 * gdb.cp/ref-types.exp
9616 * gdb.cp/rtti.exp
9617 * gdb.cp/scope-err.exp
9618 * gdb.cp/shadow.exp
9619 * gdb.cp/smartp.exp
9620 * gdb.cp/static-method.exp
9621 * gdb.cp/static-print-quit.exp
9622 * gdb.cp/temargs.exp
9623 * gdb.cp/templates.exp
9624 * gdb.cp/try_catch.exp
9625 * gdb.cp/typedef-operator.exp
9626 * gdb.cp/typeid.exp
9627 * gdb.cp/userdef.exp
9628 * gdb.cp/using-crash.exp
9629 * gdb.cp/var-tag.exp
9630 * gdb.cp/virtbase.exp
9631 * gdb.cp/virtfunc.exp
9632 * gdb.cp/virtfunc2.exp
9633 * gdb.cp/vla-cxx.exp
9634 * gdb.disasm/t01_mov.exp
9635 * gdb.disasm/t02_mova.exp
9636 * gdb.disasm/t03_add.exp
9637 * gdb.disasm/t04_sub.exp
9638 * gdb.disasm/t05_cmp.exp
9639 * gdb.disasm/t06_ari2.exp
9640 * gdb.disasm/t07_ari3.exp
9641 * gdb.disasm/t08_or.exp
9642 * gdb.disasm/t09_xor.exp
9643 * gdb.disasm/t10_and.exp
9644 * gdb.disasm/t11_logs.exp
9645 * gdb.disasm/t12_bit.exp
9646 * gdb.disasm/t13_otr.exp
9647 * gdb.dlang/circular.exp
9648 * gdb.dwarf2/arr-stride.exp
9649 * gdb.dwarf2/arr-subrange.exp
9650 * gdb.dwarf2/atomic-type.exp
9651 * gdb.dwarf2/bad-regnum.exp
9652 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9653 * gdb.dwarf2/callframecfa.exp
9654 * gdb.dwarf2/clztest.exp
9655 * gdb.dwarf2/corrupt.exp
9656 * gdb.dwarf2/data-loc.exp
9657 * gdb.dwarf2/dup-psym.exp
9658 * gdb.dwarf2/dw2-anon-mptr.exp
9659 * gdb.dwarf2/dw2-anonymous-func.exp
9660 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9661 * gdb.dwarf2/dw2-bad-unresolved.exp
9662 * gdb.dwarf2/dw2-basic.exp
9663 * gdb.dwarf2/dw2-canonicalize-type.exp
9664 * gdb.dwarf2/dw2-case-insensitive.exp
9665 * gdb.dwarf2/dw2-common-block.exp
9666 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9667 * gdb.dwarf2/dw2-compressed.exp
9668 * gdb.dwarf2/dw2-const.exp
9669 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9670 * gdb.dwarf2/dw2-cu-size.exp
9671 * gdb.dwarf2/dw2-dup-frame.exp
9672 * gdb.dwarf2/dw2-entry-value.exp
9673 * gdb.dwarf2/dw2-icycle.exp
9674 * gdb.dwarf2/dw2-ifort-parameter.exp
9675 * gdb.dwarf2/dw2-inline-break.exp
9676 * gdb.dwarf2/dw2-inline-param.exp
9677 * gdb.dwarf2/dw2-intercu.exp
9678 * gdb.dwarf2/dw2-intermix.exp
9679 * gdb.dwarf2/dw2-lexical-block-bare.exp
9680 * gdb.dwarf2/dw2-linkage-name-trust.exp
9681 * gdb.dwarf2/dw2-minsym-in-cu.exp
9682 * gdb.dwarf2/dw2-noloc.exp
9683 * gdb.dwarf2/dw2-op-call.exp
9684 * gdb.dwarf2/dw2-op-out-param.exp
9685 * gdb.dwarf2/dw2-opt-structptr.exp
9686 * gdb.dwarf2/dw2-param-error.exp
9687 * gdb.dwarf2/dw2-producer.exp
9688 * gdb.dwarf2/dw2-ranges-base.exp
9689 * gdb.dwarf2/dw2-ref-missing-frame.exp
9690 * gdb.dwarf2/dw2-reg-undefined.exp
9691 * gdb.dwarf2/dw2-regno-invalid.exp
9692 * gdb.dwarf2/dw2-restore.exp
9693 * gdb.dwarf2/dw2-restrict.exp
9694 * gdb.dwarf2/dw2-single-line-discriminators.exp
9695 * gdb.dwarf2/dw2-strp.exp
9696 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9697 * gdb.dwarf2/dw2-unresolved.exp
9698 * gdb.dwarf2/dw2-var-zero-addr.exp
9699 * gdb.dwarf2/dw4-sig-types.exp
9700 * gdb.dwarf2/dwz.exp
9701 * gdb.dwarf2/dynarr-ptr.exp
9702 * gdb.dwarf2/enum-type.exp
9703 * gdb.dwarf2/gdb-index.exp
9704 * gdb.dwarf2/implptr-64bit.exp
9705 * gdb.dwarf2/implptr-optimized-out.exp
9706 * gdb.dwarf2/implptr.exp
9707 * gdb.dwarf2/implref-array.exp
9708 * gdb.dwarf2/implref-const.exp
9709 * gdb.dwarf2/implref-global.exp
9710 * gdb.dwarf2/implref-struct.exp
9711 * gdb.dwarf2/mac-fileno.exp
9712 * gdb.dwarf2/main-subprogram.exp
9713 * gdb.dwarf2/member-ptr-forwardref.exp
9714 * gdb.dwarf2/method-ptr.exp
9715 * gdb.dwarf2/missing-sig-type.exp
9716 * gdb.dwarf2/nonvar-access.exp
9717 * gdb.dwarf2/opaque-type-lookup.exp
9718 * gdb.dwarf2/pieces-optimized-out.exp
9719 * gdb.dwarf2/pieces.exp
9720 * gdb.dwarf2/pr10770.exp
9721 * gdb.dwarf2/pr13961.exp
9722 * gdb.dwarf2/staticvirtual.exp
9723 * gdb.dwarf2/subrange.exp
9724 * gdb.dwarf2/symtab-producer.exp
9725 * gdb.dwarf2/trace-crash.exp
9726 * gdb.dwarf2/typeddwarf.exp
9727 * gdb.dwarf2/valop.exp
9728 * gdb.dwarf2/watch-notconst.exp
9729 * gdb.fortran/array-element.exp
9730 * gdb.fortran/charset.exp
9731 * gdb.fortran/common-block.exp
9732 * gdb.fortran/complex.exp
9733 * gdb.fortran/derived-type-function.exp
9734 * gdb.fortran/derived-type.exp
9735 * gdb.fortran/logical.exp
9736 * gdb.fortran/module.exp
9737 * gdb.fortran/multi-dim.exp
9738 * gdb.fortran/nested-funcs.exp
9739 * gdb.fortran/print-formatted.exp
9740 * gdb.fortran/subarray.exp
9741 * gdb.fortran/vla-alloc-assoc.exp
9742 * gdb.fortran/vla-datatypes.exp
9743 * gdb.fortran/vla-history.exp
9744 * gdb.fortran/vla-ptr-info.exp
9745 * gdb.fortran/vla-ptype-sub.exp
9746 * gdb.fortran/vla-ptype.exp
9747 * gdb.fortran/vla-sizeof.exp
9748 * gdb.fortran/vla-type.exp
9749 * gdb.fortran/vla-value-sub-arbitrary.exp
9750 * gdb.fortran/vla-value-sub-finish.exp
9751 * gdb.fortran/vla-value-sub.exp
9752 * gdb.fortran/vla-value.exp
9753 * gdb.fortran/whatis_type.exp
9754 * gdb.go/chan.exp
9755 * gdb.go/handcall.exp
9756 * gdb.go/hello.exp
9757 * gdb.go/integers.exp
9758 * gdb.go/methods.exp
9759 * gdb.go/package.exp
9760 * gdb.go/strings.exp
9761 * gdb.go/types.exp
9762 * gdb.go/unsafe.exp
9763 * gdb.guile/scm-arch.exp
9764 * gdb.guile/scm-block.exp
9765 * gdb.guile/scm-breakpoint.exp
9766 * gdb.guile/scm-cmd.exp
9767 * gdb.guile/scm-disasm.exp
9768 * gdb.guile/scm-equal.exp
9769 * gdb.guile/scm-frame-args.exp
9770 * gdb.guile/scm-frame-inline.exp
9771 * gdb.guile/scm-frame.exp
9772 * gdb.guile/scm-iterator.exp
9773 * gdb.guile/scm-math.exp
9774 * gdb.guile/scm-objfile.exp
9775 * gdb.guile/scm-ports.exp
9776 * gdb.guile/scm-symbol.exp
9777 * gdb.guile/scm-symtab.exp
9778 * gdb.guile/scm-value-cc.exp
9779 * gdb.guile/types-module.exp
9780 * gdb.linespec/break-ask.exp
9781 * gdb.linespec/cpexplicit.exp
9782 * gdb.linespec/explicit.exp
9783 * gdb.linespec/keywords.exp
9784 * gdb.linespec/linespec.exp
9785 * gdb.linespec/ls-dollar.exp
9786 * gdb.linespec/ls-errs.exp
9787 * gdb.linespec/skip-two.exp
9788 * gdb.linespec/thread.exp
9789 * gdb.mi/mi-async.exp
9790 * gdb.mi/mi-basics.exp
9791 * gdb.mi/mi-break.exp
9792 * gdb.mi/mi-catch-load.exp
9793 * gdb.mi/mi-cli.exp
9794 * gdb.mi/mi-cmd-param-changed.exp
9795 * gdb.mi/mi-console.exp
9796 * gdb.mi/mi-detach.exp
9797 * gdb.mi/mi-disassemble.exp
9798 * gdb.mi/mi-eval.exp
9799 * gdb.mi/mi-file-transfer.exp
9800 * gdb.mi/mi-file.exp
9801 * gdb.mi/mi-fill-memory.exp
9802 * gdb.mi/mi-inheritance-syntax-error.exp
9803 * gdb.mi/mi-linespec-err-cp.exp
9804 * gdb.mi/mi-logging.exp
9805 * gdb.mi/mi-memory-changed.exp
9806 * gdb.mi/mi-read-memory.exp
9807 * gdb.mi/mi-record-changed.exp
9808 * gdb.mi/mi-reg-undefined.exp
9809 * gdb.mi/mi-regs.exp
9810 * gdb.mi/mi-return.exp
9811 * gdb.mi/mi-reverse.exp
9812 * gdb.mi/mi-simplerun.exp
9813 * gdb.mi/mi-solib.exp
9814 * gdb.mi/mi-stack.exp
9815 * gdb.mi/mi-stepi.exp
9816 * gdb.mi/mi-syn-frame.exp
9817 * gdb.mi/mi-until.exp
9818 * gdb.mi/mi-var-block.exp
9819 * gdb.mi/mi-var-child.exp
9820 * gdb.mi/mi-var-cmd.exp
9821 * gdb.mi/mi-var-cp.exp
9822 * gdb.mi/mi-var-display.exp
9823 * gdb.mi/mi-var-invalidate.exp
9824 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9825 * gdb.mi/mi-vla-fortran.exp
9826 * gdb.mi/mi-watch.exp
9827 * gdb.mi/mi2-var-child.exp
9828 * gdb.mi/user-selected-context-sync.exp
9829 * gdb.modula2/unbounded-array.exp
9830 * gdb.multi/dummy-frame-restore.exp
9831 * gdb.multi/multi-arch-exec.exp
9832 * gdb.multi/multi-arch.exp
9833 * gdb.multi/tids.exp
9834 * gdb.multi/watchpoint-multi.exp
9835 * gdb.opencl/callfuncs.exp
9836 * gdb.opencl/convs_casts.exp
9837 * gdb.opencl/datatypes.exp
9838 * gdb.opencl/operators.exp
9839 * gdb.opencl/vec_comps.exp
9840 * gdb.opt/clobbered-registers-O2.exp
9841 * gdb.opt/inline-break.exp
9842 * gdb.opt/inline-bt.exp
9843 * gdb.opt/inline-cmds.exp
9844 * gdb.opt/inline-locals.exp
9845 * gdb.pascal/case-insensitive-symbols.exp
9846 * gdb.pascal/floats.exp
9847 * gdb.pascal/gdb11492.exp
9848 * gdb.python/lib-types.exp
9849 * gdb.python/py-arch.exp
9850 * gdb.python/py-as-string.exp
9851 * gdb.python/py-bad-printers.exp
9852 * gdb.python/py-block.exp
9853 * gdb.python/py-breakpoint-create-fail.exp
9854 * gdb.python/py-breakpoint.exp
9855 * gdb.python/py-caller-is.exp
9856 * gdb.python/py-cmd.exp
9857 * gdb.python/py-explore-cc.exp
9858 * gdb.python/py-explore.exp
9859 * gdb.python/py-finish-breakpoint.exp
9860 * gdb.python/py-finish-breakpoint2.exp
9861 * gdb.python/py-frame-args.exp
9862 * gdb.python/py-frame-inline.exp
9863 * gdb.python/py-frame.exp
9864 * gdb.python/py-framefilter-mi.exp
9865 * gdb.python/py-infthread.exp
9866 * gdb.python/py-lazy-string.exp
9867 * gdb.python/py-linetable.exp
9868 * gdb.python/py-mi-events.exp
9869 * gdb.python/py-mi-objfile.exp
9870 * gdb.python/py-mi.exp
9871 * gdb.python/py-objfile.exp
9872 * gdb.python/py-pp-integral.exp
9873 * gdb.python/py-pp-maint.exp
9874 * gdb.python/py-pp-re-notag.exp
9875 * gdb.python/py-pp-registration.exp
9876 * gdb.python/py-recurse-unwind.exp
9877 * gdb.python/py-strfns.exp
9878 * gdb.python/py-symbol.exp
9879 * gdb.python/py-symtab.exp
9880 * gdb.python/py-sync-interp.exp
9881 * gdb.python/py-typeprint.exp
9882 * gdb.python/py-unwind-maint.exp
9883 * gdb.python/py-unwind.exp
9884 * gdb.python/py-value-cc.exp
9885 * gdb.python/py-xmethods.exp
9886 * gdb.reverse/amd64-tailcall-reverse.exp
9887 * gdb.reverse/break-precsave.exp
9888 * gdb.reverse/break-reverse.exp
9889 * gdb.reverse/consecutive-precsave.exp
9890 * gdb.reverse/consecutive-reverse.exp
9891 * gdb.reverse/finish-precsave.exp
9892 * gdb.reverse/finish-reverse-bkpt.exp
9893 * gdb.reverse/finish-reverse.exp
9894 * gdb.reverse/fstatat-reverse.exp
9895 * gdb.reverse/getresuid-reverse.exp
9896 * gdb.reverse/i386-precsave.exp
9897 * gdb.reverse/i386-reverse.exp
9898 * gdb.reverse/i386-sse-reverse.exp
9899 * gdb.reverse/i387-env-reverse.exp
9900 * gdb.reverse/i387-stack-reverse.exp
9901 * gdb.reverse/insn-reverse.exp
9902 * gdb.reverse/machinestate-precsave.exp
9903 * gdb.reverse/machinestate.exp
9904 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9905 * gdb.reverse/pipe-reverse.exp
9906 * gdb.reverse/readv-reverse.exp
9907 * gdb.reverse/recvmsg-reverse.exp
9908 * gdb.reverse/rerun-prec.exp
9909 * gdb.reverse/s390-mvcle.exp
9910 * gdb.reverse/step-precsave.exp
9911 * gdb.reverse/step-reverse.exp
9912 * gdb.reverse/time-reverse.exp
9913 * gdb.reverse/until-precsave.exp
9914 * gdb.reverse/until-reverse.exp
9915 * gdb.reverse/waitpid-reverse.exp
9916 * gdb.reverse/watch-precsave.exp
9917 * gdb.reverse/watch-reverse.exp
9918 * gdb.rust/generics.exp
9919 * gdb.rust/methods.exp
9920 * gdb.rust/modules.exp
9921 * gdb.rust/simple.exp
9922 * gdb.server/connect-with-no-symbol-file.exp
9923 * gdb.server/ext-attach.exp
9924 * gdb.server/ext-restart.exp
9925 * gdb.server/ext-wrapper.exp
9926 * gdb.server/file-transfer.exp
9927 * gdb.server/server-exec-info.exp
9928 * gdb.server/server-kill.exp
9929 * gdb.server/server-mon.exp
9930 * gdb.server/wrapper.exp
9931 * gdb.stabs/exclfwd.exp
9932 * gdb.stabs/gdb11479.exp
9933 * gdb.threads/clone-new-thread-event.exp
9934 * gdb.threads/corethreads.exp
9935 * gdb.threads/current-lwp-dead.exp
9936 * gdb.threads/dlopen-libpthread.exp
9937 * gdb.threads/gcore-thread.exp
9938 * gdb.threads/sigstep-threads.exp
9939 * gdb.threads/watchpoint-fork.exp
9940 * gdb.trace/actions-changed.exp
9941 * gdb.trace/backtrace.exp
9942 * gdb.trace/change-loc.exp
9943 * gdb.trace/circ.exp
9944 * gdb.trace/collection.exp
9945 * gdb.trace/disconnected-tracing.exp
9946 * gdb.trace/ftrace.exp
9947 * gdb.trace/mi-trace-frame-collected.exp
9948 * gdb.trace/mi-trace-unavailable.exp
9949 * gdb.trace/mi-traceframe-changed.exp
9950 * gdb.trace/mi-tsv-changed.exp
9951 * gdb.trace/no-attach-trace.exp
9952 * gdb.trace/passc-dyn.exp
9953 * gdb.trace/qtro.exp
9954 * gdb.trace/range-stepping.exp
9955 * gdb.trace/read-memory.exp
9956 * gdb.trace/save-trace.exp
9957 * gdb.trace/signal.exp
9958 * gdb.trace/status-stop.exp
9959 * gdb.trace/tfile.exp
9960 * gdb.trace/trace-break.exp
9961 * gdb.trace/trace-buffer-size.exp
9962 * gdb.trace/trace-condition.exp
9963 * gdb.trace/tracefile-pseudo-reg.exp
9964 * gdb.trace/tstatus.exp
9965 * gdb.trace/unavailable.exp
9966 * gdb.trace/while-dyn.exp
9967 * gdb.trace/while-stepping.exp
9968
34c41c68
DE
99692016-12-22 Doug Evans <xdje42@gmail.com>
9970
9971 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9972 and msymbols.
9973
16e69324
YQ
99742016-12-19 Yao Qi <yao.qi@linaro.org>
9975
9976 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9977 (test_with_self): Don't call do_steps_and_nexts, and remove
9978 code about stepping into xmalloc.
9979
f94f411b
YQ
99802016-12-09 Yao Qi <yao.qi@linaro.org>
9981
9982 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9983
99842016-12-09 Yao Qi <yao.qi@linaro.org>
9985
9986 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9987
f1b5deee
PA
99882016-12-09 Pedro Alves <palves@redhat.com>
9989
9990 * gdb.base/all-architectures-0.exp: New file.
9991 * gdb.base/all-architectures-1.exp: New file.
9992 * gdb.base/all-architectures-2.exp: New file.
9993 * gdb.base/all-architectures-3.exp: New file.
9994 * gdb.base/all-architectures-4.exp: New file.
9995 * gdb.base/all-architectures-5.exp: New file.
9996 * gdb.base/all-architectures-6.exp: New file.
9997 * gdb.base/all-architectures-7.exp: New file.
9998 * gdb.base/all-architectures.exp.in: New file.
9999
364ca42e
YQ
100002016-12-09 Yao Qi <yao.qi@linaro.org>
10001
10002 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10003
107c2d62
LM
100042016-12-02 Luis Machado <lgustavo@codesourcery.com>
10005
10006 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10007 possible.
10008 Remove useless pattern-matching code.
10009
df3ee9ca
PA
100102016-12-02 Pedro Alves <palves@redhat.com>
10011
10012 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10013 procedure.
10014 (top level): Call it.
10015
ec835369
PA
100162016-12-02 Pedro Alves <palves@redhat.com>
10017
10018 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10019 New procedure.
10020 (top level): Call it.
10021
01770bbd
PA
100222016-12-02 Pedro Alves <palves@redhat.com>
10023
10024 PR cli/20559
10025 * gdb.base/commands.exp (user_defined_command_args_eval): New
10026 procedure.
10027 (top level): Call it.
10028
008459ea
LM
100292016-12-02 Luis Machado <lgustavo@codesourcery.com>
10030
10031 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10032 timeout handling.
10033
0c1b455e
TT
100342016-12-02 Tom Tromey <tom@tromey.com>
10035
10036 * gdb.dwarf2/main-subprogram.c: New file.
10037 * gdb.dwarf2/main-subprogram.exp: New file.
10038
018572b8
LM
100392016-12-01 Luis Machado <lgustavo@codesourcery.com>
10040
10041 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10042 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10043 gdb_test_no_output for a couple of cases.
10044 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10045
84c93cd5
LM
100462016-12-01 Luis Machado <lgustavo@codesourcery.com>
10047
10048 Fix test names and standardize compilation error messages throughout
10049 the following files:
10050
10051 * gdb.ada/start.exp
10052 * gdb.arch/alpha-step.exp
10053 * gdb.arch/e500-prologue.exp
10054 * gdb.arch/ftrace-insn-reloc.exp
10055 * gdb.arch/gdb1291.exp
10056 * gdb.arch/gdb1431.exp
10057 * gdb.arch/gdb1558.exp
10058 * gdb.arch/i386-dr3-watch.exp
10059 * gdb.arch/i386-sse-stack-align.exp
10060 * gdb.arch/ia64-breakpoint-shadow.exp
10061 * gdb.arch/pa-nullify.exp
10062 * gdb.arch/powerpc-aix-prologue.exp
10063 * gdb.arch/thumb-bx-pc.exp
10064 * gdb.base/annota1.exp
10065 * gdb.base/annota3.exp
10066 * gdb.base/arrayidx.exp
10067 * gdb.base/assign.exp
10068 * gdb.base/attach.exp
10069 * gdb.base/auxv.exp
10070 * gdb.base/bang.exp
10071 * gdb.base/bfp-test.exp
10072 * gdb.base/bigcore.exp
10073 * gdb.base/bitfields2.exp
10074 * gdb.base/break-fun-addr.exp
10075 * gdb.base/break-probes.exp
10076 * gdb.base/call-rt-st.exp
10077 * gdb.base/callexit.exp
10078 * gdb.base/catch-fork-kill.exp
10079 * gdb.base/charset.exp
10080 * gdb.base/checkpoint.exp
10081 * gdb.base/comprdebug.exp
10082 * gdb.base/constvars.exp
10083 * gdb.base/coredump-filter.exp
10084 * gdb.base/cursal.exp
10085 * gdb.base/cvexpr.exp
10086 * gdb.base/detach.exp
10087 * gdb.base/display.exp
10088 * gdb.base/dmsym.exp
10089 * gdb.base/dprintf-pending.exp
10090 * gdb.base/dso2dso.exp
10091 * gdb.base/dtrace-probe.exp
10092 * gdb.base/dump.exp
10093 * gdb.base/enum_cond.exp
10094 * gdb.base/exe-lock.exp
10095 * gdb.base/exec-invalid-sysroot.exp
10096 * gdb.base/execl-update-breakpoints.exp
10097 * gdb.base/exprs.exp
10098 * gdb.base/fileio.exp
10099 * gdb.base/find.exp
10100 * gdb.base/finish.exp
10101 * gdb.base/fixsection.exp
10102 * gdb.base/foll-vfork.exp
10103 * gdb.base/frame-args.exp
10104 * gdb.base/gcore.exp
10105 * gdb.base/gdb1250.exp
10106 * gdb.base/global-var-nested-by-dso.exp
10107 * gdb.base/gnu-ifunc.exp
10108 * gdb.base/hashline1.exp
10109 * gdb.base/hashline2.exp
10110 * gdb.base/hashline3.exp
10111 * gdb.base/hbreak-in-shr-unsupported.exp
10112 * gdb.base/huge.exp
10113 * gdb.base/infcall-input.exp
10114 * gdb.base/info-fun.exp
10115 * gdb.base/info-shared.exp
10116 * gdb.base/jit-simple.exp
10117 * gdb.base/jit-so.exp
10118 * gdb.base/jit.exp
10119 * gdb.base/jump.exp
10120 * gdb.base/label.exp
10121 * gdb.base/lineinc.exp
10122 * gdb.base/logical.exp
10123 * gdb.base/longjmp.exp
10124 * gdb.base/macscp.exp
10125 * gdb.base/miscexprs.exp
10126 * gdb.base/new-ui-echo.exp
10127 * gdb.base/new-ui-pending-input.exp
10128 * gdb.base/new-ui.exp
10129 * gdb.base/nodebug.exp
10130 * gdb.base/nofield.exp
10131 * gdb.base/offsets.exp
10132 * gdb.base/overlays.exp
10133 * gdb.base/pending.exp
10134 * gdb.base/pointers.exp
10135 * gdb.base/pr11022.exp
10136 * gdb.base/printcmds.exp
10137 * gdb.base/prologue.exp
10138 * gdb.base/ptr-typedef.exp
10139 * gdb.base/realname-expand.exp
10140 * gdb.base/relativedebug.exp
10141 * gdb.base/relocate.exp
10142 * gdb.base/remote.exp
10143 * gdb.base/reread.exp
10144 * gdb.base/return2.exp
10145 * gdb.base/savedregs.exp
10146 * gdb.base/sep.exp
10147 * gdb.base/sepdebug.exp
10148 * gdb.base/sepsymtab.exp
10149 * gdb.base/set-inferior-tty.exp
10150 * gdb.base/setshow.exp
10151 * gdb.base/shlib-call.exp
10152 * gdb.base/sigaltstack.exp
10153 * gdb.base/siginfo-addr.exp
10154 * gdb.base/signals.exp
10155 * gdb.base/signull.exp
10156 * gdb.base/sigrepeat.exp
10157 * gdb.base/so-impl-ld.exp
10158 * gdb.base/solib-display.exp
10159 * gdb.base/solib-overlap.exp
10160 * gdb.base/solib-search.exp
10161 * gdb.base/solib-symbol.exp
10162 * gdb.base/structs.exp
10163 * gdb.base/structs2.exp
10164 * gdb.base/symtab-search-order.exp
10165 * gdb.base/twice.exp
10166 * gdb.base/unload.exp
10167 * gdb.base/varargs.exp
10168 * gdb.base/watchpoint-solib.exp
10169 * gdb.base/watchpoint.exp
10170 * gdb.base/whatis.exp
10171 * gdb.base/wrong_frame_bt_full.exp
10172 * gdb.btrace/dlopen.exp
10173 * gdb.cell/ea-standalone.exp
10174 * gdb.cell/ea-test.exp
10175 * gdb.cp/dispcxx.exp
10176 * gdb.cp/gdb2384.exp
10177 * gdb.cp/method2.exp
10178 * gdb.cp/nextoverthrow.exp
10179 * gdb.cp/pr10728.exp
10180 * gdb.disasm/am33.exp
10181 * gdb.disasm/h8300s.exp
10182 * gdb.disasm/mn10300.exp
10183 * gdb.disasm/sh3.exp
10184 * gdb.dwarf2/dw2-dir-file-name.exp
10185 * gdb.fortran/complex.exp
10186 * gdb.fortran/library-module.exp
10187 * gdb.guile/scm-pretty-print.exp
10188 * gdb.guile/scm-symbol.exp
10189 * gdb.guile/scm-type.exp
10190 * gdb.guile/scm-value.exp
10191 * gdb.linespec/linespec.exp
10192 * gdb.mi/gdb701.exp
10193 * gdb.mi/gdb792.exp
10194 * gdb.mi/mi-breakpoint-changed.exp
10195 * gdb.mi/mi-dprintf-pending.exp
10196 * gdb.mi/mi-dprintf.exp
10197 * gdb.mi/mi-exit-code.exp
10198 * gdb.mi/mi-pending.exp
10199 * gdb.mi/mi-solib.exp
10200 * gdb.mi/new-ui-mi-sync.exp
10201 * gdb.mi/pr11022.exp
10202 * gdb.mi/user-selected-context-sync.exp
10203 * gdb.opt/solib-intra-step.exp
10204 * gdb.python/py-events.exp
10205 * gdb.python/py-finish-breakpoint.exp
10206 * gdb.python/py-mi.exp
10207 * gdb.python/py-prettyprint.exp
10208 * gdb.python/py-shared.exp
10209 * gdb.python/py-symbol.exp
10210 * gdb.python/py-template.exp
10211 * gdb.python/py-type.exp
10212 * gdb.python/py-value.exp
10213 * gdb.reverse/solib-precsave.exp
10214 * gdb.reverse/solib-reverse.exp
10215 * gdb.server/solib-list.exp
10216 * gdb.stabs/weird.exp
10217 * gdb.threads/reconnect-signal.exp
10218 * gdb.threads/stepi-random-signal.exp
10219 * gdb.trace/actions.exp
10220 * gdb.trace/ax.exp
10221 * gdb.trace/backtrace.exp
10222 * gdb.trace/change-loc.exp
10223 * gdb.trace/deltrace.exp
10224 * gdb.trace/ftrace-lock.exp
10225 * gdb.trace/ftrace.exp
10226 * gdb.trace/infotrace.exp
10227 * gdb.trace/mi-tracepoint-changed.exp
10228 * gdb.trace/packetlen.exp
10229 * gdb.trace/passcount.exp
10230 * gdb.trace/pending.exp
10231 * gdb.trace/range-stepping.exp
10232 * gdb.trace/report.exp
10233 * gdb.trace/stap-trace.exp
10234 * gdb.trace/tfind.exp
10235 * gdb.trace/trace-break.exp
10236 * gdb.trace/trace-condition.exp
10237 * gdb.trace/trace-enable-disable.exp
10238 * gdb.trace/trace-mt.exp
10239 * gdb.trace/tracecmd.exp
10240 * gdb.trace/tspeed.exp
10241 * gdb.trace/tsv.exp
10242 * lib/perftest.exp
10243
fb9feb35
LM
102442016-12-01 Luis Machado <lgustavo@codesourcery.com>
10245
10246 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10247 with gdb_test_no_output.
10248 Use command as test name.
10249
cd2ddb6c
LM
102502016-12-01 Luis Machado <lgustavo@codesourcery.com>
10251
10252 Fix test names starting with uppercase throughout the files.
10253
10254 * gdb.ada/assign_1.exp
10255 * gdb.ada/boolean_expr.exp
10256 * gdb.base/arrayidx.exp
10257 * gdb.base/del.exp
10258 * gdb.base/gcore-buffer-overflow.exp
10259 * gdb.base/testenv.exp
10260 * gdb.compile/compile.exp
10261 * gdb.python/py-framefilter-invalidarg.exp
10262 * gdb.python/py-framefilter.exp
10263
bb95117e
LM
102642016-12-01 Luis Machado <lgustavo@codesourcery.com>
10265
10266 Fix test names starting with uppercase throughout the files.
10267
10268 * gdb.ada/array_return.exp
10269 * gdb.ada/expr_delims.exp
10270 * gdb.ada/mi_dyn_arr.exp
10271 * gdb.ada/mi_interface.exp
10272 * gdb.ada/mi_var_array.exp
10273 * gdb.ada/watch_arg.exp
10274 * gdb.arch/alpha-step.exp
10275 * gdb.arch/altivec-regs.exp
10276 * gdb.arch/e500-regs.exp
10277 * gdb.arch/powerpc-d128-regs.exp
10278 * gdb.base/arrayidx.exp
10279 * gdb.base/break.exp
10280 * gdb.base/checkpoint.exp
10281 * gdb.base/debug-expr.exp
10282 * gdb.base/dmsym.exp
10283 * gdb.base/radix.exp
10284 * gdb.base/sepdebug.exp
10285 * gdb.base/testenv.exp
10286 * gdb.base/watch_thread_num.exp
10287 * gdb.base/watchpoint-cond-gone.exp
10288 * gdb.cell/break.exp
10289 * gdb.cell/ea-cache.exp
10290 * gdb.compile/compile.exp
10291 * gdb.cp/gdb2495.exp
10292 * gdb.gdb/selftest.exp
10293 * gdb.gdb/xfullpath.exp
10294 * gdb.go/hello.exp
10295 * gdb.go/integers.exp
10296 * gdb.objc/basicclass.exp
10297 * gdb.pascal/hello.exp
10298 * gdb.pascal/integers.exp
10299 * gdb.python/py-breakpoint.exp
10300 * gdb.python/py-cmd.exp
10301 * gdb.python/py-linetable.exp
10302 * gdb.python/py-xmethods.exp
10303 * gdb.python/python.exp
10304 * gdb.reverse/consecutive-precsave.exp
10305 * gdb.reverse/finish-precsave.exp
10306 * gdb.reverse/i386-precsave.exp
10307 * gdb.reverse/machinestate-precsave.exp
10308 * gdb.reverse/sigall-precsave.exp
10309 * gdb.reverse/solib-precsave.exp
10310 * gdb.reverse/step-precsave.exp
10311 * gdb.reverse/until-precsave.exp
10312 * gdb.reverse/watch-precsave.exp
10313 * gdb.threads/leader-exit.exp
10314 * gdb.threads/pthreads.exp
10315 * gdb.threads/wp-replication.exp
10316 * gdb.trace/actions.exp
10317 * gdb.trace/mi-tsv-changed.exp
10318 * gdb.trace/tsv.exp
10319
de97fdd4
LM
103202016-12-01 Luis Machado <lgustavo@codesourcery.com>
10321
10322 Fix test names starting with uppercase throughout the files.
10323
10324 * gdb.arch/i386-bp_permanent.exp
10325 * gdb.arch/i386-gnu-cfi.exp
10326 * gdb.base/disasm-end-cu.exp
10327 * gdb.base/macscp.exp
10328 * gdb.base/pending.exp
10329 * gdb.base/watch_thread_num.exp
10330 * gdb.cp/exception.exp
10331 * gdb.cp/gdb2495.exp
10332 * gdb.cp/local.exp
10333 * gdb.python/py-evsignal.exp
10334 * gdb.python/python.exp
10335 * gdb.trace/tracecmd.exp
10336
9f058c10
LM
103372016-12-01 Luis Machado <lgustavo@codesourcery.com>
10338
10339 Fix test names starting with uppercase throughout the files.
10340
10341 * gdb.base/charset.exp
10342 * gdb.base/eval.exp
10343 * gdb.base/multi-forks.exp
10344 * gdb.guile/scm-progspace.exp
10345 * gdb.opencl/datatypes.exp
10346 * gdb.python/py-block.exp
10347 * gdb.python/py-function.exp
10348 * gdb.python/py-symbol.exp
10349 * gdb.python/py-symtab.exp
10350 * gdb.python/py-xmethods.exp
10351 * gdb.reverse/break-precsave.exp
10352 * gdb.reverse/break-reverse.exp
10353 * gdb.reverse/consecutive-precsave.exp
10354 * gdb.reverse/consecutive-reverse.exp
10355 * gdb.reverse/finish-precsave.exp
10356 * gdb.reverse/finish-reverse-bkpt.exp
10357 * gdb.reverse/finish-reverse.exp
10358 * gdb.reverse/fstatat-reverse.exp
10359 * gdb.reverse/getresuid-reverse.exp
10360 * gdb.reverse/i386-precsave.exp
10361 * gdb.reverse/i386-reverse.exp
10362 * gdb.reverse/i386-sse-reverse.exp
10363 * gdb.reverse/i387-stack-reverse.exp
10364 * gdb.reverse/insn-reverse.exp
10365 * gdb.reverse/machinestate-precsave.exp
10366 * gdb.reverse/machinestate.exp
10367 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10368 * gdb.reverse/pipe-reverse.exp
10369 * gdb.reverse/readv-reverse.exp
10370 * gdb.reverse/recvmsg-reverse.exp
10371 * gdb.reverse/rerun-prec.exp
10372 * gdb.reverse/s390-mvcle.exp
10373 * gdb.reverse/sigall-precsave.exp
10374 * gdb.reverse/sigall-reverse.exp
10375 * gdb.reverse/solib-precsave.exp
10376 * gdb.reverse/solib-reverse.exp
10377 * gdb.reverse/step-precsave.exp
10378 * gdb.reverse/step-reverse.exp
10379 * gdb.reverse/time-reverse.exp
10380 * gdb.reverse/until-precsave.exp
10381 * gdb.reverse/until-reverse.exp
10382 * gdb.reverse/waitpid-reverse.exp
10383 * gdb.reverse/watch-precsave.exp
10384 * gdb.reverse/watch-reverse.exp
10385
cdc7edd7
LM
103862016-12-01 Luis Machado <lgustavo@codesourcery.com>
10387
10388 Fix test names starting with uppercase throughout the files.
10389
10390 * gdb.arch/i386-mpx-simple_segv.exp
10391 * gdb.arch/i386-mpx.exp
10392 * gdb.arch/i386-permbkpt.exp
10393 * gdb.arch/pa-nullify.exp
10394 * gdb.arch/powerpc-d128-regs.exp
10395 * gdb.arch/vsx-regs.exp
10396 * gdb.base/bfp-test.exp
10397 * gdb.base/break.exp
10398 * gdb.base/breakpoint-shadow.exp
10399 * gdb.base/callfuncs.exp
10400 * gdb.base/charset.exp
10401 * gdb.base/commands.exp
10402 * gdb.base/completion.exp
10403 * gdb.base/dfp-test.exp
10404 * gdb.base/echo.exp
10405 * gdb.base/ending-run.exp
10406 * gdb.base/eval.exp
10407 * gdb.base/expand-psymtabs.exp
10408 * gdb.base/float128.exp
10409 * gdb.base/floatn.exp
10410 * gdb.base/foll-exec-mode.exp
10411 * gdb.base/gdb1056.exp
10412 * gdb.base/gdb11531.exp
10413 * gdb.base/kill-after-signal.exp
10414 * gdb.base/multi-forks.exp
10415 * gdb.base/overlays.exp
10416 * gdb.base/pending.exp
10417 * gdb.base/sepdebug.exp
10418 * gdb.base/testenv.exp
10419 * gdb.base/valgrind-db-attach.exp
10420 * gdb.base/watch_thread_num.exp
10421 * gdb.base/watchpoint-cond-gone.exp
10422 * gdb.base/watchpoint.exp
10423 * gdb.base/watchpoints.exp
10424 * gdb.cp/arg-reference.exp
10425 * gdb.cp/baseenum.exp
10426 * gdb.cp/operator.exp
10427 * gdb.cp/shadow.exp
10428 * gdb.dwarf2/dw2-op-out-param.exp
10429 * gdb.dwarf2/dw2-reg-undefined.exp
10430 * gdb.go/chan.exp
10431 * gdb.go/hello.exp
10432 * gdb.go/integers.exp
10433 * gdb.go/methods.exp
10434 * gdb.go/package.exp
10435 * gdb.guile/scm-parameter.exp
10436 * gdb.guile/scm-progspace.exp
10437 * gdb.guile/scm-value.exp
10438 * gdb.mi/mi-pending.exp
10439 * gdb.mi/user-selected-context-sync.exp
10440 * gdb.multi/multi-attach.exp
10441 * gdb.multi/tids.exp
10442 * gdb.opt/clobbered-registers-O2.exp
10443 * gdb.pascal/floats.exp
10444 * gdb.pascal/integers.exp
10445 * gdb.python/py-block.exp
10446 * gdb.python/py-events.exp
10447 * gdb.python/py-parameter.exp
10448 * gdb.python/py-symbol.exp
10449 * gdb.python/py-symtab.exp
10450 * gdb.python/py-type.exp
10451 * gdb.python/py-value.exp
10452 * gdb.python/py-xmethods.exp
10453 * gdb.python/python.exp
10454 * gdb.reverse/break-precsave.exp
10455 * gdb.reverse/consecutive-precsave.exp
10456 * gdb.reverse/finish-precsave.exp
10457 * gdb.reverse/i386-precsave.exp
10458 * gdb.reverse/machinestate-precsave.exp
10459 * gdb.reverse/sigall-precsave.exp
10460 * gdb.reverse/solib-precsave.exp
10461 * gdb.reverse/step-precsave.exp
10462 * gdb.reverse/until-precsave.exp
10463 * gdb.reverse/watch-precsave.exp
10464 * gdb.server/ext-attach.exp
10465 * gdb.server/ext-restart.exp
10466 * gdb.server/ext-run.exp
10467 * gdb.server/ext-wrapper.exp
10468 * gdb.stabs/gdb11479.exp
10469 * gdb.stabs/weird.exp
10470 * gdb.threads/attach-many-short-lived-threads.exp
10471 * gdb.threads/kill.exp
10472 * gdb.threads/watchpoint-fork.exp
10473
bc6c7af4
LM
104742016-12-01 Luis Machado <lgustavo@codesourcery.com>
10475
10476 Fix test names starting with uppercase throughout all the files below.
10477
10478 * gdb.ada/array_return.exp
10479 * gdb.ada/catch_ex.exp
10480 * gdb.ada/info_exc.exp
10481 * gdb.ada/mi_catch_ex.exp
10482 * gdb.ada/mi_dyn_arr.exp
10483 * gdb.ada/mi_ex_cond.exp
10484 * gdb.ada/mi_exc_info.exp
10485 * gdb.ada/mi_interface.exp
10486 * gdb.ada/mi_task_arg.exp
10487 * gdb.ada/mi_task_info.exp
10488 * gdb.ada/mi_var_array.exp
10489 * gdb.arch/alpha-step.exp
10490 * gdb.arch/amd64-disp-step.exp
10491 * gdb.arch/arm-disp-step.exp
10492 * gdb.arch/disp-step-insn-reloc.exp
10493 * gdb.arch/e500-prologue.exp
10494 * gdb.arch/ftrace-insn-reloc.exp
10495 * gdb.arch/gdb1558.exp
10496 * gdb.arch/i386-bp_permanent.exp
10497 * gdb.arch/i386-disp-step.exp
10498 * gdb.arch/i386-float.exp
10499 * gdb.arch/i386-gnu-cfi.exp
10500 * gdb.arch/ia64-breakpoint-shadow.exp
10501 * gdb.arch/mips16-thunks.exp
10502 * gdb.arch/pa-nullify.exp
10503 * gdb.arch/powerpc-aix-prologue.exp
10504 * gdb.arch/powerpc-power.exp
10505 * gdb.arch/ppc-dfp.exp
10506 * gdb.arch/s390-tdbregs.exp
10507 * gdb.arch/spu-info.exp
10508 * gdb.arch/spu-ls.exp
10509 * gdb.arch/thumb-bx-pc.exp
10510 * gdb.base/advance.exp
10511 * gdb.base/annota-input-while-running.exp
10512 * gdb.base/arrayidx.exp
10513 * gdb.base/asmlabel.exp
10514 * gdb.base/async.exp
10515 * gdb.base/attach-wait-input.exp
10516 * gdb.base/auto-connect-native-target.exp
10517 * gdb.base/batch-preserve-term-settings.exp
10518 * gdb.base/bfp-test.exp
10519 * gdb.base/bigcore.exp
10520 * gdb.base/bp-permanent.exp
10521 * gdb.base/break-always.exp
10522 * gdb.base/break-fun-addr.exp
10523 * gdb.base/break-idempotent.exp
10524 * gdb.base/break-main-file-remove-fail.exp
10525 * gdb.base/break-probes.exp
10526 * gdb.base/break-unload-file.exp
10527 * gdb.base/break.exp
10528 * gdb.base/call-ar-st.exp
10529 * gdb.base/call-rt-st.exp
10530 * gdb.base/call-sc.exp
10531 * gdb.base/call-signal-resume.exp
10532 * gdb.base/call-strs.exp
10533 * gdb.base/callexit.exp
10534 * gdb.base/callfuncs.exp
10535 * gdb.base/catch-gdb-caused-signals.exp
10536 * gdb.base/catch-signal-siginfo-cond.exp
10537 * gdb.base/catch-syscall.exp
10538 * gdb.base/compare-sections.exp
10539 * gdb.base/cond-eval-mode.exp
10540 * gdb.base/condbreak-call-false.exp
10541 * gdb.base/consecutive-step-over.exp
10542 * gdb.base/cursal.exp
10543 * gdb.base/disabled-location.exp
10544 * gdb.base/disasm-end-cu.exp
10545 * gdb.base/display.exp
10546 * gdb.base/double-prompt-target-event-error.exp
10547 * gdb.base/dprintf-bp-same-addr.exp
10548 * gdb.base/dprintf-detach.exp
10549 * gdb.base/dprintf-next.exp
10550 * gdb.base/dprintf-non-stop.exp
10551 * gdb.base/dprintf-pending.exp
10552 * gdb.base/dso2dso.exp
10553 * gdb.base/ending-run.exp
10554 * gdb.base/enum_cond.exp
10555 * gdb.base/examine-backward.exp
10556 * gdb.base/exe-lock.exp
10557 * gdb.base/exec-invalid-sysroot.exp
10558 * gdb.base/execl-update-breakpoints.exp
10559 * gdb.base/execution-termios.exp
10560 * gdb.base/fileio.exp
10561 * gdb.base/fixsection.exp
10562 * gdb.base/foll-exec-mode.exp
10563 * gdb.base/foll-exec.exp
10564 * gdb.base/fork-running-state.exp
10565 * gdb.base/frame-args.exp
10566 * gdb.base/fullpath-expand.exp
10567 * gdb.base/func-ptr.exp
10568 * gdb.base/gcore-relro-pie.exp
10569 * gdb.base/gdb1090.exp
10570 * gdb.base/gdb1555.exp
10571 * gdb.base/global-var-nested-by-dso.exp
10572 * gdb.base/gnu-ifunc.exp
10573 * gdb.base/hbreak-in-shr-unsupported.exp
10574 * gdb.base/hbreak-unmapped.exp
10575 * gdb.base/hook-stop.exp
10576 * gdb.base/infcall-input.exp
10577 * gdb.base/info-fun.exp
10578 * gdb.base/info-shared.exp
10579 * gdb.base/interrupt-noterm.exp
10580 * gdb.base/jit-so.exp
10581 * gdb.base/jit.exp
10582 * gdb.base/line-symtabs.exp
10583 * gdb.base/list.exp
10584 * gdb.base/longjmp.exp
10585 * gdb.base/macscp.exp
10586 * gdb.base/max-value-size.exp
10587 * gdb.base/nodebug.exp
10588 * gdb.base/nofield.exp
10589 * gdb.base/overlays.exp
10590 * gdb.base/paginate-after-ctrl-c-running.exp
10591 * gdb.base/paginate-bg-execution.exp
10592 * gdb.base/paginate-inferior-exit.exp
10593 * gdb.base/pending.exp
10594 * gdb.base/pr11022.exp
10595 * gdb.base/printcmds.exp
10596 * gdb.base/ptr-typedef.exp
10597 * gdb.base/ptype.exp
10598 * gdb.base/randomize.exp
10599 * gdb.base/range-stepping.exp
10600 * gdb.base/realname-expand.exp
10601 * gdb.base/relativedebug.exp
10602 * gdb.base/remote.exp
10603 * gdb.base/savedregs.exp
10604 * gdb.base/sepdebug.exp
10605 * gdb.base/set-noassign.exp
10606 * gdb.base/shlib-call.exp
10607 * gdb.base/shreloc.exp
10608 * gdb.base/sigaltstack.exp
10609 * gdb.base/sigbpt.exp
10610 * gdb.base/siginfo-addr.exp
10611 * gdb.base/siginfo-obj.exp
10612 * gdb.base/siginfo-thread.exp
10613 * gdb.base/signest.exp
10614 * gdb.base/signull.exp
10615 * gdb.base/sigrepeat.exp
10616 * gdb.base/skip.exp
10617 * gdb.base/so-impl-ld.exp
10618 * gdb.base/solib-corrupted.exp
10619 * gdb.base/solib-disc.exp
10620 * gdb.base/solib-display.exp
10621 * gdb.base/solib-overlap.exp
10622 * gdb.base/solib-search.exp
10623 * gdb.base/solib-symbol.exp
10624 * gdb.base/source-execution.exp
10625 * gdb.base/sss-bp-on-user-bp-2.exp
10626 * gdb.base/sss-bp-on-user-bp.exp
10627 * gdb.base/stack-checking.exp
10628 * gdb.base/stale-infcall.exp
10629 * gdb.base/step-break.exp
10630 * gdb.base/step-line.exp
10631 * gdb.base/step-over-exit.exp
10632 * gdb.base/step-test.exp
10633 * gdb.base/structs.exp
10634 * gdb.base/sym-file.exp
10635 * gdb.base/symtab-search-order.exp
10636 * gdb.base/term.exp
10637 * gdb.base/type-opaque.exp
10638 * gdb.base/unload.exp
10639 * gdb.base/until-nodebug.exp
10640 * gdb.base/until.exp
10641 * gdb.base/unwindonsignal.exp
10642 * gdb.base/watch-cond.exp
10643 * gdb.base/watch-non-mem.exp
10644 * gdb.base/watch_thread_num.exp
10645 * gdb.base/watchpoint-reuse-slot.exp
10646 * gdb.base/watchpoint-solib.exp
10647 * gdb.base/watchpoint.exp
10648 * gdb.btrace/dlopen.exp
10649 * gdb.cell/arch.exp
10650 * gdb.cell/break.exp
10651 * gdb.cell/bt.exp
10652 * gdb.cell/core.exp
10653 * gdb.cell/data.exp
10654 * gdb.cell/dwarfaddr.exp
10655 * gdb.cell/ea-cache.exp
10656 * gdb.cell/ea-standalone.exp
10657 * gdb.cell/ea-test.exp
10658 * gdb.cell/f-regs.exp
10659 * gdb.cell/fork.exp
10660 * gdb.cell/gcore.exp
10661 * gdb.cell/mem-access.exp
10662 * gdb.cell/ptype.exp
10663 * gdb.cell/registers.exp
10664 * gdb.cell/sizeof.exp
10665 * gdb.cell/solib-symbol.exp
10666 * gdb.cell/solib.exp
10667 * gdb.compile/compile-tls.exp
10668 * gdb.cp/exception.exp
10669 * gdb.cp/gdb2495.exp
10670 * gdb.cp/local.exp
10671 * gdb.cp/mb-inline.exp
10672 * gdb.cp/mb-templates.exp
10673 * gdb.cp/pr10687.exp
10674 * gdb.cp/pr9167.exp
10675 * gdb.cp/scope-err.exp
10676 * gdb.cp/templates.exp
10677 * gdb.cp/virtfunc.exp
10678 * gdb.dwarf2/dw2-dir-file-name.exp
10679 * gdb.dwarf2/dw2-single-line-discriminators.exp
10680 * gdb.fortran/complex.exp
10681 * gdb.fortran/library-module.exp
10682 * gdb.guile/guile.exp
10683 * gdb.guile/scm-cmd.exp
10684 * gdb.guile/scm-frame-inline.exp
10685 * gdb.guile/scm-objfile.exp
10686 * gdb.guile/scm-pretty-print.exp
10687 * gdb.guile/scm-symbol.exp
10688 * gdb.guile/scm-type.exp
10689 * gdb.guile/scm-value.exp
10690 * gdb.linespec/keywords.exp
10691 * gdb.linespec/ls-errs.exp
10692 * gdb.linespec/macro-relative.exp
10693 * gdb.linespec/thread.exp
10694 * gdb.mi/mi-breakpoint-changed.exp
10695 * gdb.mi/mi-dprintf-pending.exp
10696 * gdb.mi/mi-fullname-deleted.exp
10697 * gdb.mi/mi-logging.exp
10698 * gdb.mi/mi-pending.exp
10699 * gdb.mi/mi-solib.exp
10700 * gdb.mi/new-ui-mi-sync.exp
10701 * gdb.mi/user-selected-context-sync.exp
10702 * gdb.multi/dummy-frame-restore.exp
10703 * gdb.multi/multi-arch-exec.exp
10704 * gdb.multi/remove-inferiors.exp
10705 * gdb.multi/watchpoint-multi-exit.exp
10706 * gdb.opt/solib-intra-step.exp
10707 * gdb.perf/backtrace.exp
10708 * gdb.perf/single-step.exp
10709 * gdb.perf/skip-command.exp
10710 * gdb.perf/skip-prologue.exp
10711 * gdb.perf/solib.exp
10712 * gdb.python/lib-types.exp
10713 * gdb.python/py-as-string.exp
10714 * gdb.python/py-bad-printers.exp
10715 * gdb.python/py-block.exp
10716 * gdb.python/py-breakpoint.exp
10717 * gdb.python/py-cmd.exp
10718 * gdb.python/py-events.exp
10719 * gdb.python/py-evthreads.exp
10720 * gdb.python/py-finish-breakpoint.exp
10721 * gdb.python/py-finish-breakpoint2.exp
10722 * gdb.python/py-frame-inline.exp
10723 * gdb.python/py-frame.exp
10724 * gdb.python/py-inferior.exp
10725 * gdb.python/py-infthread.exp
10726 * gdb.python/py-mi.exp
10727 * gdb.python/py-objfile.exp
10728 * gdb.python/py-pp-maint.exp
10729 * gdb.python/py-pp-registration.exp
10730 * gdb.python/py-prettyprint.exp
10731 * gdb.python/py-recurse-unwind.exp
10732 * gdb.python/py-shared.exp
10733 * gdb.python/py-symbol.exp
10734 * gdb.python/py-symtab.exp
10735 * gdb.python/py-template.exp
10736 * gdb.python/py-type.exp
10737 * gdb.python/py-unwind-maint.exp
10738 * gdb.python/py-unwind.exp
10739 * gdb.python/py-value.exp
10740 * gdb.python/python.exp
10741 * gdb.reverse/finish-reverse-bkpt.exp
10742 * gdb.reverse/insn-reverse.exp
10743 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10744 * gdb.reverse/solib-precsave.exp
10745 * gdb.reverse/solib-reverse.exp
10746 * gdb.stabs/gdb11479.exp
10747 * gdb.stabs/weird.exp
10748 * gdb.threads/fork-child-threads.exp
10749 * gdb.threads/fork-plus-threads.exp
10750 * gdb.threads/fork-thread-pending.exp
10751 * gdb.threads/forking-threads-plus-breakpoint.exp
10752 * gdb.threads/hand-call-in-threads.exp
10753 * gdb.threads/interrupted-hand-call.exp
10754 * gdb.threads/linux-dp.exp
10755 * gdb.threads/local-watch-wrong-thread.exp
10756 * gdb.threads/next-while-other-thread-longjmps.exp
10757 * gdb.threads/non-ldr-exit.exp
10758 * gdb.threads/pending-step.exp
10759 * gdb.threads/print-threads.exp
10760 * gdb.threads/process-dies-while-detaching.exp
10761 * gdb.threads/process-dies-while-handling-bp.exp
10762 * gdb.threads/pthreads.exp
10763 * gdb.threads/queue-signal.exp
10764 * gdb.threads/reconnect-signal.exp
10765 * gdb.threads/signal-command-handle-nopass.exp
10766 * gdb.threads/signal-command-multiple-signals-pending.exp
10767 * gdb.threads/signal-delivered-right-thread.exp
10768 * gdb.threads/signal-sigtrap.exp
10769 * gdb.threads/sigthread.exp
10770 * gdb.threads/staticthreads.exp
10771 * gdb.threads/stepi-random-signal.exp
10772 * gdb.threads/thread-unwindonsignal.exp
10773 * gdb.threads/thread_check.exp
10774 * gdb.threads/thread_events.exp
10775 * gdb.threads/tid-reuse.exp
10776 * gdb.threads/tls-nodebug.exp
10777 * gdb.threads/tls-shared.exp
10778 * gdb.threads/tls-so_extern.exp
10779 * gdb.threads/tls.exp
10780 * gdb.threads/wp-replication.exp
10781 * gdb.trace/actions-changed.exp
10782 * gdb.trace/actions.exp
10783 * gdb.trace/backtrace.exp
10784 * gdb.trace/change-loc.exp
10785 * gdb.trace/collection.exp
10786 * gdb.trace/deltrace.exp
10787 * gdb.trace/disconnected-tracing.exp
10788 * gdb.trace/entry-values.exp
10789 * gdb.trace/ftrace-lock.exp
10790 * gdb.trace/ftrace.exp
10791 * gdb.trace/infotrace.exp
10792 * gdb.trace/mi-trace-frame-collected.exp
10793 * gdb.trace/mi-trace-unavailable.exp
10794 * gdb.trace/mi-traceframe-changed.exp
10795 * gdb.trace/mi-tracepoint-changed.exp
10796 * gdb.trace/mi-tsv-changed.exp
10797 * gdb.trace/no-attach-trace.exp
10798 * gdb.trace/packetlen.exp
10799 * gdb.trace/passc-dyn.exp
10800 * gdb.trace/passcount.exp
10801 * gdb.trace/pending.exp
10802 * gdb.trace/pr16508.exp
10803 * gdb.trace/qtro.exp
10804 * gdb.trace/range-stepping.exp
10805 * gdb.trace/read-memory.exp
10806 * gdb.trace/report.exp
10807 * gdb.trace/save-trace.exp
10808 * gdb.trace/signal.exp
10809 * gdb.trace/stap-trace.exp
10810 * gdb.trace/status-stop.exp
10811 * gdb.trace/strace.exp
10812 * gdb.trace/tfile.exp
10813 * gdb.trace/tfind.exp
10814 * gdb.trace/trace-break.exp
10815 * gdb.trace/trace-condition.exp
10816 * gdb.trace/trace-enable-disable.exp
10817 * gdb.trace/trace-mt.exp
10818 * gdb.trace/tracecmd.exp
10819 * gdb.trace/tracefile-pseudo-reg.exp
10820 * gdb.trace/tspeed.exp
10821 * gdb.trace/tstatus.exp
10822 * gdb.trace/tsv.exp
10823 * gdb.trace/unavailable.exp
10824 * gdb.trace/while-dyn.exp
10825 * gdb.trace/while-stepping.exp
10826 * lib/gdb-guile.exp
10827 * lib/gdb.exp
10828 * lib/mi-support.exp
10829 * lib/pascal.exp
10830 * lib/perftest.exp
10831 * lib/prelink-support.exp
10832 * lib/selftest-support.exp
10833
ad02e4fe
SM
108342016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10835
10836 * Makefile.in: Include disable-implicit-rules.mk.
10837
22347e55
AA
108382016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10839
10840 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10841 non-byte-aligned bit fields.
10842
da5b30da
AA
108432016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10844
10845 PR gdb/12616
10846 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10847 respects the DW_AT_data_bit_offset attribute.
10848
b593ecca
SM
108492016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10850
10851 * gdb.base/default.exp: Fix output of "set language".
10852
3b165252
SM
108532016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10854
10855 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10856 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10857 make.
10858 * configure.ac: Remove checks for the make program.
10859 * configure: Re-generate.
10860
1a2f3d7f
KB
108612016-11-16 Kevin Buettner <kevinb@redhat.com>
10862
10863 * gdb.python/py-recurse-unwind.c (main): Add loop.
10864 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10865 to read_register() and gdb.parse_and_eval(). Make each code
10866 call a separate case that can be individually tested.
10867 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10868 proc. Call cont_and_backtrace for each of the code paths that
10869 we want to test in the unwinder.
10870
b7f38fda
AA
108712016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10872
10873 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10874 the definition of struct S.
10875
1f8db343
CM
108762016-11-11 Catherine Moore <clm@codesourcery.com>
10877
10878 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10879
fad0c9fb
PA
108802016-11-09 Pedro Alves <palves@redhat.com>
10881
10882 * gdb.base/commands.exp (runto_or_return): New procedure.
10883 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10884 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10885 (progvar_simple_while_test, progvar_complex_if_while_test)
10886 (if_while_breakpoint_command_test)
10887 (infrun_breakpoint_command_test, breakpoint_command_test)
10888 (user_defined_command_test, watchpoint_command_test)
10889 (test_command_prompt_position, redefine_hook_test)
10890 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10891 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10892 multi_line_input and multi_line. Remove gdb_expect and
10893 gdb_stop_suppressing_tests uses.
10894 * lib/gdb.exp (valnum_re): New global.
10895 (multi_line_input): New procedure.
10896
8354c62c
SM
108972016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10898
10899 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10900 Remove.
10901 (test_setup): Define with proc_with_prefix.
10902 (test_cli_inferior): Likewise.
10903 (test_cli_thread): Likewise.
10904 (test_cli_frame): Likewise.
10905 (test_cli_select_frame): Likewise.
10906 (test_cli_up_down): Likewise.
10907 (test_mi_thread_select): Likewise.
10908 (test_mi_stack_select_frame): Likewise.
10909 (test_cli_in_mi_inferior): Likewise.
10910 (test_cli_in_mi_thread): Likewise.
10911 (test_cli_in_mi_frame): Likewise.
10912 (top level): Do not use with_test_prefix_procname.
10913
64f367a2
PA
109142016-11-09 Pedro Alves <palves@redhat.com>
10915
10916 * gdb.base/commands.exp (gdbvar_simple_if_test)
10917 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10918 (progvar_simple_if_test, progvar_simple_while_test)
10919 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10920 (infrun_breakpoint_command_test, breakpoint_command_test)
10921 (user_defined_command_test, watchpoint_command_test)
10922 (test_command_prompt_position, deprecated_command_test)
10923 (bp_deleted_in_command, temporary_breakpoint_commands)
10924 (stray_arg0_test, source_file_with_indented_comment)
10925 (recursive_source_test, if_commands_test)
10926 (error_clears_commands_left, redefine_hook_test)
10927 (redefine_backtrace_test): Use proc_with_prefix.
10928 * lib/gdb.exp (proc_with_prefix): New proc.
10929
0bb65f1e
AA
109302016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10931
10932 * gdb.base/tui-layout.c: New file.
10933 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10934 disassembly window contains very long lines.
10935
7353f247
TT
109362016-11-08 Tom Tromey <tom@tromey.com>
10937
10938 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10939 depend on Python 2.
10940
30a7bb83
TT
109412016-11-08 Tom Tromey <tom@tromey.com>
10942
10943 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10944 New method.
10945
cdf5a07c
MG
109462016-10-29 Manish Goregaokar <manish@mozilla.com>
10947
2806dc7e 10948 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10949
51a789c3
MG
109502016-10-27 Manish Goregaokar <manish@mozilla.com>
10951
2806dc7e
PA
10952 * gdb.rust/simple.rs: Add test for univariant enums without
10953 discriminants and for encoded struct-like enums.
51a789c3 10954
f610ab6d
PA
109552016-10-28 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10958 gdb_test_multiple, tighten regexps and match symtabs and line
10959 tables incrementally.
10960
b129b0ca
LM
109612016-10-28 Luis Machado <lgustavo@codesourcery.com>
10962
10963 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10964 general.
10965
ecf45d2c
SL
109662016-10-25 Luis Machado <lgustavo@codesourcery.com>
10967
10968 * gdb.base/exec-invalid-sysroot.exp: New file.
10969
b8d38ee4
JK
109702016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10971
10972 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10973
f90fd8c2
JK
109742016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10975
10976 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10977
2d2476aa
MR
109782016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10979
2806dc7e
PA
10980 * gdb.base/killed-outside.exp: Remove $options from a call to
10981 `prepare_for_testing'.
2d2476aa 10982
e42b25a0
SM
109832016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10984
10985 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10986 Change test message.
10987
3ccdb432
SM
109882016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10989
10990 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10991 Update comment.
10992
5bad3170
SM
109932016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10994
10995 * gdb.trace/mi-trace-save.exp: New file.
10996
5ad9dba7
YQ
109972016-10-13 Yao Qi <yao.qi@linaro.org>
10998
10999 * gdb.base/code_elim.exp (get_var_address): Remove.
11000 * gdb.base/relocate.exp: Likewise.
11001 * gdb.base/shreloc.exp: Likewise.
11002 * lib/gdb.exp (get_var_address): New.
11003
62df7e21
YQ
110042016-10-13 Yao Qi <yao.qi@linaro.org>
11005
11006 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11007 floating point tests if $skip_float_test is false.
11008
4dac951e
LM
110092016-10-12 Luis Machado <lgustavo@codesourcery.com>
11010
11011 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11012 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11013 argc values.
11014 Add 1 to argc so we guarantee distinct initial/modified argc values.
11015
8f1a8fc4
JK
110162016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11017
11018 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11019
16c85b5d
JK
110202016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11021
11022 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11023 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11024 * gdb.arch/vsx-regs.exp: Likewise.
11025
1d0e042a
YQ
110262016-10-07 Yao Qi <yao.qi@linaro.org>
11027
11028 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11029
68dadef5
MM
110302016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11031
11032 * gdb.python/python.exp: Test decode_line("*0").
11033
33fa2c6e
DE
110342016-10-06 Doug Evans <dje@google.com>
11035
11036 * gdb.python/py-value.exp (test_value_creation): Add test for large
11037 unsigned 64-bit value.
11038
9c37b5ae
TT
110392016-10-06 Tom Tromey <tom@tromey.com>
11040
11041 * gdb.compile/compile.exp: Change java tests to rust.
11042 * gdb.base/setshow.exp: Change java tests to rust.
11043 * gdb.base/default.exp: Remove java from language list.
11044 * README (Examples): Update language example.
11045 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11046 test.
11047 * lib/gdb.exp (skip_java_tests): Remove.
11048 * lib/java.exp: Remove.
11049 * gdb.java: Remove.
11050
78b86327
MR
110512016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11052
11053 * gdb.arch/mips-fcr.exp: New test.
11054 * gdb.arch/mips-fcr.c: Source for the new test.
11055
7470adbb
MR
110562016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11057
11058 * gdb.base/solib-disc.exp: Use `standard_output_file'
11059 throughout.
11060
4a556533
PA
110612016-10-06 Pedro Alves <palves@redhat.com>
11062
11063 * gdb.base/jit-simple-dl.c: New file.
11064 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11065 * gdb.base/jit-simple.c: ... this.
11066 * gdb.base/jit-simple.exp (jit_run): Delete.
11067 (build_jit): New proc.
11068 (jit_test_reread): Recompile either the main program or the shared
11069 library, depending on what is being tested. Skip changing address
11070 if caller wants to. Compare before/after addresses. If testing
11071 standalone, explicitly load the binary. Test "maint info
11072 breakpoints".
11073 (top level): Add "standalone vs shared lib" and "change address"
11074 vs "same address" axes.
11075
5a122fbc
PA
110762016-10-06 Pedro Alves <palves@redhat.com>
11077
11078 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11079 call.
11080 (jit_run): Delete.
11081 (jit_test_reread): Use with_test_prefix. Reload the main binary
11082 explicitly. Compare the before/after addresses of the JIT
11083 descriptor.
11084
ee8da4b8
DE
110852016-08-15 Doug Evans <dje@google.com>
11086
11087 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11088 for single bitfields is bool.
11089 * gdb.xml/tdesc-regs.exp: Ditto.
11090
f389f6fe
JK
110912016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11092
11093 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11094
fdebf1a4
YQ
110952016-10-05 Yao Qi <yao.qi@linaro.org>
11096
11097 * lib/gdb.exp (support_complex_tests): Return zero if
11098 gdb_skip_float_test return true.
11099
9c36d954 111002016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11101 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11102
11103 PR gdb/20487
11104 * gdb.mi/user-selected-context-sync.exp: New file.
11105 * gdb.mi/user-selected-context-sync.c: New file.
11106
4034d0ff 111072016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11108 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11109
11110 PR gdb/20487
11111 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11112 =thread-select-event check.
11113
a4297203
PB
111142016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11115
11116 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11117 the compulsory L operand changes.
11118 * gdb.arch/powerpc-power.s: Likewise.
11119
bb805577
JK
111202016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11121
11122 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11123 * gdb.base/jit-attach-pie.c: New file.
11124 * gdb.base/jit-attach-pie.exp: New file.
11125
6d61dee5
PA
111262016-09-28 Pedro Alves <palves@redhat.com>
11127
11128 * gdb.base/infcall-input.c: New file.
11129 * gdb.base/infcall-input.exp: New file.
11130
f73842fc
YQ
111312016-09-22 Yao Qi <yao.qi@linaro.org>
11132
11133 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11134 (gdb_exit): Rename it to ...
11135 (gdbserver_gdb_exit): ... Close GDBserver.
11136 (gdb_exit): New proc, call gdbserver_gdb_exit.
11137 (mi_gdb_exit): Likewise.
11138
90681dab
YQ
111392016-09-22 Yao Qi <yao.qi@linaro.org>
11140
11141 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11142 path.
11143 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11144 Remove duplication.
11145
9c211fd8
YQ
111462016-09-22 Yao Qi <yao.qi@linaro.org>
11147
11148 * lib/gdbserver-support.exp: Check the existence of
11149 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11150
ad0a504f
AK
111512016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11152
11153 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11154
36cf1806
TT
111552016-09-21 Tom Tromey <tom@tromey.com>
11156
11157 PR gdb/20604:
11158 * gdb.base/quit.exp: New file.
11159
74172ecf
SM
111602016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11161
11162 * .gitignore: New file.
11163
3d0ec882
MR
111642016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11165
11166 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11167 throughout.
11168
8193adea
AA
111692016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11170
11171 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11172
d41a5c09
JK
111732016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11174
11175 * gdb.cp/casts.cc (decltype): Move it ...
11176 (main): ... with its call to ...
11177 * gdb.cp/casts03.cc: ... a new file.
11178 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11179
d2dfe700
JK
111802016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11181
11182 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11183
e2a92b16
PB
111842016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11185
11186 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11187 and sync up the test with tests in gas/testsuite/gas/ppc.
11188 * gdb.arch/powerpc-power.exp: Likewise.
11189
49b4de64
JK
111902016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11191
11192 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11193
2c29df25
SDJ
111942016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11195 Jan Kratochvil <jan.kratochvil@redhat.com>
11196
11197 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11198 make m1's definition to be different from m2's. Use 'dummy' as an
11199 argument for probe 'two'.
11200
cc3c2846
JB
112012016-09-10 Jon Beniston <jon@beniston.com>
11202
11203 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11204 for sim target.
11205
e1b2624a
AA
112062016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11207
11208 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11209 variable declaration.
11210 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11211 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11212 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11213 received HWCAP as its argument.
11214
4295e285
PA
112152016-09-06 Pedro Alves <palves@redhat.com>
11216
11217 * gdb.base/new-ui-pending-input.c: New file.
11218 * gdb.base/new-ui-pending-input.exp: New file.
11219 * gdb.exp (clear_gdb_spawn_id): New procedure.
11220 (with_spawn_id): Check whether gdb_spawn_id exists before
11221 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11222 on exit.
11223
00d5215e
UW
112242016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11225
11226 * gdb.base/float128.c: New file.
11227 * gdb.base/float128.exp: Likewise.
11228 * gdb.base/floatn.c: Likewise.
11229 * gdb.base/floatn.exp: Likewise.
11230
a9ff5f12
UW
112312016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11232
11233 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11234
f245535c
PA
112352016-09-05 Pedro Alves <palves@redhat.com>
11236
11237 PR backtrace/19927
11238 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11239 unwinders are immediately called as side effect of "source" or
11240 "disable unwinder" commands.
11241 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11242
ae9cf263
YQ
112432016-09-02 Yao Qi <yao.qi@linaro.org>
11244
11245 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11246 is true and $type is "float" or "double".
11247
27aba047
YQ
112482016-09-02 Yao Qi <yao.qi@linaro.org>
11249
11250 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11251 true.
11252 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11253 * gdb.base/call-rt-st.exp: Likewise.
11254 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11255 return value instead of gdb,skip_float_test.
11256 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11257 (do_function_calls): Use its return value instead of
11258 gdb,skip_float_test.
11259 * gdb.base/finish.exp: Likewise.
11260 * gdb.base/funcargs.exp: Likewise.
11261 * gdb.base/return.exp: Likewise.
11262 * gdb.base/return2.exp: Likewise.
11263 * gdb.base/varargs.exp: Likewise.
11264 * lib/gdb.exp (gdb_skip_float_test): Change it to
11265 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11266
5af962df
AA
112672016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11268
11269 * gdb.multi/tids.exp: Test "thread apply all".
11270
7fac6910
JK
112712016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11272
11273 * gdb.base/default.exp (tty): Remove.
11274
bb1fe4ac
KB
112752016-08-24 Kevin Buettner <kevinb@redhat.com>
11276
2806dc7e
PA
11277 * gdb.python/py-recurse-unwind.c: New file.
11278 * gdb.python/py-recurse-unwind.py: New file.
11279 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11280
0a1ddfa6
SM
112812016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11282
11283 * gdb.base/set-inferior-tty.exp: New file.
11284 * gdb.base/set-inferior-tty.c: New file.
11285
d9de1fe3
PA
112862016-08-23 Pedro Alves <palves@redhat.com>
11287
11288 PR gdb/20494
11289 * gdb.base/new-ui-echo.c: New file.
11290 * gdb.base/new-ui-echo.exp: New file.
11291
e9d9abd7
YQ
112922016-08-23 Yao Qi <yao.qi@linaro.org>
11293
11294 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11295 gdbserver_spawn.
11296 * gdb.server/connect-without-multi-process.exp (do_test):
11297 Likewise.
11298
3589529e
YQ
112992016-08-23 Yao Qi <yao.qi@linaro.org>
11300
11301 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11302 standalone_txt. Delete gdb_txt and standalone_txt on host
11303 and target. Spawn the binary on target. Copy files from
11304 target to host.
11305
6bb90213
PA
113062016-08-22 Pedro Alves <palves@redhat.com>
11307
11308 PR gdb/20505
11309 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11310 with_test_prefix. Factor out bits to ...
11311 (test_no_vdso): ... this new procedure.
11312
20c2c024
CL
113132016-08-19 Carl Love <cel@us.ibm.com>
11314
11315 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11316 maintaining separate logic for constructing the output path.
11317 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11318 * gdb.arch/ppc-dfp.exp: Likewise.
11319 * gdb.arch/ppc-fp.exp: Likewise.
11320 * gdb.arch/vsx-regs.exp: Likewise.
11321 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11322 binprefix for generating the additional binary files.
11323
0646e07d
PA
113242016-08-19 Pedro Alves <palves@redhat.com>
11325
11326 * gdb.trace/mi-trace-frame-collected.exp
11327 (test_trace_frame_collected): On x32, expect two registers.
11328
46da9242
CL
113292016-08-18 Carl Love <cel@us.ibm.com>
11330
11331 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11332 and sync up the test with tests in gas/testsuite/gas/ppc.
11333 * gdb.arch/powerpc-power.exp: Likewise.
11334
eb2332d7
SM
113352016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11336
11337 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11338 expected error message.
11339
63c61e04
SM
113402016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11341
11342 * gdb.multi/remove-inferiors.exp: New file.
11343 * gdb.multi/remove-inferiors.c: New file.
11344
7b17065f
YQ
113452016-08-12 Yao Qi <yao.qi@linaro.org>
11346
11347 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11348 argument list.
11349
01d3dedf
PA
113502016-08-10 Pedro Alves <palves@redhat.com>
11351
11352 PR gdb/19187
11353 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11354 setup_kfails.
11355
3eb7562a
PA
113562016-08-09 Pedro Alves <palves@redhat.com>
11357 Simon Marchi <simon.marchi@ericsson.com>
11358
11359 PR gdb/20418
11360 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11361 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11362
80614914
PA
113632016-08-09 Pedro Alves <palves@redhat.com>
11364
11365 PR mi/20431
11366 * gdb.mi/mi-cmd-error.exp: New file.
11367
f348d89a
PA
113682016-08-09 Pedro Alves <palves@redhat.com>
11369
11370 PR gdb/18653
11371 * gdb.base/signals-state-child.c: New file.
11372 * gdb.base/signals-state-child.exp: New file.
11373 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11374
e5ca03b4
PA
113752016-08-09 Pedro Alves <palves@redhat.com>
11376
11377 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11378
282a0691
TT
113792016-08-03 Tom Tromey <tom@tromey.com>
11380
11381 PR python/18565:
11382 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11383
41bfcd63
YQ
113842016-08-01 Yao Qi <yao.qi@linaro.org>
11385
11386 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11387 variable mode to "multi-process" if $multi_process is 1, otherwise
11388 set it to "single-process".
11389
e3465b24
YQ
113902016-08-01 Yao Qi <yao.qi@linaro.org>
11391
11392 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11393 * gdb.cp/cpexprs.exp: Likewise.
11394 * gdb.cp/m-static.exp: Likewise.
11395
0b31a4bc
TT
113962016-07-26 Tom Tromey <tom@tromey.com>
11397
11398 PR python/20190:
11399 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11400 test.
11401
e0461dbb
MM
114022016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11403
11404 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11405 selecting assembly source files.
11406 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11407 assembly source files.
11408 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11409 assembly source files.
11410 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11411 selecting assembly source files.
11412
8194e927
SM
114132016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11414
11415 * gdb.base/new-ui.exp (do_test_invalid_args): New
11416 procedure.
11417
c0272db5
TW
114182016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11419
11420 * gdb.btrace/reconnect.c: New file.
11421 * gdb.btrace/reconnect.exp: New file.
11422
e3487908
GKB
114232016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11424
11425 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11426 to test_catch_syscall_group.
11427 (test_catch_syscall_group): New.
11428
12df5c00
TT
114292016-07-21 Tom Tromey <tom@tromey.com>
11430
11431 * gdb.rust/simple.rs (main): Use empty struct expression.
11432 * gdb.rust/simple.exp: Add tests for empty struct expression.
11433
bae62ee2
YQ
114342016-07-21 Yao Qi <yao.qi@linaro.org>
11435
11436 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11437 if gdb_skip_xml_test is true on some targets.
11438
b1b53fb3
YQ
114392016-07-21 Yao Qi <yao.qi@linaro.org>
11440
11441 * gdb.server/solib-list.exp: Unset last_loaded_file.
11442
027d97f8
JK
114432016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11444
11445 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11446 "step into captured_main (args)".
11447
7674d381
JK
114482016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11449
11450 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11451
72b5d099
JK
114522016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11453
11454 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11455
1f960ced
PA
114562016-07-19 Pedro Alves <palves@redhat.com>
11457
11458 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11459 * gdb.opt/inline-bt.exp: Likewise.
11460 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11461 additional_flags=-Winline.
11462 * gdb.opt/inline-locals.exp: Likewise.
11463 * gdb.opt/inline-markers.c (ATTR): Define.
11464 (inlined_fn): Use it.
11465
f25827c1
YQ
114662016-07-19 Yao Qi <yao.qi@linaro.org>
11467
11468 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11469 (test_with_self): Remove some code. Remove argument executable.
11470 (top-level): Use do_self_tests.
11471
37539ebe
DB
114722016-07-15 Zachary Welch <zwelch@codesourcery.com>
11473 Don Breazeal <donb@codesourcery.com>
11474
11475 * gdb.base/maint.exp: Escape paths used in regular expressions.
11476 * gdb.stabs/weird.exp: Likewise.
11477
dac790e1
TT
114782016-07-13 Tom Tromey <tom@tromey.com>
11479
11480 PR python/15620, PR python/18620:
11481 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11482 (test_bkpt_events): New procs.
11483
93daf339
TT
114842016-07-13 Tom Tromey <tom@tromey.com>
11485
11486 PR python/17698:
11487 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11488 test.
11489 (test_watchpoints): Likewise.
11490 (test_bkpt_pending): New proc.
11491
6571a381
TT
114922016-07-13 Tom Tromey <tom@tromey.com>
11493
11494 PR cli/18053:
11495 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11496 completion test.
11497
e8732474
JK
114982016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11499
11500 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11501 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11502 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11503 f_label.
11504 (g): Rename g_end_lbl to g_label.
11505 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11506 low_pc and high_pc.
11507 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11508
e0f3fd7c
TT
115092016-07-12 Tom Tromey <tom@tromey.com>
11510
11511 PR python/19293:
11512 * gdb.python/py-unwind-maint.exp: Update tests.
11513
3cfe46b6
YQ
115142016-07-12 Yao Qi <yao.qi@linaro.org>
11515
11516 * lib/selftest-support.exp (selftest_setup): Match the output
11517 when captured_main is inlined.
11518
4f19a0e6
WT
115192016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11520
11521 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11522 New variables.
11523 (print this%a, print this%b, print this): New tests.
11524 * gdb.fortran/derived-types.f90 (this): New object and
11525 initialization.
11526
986cf455
SM
115272016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11528
11529 * gdb.ada/arraydim.exp: Remove extra directory level in build
11530 directory.
11531
f0464b23
SM
115322016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11533
11534 * lib/ada.exp: Remove extra directory level in build directory.
11535 * gdb.ada/cond_lang.exp: Likewise.
11536 * gdb.ada/exec_changed.exp: Likewise.
11537 * gdb.ada/lang_switch.exp: Likewise.
11538
42d94011
MG
115392016-07-06 Manish Goregaokar <manish@mozilla.com>
11540
2806dc7e
PA
11541 * simple.rs: Add test for raw pointer subscripting.
11542 * simple.exp: Add test expectations.
42d94011 11543
647c264c
YQ
115442016-07-05 Yao Qi <yao.qi@linaro.org>
11545
11546 * gdb.mi/mi-reverse.exp: Match =record-started output.
11547
20aa2c60
PA
115482016-07-01 Pedro Alves <palves@redhat.com>
11549
11550 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11551 procedure.
11552 (jit_reader_test): Test the jit reader's unwinder.
11553 * gdb.base/jithost.c (jit_function_00_code): New global.
11554 (main): Use memcpy to fill in the mmapped code, instead of poking
11555 bytes manually here.
11556 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11557 value.
11558 (read_debug_info): Save the function's range.
11559 (read_sp): New function.
11560 (unwind_frame): Use it. Also unwind RBP.
11561 (get_frame_id): Use read_sp.
11562 (gdb_init_reader): Use calloc instead of malloc.
11563 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11564 parameter. Use gdb_test_multiple.
11565
ced2dffb
PA
115662016-07-01 Pedro Alves <palves@redhat.com>
11567 Antoine Tremblay <antoine.tremblay@ericsson.com>
11568
11569 * gdb.threads/process-dies-while-detaching.c: New file.
11570 * gdb.threads/process-dies-while-detaching.exp: New file.
11571
63000888
PA
115722016-07-01 Pedro Alves <palves@redhat.com>
11573
11574 * gdb.multi/watchpoint-multi-exit.c: New file.
11575 * gdb.multi/watchpoint-multi-exit.exp: New file.
11576
038d4868
PA
115772016-06-30 Pedro Alves <palves@redhat.com>
11578
11579 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11580 unset inferior_spawn_id.
11581
994e9c83
PA
115822016-06-30 Pedro Alves <palves@redhat.com>
11583
11584 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11585 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11586
e5653468
YQ
115872016-06-29 Yao Qi <yao.qi@linaro.org>
11588
11589 * gdb.base/return.c: Add copyright header.
11590
803b47e5
TT
115912016-06-29 Tom Tromey <tom@tromey.com>
11592
11593 PR python/20129:
11594 * gdb.python/py-framefilter.exp: Add tests for setting priority
11595 and disabling of non-existent frame filter.
11596
28244707
YQ
115972016-06-29 Yao Qi <yao.qi@linaro.org>
11598
11599 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11600 0x0f07ff.
11601
a31d2f06
YQ
116022016-06-28 Yao Qi <yao.qi@linaro.org>
11603
11604 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11605 triplets. Start gdb, execute catch syscall, and continue. Check
11606 gdb's output to determine catch syscall is supported.
11607
921d8f54
MG
116082016-06-27 Manish Goregaokar <manish@mozilla.com>
11609
25d49b86
PA
11610 * gdb.rust/simple.rs: Add test for returning unit in a function.
11611 * gdb.rust/simple.exp: Add expectation for functions returning
11612 unit.
921d8f54 11613
f4952523
PMR
116142016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11615
11616 * gdb.python/py-breakpoint-create-fail.c,
11617 gdb.python/py-breakpoint-create-fail.exp,
11618 gdb.python/py-breakpoint-create-fail.py: New testcase.
11619
fccb08f8
MG
116202016-06-25 Manish Goregaokar <manish@mozilla.com>
11621
11622 PR gdb/20239
11623 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11624 * gdb.rust/simple.exp: Add test expectations for new NonZero
11625 tests.
fccb08f8 11626
6b850546
DT
116272016-06-24 David Taylor <dtaylor@emc.com>
11628
11629 * gdb.base/offsets.exp: New file.
11630 * gdb.base/offsets.c: New file.
11631
17621150
TT
116322016-06-23 Tom Tromey <tom@tromey.com>
11633
11634 PR gdb/16483:
11635 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11636 before any filters are loaded.
11637
04d59df6
WT
116382016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11639
11640 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11641 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11642 structs.
11643 * gdb.fortran/derived-type-function.exp: New file.
11644 * gdb.fortran/derived-type-function.f90: New file.
11645
11646
ac69f786
PA
116472016-06-21 Pedro Alves <palves@redhat.com>
11648
11649 * gdb.base/new-ui.exp: New file.
11650 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11651 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11652 (with_spawn_id): New procedure.
11653
49940788
PA
116542016-06-21 Pedro Alves <palves@redhat.com>
11655
11656 * gdb.mi/mi-exec-run.exp: New file.
11657
ef274d26
PA
116582016-06-21 Pedro Alves <palves@redhat.com>
11659
11660 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11661 breakpoint command's output on the main UI.
11662 (test_break): New procedure, factored out from calls in the top
11663 level.
11664 (top level): Use foreach_with_prefix to test MI as main UI and as
11665 separate UI.
11666
468afe6c
PA
116672016-06-21 Pedro Alves <palves@redhat.com>
11668
11669 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11670 (test_awatch_creation_and_listing)
11671 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11672 Remove 'type' parameter.
11673 (test_watchpoint_all): New parameter mi_mode. Remove
11674 with_test_prefix.
11675 (top level): Use foreach_with_prefix, and add main/separate UI MI
11676 testing axis.
11677
51f77c37
PA
116782016-06-21 Pedro Alves <palves@redhat.com>
11679
11680 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11681 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11682 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11683 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11684 (gdb_main_spawn_id, mi_spawn_id): Declare and
11685 comment.
11686 (mi_create_inferior_pty): New procedure,
11687 factored out from default_mi_gdb_start.
11688 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11689 procedures.
11690 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11691 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11692 Use mi_create_inferior_pty.
11693 (mi_gdb_start): Use eval to pass down args list.
11694
8980e177
PA
116952016-06-21 Pedro Alves <palves@redhat.com>
11696
11697 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11698 * gdb.opt/inline-cmds.exp: Add MI tests.
11699
f38d3ad1
PA
117002016-06-21 Pedro Alves <palves@redhat.com>
11701
11702 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11703
45db7c09
PA
117042016-06-21 Pedro Alves <palves@redhat.com>
11705
11706 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11707 (top level): Use it instead of mi_execute_to.
11708
5a069ab3
PA
117092016-06-21 Pedro Alves <palves@redhat.com>
11710
11711 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11712 (cont_handler_str): New.
11713 (signal_stop_handler): Set stop_handler_str instead of printing to
11714 stdout.
11715 (continue_handler): Set cont_handler_str instead of printing to
11716 stdout.
11717 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11718 mi_send_resuming_command. Print stop_handler_str and
11719 cont_handler_str instead of expecting the python events print
11720 directly.
11721
2838cc1d
SD
117222016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11723
11724 * gdb.base/jit-reader.exp: New file.
11725 * gdb.base/jithost.c: New file.
11726 * gdb.base/jithost.h: New file.
11727 * gdb.base/jitreader.c : New file.
11728 * gdb.base/jit-protocol.h: New file.
11729
21a77091
YQ
117302016-06-17 Yao Qi <yao.qi@linaro.org>
11731
11732 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11733 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11734 and detach-on-fork. Adjust tests.
11735 (top level): Invoke break_cond_on_syscall with combinations of
11736 syscall, follow-fork-mode and detach-on-fork.
11737
f50bf8e5
YQ
117382016-06-17 Yao Qi <yao.qi@linaro.org>
11739
11740 * gdb.base/step-over-exit.c: New.
11741 * gdb.base/step-over-exit.exp: New.
11742
a28d8e50
YTL
117432016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11744
11745 * gdb.base/float.exp: Add target check for nds32*-*-*.
11746 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11747
cad8e26d
AB
117482016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11749
11750 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11751 for unsupported target features.
11752 * gdb.base/call-rt-st.exp: Likewise.
11753 * gdb.base/call-sc.exp: Likewise.
11754 * gdb.base/call-signal-resume.exp: Likewise.
11755 * gdb.base/call-strs.exp: Likewise.
11756 * gdb.base/callexit.exp: Likewise.
11757 * gdb.base/callfuncs.exp: Likewise.
11758 * gdb.base/nodebug.exp: Likewise.
11759 * gdb.base/printcmds.exp: Likewise.
11760 * gdb.base/ptype.exp: Likewise.
11761 * gdb.base/structs.exp: Likewise.
11762 * gdb.base/unwindonsignal.exp: Likewise.
11763 * gdb.cp/gdb2495.exp: Likewise.
11764 * gdb.cp/templates.exp: Likewise.
11765 * gdb.cp/virtfunc.exp: Likewise.
11766 * gdb.threads/hand-call-in-threads.exp: Likewise.
11767 * gdb.threads/interrupted-hand-call.exp: Likewise.
11768 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11769
347dc102
TT
117702016-06-10 Tom Tromey <tom@tromey.com>
11771
11772 PR rust/20110:
11773 * gdb.rust/expr.exp: Add test for integer constant larger than
11774 i32.
11775
5e13cf25
BH
117762016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11777
11778 * gdb.fortran/nested-funcs.exp: New.
11779 * gdb.fortran/nested-funcs.f90: New.
11780
bb556f1f
TK
117812016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11782
11783 * gdb.base/examine-backward.c: New file.
11784 * gdb.base/examine-backward.exp: New file.
11785
38b022b4
SM
117862016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11787
11788 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11789 matching.
11790
1b40ec05
TT
117912016-06-02 Tom Tromey <tom@tromey.com>
11792
11793 PR python/18984:
11794 * gdb.python/py-shared.exp: Add solib_name test.
11795
193bd378
SM
117962016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11797
11798 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11799
3326303b
MG
118002016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11801
11802 PR c++/19893
11803 * gdb.dwarf2/implref.exp: Rename to...
11804 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11805 * gdb.dwarf2/implref-array.c: New file.
11806 * gdb.dwarf2/implref-array.exp: Likewise.
11807 * gdb.dwarf2/implref-global.c: Likewise.
11808 * gdb.dwarf2/implref-global.exp: Likewise.
11809 * gdb.dwarf2/implref-struct.c: Likewise.
11810 * gdb.dwarf2/implref-struct.exp: Likewise.
11811
825c8ef2
AT
118122016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11813
11814 * gdb.trace/trace-condition.exp: Add 64bit tests.
11815
2320162a
AT
118162016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11817
11818 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11819 bits types.
11820 (main): Adapt to 8 to 64 bits types.
11821 * gdb.trace/trace-condition.exp: Add new tests.
11822
a7818233
AT
118232016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11824
11825 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11826
0d336466
AT
118272016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11828
11829 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11830 Move condition tests...
11831 * gdb.trace/trace-condition.exp: Here.
11832
7faeb45a
AT
118332016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11834
11835 * gdb.trace/trace-condition.exp: Add counter-case tests.
11836
e385593e
JK
118372016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11838
11839 PR c++/15231
11840 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11841 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11842
744608cc
PA
118432016-05-27 Pedro Alves <palves@redhat.com>
11844
11845 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11846 New procedure.
11847 (top level): Call it, and bail out of DejaGnu is known to be bad.
11848
ac775bf4
AB
118492016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11850
11851 * gdb.base/whatis.c: Extend the test case.
11852 * gdb.base/whatis.exp: Add additional tests.
11853
2bbad2ea
BH
118542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11855
11856* gdb.fortran/type.f90: Add pointer variable.
11857* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11858
8b70175d
BH
118592016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11860
11861 * gdb.fortran/vla-type.exp: Fix testcase name.
11862
86d8a848
BH
118632016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11864
11865 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11866
e188eb36
BH
118672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11868
11869 * gdb.fortran/type.f90: Add nested structures.
11870 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11871 * gdb.fortran/derived-type.exp: Adapt expected output.
11872 * gdb.fortran/vla-type.exp: Adapt expected output.
11873
9b2db1fd
BH
118742016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11875
11876 * gdb.fortran/whatis_type.exp: Adapt expected output.
11877
72b17055
BH
118782016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11879
11880 * gdb.fortran/print_type.exp: Fix expected output.
11881 * gdb.fortran/whatis_type.exp: Fix expected output.
11882
3cd81d8d
BH
118832016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11884
11885 * gdb.fortran/whatis_type.exp: Use multi_line.
11886
ddae9462
TT
118872016-05-24 Tom Tromey <tom@tromey.com>
11888
11889 PR python/17386:
11890 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11891 use value as an index.
11892
1957f6b8
TT
118932016-05-23 Tom Tromey <tom@tromey.com>
11894
11895 PR python/17981:
11896 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11897 no-breakpoint case.
11898
026a9174
PA
118992016-05-24 Pedro Alves <palves@redhat.com>
11900
11901 PR gdb/19828
11902 * gdb.threads/clone-attach-detach.c: New file.
11903 * gdb.threads/clone-attach-detach.exp: New file.
11904
e70a7231
FR
119052016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11906
11907 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11908
0f6ed0e0
TT
119092016-05-23 Tom Tromey <tom@tromey.com>
11910
11911 PR python/19438, PR python/18393:
11912 * gdb.python/py-progspace.exp: Add "dir" test.
11913 * gdb.python/py-objfile.exp: Add "dir" test.
11914
ffd19d61
YQ
119152016-05-23 Yao Qi <yao.qi@linaro.org>
11916
11917 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11918 * gdb.arch/thumb2-it.exp: Likewise.
11919
9e8f9b05
SM
119202016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11921
11922 * gdb.mi/mi-threads-interrupt.c: New file.
11923 * gdb.mi/mi-threads-interrupt.exp: New file.
11924
61c6156d
SM
119252016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11926
11927 PR gdb/18077
11928 * gdb.mi/mi-async-run.exp: New file.
11929 * gdb.mi/mi-async-run.c: New file.
11930
67218854
TT
119312016-05-17 Tom Tromey <tom@tromey.com>
11932 Manish Goregaokar <manishsmail@gmail.com>
11933
11934 * lib/rust-support.exp: New file.
11935 * lib/gdb.exp (skip_rust_tests): New proc.
11936 (build_executable_from_specs): Handle rust.
11937 * lib/future.exp (gdb_find_rustc): New proc.
11938 (gdb_default_target_compile): Handle rust.
11939 * gdb.rust/expr.exp: New file.
11940 * gdb.rust/generics.exp: New file.
11941 * gdb.rust/generics.rs: New file.
11942 * gdb.rust/methods.exp: New file.
11943 * gdb.rust/methods.rs: New file.
11944 * gdb.rust/modules.exp: New file.
11945 * gdb.rust/modules.rs: New file.
11946 * gdb.rust/simple.exp: New file.
11947 * gdb.rust/simple.rs: New file.
11948
c44af4eb
TT
119492016-05-17 Tom Tromey <tom@tromey.com>
11950
11951 * gdb.base/default.exp (set language): Add rust.
11952
dcd1f979
TT
119532016-05-17 Tom Tromey <tom@tromey.com>
11954
11955 * gdb.gdb/unittest.exp: New file.
11956
155b7f57
YQ
119572016-05-16 Yao Qi <yao.qi@linaro.org>
11958
11959 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11960 shell_prompt. Update shell_prompt_re.
11961
8ddd5a6c
DE
119622016-05-12 Doug Evans <dje@google.com>
11963
11964 PR symtab/19999
11965 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11966 $options when building executable.
11967 * gdb.dwarf2/fission-loclists-pie.S: New file.
11968 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11969
02e370d9
SM
119702016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11971
11972 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11973 of [is_remote target],
11974
8929ad8b
SM
119752016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11976
11977 * lib/gdb.exp (use_gdb_stub): New procedure.
11978
6c447423
DE
119792016-05-03 Yunlian Jiang <yunlian@google.com>
11980 Doug Evans <dje@google.com>
11981
11982 PR symtab/19914
11983 * gdb.dwarf2/dwp-sepdebug.c: New file.
11984 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11985
444e826c
SM
119862016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11987
11988 * gdb.base/detach.exp: Remove is_remote check.
11989
740feeaa
SM
119902016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11991
11992 * gdb.base/annota-input-while-running.exp: Don't check for
11993 [is_remote target]. Enable annotations after running to main.
11994 Remove unused "set test..." line.
11995
9080ac9d
SM
119962016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11997
11998 * gdb.trace/trace-enable-disable.exp: New file.
11999 * gdb.trace/trace-enable-disable.c: New file.
12000
952ebca5
SM
120012016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12002
12003 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12004 use it in info sharedlibrary test.
12005 * gdb.trace/ftrace-lock.exp: Likewise.
12006 * gdb.trace/ftrace.exp: Likewise.
12007 * gdb.trace/range-stepping.exp: Likewise.
12008 * gdb.trace/trace-break.exp: Likewise.
12009 * gdb.trace/trace-condition.exp: Likewise.
12010 * gdb.trace/trace-mt.exp: Likewise.
12011
d9019901
SM
120122016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12013
12014 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12015 (gdb_load_shlib): ... this.
12016 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12017 gdb_load_shlib.
12018 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12019 * gdb.base/ctxobj.exp: Likewise.
12020 * gdb.base/dprintf-pending.exp: Likewise.
12021 * gdb.base/dso2dso.exp: Likewise.
12022 * gdb.base/fixsection.exp: Likewise.
12023 * gdb.base/gcore-relro.exp: Likewise.
12024 * gdb.base/gdb1555.exp: Likewise.
12025 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12026 * gdb.base/gnu-ifunc.exp: Likewise.
12027 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12028 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12029 * gdb.base/pending.exp: Likewise.
12030 * gdb.base/print-file-var.exp: Likewise.
12031 * gdb.base/print-symbol-loading.exp: Likewise.
12032 * gdb.base/shlib-call.exp: Likewise.
12033 * gdb.base/shreloc.exp: Likewise.
12034 * gdb.base/so-impl-ld.exp: Likewise.
12035 * gdb.base/solib-disc.exp: Likewise.
12036 * gdb.base/solib-nodir.exp: Likewise.
12037 * gdb.base/solib-overlap.exp: Likewise.
12038 * gdb.base/solib-symbol.exp: Likewise.
12039 * gdb.base/solib-weak.exp (do_test): Likewise.
12040 * gdb.base/sym-file.exp: Likewise.
12041 * gdb.base/symtab-search-order.exp: Likewise.
12042 * gdb.base/type-opaque.exp: Likewise.
12043 * gdb.base/unload.exp: Likewise.
12044 * gdb.base/watchpoint-solib.exp: Likewise.
12045 * gdb.compile/compile.exp: Likewise.
12046 * gdb.cp/gdb2384.exp: Likewise.
12047 * gdb.cp/infcall-dlopen.exp: Likewise.
12048 * gdb.cp/re-set-overloaded.exp: Likewise.
12049 * gdb.fortran/library-module.exp: Likewise.
12050 * gdb.opt/solib-intra-step.exp: Likewise.
12051 * gdb.python/py-finish-breakpoint.exp: Likewise.
12052 * gdb.python/py-shared.exp: Likewise.
12053 * gdb.reverse/solib-precsave.exp: Likewise.
12054 * gdb.reverse/solib-reverse.exp: Likewise.
12055 * gdb.server/solib-list.exp: Likewise.
12056 * gdb.threads/dlopen-libpthread.exp: Likewise.
12057 * gdb.threads/tls-shared.exp: Likewise.
12058 * gdb.threads/tls-so_extern.exp: Likewise.
12059 * gdb.trace/change-loc.exp: Likewise.
12060 * gdb.trace/ftrace-lock.exp: Likewise.
12061 * gdb.trace/ftrace.exp: Likewise.
12062 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12063 * gdb.trace/pending.exp: Likewise.
12064 * gdb.trace/range-stepping.exp: Likewise.
12065 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12066 (strace_info_marker): Likewise.
12067 (strace_probe_marker): Likewise.
12068 (strace_trace_on_same_addr): Likewise.
12069 (strace_trace_on_diff_addr): Likewise.
12070 * gdb.trace/trace-break.exp: Likewise.
12071 * gdb.trace/trace-condition.exp: Likewise.
12072 * gdb.trace/trace-mt.exp: Likewise.
12073
fca4cfd9
SM
120742016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12075
12076 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12077 result of gdb_remote_download.
12078 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12079 * gdb.base/dso2dso.exp: Likewise.
12080 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12081 * gdb.base/print-file-var.exp: Likewise.
12082 * gdb.base/shlib-call.exp: Likewise.
12083 * gdb.base/shreloc.exp: Likewise.
12084 * gdb.base/solib-overlap.exp: Likewise.
12085 * gdb.base/solib-weak.exp (do_test): Likewise.
12086 * gdb.base/unload.exp: Likewise.
12087
11cf4ffb
YQ
120882016-04-27 Yao Qi <yao.qi@linaro.org>
12089
12090 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12091 exists.
12092
3e2e34f8
KB
120932016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12094
12095 * vla-type.exp: Print structure from toplevel.
12096
8f07e298
BH
120972016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12098
12099 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12100 of dynamic types.
12101 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12102 of dynamic types.
12103
9920b434
BH
121042016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12105
12106 * gdb.fortran/vla-type.f90: New file.
12107 * gdb.fortran/vla-type.exp: New file.
12108
f3abeff5
YQ
121092016-04-25 Yao Qi <yao.qi@linaro.org>
12110
12111 * gdb.base/branch-to-self.c: New file.
12112 * gdb.base/branch-to-self.exp: New file.
12113
0a5d52f0
YQ
121142016-04-22 Yao Qi <yao.qi@linaro.org>
12115
12116 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12117 more after $hex.
12118
495346f6
YQ
121192016-04-22 Yao Qi <yao.qi@linaro.org>
12120
12121 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12122 * gdb.base/annota3.exp: Likewise.
12123
4a7e075c
YQ
121242016-04-22 Yao Qi <yao.qi@linaro.org>
12125
12126 * gdb.reverse/step-precsave.exp: Do one step and test program
12127 stops in "callee" and do multiple steps until program goes out
12128 of "callee".
12129 * gdb.reverse/step-reverse.exp: Likewise.
12130
5b061e98
YQ
121312016-04-22 Yao Qi <yao.qi@linaro.org>
12132
12133 * gdb.trace/signal.exp: Also pass if
12134 $tracepoint_hits($i) > $iterations.
12135
5c5dc57f
YQ
121362016-04-22 Yao Qi <yao.qi@linaro.org>
12137
12138 * gdb.trace/signal.c: New file.
12139 * gdb.trace/signal.exp: New file.
12140
a55411b9
DE
121412016-04-19 Doug Evans <xdje42@gmail.com>
12142
12143 * gdb.base/bad-file.exp: New file.
12144
a22df60a
MG
121452016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12146
12147 * gdb.dwarf2/implref.exp: New file.
12148
0c13f7e5
BH
121492016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12150
12151 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12152 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12153 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12154 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12155 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12156 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12157 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12158 * lib/fortran.exp (fortran_int4): New procedure.
12159 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12160 (fortran_logical4): Likewise.
12161
9b9b09e9
BH
121622016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12163
12164 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12165
a14d1f4d
BH
121662016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12167
12168 * lib/compiler.c: Add Intel specific preprocessor macros.
12169 * lib/compiler.cc: Likewise.
25d49b86 12170
7d49b1d0
LM
121712016-04-13 Luis Machado <lgustavo@codesourcery.com>
12172
12173 * gdb.server/connect-with-no-symbol-file.c: New file.
12174 * gdb.server/connect-with-no-symbol-file.exp: New file.
12175
8392fa22
SM
121762016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12177
12178 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12179
8c4c4aeb
SM
121802016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12181
12182 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12183 standard output directory.
12184
45e3745e
AT
121852016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12186
12187 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12188
e26b7e41
MM
121892016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12190
12191 * gdb.btrace/instruction_history.c (loop): Add declaration.
12192
8ce09462
AT
121932016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12194
12195 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12196
2e88a1ea
SM
121972016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12198
12199 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12200 parentheses to print.
12201 (continue_handler): Likewise.
12202
f48e22e3
SM
122032016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12204
12205 * gdb.server/solib-list.exp: Remove is_remote check.
12206 Pass shlib= to gdb_compile. Don't link shared library with
12207 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12208 Run binary filename through "readlink -f" on the target.
12209
096be756
PA
122102016-04-08 Pedro Alves <palves@redhat.com>
12211
12212 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12213 interpreter filename as argument to gdbserver_spawn.
12214 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12215 Return empty if $last_loaded_file does not exist.
12216
06500533
JK
122172016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12218
12219 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12220 * gdb.base/jit-main.c: Use exit after usage.
12221
2d35e871
JK
122222016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12223
12224 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12225 GDBHISTSIZE prior to the tests.
12226 * gdb.base/gdbinit-history.exp: Likewise.
12227
122282016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12229
12230 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12231 instead of build_executable. Use gdb_load_shlibs.
12232
c8064e7e
YQ
122332016-04-07 Yao Qi <yao.qi@linaro.org>
12234
12235 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12236 Execute "si" command.
12237
bde47561
YQ
122382016-04-07 Yao Qi <yao.qi@linaro.org>
12239
12240 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12241 number instead of the comments on some line.
12242
b16f8a3b
DB
122432016-04-06 Don Breazeal <donb@codesourcery.com>
12244
12245 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12246 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12247
c2f901df
SM
122482016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12249
12250 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12251 standard_output_file. Remove unused binfile variable.
12252
ac17fda0
CU
122532016-04-05 Catalin Udma <catalin.udma@freescale.com>
12254
12255 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12256 * gdb.python/py-mi-objfile.exp: Match "list main" output
12257 in console format.
12258
03a8c4df
SM
122592016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12260
12261 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12262 absolute.
12263
6e774b13
SM
122642016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12265
12266 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12267 absolute.
12268 * gdb.trace/ftrace.exp: Likewise.
12269 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12270 targets as well.
12271 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12272 (gdb_load_shlibs): Copy libraries to test directory when testing
12273 natively. Only set solib-search-path if testing remotely.
12274 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12275
7817ea46
SM
122762016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12277
12278 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12279 gdb_download. Use it even if the target is not remote.
12280 * gdb.base/jit.exp (compile_jit_test): Likewise.
12281 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12282 output directory if the destination board is local, otherwise use
12283 the standard remote_download from DejaGnu.
12284 (gdb_download): Remove.
12285 (gdb_load_shlibs): Use gdb_remote_download instead of
12286 gdb_download.
12287 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12288 Use gdb_remote_download instead of gdb_download. Use it even if
12289 the target is not remote.
12290 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12291 instead of gdb_download.
12292
7beb7f68
SM
122932016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12294
12295 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12296 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12297 run.
12298
cc63428a
AV
122992016-04-01 Artemiy Volkov <artemiyv@acm.org>
12300
12301 PR gdb/19820
12302 * gdb.base/printcmds.exp: Add artificial arrays tests.
12303
64cdf930
PA
123042016-03-31 Pedro Alves <palves@redhat.com>
12305
12306 PR gdb/19858
12307 * gdb.base/jit-main.c: Include unistd.h.
12308 (ATTACH): Define to 0 if not already defined.
12309 (wait_for_gdb, mypid): New globals.
12310 (WAIT_FOR_GDB): New macro.
12311 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12312 some breakpoint locations.
12313 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12314 New procedures.
12315 (one_jit_test): Add REATTACH parameter, and handle it. Use
12316 continue_to_test_location.
12317 (top level): Test attach, and adjusts calls to one_jit_test.
12318
40dea8cb
PA
123192016-03-31 Pedro Alves <palves@redhat.com>
12320
12321 PR gdb/19858
12322 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12323 BINSUFFIX parameter, and handle it.
12324 (top level): Adjust calls compile_jit_test.
12325
e7ea3ec7
CU
123262016-03-31 Catalin Udma <catalin.udma@freescale.com>
12327
12328 PR python/19743
12329 * gdb.python/py-mi-events-gdb.py: New file.
12330 * gdb.python/py-mi-events.c: New file.
12331 * gdb.python/py-mi-events.exp: New file.
12332
e6359af3
YQ
123332016-03-30 Yao Qi <yao.qi@linaro.org>
12334
12335 * gdb.reverse/until-precsave.exp: Match function name only.
12336 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12337 Move malloc to a condition block.
12338 * gdb.reverse/until-reverse.exp: Match function name only.
12339
a4105d04
MK
123402016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12341
12342 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12343 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12344 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12345 variable for GPR 0 instead of assuming it is register 0.
12346 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12347 * lib/trace-support.exp: Add s390 registers.
12348
bfa6adb9
YQ
123492016-03-29 Yao Qi <yao.qi@linaro.org>
12350
12351 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12352
1e6697ea
YQ
123532016-03-24 Yao Qi <yao.qi@linaro.org>
12354
12355 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12356 test message.
12357
64bcd522
AA
123582016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12359
12360 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12361 maintaining separate logic for constructing the output path.
12362
7868401b
DB
123632016-03-16 Don Breazeal <donb@codesourcery.com>
12364
12365 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12366 Retry fork and waitpid on interrupted system call errors.
12367 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12368 Use with_timeout_factor to increase timeout by factor of 10.
12369
1cafadb4
DB
123702016-03-15 Don Breazeal <donb@codesourcery.com>
12371
12372 * gdb.cp/scope-err.cc: New test program.
12373 * gdb.cp/scope-err.exp: New test script.
12374 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12375 lines and "set breakpoint here" comment.
12376 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12377 Fixed some whitespace and format issues.
12378 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12379 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12380
81516450
DE
123812016-03-15 Doug Evans <dje@google.com>
12382
12383 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12384 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12385 All callers updated. Add tests for enums, mixed flags register.
12386
aa52b601
DE
123872016-03-15 Doug Evans <dje@google.com>
12388
12389 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12390 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12391
fa4ff313
SM
123922016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12393
12394 * gdb.base/default.exp: Add $_as_string to the list of expected
12395 convenience functions.
12396
f2403c39
AB
123972016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12398
12399 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12400
f2f3ccb9
SM
124012016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12402
12403 * gdb.python/py-as-string.exp: New file.
12404 * gdb.python/py-as-string.c: New file.
12405
00dbd492
PA
124062016-03-09 Pedro Alves <palves@redhat.com>
12407
12408 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12409 signal" -> "Thread NN received signal" output change.
12410 * gdb.threads/ia64-sigill.exp: Likewise.
12411 * gdb.threads/linux-dp.exp: Likewise.
12412 * gdb.threads/manythreads.exp: Likewise.
12413 * gdb.threads/pending-step.exp: Likewise.
12414 * gdb.threads/print-threads.exp: Likewise.
12415 * gdb.threads/sigstep-threads.exp: Likewise.
12416 * gdb.threads/staticthreads.exp: Likewise.
12417 * gdb.threads/tls.exp: Likewise.
12418
1e6697ea
YQ
124192016-03-09 Pedro Alves <palves@redhat.com>
12420
12421 * gdb.base/command-line-input.exp: New file.
12422
b04fd3be
MK
124232016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12424
12425 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12426 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12427 * gdb.trace/pending.exp: Accept leading dot before function name.
12428 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12429 * lib/trace-support.exp: Set registers for ppc.
12430
98fa59e9
MK
124312016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12432
12433 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12434 use it for disassembly; accept .main in addition to main in backtrace.
12435
f77198c8
MK
124362016-03-09 Wei-cheng Wang <cole945@gmail.com>
12437 Marcin Kościelnicki <koriakin@0x04.net>
12438
12439 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12440 (gdb_recursion_test_ptr): New global variable.
12441 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12442 gdb_recursion_test.
12443 (gdb_c_test): Ditto.
12444
ba84e0da
MK
124452016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12446
12447 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12448 ordering.
12449
4366d36e
MK
124502016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12451
12452 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12453 (bar): Add bar_start_lbl label.
12454 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12455 of foo/bar for emitting DWARF and tracing.
12456
5eb264df
SDJ
124572016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12458
12459 * analyze-racy-logs.py: Set executable bit.
12460
fb6a751f
SDJ
124612016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12462
12463 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12464 (CHECK_TARGET_TMP): Likewise.
12465 (check-single-racy): New rule.
12466 (check-parallel-racy): Likewise.
12467 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12468 (do-check-parallel-racy): New rule.
12469 (check-racy/%.exp): Likewise.
12470 * README (Racy testcases): New section.
12471 * analyze-racy-logs.py: New file.
12472
bdf7e230
DE
124732016-03-03 Doug Evans <dje@google.com>
12474
12475 * gdb.base/skip.exp: Use with_test_prefix.
12476
4719d415
YQ
124772016-03-03 Yao Qi <yao.qi@linaro.org>
12478
12479 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12480 Invoke step_over_syscall "clone" and break_cond_on_syscall
12481 "clone".
12482 * gdb.base/step-over-clone.c: New file.
12483
ea507862
YQ
124842016-03-03 Yao Qi <yao.qi@linaro.org>
12485
12486 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12487 code format.
12488
8fc8cbda
YQ
124892016-03-03 Yao Qi <yao.qi@linaro.org>
12490
12491 * gdb.base/disp-step-fork.c: Rename to ...
12492 * gdb.base/step-over-fork.c: ... it. New file.
12493 * gdb.base/disp-step-vfork.c: Rename to ...
12494 * gdb.base/step-over-vfork.c: ... it. New file.
12495 * gdb.base/disp-step-syscall.exp: Rename to ...
12496 * gdb.base/step-over-syscall.exp: ... it. New file.
12497 (disp_step_cross_syscall): Rename to ...
12498 (step_over_syscall): ... it.
12499
92fa70b0
YQ
125002016-03-03 Yao Qi <yao.qi@linaro.org>
12501
12502 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12503 If target supports condition evaluation on target, invoke
12504 break_cond_on_syscall for fork and vfork.
12505
e197ad3c
YQ
125062016-03-03 Yao Qi <yao.qi@linaro.org>
12507
12508 * gdb.base/disp-step-syscall.exp: Don't invoke
12509 support_displaced_stepping.
12510 (disp_step_cross_syscall): Test with displaced stepping off and
12511 on if supported.
12512
0b47da9f
YQ
125132016-03-03 Yao Qi <yao.qi@linaro.org>
12514
12515 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12516 proc.
12517 (setup): New proc.
12518 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12519 and setup.
12520
065ab6dc
BH
125212016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12522
12523 * gdb.fortran/vla-history.exp: Remove breakpoint.
12524
07e448ad 125252016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12526
25d49b86
PA
12527 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12528 exceeds timeout.
07e448ad 12529
9ac2d526 125302016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12531
25d49b86
PA
12532 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12533 breakpoint.
9ac2d526 12534
17807369
BH
125352016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12536
12537 * gdb.mi/vla.f90: Nullify pointer after declaration.
12538
86e501af
PA
125392016-03-01 Pedro Alves <palves@redhat.com>
12540
12541 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12542
1e903e32
PA
125432016-03-01 Pedro Alves <palves@redhat.com>
12544
12545 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12546 before anything else.
12547 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12548 _GNU_SOURCE here.
12549 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12550 before anything else.
12551 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12552
6ccb54e2
PA
125532016-03-01 Pedro Alves <palves@redhat.com>
12554
12555 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12556
30ca9da1
YQ
125572016-03-01 Yao Qi <yao.qi@linaro.org>
12558
12559 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12560 prepare_for_testing.
12561
dc856b38
YQ
125622016-03-01 Yao Qi <yao.qi@linaro.org>
12563
12564 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12565
4a932159
AA
125662016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12567
12568 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12569 manually constructing the output path.
12570
f2489477
AA
125712016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12572
12573 * gdb.arch/s390-stackless.S: New.
12574 * gdb.arch/s390-stackless.exp: New.
12575
38899f16
IB
125762016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12577
12578 * gdb.dlang/circular.c: New file.
12579 * gdb.dlang/circular.exp: New file.
12580
9fde51ed
YQ
125812016-02-26 Yao Qi <yao.qi@linaro.org>
12582
12583 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12584 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12585 (testcases): Update.
12586
ce90fefe
YQ
125872016-02-26 Yao Qi <yao.qi@linaro.org>
12588
12589 * gdb.reverse/aarch64.c: Rename to ...
12590 * gdb.reverse/insn-reverse.c: ... it.
12591 * gdb.reverse/aarch64.exp: Rename to ...
12592 * gdb.reverse/insn-reverse.exp: ... it.
12593
3263bceb
YQ
125942016-02-26 Yao Qi <yao.qi@linaro.org>
12595
12596 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12597 (testcase_ftype): New.
12598 (testcases): New array.
12599 (n_testcases): New.
12600 (main): Call each element in testcases.
12601 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12602 (read_testcase): New.
12603 Do the tests in a loop.
12604
6cb59ff1
YQ
126052016-02-25 Yao Qi <yao.qi@linaro.org>
12606
12607 * gdb.base/branches.c: Remove.
12608
ae91f625
MK
126092016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12610
12611 PR gdb/13808
12612 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12613
678b48b7
MK
126142016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12615
12616 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12617
7337a6f2
MK
126182016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12619
12620 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12621 change x86_64 call_insn to 'callq'.
12622
861ca91f
AT
126232016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12624
12625 * gdb.trace/tfile-avx.c: Move to...
12626 * gdb.trace/tracefile-pseudo-reg.c: Here.
12627 * gdb.trace/tfile-avx.exp: Move to...
12628 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12629
bf74e428
GB
126302016-02-24 Gary Benson <gbenson@redhat.com>
12631
12632 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12633 message on attach.
12634
cce0e923
DE
126352016-02-23 Doug Evans <dje@google.com>
12636
12637 * gdb.base/skip.c (test_skip): New function.
12638 (end_test_skip_file_and_function): New function.
12639 (test_skip_file_and_function): New function.
12640 * gdb.base/skip1.c (test_skip): New function.
12641 (skip1_test_skip_file_and_function): New function.
12642 * gdb.base/skip.exp: Add tests for new skip options.
12643 * gdb.base/skip-solib.exp: Update expected output.
12644 * gdb.perf/skip-command.cc: New file.
12645 * gdb.perf/skip-command.exp: New file.
12646 * gdb.perf/skip-command.py: New file.
12647
4000e47e
MK
126482016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12649
12650 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12651 info registers pattern.
12652
24f75ead
IB
126532016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12654
12655 * lib/future.exp: Add D support.
12656 (gdb_find_gdc): New proc.
12657 (gdb_default_target_compile): Add D support.
12658
fbb7bcbe
WW
126592016-02-18 Wei-cheng Wang <cole945@gmail.com>
12660
12661 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12662 user+system time.
12663 (trace_speed_test): Determine the iteration count for a time
12664 between 15..30 seconds.
12665
012b3a21
WT
126662016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12667
12668 * gdb.arch/i386-mpx-sigsegv.c: New file.
12669 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12670 * gdb.arch/i386-mpx-simple_segv.c: New file.
12671 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12672
2d5189bd
YQ
126732016-02-18 Yao Qi <yao.qi@linaro.org>
12674
12675 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12676 Don't call setup_kfail.
12677
40fb20d0
YQ
126782016-02-18 Yao Qi <yao.qi@linaro.org>
12679
12680 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12681 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12682
21b1f8d2
DE
126832016-02-16 Doug Evans <dje@google.com>
12684
12685 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12686 * gdb.base/skip1.c: Ditto.
12687 * gdb.base/skip.exp: Whitespace cleanup.
12688
4041ed77
DB
126892016-02-16 Don Breazeal <donb@codesourcery.com>
12690
12691 PR remote/19496
12692 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12693 Remove kfail for PR remote/19496.
12694
c4ef31bf
SM
126952016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12696
12697 * lib/gdb.exp (standard_temp_file): Return a path specific to
12698 the runtest invocation.
12699
266b65b3
SM
127002016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12701
12702 * gdb.trace/save-trace.exp: Change relative path to be in the
12703 standard output directory.
12704
a7a0a6a9
JK
127052016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12706
12707 * gdb.arch/i386-prologue.c: Add missing prototypes.
12708
c99dbb42
JK
127092016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12710
12711 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12712 * gdb.arch/i386-prologue.exp: Likewise.
12713 * gdb.arch/i386-size.exp: Likewise.
12714
aa480355
SM
127152016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12716
12717 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12718 define object file path.
12719 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12720 file path.
12721 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12722 standard_output_file to define binfile.
12723
ba881f50
JK
127242016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12725
12726 Fix compatibility with recent gfortran-5.3.1.
12727 * gdb.fortran/vla-history.exp (print vla1 allocated)
12728 (print vla2 allocated, print $2, print $3): Remove
12729 (print $4): Rename to ...
12730 (print $2): ... here.
12731 (print $9): Rename to ...
12732 (print $5): ... here.
12733 (print $10): Rename to ...
12734 (print $6): ... here.
12735 * gdb.fortran/vla.f90: Add pvla initialization.
12736
e9fb005c
JK
127372016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12738
12739 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12740 New test.
12741 * gdb.fortran/vla-value-sub.exp: Likewise.
12742
e44e00ff
MK
127432016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12744
12745 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12746
97e94151
SM
127472016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12748
12749 * i386-biarch-core.exp: Define corefile using
12750 standard_output_file.
12751
01113bc1
YQ
127522016-02-12 Yao Qi <yao.qi@linaro.org>
12753
12754 * gdb.arch/arm-single-step-kernel-helper.c: New.
12755 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12756
33b4777c
MM
127572016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12758
12759 * gdb.btrace/tailcall-only.exp: New.
12760 * gdb.btrace/tailcall-only.c: New.
12761 * gdb.btrace/x86_64-tailcall-only.S: New.
12762 * gdb.btrace/i686-tailcall-only.S: New.
12763
acc23c11
PA
127642016-02-11 Pedro Alves <palves@redhat.com>
12765
12766 * README (Parallel testing): Add missing double quotes.
12767
e352bf0a
PA
127682016-02-11 Pedro Alves <palves@redhat.com>
12769
12770 * README (Parallel testing): New section.
12771 (GDB_PARALLEL): Rewrite.
12772 (FORCE_PARALLEL): Document.
12773
9f5fed78
MK
127742016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12775
12776 * gdb.trace/tfile-avx.c: New test.
12777 * gdb.trace/tfile-avx.exp: New test.
12778
9ef9e6a6
KS
127792016-02-09 Keith Seitz <keiths@redhat.com>
12780
12781 PR breakpoints/19546
12782 * gdb.base/infcall-exec.c: New file.
12783 * gdb.base/infcall-exec2.c: New file.
12784 * gdb.base/infcall-exec.exp: New file.
12785
a96e36da
KS
127862016-02-09 Keith Seitz <keiths@redhat.com>
12787
12788 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12789 (toplevel): Call test_bkpt_address.
12790
9f61929f
KS
127912016-02-09 Keith Seitz <keiths@redhat.com>
12792
12793 PR python/19506
12794 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12795 (toplevel): Call test_bkpt_address.
12796
1e94266c
SM
127972016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12798
12799 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12800 to AC_OUTPUT.
12801 * configure: Regenerate.
12802
2a7f3dff
PA
128032016-02-09 Pedro Alves <palves@redhat.com>
12804
12805 PR breakpoints/19548
12806 * gdb.base/execl-update-breakpoints.c (some_function): New
12807 function.
12808 (main): Call it.
12809 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12810 Tighten expected GDB output.
12811
2151ccc5
SM
128122016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12813
12814 * Makefile.in (ALL_SUBDIRS): Remove.
12815 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12816 (distclean maintainer-clean realclean): Likewise.
12817 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12818 * configure: Regenerate.
12819 * gdb.ada/Makefile.in: Delete.
12820 * gdb.arch/Makefile.in: Likewise.
12821 * gdb.asm/Makefile.in: Likewise.
12822 * gdb.base/Makefile.in: Likewise.
12823 * gdb.btrace/Makefile.in: Likewise.
12824 * gdb.cell/Makefile.in: Likewise.
12825 * gdb.compile/Makefile.in: Likewise.
12826 * gdb.cp/Makefile.in: Likewise.
12827 * gdb.disasm/Makefile.in: Likewise.
12828 * gdb.dlang/Makefile.in: Likewise.
12829 * gdb.dwarf2/Makefile.in: Likewise.
12830 * gdb.fortran/Makefile.in: Likewise.
12831 * gdb.gdb/Makefile.in: Likewise.
12832 * gdb.go/Makefile.in: Likewise.
12833 * gdb.guile/Makefile.in: Likewise.
12834 * gdb.java/Makefile.in: Likewise.
12835 * gdb.linespec/Makefile.in: Likewise.
12836 * gdb.mi/Makefile.in: Likewise.
12837 * gdb.modula2/Makefile.in: Likewise.
12838 * gdb.multi/Makefile.in: Likewise.
12839 * gdb.objc/Makefile.in: Likewise.
12840 * gdb.opencl/Makefile.in: Likewise.
12841 * gdb.opt/Makefile.in: Likewise.
12842 * gdb.pascal/Makefile.in: Likewise.
12843 * gdb.perf/Makefile.in: Likewise.
12844 * gdb.python/Makefile.in: Likewise.
12845 * gdb.reverse/Makefile.in: Likewise.
12846 * gdb.server/Makefile.in: Likewise.
12847 * gdb.stabs/Makefile.in: Likewise.
12848 * gdb.threads/Makefile.in: Likewise.
12849 * gdb.trace/Makefile.in: Likewise.
12850 * gdb.xml/Makefile.in: Likewise.
12851 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12852 GDB_PARALLEL.
12853 (standard_output_file): Remove check for GDB_PARALLEL, always
12854 return path in outputs/$subdir/$testname.
12855
437277d4
SM
128562016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12857
12858 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12859 (site.exp): Assign abs_srcdir to tcl's srcdir.
12860
31d913c7
YQ
128612016-02-04 Yao Qi <yao.qi@linaro.org>
12862
12863 * gdb.base/foll-exec-mode.c: Include limits.h.
12864 (main): Add parameters argc and argv. Get directory from
12865 argv[0].
12866 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12867 compilation.
12868 * gdb.base/foll-exec.c: Include limits.h.
12869 (main): Add parameters argc and argv.
12870 Get directory from argv[0].
12871 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12872 Adjust tests on the number of lines as source code changed.
12873 * gdb.base/foll-vfork-exit.c: Include limits.h.
12874 (main): Add one line of statement before vfork.
12875 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12876 (main): Add parameters argc and argv. Get directory from
12877 argv[0].
12878 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12879 (setup_gdb): Set tbreak to skip some source lines.
12880 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12881 (main): Add parameters argc and argv. Get directory from
12882 argv[0].
12883 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12884 compilation.
12885 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12886 (main): Add parameters argc and argv. Get directory from
12887 argv[0].
12888 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12889 compilation.
12890
9482b9fb
DE
128912016-02-01 Doug Evans <dje@google.com>
12892
12893 * gdb.base/skip.exp: Clean up multiple references to same test name.
12894
6b2e4f10
PA
128952016-02-01 Pedro Alves <palves@redhat.com>
12896
ccb6afd6 12897 PR remote/19496
6b2e4f10
PA
12898 * gdb.threads/forking-threads-plus-breakpoint.exp
12899 (displaced_stepping_supported): New global.
12900 (probe_displaced_stepping_support): New procedure.
12901 (do_test): Add 'displaced' parameter, and use it.
12902 (top level): Check for displaced stepping support. Add displaced
12903 stepping on/off testing axis.
12904
37a8db1a
AB
129052016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12906
12907 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12908 pointer. Don't perform further tests on the unassociated pointer
12909 if the first test fails.
12910
5fdf6324
AB
129112016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12912
12913 * gdb.base/max-value-size.c: New file.
12914 * gdb.base/max-value-size.exp: New file.
12915 * gdb.base/huge.exp: Disable max-value-size for this test.
12916
935c6144
IB
129172016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12918
12919 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12920
7fe8399d
YQ
129212016-01-28 Yao Qi <yao.qi@linaro.org>
12922
12923 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12924
a2077e25
PA
129252016-01-25 Pedro Alves <palves@redhat.com>
12926
12927 PR threads/19461
12928 * gdb.base/fork-running-state.c: New file.
12929 * gdb.base/fork-running-state.exp: New file.
12930
1d2736d4
PA
129312016-01-25 Pedro Alves <palves@redhat.com>
12932
12933 PR gdb/19494
12934 * gdb.base/catch-fork-kill.c: New file.
12935 * gdb.base/catch-fork-kill.exp: New file.
12936
f1da4b11
PA
129372016-01-25 Pedro Alves <palves@redhat.com>
12938
12939 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12940 Delete, moved to lib/gdb.exp.
12941 * gdb.threads/forking-threads-plus-breakpoint.exp
12942 (foreach_with_prefix): Likewise.
12943 * gdb.threads/process-dies-while-handling-bp.exp
12944 (foreach_with_prefix): Likewise.
12945 * lib/gdb.exp (foreach_with_prefix): New procedure.
12946
45f38546
MK
129472016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12948
12949 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12950 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12951
dc29a1ce
MK
129522016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12953
12954 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12955 endian targets.
12956
092127d7
JK
129572016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12958 Pedro Alves <palves@redhat.com>
12959
12960 Fix testsuite compatibility with Guile.
12961 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12962 number.
12963
31d765d3
JK
129642016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12965
12966 Fix testsuite compatibility with Guile.
12967 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12968 (thread 1): New test for backtrace through signal handler.
12969
1ac78c04
YQ
129702016-01-22 Yao Qi <yao.qi@linaro.org>
12971
12972 PR testsuite/19491
12973 * gdb.base/multi-forks.c: Include
12974 ../lib/unbuffer_output.c
12975 (main): Call gdb_unbuffer_output.
12976
4f5946a8
DE
129772016-01-21 Doug Evans <dje@google.com>
12978
12979 * lib/ada.exp (gdb_compile_ada): Fix typo.
12980
305e13e6
JB
129812016-01-21 Joel Brobecker <brobecker@adacore.com>
12982
12983 * gdb.base/break-fun-addr.exp: New file.
12984 * gdb.base/break-fun-addr1.c: New file.
12985 * gdb.base/break-fun-addr2.c: New file.
12986
5f5dfff6
SM
129872016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12988
12989 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12990 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12991 enum flag values.
12992
fd356fa2
AA
129932016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12994
12995 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12996 when GDB can not set the vector return value. Add more comments
12997 for clarification.
12998
9df22175
AT
129992016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13000
13001 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13002 command.
13003
41d1845e
SM
130042016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13005
13006 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13007
01ac6840
SM
130082016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13009
13010 * Makefile.in (check-single): Pass --status to runtest.
13011 (check/%.exp): Likewise.
13012
130132016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13014
13015 * Makefile.in (check-parallel): Propagate return code from make
13016 do-check-parallel.
13017
bd0a71fa
MK
130182016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13019
13020 * gdb.trace/ftrace.exp: Fix expected message on continue.
13021 * gdb.trace/pending.exp: Fix expected message on continue.
13022 * gdb.trace/trace-break.exp: Fix expected message on continue.
13023
8bcbad33
SM
130242016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13025
13026 * lib/gdb.exp (gdb_test): Remove unused global references.
13027
f303dbd6
PA
130282016-01-18 Pedro Alves <palves@redhat.com>
13029
13030 * gdb.base/async-shell.exp: Adjust expected output.
13031 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13032 * gdb.base/siginfo-thread.exp: Adjust expected output.
13033 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13034 * gdb.java/jnpe.exp: Adjust expected output.
13035 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13036 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13037 * gdb.threads/leader-exit.exp: Adjust expected output.
13038 * gdb.threads/manythreads.exp: Adjust expected output.
13039 * gdb.threads/pthreads.exp: Adjust expected output.
13040 * gdb.threads/schedlock.exp: Adjust expected output.
13041 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13042 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13043 expected output.
13044 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13045 output.
13046 * gdb.threads/sigthread.exp: Adjust expected output.
13047 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13048
b2789696
YQ
130492016-01-18 Yao Qi <yao.qi@linaro.org>
13050
13051 * gdb.guile/scm-section-script.c: Replace @progbits with
13052 %progbits.
13053 * gdb.python/py-section-script.c: Likewise.
13054
71ef29a8
PA
130552016-01-15 Pedro Alves <palves@redhat.com>
13056
13057 * gdb.multi/tids.exp: Test star wildcard ranges.
13058
3f5b7598
PA
130592016-01-15 Pedro Alves <palves@redhat.com>
13060
13061 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13062 command from "thread apply" invocation.
13063 (thr_apply_info_thr_invalid): Default the expected output to the
13064 input tid list.
13065 (top level): Add tests that use convenience variables. Add tests
13066 for "thread apply" with a valid TID list, but missing the command.
13067
663f6d42
PA
130682016-01-13 Pedro Alves <palves@redhat.com>
13069
13070 * gdb.base/default.exp: Expect $_gthread as well.
13071 * gdb.multi/tids.exp: Test $_gthread.
13072 * gdb.threads/thread-specific.exp: Test $_gthread.
13073
c84f6bbf
PA
130742016-01-13 Pedro Alves <palves@redhat.com>
13075
13076 * gdb.multi/tids.exp: Test "info threads -gid".
13077
22a02324
PA
130782016-01-13 Pedro Alves <palves@redhat.com>
13079
13080 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13081 Breakpoint.thread.
13082 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13083
5d5658a1
PA
130842016-01-07 Pedro Alves <palves@redhat.com>
13085
13086 * gdb.base/break.exp: Adjust to output changes.
13087 * gdb.base/hbreak2.exp: Likewise.
13088 * gdb.base/sepdebug.exp: Likewise.
13089 * gdb.base/watch_thread_num.exp: Likewise.
13090 * gdb.linespec/keywords.exp: Likewise.
13091 * gdb.multi/info-threads.exp: Likewise.
13092 * gdb.threads/thread-find.exp: Likewise.
13093 * gdb.multi/tids.c: New file.
13094 * gdb.multi/tids.exp: New file.
13095
84654457
PA
130962016-01-13 Pedro Alves <palves@redhat.com>
13097
13098 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13099
e3940304
PA
131002016-01-13 Pedro Alves <palves@redhat.com>
13101
13102 * gdb.base/default.exp: Expect $_inferior as well.
13103 * gdb.multi/base.exp: Test $_inferior.
13104
a911d87a
PA
131052016-01-13 Pedro Alves <palves@redhat.com>
13106
13107 PR breakpoints/19388
13108 * gdb.base/catch-signal-siginfo-cond.c: New file.
13109 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13110
82075af2
JS
131112016-01-12 Josh Stone <jistone@redhat.com>
13112 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13113
13114 * gdb.base/catch-syscall.c (do_execve): New variable.
13115 (main): Conditionally trigger an execve.
13116 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13117 (test_catch_syscall_execve): New, check entry/return across execve.
13118 (do_syscall_tests): Call test_catch_syscall_execve.
13119
e46eeedd
PA
131202016-01-12 Pedro Alves <palves@redhat.com>
13121
13122 * gdb.base/random-signal.exp (do_test): New procedure, with body
13123 of testcase moved in.
13124
01d8c27e
JK
131252016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13126 Pedro Alves <palves@redhat.com>
13127
13128 * gdb.base/funcargs.exp (finish from indirectly called function):
13129 Reintroduce the case for 'First'.
13130
9a706302
JK
131312016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13132 Pedro Alves <palves@redhat.com>
13133
13134 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13135 (tcatch_vfork_then_child_follow_exec)
13136 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13137 identification.
13138
c0ecb95f
JK
131392016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13140
13141 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13142 and repeats to unlimited.
13143 * gdb.python/py-value.exp: Likewise.
13144 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13145 and repeats to unlimited.
13146
6cfc1fcb
JK
131472016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13148
13149 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13150 and reordering the functions.
13151 * gdb.multi/hangout.c: Likewise.
13152 * gdb.multi/hello.c: Likewise.
13153
582a1b00
SM
131542016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13155
13156 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13157 absolute.
13158 (SingleStatisticTestResult.report): Use dict.keys instead of
13159 dict.iterkeys.
13160
79bc59cb
PA
131612016-01-06 Pedro Alves <palves@redhat.com>
13162
13163 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13164
43368e1d
MM
131652016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13166
13167 * gdb.btrace/dlopen.exp: New.
13168 * gdb.btrace/dlopen.c: New.
13169 * gdb.btrace/dlopen-dso.c: New.
13170
79fad5b8
SL
131712015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13172
13173 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13174 PATTERN argument is optional.
13175
ab8314b3
JB
131762015-12-24 Joel Brobecker <brobecker@adacore.com>
13177
13178 * lib/ada.exp (target_compile_ada_from_dir): New function.
13179 (gdb_compile_ada): Reimplement avoiding the use of project files.
13180 * gdb.ada/gnat_ada.gpr: Delete.
13181 * gdb.ada/cond_lang.exp: Adjust test to make path before
13182 filename optional.
13183 * gdb.ada/small_reg_param.exp: Likewise.
13184
fe33faff
SM
131852015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13186
13187 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13188
6d265cb4
TP
131892015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13190
13191 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13192 case.
13193
10125099
SM
131942015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13195
13196 * gdb.base/break.exp: Remove dead code.
13197 * gdb.base/sepdebug.exp: Likewise.
13198
3ca22649
SM
131992015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13200
13201 * gdb.asm/asm-source.exp: Remove HP-UX references.
13202 * gdb.base/annota1.exp: Likewise.
13203 * gdb.base/annota3.exp: Likewise.
13204 * gdb.base/attach.exp: Likewise.
13205 * gdb.base/bigcore.exp: Likewise.
13206 * gdb.base/break.exp: Likewise.
13207 * gdb.base/call-ar-st.exp: Likewise.
13208 * gdb.base/callfuncs.exp: Likewise.
13209 * gdb.base/catch-fork-static.exp: Likewise.
13210 * gdb.base/display.exp: Likewise.
13211 * gdb.base/foll-exec-mode.exp: Likewise.
13212 * gdb.base/foll-exec.exp: Likewise.
13213 * gdb.base/foll-fork.exp: Likewise.
13214 * gdb.base/foll-vfork.exp: Likewise.
13215 * gdb.base/funcargs.exp: Likewise.
13216 * gdb.base/hbreak2.exp: Likewise.
13217 * gdb.base/inferior-died.exp: Likewise.
13218 * gdb.base/interrupt.exp: Likewise.
13219 * gdb.base/multi-forks.exp: Likewise.
13220 * gdb.base/nodebug.exp: Likewise.
13221 * gdb.base/sepdebug.exp: Likewise.
13222 * gdb.base/solib1.c: Likewise.
13223 * gdb.base/step-test.exp: Likewise.
13224 * gdb.mi/non-stop.c: Likewise.
13225 * gdb.mi/pthreads.c: Likewise.
13226 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13227 * gdb.threads/pthreads.c: Likewise.
13228 * gdb.threads/staticthreads.exp: Likewise.
13229 * lib/future.exp: Likewise.
13230 * lib/gdb.exp: Likewise.
13231 * gdb.base/so-indr-cl.c: Remove.
13232 * gdb.base/so-indr-cl.exp: Likewise.
13233 * gdb.base/solib.c: Likewise.
13234 * gdb.base/solib.exp: Likewise.
13235 * gdb.base/solib2.c: Likewise.
13236
b6304613
SM
132372015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13238
13239 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13240 * gdb.base/call-ar-st.exp: Likewise.
13241 * gdb.base/callfuncs.exp: Likewise.
13242 * gdb.base/condbreak.exp: Likewise.
13243 * gdb.base/constvars.exp: Likewise.
13244 * gdb.base/hbreak2.exp: Likewise.
13245 * gdb.base/langs.exp: Likewise.
13246 * gdb.base/list.exp: Likewise.
13247 * gdb.base/long_long.exp: Likewise.
13248 * gdb.base/ptype.exp: Likewise.
13249 * gdb.base/scope.exp: Likewise.
13250 * gdb.base/signals.exp: Likewise.
13251 * gdb.base/so-impl-ld.exp: Likewise.
13252 * gdb.base/varargs.exp: Likewise.
13253 * gdb.base/volatile.exp: Likewise.
13254 * gdb.base/whatis.exp: Likewise.
13255 * gdb.cp/cplusfuncs.exp: Likewise.
13256 * gdb.cp/inherit.exp: Likewise.
13257 * gdb.cp/local.exp: Likewise.
13258 * gdb.cp/member-ptr.exp: Likewise.
13259 * gdb.cp/method.exp: Likewise.
13260 * gdb.cp/overload.exp: Likewise.
13261 * gdb.cp/templates.exp: Likewise.
13262 * gdb.stabs/weird.exp: Likewise.
13263 * lib/compiler.c: Likewise.
13264 * lib/compiler.cc: Likewise.
13265 * lib/cp-support.exp: Likewise.
13266 * lib/gdb.exp: Likewise.
13267
bf401b07
SM
132682015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13269
13270 * configure.ac: Remove HP-UX case.
13271 * configure: Regenerate.
13272
aff9c0f8
SM
132732015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13274
13275 * lib/gdb.exp (gdb_compile): Add function doc.
13276
a6904d5a
PA
132772015-12-17 Pedro Alves <palves@redhat.com>
13278
13279 PR threads/19354
13280 * gdb.multi/info-threads.exp: New file.
13281
a22279dd
YQ
132822015-12-15 Yao Qi <yao.qi@linaro.org>
13283
13284 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13285 is aarch64*-*-*.
13286
0588c796
SL
132872015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13288
13289 * gdb.base/history-duplicates.exp: Skip if no readline support.
13290
5d978e17
SL
132912015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13292
13293 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13294
7e763b86
SL
132952015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13296
13297 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13298
87a3a92c
SL
132992015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13300
13301 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13302 ctrl-C if nointerrupts target property is set.
13303 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13304 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13305 * gdb.base/paginate-bg-execution.exp: Likewise.
13306 * gdb.base/paginate-execution-startup.exp: Likewise.
13307 * gdb.base/random-signal.exp: Likewise.
13308 * gdb.base/range-stepping.exp: Likewise.
13309 * gdb.cp/annota2.exp: Likewise.
13310 * gdb.cp/annota3.exp: Likewise.
13311 * gdb.gdb/selftest.exp: Likewise.
13312 * gdb.threads/continue-pending-status.exp: Likewise.
13313 * gdb.threads/leader-exit.exp: Likewise.
13314 * gdb.threads/manythreads.exp: Likewise.
13315 * gdb.threads/pthreads.exp: Likewise.
13316 * gdb.threads/schedlock.exp: Likewise.
13317 * gdb.threads/sigthread.exp: Likewise.
13318
a8f077dc
DB
133192015-12-11 Don Breazeal <donb@codesourcery.com>
13320
13321 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13322 remote.
13323 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13324 * gdb.base/foll-exec.exp (main): Enable for target remote.
13325 * gdb.base/foll-fork.exp (main): Likewise.
13326 * gdb.base/foll-vfork.exp (main): Likewise.
13327 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13328 (proc continue_to_exit_bp_loc): Use clean_restart.
13329 * gdb.base/pie-execl.exp (main): Disable for target remote.
13330 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13331 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13332 * gdb.threads/execl.exp (main): Likewise.
13333 * gdb.threads/fork-child-threads.exp (main): Likewise.
13334 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13335 remote.
13336 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13337 remote.
13338 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13339 pid.tid style ptids, instead of just tid.
13340 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13341 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13342 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13343 ptids, instead of just tid.
13344
3b2464a8
AB
133452015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13346
13347 * gdb.base/list.exp (test_list_forward): Add end of file error
13348 test.
13349 (test_repeat_list_command): Add end of file error test.
13350 (test_list_backwards): Add beginning of file error test.
13351
a0def019
AB
133522015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13353
13354 * gdb.base/list.exp (test_list_invalid_args): New function,
13355 defined, and called.
13356
5c000dff
AB
133572015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13358
13359 * gdb.base/list.exp (test_list): Make test names unique.
13360
f1637ebe
YQ
133612015-12-11 Yao Qi <yao.qi@linaro.org>
13362
13363 * gdb.base/coremaker2.c: Remove.
13364
36d6fc0a
PA
133652015-12-10 Pedro Alves <palves@redhat.com>
13366
13367 * gdb.multi/base.exp: Remove stale "spaces" references.
13368
762f7747
PA
133692015-12-10 Pedro Alves <palves@redhat.com>
13370
13371 * gdb.multi/base.exp: Don't use nowarnings.
13372 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13373 * gdb.multi/hangout.c: Include stdio.h.
13374 * gdb.multi/hello.c: Include stdlib.h.
13375 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13376 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13377 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13378
28d2bfb9
AB
133792015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13380
13381 * gdb.dwarf2/dw2-ranges-base.c: New file.
13382 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13383 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13384 support additional line table, and debug ranges generation.
13385 (Dwarf::ranges): New function, generate .debug_ranges.
13386 (Dwarf::lines): Support generating simple line table programs.
13387 (Dwarf::assemble): Initialise new namespace variables.
13388
5fc2beac
KB
133892015-12-09 Kevin Buettner <kevinb@redhat.com>
13390
13391 * gdb.base/async.exp (proc test_background): Add case for
13392 asynchronous execution not supported.
13393
1c35a88f
LM
133942015-12-09 Luis Machado <lgustavo@codesourcery.com>
13395
13396 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13397 format and change test names to make them unique.
13398
b593e3d9
RK
133992015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13400 Pedro Alves <pedro@redhat.com>
13401
13402 PR gdb/18702
13403 Add checking of floatformats setup on x86_64 hosts.
13404 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13405 (smallval, bigval): New labels/constants.
13406 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13407 float" after loading bigval and smallval.
13408
d72413e6
PMR
134092015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13410
13411 * gdb.ada/fun_overload_menu.exp: New testcase.
13412 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13413
ece66d65
JS
134142015-12-04 Josh Stone <jistone@redhat.com>
13415
13416 * gdb.base/catch-fork-static.exp: New.
13417
41d0efca
YQ
134182015-12-03 Yao Qi <yao.qi@linaro.org>
13419
13420 * gdb.base/sizeof.c: Don't include stdio.h and
13421 ../lib/unbuffer_output.c.
13422 (main): New variable 'size' and 'value'. Remove printf and
13423 gdb_unbuffer_output. Assign return value to size and value.
13424 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13425 at the beginning.
13426 (check_sizeof): Check the result by printing variable 'size'.
13427 (check_valueof): Check the result by printing variable 'value'.
13428
99fd02d9
YQ
134292015-12-01 Yao Qi <yao.qi@linaro.org>
13430
13431 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13432 for aarch64*-*-linux* target.
13433
f2faf941
PA
134342015-11-30 Pedro Alves <palves@redhat.com>
13435
13436 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13437
04bf20c5
PA
134382015-11-30 Pedro Alves <palves@redhat.com>
13439
13440 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13441 Handle non-stop mode vCont replies.
13442
09df4675
PA
134432015-11-30 Pedro Alves <palves@redhat.com>
13444
13445 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13446 prepare_for_testing. Start gdb with "set non-stop on" appended to
13447 GDBFLAGS. Lax expected stop output.
13448
58b584af
YQ
134492015-11-27 Yao Qi <yao.qi@linaro.org>
13450
13451 * gdb.arch/arm-neon.exp: New.
13452 * gdb.arch/arm-neon.c: New.
13453
dfcb77a8
YQ
134542015-11-27 Yao Qi <yao.qi@linaro.org>
13455
13456 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13457
88e8ec1b
YQ
134582015-11-27 Yao Qi <yao.qi@linaro.org>
13459
13460 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13461 frames-invalid annotation.
13462
bfde72c2
YQ
134632015-11-27 Yao Qi <yao.qi@linaro.org>
13464
13465 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13466
f6512a69
SM
134672015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13468
13469 * gdb.threads/names.exp: New file.
13470 * gdb.threads/names.c: New file.
13471 * README: Mention gdb,no_thread_names.
13472
46a3515b
MM
134732015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13474
13475 PR 19297
13476 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13477 support" error.
13478
62147a22
PA
134792015-11-24 Pedro Alves <palves@redhat.com>
13480
13481 PR 17539
13482 * gdb.base/display.exp: Expect displays to be sorted in ascending
13483 order. Use multi_line.
13484 * gdb.base/solib-display.exp: Likewise.
13485
2f341b6e
PA
134862015-11-24 Pedro Alves <palves@redhat.com>
13487
13488 PR 17539
25d49b86
PA
13489 * gdb.base/display.exp: Expect displays to be sorted in ascending
13490 order. Use multi_line.
13491 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13492
7e0aa6aa
PA
134932015-11-24 Pedro Alves <palves@redhat.com>
13494
13495 PR 17539
13496 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13497 threads in ascending order.
13498 * gdb.base/foll-fork.exp: Likewise.
13499 * gdb.base/foll-vfork.exp: Likewise.
13500 * gdb.base/multi-forks.exp: Likewise.
13501 * gdb.mi/mi-nonstop.exp: Likewise.
13502 * gdb.mi/mi-nsintrall.exp: Likewise.
13503 * gdb.multi/base.exp: Likewise.
13504 * gdb.multi/multi-arch.exp: Likewise.
13505 * gdb.python/py-inferior.exp: Likewise.
13506 * gdb.threads/break-while-running.exp: Likewise.
13507 * gdb.threads/execl.exp: Likewise.
13508 * gdb.threads/gcore-thread.exp: Likewise.
13509 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13510 * gdb.threads/kill.exp: Likewise.
13511 * gdb.threads/linux-dp.exp: Likewise.
13512 * gdb.threads/multiple-step-overs.exp: Likewise.
13513 * gdb.threads/next-bp-other-thread.exp: Likewise.
13514 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13515 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13516 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13517 * gdb.threads/thread-find.exp: Likewise.
13518 * gdb.threads/tls.exp: Likewise.
13519 * lib/mi-support.exp (mi_reverse_list): Delete.
13520 (mi_check_thread_states): No longer reverse list.
13521
2cc57ad8
PA
135222015-11-24 Pedro Alves <palves@redhat.com>
13523
13524 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13525 use lowercase.
13526
c93e8391
SM
135272015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13528
13529 * gdb.trace/actions.c: Include trace-common.h.
13530 (main): Add a location for a fast tracepoint.
13531 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13532 the normal tracepoints.
13533 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13534
045ccf91
SM
135352015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13536
13537 * save-trace.exp: Factor out code to these...
13538 (gdb_save_tracepoints): New.
13539 (gdb_load_tracepoints): New.
13540 (do_save_load_test): New.
13541
5506f9f6
KB
135422015-11-23 Kevin Buettner <kevinb@redhat.com>
13543
13544 * gdb.base/asmlabel.exp: New test.
13545 * gdb.base/asmlabel.c: New test case.
13546
16c3b12f
JB
135472015-11-23 Joel Brobecker <brobecker@adacore.com>
13548
13549 * gdb.base/wrong_frame_bt_full-main.c: New file.
13550 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13551 * gdb.base/wrong_frame_bt_full.exp: New file.
13552
155bfbd3
JB
135532015-11-23 Joel Brobecker <brobecker@adacore.com>
13554
13555 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13556
bb097445
JM
135572015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13558
206853a0 13559 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13560 pstate register when comparing registers values in
13561 sparc64-*-linux-gnu targets to avoid spurious differences.
13562
9c88ed8f
JM
135632015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13564
206853a0 13565 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13566
96161e25
SL
135672015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13568
13569 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13570 as type argument to gdb_compile.
13571 * gdb.base/nested-subp2.exp: Likewise.
13572 * gdb.base/nested-subp3.exp: Likewise.
13573
340c2830
DV
135742015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13575
13576 * lib/dwarf.exp (_note): Fix left shift of negative value.
13577 * gdb.trace/trace-condition.exp: Likewise.
13578
c1862d0f
YQ
135792015-11-13 Yao Qi <yao.qi@linaro.org>
13580
13581 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13582 comments about d10v.
13583 (test_scalar_returns): Likewise.
13584 * gdb.base/d10v.ld: Remove.
13585 * gdb.base/overlays.exp: Remove the target triplet checking for
13586 d10v-*-*.
13587 * gdb.base/structs.exp (test_struct_returns): Remove the
13588 comments about d10v.
13589 (test_struct_calls): Likewise.
13590
77ae9c19
YQ
135912015-11-13 Yao Qi <yao.qi@linaro.org>
13592
13593 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13594 * gdb.base/gnu_vector.c: Don't include stdio.h.
13595 (main): Don't print res and call add_some_intvecs.
13596
430e004e
MK
135972015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13598
13599 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13600 macro.
13601 (func5): Removed.
13602 (func4): Use FAST_TRACEPOINT_LABEL.
13603 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13604 macro.
13605 (func): Removed.
13606 (thread_function): Use FAST_TRACEPOINT_LABEL.
13607 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13608 (func): Remove.
13609 (marker): Use FAST_TRACEPOINT_LABEL.
13610 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13611 (pendfunc1): Remove.
13612 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13613 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13614 (foo): Remove.
13615 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13616 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13617 macro.
13618 (func): Remove.
13619 (marker): Use FAST_TRACEPOINT_LABEL.
13620 * gdb.trace/trace-common.h: New header.
13621 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13622 macro.
13623 (func): Remove.
13624 (marker): Use FAST_TRACEPOINT_LABEL.
13625 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13626 (func): Remove.
13627 (thread_function): Use FAST_TRACEPOINT_LABEL.
13628
6e7675a7
MK
136292015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13630
13631 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13632 in front.
13633 * gdb.trace/change-loc.exp: Use global pcreg definition.
13634 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13635 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13636 in front.
13637 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13638 * gdb.trace/pending.exp: Likewise.
13639 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13640 * gdb.trace/trace-break.exp: Likewise.
13641 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13642 in front.
13643 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13644 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13645 in front.
13646 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13647
dddc0e16
JB
136482015-11-09 Joel Brobecker <brobecker@adacore.com>
13649
13650 * gdb.ada/fin_fun_out: New testcase.
13651
c6f0b406
KB
136522015-11-07 Kevin Buettner <kevinb@redhat.com>
13653
13654 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13655 value associated with DW_AT_byte_size.
13656 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13657 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13658 DW_AT_upper_bound.
13659
f01dcfd9
KB
136602015-11-07 Kevin Buettner <kevinb@redhat.com>
13661
13662 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13663 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13664 version.
13665 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13666 gdb.dwarf2/dw2-canonicalize-type.exp,
13667 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13668 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13669 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13670 provided by gdb_target_symbol_prefix_flags_asm.
13671 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13672 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13673 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13674 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13675 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13676 macros where needed). Use this macro for symbols which require
13677 the prefix provided by SYMBOL_PREFIX.
13678
2223449a
KB
136792015-11-05 Kevin Buettner <kevinb@redhat.com>
13680
13681 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13682 New procs.
13683 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13684 representing expressions, of more than one list element.
13685 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13686 to prepend linker symbol prefix to f.
13687 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13688 table_1 and table_2.
13689 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13690 Likewise, for f and g.
13691 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13692 for ptr.
13693 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13694 for main.
13695 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13696 table_1_ptr and table_2_ptr.
13697
6f2f1a3a
JK
136982015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13699 Joel Brobecker <brobecker@adacore.com>
13700
13701 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13702
566c56c9
MK
137032015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13704
13705 * gdb.reverse/s390-mvcle.c: New test.
13706 * gdb.reverse/s390-mvcle.exp: New file.
13707 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13708
d5f0636b
MK
137092015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13710
13711 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13712
7ad8b86c
MK
137132015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13714
13715 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13716 reaching marker2.
13717 * gdb.reverse/getresuid-reverse.exp: Likewise.
13718 * gdb.reverse/pipe-reverse.exp: Likewise.
13719 * gdb.reverse/readv-reverse.exp: Likewise.
13720 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13721 * gdb.reverse/time-reverse.exp: Likewise.
13722 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13723
4081c0f1
YQ
137242015-10-30 Yao Qi <yao.qi@linaro.org>
13725
13726 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13727 (empty_cycle): Remove.
13728 (main): Don't call empty_cycle. Don't use watch_count_done.
13729 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13730 empty_cycle. Rewrite the code counting HW watchpoints.
13731
452b4ba5
MK
137322015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13733
13734 * gdb.reverse/fstatat-reverse.c: New test.
13735 * gdb.reverse/fstatat-reverse.exp: New file.
13736 * gdb.reverse/getresuid-reverse.c: New test.
13737 * gdb.reverse/getresuid-reverse.exp: New file.
13738 * gdb.reverse/pipe-reverse.c: New test.
13739 * gdb.reverse/pipe-reverse.exp: New file.
13740 * gdb.reverse/readv-reverse.c: New test.
13741 * gdb.reverse/readv-reverse.exp: New file.
13742 * gdb.reverse/recvmsg-reverse.c: New test.
13743 * gdb.reverse/recvmsg-reverse.exp: New file.
13744 * gdb.reverse/time-reverse.c: New test.
13745 * gdb.reverse/time-reverse.exp: New file.
13746 * gdb.reverse/waitpid-reverse.c: New test.
13747 * gdb.reverse/waitpid-reverse.exp: New file.
13748
5e2e7507
JK
137492015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13750
13751 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13752
0fde2c53
DE
137532015-10-26 Doug Evans <dje@google.com>
13754
13755 PR symtab/17391
13756 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13757 * gdb.dwarf2/bad-regnum.c: New file.
13758 * gdb.dwarf2/bad-regnum.exp: New file.
13759
1a70ae97
DE
137602015-10-26 Doug Evans <dje@google.com>
13761
13762 PR python/18938
13763 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13764 file.
13765
27dc26ab
JK
137662015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13767
13768 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13769 for a change by "Mention language in compile error message".
13770
bed91f4d
SM
137712015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13772
13773 PR python/18073
13774 * gdb.python/py-type.c (C::a_method): New.
13775 (C::a_const_method): New.
13776 (C::a_static_method): New.
13777 (a_function): New.
13778 * gdb.python/py-type.exp (test_fields): Test getting fields
13779 from function and method.
13780
3f2f83dd
KB
137812015-10-21 Keven Boell <keven.boell@intel.com>
13782
13783 * gdb.fortran/vla-alloc-assoc.exp: New file.
13784 * gdb.fortran/vla-datatypes.exp: New file.
13785 * gdb.fortran/vla-datatypes.f90: New file.
13786 * gdb.fortran/vla-history.exp: New file.
13787 * gdb.fortran/vla-ptype-sub.exp: New file.
13788 * gdb.fortran/vla-ptype.exp: New file.
13789 * gdb.fortran/vla-sizeof.exp: New file.
13790 * gdb.fortran/vla-sub.f90: New file.
13791 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13792 * gdb.fortran/vla-value-sub-finish.exp: New file.
13793 * gdb.fortran/vla-value-sub.exp: New file.
13794 * gdb.fortran/vla-value.exp: New file.
13795 * gdb.fortran/vla-ptr-info.exp: New file.
13796 * gdb.mi/mi-vla-fortran.exp: New file.
13797 * gdb.mi/vla.f90: New file.
13798
27145d50
SL
137992015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13800
13801 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13802 of hardwired timeout value.
13803
5f3ff4f8
JK
138042015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13805 Pedro Alves <palves@redhat.com>
13806
13807 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13808 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13809
bfd09d20
JS
138102015-10-19 Josh Stone <jistone@redhat.com>
13811
13812 * gdb.base/catch-syscall.c: Include <sched.h>.
13813 (unknown_syscall): New variable.
13814 (main): Trigger a vfork and an unknown syscall.
13815 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13816 (unknown_syscall_number): Likewise.
13817 (check_call_to_syscall): Accept an optional syscall pattern.
13818 (check_return_from_syscall): Likewise.
13819 (check_continue): Likewise.
13820 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13821 (test_catch_syscall_skipping_return): New test toggling off 'catch
13822 syscall' to step over the syscall return, then toggling back on.
13823 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13824 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13825 (do_syscall_tests): Call test_catch_syscall_without_args and
13826 test_catch_syscall_mid_vfork.
13827 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13828 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13829
b32b93c6
AS
138302015-10-19 Andrew Stubbs <ams@codesourcery.com>
13831
13832 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13833 print g_vE): Add new pass patterns.
13834 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13835 print various symbol names for vptr fields.
13836
9d622bda
AB
138372015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13838
13839 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13840 results.
13841
0fd8ac1c
YQ
138422015-10-12 Yao Qi <yao.qi@linaro.org>
13843
13844 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13845
34240514
YQ
138462015-10-12 Yao Qi <yao.qi@linaro.org>
13847
13848 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13849 is aarch64*-*-linux*.
13850
8240f442
YQ
138512015-10-12 Yao Qi <yao.qi@linaro.org>
13852
13853 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13854 (can_relocate_bcond_true): ... it.
13855 (can_relocate_bcond_false): New function.
13856 (foo): Likewise.
13857 (can_relocate_bl): Likewise.
13858 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13859 can_relocate_bl.
13860
2520f728
PMR
138612015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13862
13863 * gdb.base/nested-addr.c: New file.
13864 * gdb.base/nested-addr.exp: New testcase.
13865
abcef95a
MM
138662015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13867
13868 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13869 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13870 its output. Ignore the output of "record goto begin" and instead
13871 check that GDB is replaying.
13872
145e3ddb
PA
138732015-10-09 Pedro Alves <palves@redhat.com>
13874
13875 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13876 (top level): Use it in the run with no args test.
13877
d5d8c4e1
IB
138782015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13879
13880 * gdb.dlang/properties.exp: New file.
13881
06e635ef
SL
138822015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13883
13884 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13885 whether or not address 0x1000 is mapped on the target.
13886
e019fd1d
SM
138872015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13888
13889 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13890 build.
13891
77ba2a67
MM
138922015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13893
13894 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13895 instruction-history test.
13896
c60eb31f
DE
138972015-09-28 Doug Evans <dje@google.com>
13898
13899 * gdb.base/gcore.c (array_func): Add reference to static_array.
13900
9a3c8263
SM
139012015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13902
13903 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13904 source line.
13905
9720e656
SL
139062015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13907
13908 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13909 short or char as base type.
13910
938d3bf2
SL
139112015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13912
13913 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13914 to allow any size enum.
13915
e6c2c623
PMR
139162015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13917
13918 * gdb.ada/array_ptr_renaming.exp: New testcase.
13919 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13920 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13921
06da0f77
PL
139222015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13923
13924 * gdb.trace/ftrace-lock.c: New file.
13925 * gdb.trace/ftrace-lock.exp: New file.
13926
4f51c22a
PL
139272015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13928
13929 * gdb.arch/insn-reloc.c: New file.
13930 * gdb.arch/ftrace-insn-reloc.exp: New file.
13931
7041adf4
PL
139322015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13933
13934 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13935 instruction.
13936 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13937 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13938 * gdb.trace/range-stepping.c: Likewise.
13939 * gdb.trace/trace-break.c: Likewise.
13940 * gdb.trace/trace-mt.c (thread_function): Likewise.
13941 * gdb.trace/ftrace.c (marker): Likewise.
13942 * gdb.trace/trace-condition.c (marker): Likewise.
13943 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13944 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13945 is_aarch64_target.
13946
015d2e7e
DE
139472015-09-18 Doug Evans <xdje42@gmail.com>
13948
13949 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13950 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13951
26b188a2
SL
139522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13953
13954 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13955 the breakpoint.
13956
79dc332b
SL
139572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13958
13959 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13960 the pending breakpoint. Remove timeout override for "Run till
13961 MI pending breakpoint on pendfunc3 on thread 2" test.
13962
f57929f2
SL
139632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13964
13965 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13966 filename pattern.
13967
3f469b17
SL
139682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13969
13970 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13971 in breakpoint filename pattern.
13972
515b89b3
SL
139732015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13974
7800dbe4
SL
13975 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13976
139772015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13978
515b89b3
SL
13979 * gdb.linespec/explicit.exp: Check for readline support for
13980 tab-completion tests. Fix obvious typo.
13981
d2939ba2
MM
139822015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13983
13984 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13985 and replay.
13986
cbb55fa7
MM
139872015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13988
13989 * gdb.btrace/non-stop.c: New.
13990 * gdb.btrace/non-stop.exp: New.
13991
43691ca1
PL
139922015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13993 Yao Qi <yao.qi@linaro.org>
13994
13995 * gdb.trace/trace-condition.c: New file.
13996 * gdb.trace/trace-condition.exp: New file.
13997
d78908cf
WW
139982015-09-16 Wei-cheng Wang <cole945@gmail.com>
13999
14000 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14001 for testing bytecode compilation.
14002
1ed415e2
PA
140032015-09-16 Pedro Alves <palves@redhat.com>
14004 Sandra Loosemore <sandra@codesourcery.com>
14005
14006 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14007 (SECONDS): Redefine.
14008 (main): Call pthread_kill and alarm early.
14009 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14010 support.
14011 (test): If the target can't hardware step and doesn't support
14012 displaced stepping, increase the timeout.
14013
d136eff5
PA
140142015-09-16 Pedro Alves <palves@redhat.com>
14015
14016 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14017 (enable_debug): New procedures.
14018 (test): Use them. Bail out if waiting for threads fails.
14019 (top level): Bail out if a test fails.
14020
991f019c
YQ
140212015-09-16 Yao Qi <yao.qi@linaro.org>
14022
14023 * gdb.asm/asm-source.exp: Set asm-arch for
14024 aarch64*-*-* target.
14025 * gdb.asm/aarch64.inc: New file.
14026
bfca584f
PMR
140272015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14028
14029 * gdb.ada/array_of_variable_length.exp: New testcase.
14030 * gdb.ada/array_of_variable_length/foo.adb: New file.
14031 * gdb.ada/array_of_variable_length/pck.adb: New file.
14032 * gdb.ada/array_of_variable_length/pck.ads: New file.
14033
b326e587
DE
140342015-09-15 Doug Evans <dje@google.com>
14035
14036 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14037 of function static local variable.
14038
5382cfab
PW
140392015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14040
14041 * gdb.threads/tls-so_extern.exp: New test file.
14042 * gdb.threads/tls-so_extern.c: New test file.
14043 * gdb.threads/tls-so_extern_main.c: New test file.
14044
141c5cc4
JK
140452015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14046
14047 * gdb.opt/solib-intra-step-lib.c: New file.
14048 * gdb.opt/solib-intra-step-main.c: New file.
14049 * gdb.opt/solib-intra-step.exp: New file.
14050
d15dcecd
PA
140512015-09-15 Pedro Alves <palves@redhat.com>
14052
14053 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14054 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14055
4c2f2a79
PA
140562015-09-14 Pedro Alves <palves@redhat.com>
14057
14058 * gdb.base/hook-stop-continue.c: Delete.
14059 * gdb.base/hook-stop-continue.exp: Delete.
14060 * gdb.base/hook-stop-frame.c: Delete.
14061 * gdb.base/hook-stop-frame.exp: Delete.
14062 * gdb.base/hook-stop.c: New file.
14063 * gdb.base/hook-stop.exp: New file.
14064
919e6dbe
PMR
140652015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14066
14067 * gdb.ada/access_to_packed_array.exp: New testcase.
14068 * gdb.ada/access_to_packed_array/foo.adb: New file.
14069 * gdb.ada/access_to_packed_array/pack.adb: New file.
14070 * gdb.ada/access_to_packed_array/pack.ads: New file.
14071
157280a4
MM
140722015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14073
14074 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14075 buffer size test.
14076
2fd33e94
DB
140772015-09-11 Don Breazeal <donb@codesourcery.com>
14078
14079 * gdb.base/foll-exec.c: Add copyright header. Fix
14080 formatting issues.
14081 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14082 (do_exec_tests): Use clean_restart in place of zap_session,
14083 and for test initialization. Fix formatting issues. Use
14084 fail in place of perror.
14085 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14086 an expect statement to match an expression with output from
14087 the program under debug.
14088 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14089 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14090 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14091 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14092 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14093
e70b6e8e
DE
140942015-09-09 Doug Evans <dje@google.com>
14095
14096 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14097
7a551a51
DE
140982015-09-09 Doug Evans <dje@google.com>
14099
14100 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14101
4c666f84
DE
141022015-09-09 Doug Evans <dje@google.com>
14103
14104 * gdb.base/savedregs.exp: Fix typo.
14105
243a9253
PA
141062015-09-09 Pedro Alves <palves@redhat.com>
14107
14108 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14109
c0fa8fbd
SL
141102015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14111
14112 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14113 command actually switches threads. Give up on remaining
14114 tests if target fails to stop at breakpoint.
14115
cd7c1778
PMR
141162015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14117
14118 * gdb.ada/funcall_char.exp: New testcase.
14119 * gdb.ada/funcall_char/foo.adb: New file.
14120
dc5c8746
PMR
141212015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14122
14123 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14124 expected outputs. Add two testcases for completing ambiguous
14125 functions.
14126 * gdb.ada/complete/aux_pck.adb: New file.
14127 * gdb.ada/complete/aux_pck.ads: New file.
14128 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14129 Ambiguous_Func functions.
14130 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14131 * gdb.ada/complete/pck.adb: Likewise.
14132
4e83a1e7
UW
141332015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14134
14135 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14136 failures to run the test program under GDB.
14137
8ce74153
LM
141382015-08-26 Luis Machado <lgustavo@codesourcery.com>
14139
14140 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14141 to C.
14142
e9756d52
PP
141432015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14144
14145 * gdb.base/run-after-attach.exp: New test file.
14146 * gdb.base/run-after-attach.c: New test file.
14147
8d37573b
DB
141482015-08-26 Don Breazeal <donb@codesourcery.com>
14149
14150 * gdb.base/foll-exec-2.c: New test program.
14151 * gdb.base/foll-exec-2.exp: New test.
14152
63e43d3a
PMR
141532015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14154
14155 * gdb.base/nested-subp1.exp: New file.
14156 * gdb.base/nested-subp1.c: New file.
14157 * gdb.base/nested-subp2.exp: New file.
14158 * gdb.base/nested-subp2.c: New file.
14159 * gdb.base/nested-subp3.exp: New file.
14160 * gdb.base/nested-subp3.c: New file.
14161
3d40fbb5
PA
141622015-08-24 Pedro Alves <palves@redhat.com>
14163
14164 * gdb.server/connect-without-multi-process.c: New file.
14165 * gdb.server/connect-without-multi-process.exp: New file.
14166
4422ac93
LM
141672015-08-24 Luis Machado <lgustavo@codesourcery.com>
14168
14169 * gdb.opt/inline-markers.c: Make z int.
14170
91dddb86
LM
141712015-08-24 Luis Machado <lgustavo@codesourcery.com>
14172
14173 * gdb.opt/inline-markers.c: Make z volatile.
14174
a48847ee
LM
141752015-08-24 Luis Machado <lgustavo@codesourcery.com>
14176
14177 * gdb.opt/inline-bt.c: New volatile global z.
14178 * gdb.opt/inline-cmds.c: Likewise.
14179 * gdb.opt/inline-locals.c: Likewise.
14180 * gdb.opt/inline-markers.c: New extern global z.
14181 (marker): Use z.
14182 (inline_fn): Likewise.
14183
0ebbc52b
PA
141842015-08-24 Pedro Alves <palves@redhat.com>
14185
14186 * config/m32r-stub.exp: Remove file.
14187 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14188 * gdb.base/call-rt-st.exp: Likewise.
14189 * gdb.base/call-strs.exp: Likewise.
14190 * gdb.base/default.exp: Remove references to h8300-*-hms and
14191 *-*-udi*.
14192 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14193
77c365df
AA
141942015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14195
14196 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14197 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14198 and "return" use KFAIL when GDB can not read/write the vector
14199 return value.
14200
4313b8c0
GB
142012015-08-21 Gary Benson <gbenson@redhat.com>
14202
14203 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14204
0e433b32
PA
142052015-08-20 Pedro Alves <palves@redhat.com>
14206
14207 * gdb.server/solib-list.exp: No longer expect an interior stop in
14208 non-stop mode.
14209
221e1a37
PA
142102015-08-20 Pedro Alves <palves@redhat.com>
14211
14212 * gdb.server/connect-stopped-target.c: New file.
14213 * gdb.server/connect-stopped-target.exp: New file.
14214
40e3ad0e
PA
142152015-08-20 Pedro Alves <palves@redhat.com>
14216
14217 * gdb.dwarf2/comp-unit-lang.exp: New file.
14218 * gdb.dwarf2/comp-unit-lang.c: New file.
14219
af39b327
PMR
142202015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14221
14222 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14223 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14224
7d45c7c3 142252015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14226
7d45c7c3
KB
14227 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14228 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14229
4d6cceb4
DE
142302015-08-18 Doug Evans <dje@google.com>
14231 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14232
14233 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14234 skip_python_tests. New arg prompt_regexp.
14235 (skip_python_tests): New function.
14236 * lib/mi-support.exp (mi_skip_python_tests): New function.
14237 * gdb.python/py-mi-objfile-gdb.py: New file.
14238 * gdb.python/py-mi-objfile.c: New file.
14239 * gdb.python/py-mi-objfile.exp: New file.
14240
ad89c2aa
KS
142412015-08-17 Keith Seitz <keiths@redhat.com>
14242
14243 * gdb.linespec/explicit.exp: Move strace test from here ...
14244 * gdb.trace/strace.exp: ... to here.
14245
e3ae3c43
PP
142462015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14247
14248 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14249 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14250
604b2636
DE
142512015-08-14 Doug Evans <xdje42@gmail.com>
14252
14253 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14254 inferior before selecting a new file.
14255
6ff0ba5f
DE
142562015-08-14 Doug Evans <xdje42@gmail.com>
14257
14258 * gdb.mi/mi-disassemble.exp: Update.
14259 * gdb.base/disasm-optim.S: New file.
14260 * gdb.base/disasm-optim.c: New file.
14261 * gdb.base/disasm-optim.h: New file.
14262 * gdb.base/disasm-optim.exp: New file.
14263
9ca98f92
KS
142642015-08-14 Keith Seitz <keiths@redhat.com>
14265
14266 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14267 "evaluated-by".
14268
52bbc560
JB
142692015-08-13 Joel Brobecker <brobecker@adacore.com>
14270
14271 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14272
5d8c3ed3
PMR
142732015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14274
14275 * gdb.ada/fun_renaming.exp: New testcase.
14276 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14277 * gdb.ada/fun_renaming/pack.adb: New file.
14278 * gdb.ada/fun_renaming/pack.ads: New file.
14279
ea8812bc
KS
142802015-08-12 Keith Seitz <keiths@redhat.com>
14281
14282 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14283 gdb_get_line_number.
14284
4dafcdeb
JB
142852015-08-12 Joel Brobecker <brobecker@adacore.com>
14286
14287 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14288 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14289 gdb.base/dso2dso.exp: New files.
14290
5ba32597
SDJ
142912015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14292 Pedro Alves <palves@redhat.com>
14293 Keith Seitz <keiths@redhat.com>
14294
14295 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14296 GDBFLAGS.
14297
b6dafabf
PP
142982015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14299
14300 * gdb.base/gdbhistsize-history.exp
14301 (test_histsize_history_setting): Use save_vars.
14302 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14303 Use save_vars.
14304 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14305 * gdb.base/readline.exp: Use save_vars.
14306
abe8e607
PP
143072015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14308
14309 * lib/gdb.exp (save_vars): New proc.
14310
629500fa
KS
143112015-08-11 Keith Seitz <keiths@redhat.com>
14312
14313 * gdb.base/help.exp: Update help_breakpoint_text.
14314
eb8c4e2e
KS
143152015-08-11 Keith Seitz <keiths@redhat.com>
14316
14317 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14318 (at toplevel): Call test_explicit_breakpoints.
14319 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14320 breakpoints.
14321 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14322 breakpoint conditions, "-cond".
14323
87f0e720
KS
143242015-08-11 Keith Seitz <keiths@redhat.com>
14325
14326 * gdb.linespec/3explicit.c: New file.
14327 * gdb.linespec/cpexplicit.cc: New file.
14328 * gdb.linespec/cpexplicit.exp: New file.
14329 * gdb.linespec/explicit.c: New file.
14330 * gdb.linespec/explicit.exp: New file.
14331 * gdb.linespec/explicit2.c: New file.
14332 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14333 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14334 before using in the matching pattern.
14335 Clarify that `prefix' is a regular expression.
14336
f00aae0f
KS
143372015-08-11 Keith Seitz <keiths@redhat.com>
14338
14339 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14340 test.
14341 Add tests for missing ",FMT" and ",".
14342
e27852be
DE
143432015-08-10 Doug Evans <dje@google.com>
14344 Keith Seitz <keiths@redhat.com>
14345
14346 PR gdb/17960
14347 * gdb.base/completion.exp: Add location completer tests.
14348
7f03bd92
PA
143492015-08-07 Pedro Alves <palves@redhat.com>
14350
14351 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14352 tests here.
14353 (top level): Run do_test with and without displaced stepping.
14354
3fc8eb30
PA
143552015-08-07 Pedro Alves <palves@redhat.com>
14356
14357 * gdb.base/valgrind-disp-step.c: New file.
14358 * gdb.base/valgrind-disp-step.exp: New file.
14359
d4569d7b
PA
143602015-08-07 Pedro Alves <palves@redhat.com>
14361
14362 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14363 Delete function.
14364 (main): Add alarm. Run an infinite loop instead of calling
14365 wait_threads.
14366 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14367 comment.
14368 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14369 Delete function.
14370 (main): Add alarm. Run an infinite loop instead of calling
14371 wait_threads.
14372 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14373 comment.
14374
e1316e60
PA
143752015-08-07 Pedro Alves <palves@redhat.com>
14376
14377 * gdb.base/checkpoint-ns.exp: New file.
14378 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14379 standard_testfile.
14380
da8c46d2
MM
143812015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14382
14383 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14384 * gdb.btrace/instruction_history.exp: Update.
14385 * gdb.btrace/tsx.exp: New.
14386 * gdb.btrace/tsx.c: New.
14387
de1c2c52
PA
143882015-08-06 Pedro Alves <palves@redhat.com>
14389
14390 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14391 increase timeout.
14392 * gdb.reverse/until-precsave.exp: Bump timeouts.
14393
782e0bf4
PA
143942015-08-06 Pedro Alves <palves@redhat.com>
14395
14396 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14397
83e97ed0
PA
143982015-08-06 Pedro Alves <palves@redhat.com>
14399
14400 PR gdb/18749
14401 * gdb.threads/process-dies-while-handling-bp.c: New file.
14402 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14403
863d01bd
PA
144042015-08-06 Pedro Alves <palves@redhat.com>
14405
14406 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14407 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14408
0a39bb32
PA
144092015-08-05 Pedro Alves <palves@redhat.com>
14410
14411 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14412 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14413
ee2d2b10
SL
144142015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14415
14416 * gdb.base/bp-permanent.exp: Report test as unsupported if
14417 the target cannot stop at the permanent breakpoint.
14418
4e1bdb00
DE
144192015-08-03 Doug Evans <dje@google.com>
14420
14421 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14422 10000.
14423
3d338901
DE
144242015-08-03 Doug Evans <dje@google.com>
14425
14426 * Makefile.in (workers/%.worker, build-perf): New rule.
14427 (GDB_PERFTEST_MODE): New variable.
14428 (check-perf): Use it.
14429 (clean): Clean up gdb.perf parallel build subdirs.
14430 * lib/build-piece.exp: New file.
14431 * lib/gdb.exp (make_gdb_parallel_path): New function
14432 (standard_output_file, standard_temp_file): Call it.
14433 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14434 of $GDB_PARALLEL.
14435 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14436
af061d3e
DE
144372015-08-03 Doug Evans <dje@google.com>
14438
8e1afc81 14439 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14440 (LOG_FILE_NAME): New global.
14441 (TextReporter.__init__): Initialize self.txt_sum.
14442 (TextReporter.report): Add support for multiple data-points.
14443 Move report to perftest.sum, put raw data in perftest.log.
14444 (TextReporter.start): Open sum and log files.
14445 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14446 * gdb.perf/lib/perftest/testresult.py
14447 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14448
2c8c5d37
PA
144492015-07-31 Pedro Alves <palves@redhat.com>
14450
14451 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14452 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14453 kill_wait_spawned_process instead of explicit "kill -9".
14454 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14455 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14456 kill_wait_spawned_process.
14457 * gdb.base/attach-twice.exp: Likewise.
14458 * gdb.base/attach.exp: Likewise.
14459 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14460 gdb_test_multiple.
14461 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14462 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14463 kill_wait_spawned_process.
14464 * gdb.base/valgrind-infcall.exp: Likewise.
14465 * gdb.multi/multi-attach.exp: Likewise.
14466 * gdb.python/py-prompt.exp: Likewise.
14467 * gdb.python/py-sync-interp.exp: Likewise.
14468 * gdb.server/ext-attach.exp: Likewise.
14469 * gdb.threads/attach-into-signal.exp (corefunc): Use
14470 spawn_wait_for_attach, spawn_id_get_pid and
14471 kill_wait_spawned_process.
14472 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14473 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14474 spawn_id_get_pid and kill_wait_spawned_process.
14475 * gdb.threads/attach-stopped.exp (corefunc): Use
14476 spawn_wait_for_attach, spawn_id_get_pid and
14477 kill_wait_spawned_process.
14478 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14479 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14480 kill_wait_spawned_process instead of explicit "kill -9".
14481 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14482 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14483 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14484 processes. Don't map cygwin/windows pids here. Now returns a
14485 spawn id list.
14486
032a0fca
SL
144872015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14488
14489 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14490 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14491 correct patch.
14492
61a934ca
SL
144932015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14494
14495 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14496
4bc4d428
SL
144972015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14498
14499 Reapply:
14500 2014-05-21 Mark Wielaard <mjw@redhat.com>
14501
14502 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14503
998d452a
PA
145042015-07-30 Pedro Alves <palves@redhat.com>
14505
14506 * linux-low.c (handle_extended_wait): Set the child's last
14507 reported status to TARGET_WAITKIND_STOPPED.
14508
69dde7dc
PA
145092015-07-30 Pedro Alves <palves@redhat.com>
14510
14511 PR threads/18600
14512 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14513 only shows inferior 1.
14514
4dd63d48
PA
145152015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14516 Pedro Alves <palves@redhat.com>
14517
14518 PR threads/18600
14519 * gdb.threads/fork-plus-threads.c: New file.
14520 * gdb.threads/fork-plus-threads.exp: New file.
14521
d618e4c5
PP
145222015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14523
14524 * gdb.base/batch-preserve-term-settings.exp
14525 (test_terminal_settings_preserved_after_cli_exit): Use
14526 send_quit_command.
14527
1eef6428
PA
145282015-07-29 Pedro Alves <palves@redhat.com>
14529 Don Breazeal <donb@codesourcery.com>
14530
14531 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14532 output from both inferior_spawn_id and gdb_spawn_id.
14533
7da5b897
SDJ
145342015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14535
14536 * gdb.threads/attach-into-signal.exp (corefunc): Use
14537 with_test_prefix on nested loops, uniquefying the test messages.
14538
dac804df
SDJ
145392015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14540
14541 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14542 commit.
14543
06265e53
PP
145442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14545
14546 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14547 New proc.
14548 (test_terminal_settings_preserved_after_sigterm): New test.
14549
18206ca3
PP
145502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14551
14552 * gdb.base/batch-preserve-term-settings.exp
14553 (test_terminal_settings_preserved_after_cli_exit): New test.
14554
90074d11
PP
145552015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14556
14557 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14558 manipulation of saved_gdbflags.
14559 (test_terminal_settings_preserved): Remove global declaration of
14560 the unused variable pagination_prompt. Remove manipulation of
14561 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14562 GDBFLAGS.
14563
eb1a7902
PA
145642015-07-29 Pedro Alves <palves@redhat.com>
14565
14566 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14567
8b75dd3b
PA
145682015-07-29 Pedro Alves <palves@redhat.com>
14569
14570 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14571 at the top.
14572
dedad4e3
PA
145732015-07-29 Pedro Alves <palves@redhat.com>
14574
14575 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14576 (main): Call gdb_unbuffer_output.
14577 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14578 (main): Call gdb_unbuffer_output.
14579 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14580 (main): Call gdb_unbuffer_output.
14581 * gdb.base/call-strs.exp: Adjust to step over the
14582 gdb_unbuffer_output call.
14583 * gdb.base/catch-gdb-caused-signals.c: Include
14584 "../lib/unbuffer_output.c".
14585 (main): Call gdb_unbuffer_output.
14586 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14587 (main): Call gdb_unbuffer_output.
14588 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14589 (main): Call gdb_unbuffer_output.
14590 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14591 (main): Call gdb_unbuffer_output.
14592 * gdb.base/shlib-call.exp: Adjust to step over the
14593 gdb_unbuffer_output call.
14594 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14595 (main): Call gdb_unbuffer_output.
14596 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14597 (main): Call gdb_unbuffer_output.
14598 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14599 (main): Rename to ...
14600 (test): ... this.
14601 (main): Reimplement.
14602 * gdb.base/varargs.exp: Run to test instead of to main.
14603 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14604 (main): Call gdb_unbuffer_output.
14605
58789a91
PA
146062015-07-29 Pedro Alves <palves@redhat.com>
14607
14608 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14609 factore out from mi_continue_dprintf. For call-style dprintfs,
14610 expect dprintf output out of $inferior_spawn_id.
14611 (mi_continue_dprintf): Use mi_expect_dprintf.
14612 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14613 (main): Call gdb_unbuffer_output.
14614
e8376742
PA
146152015-07-29 Pedro Alves <palves@redhat.com>
14616
14617 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14618 (default_mi_gdb_start): Set inferior_spawn_id instead of
14619 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14620 gdb_spawn_id.
14621 (mi_gdb_test): Always expect inferior output from both
14622 $inferior_spawn_id and $gdb_spawn_id.
14623
08280010
PA
146242015-07-29 Pedro Alves <palves@redhat.com>
14625
14626 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14627 send_inferior and $inferior_spawn_id.
14628
4d30e432
PA
146292015-07-29 Pedro Alves <palves@redhat.com>
14630
14631 * gdb.gdb/complaints.exp (test_initial_complaints)
14632 (test_serial_complaints, test_short_complaints): Use
14633 gdb_test_stdio.
14634 (test_empty_complaint): Handle $inferior_spawn_id !=
14635 $gdb_spawn_id.
14636
0d30a335
PA
146372015-07-29 Pedro Alves <palves@redhat.com>
14638
14639 * gdb.base/varargs.exp: Use gdb_test_stdio.
14640
39413b29
PA
146412015-07-29 Pedro Alves <palves@redhat.com>
14642
14643 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14644
7cb000a9
PA
146452015-07-29 Pedro Alves <palves@redhat.com>
14646
14647 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14648
d7b8ac82
PA
146492015-07-29 Pedro Alves <palves@redhat.com>
14650
14651 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14652 parameter into two new parameters, "inf_result" and "gdb_result".
14653 Expect inferior output and gdb output from $inferior_spawn_id and
14654 $gdb_spawn_id, respectively. Adjust all callers.
14655
789c3a0c
PA
146562015-07-29 Pedro Alves <palves@redhat.com>
14657
14658 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14659 of gdb_test_sequence.
14660
77e760c3
PA
146612015-07-29 Pedro Alves <palves@redhat.com>
14662
14663 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14664 (saw_spurious_output): Expect inferior output from
14665 $inferior_spawn_id. Use gdb_test_stdio.
14666
8396d2cd
PA
146672015-07-29 Pedro Alves <palves@redhat.com>
14668
14669 * gdb.base/dprintf.exp: Use standard_testfile. Change
14670 prepare_for_testing call.
14671 (srcfile): Don't set.
14672 (restart): New procedure.
14673 (test_dprintf): New procecure, use to continue over dprintfs.
14674 (test_call, test_agent): New procedures, tests moved here.
14675 Restart gdb and recreate dprintfs. Adjust expected output.
14676
2051d61f
PA
146772015-07-29 Pedro Alves <palves@redhat.com>
14678
14679 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14680
452397af
PA
146812015-07-29 Pedro Alves <palves@redhat.com>
14682
14683 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14684
8aed9555
PA
146852015-07-29 Pedro Alves <palves@redhat.com>
14686
14687 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14688 gdb_test_stdio.
14689
188a61b4
PA
146902015-07-29 Pedro Alves <palves@redhat.com>
14691
14692 * lib/gdb.exp (gdb_test_stdio): New procedure.
14693
12264a45
PA
146942015-07-29 Pedro Alves <palves@redhat.com>
14695
14696 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14697
23ffc893
PA
146982015-07-29 Pedro Alves <palves@redhat.com>
14699
14700 * gdb.base/call-signal-resume.exp: Remove check for
14701 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14702 * gdb.base/unwindonsignal.exp: Likewise.
14703 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14704 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14705
65566918
PA
147062015-07-29 Pedro Alves <palves@redhat.com>
14707
14708 * gdb.base/siginfo-addr.c (pass): New function.
14709 (handler): Call it iff si_addr is correct.
14710 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14711 Set a breakpoint at "pass" and continue to it.
14712
d60a9221
SDJ
147132015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14714
14715 * gdb.python/py-objfile.exp: Make some tests have unique names.
14716 * gdb.python/py-pp-registration.exp: Likewise.
14717
bde40b8f
PA
147182015-07-28 Pedro Alves <palves@redhat.com>
14719
14720 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14721
13e1dec8
SM
147222015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14723
14724 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14725
da33c9a7
SM
147262015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14727
14728 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14729
077836f7
PP
147302015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14731
14732 * gdb.base/gdb-sigterm-2.exp: New test.
14733
b8cc7b2e
DE
147342015-07-25 Doug Evans <xdje42@gmail.com>
14735
14736 Revert:
14737 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14738 (workers/%.worker, build-perf): New rule.
14739 (GDB_PERFTEST_MODE): New variable.
14740 (check-perf): Use it.
14741 (clean): Clean up gdb.perf parallel build subdirs.
14742 * lib/build-piece.exp: New file.
14743 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14744 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14745 name.
14746 (standard_temp_file): Ditto.
14747 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14748 of $GDB_PARALLEL.
14749
c8bd4544
DE
147502015-07-24 Doug Evans <dje@google.com>
14751
14752 * gdb.perf/lib/perftest/utils.py: New file.
14753 * gdb.perf/gm-hello.cc: New file.
14754 * gdb.perf/gm-pervasive-typedef.cc: New file.
14755 * gdb.perf/gm-pervasive-typedef.h: New file.
14756 * gdb.perf/gm-std.cc: New file.
14757 * gdb.perf/gm-std.h: New file.
14758 * gdb.perf/gm-use-cerr.cc: New file.
14759 * gdb.perf/gm-utils.h: New file.
14760 * gdb.perf/gmonster-null-lookup.py: New file.
14761 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14762 * gdb.perf/gmonster-print-cerr.py: New file.
14763 * gdb.perf/gmonster-ptype-string.py: New file.
14764 * gdb.perf/gmonster-runto-main.py: New file.
14765 * gdb.perf/gmonster-select-file.py: New file.
14766 * gdb.perf/gmonster1-null-lookup.exp: New file.
14767 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14768 * gdb.perf/gmonster1-print-cerr.exp: New file.
14769 * gdb.perf/gmonster1-ptype-string.exp: New file.
14770 * gdb.perf/gmonster1-runto-main.exp: New file.
14771 * gdb.perf/gmonster1-select-file.exp: New file.
14772 * gdb.perf/gmonster1.cc: New file.
14773 * gdb.perf/gmonster1.exp: New file.
14774 * gdb.perf/gmonster2-null-lookup.exp: New file.
14775 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14776 * gdb.perf/gmonster2-print-cerr.exp: New file.
14777 * gdb.perf/gmonster2-ptype-string.exp: New file.
14778 * gdb.perf/gmonster2-runto-main.exp: New file.
14779 * gdb.perf/gmonster2-select-file.exp: New file.
14780 * gdb.perf/gmonster2.cc: New file.
14781 * gdb.perf/gmonster2.exp: New file.
14782
6eab34f3
DE
147832015-07-24 Doug Evans <dje@google.com>
14784
14785 * gdb.perf/README: New file.
14786 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14787 * lib/gen-perf-test.exp: New file.
14788
63738bfd
DE
147892015-07-24 Doug Evans <dje@google.com>
14790
14791 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14792 (PerfTest::startup): New function.
14793 (PerfTest::run): Return result of calling body.
14794 (PerfTest::assemble): Rewrite.
14795 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14796 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14797 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14798 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14799 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14800
7b606f95
DE
148012015-07-24 Doug Evans <dje@google.com>
14802
14803 * lib/gdb.exp (clean_restart): Make executable optional.
14804
a97b16b8
DE
148052015-07-24 Doug Evans <dje@google.com>
14806
14807 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14808 compiler_info references.
14809 * gdb.cp/temargs.exp: Ditto.
14810 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14811 (get_compiler_info): Early exit if already computed. Set compiler_info
14812 to "unknown" if there was a problem.
14813 (test_compiler_info): Add function comment. Call get_compiler_info.
14814
35baa57f
DE
148152015-07-24 Doug Evans <dje@google.com>
14816
14817 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14818 (workers/%.worker, build-perf): New rule.
14819 (GDB_PERFTEST_MODE): New variable.
14820 (check-perf): Use it.
14821 (clean): Clean up gdb.perf parallel build subdirs.
14822 * lib/build-piece.exp: New file.
14823 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14824 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14825 name.
14826 (standard_temp_file): Ditto.
14827 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14828 of $GDB_PARALLEL.
14829
6ebea266
DE
148302015-07-24 Doug Evans <dje@google.com>
14831
14832 * lib/future.exp (gdb_default_target_compile): New option
14833 "early_flags".
14834 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14835 --as-needed.
14836
1e76a7e9
SDJ
148372015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14838
14839 * gdb.base/catch-syscall.exp: Call gdb_exit before
14840 gdb_skip_xml_test.
14841
5068630a
PA
148422015-07-24 Pedro Alves <palves@redhat.com>
14843
14844 * gdb.python/py-events.exp: Accept output between the stop event
14845 and the prompt.
14846 * gdb.python/py-evsignal.exp: Likewise.
14847 * gdb.python/py-evthreads.exp: Likewise.
14848
77598427
PA
148492015-07-24 Pedro Alves <palves@redhat.com>
14850
14851 PR gdb/18717
14852 * gdb.threads/non-ldr-exit.c: New file.
14853 * gdb.threads/non-ldr-exit.exp: New file.
14854
11e6c98f
YQ
148552015-07-24 Yao Qi <yao.qi@linaro.org>
14856
14857 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14858 restarting process.
14859
51aee833
YQ
148602015-07-24 Yao Qi <yao.qi@linaro.org>
14861
14862 * gdb.server/ext-restart.exp: New file.
14863
8cfe207c
YQ
148642015-07-24 Yao Qi <yao.qi@linaro.org>
14865
14866 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14867 argument options.
14868 * gdb.server/ext-wrapper.exp: New file.
14869
cc12ce38
DE
148702015-07-23 Doug Evans <dje@google.com>
14871
14872 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14873 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14874
d0d84780
PMR
148752015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14876
14877 * gdb.ada/var_arr_typedef.exp: New testcase.
14878 * gdb.ada/var_arr_typedef/pack.adb: New file.
14879 * gdb.ada/var_arr_typedef/pack.ads: New file.
14880 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14881
8b558f79
JB
148822015-07-20 Joel Brobecker <brobecker@adacore.com>
14883
14884 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14885
775a3298
JK
148862015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14887
14888 * gdb.arch/i386-biarch-core.exp: Replace istarget
14889 by "complete set gnutarget". Remove expectation for the "core-file"
14890 command.
14891
db1ff28b
JK
148922015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14893
14894 Revert the previous commit:
14895 Tests for validate symbol file using build-id.
14896
0a94970d
JK
148972015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14898
14899 Tests for validate symbol file using build-id.
14900 * gdb.base/solib-mismatch-lib.c: New file.
14901 * gdb.base/solib-mismatch-libmod.c: New file.
14902 * gdb.base/solib-mismatch.c: New file.
14903 * gdb.base/solib-mismatch.exp: New file.
14904
03346981
SL
149052015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14906
14907 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14908 nios2-*-linux*.
14909 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14910 * gdb.base/siginfo.exp: Likewise.
14911 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14912
42422cc7
PL
149132015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14914
14915 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14916 Move it to ...
14917 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14918 ... here.
14919 * gdb.trace/range-stepping.exp: Check that the target supports
14920 range stepping.
14921
cfa68bae
JK
149222015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14923
14924 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14925
8ffdba26
PA
149262015-07-14 Pedro Alves <palves@redhat.com>
14927
14928 * gdb.base/killed-outside.exp: New file.
14929 * gdb.base/killed-outside.c: New file.
14930
218a5a11
JK
149312015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14932
14933 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14934 (n at main): New.
14935 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14936
e03ed3c6
AA
149372015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14938
14939 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14940 infcall tests instead of setting up for KFAIL.
14941
485668e5
MM
149422015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14943
14944 * gdb.btrace/record_goto-step.exp: New.
14945
08464196
JK
149462015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14947
14948 PR compile/18484
14949 * gdb.compile/compile.c (struct struct_type): Add volatile to
14950 selffield's type.
14951 * gdb.compile/compile.exp
14952 (compile code struct_object.selffield = &struct_object): Skip further
14953 struct_object tests if this one xfails.
14954
bcf5c1d9
RC
149552015-07-08 Robert O'Callahan <robert@ocallahan.org>
14956
14957 PR exp/18617
14958 * gdb.trace/ax.exp: Add test.
14959
4931af25
YQ
149602015-07-07 Yao Qi <yao.qi@linaro.org>
14961
14962 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14963 instead of istarget "aarch64*-*-*".
14964 * gdb.arch/aarch64-fp.exp: Likewise.
14965 * gdb.base/float.exp: Likewise.
14966 * gdb.reverse/aarch64.exp: Likewise.
14967 * lib/gdb.exp (is_aarch64_target): New proc.
14968
9fcf688e
YQ
149692015-07-07 Yao Qi <yao.qi@linaro.org>
14970
14971 * lib/gdb.exp (is_aarch32_target): New proc.
14972 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14973 instead of "istarget "arm*-*-*"".
14974 * gdb.arch/arm-disp-step.exp: Likewise.
14975 * gdb.arch/thumb-bx-pc.exp: Likewise.
14976 * gdb.arch/thumb-prologue.exp: Likewise.
14977 * gdb.arch/thumb-singlestep.exp: Likewise.
14978 * gdb.base/disp-step-syscall.exp: Likewise.
14979 * gdb.base/float.exp: Likewise.
14980
fbd8d50d
YQ
149812015-07-07 Yao Qi <yao.qi@linaro.org>
14982
14983 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14984 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14985
71be1fdc
YQ
149862015-07-07 Yao Qi <yao.qi@linaro.org>
14987
14988 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14989 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14990 if it exists.
14991 * gdb.multi/multi-arch.exp: Likewise.
14992
3e221d36
SM
149932015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14994
14995 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14996 print.
14997
d441430b
YQ
149982015-07-07 Yao Qi <yao.qi@linaro.org>
14999
15000 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15001
06f810bd
MG
150022015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15003
15004 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15005 '[' and ']' characters.
15006
5e61e7c0
IB
150072015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15008
15009 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15010
28bf096c
PA
150112015-06-29 Pedro Alves <palves@redhat.com>
15012
15013 PR threads/18127
15014 * gdb.threads/hand-call-new-thread.c: New file.
15015 * gdb.threads/hand-call-new-thread.c: New file.
15016
ee93cd5e
KS
150172015-06-26 Keith Seitz <keiths@redhat.com>
15018 Doug Evans <dje@google.com>
15019
15020 PR 16253
15021 * gdb.cp/var-tag-2.cc: New file.
15022 * gdb.cp/var-tag-3.cc: New file.
15023 * gdb.cp/var-tag-4.cc: New file.
15024 * gdb.cp/var-tag.cc: New file.
15025 * gdb.cp/var-tag.exp: New file.
15026
fc637f04
PP
150272015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15028
15029 * gdb.base/history-duplicates.exp: New test.
15030
2e52ae68
PP
150312015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15032
15033 * gdb.base/completion.exp: Test the completion of the "focus"
15034 command.
15035
6e22494e
JK
150362015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15037
15038 * gdb.arch/amd64-prologue-skip.S: New file.
15039 * gdb.arch/amd64-prologue-skip.exp: New file.
15040
bf7b9cd9
SM
150412015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15042
15043 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15044 is_address_zero_readable check.
15045
201e8dfd
PB
150462015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15047
15048 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15049 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15050
5cd867b4
YQ
150512015-06-24 Yao Qi <yao.qi@linaro.org>
15052
15053 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15054 linux targets.
15055
4d7be007
YQ
150562015-06-24 Yao Qi <yao.qi@linaro.org>
15057
15058 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15059 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15060 * gdb.base/siginfo-thread.exp: Likewise.
15061
07fcd301
YQ
150622015-06-22 Yao Qi <yao.qi@linaro.org>
15063
15064 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15065
52042a00
YQ
150662015-06-22 Yao Qi <yao.qi@linaro.org>
15067
15068 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15069 aarch64*-*-*.
15070 (skip_hw_watchpoint_tests): Likewise.
15071
74bd41ce
PP
150722015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15073
15074 * gdb.base/gdbinit-history.exp: Test the interaction between
15075 setting GDBHISTSIZE and setting the history size via .gdbinit.
15076
bc460514
PP
150772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15078
15079 PR gdb/16999
15080 * gdb.base/gdbhistsize-history.exp: New test.
15081
b58c513b
PP
150822015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15083
15084 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15085 with GDBHISTSIZE.
15086 * gdb.base/readline.exp: Likewise.
15087
92046791
YQ
150882015-06-17 Yao Qi <yao.qi@linaro.org>
15089
15090 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15091 line.
15092
2093d2d3
PP
150932015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15094
15095 * gdb.base/gdbinit-history.exp: Add test case to check that
15096 an unlimited history file does not get truncated on exit.
15097
e6c693af
AA
150982015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15099
15100 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15101 (VECTOR): New macro. Use it...
15102 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15103 ...for these typedefs.
15104 (int8, char1, int1, double1): New typedefs.
15105 (struct just_int2, struct two_int2): New structures.
15106 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15107 (add_structvecs, add_singlevecs): New functions.
15108 (main): Call add_some_intvecs twice.
15109 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15110 the compile and exit upon failure. Try compiling for the "native"
15111 architecture. Test inferior function calls with vector arguments
15112 and vector return value handling with "finish" and "return".
15113
c74f7d1c
JT
151142015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15115
15116 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15117 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15118 PE file.
15119 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15120
98aa42ee
AT
151212015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15122
15123 PR breakpoints/16465
15124 * gdb.mi/mi-dprintf-pending.c: New file.
15125 * gdb.mi/mi-dprintf-pending.exp: New test.
15126 * gdb.mi/mi-dprintf-pendshr.c: New file.
15127
7d73c23c 151282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15129 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15130
15131 * gdb.arch/i386-mpx-map.c: New file.
15132 * gdb.arch/i386-mpx-map.exp: New File.
15133
151342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15135
15136 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15137 * gdb.arch/i386-mpx.exp: Indentation fixed.
15138
151392015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15140
15141 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15142 function and improved indentation.
15143 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15144 gdb_test_multiple. Added additional tests to skip the test.
15145
151462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15147
15148 * gdb.arch/i386-avx512.c: Change path in include file.
15149 * gdb.arch/i386-avx512.exp: Change include dir path
15150 compilation flag.
15151 * gdb.arch/i386-mpx.c: Change path in include file.
15152 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15153 flag.
15154
d5eba19a
JK
151552015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15156
15157 * gdb.compile/compile-print.exp (compile print *vararray@3)
15158 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15159
7f361056
JK
151602015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15161
15162 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15163 (do not keep jit in memory): ... this.
15164 (expect 5): Change it to ...
15165 (expect no 5): ... this.
15166
3b462ec2
SM
151672015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15168
15169 PR gdb/15564
15170 * gdb.mi/mi-detach.exp: New file.
15171
e0619de6
JK
151722015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15173
15174 PR symtab/18392
15175 * gdb.arch/amd64-tailcall-self.S: New file.
15176 * gdb.arch/amd64-tailcall-self.c: New file.
15177 * gdb.arch/amd64-tailcall-self.exp: New file.
15178
e970cb34
DB
151792015-05-28 Don Breazeal <donb@codesourcery.com>
15180
15181 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15182 tests for remote targets by checking is_target_gdbserver.
15183
b2e2f908
DE
151842015-05-27 Doug Evans <dje@google.com>
15185
15186 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15187 * gdb.dwarf2/opaque-type-lookup.c: New file.
15188 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15189
82c7be31
DE
151902015-05-26 Doug Evans <dje@google.com>
15191
15192 * gdb.cp/iostream.cc: New file.
15193 * gdb.cp/iostream.exp: New file.
15194
b4f54984
DE
151952015-05-26 Doug Evans <dje@google.com>
15196
15197 * gdb.dwarf2/dw2-op-call.exp: Update.
15198 * gdb.dwarf2/dw4-sig-types.exp: Update.
15199 * gdb.dwarf2/implptr.exp: Update.
15200 * gdb.mi/mi-cmd-param-changed.exp: Update.
15201
4ea6efe9
DE
152022015-05-26 Doug Evans <dje@google.com>
15203
15204 * gdb.python/py-lazy-string.c: New file.
15205 * gdb.python/py-lazy-string.exp: New file.
15206 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15207 (main): Update. Add estring3.
15208 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15209 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15210
f6bb7db3
YQ
152112015-05-26 Omair Javaid <omair.javaid@linaro.org>
15212 Yao Qi <yao.qi@linaro.org>
15213
15214 * gdb.reverse/aarch64.c: New.
15215 * gdb.reverse/aarch64.exp: New.
15216
a81bfbd0
OJ
152172015-05-26 Omair Javaid <omair.javaid@linaro.org>
15218
25d49b86
PA
15219 * lib/gdb.exp (supports_process_record): Return true for
15220 aarch64*-linux*.
a81bfbd0
OJ
15221 (supports_reverse): Likewise.
15222
158bf1b4
PP
152232015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15224
15225 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15226 Use with_test_prefix.
15227
a0145030
AB
152282015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15229
15230 * gdb.base/completion.exp: Add test for completion of layout
15231 names.
15232
ebe3b578
AB
152332015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15234
15235 * lib/gdb.exp (skip_tui_tests): New proc.
15236 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15237
84204ed7
PA
152382015-05-19 Pedro Alves <palves@redhat.com>
15239
15240 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15241 Save the whole env array instead of just HOME. Unset HISTSIZE in
15242 the environment while testing. Restore whole environment
15243 afterwards.
15244
37442ce1
DE
152452015-05-16 Doug Evans <xdje42@gmail.com>
15246
15247 * gdb.guile/scm-ports.c: New file.
15248 * gdb.guile/scm-ports.exp: Add memory port tests.
15249
36de76f9
JK
152502015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15251
15252 * gdb.compile/compile-print.c: New file.
15253 * gdb.compile/compile-print.exp: New file.
15254
3a9558c4
JK
152552015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15256
15257 * gdb.compile/compile-ops.exp: Cast param to void.
15258 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15259 (compile code struct_object.selffield = &struct_object): Add xfail.
15260
aa715135
JG
152612015-05-15 Joel Brobecker <brobecker@adacore.com>
15262
15263 * gdb.ada/arr_enum_with_gap: New testcase.
15264
931e5bc3
JG
152652015-05-15 Joel Brobecker <brobecker@adacore.com>
15266
15267 * gdb.ada/byte_packed_arr: New testcase.
15268
9cd4d857
JB
152692015-05-15 Joel Brobecker <brobecker@adacore.com>
15270
15271 * gdb.ada/pckd_neg: New testcase.
15272
ebfd00d2
PP
152732015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15274
15275 PR gdb/17820
15276 * gdb.base/gdbinit-history.exp: New test.
15277 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15278 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15279
4c082a81
SC
152802015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15281
15282 * gdb.python/py-xmethods.cc: Enhance test case.
15283 * gdb.python/py-xmethods.exp: New tests.
15284 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15285 function.
15286 (B_indexoper): Likewise.
15287 (global_dm_list) : Add new xmethod worker functions.
15288
f7797074
SDJ
152892015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15290
15291 * gdb.base/coredump-filter.exp: Correctly unset
15292 "coredump_var_addr" array.
15293
a4674e4e
PA
152942015-05-08 Pedro Alves <palves@redhat.com>
15295
15296 * gdb.server/non-existing-program.exp: Unset spawn_id.
15297
df2eb078
SC
152982015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15299
15300 PR python/18291
15301 * gdb.python/py-xmethods.exp: Add tests.
15302
422349a3
YQ
153032015-05-08 Yao Qi <yao.qi@linaro.org>
15304
15305 PR gdb/18208
15306 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15307 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15308 function set_coredump_filter, and remove remote_exec call.
15309 Remove argument ipid. Callers update.
15310 (top level): Don't get inferior's PID.
15311
63fc80ce
AA
153122015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15313
15314 * gdb.base/watch_thread_num.exp: Skip test on targets without
15315 access watchpoints.
15316
80ad801e
PA
153172015-05-06 Pedro Alves <palves@redhat.com>
15318
15319 PR server/18081
15320 * gdb.server/non-existing-program.exp: New file.
15321
0fa7fe50
JB
153222015-05-05 Joel Brobecker <brobecker@adacore.com>
15323
15324 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15325
3ea89b92
PMR
153262015-05-05 Joel Brobecker <brobecker@adacore.com>
15327
15328 * gdb.ada/out_of_line_in_inlined: New testcase.
15329
87b8eff0
JB
153302015-05-05 Joel Brobecker <brobecker@adacore.com>
15331
15332 * gdb.ada/var_rec_arr: New testcase.
15333
5fccc635
YQ
153342015-04-30 Yao Qi <yao.qi@linaro.org>
15335
15336 * gdb.base/break-idempotent.exp: If
15337 skip_hw_watchpoint_multi_tests returns true, skip the tests
15338 on "rwatch" and "awatch".
15339
42d38f42
YQ
153402015-04-30 Yao Qi <yao.qi@linaro.org>
15341
15342 * gdb.base/relativedebug.exp: Invoke gdb command
15343 "info sharedlibrary", and if libc.so doesn't have debug info,
15344 skip the test.
15345
2ce1cdbf
DE
153462015-04-29 Doug Evans <dje@google.com>
15347
15348 * gdb.python/py-xmethods.exp: Add ptype tests.
15349 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15350 get_result_type method.
15351
f24a38c5
LM
153522015-04-29 Luis Machado <lgustavo@codesourcery.com>
15353
15354 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15355 the target does not support hardware watchpoints.
15356
ecbf2b3c
LM
153572015-04-29 Luis Machado <lgustavo@codesourcery.com>
15358
15359 * gdb.base/break-always.exp: Abort testing if writing to memory
15360 causes an error.
15361
34f5f757
DE
153622015-04-28 Doug Evans <dje@google.com>
15363
15364 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15365 * gdb.python/py-pp-registration.exp: ... here. New file.
15366 * gdb.python/py-pp-registration.c: New file.
15367 * gdb.python/py-pp-registration.py: New file.
15368
69b4374a
DE
153692015-04-28 Doug Evans <dje@google.com>
15370
15371 * gdb.python/py-bad-printers.c: New file.
15372 * gdb.python/py-bad-printers.py: New file.
15373 * gdb.python/py-bad-printers.exp: New file.
15374
59fb7612
SS
153752015-04-28 Sasha Smundak <asmundak@google.com>
15376
15377 * gdb.python/py-type.exp: New test.
15378
2631b16a
AW
153792015-04-28 Andy Wingo <wingo@igalia.com>
15380
15381 * gdb.python/py-parameter.exp:
15382 * gdb.guile/scm-parameter.exp: Escape the path that we are
15383 matching against, as it might contain characters that are special
15384 to regular expressions.
15385
460efde1
JB
153862015-04-27 Joel Brobecker <brobecker@adacore.com>
15387
15388 * gdb.ada/rec_comp: New testcase.
15389
2d369d8e
SDJ
153902015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15391
15392 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15393 before using it.
15394
cf75d6c3
AB
153952015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15396
15397 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15398 new tests for verilog output.
15399
8dbe7ca5
YQ
154002015-04-24 Yao Qi <yao.qi@linaro.org>
15401
15402 * boards/remote-gdbserver-on-localhost.exp: New file.
15403
4ef9fb2f
PA
154042015-04-23 Pedro Alves <palves@redhat.com>
15405
15406 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15407 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15408 "end of file", remove $inferior_spawn_id from the indirect list.
15409
0a803169
PA
154102015-04-23 Pedro Alves <palves@redhat.com>
15411
15412 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15413
749ef8f8
PA
154142015-04-23 Pedro Alves <palves@redhat.com>
15415
15416 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15417 on $any_spawn_id instead of only on $gdb_spawn_id.
15418
8aae4344
PM
154192015-04-21 Pierre Muller <muller@sourceware.org>
15420
15421 PR pascal/17815
15422 * lib/pascal.exp (gpc_compile): Add new option "class".
15423 (fpc_compile): Likewise.
15424 * gdb.pascal/case-insensitive-symbols.pas: New file.
15425 * gdb.pascal/case-insensitive-symbols.exp: New file.
15426
1586c8fb
GB
154272015-04-20 Gary Benson <gbenson@redhat.com>
15428
15429 * gdb.base/attach.exp: Fix three extended remote failures.
15430
1b6e6f5c
GB
154312015-04-17 Gary Benson <gbenson@redhat.com>
15432
15433 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15434 the main executable over the remote protocol.
15435
e797481d
PA
154362015-04-16 Pedro Alves <palves@redhat.com>
15437
15438 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15439 a new gdbserver if gdbserver_reconnect_p is set.
15440
1ca99c42
PA
154412015-04-16 Pedro Alves <palves@redhat.com>
15442
15443 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15444 is set, don't exit gdbserver.
15445
af9fd6f8
AA
154462015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15447
15448 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15449 appropriate .insn, such that an older assembler can be used.
15450 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15451 the z/Architecture instruction set on 31-bit targets as well.
15452
04ff1e61
AA
154532015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15454
15455 * gdb.go/handcall.exp: Remove all logic related to the first
15456 breakpoint and rely on go_runto_main instead.
15457 * gdb.go/strings.exp: Likewise.
15458 * gdb.go/unsafe.exp: Likewise.
15459 * gdb.go/hello.exp: Likewise. Also rename the remaining
15460 breakpoint marker to "breakpoint 1".
15461 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15462 * gdb.go/strings.go: Likewise.
15463 * gdb.go/unsafe.go: Likewise.
15464 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15465 "set breakpoint 2 here" and rename the remaining breakpoint marker
15466 to "breakpoint 1".
15467
40d2f8d6
SM
154682015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15469
15470 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15471 if itertools.imap is not present.
15472 * gdb.python/py-objfile.exp: Add parentheses.
15473 * gdb.python/py-type.exp: Same.
15474 * gdb.python/py-unwind-maint.py: Same.
15475
8cbc97c6
YQ
154762015-04-15 Yao Qi <yao.qi@linaro.org>
15477
15478 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15479 of ":$ptr_size" and set its form explicitly.
15480
45fd756c
YQ
154812015-04-15 Pedro Alves <palves@redhat.com>
15482 Yao Qi <yao.qi@linaro.org>
15483
15484 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15485 timeout by factor of 4.
15486 (test_regular_watch): Likewise.
15487 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15488 * gdb.reverse/sigall-reverse.exp: Likewise.
15489 * gdb.reverse/until-precsave.exp: Likewise.
15490 * lib/gdb.exp (with_timeout_factor): New proc.
15491 (gdb_expect): Move some code to ...
15492 (get_largest_timeout): ... here. New procedure.
15493
9e811bc3
LM
154942015-04-14 Luis Machado <lgustavo@codesourcery.com>
15495
15496 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15497
0ff6fcb2
LM
154982015-04-13 Luis Machado <lgustavo@codesourcery.com>
15499
15500 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15501 to write to the .text section.
15502
7578d5f7
LM
155032015-04-13 Luis Machado <lgustavo@codesourcery.com>
15504
15505 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15506 Handle the case of targets that do not provide PID information.
15507
2efe15c4
YQ
155082015-04-13 Yao Qi <yao.qi@linaro.org>
15509
15510 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15511 and use expect instead of gdb_expect.
15512
8cd8f2f8
SDJ
155132015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15514
15515 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15516 "coredump_var_addr" to avoid naming conflict with other testcases.
15517
9ee41772
PA
155182015-04-10 Pedro Alves <palves@redhat.com>
15519
15520 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15521 gdb_test_sequence and gdb_assert.
15522
07473109
PA
155232015-04-10 Pedro Alves <palves@redhat.com>
15524
15525 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15526 test messages that don't include the breakpoint address.
15527
de3db44c
YQ
155282015-04-10 Yao Qi <yao.qi@linaro.org>
15529
15530 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15531 false for some offset and width combinations which aren't
15532 supported by linux kernel.
15533
c79d856c
PA
155342015-04-10 Pedro Alves <palves@redhat.com>
15535
15536 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15537 procedure, factored out from ...
15538 (top level): ... here. Add "set displaced-stepping" testing axis.
15539 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15540 parameter "displaced". Use it.
15541 (top level): Use foreach and add "set displaced-stepping" testing
15542 axis.
15543
ebc90b50
PA
155442015-04-10 Pedro Alves <palves@redhat.com>
15545
15546 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15547 Remove comment.
15548 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15549 both the address of the instruction that triggers the watchpoint
15550 and the address of the instruction immediately after, and use
15551 those addresses for the test. Fix comment.
15552
8f572e5c
PA
155532015-04-10 Pedro Alves <palves@redhat.com>
15554
15555 * gdb.base/sigstep.exp (breakpoint_to_handler)
15556 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15557 Test "backtrace" in handler.
15558 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15559 (top level): Add new "displaced" test axis to
15560 breakpoint_to_handler, breakpoint_to_handler_entry and
15561 breakpoint_over_handler.
15562
8d707a12
PA
155632015-04-10 Pedro Alves <palves@redhat.com>
15564
15565 PR gdb/18216
15566 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15567
ef713951
YQ
155682015-04-10 Yao Qi <yao.qi@linaro.org>
15569
15570 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15571 (test_add_rn_pc): New function.
15572 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15573 (top level): Invoke test_add_rn_pc.
15574
906d60cf
PA
155752015-04-10 Pedro Alves <palves@redhat.com>
15576
15577 PR gdb/13858
15578 * gdb.base/step-over-no-symbols.exp: New file.
15579
f2983cc3
AW
155802015-04-09 Andy Wingo <wingo@igalia.com>
15581
15582 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15583 after the Python tests.
15584
6d62641c
SDJ
155852015-04-08 Keith Seitz <keiths@redhat.com>
15586
15587 PR python/16699
15588 * gdb.python/py-completion.exp: New tests for completion.
15589 * gdb.python/py-completion.py (CompleteLimit1): New class.
15590 (CompleteLimit2): Likewise.
15591 (CompleteLimit3): Likewise.
15592 (CompleteLimit4): Likewise.
15593 (CompleteLimit5): Likewise.
15594 (CompleteLimit6): Likewise.
15595 (CompleteLimit7): Likewise.
15596
f3770638
PA
155972015-04-08 Pedro Alves <palves@redhat.com>
15598
15599 PR gdb/18214
15600 PR gdb/18216
15601 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15602 function.
15603 (main): Install it as SIGUSR1 handler.
15604 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15605 parameter. Always use "setup" as prefix. Toggle "set
15606 displaced-stepping" off/on depending on global. Don't switch to
15607 thread 1 here.
15608 (top level): Add displaced stepping "off/on" test axis. Update
15609 "setup" calls. Wrap each subtest with with_test_prefix. Test
15610 continuing with a queued signal in each thread.
15611
4496bed7
PA
156122015-04-08 Pedro Alves <palves@redhat.com>
15613
15614 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15615 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15616 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15617 Return early if running to main fails.
15618 * gdb.trace/while-stepping.exp: Likewise.
15619
b97fde92
PA
156202015-04-07 Pedro Alves <palves@redhat.com>
15621
15622 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15623 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15624 interact with inferior program.
15625
f71c18e7
PA
156262015-04-07 Pedro Alves <palves@redhat.com>
15627
15628 * lib/gdb.exp (inferior_spawn_id): New global.
15629 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15630 spawn id after processing the user code.
15631 (default_gdb_start): Set inferior_spawn_id.
15632 (send_inferior): New procedure.
15633 * lib/gdbserver-support.exp (gdbserver_start): Set
15634 inferior_spawn_id.
15635 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15636
6423214f
PA
156372015-04-07 Pedro Alves <palves@redhat.com>
15638
15639 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15640 * lib/gdbserver-support.exp (gdbserver_start): Make
15641 $server_spawn_id global.
15642 (gdbserver_start): Don't wait for gdbserver's spawn id with
15643 expect_background.
15644 (close_gdbserver): New procedure.
15645 (gdb_exit): Rename the default version and reimplement.
15646
71c0ee8c
PA
156472015-04-07 Pedro Alves <palves@redhat.com>
15648
72f4393d 15649 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15650 append the substituted item, not the original item.
15651
203bc29b
PA
156522015-04-07 Pedro Alves <palves@redhat.com>
15653
15654 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15655 gdb_expect.
15656
508a3ddf
PA
156572015-04-07 Pedro Alves <palves@redhat.com>
15658
15659 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15660 output appearing once only.
15661
9f6dbe2b
PA
156622015-04-07 Pedro Alves <palves@redhat.com>
15663
15664 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15665 that doesn't expect anything. Return early if running to main
15666 fails.
15667
337532fa
YQ
156682015-04-07 Yao Qi <yao.qi@linaro.org>
15669
15670 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15671 (child_function): Call alarm.
15672 (main): Move call to alarm into the loop.
15673 * gdb.threads/non-stop-fair-events.exp: Build program with
15674 -DTIMEOUT=$timeout.
15675
01b622d4
DE
156762015-04-06 Doug Evans <xdje42@gmail.com>
15677
15678 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15679 Fix dest parameter to board_info.
15680 (fpc_compile): Ditto.
15681 (gdb_compile_pascal): Rename dest arg to destfile.
15682
961f4160
PMR
156832015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15684
15685 * gdb.ada/funcall_ref.exp: New file.
15686 * gdb.ada/funcall_ref/foo.adb: New file.
15687
cafda597
YQ
156882015-04-02 Yao Qi <yao.qi@linaro.org>
15689
15690 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15691 is remote.
15692
fed040c6
GB
156932015-04-02 Gary Benson <gbenson@redhat.com>
15694
15695 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15696
d11916aa
SS
156972015-04-01 Sasha Smundak <asmundak@google.com>
15698
15699 * gdb.python/py-unwind-maint.c: New file.
15700 * gdb.python/py-unwind-maint.exp: New test.
15701 * gdb.python/py-unwind-maint.py: New file.
15702 * gdb.python/py-unwind.c: New file.
15703 * gdb.python/py-unwind.exp: New test.
15704 * gdb.python/py-unwind.py: New test.
15705
a1471180
PA
157062015-04-01 Pedro Alves <palves@redhat.com>
15707
15708 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15709 to fail instead of non-existent $test.
15710
0bbeccb1
PA
157112015-04-01 Pedro Alves <palves@redhat.com>
15712
15713 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15714 GDBFLAGS if not empty.
15715
3c724c8c
PMR
157162015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15717
15718 * gdb.ada/complete.exp: Remove "multi_line".
15719 * gdb.ada/info_exc.exp: Remove "multi_line".
15720 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15721 * gdb.ada/ptype_field.exp: Remove "multi_line".
15722 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15723 * gdb.ada/tagged.exp: Remove "multi_line".
15724 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15725 [multi_line ...]
15726 * gdb.btrace/delta.exp: Likewise.
15727 * gdb.btrace/exception.exp: Likewise.
15728 * gdb.btrace/function_call_history.exp: Likewise.
15729 * gdb.btrace/instruction_history.exp: Likewise.
15730 * gdb.btrace/nohist.exp: Likewise.
15731 * gdb.btrace/record_goto.exp: Likewise.
15732 * gdb.btrace/segv.exp: Likewise.
15733 * gdb.btrace/stepi.exp: Likewise.
15734 * gdb.btrace/tailcall.exp: Likewise.
15735 * gdb.btrace/unknown_functions.exp: Likewise.
15736 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15737 * lib/gdb.exp: Add the "multi_line" helper.
15738
4eec2deb
PA
157392015-04-01 Pedro Alves <palves@redhat.com>
15740
15741 * gdb.threads/tid-reuse.c: New file.
15742 * gdb.threads/tid-reuse.exp: New file.
15743
df8411da
SDJ
157442015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15745
15746 PR corefiles/16092
15747 * gdb.base/coredump-filter.c: New file.
15748 * gdb.base/coredump-filter.exp: Likewise.
15749
6ef37366
PM
157502015-03-27 Petr Machata <pmachata@redhat.com>
15751
15752 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15753 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15754 (Dwarf::assemble): Initialize them.
15755 (Dwarf::lines): New function.
15756
7ec911b0
JT
157572015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15758
15759 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15760 SYMBOL_PREFIX for x86_64-*-cygwin.
15761
ff908ebf
AW
157622015-03-26 Andy Wingo <wingo@igalia.com>
15763
15764 PR symtab/18148
15765 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15766 const_value but not a location.
15767 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15768 location defined in non-main CUs are visible.
15769
6d5f0679
YQ
157702015-03-26 Yao Qi <yao.qi@linaro.org>
15771
15772 PR testsuite/18139
15773 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15774 Add a line number entry for the same line.
15775 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15776 Add a line number entry for the same line.
15777
2898689b
YQ
157782015-03-26 Yao Qi <yao.qi@linaro.org>
15779
15780 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15781 .int 0.
15782 (func): Likewise. Add .Lfunc_1 label.
15783 Use .Lfunc_1 label.
15784 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15785 .int 0.
15786 (func): Likewise.
15787 Use .Lfunc_1 label.
15788
85180498
YQ
157892015-03-26 Yao Qi <yao.qi@linaro.org>
15790
15791 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15792 Call gdb_compile instead to compile each .s files without debug
15793 information.
15794
8aa08a8d
YQ
157952015-03-26 Yao Qi <yao.qi@linaro.org>
15796
15797 * gdb.base/savedregs.exp (process_saved_regs): Make
15798 "Saved registers:" optional in the pattern.
15799
66849923
MM
158002015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15801
15802 * gdb.btrace/next.exp: Merged into step.exp.
15803 * gdb.btrace/finish.exp: Merged into step.exp.
15804 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15805 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15806 "record goto" and checking the exact replay position.
15807 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15808 check for "Recording format" in "info record" output.
15809 * gdb.btrace/record_goto.exp: Choose test file based on target.
15810 * gdb.btrace/x86-record_goto.S: Renamed into ...
15811 * gdb.btrace/x86_64-record_goto.S: ... this.
15812 * gdb.btrace/i686-record_goto.S: New.
15813 * gdb.btrace/x86-tailcall.S: Renamed into ...
15814 * gdb.btrace/x86_64-tailcall.S: ... this.
15815 * gdb.btrace/i686-tailcall.S: New.
15816 * gdb.btrace/x86-tailcall.c: Renamed into ...
15817 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15818 separate statements. Update test.
15819 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15820 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15821 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15822 * gdb.btrace/tailcall.exp: Choose test file based on target.
15823 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15824
11cc1b74
MM
158252015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15826
15827 * gdb.btrace/exception.exp: Increase BTS buffer size.
15828
a25d8bf9
PA
158292015-03-24 Pedro Alves <palves@redhat.com>
15830
15831 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15832
856e7dd6
PA
158332015-03-24 Pedro Alves <palves@redhat.com>
15834
15835 * gdb.threads/schedlock.exp (test_step): No longer expect that
15836 "set scheduler-locking step" with "next" over a function call runs
15837 threads unlocked.
15838
ad235a41
AT
158392015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15840
15841 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15842
15630549
AT
158432015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15844
15845 PR breakpoints/16466
15846 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15847 * gdb.mi/mi-pending.c (thread_func): New function.
15848 (int main): Add threading support required.
15849 * gdb.mi/mi-pending.exp: Add tests for this issue.
15850 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15851 (pendfunc2): Remove stdio dependency.
15852 * gdb.mi/mi-pendshr2.c: New file.
15853
693dca06
KS
158542015-03-23 Keith Seitz <keiths@redhat.com>
15855
15856 * gdb.linespec/keywords.c: New file.
15857 * gdb.linespec/keywords.exp: New file.
15858
7e993ebf
KS
158592015-03-23 Keith Seitz <keiths@redhat.com>
15860
15861 PR gdb/18021
15862 * gdb.dwarf2/staticvirtual.exp: New test.
15863
bc23328c
JK
158642015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15865
15866 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15867 * README: Remove HP-UX and gdb.hp.
15868 (configuration):
15869 * configure: Regenerate.
15870 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15871 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15872 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15873 gdb.hp/gdb.defects/Makefile.
15874 * gdb.hp/Makefile.in: File deleted.
15875 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15876 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15877 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15878 * gdb.hp/gdb.aCC/run.c: File deleted.
15879 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15880 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15881 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15882 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15883 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15884 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15885 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15886 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15887 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15888 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15889 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15890 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15891 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15892 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15893 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15894 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15895 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15896 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15897 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15898 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15899 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15900 * gdb.hp/gdb.compat/average.c: File deleted.
15901 * gdb.hp/gdb.compat/sum.c: File deleted.
15902 * gdb.hp/gdb.compat/xdb.c: File deleted.
15903 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15904 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15905 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15906 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15907 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15908 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15909 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15910 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15911 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15912 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15913 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15914 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15915 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15916 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15917 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15918 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15919 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15920 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15921 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15922 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15923 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15924 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15925 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15926 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15927 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15928 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15929 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15930 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15931 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15932 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15933 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15934 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15935 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15936 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15937 * gdb.hp/tools/odump: File deleted.
15938
8bf3b159
PA
159392015-03-19 Pedro Alves <palves@redhat.com>
15940
15941 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15942 (saw_thread_3): New globals.
15943 (top level): Increment them when an event for the corresponding
15944 thread is seen.
15945 (no thread starvation): New test.
15946
eb54c8bf
PA
159472015-03-19 Pedro Alves <palves@redhat.com>
15948
15949 * gdb.threads/continue-pending-status.c: New file.
15950 * gdb.threads/continue-pending-status.exp: New file.
15951
32d2e5d6
PA
159522015-03-18 Pedro Alves <palves@redhat.com>
15953
15954 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15955 Use gdb_is_target_remote instead of is_remote. Use
15956 gdb_test_multiple instead of gdb_expect. Exit early if
15957 gdb_test_multiple hits its internal matches. Tighten stepi tests
15958 expected output. Fail on exit with any signal, instead of just
15959 SIGILL.
15960
f68f11b7
YQ
159612015-03-18 Yao Qi <yao.qi@linaro.org>
15962
15963 PR tdep/18107
15964 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15965 variable.
15966 * gdb.base/catch-syscall.exp: Don't skip it on
15967 aarch64*-*-linux* target. Remove elements in all_syscalls.
15968 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15969 target.
15970 (setup_all_syscalls): New proc.
15971
ca5fd19b
YQ
159722015-03-16 Yao Qi <yao.qi@linaro.org>
15973
15974 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15975 (top level): Skip tests if valid_addr_p returns false for
15976 $cmd1 or $cmd2.
15977
85642ba0
AW
159782015-03-11 Andy Wingo <wingo@igalia.com>
15979
15980 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15981
e03f9645
YQ
159822015-03-11 Yao Qi <yao.qi@linaro.org>
15983
15984 * gdb.base/catch-syscall.exp: Fix typo in comments.
15985
5d0962b2
YQ
159862015-03-11 Yao Qi <yao.qi@linaro.org>
15987
15988 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15989
b2df3cef
PA
159902015-03-09 Pedro Alves <palves@redhat.com>
15991
15992 * dg-extract-results.py: Delete.
15993
ef878e53
PA
159942015-03-09 Pedro Alves <palves@redhat.com>
15995
15996 Merge dg-extract-results.sh from GCC upstream (r218843).
15997
15998 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15999 * dg-extract-results.sh: Use --text with grep to avoid issues with
16000 binary files. Fall back to cat -v, if that doesn't work.
16001
9494d219
PA
160022015-03-05 Pedro Alves <palves@redhat.com>
16003
16004 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16005
a8d9763a
SM
160062015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16007
16008 * lib/mi-support.exp (mi_expect_interrupt): Accept
16009 alternative event for when in all-stop mode.
16010
be9957b8
PA
160112015-03-04 Pedro Alves <palves@redhat.com>
16012
16013 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16014
d57be0f4 160152015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16016
16017 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16018
c214c7cf
AA
160192015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16020
16021 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16022 regexps for GDB's current line display, accept a hex address
16023 preceding the line number.
16024
6d74a497
AA
160252015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16026
16027 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16028 the 'arch1' variable for "s390*-linux*" targets.
16029
511aee7c
PA
160302015-03-04 Pedro Alves <palves@redhat.com>
16031
16032 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16033 (main): Pass missing retval argument to pthread_join call.
16034
95e50b27
PA
160352015-03-02 Pedro Alves <palves@redhat.com>
16036
16037 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16038 (top level): Call do_test with non-stop as well.
16039
28054d69
PA
160402015-03-02 Pedro Alves <palves@redhat.com>
16041
16042 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16043 -1.
16044
4fa5d7b4
AA
160452015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16046
16047 * gdb.arch/s390-vregs.exp: New test.
16048 * gdb.arch/s390-vregs.S: New file.
16049
97c18565
PA
160502015-02-27 Pedro Alves <palves@redhat.com>
16051
16052 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16053 call to catch_command_errors.
16054 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16055 catch_command_errors.
16056
a37bfa30
PA
160572015-02-27 Pedro Alves <palves@redhat.com>
16058
16059 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16060 "true" for boolean result.
16061 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16062 prototype of main.
16063
6f98576f
PA
160642015-02-27 Pedro Alves <palves@redhat.com>
16065
16066 * lib/unbuffer_output.c: New file.
16067 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16068 (main): Call gdb_unbuffer_output.
16069
eba5ab56
YQ
160702015-02-27 Yao Qi <yao.qi@linaro.org>
16071
16072 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16073 target.
16074
0def5aaa
DE
160752015-02-26 Doug Evans <dje@google.com>
16076
16077 * gdb.cp/class2.cc (Dbase, D): New classes.
16078 (main): New local delta.
16079 * gdb.cp/class2.exp: Test printing delta.
16080 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16081 (dynbar): New global.
16082 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16083
081a1c2c
JK
160842015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16085
16086 * gdb.compile/compile-ifunc.c: New file.
16087 * gdb.compile/compile-ifunc.exp: New file.
16088
2f41223f
AT
160892015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16090
16091 * gdb.base/structs.exp: Check for correct struct on finish.
16092
03eddd80
YQ
160932015-02-26 Yao Qi <yao.qi@linaro.org>
16094
16095 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16096 is zero.
16097
80c57053
JK
160982015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16099
16100 * gdb.arch/cordic.ko.bz2: New file.
16101 * gdb.arch/cordic.ko.debug.bz2: New file.
16102 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16103
21613c12
YQ
161042015-02-25 Yao Qi <yao.qi@linaro.org>
16105
16106 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16107 aarch64*-*-* target.
16108
d8b901ed
PA
161092015-02-23 Pedro Alves <palves@redhat.com>
16110
16111 * lib/gdb.exp (delete_breakpoints): Rewrite using
16112 gdb_test_multiple.
16113
e5b85ead
PA
161142015-02-23 Pedro Alves <palves@redhat.com>
16115
16116 * gdb.base/info-os.c: Include stdlib.h.
16117
85c3a371
DE
161182015-02-22 Doug Evans <xdje42@gmail.com>
16119
16120 PR symtab/17855
16121 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16122 is read after symbols have been re-read.
16123 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16124 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16125
96553a0c
DE
161262015-02-21 Doug Evans <dje@google.com>
16127
16128 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16129
97a0c697
JK
161302015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16131
16132 PR corefiles/17808
16133 * gdb.arch/i386-biarch-core.core.bz2: New file.
16134 * gdb.arch/i386-biarch-core.exp: New file.
16135
a47cd6e9
PA
161362015-02-21 Pedro Alves <palves@redhat.com>
16137
16138 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16139 runto_main fails.
16140
c5facdc4
PA
161412015-02-20 Pedro Alves <palves@redhat.com>
16142
16143 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16144 info probes.
16145
2db9a427
PA
161462015-02-20 Pedro Alves <palves@redhat.com>
16147
16148 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16149
60fb7e9e
PA
161502015-02-20 Pedro Alves <palves@redhat.com>
16151
16152 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16153 clean_restart before gdb_target_supports_trace.
16154
5c5019c2
PA
161552015-02-20 Pedro Alves <palves@redhat.com>
16156
16157 PR threads/18006
16158 * gdb.threads/clone-thread_db.c: New file.
16159 * gdb.threads/clone-thread_db.exp: New file.
16160
c9587f88
AT
161612015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16162
16163 PR breakpoints/16812
16164 * gdb.base/catch-gdb-caused-signals.c: New file.
16165 * gdb.base/catch-gdb-caused-signals.exp: New file.
16166
f6a88844
JM
161672015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16168
16169 * configure: Regenerated.
16170 * configure.ac: Use GDB_AC_TRANSFORM.
16171 * aclocal.m4: sinclude ../transform.m4.
16172
497c491b
JM
161732015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16174
16175 * lib/dtrace.exp: New file.
16176 * gdb.base/dtrace-probe.exp: Likewise.
16177 * gdb.base/dtrace-probe.d: Likewise.
16178 * gdb.base/dtrace-probe.c: Likewise.
16179 * lib/pdtrace.in: Likewise.
16180 * configure.ac: Output variables with the transformed names of
16181 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16182 * configure: Regenerated.
16183
03e98035
JM
161842015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16185
16186 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16187 expected message when trying to access $_probe_* convenience
16188 variables while not on a probe.
16189
63cc30e9
JK
161902015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16191
16192 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16193
0703599a
PA
161942015-02-11 Pedro Alves <pedro@codesourcery.com>
16195
16196 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16197 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16198
7e60a48e
DE
161992015-02-10 Doug Evans <xdje42@gmail.com>
16200
16201 * lib/gdb.exp (gdb_load): Always return a result.
16202
01b088bc
PA
162032015-02-10 Pedro Alves <palves@redhat.com>
16204
16205 * gdb.threads/signal-sigtrap.c: New file.
16206 * gdb.threads/signal-sigtrap.exp: New file.
16207
b05ec7a5
AT
162082015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16209
16210 * gdb.trace/no-attach-trace.c: New file.
16211 * gdb.trace/no-attach-trace.exp: New file.
16212
a2c2acaf
MW
162132015-02-09 Mark Wielaard <mjw@redhat.com>
16214
16215 * gdb.dwarf2/atomic.c: New file.
16216 * gdb.dwarf2/atomic-type.exp: Likewise.
16217
31fd9caa
MM
162182015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16219
16220 * gdb.btrace/buffer-size.exp: Update "info record" output.
16221 * gdb.btrace/delta.exp: Update "info record" output.
16222 * gdb.btrace/enable.exp: Update "info record" output.
16223 * gdb.btrace/finish.exp: Update "info record" output.
16224 * gdb.btrace/instruction_history.exp: Update "info record" output.
16225 * gdb.btrace/next.exp: Update "info record" output.
16226 * gdb.btrace/nexti.exp: Update "info record" output.
16227 * gdb.btrace/step.exp: Update "info record" output.
16228 * gdb.btrace/stepi.exp: Update "info record" output.
16229 * gdb.btrace/nohist.exp: Update "info record" output.
16230
d33501a5
MM
162312015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16232
16233 * gdb.btrace/buffer-size: New.
16234
f4abbc16
MM
162352015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16236
16237 * gdb.btrace/delta.exp: Update "info record" output.
16238 * gdb.btrace/enable.exp: Update "info record" output.
16239 * gdb.btrace/finish.exp: Update "info record" output.
16240 * gdb.btrace/instruction_history.exp: Update "info record" output.
16241 * gdb.btrace/next.exp: Update "info record" output.
16242 * gdb.btrace/nexti.exp: Update "info record" output.
16243 * gdb.btrace/step.exp: Update "info record" output.
16244 * gdb.btrace/stepi.exp: Update "info record" output.
16245 * gdb.btrace/nohist.exp: Update "info record" output.
16246
b9d61307
SM
162472015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16248
16249 PR gdb/15678
16250 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16251
e584fdbc
PA
162522015-02-06 Pedro Alves <palves@redhat.com>
16253
16254 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16255 macro.
16256 (seconds_left, again): New globals.
16257 (main): Wait seconds_left in a 1-second sleep loop instead of
16258 sleeping 180 seconds. If 'again' is set, reset the seconds
16259 counter.
16260 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16261 'again' in the inferior before detaching. Print the seconds left.
16262 (options): New global.
16263 (top level): Build program with -DTIMEOUT=$timeout.
16264
77f41761
PA
162652015-02-06 Pedro Alves <palves@redhat.com>
16266
16267 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16268 determine how many seconds to pass to 'alarm'.
16269 * gdb.base/gdb-sigterm.exp (top level): Build program with
16270 -DTIMEOUT=$timeout.
16271 (do_test): Return success/failure indication. Add more verbose
16272 logging. Don't fail if 200 single steps are seen. Instead, fail
16273 when the test times out.
16274 (passes): New global.
16275 (top level): Break the testing loop if testing fails on any
16276 iteration. Use gdb_assert.
16277
b9394193
DB
162782015-02-04 Don Breazeal <donb@codesourcery.com>
16279
16280 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16281 and initialize them.
16282 (ipc_cleanup): New function.
16283 (main): Don't declare shmid, semid, and msqid. Add a call to
16284 atexit so that we call ipc_cleanup on exit.
16285
42d9e528
PA
162862015-02-04 Pedro Alves <palves@redhat.com>
16287
16288 * boards/native-extended-gdbserver.exp: Remove any target variant
16289 specifications from the board name before clearing the isremote
16290 flag from board_info.
16291
ae6ae975
DE
162922015-01-31 Doug Evans <xdje42@gmail.com>
16293
16294 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16295
cfb069a8
GB
162962015-01-31 Gary Benson <gbenson@redhat.com>
16297
16298 * gdb.base/completion.exp: Disable completion limiting for
16299 existing tests. Add new tests to check completion limiting.
16300 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16301
5dd31d79
DE
163022015-01-31 Doug Evans <xdje42@gmail.com>
16303
16304 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16305
9f050062
DE
163062015-01-31 Doug Evans <xdje42@gmail.com>
16307
16308 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16309 entries. Duplicate file section script entries.
16310 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16311 inlined entries. Add test for safe-path rejection.
16312 * gdb.python/py-section-script.c: Add duplicate inlined section script
16313 entries. Duplicate file section script entries.
16314 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16315 inlined entries. Add test for safe-path rejection.
16316
df25ebbd
JB
163172015-01-29 Joel Brobecker <brobecker@adacore.com>
16318
16319 * gdb.ada/disc_arr_bound: New testcase.
16320
4a0ca9ec
JB
163212015-01-29 Joel Brobecker <brobecker@adacore.com>
16322
16323 * gdb.ada/mi_var_array: New testcase.
16324
3a8b707a
DE
163252015-01-27 Doug Evans <dje@google.com>
16326
16327 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16328 Add test for objfile.filename, objfile.username after objfile
16329 has been unloaded.
16330
f8313f6e
JB
163312015-01-26 Joel Brobecker <brobecker@adacore.com>
16332
16333 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16334 the second test to print the name attribute of value
16335 returned by the call to gdb.lookup_type, and adjust
16336 the expected output accordingly.
16337
37bc665e
MW
163382015-01-25 Mark Wielaard <mjw@redhat.com>
16339
16340 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16341 * gdb.base/disp-step-fork.c: Include unistd.h.
16342 * gdb.base/siginfo-obj.c: Include stdio.h.
16343 * gdb.base/siginfo-thread.c: Likewise.
16344 * gdb.mi/non-stop.c: Include unistd.h.
16345 * gdb.mi/nsthrexec.c: Include stdio.h.
16346 * gdb.mi/pthreads.c: Include unistd.h.
16347 * gdb.modula2/unbounded1.c (main): Declare returns int.
16348 * gdb.reverse/consecutive-reverse.c: Likewise.
16349 * gdb.threads/create-fail.c: Include unistd.h.
16350 * gdb.threads/killed.c: Likewise.
16351 * gdb.threads/linux-dp.c: Likewise.
16352 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16353 * gdb.threads/non-ldr-exc-2.c: Likewise.
16354 * gdb.threads/non-ldr-exc-3.c: Likewise.
16355 * gdb.threads/non-ldr-exc-4.c: Likewise.
16356 * gdb.threads/pthreads.c: Include unistd.h.
16357 (main): Declare returns int.
16358 * gdb.threads/tls-main.c (foo): New declaration.
16359 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16360
f7e5394d
SM
163612015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16362
16363 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16364 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16365
743649fd
MW
163662015-01-15 Mark Wielaard <mjw@redhat.com>
16367
16368 * gdb.base/noreturn-return.c: New file.
16369 * gdb.base/noreturn-return.exp: New file.
16370 * gdb.base/noreturn-finish.c: New file.
16371 * gdb.base/noreturn-finish.exp: New file.
16372
198297aa
PA
163732015-01-23 Pedro Alves <palves@redhat.com>
16374
16375 * gdb.threads/continue-pending-after-query.c: New file.
16376 * gdb.threads/continue-pending-after-query.exp: New file.
16377
717cf30c
AG
163782015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16379 Simon Marchi <simon.marchi@ericsson.com>
16380
16381 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16382 * gdb.base/valgrind-db-attach.exp: Same.
16383 * gdb.base/valgrind-infcall.exp: Same.
16384 * lib/mi-support.exp (default_mi_gdb_start): Same.
16385 * lib/prompt.exp (default_prompt_gdb_start): Same.
16386 * lib/gdb.exp (default_gdb_spawn): Same.
16387 (gdb_interact): New.
16388
16389
4b62a76e
JK
163902015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16391
16392 * gdb.compile/compile.exp (pointer to jit function): New test.
16393
b4cdae6f
WW
163942015-01-17 Wei-cheng Wang <cole945@gmail.com>
16395
16396 * lib/gdb.exp (supports_process_record): Return true for
16397 powerpc*-*-linux*.
16398 (supports_reverse): Likewise.
16399
d221e7ef
DB
164002015-01-15 Don Breazeal <donb@codesourcery.com>
16401
16402 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16403 instead of checking whether the target board is remote and
16404 use spawn_wait_for_attach instead of exec/sleep.
16405 * gdb.base/attach-twice.exp: Likewise.
16406
bafffb51
JB
164072015-01-15 Joel Brobecker <brobecker@adacore.com>
16408
16409 * gdb.ada/var_arr_attrs: New testcase.
16410
5589af0e
PA
164112015-01-14 Pedro Alves <palves@redhat.com>
16412 Joel Brobecker <brobecker@adacore.com>
16413
16414 PR gdb/17525
16415 * gdb.base/bp-cmds-execution-x-script.c: New file.
16416 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16417 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16418
6c400b59
PA
164192015-01-14 Pedro Alves <palves@redhat.com>
16420
16421 PR cli/17828
16422 * gdb.base/batch-preserve-term-settings.c: New file.
16423 * gdb.base/batch-preserve-term-settings.exp: New file.
16424
e02c96a7
DE
164252015-01-13 Doug Evans <dje@google.com>
16426
16427 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16428 binary.
16429
576fd14c
JB
164302015-01-13 Joel Brobecker <brobecker@adacore.com>
16431
16432 * Makefile.in (clean mostlyclean): Do not delete *.py.
16433
04dccad0
JB
164342015-01-13 Joel Brobecker <brobecker@adacore.com>
16435
16436 * gdb.python/py-lookup-type.exp: New file.
16437
3d230f71
PA
164382015-01-12 Pedro Alves <palves@redhat.com>
16439
16440 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16441 restore GDBFLAGS before returning.
16442
7e67715d
JK
164432015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16444
16445 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16446 is_amd64_regs_target and is_x86_like_target.
16447
f2e0d4b4
DE
164482015-01-11 Doug Evans <xdje42@gmail.com>
16449
16450 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16451 is given without an explicit form.
16452 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16453 attributes.
16454 * gdb.dwarf/corrupt.exp: Ditto.
16455 * gdb.dwarf2/enum-type.exp: Ditto.
16456 * gdb.trace/entry-values.exp: Ditto.
16457 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16458
439250fb
DE
164592015-01-11 Doug Evans <xdje42@gmail.com>
16460
16461 PR gdb/15830
16462 * gdb.base/maint.exp: Remove references to "maint demangle".
16463 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16464 Add tests for explicitly specifying language to demangle.
16465 * gdb.dlang/demangle.exp: Ditto.
16466
ede9f622
PA
164672015-01-09 Pedro Alves <palves@redhat.com>
16468
16469 * gdb.threads/non-stop-fair-events.c: New file.
16470 * gdb.threads/non-stop-fair-events.exp: New file.
16471
a7b796db
PA
164722015-01-09 Pedro Alves <palves@redhat.com>
16473
16474 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16475 the global scope. Set a breakpoint after all threads are started
16476 rather than stepping over two source lines. Expect the prompt.
16477 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16478 global.
16479 (NUM): Now 15.
16480 (main): Use threads_started_barrier to wait for all threads to
16481 start. Main thread no longer calls thread_function. Exit after
16482 180 seconds.
16483 (loop): New function.
16484 (thread_function): Wait on threads_started_barrier barrier. Call
16485 'loop' at each iteration.
16486 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16487 threads have started, instead of hardcoding number of "next"
16488 steps. Use an access watchpoint instead of a write watchpoint.
16489
9665ffdd
PA
164902015-01-09 Pedro Alves <palves@redhat.com>
16491
16492 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16493 (thread_func): Wait on barrier.
16494 (main): Wait for all threads to start before stopping GDB.
16495 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16496 global.
16497 (thread1_func, thread2_func): Wait on barrier.
16498 (main): Wait for all threads to start before stopping GDB.
16499 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16500 New global.
16501 (thread1_func, thread2_func): Wait on barrier.
16502 (main): Wait for all threads to start before stopping GDB.
16503
c945a99f
PA
165042015-01-09 Pedro Alves <palves@redhat.com>
16505
16506 * gdb.threads/attach-many-short-lived-threads.c: New file.
16507 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16508
c1a747c1
PA
165092014-01-09 Pedro Alves <palves@redhat.com>
16510
16511 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16512 instead of to thread 2.
16513 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16514 Add barrier around each pthread_create call instead of around all
16515 calls.
16516 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16517 Set a break on thread_function and have the child threads hit it
16518 one at at a time.
16519
60b3033e
PA
165202015-01-09 Pedro Alves <palves@redhat.com>
16521
16522 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16523 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16524 false.
16525 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16526 checking whether the target board is remote.
16527 * gdb.multi/multi-attach.exp: Likewise.
16528 * gdb.python/py-sync-interp.exp: Likewise.
16529 * gdb.server/ext-attach.exp: Likewise.
16530 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16531 tests that need to attach, instead of checking whether the target
16532 board is remote at the top of the file.
16533
acc018ac
YQ
165342015-01-08 Yao Qi <yao@codesourcery.com>
16535
16536 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16537
50a18af8
JK
165382015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16539
16540 Fix testcase compilation.
16541 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16542
8503d6e1
JB
165432015-01-06 Joel Brobecker <brobecker@adacore.com>
16544
16545 * gdb.python/py-type.exp: Add a couple test about empty
16546 array creation, and negative-length array creation.
16547
cc73dbcc
DE
165482015-01-02 Doug Evans <xdje42@gmail.com>
16549
16550 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16551
0300bbc7
DE
165522015-01-02 Doug Evans <dje@google.com>
16553
16554 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16555
9d85a0ec
YQ
165562014-12-29 Yao Qi <yao@codesourcery.com>
16557
16558 * gdb.trace/entry-values.exp: Update comments. Rename variable
16559 bar_call_foo to returned_from_foo.
16560
87186c6a
MMN
165612014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16562
16563 PR gdb/17394
16564 * gdb.linespec/break-asm-file.c: New file.
16565 * gdb.linespec/break-asm-file.exp: New file.
16566 * gdb.linespec/break-asm-file0.s: New file.
16567 * gdb.linespec/break-asm-file1.s: New file.
16568
1bab7383
YQ
165692014-12-18 Nigel Stephens <nigel@mips.com>
16570 Maciej W. Rozycki <macro@codesourcery.com>
16571
16572 * gdb.base/float.exp: Handle the new output from "info float" on
16573 MIPS targets.
16574
1bc1068a
JK
165752014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16576
16577 Fix MinGW compilation.
16578 * gdb.compile/compile-ops.exp: Update untested message if
16579 !skip_compile_feature_tests.
16580 * gdb.compile/compile-setjmp.exp: Likewise.
16581 * gdb.compile/compile-tls.exp: Likewise.
16582 * gdb.compile/compile.exp: Likewise.
16583 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16584 supported on this host".
16585
b6615d10
DE
165862014-12-16 Doug Evans <xdje42@gmail.com>
16587
16588 * boards/stabs.exp: New file.
16589
25dda427
AA
165902014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16591
16592 * gdb.base/completion.exp: Adjust to format changes of "maint
16593 print user-registers".
16594
bf330350
CU
165952014-12-16 Catalin Udma <catalin.udma@freescale.com>
16596
16597 PR server/17457
16598 * gdb.arch/aarch64-fp.c: New file.
16599 * gdb.arch/aarch64-fp.exp: New file.
16600
395cf596
SDJ
166012014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16602
16603 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16604 r210637, r210913, r211666, r215400, r215817).
16605
16606 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16607 * dg-extract-results.py: New file.
16608 * dg-extract-results.sh: Use it if the environment seems
16609 suitable.
16610
16611 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16612
16613 * dg-extract-results.py (parse_run): Handle warnings that
16614 are printed before a test harness is run.
16615
16616 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16617
16618 * dg-extract-results.py (Named): Remove __cmp__ method.
16619 (output_variation): Use a key to sort variation.harnesses.
16620
16621 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16622
16623 * dg-extract-results.py: For Python 3, force sys.stdout to
16624 handle surrogate escape sequences.
16625 (safe_open): New function.
16626 (output_segment, main): Use it.
16627
16628 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16629
16630 * dg-extract-results.py (Prog.result_re): Include options
16631 in test name.
16632
16633 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16634
16635 * dg-extract-results.py (output_variation): Always sort if
16636 do_sum.
16637
e882ef3c
SM
166382014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16639
16640 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16641 as long as we get pagination notifications.
16642
4992aa20
JM
166432014-12-15 Jason Merrill <jason@redhat.com>
16644
16645 * Makefile.in (check-gdb.%): Restore.
16646 * README: Mention it.
16647
c1b5a1a6
JB
166482014-12-13 Joel Brobecker <brobecker@adacore.com>
16649
16650 * gdb.ada/str_uninit: New testcase.
16651
5537b577
JK
166522014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16653
16654 PR symtab/17642
16655 * gdb.base/vla-stub-define.c: New file.
16656 * gdb.base/vla-stub.c: New file.
16657 * gdb.base/vla-stub.exp: New file.
16658
bb2ec1b3
TT
166592014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16660 Jan Kratochvil <jan.kratochvil@redhat.com>
16661 Tom Tromey <tromey@redhat.com>
16662
16663 * configure.ac: Add gdb.compile/.
16664 * configure: Regenerate.
16665 * gdb.compile/Makefile.in: New file.
16666 * gdb.compile/compile-ops.exp: New file.
16667 * gdb.compile/compile-ops.c: New file.
16668 * gdb.compile/compile-tls.c: New file.
16669 * gdb.compile/compile-tls.exp: New file.
16670 * gdb.compile/compile-constvar.S: New file.
16671 * gdb.compile/compile-constvar.c: New file.
16672 * gdb.compile/compile-mod.c: New file.
16673 * gdb.compile/compile-nodebug.c: New file.
16674 * gdb.compile/compile-setjmp-mod.c: New file.
16675 * gdb.compile/compile-setjmp.c: New file.
16676 * gdb.compile/compile-setjmp.exp: New file.
16677 * gdb.compile/compile-shlib.c: New file.
16678 * gdb.compile/compile.c: New file.
16679 * gdb.compile/compile.exp: New file.
16680 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16681
4ff709eb
TT
166822014-12-12 Tom Tromey <tromey@redhat.com>
16683
16684 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16685 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16686
6dddd6a5
DE
166872014-12-12 Doug Evans <dje@google.com>
16688
16689 * lib/gdb-python.exp (get_python_valueof): New function.
16690 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16691
71c24708
AA
166922014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16693
16694 * gdb.base/completion.exp: Add test for completion of "info
16695 registers ".
16696
3e29f34a
MR
166972014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16698
16699 * gdb.base/func-ptrs.c: New file.
16700 * gdb.base/func-ptrs.exp: New file.
16701
fc126975
SM
167022014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16703
16704 PR breakpoints/17012
16705 * gdb.base/dprintf-detach.c: New file.
16706 * gdb.base/dprintf-detach.exp: New file.
16707
0a46d518
SM
167082014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16709
16710 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16711 * lib/gdb.exp (target_is_gdbserver): New procedure.
16712
a0be3e44
DE
167132014-12-08 Doug Evans <dje@google.com>
16714
16715 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16716
df1b803a
YQ
167172014-12-05 Yao Qi <yao@codesourcery.com>
16718
16719 * gdb.guile/scm-error.exp: Remove the third argument to
16720 gdb_remote_download.
16721 * gdb.guile/scm-frame-args.exp: Likewise.
16722 * gdb.guile/scm-section-script.exp: Likewise.
16723
ddb9f679
YQ
167242014-12-05 Yao Qi <yao@codesourcery.com>
16725
16726 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16727
86e4ed39
DE
167282014-12-04 Doug Evans <dje@google.com>
16729
16730 * gdb.python/py-objfile.exp: Add tests for
16731 objfile.add_separate_debug_file.
16732
7c50a931
DE
167332014-12-04 Doug Evans <dje@google.com>
16734
16735 * lib/gdb.exp (get_build_id): New function.
16736 (build_id_debug_filename_get): Rewrite to use it.
16737 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16738
621661e3
MR
167392014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16740
16741 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16742 `method(long)', not just 0x0.
16743 * gdb.cp/nsalias.exp: Align code labels to 4.
16744 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16745 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16746 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16747 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16748 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16749 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16750
29f0c3b7
DE
167512014-12-02 Doug Evans <dje@google.com>
16752
e1e061e7 16753 PR symtab/17602
29f0c3b7 16754 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16755 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16756 * gdb.cp/anon-ns.exp: Update.
16757
162078c8
NB
167582014-12-02 Nick Bull <nicholaspbull@gmail.com>
16759
16760 * gdb.python/py-events.py (inferior_call_handler): New.
16761 (register_changed_handler, memory_changed_handler): New.
16762 (test_events.invoke): Register new handlers.
16763 * gdb.python/py-events.exp: Add tests for inferior call,
16764 memory_changed and register_changed events.
16765
fdb09caf
AA
167662014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16767
16768 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16769 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16770 if the linker doesn't understand this.
16771
55cfb2c4
SM
167722014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16773
16774 * gdb.python/python.exp: Change expected reply to help().
16775
9e8cd6df
YQ
167762014-12-01 Yao Qi <yao@codesourcery.com>
16777
16778 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16779 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16780 * configure: Re-generated.
16781
6c659fc2
SC
167822014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16783
16784 * gdb.cp/chained-calls.cc: New file.
16785 * gdb.cp/chained-calls.exp: New file.
16786 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16787
d7fc3181
SM
167882014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16789
16790 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16791 * gdb.dwarf2/symtab-producer.exp: Same.
16792 * gdb.gdb/python-interrupts.exp: Same.
16793 * gdb.gdb/python-selftest.exp: Same.
16794 * gdb.python/py-linetable.exp: Same.
16795 * gdb.python/py-type.exp: Same.
16796 * gdb.python/py-value-cc.exp: Same.
16797 * gdb.python/py-value.exp: Same.
16798
10e79639
YQ
167992014-11-28 Yao Qi <yao@codesourcery.com>
16800
16801 * gdb.base/break-probes.exp: Match library name prefixed with
16802 sysroot.
16803
f28a0564
SM
168042014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16805
16806 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16807 test expected output. Add parentheses for the call to print.
16808 Remove L suffix from integers.
16809
3fe1ce1d
DE
168102014-11-26 Doug Evans <dje@google.com>
16811
16812 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16813
84429e27
YQ
168142014-11-22 Yao Qi <yao@codesourcery.com>
16815
16816 * gdb.trace/entry-values.c: Remove asms.
16817 (foo): Add foo_label.
16818 (bar): Add bar_label.
16819 * gdb.trace/entry-values.exp: Remove code computing foo's
16820 length and bar's length.
16821 (Dwarf::assemble): Invoke function_range for bar and use
16822 MACRO_AT_func for foo.
16823
26741859
YQ
168242014-11-22 Yao Qi <yao@codesourcery.com>
16825
16826 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16827 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16828 Use .Lgcc43_procstart instead of gcc43.
16829
45e44d27
JB
168302014-11-21 Joel Brobecker <brobecker@adacore.com>
16831
16832 * gdb.ada/n_arr_bound: New testcase.
16833
458c8db8
SDJ
168342014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16835
16836 PR breakpoints/10737
16837 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16838 test_catch_syscall_multi_arch.
16839 (test_catch_syscall_multi_arch): New function.
16840
43f3e411
DE
168412014-11-20 Doug Evans <xdje42@gmail.com>
16842
16843 * gdb.base/maint.exp: Update expected output.
16844
0d7b2549
AA
168452014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16846
16847 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16848 4-byte instruction on S390.
16849
8908fca5
JB
168502014-11-19 Joel Brobecker <brobecker@adacore.com>
16851
16852 * gdb.ada/arr_arr: New testcase.
16853
4a46959e
JB
168542014-11-19 Joel Brobecker <brobecker@adacore.com>
16855
16856 * gdb.ada/pkd_arr_elem: New Testcase.
16857
470e2f4e
LM
168582014-11-18 Luis Machado <lgustavo@codesourcery.com>
16859
16860 * gdb.reverse/break-precsave: Expect completion message for
16861 core file reads.
16862 * gdb.reverse/consecutive-precsave.exp: Likewise.
16863 * gdb.reverse/finish-precsave.exp: Likewise.
16864 * gdb.reverse/i386-precsave.exp: Likewise.
16865 * gdb.reverse/machinestate-precsave.exp: Likewise.
16866 * gdb.reverse/sigall-precsave.exp: Likewise.
16867 * gdb.reverse/solib-precsave.exp: Likewise.
16868 * gdb.reverse/step-precsave.exp: Likewise.
16869 * gdb.reverse/until-precsave.exp: Likewise.
16870 * gdb.reverse/watch-precsave.exp: Likewise.
16871
a267f3ad
AA
168722014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16873
16874 * gdb.base/bp-permanent.c: Include unistd.h.
16875 * gdb.python/py-framefilter-mi.c (main): Add return type.
16876 * gdb.python/py-framefilter.c (main): Likewise.
16877 * gdb.trace/actions-changed.c (main): Likewise.
16878
12084a9a
AA
168792014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16880
16881 * gdb.mi/until.c: Add eye-catchers.
16882 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16883 line numbers.
16884
dc7e1a77
AA
168852014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16886
16887 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16888 function header variants in break1.c.
16889 * gdb.base/ena-dis-br.exp: Likewise.
16890 * gdb.base/hbreak2.exp: Likewise.
16891 * gdb.reverse/until-precsave.exp: Drop references to removed
16892 non-prototype function header variants in ur1.c.
16893 * gdb.reverse/until-reverse.exp: Likewise.
16894
41c77605
PM
168952014-11-17 Petr Machata <pmachata@redhat.com>
16896
16897 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16898 ${_cu_offset_size} bytes abbrev offset.
16899
34248c3a
DE
169002014-11-15 Doug Evans <xdje42@gmail.com>
16901
16902 PR symtab/17559
16903 * gdb.base/line-symtabs.exp: New file.
16904 * gdb.base/line-symtabs.c: New file.
16905 * gdb.base/line-symtabs.h: New file.
16906
646da059
YQ
169072014-11-14 Yao Qi <yao@codesourcery.com>
16908
16909 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16910 (func): Add label func_label.
16911 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16912 Replace low_pc and high_pc with MACRO_AT_range.
16913 Replace name, low_pc and high_pc with MACRO_AT_func.
16914
9301ebe6
YQ
169152014-11-14 Yao Qi <yao@codesourcery.com>
16916
16917 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16918 Replace name, low_pc and high_pc with MACRO_AT_func.
16919
f166b542
YQ
169202014-11-14 Yao Qi <yao@codesourcery.com>
16921
16922 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16923 produce debug information.
16924 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16925
0f6e71e3
YQ
169262014-11-14 Yao Qi <yao@codesourcery.com>
16927
16928 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16929 object and get function length.
16930 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16931 with MACRO_AT_func.
16932 (top-level): Replace gdb_compile and clean_restart with
16933 prepare_for_testing.
16934 * gdb.dwarf2/main.c (main): Add label main_label.
16935
876c4df9
YQ
169362014-11-14 Yao Qi <yao@codesourcery.com>
16937
16938 * lib/dwarf.exp (function_range): New procedure.
16939 (Dwarf::_handle_macro_at_func): New procedure.
16940 (Dwarf::_handle_macro_at_range): New procedure.
16941 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16942
02ad9cf1
YQ
169432014-11-14 Yao Qi <yao@codesourcery.com>
16944
16945 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16946 (_handle_attribute): New procedure.
16947
a59add0c
AA
169482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16949
16950 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16951 * gdb.base/call-sc.c (zed): Likewise.
16952 * gdb.base/checkpoint.c (main): Likewise.
16953 * gdb.base/dump.c (main): Likewise.
16954 * gdb.base/gcore.c (main): Likewise.
16955 * gdb.base/huge.c (main): Likewise.
16956 * gdb.base/multi-forks.c (main): Likewise.
16957 * gdb.base/pr10179-a.c (main): Likewise.
16958 * gdb.base/savedregs.c (main): Likewise.
16959 * gdb.base/sigaltstack.c (main): Likewise.
16960 * gdb.base/siginfo.c (main): Likewise.
16961 * gdb.base/structs.c (zed): Likewise.
16962 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16963 * gdb.mi/mi-syn-frame.c (main): Likewise.
16964 * gdb.mi/until.c (foo, main): Likewise.
16965 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16966 * gdb.base/solib-weak.c (foo): Declare.
16967 * gdb.base/attach-twice.c: Include stdio.h.
16968 * gdb.base/weaklib1.c: Likewise.
16969 * gdb.base/weaklib2.c: Likewise.
16970 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16971 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16972 unistd.h.
16973 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16974 * gdb.mi/mi-exit-code.c: Likewise.
16975 * gdb.base/break-interp-lib.c: Include string.h.
16976 * gdb.base/coremaker.c: Likewise.
16977 * gdb.base/testenv.c: Likewise.
16978 * gdb.python/py-finish-breakpoint.c: Likewise.
16979 * gdb.base/inferior-died.c: Include sys/wait.h.
16980 * gdb.base/fileio.c: Include time.h.
16981 * gdb.base/async-shell.c: Include unistd.h.
16982 * gdb.base/dprintf-non-stop.c: Likewise.
16983 * gdb.base/info-os.c: Likewise.
16984 * gdb.mi/mi-console.c: Likewise.
16985 * gdb.mi/watch-nonstop.c: Likewise.
16986 * gdb.python/py-events.c: Likewise.
16987 * gdb.base/async.c (baz): Move up before its invocation.
16988 * gdb.base/code_elim2.c (my_global_func): Likewise.
16989 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16990 * gdb.base/advance.c (func2): Likewise.
16991
3b5d5997
AA
169922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16993
16994 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16995 variant.
16996 * gdb.base/annota3.c: Likewise.
16997 * gdb.base/async.c: Likewise.
16998 * gdb.base/average.c: Likewise.
16999 * gdb.base/call-ar-st.c: Likewise.
17000 * gdb.base/call-rt-st.c: Likewise.
17001 * gdb.base/call-sc.c: Likewise.
17002 * gdb.base/call-strs.c: Likewise.
17003 * gdb.base/ending-run.c: Likewise.
17004 * gdb.base/execd-prog.c: Likewise.
17005 * gdb.base/exprs.c: Likewise.
17006 * gdb.base/foll-exec.c: Likewise.
17007 * gdb.base/foll-fork.c: Likewise.
17008 * gdb.base/foll-vfork.c: Likewise.
17009 * gdb.base/funcargs.c: Likewise.
17010 * gdb.base/gcore.c: Likewise.
17011 * gdb.base/jump.c: Likewise.
17012 * gdb.base/langs0.c: Likewise.
17013 * gdb.base/langs1.c: Likewise.
17014 * gdb.base/langs2.c: Likewise.
17015 * gdb.base/mips_pro.c: Likewise.
17016 * gdb.base/nodebug.c: Likewise.
17017 * gdb.base/opaque0.c: Likewise.
17018 * gdb.base/opaque1.c: Likewise.
17019 * gdb.base/recurse.c: Likewise.
17020 * gdb.base/run.c: Likewise.
17021 * gdb.base/scope0.c: Likewise.
17022 * gdb.base/scope1.c: Likewise.
17023 * gdb.base/setshow.c: Likewise.
17024 * gdb.base/setvar.c: Likewise.
17025 * gdb.base/shmain.c: Likewise.
17026 * gdb.base/shr1.c: Likewise.
17027 * gdb.base/shr2.c: Likewise.
17028 * gdb.base/sigall.c: Likewise.
17029 * gdb.base/signals.c: Likewise.
17030 * gdb.base/so-indr-cl.c: Likewise.
17031 * gdb.base/solib2.c: Likewise.
17032 * gdb.base/structs.c: Likewise.
17033 * gdb.base/sum.c: Likewise.
17034 * gdb.base/vforked-prog.c: Likewise.
17035 * gdb.base/watchpoint.c: Likewise.
17036 * gdb.reverse/shr2.c: Likewise.
17037 * gdb.reverse/until-reverse.c: Likewise.
17038 * gdb.reverse/ur1.c: Likewise.
17039 * gdb.reverse/watch-reverse.c: Likewise.
17040
066a77c5
AA
170412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17042
17043 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17044 variant.
17045 * gdb.base/sepdebug.exp: Drop references to removed code.
17046
4f204ea5
AA
170472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17048
17049 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17050 variant. Preserve original line numbering.
17051 * gdb.base/list1.c: Likewise.
17052
3b377a3a
AA
170532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17054
17055 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17056 variant.
17057 * gdb.base/break1.c: Likewise.
17058 * gdb.base/break.exp: Drop references to removed code.
17059
e444df73
AA
170602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17061
17062 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17063 variant.
17064
8008f2a7
AA
170652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17066
17067 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17068
a5a06887
AA
170692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17070
17071 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17072 logic into perform_all_tests() and invoke it with and without
17073 function header prototypes.
17074 (do_function_calls): Remove conditional XFAIL for PR 5318.
17075 (rerun_and_prepare): Remove duplicate code.
17076 (perform_all_tests): New. Main logic moved here.
17077
44dba9b9
AA
170782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17079
17080 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17081 code guarded by #ifdef NO_PROTOTYPES.
17082 (t_double_many_args): Likewise.
17083 (DEF_FUNC_MANY_ARGS_1): Likewise.
17084 (DEF_FUNC_VALUES_1): Likewise.
17085 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17086 guarded by #ifdef PROTOTYPES.
17087
d1fbcd56
AA
170882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17089
17090 * gdb.mi/mi-console.c: Add eye-catcher.
17091 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17092 instead of literal line number.
17093
b0e59b8f
AA
170942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17095
17096 * gdb.base/shr2.c: Add eye-catcher.
17097 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17098 line number.
17099
78f98cca
AA
171002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17101
17102 * gdb.base/jump.c: Add eye-catchers.
17103 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17104 numbers.
17105
58fa2af0
AA
171062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17107
17108 * gdb.base/execd-prog.c: Add eye-catchers.
17109 * gdb.base/foll-exec.c: Likewise.
17110 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17111 line numbers.
17112
04e5059b
AA
171132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17114
17115 * gdb.base/ending-run.c: Add eye-catchers.
17116 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17117 literal line numbers.
17118
dbfdb174
AA
171192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17120
17121 * gdb.base/call-rt-st.c: Add eye-catchers.
17122 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17123 literal line numbers.
17124
888a2ade
AA
171252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17126
17127 * gdb.base/call-ar-st.c: Add eye-catchers.
17128 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17129 literal line numbers.
17130
6acc2dde
AA
171312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17132
17133 * gdb.base/average.c: Add eye-catchers.
17134 * gdb.base/sum.c: Likewise.
17135 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17136 regexps dynamically.
17137
9ecfcd1d
AA
171382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17139
17140 * gdb.base/solib1.c: Add eye-catchers.
17141 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17142 literal line numbers.
17143
78708b7c
PA
171442014-11-12 Pedro Alves <palves@redhat.com>
17145
17146 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17147 leader has exited.
17148
af48d08f
PA
171492014-11-12 Pedro Alves <palves@redhat.com>
17150
17151 * gdb.arch/i386-bp_permanent.c: New file.
17152 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17153 (srcfile): Set to i386-bp_permanent.c.
17154 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17155 that stepi does not execute the 'leave' instruction, instead of
17156 testing it does execute.
17157 * gdb.base/bp-permanent.c: New file.
17158 * gdb.base/bp-permanent.exp: New file.
17159
af3768e9
DE
171602014-11-10 Doug Evans <xdje42@gmail.com>
17161
17162 PR symtab/17564
17163 * gdb.base/symtab-search-order.exp: New file.
17164 * gdb.base/symtab-search-order.c: New file.
17165 * gdb.base/symtab-search-order-1.c: New file.
17166 * gdb.base/symtab-search-order-shlib-1.c: New file.
17167
9de00a4a
PA
171682014-11-07 Pedro Alves <palves@redhat.com>
17169
17170 PR gdb/17511
17171 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17172 i?86-*-linux*.
17173
e0f52461
SC
171742014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17175
17176 PR c++/17494
17177 * gdb.cp/pr17494.cc: New file.
17178 * gdb.cp/pr17494.exp: New file.
17179
6ce8c980
YQ
171802014-11-02 Yao Qi <yao@codesourcery.com>
17181
17182 * gdb.python/python.exp: Get working directory and match the
17183 output of "set extended-prompt \\w " with it.
17184
02be9a71
DE
171852014-10-30 Doug Evans <dje@google.com>
17186
17187 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17188 in objfiles.
17189 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17190 in progspaces.
17191
3bdff46b
LM
171922014-10-30 Janis Johnson <janisjo@codesourcery.com>
17193
17194 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17195 * gdb.base/realname-expand.exp: Likewise.
17196 * gdb.linespec/macro-relative.exp: Likewise.
17197
ab917dfb
PA
171982014-10-29 Pedro Alves <palves@redhat.com>
17199
17200 PR gdb/17408
17201 * gdb.threads/schedlock.c (some_function): New function.
17202 (call_function): New global.
17203 (MAYBE_CALL_SOME_FUNCTION): New macro.
17204 (thread_function): Call it.
17205 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17206 and use it instead of a global counter. Adjust all callers.
17207 (get_current_thread): Use "find current thread" for test message
17208 here rather than having all callers pass down the same string.
17209 (goto_loop): New procedure, factored out from ...
17210 (my_continue): ... this.
17211 (step_ten_loops): Change parameter from test message to command to
17212 use. Adjust.
17213 (list_count): Delete global.
17214 (check_result): New procedure, factored out from duplicate top
17215 level code.
17216 (continue tests): Wrap in with_test_prefix.
17217 (test_step): New procedure, factored out from duplicate top level
17218 code.
17219 (top level): Test "step" in combination with all scheduler-locking
17220 modes. Test "next" in combination with all scheduler-locking
17221 modes, and in combination with stepping over a function call or
17222 not.
17223 * gdb.threads/next-bp-other-thread.c: New file.
17224 * gdb.threads/next-bp-other-thread.exp: New file.
17225
d3d4baed
PA
172262014-10-29 Pedro Alves <palves@redhat.com>
17227
17228 PR python/17372
17229 * gdb.python/python.exp: Test a multi-line command that spawns
17230 interactive Python.
17231 * gdb.base/multi-line-starts-subshell.exp: New file.
17232
563e8d85
YQ
172332014-10-29 Yao Qi <yao@codesourcery.com>
17234
17235 * gdb.base/fileio.exp: Make directories on host.
17236
0ea4d52e
YQ
172372014-10-29 Yao Qi <yao@codesourcery.com>
17238
17239 * gdb.base/fileio.c (test_write): Close the file.
17240
7f5ef605
PA
172412014-10-28 Pedro Alves <palves@redhat.com>
17242
17243 PR gdb/12623
17244 * gdb.base/sigstep.c (no_handler): New global.
17245 (main): If 'no_handler is true, set the signal handlers to
17246 SIG_IGN.
17247 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17248 with_sw_watch and no_handler parameters. Handle them.
17249 (top level) <stepping over handler when stopped at a breakpoint
17250 test>: Add a test axis for testing with a software watchpoint, and
17251 another for testing with the signal handler set to SIG_IGN.
17252 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17253 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17254
abbdbd03
PA
172552014-10-28 Pedro Alves <palves@redhat.com>
17256
17257 PR gdb/17511
17258 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17259 * gdb.base/sigstep.exp (other_handler_location): New global.
17260 (advance): Support stepping into the signal handler, and running
17261 commands while in the handler.
17262 (in_handler_map): New global.
17263 (top level): In the advance test, add combinations for getting
17264 into the handler with stepping commands, and for running commands
17265 in the handler. Add comment descripting the advancei tests.
17266
1df4399f
PA
172672014-10-28 Pedro Alves <palves@redhat.com>
17268
17269 * gdb.base/sigstep.exp: Use build_executable instead of
17270 prepare_for_testing.
17271 (top level): Move code that starts GDB, runs to main and creates a
17272 display to ...
17273 (restart): ... this new procedure.
17274 (top level): Move backtrace from signal handler test to ...
17275 (validate_backtrace): ... this new procedure.
17276 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17277 with_test_prefix. Always restart GDB.
17278 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17279 with_test_prefix. Always restart GDB. No need to delete
17280 breakpoints after the test.
17281 (test_skip_handler): Remove prefix parameter.
17282 (skip_over_handler, breakpoint_to_handler)
17283 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17284 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17285 restart GDB. No need to delete breakpoints after the test.
17286 (top level): Use foreach to call the test procedures with
17287 different commands.
17288
a5b6e449
PA
172892014-10-28 Pedro Alves <palves@redhat.com>
17290
17291 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17292 instead of GNATS numbers.
17293 * gdb.base/sigbpt.exp: Likewise.
17294 * gdb.base/siginfo.exp: Likewise.
17295 * gdb.base/sigstep.exp: Likewise.
17296
e5f8a7cc
PA
172972014-10-27 Pedro Alves <palves@redhat.com>
17298
17299 * gdb.base/sigstep.c (dummy): New global.
17300 (main): Issue a couple writes to the new global.
17301 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17302 procedures.
17303 (skip_over_handler): Use test_skip_handler.
17304 (top level): Call skip_over_handler for stepi and nexti too.
17305 (breakpoint_over_handler): Use test_skip_handler.
17306 (top level): Call breakpoint_over_handler for stepi and nexti too.
17307
763905a3
YQ
173082014-10-27 Yao Qi <yao@codesourcery.com>
17309
17310 * gdb.trace/tfile.c (adjust_function_address)
17311 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17312 function descriptor.
17313
6f259a23
DB
173142014-10-24 Don Breazeal <donb@codesourcery.com>
17315
17316 * gdb.base/foll-fork.exp (test_follow_fork,
17317 catch_fork_child_follow): Check for updated fork messages emitted
17318 from infrun.c.
17319 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17320 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17321 vfork_and_exec_child_follow_through_step): Check for updated vfork
17322 messages emitted from infrun.c.
17323
09dd9a69
PA
173242014-10-24 Pedro Alves <palves@redhat.com>
17325
17326 * gdb.base/corefile.exp: Remove references to ultrix.
17327 * gdb.base/interrupt.exp: Likewise.
17328 * gdb.base/whatis.exp: Likewise.
17329 * gdb.gdb/selftest.exp: Likewise.
17330 * gdb.threads/manythreads.exp: Likewise.
17331 * gdb.threads/print-threads.exp: Likewise.
17332 * gdb.threads/pthreads.exp:: Likewise.
17333 * gdb.threads/schedlock.exp: Likewise.
17334
3433cfa5
SC
173352014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17336
17337 * gdb.cp/non-trivial-retval.cc: Add a test case.
17338 * gdb.cp/non-trivial-retval.exp: Add a test.
17339
092f880b
YQ
173402014-10-20 Yao Qi <yao@codesourcery.com>
17341
17342 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17343 * gdb.python/py-objfile-script-gdb.py: New file.
17344 * gdb.python/py-objfile-script.exp: Update reference to
17345 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17346 of remote_download. Remove the dest file.
17347
acbdb7f3
YQ
173482014-10-20 Yao Qi <yao@codesourcery.com>
17349
17350 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17351 * gdb.base/step-line.exp: Likewise.
17352 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17353 * gdb.dwarf2/dw2-basic.exp: Likewise.
17354 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17355 * gdb.dwarf2/dw2-filename.exp: Likewise.
17356 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17357 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17358 * gdb.dwarf2/dw2-producer.exp: Likewise.
17359 * gdb.dwarf2/mac-fileno.exp: Likewise.
17360 * gdb.python/py-frame-args.exp: Likewise.
17361 * gdb.python/py-framefilter.exp: Likewise.
17362 * gdb.python/py-mi.exp: Likewise.
17363 * gdb.python/py-objfile-script.exp: Likewise
17364 * gdb.python/py-pp-integral.exp: Likewise.
17365 * gdb.python/py-pp-re-notag.exp: Likewise.
17366 * gdb.python/py-prettyprint.exp: Likewise.
17367 * gdb.python/py-section-script.exp: Likewise.
17368 * gdb.python/py-typeprint.exp: Likewise.
17369 * gdb.python/py-xmethods.exp: Likewise.
17370 * gdb.stabs/weird.exp: Likewise.
17371 * gdb.xml/tdesc-regs.exp: Likewise.
17372
bd286a29
KCY
173732014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17374
17375 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17376 (out_cu): Use addr_len for the size of addresses.
17377 (out_line): Likewise. Size DW_LNE_set_address instruction
17378 according to addr_len.
17379 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17380 (FUNC): Add START_INSNS to definition.
17381
673dc4a0
YQ
173822014-10-18 Yao Qi <yao@codesourcery.com>
17383
17384 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17385 gdb_has_argv0 return true.
17386 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17387 check [target_info exists noargs], check [gdb_has_argv0]
17388 instead.
17389 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17390 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17391 procedures.
17392
4ffbba72
DE
173932014-10-17 Doug Evans <dje@google.com>
17394
17395 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17396 event.
17397 * gdb.python/py-events.py: Add clear_objfiles event.
17398
d096d8c1
DE
173992014-10-17 Doug Evans <dje@google.com>
17400
17401 * gdb.python/py-objfile.exp: Test progspace attribute.
17402
a80db015
LM
174032014-10-17 Luis Machado <lgustavo@codesourcery.com>
17404
17405 * gdb.guile/scm-breakpoint.exp: Do not assume any
17406 directory separators when matching source file paths.
17407 * gdb.python/py-breakpoint.exp: Likewise.
17408 * gdb.reverse/break-precsave.exp: Likewise.
17409 * gdb.reverse/break-reverse.exp: Likewise.
17410 * gdb.reverse/consecutive-precsave.exp: Likewise.
17411 * gdb.reverse/finish-precsave.exp: Likewise.
17412 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17413 * gdb.reverse/finish-reverse.exp: Likewise.
17414 * gdb.reverse/i386-precsave.exp: Likewise.
17415 * gdb.reverse/i387-env-reverse.exp: Likewise.
17416 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17417 * gdb.reverse/machinestate-precsave.exp: Likewise.
17418 * gdb.reverse/machinestate.exp: Likewise.
17419 * gdb.reverse/sigall-precsave.exp: Likewise.
17420 * gdb.reverse/solib-precsave.exp: Likewise.
17421 * gdb.reverse/step-precsave.exp: Likewise.
17422 * gdb.reverse/until-precsave.exp: Likewise.
17423 * gdb.reverse/watch-precsave.exp: Likewise.
17424 * gdb.reverse/watch-reverse.exp: Likewise.
17425
b22089ab
YQ
174262014-10-17 Yao Qi <yao@codesourcery.com>
17427
17428 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17429 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17430
6c4486e6
PA
174312014-10-17 Pedro Alves <palves@redhat.com>
17432
17433 PR gdb/17471
17434 * gdb.base/bg-execution-repeat.c: New file.
17435 * gdb.base/bg-execution-repeat.exp: New file.
17436
0ff33695
PA
174372014-10-17 Pedro Alves <palves@redhat.com>
17438
17439 PR gdb/17300
17440 * gdb.base/continue-all-already-running.c: New file.
17441 * gdb.base/continue-all-already-running.exp: New file.
17442
6fdebc3d
PA
174432014-10-17 Pedro Alves <palves@redhat.com>
17444
17445 PR gdb/17472
17446 * gdb.base/annota-input-while-running.c: New file.
17447 * gdb.base/annota-input-while-running.exp: New file.
17448
32a8097b
PA
174492014-10-17 Pedro Alves <palves@redhat.com>
17450
17451 * gdb.base/callfuncs.exp: emove references to osf.
17452 * gdb.base/sigall.exp: Likewise.
17453 * gdb.gdb/selftest.exp: Likewise.
17454 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17455 * gdb.mi/non-stop.c: Likewise.
17456 * gdb.mi/pthreads.c: Likewise.
17457 * gdb.reverse/sigall-precsave.exp: Likewise.
17458 * gdb.reverse/sigall-reverse.exp: Likewise.
17459 * gdb.threads/pthreads.c: Likewise.
17460 * gdb.threads/pthreads.exp: Likewise.
17461
7a3517ff
YQ
174622014-10-17 Yao Qi <yao@codesourcery.com>
17463
17464 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17465 check 'target_info exists noargs'.
17466 (test_command_prompt_position): Likewise.
17467 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17468 Remove "set args".
17469 (progvar_simple_while_test): Likewise.
17470 (progvar_complex_if_while_test): Likewise.
17471 (if_while_breakpoint_command_test): Likewise.
17472 (infrun_breakpoint_command_test): Likewise.
17473 (breakpoint_command_test): Likewise.
17474 (watchpoint_command_test): Likewise.
17475 (bp_deleted_in_command_test): Likewise.
17476 (temporary_breakpoint_commands): Likewise.
17477
bb99c472
YQ
174782014-10-16 Yao Qi <yao@codesourcery.com>
17479
17480 * gdb.base/remotetimeout.exp: Remove noargs checking.
17481
7c16b83e
PA
174822014-10-15 Pedro Alves <palves@redhat.com>
17483
17484 PR breakpoints/9649
17485 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17486 * gdb.base/breakpoint-in-ro-region.exp
17487 (probe_target_hardware_step): New procedure.
17488 (top level): Probe hardware stepping and hardware breakpoint
17489 support. Test stepping through a read-only region, with both
17490 "breakpoint auto-hw" on and off and both "always-inserted" on and
17491 off.
17492
35a49624
IB
174932014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17494
17495 * gdb.dlang/demangle.exp: Update for demangling changes.
17496
2d1c107c
SC
174972014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17498
17499 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17500 * gdb.cp/non-trivial-retval.exp: Add new tests.
17501
778811d5
SC
175022014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17503
17504 PR c++/13403
17505 PR c++/15154
17506 * gdb.cp/non-trivial-retval.cc: New file.
17507 * gdb.cp/non-trivial-retval.exp: New file.
17508
10c5f0a8
YQ
175092014-10-15 Yao Qi <yao@codesourcery.com>
17510
17511 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17512 remote host.
17513
65d7b369
YQ
175142014-10-15 Yao Qi <yao@codesourcery.com>
17515
17516 * gdb.python/py-symbol.exp: Match file base name if host is
17517 remote, otherwise match file name with dir name.
17518 * gdb.python/py-symtab.exp: Likewise.
17519 * gdb.python/python.exp: Likewise.
17520
46dc1394
YQ
175212014-10-15 Yao Qi <yao@codesourcery.com>
17522
17523 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17524 pattern.
17525 * gdb.python/py-symtab.exp: Likewise.
17526 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17527 locationn.
17528
c40cc657
JB
175292014-10-14 Joel Brobecker <brobecker@adacore.com>
17530
17531 * gdb.ada/addr_arith: New testcase.
17532
2abf49e1
MR
175332014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17534
17535 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17536 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17537 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17538 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17539
f7088df3
SDJ
175402014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17541
17542 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17543 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17544 * gdb.arch/stap-eval-lang-ada.exp: New file.
17545
4dc06805
YQ
175462014-10-14 Yao Qi <yao@codesourcery.com>
17547
17548 * gdb.mi/mi-var-child.c (nothing1): New function.
17549 (nothing2): New function.
17550 (do_children_tests): Set function pointers by nothing1 and
17551 nothing2.
17552 * gdb.mi/mi-var-child.exp: Step over new added statements.
17553 Update test to match the new output.
17554 * gdb.mi/var-cmd.c (nothing1): New function.
17555 (nothing2): New function.
17556 (do_children_tests): Set function pointers by nothing1 and
17557 nothing2.
17558 * gdb.mi/mi-var-display.exp: Update test to match output.
17559 Step to the line specified by $line_dct_nothing.
17560 Increase the number of lines to step.
17561
46a93de2
YQ
175622014-10-14 Yao Qi <yao@codesourcery.com>
17563
17564 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17565 tests.
17566 * gdb.mi/mi2-var-child.exp: Likewise.
17567
14ea52ee
DE
175682014-10-13 Doug Evans <dje@google.com>
17569
17570 * gdb.python/py-objfile.exp: Change name of file name test.
17571
e5c6e92b
DE
175722014-10-13 Doug Evans <dje@google.com>
17573
17574 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17575 from the start of the CU.
17576
c780cc2f
JK
175772014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17578 Yao Qi <yao@codesourcery.com>
17579
17580 Fix "save breakpoints" for "catch" command.
17581 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17582 Remove -nonewline. Match also the added "main" line.
17583
99894e11
JK
175842014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17585
17586 Fix "save breakpoints" for "disable $bpnum" command.
17587 * gdb.base/save-bp.c (main): Add label.
17588 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17589
6e1ac5a3
JK
175902014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17591
17592 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17593
754dd2b0
YQ
175942014-10-11 Yao Qi <yao@codesourcery.com>
17595
17596 * gdb.server/server-kill.exp: Execute command
17597 "set remote trace-status-packet on" before "tstatus".
17598
f90183d7
YQ
175992014-10-11 Yao Qi <yao@codesourcery.com>
17600
17601 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17602 (main): Call getppid.
17603 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17604 and continue to it. Read variable "server_pid".
17605
bf40a607
YQ
176062014-10-11 Yao Qi <yao@codesourcery.com>
17607
17608 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17609
052ca370
YQ
176102014-10-11 Yao Qi <yao@codesourcery.com>
17611
17612 * gdb.threads/thread-find.exp: Don't execute command
17613 "info threads".
17614 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17615 * gdb.threads/linux-dp.exp: Don't check the condition
17616 $threads_created equals to zero.
17617
3831839c
PA
176182014-10-10 Pedro Alves <palves@redhat.com>
17619
17620 * gdb.base/bigcore.exp: Remove references to IRIX.
17621 * gdb.base/funcargs.exp: Likewise.
17622 * gdb.base/interrupt.exp: Likewise.
17623 * gdb.base/mips_pro.exp: Likewise.
17624 * gdb.base/nodebug.exp: Likewise.
17625 * gdb.base/setvar.exp: Likewise.
17626 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17627
8b9a549d
PA
176282014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17629 Pedro Alves <palves@redhat.com>
17630
17631 PR symtab/14466
17632 * gdb.base/vdso-warning.c: New file.
17633 * gdb.base/vdso-warning.exp: New file.
17634
d48ba5e8
DE
176352014-10-02 Doug Evans <dje@google.com>
17636
17637 * gdb.base/structs.c (main): Don't run forever.
17638
2278c276
PA
176392014-10-02 Pedro Alves <palves@redhat.com>
17640
17641 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17642 (top level) <stop threads 1, stop threads 2>: Use it.
17643
b57bacec
PA
176442014-10-02 Pedro Alves <palves@redhat.com>
17645
17646 * gdb.threads/break-while-running.exp (test): Add new
17647 'update_thread_list' argument. Skip "info threads" if false.
17648 (top level): Add new 'update_thread_list' axis.
17649
13fd3ff3
PA
176502014-10-02 Pedro Alves <palves@redhat.com>
17651
17652 PR breakpoints/17431
17653 * gdb.base/execl-update-breakpoints.c: New file.
17654 * gdb.base/execl-update-breakpoints.exp: New file.
17655
0fec99e8
PA
176562014-10-01 Pedro Alves <palves@redhat.com>
17657
17658 * gdb.base/breakpoint-in-ro-region.c: New file.
17659 * gdb.base/breakpoint-in-ro-region.exp: New file.
17660
2ddf4301
SM
176612014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17662
17663 * gdb.mi/mi-exit-code.exp: New file.
17664 * gdb.mi/mi-exit-code.c: New file.
17665
6a5f3f43
YQ
176662014-09-30 Yao Qi <yao@codesourcery.com>
17667
17668 * lib/prelink-support.exp (build_executable_own_libs): Error if
17669 the target isn't native.
17670
345bcc73
YQ
176712014-09-30 Yao Qi <yao@codesourcery.com>
17672
17673 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17674 false.
17675
a25a5a45
PA
176762014-09-22 Pedro Alves <palves@redhat.com>
17677
17678 * gdb.threads/break-while-running.exp: New file.
17679 * gdb.threads/break-while-running.c: New file.
17680
00ba3162
YQ
176812014-09-19 Yao Qi <yao@codesourcery.com>
17682
17683 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17684 Invoke test. Restart GDB with --readnow and invoke test again.
17685
c3b7b696
YQ
176862014-09-19 Yao Qi <yao@codesourcery.com>
17687
17688 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17689 proc set_breakpoint_on_gcd_function. Invoke
17690 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17691 invoke set_breakpoint_on_gcd_function again.
17692
2b4fd423
DE
176932014-09-18 Doug Evans <dje@google.com>
17694
17695 * gdb.dwarf2/symtab-producer.exp: New file.
17696
a5947601
SDJ
176972014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17698
17699 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17700 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17701 * gdb.base/global-var-nested-by-dso.c: Likewise.
17702 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17703
91c19059
SDJ
177042014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17705 Pedro Alves <palves@redhat.com>
17706
17707 * gdb.base/watch-bitfields.exp: Pass string other than test file
17708 name to prepare_for_testing.
17709 (watch): New procedure.
17710 (expect_watchpoint): Use with_test_prefix.
17711 (top level): Factor out tests to ...
17712 (test_watch_location, test_regular_watch): ... these new
17713 procedures, and use with_test_prefix and gdb_continue_to_end.
17714
bb9d5f81
PP
177152014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17716
17717 PR breakpoints/12526
17718 * gdb.base/watch-bitfields.exp: New file.
17719 * gdb.base/watch-bitfields.c: New file.
17720
635856f5
PA
177212014-09-16 Pedro Alves <palves@redhat.com>
17722
17723 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17724 software and hardware addresses, not software address against
17725 itself.
17726
7280ceea
PA
177272014-09-16 Pedro Alves <palves@redhat.com>
17728
17729 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17730 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17731
428b16bd
PA
177322014-09-16 Pedro Alves <palves@redhat.com>
17733
17734 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17735 files.
17736 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17737 "*-*-vxworks*" throughout.
17738 * gdb.base/break.exp: Likewise.
17739 * gdb.base/default.exp: Likewise.
17740 * gdb.base/scope.exp: Likewise.
17741 * gdb.base/sepdebug.exp: Likewise.
17742 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17743 throughout.
17744 * gdb.base/run.c: Likewise.
17745 * gdb.base/sepdebug.c: Likewise.
17746 * gdb.hp/gdb.aCC/run.c: Likewise.
17747 * gdb.reverse/until-reverse.c: Likewise.
17748 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17749
666d413c
YQ
177502014-09-16 Yao Qi <yao@codesourcery.com>
17751
17752 * boards/local-remote-host-native.exp: New file.
17753
57cbd724
DE
177542014-09-14 Doug Evans <xdje42@gmail.com>
17755
17756 * gdb.threads/queue-signal.c (thread_count): New variable.
17757 (thread_count_mutex, thread_count_condvar): New variables.
17758 (incr_thread_count, wait_all_threads_running): New functions.
17759 (main): Wait for all threads to be in their thread functions.
17760
81219e53
DE
177612014-09-13 Doug Evans <xdje42@gmail.com>
17762
17763 * gdb.threads/queue-signal.c: New file.
17764 * gdb.threads/queue-signal.exp: New file.
17765
3714cea7
DE
177662014-09-13 Doug Evans <xdje42@gmail.com>
17767
17768 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17769 be consistent with what default_gdb_init uses.
17770 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17771 the plain text of the prompt. Add some logging printfs.
17772 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17773
fa43b1d7
PA
177742014-09-12 Pedro Alves <palves@redhat.com>
17775
17776 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17777 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17778 * gdb.arch/i386-size-overlap.exp: Likewise.
17779 * gdb.arch/i386-size.exp: Likewise.
17780 * gdb.arch/i386-unwind.exp: Likewise.
17781 * gdb.base/a2-run.exp: Likewise.
17782 * gdb.base/break.exp: Likewise.
17783 * gdb.base/charset.exp: Likewise.
17784 * gdb.base/chng-syms.exp: Likewise.
17785 * gdb.base/commands.exp: Likewise.
17786 * gdb.base/dbx.exp: Likewise.
17787 * gdb.base/find.exp: Likewise.
17788 * gdb.base/funcargs.exp: Likewise.
17789 * gdb.base/jit-simple.exp: Likewise.
17790 * gdb.base/reread.exp: Likewise.
17791 * gdb.base/sepdebug.exp: Likewise.
17792 * gdb.base/step-bt.exp: Likewise.
17793 * gdb.cp/mb-inline.exp: Likewise.
17794 * gdb.cp/mb-templates.exp: Likewise.
17795 * gdb.objc/basicclass.exp: Likewise.
17796 * gdb.threads/killed.exp: Likewise.
17797
9d9bf2df
EBM
177982014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17799
17800 PR tdep/17379
17801 * gdb.arch/powerpc-stackless.S: New file.
17802 * gdb.arch/powerpc-stackless.exp: New file.
17803
1cf2f1b0
JK
178042014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17805
17806 * gdb.base/attach.c: Include unistd.h.
17807 (main): Call alarm. Add label postloop.
17808 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17809 gdb_breakpoint, gdb_continue_to_breakpoint.
17810 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17811
98880d46
PA
178122014-09-11 Pedro Alves <palves@redhat.com>
17813
17814 PR gdb/17347
17815 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17816 * gdb.base/attach.exp (test_command_line_attach_run): New
17817 procedure.
17818 (top level): Call it.
17819
4c92ff2c
PA
178202014-09-11 Pedro Alves <palves@redhat.com>
17821
17822 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17823 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17824 (do_command_attach_tests): Use spawn_wait_for_attach.
17825 * gdb.base/solib-overlap.exp: Likewise.
17826 * gdb.multi/multi-attach.exp: Likewise.
17827 * gdb.python/py-prompt.exp: Likewise.
17828 * gdb.python/py-sync-interp.exp: Likewise.
17829 * gdb.server/ext-attach.exp: Likewise.
17830
3adc1a7d
GKB
178312014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17832
17833 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17834 command in testcase. Simplify testcase.
17835
96334934
JB
178362014-09-10 Joel Brobecker <brobecker@adacore.com>
17837
17838 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17839
eb479039
JB
178402014-09-10 Joel Brobecker <brobecker@adacore.com>
17841
17842 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17843
deede10c
JB
178442014-09-10 Joel Brobecker <brobecker@adacore.com>
17845
17846 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17847
7828a5f5
JB
178482014-09-10 Joel Brobecker <brobecker@adacore.com>
17849
17850 * gdb.dwarf2/dynarr-ptr.c: New file.
17851 * gdb.dwarf2/dynarr-ptr.exp: New file.
17852
33aeebcf
MR
178532014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17854
17855 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17856 of 30 rather than hardcoding 120 for a slow test case. Take the
17857 `gdb,timeout' target setting into account for this calculation.
17858 Don't extend the timeout for the test cases that don't need it.
17859
7b415901
MR
178602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17861
17862 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17863 a factor of 2 for a slow test case. Take the `gdb,timeout'
17864 target setting into account for this calculation.
17865 * gdb.reverse/until-precsave.exp: Increase the timeout by
17866 a factor of 15 and 3 respectively rather than adding 120
17867 for a pair of slow test cases. Take the `gdb,timeout'
17868 target setting into account for this calculation.
17869
4a40f85a
MR
178702014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17871
17872 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17873 timeout, don't pass one down to gdb_expect.
17874 (gdb_expect): Rework timeout selection.
17875
09635af7
MR
178762014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17877
17878 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17879 exception on timeout.
17880 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17881 (gdbserver_start_extended): Catch any `gdbserver_start' error
17882 exceptions.
17883 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17884 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17885 `gdbserver_gdb_load' error exceptions.
17886
2bdd10b7
MR
178872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17888
17889 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17890 120 on waiting for the TCP socket to open.
17891
316935f0
DE
178922014-09-09 Doug Evans <xdje42@gmail.com>
17893
17894 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17895 _caller_matches, _any_caller_is, _any_caller_matches.
17896
83740597
DE
178972014-09-09 Doug Evans <xdje42@gmail.com>
17898
17899 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17900
4c122fc3
YQ
179012014-09-09 Yao Qi <yao@codesourcery.com>
17902
17903 * gdb.mi/mi-var-display.exp: Set print symbol off.
17904
a9f116cb
GKB
179052014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17906
17907 PR gdb/17035
17908 * gdb.base/commands.exp: Add tests to verify user-defined
17909 commands with empty bodies.
17910 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17911 python commands in `show user command`.
17912 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17913 scheme commands in `show user command`.
17914
c75bd3a2
JK
179152014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17916
17917 PR python/17355
17918 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17919 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17920 * gdb.python/py-framefilter-invalidarg.exp: New file.
17921 * gdb.python/py-framefilter-invalidarg.py: New file.
17922
faa42425
DE
179232014-09-06 Doug Evans <xdje42@gmail.com>
17924
17925 PR 15276
17926 * gdb.python/py-caller-is.c: New file.
17927 * gdb.python/py-caller-is.exp: New file.
17928
474ca4f6
SDJ
179292014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17930
17931 PR gdb/17235
17932 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17933 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17934
eb0b0463
SDJ
179352014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17936
17937 PR fortran/17237
17938 * gdb.fortran/print-formatted.exp: New file.
17939 * gdb.fortran/print-formatted.f90: Likewise.
17940
5f3b99cf
SS
179412014-09-03 Sasha Smundak <asmundak@google.com>
17942
17943 * gdb.python/py-frame.exp: Test Frame.read_register.
17944
7d793aa9
SDJ
179452014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17946
17947 PR python/16699
17948 * gdb.python/py-completion.exp: New file.
17949 * gdb.python/py-completion.py: Likewise.
17950
fb0576e9
DE
179512014-08-28 Doug Evans <dje@google.com>
17952
17953 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17954 eax,etc. are live with values set by gdb and thus the compiler can't
17955 use them.
17956 * gdb.arch/i386-pseudo.c (main): Ditto.
17957
ee92b0dd
DE
179582014-08-27 Doug Evans <dje@google.com>
17959
17960 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17961
6649db35
DE
179622014-08-25 Doug Evans <dje@google.com>
17963
17964 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17965 (main): Ditto.
17966
564b7600
DE
179672014-08-25 Doug Evans <dje@google.com>
17968
17969 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17970
3881fb67
YQ
179712014-08-24 Yao Qi <yao@codesourcery.com>
17972
17973 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17974 symbol off.
17975 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17976
a05a36a5
DE
179772014-08-22 Doug Evans <dje@google.com>
17978
17979 PR 17276
17980 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17981 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17982 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17983
7c343b48
YQ
179842014-08-22 Yao Qi <yao@codesourcery.com>
17985
17986 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17987 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17988 * gdb.python/python.exp: Likewise. Use .py file on the host
17989 instead of the build.
17990
22fd09ae
JK
179912014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17992
17993 * gdb.threads/gcore-stale-thread.c: New file.
17994 * gdb.threads/gcore-stale-thread.exp: New file.
17995
a8454a7c
PA
179962014-08-21 Pedro Alves <palves@redhat.com>
17997
17998 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17999 * gdb.base/gcore-relro-pie.exp: Likewise.
18000 * gdb.base/gcore-relro.exp: Likewise.
18001 * gdb.base/gcore.exp: Likewise.
18002 * gdb.base/print-symbol-loading.exp: Likewise.
18003 * gdb.threads/gcore-thread.exp: Likewise.
18004 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18005
2a31c623
PA
180062014-08-20 Pedro Alves <palves@redhat.com>
18007 Jan Kratochvil <jan.kratochvil@redhat.com>
18008
18009 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18010 configure.
18011 (EXPECT): Handle READ1 being set.
18012 (all): Depend on EXTRA_RULES.
18013 (check-read1, expect-read1, read1.so, read1): New rules.
18014 * README (Testsuite Parameters): Document the READ1 make variable.
18015 (Race detection): New section.
18016 * configure: Regenerate.
18017 * configure.ac: If build==host==target, and running under a
18018 GNU/glibc system, add read1 to the extra Makefile rules.
18019 (EXTRA_RULES): AC_SUBST it.
18020 * lib/read1.c: New file.
18021
d36430db
JB
180222014-08-20 Joel Brobecker <brobecker@adacore.com>
18023
18024 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18025 the handling of variables declared as a typedef to an array
18026 which a DW_AT_data_location attribute.
18027
9a0dc9e3
PA
180282014-08-19 Andrew Burgess <aburgess@broadcom.com>
18029 Pedro Alves <palves@redhat.com>
18030
18031 PR symtab/14604
18032 PR symtab/14605
18033 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18034 gdb_test.
18035
0718a8da
PA
180362014-08-19 Pedro Alves <palves@redhat.com>
18037
18038 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18039
13b448cd
YQ
180402014-08-19 Yao Qi <yao@codesourcery.com>
18041
18042 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18043 right line.
18044
1cbf5077
DB
180452014-08-18 David Blaikie <dblaikie@gmail.com>
18046
18047 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18048
bf0fae19
JB
180492014-08-18 Joel Brobecker <brobecker@adacore.com>
18050
18051 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18052 attribute in array range.
18053
3c8c5dcc
JB
180542014-08-18 Joel Brobecker <brobecker@adacore.com>
18055
18056 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18057
e66d4446
SC
180582014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18059
18060 PR c++/17132
18061 * gdb.cp/pr17132.cc: New file.
18062 * gdb.cp/pr17132.exp: New file.
18063
940df408
SC
180642014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18065
18066 * gdb.python/py-xmethods.py (A_getarrayind)
18067 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18068 Use 'print' with function call syntax.
18069 (E_method_matcher.match): Fix tab vs space indentation mixup.
18070
ebcc6c3a
YQ
180712014-08-15 Yao Qi <yao@codesourcery.com>
18072
18073 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18074 false.
18075
775e0f04
YQ
180762014-08-15 Yao Qi <yao@codesourcery.com>
18077
18078 * gdb.cp/casts.exp: Set print symbol off.
18079 * gdb.cp/class2.exp: Likewise.
18080 * gdb.cp/overload.exp: Likewise.
18081 * gdb.cp/templates.exp: Likewise.
18082
d769e349
DE
180832014-08-11 Doug Evans <dje@google.com>
18084
18085 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18086 (test_load_shlib): Update.
18087
20c6f1e1
YQ
180882014-08-09 Yao Qi <yao@codesourcery.com>
18089
18090 * gdb.base/display.exp: Invoke is_address_zero_readable.
18091 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18092 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18093 * gdb.base/hbreak-unmapped.exp: Return if
18094 is_address_zero_readable returns true.
18095 * gdb.base/signest.exp: Likewise.
18096 * gdb.base/signull.exp: Likewise.
18097 * gdb.base/sigbpt.exp: Likewise.
18098 * gdb.guile/scm-disasm.exp: Do the test if
18099 is_address_zero_readable returns false.
18100 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18101 * gdb.python/py-arch.exp: Likewise.
18102 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18103 * lib/gdb.exp (is_address_zero_readable): New proc.
18104
5792e8e3
YQ
181052014-08-09 Yao Qi <yao@codesourcery.com>
18106
18107 PR testsuite/13443
18108 * gdb.mi/mi-var-display.exp: Make test messages unique.
18109
3cecbbbe
TT
181102014-08-04 Tom Tromey <tromey@redhat.com>
18111
18112 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18113 target 0".
18114
00b51ff5
TT
181152014-08-04 Tom Tromey <tromey@redhat.com>
18116
18117 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18118 "target_resume".
18119
6908c509
JB
181202014-08-01 Joel Brobecker <brobecker@adacore.com>
18121
18122 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18123 inner_vla_struct_object_size.
18124 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18125 as xfail.
18126
cc6563d2
PA
181272014-07-30 Pedro Alves <palves@redhat.com>
18128
18129 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18130 comment.
18131
7e09a223
YQ
181322014-07-29 Yao Qi <yao@codesourcery.com>
18133
18134 PR gdb/17206
18135 * gdb.base/until-nodebug.exp: New.
18136
7ebdbe92
DE
181372014-07-28 Doug Evans <xdje42@gmail.com>
18138
18139 PR guile/17203
18140 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18141 previously existing parameter, and previously ambiguously spelled
18142 parameter.
18143
fdb1adc6
WN
181442014-07-28 Will Newton <will.newton@linaro.org>
18145
18146 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18147
186fcde0
DE
181482014-07-26 Ludovic Courtès <ludo@gnu.org>
18149 Doug Evans <xdje42@gmail.com>
18150
18151 PR guile/17146
18152 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18153
70509625
PA
181542014-07-25 Pedro Alves <palves@redhat.com>
18155
18156 * gdb.threads/signal-command-handle-nopass.c: New file.
18157 * gdb.threads/signal-command-handle-nopass.exp: New file.
18158 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18159 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18160 * gdb.threads/signal-delivered-right-thread.c: New file.
18161 * gdb.threads/signal-delivered-right-thread.exp: New file.
18162
c3f814a1
PA
181632014-07-25 Pedro Alves <palves@redhat.com>
18164
18165 * gdb.base/double-prompt-target-event-error.exp
18166 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18167 match.
18168 (cancel_pagination_in_target_event): Rework double prompt
18169 detection.
18170 * gdb.base/paginate-after-ctrl-c-running.exp
18171 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18172 <return>' match.
18173 * gdb.base/paginate-bg-execution.exp
18174 (test_bg_execution_pagination_return)
18175 (test_bg_execution_pagination_cancel): Remove '-notransfer
18176 <return>' matches.
18177 * gdb.base/paginate-execution-startup.exp
18178 (test_fg_execution_pagination_return)
18179 (test_fg_execution_pagination_cancel): Remove '-notransfer
18180 <return>' matches.
18181 * gdb.base/paginate-inferior-exit.exp
18182 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18183 match.
18184 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18185 * lib/gdb.exp (pagination_prompt): Run text through
18186 string_to_regexp.
18187 (gdb_test_multiple): Match $pagination_prompt instead of
18188 "<return>".
18189 (string_to_regexp): Move to lib/gdb-utils.exp.
18190
e214cf6c
JK
181912014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18192
18193 * gdb.arch/amd64-entry-value-paramref.S: New file.
18194 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18195 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18196 * gdb.arch/amd64-optimout-repeat.S: New file.
18197 * gdb.arch/amd64-optimout-repeat.c: New file.
18198 * gdb.arch/amd64-optimout-repeat.exp: New file.
18199
17d0c5c8
JK
182002014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18201
18202 PR gdb/17170
18203 * gdb.base/statistics.exp: New file.
18204
b8b8facf
DE
182052014-07-17 Doug Evans <dje@google.com>
18206
74b49205 18207 PR gdb/17170
b8b8facf
DE
18208 * gdb.base/maint.exp: Update testing of per-command stats.
18209
1b5d0ab3
PA
182102014-07-16 Pedro Alves <palves@redhat.com>
18211
18212 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18213 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18214 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18215 (tfile_write_buf): New functions.
18216 (add_memory_block): Rewrite using the above.
18217 (adjust_function_address): New function.
18218 (FUNCTION_ADDRESS): New macro.
18219 (write_basic_trace_file): Remove short_x local, and use
18220 tfile_write_16. Change type of func_addr local to unsigned long
18221 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18222 here. Cast argument of add_memory_block to char pointer.
18223 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18224 (main): Remove parameters.
18225 * gdb.trace/tfile.exp: Remove nowarnings.
18226
4d974e88
SM
182272014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18228
18229 * gdb.base/debug-expr.exp: Test string evaluation with
18230 "debug expression" on.
18231
41e99568
PA
182322014-07-15 Pedro Alves <palves@redhat.com>
18233
18234 * gdb.base/reread.exp: Use clean_restart.
18235
487d9753
PL
182362014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18237
18238 * gdb.arch/avr-flash-qualifer.c: New.
18239 * gdb.arch/avr-flash-qualifer.exp: New.
18240
cc1c52ad
PA
182412014-07-14 Pedro Alves <palves@redhat.com>
18242
18243 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18244 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18245
1e973570
PA
182462014-07-14 Pedro Alves <palves@redhat.com>
18247
18248 * gdb.base/double-prompt-target-event-error.c: New file.
18249 * gdb.base/double-prompt-target-event-error.exp: New file.
18250
93d6eb10
PA
182512014-07-14 Pedro Alves <palves@redhat.com>
18252
18253 PR gdb/17072
18254 * gdb.base/paginate-inferior-exit.c: New file.
18255 * gdb.base/paginate-inferior-exit.exp: New file.
18256
0017922d
PA
182572014-07-14 Pedro Alves <palves@redhat.com>
18258
18259 PR gdb/17072
18260 * gdb.base/paginate-bg-execution.c: New file.
18261 * gdb.base/paginate-bg-execution.exp: New file.
18262
94696ad3
PA
182632014-07-14 Pedro Alves <palves@redhat.com>
18264
18265 PR gdb/17072
18266 * gdb.base/paginate-execution-startup.c: New file.
18267 * gdb.base/paginate-execution-startup.exp: New file.
18268 * lib/gdb.exp (pagination_prompt): New global.
18269 (default_gdb_spawn): New procedure, factored out from
18270 default_gdb_spawn.
18271 (default_gdb_start): Adjust to call default_gdb_spawn.
18272 (gdb_spawn): New procedure.
18273
bd293940
PA
182742014-07-14 Pedro Alves <palves@redhat.com>
18275
18276 * lib/gdb.exp (gdb_assert): New procedure.
18277 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18278
c933f875
PA
182792014-07-14 Pedro Alves <palves@redhat.com>
18280
18281 * gdb.base/execution-termios.c: New file.
18282 * gdb.base/execution-termios.exp: New file.
18283
d98b7a16
TT
182842014-07-14 Tom Tromey <tromey@redhat.com>
18285
18286 * gdb.cp/vla-cxx.cc: New file.
18287 * gdb.cp/vla-cxx.exp: New file.
18288
548740d6
TT
182892014-07-14 Tom Tromey <tromey@redhat.com>
18290
18291 * gdb.reverse/rerun-prec.c: New file.
18292 * gdb.reverse/rerun-prec.exp: New file.
18293
a25eb028
MR
182942014-07-12 Maciej W. Rozycki <macro@mips.com>
18295 Maciej W. Rozycki <macro@codesourcery.com>
18296
18297 * lib/gdb-utils.exp: New file.
18298 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18299 inline `gdb_init_command' processing.
18300 (gdb_start_cmd): Likewise.
18301 * lib/mi-support.exp (mi_run_cmd): Likewise.
18302 * README: Document `gdb_init_command' and `gdb_init_commands'.
18303
218c2655
JK
183042014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18305
18306 Fix false FAIL running under a very long directory name.
18307 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18308 and "set print elements 10000". Twice.
18309
5401fde3
YQ
183102014-07-11 Yao Qi <yao@codesourcery.com>
18311
18312 * gdb.base/exprs.exp: "set print symbol off".
18313
e76126e8
PA
183142014-07-11 Pedro Alves <palves@redhat.com>
18315
18316 * gdb.threads/kill.c: New file.
18317 * gdb.threads/kill.exp: New file.
18318
2d6f0de6
YQ
183192014-07-10 Yao Qi <yao@codesourcery.com>
18320
18321 * gdb.trace/tfile.c (write_basic_trace_file)
18322 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18323 address written to trace file.
18324
7180e04a
PA
183252014-07-09 Pedro Alves <palves@redhat.com>
18326
18327 * gdb.base/attach-wait-input.exp: New file.
18328 * gdb.base/attach-wait-input.c: New file.
18329
9a9a7608
AB
183302014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18331
18332 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18333 setting up test structures.
18334 (main): Call new test function.
18335 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18336 test function, continue into test function and walk test
18337 structures.
18338
161ac41e
YQ
183392014-07-02 Yao Qi <yao@codesourcery.com>
18340
18341 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18342 'bar_start' at the beginning of functions 'foo' and 'bar'
18343 respectively.
18344 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18345 instead of 'foo' and 'bar'.
18346
1f267ae3
MM
183472014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18348
18349 * gdb.btrace/segv.exp: New.
18350 * gdb.btrace/segv.c: New.
18351
2b239efb
LM
183522014-07-02 Luis Machado <lgustavo@codesourcery.com>
18353
18354 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18355 instruction.
18356
cf363f18
MW
183572014-06-30 Mark Wielaard <mjw@redhat.com>
18358
18359 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18360 vulture, vilify, villar): New volatile array constants.
18361 (vindictive, vegetation): New const volatile array constants.
18362 * gdb.base/volatile.exp: Test volatile and const volatile array
18363 types.
18364
aebf9d24
AA
183652014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18366
18367 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18368 target lacks support for awatch, rwatch, or hbreak.
18369
b67a2c6f
YQ
183702014-06-27 Yao Qi <yao@codesourcery.com>
18371
18372 * gdb.multi/dummy-frame-restore.exp: New.
18373 * gdb.multi/dummy-frame-restore.c: New.
18374
aef92902
MM
183752014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18376
18377 * gdb.btrace/gcore.exp: New.
18378
8e9db26e
PA
183792014-06-23 Pedro Alves <palves@redhat.com>
18380
18381 * gdb.base/watchpoint-reuse-slot.c: New file.
18382 * gdb.base/watchpoint-reuse-slot.exp: New file.
18383
70afc5b7
SC
183842014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18385
18386 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18387 progspace's filename in 'info', 'enable' and 'disable' command
18388 tests.
18389
b972bd9c
JK
183902014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18391
18392 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18393 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18394 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18395
125f8a3d
GB
183962014-06-20 Gary Benson <gbenson@redhat.com>
18397
18398 * gdb.arch/i386-avx.exp: Fix include file location.
18399 * gdb.arch/i386-sse.exp: Likewise.
18400
3ed9baed
IB
184012014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18402
18403 * gdb.dlang/expression.exp: New file.
18404
034f788c
PA
184052014-06-19 Pedro Alves <palves@redhat.com>
18406
18407 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18408 out from ...
18409 (top level): ... here. Iterate running tests under different
18410 scheduler-locking settings.
18411
45371d0c
LM
184122014-06-18 Luis Machado <lgustavo@codesourcery.com>
18413
18414 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18415 to DW_FORM_addr and use non-zero addresses.
18416
5d376983
SC
184172014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18418
18419 PR gdb/17017
18420 * gdb.python/py-xmethods.cc: Add global function call counters and
18421 increment them in their respective functions. Remove "cout"
18422 statements.
18423 * gdb.python/py-xmethods.exp: Make tests check the global function
18424 call counters instead of depending on inferior IO.
18425
a1aa2221
LM
184262014-06-18 Don Breazeal <donb@codesourcery.com>
18427
18428 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18429 Deleted procedure.
18430 (explicit_fork_parent_follow): Deleted procedure.
18431 (explicit_fork_child_follow): Deleted procedure.
18432 (test_follow_fork): New procedure.
18433 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18434 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18435 procedure calls.
18436
0fc05997
YQ
184372014-06-17 Yao Qi <yao@codesourcery.com>
18438
18439 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18440 CP1252.
18441
70795c52
LM
184422014-06-17 Luis Machado <lgustavo@codesourcery.com>
18443
18444 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18445 Initialize ptr and S explicitly.
18446 (skip_type_update_when_not_use_rtti_test): Likewise.
18447
6be47f0c
KS
184482014-06-16 Keith Seitz <keiths@redhat.com>
18449
18450 PR mi/15863
18451 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18452 the inferior is started.
18453
d03de421
PA
184542014-06-16 Pedro Alves <palves@redhat.com>
18455
18456 * gdb.base/break-main-file-remove-fail.c: New file.
18457 * gdb.base/break-main-file-remove-fail.exp: New file.
18458 * gdb.base/break-unload-file.exp: Use build_executable instead of
18459 prepare_for_testing.
18460 (test_break): New parameter "initial_load". Handle it.
18461 (top level): Add initial_load cmdline/file axis.
18462
f9579b99
TT
184632014-06-12 Tom Tromey <tromey@redhat.com>
18464
18465 * gdb.base/completion.exp: Don't use directory name in test.
18466
3657956b
GB
184672014-06-09 Gary Benson <gbenson@redhat.com>
18468
18469 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18470 separate the always-available ANSI-standard signals from the
18471 signals that require checking.
18472 (main): Likewise.
18473 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18474 Likewise.
18475 (main): Likewise.
18476
4186eb54
KS
184772014-06-07 Keith Seitz <keiths@redhat.com>
18478
18479 Revert:
18480 PR c++/16253
18481 * gdb.cp/var-tag.cc: New file.
18482 * gdb.cp/var-tag.exp: New file.
18483 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18484 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18485 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18486 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18487
25326a28 184882014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18489
18490 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18491
829155c9
PA
184922014-06-06 Pedro Alves <palves@redhat.com>
18493
18494 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18495 in target debug output instead of looking at RSP packets,
18496 disabling the test on any target that uses hardware stepping.
18497 Update comments.
18498
61c8d22e
PA
184992014-06-06 Pedro Alves <palves@redhat.com>
18500
18501 * gdb.base/break-unload-file.exp: Fix typo.
18502
d9a47287
YQ
185032014-06-06 Yao Qi <yao@codesourcery.com>
18504
18505 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18506 from "jit_function" to "^jit_function".
18507
e5e01dbf
YQ
185082014-06-06 Yao Qi <yao@codesourcery.com>
18509
18510 * gdb.base/async.c (foo): Add one statement.
18511 * gdb.base/async.exp: Get the next instruction address and
18512 match the output of "nexti" by instruction address. Match
18513 the hex address in the output of "finish".
18514
73ba372c
GB
185152014-06-06 Gary Benson <gbenson@redhat.com>
18516
18517 * gdb.base/call-signals.c: Remove preprocessor conditionals
18518 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18519 SIGSEGV and SIGTERM.
18520 * gdb.base/sigall.c: Likewise.
18521 * gdb.base/unwindonsignal.c: Likewise.
18522 * gdb.reverse/sigall-reverse.c: Likewise.
18523
831517df
YQ
185242014-06-06 Yao Qi <yao@codesourcery.com>
18525
18526 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18527 readable, skip the test.
18528
b8b91e98
YQ
185292014-06-06 Yao Qi <yao@codesourcery.com>
18530
18531 * gdb.threads/staticthreads.c (thread_function): Move the line
18532 setting breakpoint on forward.
18533 * gdb.threads/staticthreads.exp: Update comments.
18534
fb934770
LC
185352014-06-05 Ludovic Courtès <ludo@gnu.org>
18536
18537 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18538 "history-append! type error".
18539
6ef284bd
SM
185402014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18541
18542 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18543 erroneous dprintf expected input.
18544
a872e241
DE
185452014-06-04 Doug Evans <xdje42@gmail.com>
18546
18547 * gdb.guile/scm-generics.exp: Delete.
18548
16f691fb
DE
185492014-06-04 Doug Evans <xdje42@gmail.com>
18550
18551 * gdb.guile/scm-breakpoint.exp: Update.
18552 Add tests for breakpoint registration.
18553
012370f6
TT
185542014-06-04 Tom Tromey <tromey@redhat.com>
18555
18556 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18557 VLA-in-union.
18558 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18559 inner_vla_struct, vla_union types. Initialize objects of those
18560 types and compute their sizes.
18561
9f5a4cef
HZ
185622014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18563 Hui Zhu <hui@codesourcery.com>
18564
18565 * gdb.base/fileio.exp: Add test for shell not available as well as
18566 available.
18567 * gdb.base/fileio.c (test_system): Check for shell twice.
18568
90a45c4d
YQ
185692014-06-04 Yao Qi <yao@codesourcery.com>
18570
18571 * gdb.base/auto-connect-native-target.exp: Remove redundant
18572 space from the regexp pattern.
18573
70017e41
YQ
185742014-06-04 Yao Qi <yao@codesourcery.com>
18575
18576 * gdb.base/default.exp: Replace "child" with "native" in
18577 regexp pattern.
18578
883964a7
SC
185792014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18580
18581 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18582 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18583 * gdb.python/py-xmethods.py: Python script supporting the
18584 new testcase and tests.
18585
ef370185
JB
185862014-06-03 Joel Brobecker <brobecker@adacore.com>
18587 Pedro Alves <palves@redhat.com>
18588
18589 PR breakpoints/17000
18590 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18591 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18592
1e2ccb61
BM
185932014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18594
18595 * gdb.base/subst.exp: Add tests to verify partial path matching
18596 output.
18597
c6ec5ab2
PA
185982014-06-03 Pedro Alves <palves@redhat.com>
18599
18600 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18601 target that doesn't use software single-stepping.
18602
835c559f
PA
186032014-06-03 Pedro Alves <palves@redhat.com>
18604
18605 PR breakpoints/17000
18606 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18607 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18608
06eb1586
DE
186092014-06-02 Doug Evans <xdje42@gmail.com>
18610
18611 * gdb.guile/scm-parameter.exp: New file.
18612
e698b8c4
DE
186132014-06-02 Doug Evans <xdje42@gmail.com>
18614
18615 * gdb.guile/scm-cmd.c: New file.
18616 * gdb.guile/scm-cmd.exp: New file.
18617
ded03782
DE
186182014-06-02 Doug Evans <xdje42@gmail.com>
18619
18620 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18621 pretty-printer lookup.
18622 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18623 (make-pp_s-printer): Call it.
18624 (make-pretty-printer-from-dict): New function.
18625 (lookup-pretty-printer-maker-from-dict): New function.
18626 (*pretty-printer*): Simplify.
18627 (make-objfile-pp_s-printer): New function.
18628 (install-objfile-pretty-printers!): New function.
18629 (make-progspace-pp_s-printer): New function.
18630 (install-progspace-pretty-printers!): New function.
18631 * gdb.guile/scm-progspace.c: New file.
18632 * gdb.guile/scm-progspace.exp: New file.
18633
41fac0cf
PA
186342014-06-02 Pedro Alves <palves@redhat.com>
18635
18636 * gdb.base/dprintf-bp-same-addr.c: New file.
18637 * gdb.base/dprintf-bp-same-addr.exp: New file.
18638
96ae5695
EBM
186392014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18640
18641 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18642 * gdb.arch/powerpc-power.s: Likewise.
18643
da02b3a8
JB
186442014-06-02 Joel Brobecker <brobecker@adacore.com>
18645
18646 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18647
c72b2e7b
YQ
186482014-06-01 Yao Qi <yao@codesourcery.com>
18649
18650 * gdb.base/watchpoint.exp (test_watch_location): Check null
18651 pointer can be dereferenced. If not, do the test, otherwise
18652 skip it.
18653
53e8a631
AB
186542014-05-30 Andrew Burgess <aburgess@broadcom.com>
18655
18656 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18657 results.
18658 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18659
938f0e2f
AB
186602014-05-30 Andrew Burgess <aburgess@broadcom.com>
18661
18662 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18663 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18664 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18665 * gdb.arch/amd64-invalid-stack-top.c: New file.
18666 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18667
9ba6657a
PA
186682014-05-30 Pedro Alves <palves@redhat.com>
18669
18670 PR breakpoints/17000
18671 * gdb.base/sss-bp-on-user-bp.c: New file.
18672 * gdb.base/sss-bp-on-user-bp.exp: New file.
18673
522c09bf
DB
186742014-05-30 David Blaikie <dblaikie@gmail.com>
18675
18676 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18677 gnu_inline semantics via attribute.
18678 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18679 source explicitly specifies the required semantics.
18680
bf4ef81e
MR
186812014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18682
18683 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18684
329ea579
PA
186852014-05-29 Pedro Alves <palves@redhat.com>
18686 Tom Tromey <tromey@redhat.com>
18687
18688 * gdb.base/async-shell.exp: Don't enable target-async.
18689 * gdb.base/async.exp
18690 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18691 parameter. Adjust.
18692 (top level): Don't test with "target-async".
18693 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18694 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18695 * gdb.base/inferior-died.exp: Don't enable target-async.
18696 * gdb.base/interrupt-noterm.exp: Likewise.
18697 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18698 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18699 * gdb.mi/mi-nonstop.exp: Likewise.
18700 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18701 * gdb.mi/mi-nsintrall.exp: Likewise.
18702 * gdb.mi/mi-nsmoribund.exp: Likewise.
18703 * gdb.mi/mi-nsthrexec.exp: Likewise.
18704 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18705 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18706 * gdb.python/py-evsignal.exp: Don't enable target-async.
18707 * gdb.python/py-evthreads.exp: Likewise.
18708 * gdb.python/py-prompt.exp: Likewise.
18709 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18710 * gdb.server/solib-list.exp: Don't enable target-async.
18711 * gdb.threads/thread-specific-bp.exp: Likewise.
18712 * lib/mi-support.exp: Adjust to use mi-async.
18713
fd664c91
PA
187142014-05-29 Pedro Alves <palves@redhat.com>
18715
18716 PR gdb/13860
18717 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18718 reason, even in sync mode.
18719
251bde03
PA
187202014-05-29 Pedro Alves <palves@redhat.com>
18721 Hui Zhu <hui@codesourcery.com>
18722
18723 PR PR15693
18724 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18725 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18726 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18727 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18728
7f3c0343
JB
187292014-05-28 Joel Brobecker <brobecker@adacore.com>
18730
18731 * config/monitor.exp (gdb_target_monitor): Replace use of
18732 "set remotebaud" by "set serial baud".
18733
b2715b27
AW
187342014-05-26 Andy Wingo <wingo@igalia.com>
18735
18736 * gdb.guile/scm-breakpoint.exp:
18737 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18738 properties instead of gdb-object-properties.
18739
498a4489
YQ
187402014-05-26 Yao Qi <yao@codesourcery.com>
18741
18742 * gdb.server/no-thread-db.exp: Specify source file name
18743 explicitly when setting a breakpoint.
18744
589fdceb
MM
187452014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18746
18747 * gdb.btrace/vdso.c: New.
18748 * gdb.btrace/vdso.exp: New.
18749
e9089e05
MM
187502014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18751
18752 * gdb.base/gcore.exp (capture_command_output): Move ...
18753 * lib/gdb.exp (capture_command_output): ... here.
18754
67b5c0c1
MM
187552014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18756
18757 * gdb.btrace/data.exp: Test memory access during btrace replay.
18758
a2199296
SM
187592014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18760
18761 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18762
17b2616c
PA
187632014-05-21 Pedro Alves <palves@redhat.com>
18764
18765 PR gdb/13860
18766 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18767 (top level): Test that output related to execution commands is
18768 sent to the console with CLI commands, but not with MI commands.
18769 Test that breakpoint events are always mirrored to the console.
18770 Also expect the new source line to be output after a "next" in
18771 async mode too. Make it a pass/fail test.
18772 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18773 output.
18774 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18775
5166082f
PA
187762014-05-21 Pedro Alves <palves@redhat.com>
18777
18778 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18779 Use them to test variations of "list" after reaching a breakpoint.
18780 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18781 Test "list" with listsize 10 after reaching a breakpoint.
18782 * gdb.python/python.exp (decode_line current location line
18783 number): Adjust expected line number.
18784
2f25d70f
SM
187852014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18786
18787 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18788 behavior for $args, pass it directly to "run".
18789
ff604a67
MR
187902014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18791
18792 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18793 30000 to 65536.
18794
6a3cb8e8
PA
187952014-05-21 Pedro Alves <palves@redhat.com>
18796
18797 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18798 auto-connect-native-target off".
18799 * gdb.base/auto-connect-native-target.c: New file.
18800 * gdb.base/auto-connect-native-target.exp: New file.
18801
4ebfc96e
PA
188022014-05-21 Pedro Alves <palves@redhat.com>
18803
18804 * gdb.base/default.exp: Test "target native" instead of "target
18805 child".
18806
36d46afb
MW
188072014-05-21 Mark Wielaard <mjw@redhat.com>
18808
18809 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18810
5876f503
JK
188112014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18812
18813 Fix TLS access for -static -pthread.
18814 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18815 <HAVE_TLS> (thread_function, main): Initialize it.
18816 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18817 Add clean_restart.
18818 <$have_tls != "">: Check TLSVAR.
18819
0256a6ac
PA
188202014-05-21 Pedro Alves <palves@redhat.com>
18821
18822 * gdb.base/dcache-line-read-error.c: New.
18823 * gdb.base/dcache-line-read-error.exp: New.
18824
936d2992
PA
188252014-05-20 Pedro Alves <palves@redhat.com>
18826
18827 * gdb.base/compare-sections.c: New file.
18828 * gdb.base/compare-sections.exp: New file.
18829
802e8e6d
PA
188302014-05-20 Pedro Alves <palves@redhat.com>
18831
18832 * gdb.base/break-idempotent.c: New file.
18833 * gdb.base/break-idempotent.exp: New file.
18834
e59fa00f
MM
188352014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18836
18837 * gdb.btrace/nohist.exp: New.
18838
8b696e31
YQ
188392014-05-20 Yao Qi <yao@codesourcery.com>
18840
18841 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18842 gdb.reverse directory and gdb_reverse_timeout exists in board
18843 setting.
18844 * README: Document gdb_reverse_timeout.
18845
73c9764f
YQ
188462014-05-20 Yao Qi <yao@codesourcery.com>
18847
18848 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18849 'test_file_name'. Treat args as a string instead of a list.
18850 (gdb_init): Rename argument 'args' by 'test_file_name'.
18851
f1f4348a
JK
188522014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18853
18854 * gdb.arch/powerpc-power.exp: New file.
18855 * gdb.arch/powerpc-power.s: New file.
18856
0dbe70ce
DE
188572014-05-16 Doug Evans <dje@google.com>
18858
18859 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18860 * gdb.base/completion.exp: Check that all expected files exist
18861 before doing file completion.
0dbe70ce 18862
8d551b02
DE
188632014-05-16 Doug Evans <dje@google.com>
18864
18865 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18866 Update.
18867 (do_syscall_tests_without_xml): Update.
18868
73eb7709
PA
188692014-05-16 Pedro Alves <palves@redhat.com>
18870
18871 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18872 instead of "unknown output after running".
18873
3fae92fc
YQ
188742014-05-16 Yao Qi <yao@codesourcery.com>
18875
18876 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18877 file1.txt from host at the end.
18878 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18879
c2b2ccc5
DE
188802014-05-15 Doug Evans <dje@google.com>
18881
18882 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18883 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18884 loading file. Add test for TU lookup.
18885
8c217a4b
SM
188862014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18887
18888 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18889 calling "-exec-arguments" or "set args" before running the
18890 inferior.
18891
3deb39c6
SM
188922014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18893
18894 * lib/mi-support.exp (mi_expect_stop): Expect message for
18895 inferiors that exit with non-zero exit code.
18896
71a79f8c
YQ
188972014-05-14 Yao Qi <yao@codesourcery.com>
18898
18899 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18900 match absolute path on remote host.
18901 (test_file_list_exec_source_files): Remove "/" from the
18902 pattern.
18903
f23fcd46
YQ
189042014-05-14 Yao Qi <yao@codesourcery.com>
18905
18906 * boards/local-remote-host-notty.exp (${board}_file): New
18907 proc.
18908
9404b58f
KM
189092014-05-07 Kyle McMartin <kyle@redhat.com>
18910
18911 Pushed by Joel Brobecker <brobecker@adacore.com>.
18912 * gdb.arch/aarch64-atomic-inst.c: New file.
18913 * gdb.arch/aarch64-atomic-inst.exp: New file.
18914
5e45f04c
YQ
189152014-05-07 Yao Qi <yao@codesourcery.com>
18916
18917 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18918 in current context" too.
18919
c888a17d
KS
189202014-05-05 Keith Seitz <keiths@redhat.com>
18921
18922 * gdb.linespec/ls-dollar.exp: Add test for linespec
18923 file:convenience_variable.
18924
290a839c
YQ
189252014-05-05 Yao Qi <yao@codesourcery.com>
18926
18927 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18928 traceframes into tfile and ctf trace files. Read data from
18929 trace file and test collected data.
18930 (gdb_collect_locals_test): Likewise.
18931 (gdb_unavailable_registers_test): Likewise.
18932 (gdb_unavailable_floats): Likewise.
18933 (gdb_collect_globals_test): Likewise.
18934 (top-level): Append "ctf" to trace_file_targets if GDB
18935 supports.
18936
b5262cd0
YQ
189372014-05-05 Yao Qi <yao@codesourcery.com>
18938
18939 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18940 code to ...
18941 (gdb_collect_args_test_1): ... it. New proc.
18942 (gdb_collect_locals_test): Move some code to ...
18943 (gdb_collect_locals_test_1): ... it. New proc.
18944 (gdb_unavailable_registers_test): Move some code to ...
18945 (gdb_unavailable_registers_test_1): ... it. New proc.
18946 (gdb_unavailable_floats): Move some code to ...
18947 (gdb_unavailable_floats_1): ... it. New proc.
18948
30a1e6cc
SDJ
189492014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18950
18951 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18952 probes to test for bitness recognition.
18953 * gdb.arch/amd64-stap-optional-prefix.exp
18954 (test_probe_value_without_reg): New procedure.
18955 Add code to test for different kinds of bitness.
18956
f33da99a
SDJ
189572014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18958
18959 PR breakpoints/16889
18960 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18961 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18962
5b80f00d
PA
189632014-05-01 Pedro Alves <palves@redhat.com>
18964
18965 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18966 gdb_file_cmd if no file is specified.
18967 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18968 last_loaded_file to set the remote exec-file.
18969
f8c2a73c
PA
189702014-05-01 Pedro Alves <palves@redhat.com>
18971
18972 * boards/local-remote-host.exp: New file.
18973
be6e8ac7
PA
189742014-05-01 Pedro Alves <palves@redhat.com>
18975
18976 * boards/local-remote-host.exp: Rename to ...
18977 * boards/local-remote-host-notty.exp: ... this.
18978
cac0dc8f
JB
189792014-04-28 Joel Brobecker <brobecker@adacore.com>
18980
18981 * gdb.ada/dyn_arrayidx: New testcase.
18982
9730e6cc
YQ
189832014-04-26 Yao Qi <yao@codesourcery.com>
18984
18985 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18986 and compute the length of function main. Save it in
18987 $main_length.
18988 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18989 (top-level): Use gdb_compile to compile objects into
18990 executable and restart GDB. Remove invocation to
18991 prepare_for_testing.
18992
7ae1a6a6
PA
189932014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18994 Pedro Alves <palves@redhat.com>
18995
18996 PR server/16255
18997 * gdb.multi/multi-attach.c: New file.
18998 * gdb.multi/multi-attach.exp: New file.
18999
4082afcc
PA
190002014-04-25 Pedro Alves <palves@redhat.com>
19001
19002 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19003 user.
19004 (top level): Test that "set remote conditional-breakpoints-packet
19005 off" works as intended.
19006 * gdb.base/dprintf.exp: Test that "set remote
19007 breakpoint-commands-packet off" works as intended.
19008 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19009 New function.
19010 (top level): Call it.
19011 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19012 remote fast-tracepoints-packet off" works as intended.
19013 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19014 * lib/gdb.exp (gdb_is_target_remote): ... here.
19015
2abc3f8d
DB
190162014-04-24 David Blaikie <dblaikie@gmail.com>
19017
19018 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19019 ensure clang would not discard them.
19020 * gdb.base/gdbvars.c: Ditto.
19021 * gdb.base/memattr.c: Ditto.
19022 * gdb.base/whatis.c: Ditto.
19023 * gdb.python/py-prettyprint.c: Ditto.
19024 * gdb.trace/actions.c: Ditto.
19025 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19026 ensure clang would not discard it.
19027
bfd39632
DB
190282014-04-24 David Blaikie <dblaikie@gmail.com>
19029
19030 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19031 clang to emit the full definition of type required by the test
19032 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19033
22842ff6
DB
190342014-04-24 David Blaikie <dblaikie@gmail.com>
19035
19036 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19037 coax Clang into emitting the definition of the type.
19038 * gdb.cp/pr10728-x.h (y): Ditto.
19039 * gdb.cp/pr10728-y.cc (y): Ditto.
19040
c2e827ad
DB
190412014-04-24 David Blaikie <dblaikie@gmail.com>
19042
19043 * gdb.base/label.exp: XFAIL label related tests under Clang.
19044 * gdb.cp/cplabel.exp: Ditto.
19045 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19046 under Clang those using labels.
19047
4c2d33e7
YQ
190482014-04-25 Yao Qi <yao@codesourcery.com>
19049
19050 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19051 double_label.
19052 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19053 partial_label and double_label.
19054
56083b99
DB
190552014-04-24 David Blaikie <dblaikie@gmail.com>
19056
19057 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19058
25d4e99d
DB
190592014-04-24 David Blaikie <dblaikie@gmail.com>
19060
19061 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19062 of the function to work across GCC and Clang.
19063 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19064 pointer types (const void ** const V void **).
19065
01f9f808
MS
190662014-04-24 Michael Sturm <michael.sturm@mintel.com>
19067 Walfred Tedeschi <walfred.tedeschi@intel.com>
19068
19069 * Makefile.in (EXECUTABLES): Added i386-avx512.
19070 * gdb.arch/i386-avx512.c: New file.
19071 * gdb.arch/i386-avx512.exp: Likewise.
19072
4b48d439
KS
190732014-04-23 Keith Seitz <keiths@redhat.com>
19074
19075 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19076 (mi_make_breakpoint_table): New procedure.
19077 (mi_create_breakpoint): Use mi_make_breakpoint
19078 and return the result.
19079 (mi_make_breakpoint): New procedure.
19080 (mi_build_kv_pairs): New procedure.
19081
19082 * gdb.mi/mi-break.exp: Remove unused globals,
19083 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19084 All callers updated.
19085 * gdb.mi/mi-dprintf.exp: Use variable to track command
19086 number.
19087 Update all callers of mi_create_breakpoint and use
19088 mi_make_breakpoint_table.
19089 Remove any unused global variables.
19090 * gdb.mi/mi-nonstop.exp: Likewise.
19091 * gdb.mi/mi-nsintrall.exp: Likewise.
19092 * gdb.mi/mi-nsmoribund.exp: Likewise.
19093 * gdb.mi/mi-nsthrexec.exp: Likewise.
19094 * gdb.mi/mi-reverse.exp: Likewise.
19095 * gdb.mi/mi-simplerun.exp: Likewise.
19096 * gdb.mi/mi-stepn.exp: Likewise.
19097 * gdb.mi/mi-syn-frame.exp: Likewise.
19098 * gdb.mi/mi-until.exp: Likewise.
19099 * gdb.mi/mi-var-cp.exp: Likewise.
19100 * gdb.mi/mi-var-display.exp: Likewise.
19101 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19102 * gdb.mi/mi2-var-child.exp: Likewise.
19103 * gdb.mi/mi-vla-c99.exp: Likewise.
19104 * lib/mi-support.exp: Likewise.
19105
19106 From Ian Lance Taylor <iant@cygnus.com>:
19107 * lib/gdb.exp (parse_args): New procedure.
19108
08351840
PA
191092014-04-23 Pedro Alves <palves@redhat.com>
19110
19111 * gdb.base/break-unload-file.c: New file.
19112 * gdb.base/break-unload-file.exp: New file.
19113 * gdb.base/sym-file-lib.c (baz): New function.
19114 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19115 field.
19116 (load): Store the segment's mapped size.
19117 (unload): New function.
19118 (unload_shlib): New function.
19119 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19120 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19121 set a breakpoint at baz, and call it.
19122 * gdb.base/sym-file.exp: New tests for stale breakpoint
19123 instructions.
19124
076855f9
PA
191252014-04-23 Pedro Alves <palves@redhat.com>
19126
19127 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19128 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19129 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19130 * gdb.base/hbreak-unmapped.c: New file.
19131 * gdb.base/hbreak-unmapped.exp: New file.
19132 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19133 * lib/gdb.exp (gdb_is_target_remote): ... here.
19134
483805cf
PA
191352014-04-22 Pedro Alves <palves@redhat.com>
19136
19137 * gdb.base/consecutive-step-over.c: New file.
19138 * gdb.base/consecutive-step-over.exp: New file.
19139
06d97543
PA
191402014-04-22 Pedro Alves <palves@redhat.com>
19141
19142 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19143 instead of send_gdb/gdb_expect.
19144
b4429ea2
YQ
191452014-04-22 Yao Qi <yao@codesourcery.com>
19146
19147 * lib/trace-support.exp (generate_tracefile): New procedure.
19148 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19149 return 0.
19150 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19151 if generate_tracefile returns 1.
19152
51d48146
PA
191532014-04-18 Tom Tromey <palves@redhat.com>
19154 Pedro alves <tromey@redhat.com>
19155
19156 PR backtrace/15558
19157 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19158 with a backtrace limit.
19159 * gdb.python/py-frame-inline.exp: Test running to an inline
19160 function with a backtrace limit, and printing the newest frame.
19161 * gdb.python/py-frame-inline.c (main): Call f.
19162
bd1dce5f
MS
191632014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19164
19165 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19166
40d1a503
MS
191672014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19168
19169 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19170 Drop prefix from unsupported source file path.
19171
389b98f7
YQ
191722014-04-17 Yao Qi <yao@codesourcery.com>
19173
19174 * lib/gdb.exp (with_target_charset): New proc.
19175 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19176 with_target_charset.
19177 (test_print_strings): Likewise.
19178 (test_repeat_bytes): Likewise.
19179 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19180 for some tests.
19181
22869d73
KS
191822014-04-16 Keith Seitz <keiths@redhat.com>
19183
19184 PR gdb/15827
19185 * gdb.dwarf2/corrupt.c: New file.
19186 * gdb.dwarf2/corrupt.exp: New file.
19187
c4f87ca6
KS
191882014-04-16 Keith Seitz <keiths@redhat.com>
19189
19190 PR c++/16597
19191 * gdb.cp/namelessclass.cc: New file.
19192 * gdb.cp/namelessclass.exp: New file.
19193 * gdb.cp/namelessclass.S: New file.
19194
ab19de87
DE
191952014-04-16 Doug Evans <dje@google.com>
19196
19197 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19198 Add comment.
19199 (gdbserver_default_get_comm_port): New function.
19200 (gdbserver_start): Check if board file provided
19201 "gdbserver,get_comm_port" and use it if so.
19202 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19203 (gdb,socketport): Set to "stdio".
19204 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19205 (stdio_gdbserver_template): Delete.
19206 (${board}_get_remote_address): Update.
19207 (${board}_build_remote_cmd): Delete.
19208 (${board}_get_comm_port): New function.
19209 (${board}_spawn): Update.
19210 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19211 Delete.
19212 (${board}_get_remote_address): Update.
19213 (${board}_get_comm_port): New function.
19214
fc98a809
AB
192152014-04-16 Andrew Burgess <aburgess@broadcom.com>
19216
19217 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19218 appearing in any order.
19219
87fd9e6e
DE
192202014-04-15 Doug Evans <dje@google.com>
19221
19222 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19223 uninitialized value of "description".
19224
099fc3ea
KS
192252014-04-15 Keith Seitz <keiths@redhat.com>
19226
19227 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19228 Remove unused globals.
19229 (test_running_the_program): Likewise.
19230 (test_controlled_execution): Likewise.
19231 (test_controlling_breakpoints): Likewise.
19232 (test_program_termination): Likewise.
19233
5da151d4
KS
192342014-04-15 Keith Seitz <keiths@redhat.com>
19235
19236 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19237 unused globals.
19238 (test_rbreak_creation_and_listing): Likewise.
19239 (test_ignore_count): Likewise.
19240 (test_error): Likewise.
19241
35e5d2f0
PA
192422014-04-15 Pedro Alves <palves@redhat.com>
19243
19244 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19245 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19246 sym-file-loader.c.
19247 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19248 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19249 to sym-file-loader.c.
19250 (struct library): Forward declare.
19251 (load_shlib, lookup_function): Change prototypes.
19252 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19253 (translate_offset): Remove declarations.
19254 (get_text_addr): New declaration.
19255 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19256 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19257 sym-file-loader.h.
19258 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19259 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19260 here from sym-file-loader.h.
19261 (struct library): New structure.
19262 (load_shlib, lookup_function): Change prototypes and adjust to
19263 work with a struct library.
19264 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19265 (translate_offset): Make static.
19266 (get_text_addr): New function.
19267 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19268
eb4c1710
PA
192692014-04-15 Pedro Alves <palves@redhat.com>
19270
19271 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19272
2d1baf52
PA
192732014-04-15 Pedro Alves <palves@redhat.com>
19274
19275 * gdb.base/sym-file-loader.c: Include <limits.h>.
19276 (SELF_LINK): New define.
19277 (get_origin): New function.
19278 (load_shlib): Use it.
19279 * gdb.base/sym-file.exp: Don't early return if the target is
19280 remote. Use runto_main, and issue fail is that fails. Use
19281 gdb_load_shlibs.
19282 (shlib_name): Delete.
19283 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19284
7dd6df01
PA
192852014-04-15 Pedro Alves <palves@redhat.com>
19286
19287 * gdb.base/sym-file.exp: Remove regex characters from test
19288 message. Don't refer to breakpoint numbers in test messages.
19289
b50c8614
KS
192902014-04-14 Keith Seitz <keiths@redhat.com>
19291
19292 PR c++/16253
19293 * gdb.cp/var-tag.cc: New file.
19294 * gdb.cp/var-tag.exp: New file.
19295 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19296 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19297 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19298 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19299
3d567982
TT
193002014-04-14 Tom Tromey <tromey@redhat.com>
19301
19302 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19303 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19304 type.
19305 * gdb.cp/enum-class.exp: New file.
19306 * gdb.cp/enum-class.cc: New file.
19307
0626fc76
TT
193082014-04-14 Tom Tromey <tromey@redhat.com>
19309
19310 * gdb.dwarf2/enum-type.exp: New file.
19311
dca325b3
SA
193122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19313
19314 * gdb.mi/mi-vla-c99.exp: New file.
19315 * gdb.mi/vla.c: New file.
19316
5854b38a
SA
193172014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19318
19319 * gdb.base/vla-datatypes.c: New file.
19320 * gdb.base/vla-datatypes.exp: New file.
19321
463bb957
SA
193222014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19323
19324 * gdb.base/vla-ptr.c: New file.
19325 * gdb.base/vla-ptr.exp: New file.
19326
3dd170be
SA
193272014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19328
19329 * gdb.dwarf2/count.exp: New file.
19330
5ecaaa66
SA
193312014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19332
19333 * gdb.base/vla-sideeffect.c: New file.
19334 * gdb.base/vla-sideeffect.exp: New file.
19335
41f1ada5
DB
193362014-04-14 David Blaikie <dblaikie@gmail.com>
19337
19338 * gdb.mi/non-stop.c: Add return value for non-void function return
19339 statement.
19340 * gdb.threads/staticthreads.c: Ditto.
19341
0be03e84
DE
193422014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19343 Doug Evans <xdje42@gmail.com>
19344
19345 * gdb.guile/scm-value.c: Improve test case.
19346 * gdb.guile/scm-value.exp: Add new test.
19347
f180a1fb
DB
193482014-04-11 David Blaikie <dblaikie@gmail.com>
19349
19350 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19351 override Clang's default.
19352
6b662e19
JB
193532014-04-11 Joel Brobecker <brobecker@adacore.com>
19354
19355 Revert the following changes (regressions):
19356
19357 * gdb.base/vla-sideeffect.c: New file.
19358 * gdb.base/vla-sideeffect.exp: New file.
19359
19360 * gdb.dwarf2/count.exp: New file.
19361
19362 * gdb.base/vla-multi.c: New file.
19363 * gdb.base/vla-multi.exp: New file.
19364
19365 * gdb.base/vla-ptr.c: New file.
19366 * gdb.base/vla-ptr.exp: New file.
19367
19368 * gdb.base/vla-datatypes.c: New file.
19369 * gdb.base/vla-datatypes.exp: New file.
19370
19371 * gdb.mi/mi-vla-c99.exp: New file.
19372 * gdb.mi/vla.c: New file.
19373
245a5f0b
KS
193742014-04-11 Keith Seitz <keiths@redhat.com>
19375
19376 PR c++/16675
19377 * gdb.cp/cpsizeof.exp: New file.
19378 * gdb.cp/cpsizeof.cc: New file.
19379
58a84dcf
SA
193802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19381
191a8a90
JB
19382 * gdb.mi/mi-vla-c99.exp: New file.
19383 * gdb.mi/vla.c: New file.
58a84dcf 19384
c8655f75
SA
193852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19386
19387 * gdb.base/vla-datatypes.c: New file.
19388 * gdb.base/vla-datatypes.exp: New file.
19389
024e13b4
SA
193902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19391
19392 * gdb.base/vla-ptr.c: New file.
19393 * gdb.base/vla-ptr.exp: New file.
19394
1a237e0e
SA
193952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19396
19397 * gdb.base/vla-multi.c: New file.
19398 * gdb.base/vla-multi.exp: New file.
19399
504f3432
SA
194002014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19401
19402 * gdb.dwarf2/count.exp: New file.
19403
3bce8237
SA
194042014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19405
191a8a90
JB
19406 * gdb.base/vla-sideeffect.c: New file.
19407 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19408
322f9c21
YQ
194092014-04-11 Yao Qi <yao@codesourcery.com>
19410
19411 * gdb.base/completion.exp: Check file exists before running tests
19412 on file completion.
19413
d708bcd1
PA
194142014-04-10 Pedro Alves <palves@redhat.com>
19415
19416 * gdb.base/cond-eval-mode.c: New file.
19417 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19418 prepare_for_testing to build the new file. Check result of
19419 runto_main.
19420 (test_break, test_watch): New procedures.
19421 (top level): Use them.
19422
ae1d2761
PM
194232014-04-08 Pierre Muller <muller@sourceware.org>
19424
19425 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19426 Ctrl-V use for mingw hosts.
19427
7af389b8
SC
194282014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19429
19430 * gdb.python/py-value.c: Improve test case.
19431 * gdb.python/py-value.exp: Add new test.
19432
5e703181
DE
194332014-04-07 David Blaikie <dblaikie@gmail.com>
19434
19435 * lib/compiler.c: Identify the clang compiler.
19436 * lib/compiler.cc: Ditto.
19437
9810b410
YQ
194382014-04-03 Yao Qi <yao@codesourcery.com>
19439
19440 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19441
98d1b8dc
AB
194422014-04-01 Anton Blanchard <anton@samba.org>
19443
19444 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19445 messages unique.
19446
3114cea1
AB
194472014-04-01 Anton Blanchard <anton@samba.org>
19448
19449 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19450 prepare_for_testing.
19451
62f7182c
AB
194522014-04-01 Anton Blanchard <anton@samba.org>
19453
19454 * gdb.arch/ppc64-atomic-inst.c: Remove.
19455 * gdb.arch/ppc64-atomic-inst.S: New file.
19456 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19457
770e7fc7
DE
194582014-03-31 Doug Evans <dje@google.com>
19459
19460 * gdb.base/print-symbol-loading-lib.c: New file.
19461 * gdb.base/print-symbol-loading-main.c: New file.
19462 * gdb.base/print-symbol-loading.exp: New file.
19463
46e2bafa
YQ
194642014-03-31 Yao Qi <yao@codesourcery.com>
19465
19466 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19467
8776cfe9
JB
194682014-03-28 Joel Brobecker <brobecker@adacore.com>
19469
19470 * gdb.ada/mi_dyn_arr: New testcase.
19471
5d1ef361
DE
194722014-03-27 Doug Evans <dje@google.com>
19473
19474 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19475
b5bee914
YQ
194762014-03-27 Yao Qi <yao@codesourcery.com>
19477
19478 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19479 if target is nios2-*-*.
19480
0d4d0e77
YQ
194812014-03-26 Yao Qi <yao@codesourcery.com>
19482
19483 * lib/gdb.exp (readline_is_used): New proc.
19484 * gdb.base/completion.exp: Move tests on command complete up.
19485 Skip the rest of tests if readline is not used.
19486 * gdb.ada/complete.exp: Skp the test if readline is not
19487 used.
19488 * gdb.base/filesym.exp: Likewise.
19489 * gdb.base/macscp.exp: Likewise.
19490 * gdb.base/readline-ask.exp: Likewise.
19491 * gdb.base/readline.exp: Likewise.
19492 * gdb.python/py-cmd.exp: Likewise.
19493 * gdb.trace/tfile.exp: Likewise.
19494
29361eee
YQ
194952014-03-26 Yao Qi <yao@codesourcery.com>
19496
19497 * gdb.base/macscp.exp: Fix code format issues.
19498
bc9a5525
UW
194992014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19500
19501 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19502 * gdb.asm/powerpc64le.inc: New file.
19503
d3839ede
PA
195042014-03-25 Pedro Alves <palves@redhat.com>
19505 Doug Evans <dje@google.com>
19506
19507 * gdb.base/source-execution.c: New file.
19508 * gdb.base/source-execution.exp: New file.
19509 * gdb.base/source-execution.gdb: New file.
19510
01672a57
DE
195112014-03-24 Doug Evans <dje@google.com>
19512
19513 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19514 using fission.
19515
88bbeca9
HZ
195162014-03-24 Hui Zhu <hui@codesourcery.com>
19517 Pedro Alves <palves@redhat.com>
19518
19519 PR breakpoints/16101
19520 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19521 test pass/fail messages. Detect missing support for dprintf when
19522 breakpoints are actually inserted.
19523 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19524 breakpoints are actually inserted.
19525 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19526 fails.
19527
d2348791
JK
195282014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19529
19530 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19531
feef67ab
DE
195322014-03-22 Doug Evans <xdje42@gmail.com>
19533
19534 * gdb.python/python.exp (python not supported): Verify multi-line
19535 python command issues an error.
25d743f9 19536 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19537 guile command issues an error.
feef67ab 19538
ecebef6a
MR
195392014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19540
19541 * gdb.threads/thread-specific.exp: Handle the lack of usable
19542 $this_breakpoint and $this_thread.
19543
ccdd1909
HZ
195442014-03-21 Hui Zhu <hui@codesourcery.com>
19545
19546 * gdb.base/attach.exp (do_command_attach_tests): New.
19547
beb460e8
PA
195482014-03-20 Tom Tromey <tromey@redhat.com>
19549 Pedro Alves <palves@redhat.com>
19550
19551 PR cli/15718
19552 * gdb.base/condbreak-call-false.c: New file.
19553 * gdb.base/condbreak-call-false.exp: New file.
19554
40acf43a
PA
195552014-03-20 Pedro Alves <palves@redhat.com>
19556
19557 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19558 Delete.
19559 (block_signals, unblock_signals): Delete.
19560 (child_function_2, main): Remove references to deleted variable
19561 and functions.
19562
9f5e1e02
PA
195632014-03-20 Pedro Alves <palves@redhat.com>
19564
19565 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19566 Use pthread_kill to signal thread 2.
19567 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19568 Adjust to make the test send itself a signal rather than using the
19569 host's "kill" command.
19570
99619bea
PA
195712014-03-20 Pedro Alves <palves@redhat.com>
19572
19573 * gdb.threads/multiple-step-overs.c: New file.
19574 * gdb.threads/multiple-step-overs.exp: New file.
19575 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19576 Adjust expected infrun debug output.
19577
2adfaa28
PA
195782014-03-20 Pedro Alves <palves@redhat.com>
19579
19580 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19581 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19582
31e77af2
PA
195832014-03-20 Pedro Alves <palves@redhat.com>
19584
19585 PR breakpoints/7143
19586 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19587 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19588 of gdb_test_multiple.
19589 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19590 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19591
b9f437de
PA
195922014-03-20 Pedro Alves <palves@redhat.com>
19593
19594 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19595 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19596
05adc73e
PA
195972014-03-19 Pedro Alves <palves@redhat.com>
19598
19599 * gdb.base/async.exp: Remove early return.
19600
6048b950
PA
196012014-03-19 Pedro Alves <palves@redhat.com>
19602
19603 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19604
8bcfb00a
PA
196052014-03-19 Pedro Alves <palves@redhat.com>
19606
19607 * gdb.base/async.exp (test_background): Expect \r\n after
19608 "completed." in the fail pattern.
19609
884e37dc
PA
196102014-03-19 Pedro Alves <palves@redhat.com>
19611
19612 * gdb.base/async.exp (test_background): New procedure.
19613 Use it for all background execution command tests.
19614
148e57e2
PA
196152014-03-19 Pedro Alves <palves@redhat.com>
19616
19617 * gdb.base/async.exp: Use prepare_for_testing.
19618
f48088c7
PA
196192014-03-19 Pedro Alves <palves@redhat.com>
19620
19621 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19622 the same line.
19623
e2f6c966
PA
196242014-03-19 Pedro Alves <palves@redhat.com>
19625
19626 * gdb.base/async.c (main): Add "jump here" and "until here" line
19627 marker comments.
19628 * gdb.base/async.exp (jump_here): New global.
19629 (jump& test): Use it.
19630 (until_here): New global.
19631 (until& test): Use it.
19632
c30568d4
PA
196332014-03-19 Pedro Alves <palves@redhat.com>
19634
19635 * gdb.base/async.exp: Don't frob gdb_protocol.
19636
0172b6a7
DE
196372014-03-18 Doug Evans <xdje42@gmail.com>
19638
19639 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19640 Fix spelling of exec-done-display.
19641
06c868a8
JK
196422014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19643
19644 PR gdb/15358
19645 * gdb.base/gdb-sigterm.c: New file.
19646 * gdb.base/gdb-sigterm.exp: New file.
19647
0c7e1a46
PA
196482014-03-18 Pedro Alves <palves@redhat.com>
19649
19650 PR gdb/13860
19651 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19652 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19653 solib-event.
19654
f7c77d93
JB
196552014-03-17 Joel Brobecker <brobecker@adacore.com>
19656
19657 * gdb.ada/pckd_arr_ren: New testcase.
19658
5a1e8c7a
DE
196592014-03-13 Doug Evans <xdje42@gmail.com>
19660
19661 PR guile/16612
19662 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19663 collect after discarding symbols.
19664
350e1a76
DE
196652014-03-13 Ludovic Courtès <ludo@gnu.org>
19666 Doug Evans <xdje42@gmail.com>
19667
19668 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19669 to history survives a gc.
19670
a69900ae
PA
196712014-03-13 Pedro Alves <palves@redhat.com>
19672
19673 * gdb.base/default.exp: Don't test "target procfs".
19674
5db9f0bd
PA
196752014-03-13 Pedro Alves <palves@redhat.com>
19676
19677 * gdb.base/default.exp: Update "target child" and "target procfs"
19678 tests to not expect "Unix".
19679
b3ccfe11
TT
196802014-03-12 Tom Tromey <tromey@redhat.com>
19681
19682 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19683 New procs. Add target-async tests.
19684 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19685 Add target-async tests.
19686
646f4417
AA
196872014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19688
19689 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19690 'func_start' and 'func_end' for the beginning and end of the
19691 function code, respectively.
19692 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19693 'func_end' instead of 'func' and 'main'.
19694
288c211f
AA
196952014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19696
19697 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19698 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19699 generate the debug info assembler source.
19700
e0c0f156
AA
197012014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19702
19703 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19704 * gdb.dwarf2/arr-subrange.exp: Likewise.
19705 * gdb.dwarf2/dwz.exp: Likewise.
19706 * gdb.dwarf2/method-ptr.exp: Likewise.
19707 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19708 * gdb.dwarf2/subrange.exp: Likewise.
19709 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19710 * gdb.dwarf2/implptrpiece.exp: Likewise.
19711 * gdb.dwarf2/nostaticblock.exp: Likewise.
19712
0e5c4555
AA
197132014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19714
19715 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19716 directory to absolute path name arguments.
19717
5ec18f2b
JG
197182014-03-10 Joel Brobecker <brobecker@adacore.com>
19719
19720 * gdb.ada/tagged_access: New testcase.
19721
847fc4f2
MM
197222014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19723
19724 * gdb.btrace/data.exp: Update expected output.
19725
cc3da688
YQ
197262014-03-06 Yao Qi <yao@codesourcery.com>
19727
19728 * gdb.trace/pr16508.exp: New file.
19729
0f26cec1
PA
197302014-03-05 Pedro Alves <palves@redhat.com>
19731
19732 PR gdb/16575
19733 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19734 procedure.
19735 (top level): Adjust to use it. Add tests that exercise breakpoint
19736 interaction with the code-cache.
19737
7a5a839f
LC
197382014-02-26 Ludovic Courtès <ludo@gnu.org>
19739
19740 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19741 test for 'history-append!'.
19742
31aa7e4e
JB
197432014-02-26 Joel Brobecker <brobecker@adacore.com>
19744
19745 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19746 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19747 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19748 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19749 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19750 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19751
1b588015
JB
197522014-02-26 Joel Brobecker <brobecker@adacore.com>
19753
19754 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19755 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19756 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19757
55426c9d
JB
197582014-02-26 Joel Brobecker <brobecker@adacore.com>
19759
19760 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19761
dc53a7ad
JB
197622014-02-26 Joel Brobecker <brobecker@adacore.com>
19763
19764 * gdb.dwarf2/arr-stride.c: New file.
19765 * gdb.dwarf2/arr-stride.exp: New file.
19766
12ab52e9
PA
197672014-02-26 Pedro Alves <palves@redhat.com>
19768
19769 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19770 that won't ever trigger. Make sure that GDB reports the correct
19771 breakpoint that caused the stop.
19772
849c862e
JK
197732014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19774
19775 PR gdb/16626
19776 * gdb.base/auto-load-script: New file.
19777 * gdb.base/auto-load.c: New file.
19778 * gdb.base/auto-load.exp: New file.
19779
71b7d793
JK
19780 PR gdb/16626
19781 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19782
e2f0d509
JK
197832014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19784
19785 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19786 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19787
50cc37c8
DE
197882014-02-24 Doug Evans <dje@google.com>
19789
19790 * lib/gdb.exp (run_on_host): Log error output if program fails.
19791
ea4758f2
PA
197922014-02-21 Pedro Alves <palves@redhat.com>
19793
19794 * gdb.threads/step-after-sr-lock.c: Rename to ...
19795 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19796 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19797 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19798 ... this.
19799
d7b30f67
SDJ
198002014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19801
19802 PR tdep/16397
19803 * gdb.arch/amd64-stap-special-operands.exp: New file.
19804 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19805 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19806 * gdb.arch/amd64-stap-triplet.S: Likewise.
19807 * gdb.arch/amd64-stap-triplet.c: Likewise.
19808
83deb43f
JB
198092014-02-20 Joel Brobecker <brobecker@adacore.com>
19810
19811 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19812 in .section pseudo-op.
19813
adde2bff
DE
198142014-02-20 lin zuojian <manjian2006@gmail.com>
19815 Joel Brobecker <brobecker@adacore.com>
19816 Doug Evans <xdje42@gmail.com>
19817
19818 PR symtab/16581
19819 * gdb.dwarf2/dw2-icycle.S: New file.
19820 * gdb.dwarf2/dw2-icycle.c: New file.
19821 * gdb.dwarf2/dw2-icycle.exp: New file.
19822
f7bd0f78
SC
198232014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19824
19825 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19826 operations on gdb.Value objects.
19827 * gdb.python/py-value-cc.exp: Add new test to test operations on
19828 gdb.Value objects.
19829
c17ef0d5
DE
198302014-02-18 Doug Evans <dje@google.com>
19831
19832 * Makefile.in (TESTS): New variable.
19833 (expanded_tests, expanded_tests_or_none): New variables
19834 (check-single): Pass $(expanded_tests_or_none) to runtest.
19835 (check-parallel): Only run tests in $(TESTS) if non-empty.
19836 (check/no-matching-tests-found): New rule.
19837 * README: Document TESTS makefile variable.
19838
5dd3176f
DE
198392014-02-18 Doug Evans <dje@google.com>
19840
19841 * Makefile.in (check-parallel): rm -rf outputs temp.
19842
0b10be4f
JK
198432014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19844
19845 Fix "ERROR: no fileid for" in the testsuite.
19846 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19847
85f224e7
DE
198482014-02-12 Doug Evans <dje@google.com>
19849
19850 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19851 (MISCELLANEOUS): New variable.
19852 (clean): rm -rf $(MISCELLANEOUS).
19853 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19854 dwp live in the same directory as symlinks, with each symlink pointed
19855 to a differently named file in a different directory.
19856
149b30ff
DE
198572014-02-11 Doug Evans <dje@google.com>
19858
19859 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19860 of Tcl file commands.
19861
1dfdac32
MK
198622014-02-10 Mark Kettenis <kettenis@gnu.org>
19863
19864 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19865 "kill -SIGUSR1 -1".
19866
aa4fb036
JB
198672014-02-10 Joel Brobecker <brobecker@adacore.com>
19868
19869 * gdb.ada/tick_length_array_enum_idx: New testcase.
19870
ed3ef339
DE
198712014-02-10 Doug Evans <xdje42@gmail.com>
19872
19873 * configure.ac (AC_OUTPUT): Add gdb.guile.
19874 * configure: Regenerate.
19875 * lib/gdb-guile.exp: New file.
19876 * lib/gdb.exp (get_target_charset): New function.
19877 * gdb.base/help.exp: Update expected output from "apropos apropos".
19878 * gdb.guile/Makefile.in: New file.
19879 * gdb.guile/guile.exp: New file.
19880 * gdb.guile/scm-arch.c: New file.
19881 * gdb.guile/scm-arch.exp: New file.
19882 * gdb.guile/scm-block.c: New file.
19883 * gdb.guile/scm-block.exp: New file.
19884 * gdb.guile/scm-breakpoint.c: New file.
19885 * gdb.guile/scm-breakpoint.exp: New file.
19886 * gdb.guile/scm-disasm.c: New file.
19887 * gdb.guile/scm-disasm.exp: New file.
19888 * gdb.guile/scm-equal.c: New file.
19889 * gdb.guile/scm-equal.exp: New file.
19890 * gdb.guile/scm-error.exp: New file.
19891 * gdb.guile/scm-error.scm: New file.
19892 * gdb.guile/scm-frame-args.c: New file.
19893 * gdb.guile/scm-frame-args.exp: New file.
19894 * gdb.guile/scm-frame-args.scm: New file.
19895 * gdb.guile/scm-frame-inline.c: New file.
19896 * gdb.guile/scm-frame-inline.exp: New file.
19897 * gdb.guile/scm-frame.c: New file.
19898 * gdb.guile/scm-frame.exp: New file.
19899 * gdb.guile/scm-generics.exp: New file.
19900 * gdb.guile/scm-gsmob.exp: New file.
19901 * gdb.guile/scm-iterator.c: New file.
19902 * gdb.guile/scm-iterator.exp: New file.
19903 * gdb.guile/scm-math.c: New file.
19904 * gdb.guile/scm-math.exp: New file.
19905 * gdb.guile/scm-objfile-script-gdb.in: New file.
19906 * gdb.guile/scm-objfile-script.c: New file.
19907 * gdb.guile/scm-objfile-script.exp: New file.
19908 * gdb.guile/scm-objfile.c: New file.
19909 * gdb.guile/scm-objfile.exp: New file.
19910 * gdb.guile/scm-ports.exp: New file.
19911 * gdb.guile/scm-pretty-print.c: New file.
19912 * gdb.guile/scm-pretty-print.exp: New file.
19913 * gdb.guile/scm-pretty-print.scm: New file.
19914 * gdb.guile/scm-section-script.c: New file.
19915 * gdb.guile/scm-section-script.exp: New file.
19916 * gdb.guile/scm-section-script.scm: New file.
19917 * gdb.guile/scm-symbol.c: New file.
19918 * gdb.guile/scm-symbol.exp: New file.
19919 * gdb.guile/scm-symtab-2.c: New file.
19920 * gdb.guile/scm-symtab.c: New file.
19921 * gdb.guile/scm-symtab.exp: New file.
19922 * gdb.guile/scm-type.c: New file.
19923 * gdb.guile/scm-type.exp: New file.
19924 * gdb.guile/scm-value-cc.cc: New file.
19925 * gdb.guile/scm-value-cc.exp: New file.
19926 * gdb.guile/scm-value.c: New file.
19927 * gdb.guile/scm-value.exp: New file.
19928 * gdb.guile/source2.scm: New file.
19929 * gdb.guile/types-module.cc: New file.
19930 * gdb.guile/types-module.exp: New file.
19931
7026a7c1
YQ
199322014-02-10 Yao Qi <yao@codesourcery.com>
19933
19934 PR testsuite/16543
19935 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19936 * configure: Regenerated.
19937 * Makefile.in: New file.
19938
6c466447
AS
199392014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19940
19941 * gdb.python/py-framefilter.exp: Fix typo.
19942
6e854735
YQ
199432014-02-08 Yao Qi <yao@codesourcery.com>
19944
19945 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19946 that no =breakpoint-modified is emitted when breakpoints are
19947 modified through MI commands.
19948
d137e6dc
PA
199492014-02-07 Pedro Alves <pedro@codesourcery.com>
19950 Pedro Alves <palves@redhat.com>
19951
19952 * gdb.threads/step-after-sr-lock.c: New file.
19953 * gdb.threads/step-after-sr-lock.exp: New file.
19954
b5ee5a50
PA
199552014-02-07 Pedro Alves <palves@redhat.com>
19956
19957 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19958
3c77faf3
JK
199592014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19960
19961 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19962 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19963
6dddc817
DE
199642014-02-06 Doug Evans <xdje42@gmail.com>
19965
19966 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19967 output.
19968
19969 * gdb.gdb/python-interrupts.exp: New file.
19970
de7b2893
YQ
199712014-02-05 Yao Qi <yao@codesourcery.com>
19972
19973 * gdb.trace/report.exp (use_collected_data): Test the output
19974 of "info threads" and "info inferiors".
19975
66d032ac
YQ
199762014-02-05 Yao Qi <yao@codesourcery.com>
19977
19978 Revert this patch:
19979
19980 2013-05-24 Yao Qi <yao@codesourcery.com>
19981
19982 * gdb.trace/tfile.exp: Test inferior and thread.
19983
591a12a1
UW
199842014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19985
19986 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19987 on a function.
19988 * gdb.base/step-bt.c: Call hello via function pointer to make
19989 sure its first instruction is executed on powerpc64le-linux.
19990
0ff3e01f
UW
199912014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19992
19993 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19994
084ee545
UW
199952014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19996
19997 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19998 of the test patterns for use on little-endian systems.
19999
6ed14ff3
UW
200002014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20001
20002 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20003 (decimal_vector): Fix for little-endian.
20004
401e27fd
JM
200052014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20006
20007 * gdb.arch/sparc-sysstep.exp: New file.
20008 * gdb.arch/sparc-sysstep.c: Likewise.
20009
20010 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20011
8b924729
EBM
200122014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20013
20014 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20015
fb151210
JB
200162014-01-23 Tom Tromey <tromey@redhat.com>
20017
20018 * gdb.ada/array_char_idx: New testcase.
20019
0740f8d8
TT
200202014-01-23 Tom Tromey <tromey@redhat.com>
20021
20022 PR python/16487:
20023 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20024 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20025 classes.
20026
21909fa1
TT
200272014-01-23 Tom Tromey <tromey@redhat.com>
20028
20029 PR python/16491:
20030 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20031 string from an inferior frame.
20032 * gdb.python/py-framefilter-mi.exp: Update.
20033
87ce2a04
DE
200342014-01-22 Doug Evans <dje@google.com>
20035
20036 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20037
237b092b
AA
200382014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20039
20040 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20041
d674a709
AA
200422014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20043
20044 * gdb.trace/entry-values.exp: Remove excess space character from
20045 regex patterns. Handle s390 call instruction.
20046
20fa3390
AA
200472014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20048
20049 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20050 define "*_start" label. Make "name" static.
20051 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20052 ${name} by references to ${name}_start.
20053
78466714
AA
200542014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20055
20056 * gdb.base/info-macros.exp: Remove "debug" from the compile
20057 options.
20058
ec9f644a
IB
200592014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20060
20061 * gdb.dlang/demangle.exp: New file.
20062
94b1b47e
IB
200632014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20064
20065 * gdb.dlang/primitive-types.exp: New file.
20066
7f420862
IB
200672014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20068
20069 * configure.ac: Create gdb.dlang/Makefile.
20070 * configure: Regenerate.
20071 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20072 * gdb.dlang/Makefile.in: New file.
20073 * lib/d-support.exp: New file.
20074 * lib/gdb.exp (skip_d_tests): New proc.
20075
52834460
MM
200762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20077
20078 * gdb.btrace/delta.exp: Check reverse stepi.
20079 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20080 * gdb.btrace/finish.exp: New.
20081 * gdb.btrace/next.exp: New.
20082 * gdb.btrace/nexti.exp: New.
20083 * gdb.btrace/record_goto.c: Add comments.
20084 * gdb.btrace/step.exp: New.
20085 * gdb.btrace/stepi.exp: New.
20086 * gdb.btrace/multi-thread-step.c: New.
20087 * gdb.btrace/multi-thread-step.exp: New.
20088 * gdb.btrace/rn-dl-bind.c: New.
20089 * gdb.btrace/rn-dl-bind.exp: New.
20090 * gdb.btrace/data.c: New.
20091 * gdb.btrace/data.exp: New.
20092 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20093
6e07b1d2
MM
200942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20095
20096 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20097 * gdb.btrace/exception.exp: Update.
20098 * gdb.btrace/instruction_history.exp: Update.
20099 * gdb.btrace/record_goto.exp: Update.
20100 * gdb.btrace/tailcall.exp: Update.
20101 * gdb.btrace/unknown_functions.exp: Update.
20102 * gdb.btrace/delta.exp: New.
20103
0b722aec
MM
201042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20105
20106 * gdb.btrace/record_goto.exp: Add backtrace test.
20107 * gdb.btrace/tailcall.exp: Add backtrace test.
20108
066ce621
MM
201092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20110
20111 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20112 * gdb.btrace/record_goto.c: New.
20113 * gdb.btrace/record_goto.exp: New.
20114 * gdb.btrace/x86-record_goto.S: New.
20115
0688d04e
MM
201162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20117
20118 * gdb.btrace/function_call_history.exp: Update tests.
20119 * gdb.btrace/instruction_history.exp: Update tests.
20120
8710b709
MM
201212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20122
20123 * gdb.btrace/function_call_history.exp: Fix expected field
20124 order for "record function-call-history".
20125 Add new tests for "record function-call-history /c".
20126 * gdb.btrace/exception.cc: New.
20127 * gdb.btrace/exception.exp: New.
20128 * gdb.btrace/tailcall.exp: New.
20129 * gdb.btrace/x86-tailcall.S: New.
20130 * gdb.btrace/x86-tailcall.c: New.
20131 * gdb.btrace/unknown_functions.c: New.
20132 * gdb.btrace/unknown_functions.exp: New.
20133 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20134
5de9129b
MM
201352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20136
20137 * gdb.btrace/instruction_history.exp: Update.
20138 * gdb.btrace/function_call_history.exp: Update.
20139
23a7fe75
MM
201402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20141
20142 * gdb.btrace/function_call_history.exp: Fix expected function
20143 trace.
20144 * gdb.btrace/instruction_history.exp: Initialize traced.
20145 Remove traced_functions.
20146
724c7dd8
MM
201472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20148
20149 * gdb.btrace/function_call_history.exp: Update
20150 * gdb.btrace/instruction_history.exp: Update.
20151
6d78d93b
MM
201522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20153
20154 * gdb.btrace/enable.exp: Update expected text.
20155
93a360cc
OJ
201562014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20157
20158 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20159 bytes.
20160
3772b53f
MR
201612014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20162
20163 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20164
596662fa
OJ
201652014-01-15 Omair Javaid <omair.javaid@linaro.org>
20166
20167 * lib/gdb.exp (supports_process_record): Return true for
20168 arm*-linux*. (supports_reverse): Likewise.
20169
b5b08fb4
SC
201702014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20171
20172 PR python/15464
20173 PR python/16113
20174 * gdb.python/py-type.c: Enhance test case.
20175 * gdb.python/py-value-cc.cc: Likewise
20176 * gdb.python/py-type.exp: Add new tests.
20177 * gdb.python/py-value-cc.exp: Likewise
20178
52d7fb13
AA
201792014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20180 Pedro Alves <palves@redhat.com>
20181
20182 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20183 Make "name" extern.
20184 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20185 references to ${name}_start by references to ${name}.
20186
a2cd8cfe
JB
201872014-01-10 Joel Brobecker <brobecker@adacore.com>
20188
20189 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20190
4e23fced
JB
201912014-01-10 Joel Brobecker <brobecker@adacore.com>
20192
20193 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20194
c6a9e42c
PA
201952014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20196 Pedro Alves <palves@redhat.com>
20197
20198 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20199 mi_gdb_target_load.
c6a9e42c 20200
b7ea362b
PA
202012014-01-08 Pedro Alves <palves@redhat.com>
20202
20203 * gdb.threads/reconnect-signal.c: New file.
20204 * gdb.threads/reconnect-signal.exp: New file.
20205
5e3f4fab
EBM
202062014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20207
20208 * gdb.base/source-dir.exp: New file.
20209
79301218
JB
202102014-01-07 Joel Brobecker <brobecker@adacore.com>
20211
20212 * gdb.ada/mi_interface: New testcase.
20213
8e355c5d
JB
202142014-01-07 Joel Brobecker <brobecker@adacore.com>
20215
20216 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20217 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20218 gdb.ada/pp-rec-component/pck.ads: New files.
20219
c0d48811
JB
202202014-01-07 Joel Brobecker <brobecker@adacore.com>
20221
20222 * gdb.python/py-pp-integral.c: New file.
20223 * gdb.python/py-pp-integral.py: New file.
20224 * gdb.python/py-pp-integral.exp: New file.
20225
17b609c3 20226For older changes see ChangeLog-1993-2013.
c906108c 20227\f
8d8cb839
EZ
20228;; Local Variables:
20229;; mode: change-log
20230;; left-margin: 8
20231;; fill-column: 74
20232;; version-control: never
20233;; End:
902f2ccb 20234
b811d2c2 20235 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20236 Copying and distribution of this file, with or without modification,
20237 are permitted provided the copyright notice and this notice are preserved.
This page took 5.180533 seconds and 4 git commands to generate.