Silence warnings about incompatible plugins.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a8a56685
TV
12020-06-18 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4 (default_gdb_init): ... here.
5
581bea2c
SL
62020-06-17 Sandra Loosemore <sandra@codesourcery.com>
7
8 Fix TUI support checks in gdb.tui tests.
9
10 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
11 just say UNSUPPORTED.
12 * gdb.tui/corefile-run.exp: Likewise.
13 * gdb.tui/empty.exp: Likewise.
14 * gdb.tui/list-before.exp: Likewise.
15 * gdb.tui/list.exp: Likewise.
16 * gdb.tui/main.exp: Likewise.
17 * gdb.tui/regs.exp: Likewise.
18 * gdb.tui/resize.exp: Likewise.
19 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
20 * gdb.tui/tui-layout-asm.exp: Likewise.
21 * gdb.tui/tui-missing-src.exp: Likewise.
22 * gdb.tui/winheight.exp: Likewise.
23 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
24
05e682e3
SL
252020-06-17 Sandra Loosemore <sandra@codesourcery.com>
26
27 Fix TCL error in gdb.python/py-format-string.exp.
28
29 * gdb.python/py-format-string.exp: Move test for python support
30 earlier, out of function body.
31
efb763a5
SM
322020-06-15 Simon Marchi <simon.marchi@efficios.com>
33
34 * gdb.base/index-cache-load-twice.c: New.
35 * gdb.base/index-cache-load-twice.exp: New.
36
43327b20
KS
372020-06-17 Keith Seitz <keiths@redhat.com>
38
99cf27cf 39 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
40 when executing "gdb --configuration".
41
081e778c
TV
422020-06-17 Tom de Vries <tdevries@suse.de>
43
44 * lib/gdb.exp (gdb_tcl_unknown): New proc.
45 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
46 conditional on presence of gdb_tcl_unknown.
47 (gdb_finish): Make override undo conditional on presence of
48 gdb_tcl_unknown.
49
d2d1ea20
TT
502020-06-16 Tom Tromey <tom@tromey.com>
51
52 * gdb.python/tui-window.py (failwin): New function. Register it
53 as a TUI window type.
54 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
55
c802e8a7
GB
562020-06-16 Gary Benson <gbenson@redhat.com>
57
58 * gdb.python/py-nested-maps.c (create_map): Add missing return
59 value.
60 (create_map_map): Likewise.
61
ff08abb8
TBA
622020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
63
64 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
65 variable.
66 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
67 and use the already-defined 'options' variable.
68
a29d5112
AB
692020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
70 Tom de Vries <tdevries@suse.de>
71
72 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
73 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
74 (gdb_setup_known_globals): New proc.
75 (gdb_cleanup_globals): New proc.
76 * lib/gdb.exp (load_lib): New override proc.
77 (gdb_stdin_log_init): Set var in_file as persistent global.
78 * lib/pascal.exp (gdb_stdin_log_init): Set vars
79 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
80 fpc_compiler as persistent global.
81
8c74a764
TV
822020-06-12 Tom de Vries <tdevries@suse.de>
83
84 * lib/tuiterm.exp (spawn): Rename to ...
85 (tui_spawn): ... this.
86 (toplevel): Move rename of spawn ...
87 (gdb_init_tuiterm): ... here. New proc.
88 (gdb_finish_tuiterm): New proc.
89 * lib/gdb.exp (gdb_finish_hooks): New global var.
90 (gdb_finish): Handle gdb_finish_hooks.
91 (tuiterm_env): New proc.
92 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
93 tuiterm_env.
94 * gdb.tui/basic.exp: Same.
95 * gdb.tui/corefile-run.exp: Same.
96 * gdb.tui/empty.exp: Same.
97 * gdb.tui/list-before.exp: Same.
98 * gdb.tui/list.exp: Same.
99 * gdb.tui/main.exp: Same.
100 * gdb.tui/new-layout.exp: Same.
101 * gdb.tui/regs.exp: Same.
102 * gdb.tui/resize.exp: Same.
103 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
104 * gdb.tui/tui-layout-asm.exp: Same.
105 * gdb.tui/tui-missing-src.exp: Same.
106 * gdb.tui/winheight.exp: Same.
107
26783bce
TV
1082020-06-12 Tom de Vries <tdevries@suse.de>
109
110 PR testsuite/26110
111 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
112 (gdb_finish): Reinstall dejagnu's override of ::unknown.
113
2b4e6a3f
TT
1142020-06-11 Tom Tromey <tom@tromey.com>
115
116 PR gdb/18318:
117 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
118 floating point tests.
119
2f33032a
KS
1202020-06-11 Keith Seitz <keiths@redhat.com>
121
122 PR gdb/21356
123 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
124 vla_struct.
125 Add new struct vla_typedef and union vla_typedef_union and
126 corresponding instantiation objects.
127 Initialize new objects.
128 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
129 and vla_typedef_union_object.
130 Fixup type for vla_struct_object.
131
a8baf0a3
TV
1322020-06-11 Tom de Vries <tdevries@suse.de>
133
134 * lib/gdb.exp (with_override): New proc, factored out of ...
135 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
136
7ab96794
TV
1372020-06-10 Tom de Vries <tdevries@suse.de>
138
139 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
140
cab5c3b7
SM
1412020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
142
143 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
144 parameter, update callers.
145
f8c41851
SM
1462020-06-04 Simon Marchi <simon.marchi@efficios.com>
147
148 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
149 * gdb.dwarf2/share-psymtabs-bt.c: New file.
150 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
151
1c07a73f
TV
1522020-06-04 Tom de Vries <tdevries@suse.de>
153
154 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
155
95146b5d
TV
1562020-06-04 Tom de Vries <tdevries@suse.de>
157
158 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
159 exp_continue.
160
0cfcd4f0
TV
1612020-06-04 Tom de Vries <tdevries@suse.de>
162
163 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
164
f9b5d5ea
TV
1652020-06-03 Tom de Vries <tdevries@suse.de>
166
167 PR symtab/26046
168 * gdb.cp/breakpoint-locs-2.cc: New test.
169 * gdb.cp/breakpoint-locs.cc: New test.
170 * gdb.cp/breakpoint-locs.exp: New file.
171 * gdb.cp/breakpoint-locs.h: New test.
172
5144dfba
TV
1732020-06-03 Tom de Vries <tdevries@suse.de>
174
175 PR testsuite/25609
176 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
177 value of global verbose.
178 * gdb.base/jit-elf.exp: Same.
179 * gdb.base/jit-reader.exp: Same.
180
621eacdf
TV
1812020-06-02 Tom de Vries <tdevries@suse.de>
182
183 * gdb.dwarf2/multidictionary.exp: Don't use
184 gdb_spawn_with_cmdline_opts.
185
1313c56e
AB
1862020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
187
188 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
189 use_header case.
190 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
191 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
192 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
193 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
194 * gdb.dwarf2/dw2-inline-header.c: New file.
195 * gdb.dwarf2/dw2-inline-header.h: New file.
196
f68f85b5
PA
1972020-05-30 Pedro Alves <palves@redhat.com>
198
199 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
200 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
201
678048e8
GB
2022020-05-29 Gary Benson <gbenson@redhat.com>
203
204 * gdb.compile/compile-cplus.exp (additional_flags): Also
205 set when building with clang.
206 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
207 when building with clang.
208
9fcafd23
GB
2092020-05-29 Gary Benson <gbenson@redhat.com>
210
211 * gdb.arch/i386-avx.exp (additional_flags): Also set when
212 building with clang.
213 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
214
735d5a07
GB
2152020-05-29 Gary Benson <gbenson@redhat.com>
216
217 * gdb.cp/koenig.exp (prepare_for_testing): Add
218 additional_flags=-Wno-unused-comparison.
219 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
220
4ad2c6a0
GB
2212020-05-28 Gary Benson <gbenson@redhat.com>
222
223 * gdb.base/sigaltstack.c (catcher): Add default case to switch
224 statement.
225
09fe663e
GB
2262020-05-28 Gary Benson <gbenson@redhat.com>
227
228 * gdb.cp/classes.exp (prepare_for_testing): Add
229 additional_flags=-Wno-deprecated-register.
230 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
231 * gdb.cp/misc.exp: Likewise.
232
cee00f17
GB
2332020-05-28 Gary Benson <gbenson@redhat.com>
234
235 * gdb.linespec/cpls-ops.cc (dummy): New static global.
236 (test_op_new::operator new): Add return statement.
237 (test_op_new_array::operator new[]): Likewise.
238
636edd00
PA
2392020-05-27 Pedro Alves <palves@redhat.com>
240
241 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
242 check. Use test_gdb_complete_unique instead of
243 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
244 test_gdb_complete_multiple instead of
245 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
246
c2b75043
LM
2472020-05-27 Luis Machado <luis.machado@linaro.org>
248
249 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
250 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
251 * gdb.arch/arm-disassembler-options.exp: Likewise.
252 * gdb.arch/arm-disp-step.exp: Likewise.
253 * gdb.arch/thumb-prologue.exp: Likewise.
254 * gdb.base/async.exp: Likewise.
255 * gdb.base/auxv.exp: Likewise.
256 * gdb.base/complex-parts.exp: Likewise.
257 * gdb.base/ena-dis-br.exp: Likewise.
258 * gdb.base/foll-exec.exp: Likewise.
259 * gdb.base/permissions.exp: Likewise.
260 * gdb.base/relocate.exp: Likewise.
261 * gdb.base/return2.exp: Likewise.
262 * gdb.base/sigbpt.exp: Likewise.
263 * gdb.base/siginfo-obj.exp: Likewise.
264 * gdb.cp/converts.exp: Likewise.
265 * gdb.cp/exceptprint.exp: Likewise.
266 * gdb.cp/inherit.exp: Likewise.
267 * gdb.cp/nsnoimports.exp: Likewise.
268 * gdb.cp/virtbase2.exp: Likewise.
269 * gdb.mi/mi-var-cmd.exp: Likewise.
270 * gdb.mi/var-cmd.c: Likewise.
271
53a47a3e
TT
2722020-05-26 Tom Tromey <tromey@adacore.com>
273
274 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
275
0bc2354b
TT
2762020-05-26 Tom Tromey <tromey@adacore.com>
277
278 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
279 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
280 type.
281 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
282 variable.
283
0db49895
CBG
2842020-05-26 Christian Biesinger <cbiesinger@google.com>
285
286 * Makefile.in: Use = instead of == for the test command
287 for portability.
288
40d22035
TV
2892020-05-26 Tom de Vries <tdevries@suse.de>
290
291 * gdb.base/gold-gdb-index-2.c: New test.
292 * gdb.base/gold-gdb-index.c: New test.
293 * gdb.base/gold-gdb-index.exp: New file.
294 * gdb.base/gold-gdb-index.h: New test.
295
043e2e02
TV
2962020-05-25 Tom de Vries <tdevries@suse.de>
297
298 * boards/gold-gdb-index.exp: New file.
299
462f72c5
SM
3002020-05-25 Simon Marchi <simon.marchi@efficios.com>
301
302 * boards/simavr.exp: New file.
303
6cf66e76
SM
3042020-05-25 Simon Marchi <simon.marchi@efficios.com>
305
306 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
307 * gdb.base/inferior-args.exp: New file.
308 * gdb.base/inferior-args.c: New file.
309
75d04512
SM
3102020-05-25 Simon Marchi <simon.marchi@efficios.com>
311
312 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
313 inferior_args. Pass it to gdb_reload.
314 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
315 inferior_args.
316 (gdb_reload): Add inferior_args argument.
317 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
318 pass it to gdbserver_run.
319 * boards/native-gdbserver.exp: Do not set noargs.
320 * boards/native-extended-gdbserver.exp (gdb_reload): Add
321 inferior_args argument.
322 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
323 * gdb.base/a2-run.exp: Check for use_gdb_stub.
324 * gdb.base/args.exp: Likewise.
325
42cf1844
TV
3262020-05-25 Tom de Vries <tdevries@suse.de>
327
328 * lib/gdb.exp (exec_is_pie): Add comment.
329
8f7d38ef
TV
3302020-05-25 Tom de Vries <tdevries@suse.de>
331
332 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
333 instead of $binfile in the untested message.
334
465e1b0f
TV
3352020-05-25 Tom de Vries <tdevries@suse.de>
336
337 PR testsuite/26031
338 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
339
3c5a0e02
TV
3402020-05-25 Tom de Vries <tdevries@suse.de>
341
342 * boards/gold.exp: New file.
343
0a4f5f8c
TT
3442020-05-23 Tom Tromey <tom@tromey.com>
345
346 * gdb.base/style.exp: Remove completion styling test.
347 * lib/gdb-utils.exp (style): Remove completion styles.
348
eca1f90c
TT
3492020-05-23 Tom Tromey <tom@tromey.com>
350
351 * gdb.base/style.exp: Add completion styling test.
352 * lib/gdb-utils.exp (style): Add completion styles.
353
7c13f4e8
AB
3542020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
355
356 * gdb.base/annota1.exp: Update expected results.
357 * gdb.cp/annota2.exp: Update expected results, remove duplicate
358 test name.
359 * gdb.cp/annota3.exp: Update expected results.
360
41977d16
SM
3612020-05-20 Simon Marchi <simon.marchi@efficios.com>
362
363 PR gdb/26016
364 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
365 against MAP_FAILED.
366 * gdb.base/coremaker.c (mmapdata): Likewise.
367 * gdb.base/jit-reader-host.c (main): Likewise.
368 * gdb.base/sym-file-loader.c (load): Likewise.
369 (load_shlib): Likewise.
370
b4757f2e
TT
3712020-05-20 Tom Tromey <tromey@adacore.com>
372
373 * gdb.ada/array_char_idx.exp: Recognize initialized array.
374
9a0bacfb
TV
3752020-05-20 Tom de Vries <tdevries@suse.de>
376
377 PR symtab/25833
378 * gdb.base/with-mf-inc.c: New test.
379 * gdb.base/with-mf-main.c: New test.
380 * gdb.base/with-mf.exp: New file.
381
76571211
TT
3822020-05-19 Tom Tromey <tromey@adacore.com>
383
384 * gdb.rust/simple.exp: Restore missing test result.
385
4cd9f3d5
TV
3862020-05-19 Tom de Vries <tdevries@suse.de>
387
388 * gdb.base/gdb-caching-proc.exp: Fix typo.
389
7d874253
TT
3902020-05-19 Tom Tromey <tromey@adacore.com>
391
392 * gdb.rust/simple.exp: Add some test descriptions.
393 (test_one_slice): Use with_test_prefix.
394
1d727695
TV
3952020-05-18 Tom de Vries <tdevries@suse.de>
396
397 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
398
7f32a4d5
PA
3992020-05-17 Pedro Alves <palves@redhat.com>
400
401 PR gdb/25741
402 * gdb.base/hw-sw-break-same-address.exp: New file.
403
7cfd74cf
PA
4042020-05-16 Pedro Alves <palves@redhat.com>
405
406 * gdb.multi/multi-re-run.exp (test_re_run): Switch
407 LAST_LOADED_FILE accordingly.
408
57b4f16e
PW
4092020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
410
411 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
412
7c05caf7
PW
4132020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
414
415 * gdb.base/help.exp: Test apropos and help for commands
416 having aliases. Fixed comments not starting with an
417 upper-case letter or not finishing with a dot.
418
7aa1b46f
PW
4192020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
420
3b3aaacb
PW
421 * gdb.base/alias.exp: Update help output check.
422
57b4f16e 4232020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 424
7aa1b46f
PW
425 * gdb.base/default.exp: Update output following fixes.
426
0605465f
PW
4272020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
428
429 * gdb.base/alias.exp: Test aliases starting with a prefix of
430 another alias.
431
86e4e63d
GB
4322020-05-15 Gary Benson <gbenson@redhat.com>
433
434 * gdb.base/info-os.c (main): Add return statement.
435 * gdb.base/info_minsym.c (minsym_fun): Likewise.
436 * gdb.base/large-frame-2.c (func): Likewise.
437 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
438 * gdb.base/pr10179-b.c (foo2): Likewise.
439 * gdb.base/valgrind-disp-step.c (foo): Likewise.
440 * gdb.base/watch-cond.c (func): Likewise.
441 * gdb.multi/goodbye.c (verylongfun): Likewise.
442 * gdb.multi/hello.c (commonfun): Likewise.
443 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
444 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
445 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
446 Likewise.
447 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
448 * gdb.threads/interrupt-while-step-over.c (child_function):
449 Likewise.
450 * gdb.trace/actions-changed.c (end): Likewise.
451
163df4df
GB
4522020-05-15 Gary Benson <gbenson@redhat.com>
453
454 * gdb.opencl/callfuncs.exp: Report when test skipped.
455 * gdb.opencl/convs_casts.exp: Likewise.
456 * gdb.opencl/datatypes.exp: Likewise.
457 * gdb.opencl/operators.exp: Likewise.
458 * gdb.opencl/vec_comps.exp: Likewise.
459
6dbc505a
TV
4602020-05-15 Tom de Vries <tdevries@suse.de>
461
462 * gdb.base/align.exp.in: Rename to ...
463 * gdb.base/align.exp.tcl: ... this.
464 * gdb.base/align-c++.exp: Update.
465 * gdb.base/align-c.exp: Update.
466 * gdb.base/all-architectures.exp.in: Rename to ...
467 * gdb.base/all-architectures.exp: ... this.
468 * gdb.base/all-architectures-0.exp: Update.
469 * gdb.base/all-architectures-1.exp: Update.
470 * gdb.base/all-architectures-2.exp: Update.
471 * gdb.base/all-architectures-3.exp: Update.
472 * gdb.base/all-architectures-4.exp: Update.
473 * gdb.base/all-architectures-5.exp: Update.
474 * gdb.base/all-architectures-6.exp: Update.
475 * gdb.base/all-architectures-7.exp: Update.
476 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
477 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
478 * gdb.base/infcall-nested-structs-c++.exp: Update.
479 * gdb.base/infcall-nested-structs-c.exp: Update.
480 * gdb.base/info-types.exp.in: Rename to ...
481 * gdb.base/info-types.exp.tcl: ... this.
482 * gdb.base/info-types-c++.exp: Update.
483 * gdb.base/info-types-c.exp: Update.
484 * gdb.base/max-depth.exp.in: Rename to ...
485 * gdb.base/max-depth.exp.tcl: ... this.
486 * gdb.base/max-depth-c++.exp: Update.
487 * gdb.base/max-depth-c.exp: Update.
488 * gdb.cp/cpexprs.exp.in: Rename to ...
489 * gdb.cp/cpexprs.exp.tcl: ... this.
490 * gdb.cp/cpexprs-debug-types.exp: Update.
491 * gdb.cp/cpexprs.exp: Update.
492 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
493 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
494 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
495 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
496 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
497 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
498 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
499 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
500 * gdb.dwarf2/clang-debug-names-2.exp: Update.
501 * gdb.dwarf2/clang-debug-names.exp: Update.
502
d1034d78
AB
5032020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
504
505 * lib/check-test-names.exp: Remove code that prevents this file
506 loading when tests are run in parallel.
507
3c5c3649
PA
5082020-05-15 Pedro Alves <palves@redhat.com>
509
510 * gdb.multi/multi-kill.exp (start_inferior): Remove
511 'testpid' parameter. Refer to namespace variable directly.
512 (testpid): Declare as namespace variable.
513
272c36b8
PA
5142020-05-15 Pedro Alves <palves@redhat.com>
515
516 * gdb.multi/multi-kill.exp: Wrap in namespace.
517 (start_inferior): Add TESTPID parameter. Use it instead of the
518 testpid global.
519 (top level): Define empty TESTPID array, and pass it down to
520 start_inferior.
521
02eba61a
TV
5222020-05-14 Tom de Vries <tdevries@suse.de>
523
524 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
525 output.
526
971a3747
TV
5272020-05-14 Tom de Vries <tdevries@suse.de>
528
529 * gdb.base/align.exp: Split into ...
530 * gdb.base/align.exp.in: ...
531 * gdb.base/align-c++.exp: ...
532 * gdb.base/align-c.exp: ... these.
533 * gdb.base/infcall-nested-structs.exp: Split into ...
534 * gdb.base/infcall-nested-structs.exp.in: ...
535 * gdb.base/infcall-nested-structs-c++.exp: ...
536 * gdb.base/infcall-nested-structs-c.exp: ... these.
537 * gdb.base/info-types.exp: Split into ...
538 * gdb.base/info-types.exp.in: ...
539 * gdb.base/info-types-c++.exp: ...
540 * gdb.base/info-types-c.exp: ... these.
541 * gdb.base/max-depth.exp: Split into ...
542 * gdb.base/max-depth.exp.in: ...
543 * gdb.base/max-depth-c++.exp: ...
544 * gdb.base/max-depth-c.exp: ... these.
545 * gdb.cp/infcall-nodebug.exp: Split into ...
546 * gdb.cp/infcall-nodebug.exp.in: ...
547 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
548 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
549 * gdb.cp/infcall-nodebug-c-d0.exp: ...
550 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
551
a05575d3
TBA
5522020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
553 Pedro Alves <palves@redhat.com>
554
555 * gdb.multi/multi-exit.c: New file.
556 * gdb.multi/multi-exit.exp: New file.
557 * gdb.multi/multi-kill.c: New file.
558 * gdb.multi/multi-kill.exp: New file.
559
6ad82919
TBA
5602020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
561
562 * gdb.base/annota1.exp: Update the expected output.
563 * gdb.cp/annota2.exp: Ditto.
564
843f4d93
AB
5652020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * lib/check-test-names.exp: Disable when testing is being run in
568 parallel.
569
c7c66341
TV
5702020-05-12 Tom de Vries <tdevries@suse.de>
571
572 * gdb.base/jit-elf.exp: Fix string concat.
573
1b59ca1c
TV
5742020-05-12 Tom de Vries <tdevries@suse.de>
575
576 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
577 messages.
578
b4991d29
TV
5792020-05-12 Tom de Vries <tdevries@suse.de>
580
581 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
582
dbb0ab10
TV
5832020-05-12 Tom de Vries <tdevries@suse.de>
584
585 * gdb.ada/catch_ex.exp: Use with_test_prefix.
586 * gdb.ada/mi_catch_ex.exp: Same.
587 * gdb.ada/mi_catch_ex_hand.exp: Same.
588
7549fed8
TV
5892020-05-12 Tom de Vries <tdevries@suse.de>
590
591 * gdb.fortran/complex.exp: Use with_test_prefix.
592
af2d5cd8
TV
5932020-05-12 Tom de Vries <tdevries@suse.de>
594
595 * gdb.trace/passcount.exp: Fix test-names.
596
7c121311
TV
5972020-05-12 Tom de Vries <tdevries@suse.de>
598
599 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
600
c9f3b40e
TV
6012020-05-12 Tom de Vries <tdevries@suse.de>
602
603 * gdb.gdb/complaints.exp: Use with_test_prefix.
604 * gdb.xml/tdesc-regs.exp: Same.
605 * gdb.opt/inline-locals.exp: Fix test name.
606
111b33f0
TV
6072020-05-12 Tom de Vries <tdevries@suse.de>
608
609 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
610 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
611 * gdb.dwarf2/implref-struct.exp: Same.
612 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
613 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
614
ebf47080
SM
6152020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
616
617 * gdb.base/jit-so.exp (one_jit_test): Change test name.
618
d30dcd12
AB
6192020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
620
621 * lib/check-test-names.exp (all_test_names): New module variable.
622 (counts): Add 'duplicates' field.
623 (_check_duplicates): New procedure.
624 (check): Also check for duplicates.
625 (do_log_summary): Print duplicates count.
626 (do_reset_vars): Reset counter for duplicate test names, and
627 discard all know test names.
628
34584c09
AB
6292020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
630
631 * lib/gdb.exp: Include check-test-names.exp library.
632 * lib/check-test-names.exp: New file.
633
e0002117
TV
6342020-05-11 Tom de Vries <tdevries@suse.de>
635
636 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
637
53f539a3
KS
6382020-05-11 Keith Seitz <keiths@redhat.com>
639
640 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
641
113ee09a
TV
6422020-05-11 Tom de Vries <tdevries@suse.de>
643
644 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
645 * gdb.cp/cpexprs.exp.in: .. here.
646 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
647 cpexprs.exp.
648
ba3e70b0
KS
6492020-05-11 Keith Seitz <keiths@redhat.com>
650
651 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
652 test names.
653 * gdb.ada/arrayptr.exp: Likewise.
654 * gdb.ada/assign_arr.exp: Likewise.
655 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
656 * gdb.ada/bp_on_var.exp: Likewise.
657 * gdb.ada/call_pn.exp: Likewise.
658 * gdb.ada/complete.exp: Likewise.
659 * gdb.ada/fun_overload_menu.exp: Likewise.
660 * gdb.ada/funcall_param.exp: Likewise.
661 * gdb.ada/funcall_ref.exp: Likewise.
662 * gdb.ada/packed_array_assign.exp: Likewise.
663 * gdb.ada/same_component_name.exp: Likewise.
664 * gdb.ada/type_coercion.exp: Likewise.
665 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
666 * gdb.ada/variant_record_packed_array.exp: Likewise.
667
3ee6bb11
TV
6682020-05-11 Tom de Vries <tdevries@suse.de>
669
670 PR symtab/25941
671 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
672 out of ...
673 * gdb.dwarf2/clang-debug-names.exp: ... here.
674 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
675 clang-debug-names.exp.in.
676 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
677 * gdb.dwarf2/clang-debug-names-2.c: New test.
678
86cd6bc8
AKS
6792020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
680
681 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
682 (fortran_runto_main): New Proc, fortran version of runto_main.
683 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
684 * gdb.fortran/array-bounds.exp: Likewise.
685 * gdb.fortran/array-slices.exp: Likewise.
686 * gdb.fortran/block-data.exp: Likewise.
687 * gdb.fortran/charset.exp: Likewise.
688 * gdb.fortran/common-block.exp: Likewise.
689 * gdb.fortran/complex.exp: Likewise.
690 * gdb.fortran/derived-type-function.exp: Likewise.
691 * gdb.fortran/derived-type.exp: Likewise.
692 * gdb.fortran/info-modules.exp: Likewise.
693 * gdb.fortran/info-types.exp: Likewise.
694 * gdb.fortran/intrinsics.exp: Likewise.
695 * gdb.fortran/library-module.exp: Likewise.
696 * gdb.fortran/logical.exp: Likewise.
697 * gdb.fortran/max-depth.exp: Likewise.
698 * gdb.fortran/module.exp: Likewise.
699 * gdb.fortran/multi-dim.exp: Likewise.
700 * gdb.fortran/nested-funcs.exp: Likewise.
701 * gdb.fortran/print-formatted.exp: Likewise.
702 * gdb.fortran/print_type.exp: Likewise.
703 * gdb.fortran/printing-types.exp: Likewise.
704 * gdb.fortran/ptr-indentation.exp: Likewise.
705 * gdb.fortran/ptype-on-functions.exp: Likewise.
706 * gdb.fortran/subarray.exp: Likewise.
707 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
708 * gdb.fortran/vla-datatypes.exp: Likewise.
709 * gdb.fortran/vla-history.exp: Likewise.
710 * gdb.fortran/vla-ptr-info.exp: Likewise.
711 * gdb.fortran/vla-ptype-sub.exp: Likewise.
712 * gdb.fortran/vla-ptype.exp: Likewise.
713 * gdb.fortran/vla-sizeof.exp: Likewise.
714 * gdb.fortran/vla-type.exp: Likewise.
715 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
716 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
717 * gdb.fortran/vla-value-sub.exp: Likewise.
718 * gdb.fortran/vla-value.exp: Likewise.
719 * gdb.fortran/whatis_type.exp: Likewise.
720 * gdb.mi/mi-var-child-f.exp: Likewise.
721
6dc55ce9 7222020-05-09 Tom de Vries <tdevries@suse.de>
723
724 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
725
283cb58c
TV
7262020-05-08 Tom de Vries <tdevries@suse.de>
727
728 * gdb.dwarf2/clang-debug-names.c: New test.
729 * gdb.dwarf2/clang-debug-names.exp: New file.
730
ac4a4f1c
SM
7312020-05-06 Simon Marchi <simon.marchi@efficios.com>
732
733 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
734 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
735
24fe640b
TV
7362020-05-06 Tom de Vries <tdevries@suse.de>
737
738 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
739 breakpoint is at a "recommended breakpoint location".
740 * gdb.reverse/consecutive-reverse.exp: Same.
741
0d8683a3
TV
7422020-05-06 Tom de Vries <tdevries@suse.de>
743
744 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
745 address.
746
b8983c46
TV
7472020-05-06 Tom de Vries <tdevries@suse.de>
748
749 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
750
abf6d805
TV
7512020-05-06 Tom de Vries <tdevries@suse.de>
752
753 * gdb.base/store.exp (check_set, up_set): Allowing missing location
754 info for r.
755
0fc2a808
TV
7562020-05-06 Tom de Vries <tdevries@suse.de>
757
758 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
759 necessary.
760
873dd427
TV
7612020-05-06 Tom de Vries <tdevries@suse.de>
762
763 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
764 void.
765
7c99e7e2
TV
7662020-05-06 Tom de Vries <tdevries@suse.de>
767
768 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
769 of ...
770 * gdb.base/async.exp: ... here.
771 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
772 "recommended breakpoint location".
773
6173d6a6
TV
7742020-05-06 Tom de Vries <tdevries@suse.de>
775
776 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
777
6015a067
TV
7782020-05-04 Tom de Vries <tdevries@suse.de>
779
780 * gdb.base/async.exp: Check whether instruction addresses are a
781 "recommended breakpoint location".
782
3b6acaee
TT
7832020-05-03 Tom Tromey <tom@tromey.com>
784
785 * gdb.base/sepdebug.exp: Remove "catch" test.
786 * gdb.base/break.exp: Remove "catch" test.
787 * gdb.base/default.exp: Update expected output.
788
5beb4d17
TV
7892020-05-02 Tom de Vries <tdevries@suse.de>
790
791 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
792 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
793 * gdb.arch/i386-mpx-map.exp: Same.
794 * gdb.arch/i386-mpx-sigsegv.exp: Same.
795 * gdb.arch/i386-mpx-simple_segv.exp: Same.
796 * gdb.arch/i386-mpx.exp: Same.
797
8caf140d
TV
7982020-05-02 Tom de Vries <tdevries@suse.de>
799
800 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
801
693196cb
TV
8022020-05-01 Tom de Vries <tdevries@suse.de>
803
804 * gdb.ada/operator_bp.exp: Allow more than required amount of
805 breakpoint.
806
53ae0aa9
TV
8072020-05-01 Tom de Vries <tdevries@suse.de>
808
809 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
810
ee9d1e5f
HD
8112020-04-30 Hannes Domani <ssbssa@yahoo.de>
812
813 PR gdb/18706
814 * gdb.cp/stub-array-size.cc: New test.
815 * gdb.cp/stub-array-size.exp: New file.
816 * gdb.cp/stub-array-size.h: New test.
817 * gdb.cp/stub-array-size2.cc: New test.
818
d5cf82c0
HD
8192020-04-30 Hannes Domani <ssbssa@yahoo.de>
820
821 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
822 output to the new format.
823
42e165c3
SM
8242020-04-29 Simon Marchi <simon.marchi@efficios.com>
825
826 * gdb.base/break.exp: Use with_test_prefix.
827
6e4e3fe1
TV
8282020-04-29 Tom de Vries <tdevries@suse.de>
829
830 * lib/gdb.exp (debug_types): New proc.
831 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
832 * gdb.python/py-symtab.exp: Same.
833
d642b692
HD
8342020-04-29 Hannes Domani <ssbssa@yahoo.de>
835
836 PR gdb/17320
837 * gdb.base/pretty-array.c: New test.
838 * gdb.base/pretty-array.exp: New file.
839
ea90f227
TV
8402020-04-29 Tom de Vries <tdevries@suse.de>
841
842 PR symtab/25889
843 * gdb.cp/cpexprs.exp: Adapt for inclusion.
844 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
845 and include cpexprs.exp.
846
a65189c9
TV
8472020-04-28 Mark Williams <mark@myosotissp.com>
848
849 PR gdb/24480
850 * dw4-toplevel-types.exp: Test for top level types.
851 * dw4-toplevel-types.cc: Test for top level types.
852
32d1f47a
TBA
8532020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
854
855 * gdb.threads/stop-with-handle.exp: Fix typo in comment
856 (theads -> threads).
857
56a4f5a1
TV
8582020-04-28 Tom de Vries <tdevries@suse.de>
859
860 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
861
0b2f8a3b
TV
8622020-04-28 Tom de Vries <tdevries@suse.de>
863
864 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
865
5390c717
TV
8662020-04-28 Tom de Vries <tdevries@suse.de>
867
868 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
869
15cd93d0
TV
8702020-04-28 Tom de Vries <tdevries@suse.de>
871
872 * gdb.dwarf2/main-foo.c: New test.
873 * gdb.dwarf2/struct-with-sig.exp: New file.
874
d472f0fb
TV
8752020-04-25 Tom de Vries <tdevries@suse.de>
876
877 * boards/debug-types.exp: New file.
878
8d840e05
AB
8792020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
880
881 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
882
bcfe6157
TT
8832020-04-24 Tom Tromey <tom@tromey.com>
884
885 PR symtab/12707:
886 * gdb.python/py-symbol.exp: Update expected results for
887 linkage_name test.
888 * gdb.cp/print-demangle.exp: New file.
889 * gdb.base/c-linkage-name.exp: Fix test.
890 * gdb.guile/scm-symbol.exp: Update expected results for
891 linkage_name test.
892
f049a313
TT
8932020-04-24 Tom Tromey <tom@tromey.com>
894
895 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
896 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
897 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
898 assembler.
899
7cf28874
TV
9002020-04-24 Tom de Vries <tdevries@suse.de>
901
902 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
903 C++.
904
dac2fef7
TT
9052020-04-24 Tom Tromey <tromey@adacore.com>
906
907 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
908 values.
909 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
910 values. Update test for minimal encodings.
911 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
912 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
913 values. Update test for minimal encodings.
914
1acda803
TT
9152020-04-24 Tom Tromey <tromey@adacore.com>
916
917 PR python/23662:
918 * gdb.ada/variant.exp: Add Python checks.
919 * gdb.rust/simple.exp: Add dynamic type checks.
920
adfb9815
TT
9212020-04-24 Tom Tromey <tromey@adacore.com>
922
923 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
924 Make array type matching more lax.
925 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
926 * gdb.ada/mi_variant.exp: New file.
927 * gdb.ada/mi_variant/pck.ads: New file.
928 * gdb.ada/mi_variant/pkg.adb: New file.
929 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
930 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
931
7d79de9a
TT
9322020-04-24 Tom Tromey <tromey@adacore.com>
933
934 * gdb.ada/variant.exp: Add dynamic field offset tests.
935 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
936 * gdb.ada/variant/pkg.adb: Add new variables.
937
f8e89861
TT
9382020-04-24 Tom Tromey <tromey@adacore.com>
939
940 * gdb.ada/variant.exp: New file
941 * gdb.ada/variant/pkg.adb: New file
942 * gdb.ada/variant/pck.adb: New file
943
86e887ae
TV
9442020-04-24 Tom de Vries <tdevries@suse.de>
945
946 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
947
88428775
TV
9482020-04-24 Tom de Vries <tdevries@suse.de>
949
950 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
951 flags.
952
4e86f6e7
TV
9532020-04-24 Tom de Vries <tdevries@suse.de>
954
955 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
956
2016d3e6
TV
9572020-04-24 Tom de Vries <tdevries@suse.de>
958
959 * lib/gdb.exp (default_gdb_start): Handle eof.
960 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
961 failure.
962 * gdb.base/readnever.exp: Handle clean_restart failure.
963
70bc38f5
TV
9642020-04-23 Tom de Vries <tdevries@suse.de>
965
966 * gdb.base/decl-before-def.exp: Run to main and print a again.
967
de82891c
TV
9682020-04-23 Tom de Vries <tdevries@suse.de>
969
970 * gdb.base/decl-before-def-decl.c: New test.
971 * gdb.base/decl-before-def-def.c: New test.
972 * gdb.base/decl-before-def.exp: New file.
973
96038148
TV
9742020-04-23 Tom de Vries <tdevries@suse.de>
975
976 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
977
54ac3df1
TV
9782020-04-22 Tom de Vries <tdevries@suse.de>
979
980 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
981 debug_info_offset.
982 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
983 before $objsfile in the line line.
984
714534e1
TV
9852020-04-22 Tom de Vries <tdevries@suse.de>
986
987 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
988
16a7dbf4
MS
9892020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
990
991 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
992 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
993 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
994 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
995 * gdb.base/jit-protocol.h: Update definitions to match all usage
996 contexts.
997
9982020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
999
1000 * gdb.base: Rename all jit related test and source files.
1001
10022020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1003
1004 * gdb.base/jit-reader.exp: Relax register output check.
1005
317d2668
TV
10062020-04-22 Tom de Vries <tdevries@suse.de>
1007
1008 PR symtab/25764
1009 * gdb.base/psym-external-decl-2.c: New test.
1010 * gdb.base/psym-external-decl.c: New test.
1011 * gdb.base/psym-external-decl.exp: New file.
1012 * gdb.threads/tls.exp: Add PR25807 kfail.
1013
eea9e357
TV
10142020-04-22 Tom de Vries <tdevries@suse.de>
1015
1016 PR symtab/25801
1017 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1018 in "info source" output.
1019
3d5afab3
TV
10202020-04-22 Tom de Vries <tdevries@suse.de>
1021
1022 PR symtab/25700
1023 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1024 symtab for imported_unit.c.
1025
b32102f6
GB
10262020-04-21 Gary Benson <gbenson@redhat.com>
1027
1028 * gdb.base/advance.c (func): New argument, to match call site.
1029 (func2, func3): Add return statements.
1030
d43b7a2d
TBA
10312020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1032
1033 * gdb.multi/run-only-second-inf.c: New file.
1034 * gdb.multi/run-only-second-inf.exp: New file.
1035
d89edf9b
MM
10362020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1037
1038 * gdb.btrace/multi-inferior.c: New test.
1039 * gdb.btrace/multi-inferior.exp: New file.
1040
1a476b6d
MM
10412020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1042
1043 * gdb.btrace/enable-new-thread.c: New test.
1044 * gdb.btrace/enable-new-thread.exp: New file.
1045
4778a5f8
TV
10462020-04-21 Tom de Vries <tdevries@suse.de>
1047
1048 PR gdb/25471
1049 * gdb.threads/killed-outside.c: New test.
1050 * gdb.threads/killed-outside.exp: New file.
1051
9b2c992c
GB
10522020-04-20 Gary Benson <gbenson@redhat.com>
1053
1054 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1055 * gdb.base/nested-subp2.exp: Likewise.
1056 * gdb.base/nested-subp3.exp: Likewise.
1057
b5d1d6f7
GB
10582020-04-20 Gary Benson <gbenson@redhat.com>
1059
1060 * gdb.base/nested-subp1.exp: Disable test when using clang.
1061 * gdb.base/nested-subp2.exp: Likewise.
1062 * gdb.base/nested-subp3.exp: Likewise.
1063
25230285
GB
10642020-04-20 Gary Benson <gbenson@redhat.com>
1065
1066 * gdb.cp/exception.cc: Fix compilation error with clang.
1067
fa93cc8f
GB
10682020-04-20 Gary Benson <gbenson@redhat.com>
1069
809730f3 1070 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1071
e0c45f30
GB
10722020-04-20 Gary Benson <gbenson@redhat.com>
1073
1074 * gdb.base/jit-main.c: Fix compilation error with clang.
1075
4ddfec93
KR
10762020-04-17 Kamil Rytarowski <n54@gmx.com>
1077
1078 * gdb.base/attach-twice.c: Include "sys/types.h".
1079 (PTRACE_ATTACH): Add fallback definition.
1080 (main): Pass `0' to the 4th argument of `ptrace'.
1081
2bed205e
KR
10822020-04-17 Kamil Rytarowski <n54@gmx.com>
1083
1084 * gdb.base/fork-running-state.c: Include "signal.h".
1085
0743fc83
TT
10862020-04-17 Tom Tromey <tromey@adacore.com>
1087
1088 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1089 Update tests.
1090 * gdb.btrace/cpu.exp: Update tests.
1091 * gdb.base/maint.exp: Update tests.
1092 * gdb.base/default.exp: Update tests.
1093 * gdb.base/completion.exp: Update tests.
1094
efba5c23
TV
10952020-04-16 Tom de Vries <tdevries@suse.de>
1096
1097 PR symtab/25791
1098 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1099 (ensure_gdb_index): and factor out and move ...
1100 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1101 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1102
d191d716
TV
11032020-04-16 Tom de Vries <tdevries@suse.de>
1104
1105 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1106 loading exec.
1107
99f1bc6a
AB
11082020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1109
1110 * gdb.base/many-completions.exp: New file.
1111
194d088f
TV
11122020-04-14 Tom de Vries <tdevries@suse.de>
1113
1114 PR symtab/25718
1115 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1116
c1a66c06
TV
11172020-04-14 Tom de Vries <tdevries@suse.de>
1118
1119 PR symtab/25720
1120 * gdb.base/maint-expand-symbols-header-file.c: New test.
1121 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1122 * gdb.base/maint-expand-symbols-header-file.h: New test.
1123
21b0982c
AB
11242020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1125
1126 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1127 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1128 get_func_info.
1129 (get_func_info): Delete.
1130 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1131 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1132 * lib/dwarf.exp (get_func_info): New function.
1133
dd1cab06
TV
11342020-04-13 Tom de Vries <tdevries@suse.de>
1135
1136 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1137 to what find_gnatmake does.
1138
71ea2b6b
TV
11392020-04-10 Tom de Vries <tdevries@suse.de>
1140
1141 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1142 -readnow.
1143
bdfc1e8a
TV
11442020-04-10 Tom de Vries <tdevries@suse.de>
1145
1146 PR cli/25808
1147 * gdb.base/style.c: Add leading newlines.
1148 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1149 Check listing of main's one-line body.
1150
14ca8ecf
TV
11512020-04-08 Tom de Vries <tdevries@suse.de>
1152
1153 * lib/gdb.exp (psymtabs_p): New proc.
1154 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1155 importing unit" unsupported if there are no partial symbols.
1156
e21d048f
TV
11572020-04-08 Tom de Vries <tdevries@suse.de>
1158
1159 PR testsuite/25760
1160 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1161
25c11aca
TV
11622020-04-07 Tom de Vries <tdevries@suse.de>
1163
1164 PR symtab/25796
1165 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1166
5707e24b
TV
11672020-04-07 Tom de Vries <tdevries@suse.de>
1168
1169 * gdb.base/check-psymtab.c: New test.
1170 * gdb.base/check-psymtab.exp: New file.
1171
6ee448cc
TT
11722020-04-06 Tom Tromey <tromey@adacore.com>
1173
1174 * gdb.ada/variant-record/proc.adb: New file.
1175 * gdb.ada/variant-record/value.adb: New file.
1176 * gdb.ada/variant-record/value.s: New file.
1177 * gdb.ada/variant-record.exp: New file.
1178
9e7c9a03
HD
11792020-04-03 Hannes Domani <ssbssa@yahoo.de>
1180
1181 PR gdb/25325
1182 * gdb.cp/typed-enum.cc: New test.
1183 * gdb.cp/typed-enum.exp: New file.
1184
c90d28ac
AB
11852020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1186
1187 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1188 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1189 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1190 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1191 * gdb.opt/inline-small-func.c: New file.
1192 * gdb.opt/inline-small-func.exp: New file.
1193 * gdb.opt/inline-small-func.h: New file.
1194
34e9a9fa
AB
11952020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1196
1197 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1198 function.
1199
6a354911
AB
12002020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1201
1202 * lib/dwarf.exp (function_range): Allow compiler options to be
1203 specified.
1204
880d9777
TV
12052020-04-02 Tom de Vries <tdevries@suse.de>
1206
1207 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1208 __attribute__((always_inline)).
1209 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1210
f32682ea
TV
12112020-04-02 Tom de Vries <tdevries@suse.de>
1212
1213 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1214 (gdbserver_gdb_exit): ... here. Add timeout warning.
1215 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1216 (connect_target_extended_remote): Append new server_spawn_id to
1217 server_spawn_ids.
1218 (cleanup): New proc.
1219 (setup, <toplevel>): Call cleanup.
1220
d3214198
TV
12212020-04-02 Tom de Vries <tdevries@suse.de>
1222
1223 * gdb.base/main-psymtab.exp: New file.
1224
cc77ed24
TV
12252020-04-02 Tom de Vries <tdevries@suse.de>
1226
1227 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1228
3638a098
TT
12292020-04-01 Tom Tromey <tom@tromey.com>
1230
1231 * gdb.base/complex-parts.exp: Add type tests.
1232
c34e8714
TT
12332020-04-01 Tom Tromey <tom@tromey.com>
1234
1235 * gdb.base/complex-parts.exp: Add arithmetic tests.
1236
981c08ce
TT
12372020-04-01 Tom Tromey <tom@tromey.com>
1238
1239 * gdb.compile/compile.exp: Update.
1240 * gdb.compile/compile-cplus.exp: Update.
1241 * gdb.base/varargs.exp: Update.
1242 * gdb.base/floatn.exp: Update.
1243 * gdb.base/endianity.exp: Update.
1244 * gdb.base/callfuncs.exp (do_function_calls): Update.
1245 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1246 (complex_float_integral_args): Update.
1247 * gdb.base/complex.exp: Update.
1248 * gdb.base/complex-parts.exp: Update.
1249
3d1cfd43
TT
12502020-04-01 Tom Tromey <tromey@adacore.com>
1251
1252 * gdb.rust/union.rs: New file.
1253 * gdb.rust/union.exp: New file.
1254 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1255 (main): Update.
1256 * gdb.rust/simple.exp: Move union tests to union.exp.
1257
e033dfa9
TT
12582020-04-01 Tom Tromey <tromey@adacore.com>
1259
1260 * gdb.rust/simple.rs (main): Remove "y0".
1261
53cccef1
TBA
12622020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1263
1264 * gdb.multi/stop-all-on-exit.c: New test.
1265 * gdb.multi/stop-all-on-exit.exp: New file.
1266
60e22c1e
HD
12672020-04-01 Hannes Domani <ssbssa@yahoo.de>
1268
1269 PR gdb/24789
1270 * gdb.cp/misc.cc: Add integer reference variable.
1271 * gdb.cp/misc.exp: Add test.
1272
e139a727
TBA
12732020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1274
1275 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1276 scenario to cover execution until the end and also the case
1277
16b0db75
TV
12782020-03-31 Tom de Vries <tdevries@suse.de>
1279
1280 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1281 c. Use "maint info symtabs" to check symtab expansion.
1282
c0502da6
TV
12832020-03-30 Tom de Vries <tdevries@suse.de>
1284
1285 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1286 unsupported.
1287 (verify_psymtab_expanded): Move ...
1288 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1289 test.
1290 (readnow): New proc.
1291
5935fd15
AB
12922020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1293
1294 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1295 with $hex.
1296
1773be9e
TT
12972020-03-20 Tom Tromey <tromey@adacore.com>
1298
1299 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1300
70304be9
TT
13012020-03-20 Tom Tromey <tromey@adacore.com>
1302
1303 * gdb.ada/sub_variant/subv.adb: New file.
1304 * gdb.ada/sub_variant.exp: New file.
1305
0dd7b8f7
TV
13062020-03-20 Tom de Vries <tdevries@suse.de>
1307
1308 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1309 first break fails.
1310 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1311
cada5fc9
AB
13122020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1313
1314 * gdb.server/exit-multiple-threads.c: New file.
1315 * gdb.server/exit-multiple-threads.exp: New file.
1316
6b8c53f2
AB
13172020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1318
1319 * gdb.fortran/mixed-lang-stack.c: New file.
1320 * gdb.fortran/mixed-lang-stack.cpp: New file.
1321 * gdb.fortran/mixed-lang-stack.exp: New file.
1322 * gdb.fortran/mixed-lang-stack.f90: New file.
1323
19a2740f
AB
13242020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1325
1326 * gdb.linespec/cp-completion-aliases.cc: New file.
1327 * gdb.linespec/cp-completion-aliases.exp: New file.
1328
d8c8b848
TV
13292020-03-19 Tom de Vries <tdevries@suse.de>
1330
1331 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1332 more precise.
1333
a9933ccf
TV
13342020-03-18 Tom de Vries <tdevries@suse.de>
1335
1336 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1337 * gdb.dwarf2/break-inline-psymtab.c: New test.
1338 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1339
2f89101f
TV
13402020-03-16 Tom de Vries <tdevries@suse.de>
1341
1342 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1343 cache_verify and cache_verify_proc.
1344
6b9374f1
TV
13452020-03-15 Tom de Vries <tdevries@suse.de>
1346
1347 * gdb.server/solib-list.exp: Handle
1348 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1349
eaeaf44c
TV
13502020-03-15 Tom de Vries <tdevries@suse.de>
1351
1352 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1353 objfiles".
1354
3293bbaf
TT
13552020-03-14 Tom Tromey <tom@tromey.com>
1356
1357 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1358
ab44624c
TV
13592020-03-14 Tom de Vries <tdevries@suse.de>
1360
1361 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1362
54c43825
TV
13632020-03-14 Tom de Vries <tdevries@suse.de>
1364
1365 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1366 result in line-by-line fashion.
1367
2ac70237
TV
13682020-03-14 Tom de Vries <tdevries@suse.de>
1369
1370 * lib/gdb.exp (supports_statement_frontiers): New proc.
1371 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1372
09546b56
TV
13732020-03-14 Tom de Vries <tdevries@suse.de>
1374
1375 * gdb.base/printcmds.exp: Add missing quoting for "print
1376 teststring2".
1377
a1f6a07c
TT
13782020-03-13 Tom Tromey <tom@tromey.com>
1379
1380 * gdb.base/printcmds.exp (test_print_strings): Add regression
1381 test.
1382 * gdb.base/printcmds.c (charptr): New typedef.
1383 (teststring2): New global.
1384
1b83d09c
AB
13852020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1388 full path in the test name.
1389 (test_ld): Add some with_test_prefix blocks to make test names
1390 unique.
1391
2d61316c
TV
13922020-03-13 Tom de Vries <tdevries@suse.de>
1393
1394 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1395
2e9145ac
TV
13962020-03-13 Tom de Vries <tdevries@suse.de>
1397
1398 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1399
96c7f873
TV
14002020-03-13 Tom de Vries <tdevries@suse.de>
1401
1402 PR symtab/25646
1403 * gdb.dwarf2/imported-unit.exp: Add test.
1404
49ba92c0
TV
14052020-03-13 Tom de Vries <tdevries@suse.de>
1406
1407 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1408 (var1, var2): New variable.
1409 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1410 matching symbols.
1411
301b21e0
TV
14122020-03-13 Tom de Vries <tdevries@suse.de>
1413
1414 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1415 (Term::command): Use prompt prefix.
1416 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1417 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1418 command_no_prompt_prefix instead of prefix.
1419 * gdb.tui/tui-layout-asm.exp: Same.
1420
3f512721
SM
14212020-03-12 Simon Marchi <simon.marchi@efficios.com>
1422
1423 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1424
40310f30
SM
14252020-03-12 Simon Marchi <simon.marchi@efficios.com>
1426
1427 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1428 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1429 on" while stepping over the test instruction, match printed
1430 message.
1431
09252140
TV
14322020-03-12 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.base/info-types.exp: Use exp_continue during matching of output
1435 of "info types".
1436
14e9c72c
TV
14372020-03-12 Tom de Vries <tdevries@suse.de>
1438
1439 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1440
e515d67e
TV
14412020-03-12 Tom de Vries <tdevries@suse.de>
1442
1443 * gdb.fortran/module.exp: Use exp_continue during matching of output
1444 of "info variable -n".
1445
307eafd8
TV
14462020-03-12 Tom de Vries <tdevries@suse.de>
1447
1448 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1449 gdb.dwarf2/dw2-ranges-base.c.
1450
9a2de3fc
TV
14512020-03-12 Tom de Vries <tdevries@suse.de>
1452
1453 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1454 in presence of GLIBC debuginfo.
1455
3217502e
TV
14562020-03-12 Tom de Vries <tdevries@suse.de>
1457
1458 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1459 $core.
1460
1281424c
TV
14612020-03-12 Tom de Vries <tdevries@suse.de>
1462
1463 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1464 more precise.
1465
038b97fc
SM
14662020-03-11 Simon Marchi <simon.marchi@efficios.com>
1467
1468 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1469 from Unix to Windows path.
1470
5308d1e7
TV
14712020-03-11 Tom de Vries <tdevries@suse.de>
1472
1473 * gdb.ada/minsyms.exp: Set language to ada.
1474
f870f78f
TV
14752020-03-11 Tom de Vries <tdevries@suse.de>
1476
1477 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1478
5a13315d
TV
14792020-03-11 Tom de Vries <tdevries@suse.de>
1480
1481 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1482
976862ed
TT
14832020-03-11 Tom Tromey <tromey@adacore.com>
1484
1485 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1486
7462c383
TV
14872020-03-11 Tom de Vries <tdevries@suse.de>
1488
1489 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1490
1c6c46a0
TV
14912020-03-11 Tom de Vries <tdevries@suse.de>
1492
1493 * gdb.base/break-interp.exp: Limit verbose scope.
1494
44f41bb7
TV
14952020-03-11 Tom de Vries <tdevries@suse.de>
1496
1497 * gdb.fortran/logical.f90: Define variable with character type.
1498 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1499
b76f3a42
TV
15002020-03-11 Tom de Vries <tdevries@suse.de>
1501
1502 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1503
1c33af77
TV
15042020-03-11 Tom de Vries <tdevries@suse.de>
1505
1506 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1507 symtabs.
1508
8c95582d
AB
15092020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1510 Bernd Edlinger <bernd.edlinger@hotmail.de>
1511
1512 * gdb.cp/step-and-next-inline.cc: New file.
1513 * gdb.cp/step-and-next-inline.exp: New file.
1514 * gdb.cp/step-and-next-inline.h: New file.
1515 * gdb.dwarf2/dw2-is-stmt.c: New file.
1516 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1517 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1518 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1519 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1520
cecf8547
AB
15212020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1522
1523 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1524 is-stmt flag in the line table.
1525
0ba678c9
TV
15262020-03-09 Tom de Vries <tdevries@suse.de>
1527
1528 * lib/gdb.exp (cached_file): Create cache dir.
1529
72fbdf83
TV
15302020-03-07 Tom de Vries <tdevries@suse.de>
1531
1532 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1533 * gdb.cp/rvalue-ref-params.exp: Same.
1534
436b5e99
TV
15352020-03-06 Tom de Vries <tdevries@suse.de>
1536
1537 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1538 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1539
09f2921c
TV
15402020-03-06 Tom de Vries <tdevries@suse.de>
1541
1542 * README: Fix "the the".
1543 * gdb.base/dprintf.exp: Same.
1544
50a3cc5d
TV
15452020-03-05 Tom de Vries <tdevries@suse.de>
1546
1547 * gdb.base/maint.exp: Update "main print statistics" expected output.
1548
0a709cba
AKS
15492020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1550
1551 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1552 (fortran_int8): Likewise.
1553 (fortran_real4): Likewise.
1554 (fortran_real8): Likewise.
1555 (fortran_complex4): Likewise.
1556 (fortran_logical4): Likewise.
1557 (fortran_character1): Likewise.
1558
5e5d66b6
AB
15592020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1560
1561 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1562 printed as true.
1563
7b973adc
SDJ
15642020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1565
1566 * gdb.base/printcmds.exp: Add test to verify printf of a
1567 variable holding an address.
1568
478e490a
TV
15692020-03-03 Tom de Vries <tdevries@suse.de>
1570
1571 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1572
1ef44e86
TV
15732020-03-03 Tom de Vries <tdevries@suse.de>
1574
1575 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1576 gdb_test_multiple call.
1577
b98cc2cf
TV
15782020-03-03 Tom de Vries <tdevries@suse.de>
1579
1580 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1581 gdb_test_multiple calls.
1582
63e163f2
AB
15832020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1584
1585 * gdb.base/default.exp: Remove test of 'set history filename'.
1586 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1587 filename to the empty string.
1588 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1589 and GDBHISTSIZE.
1590
24ed6739
AB
15912020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1592
1593 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1594 disabled.
1595
590003dc
TV
15962020-03-02 Pedro Alves <palves@redhat.com>
1597 Tom de Vries <tdevries@suse.de>
1598
1599 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1600 -prompt prefix, before user_code argument. Add -lbl option likewise.
1601 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1602 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1603 argument.
1604 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1605 have "\r\n" at start-of-line, instead of at end-of-line.
1606
f5e46084
SM
16072020-02-28 Simon Marchi <simon.marchi@efficios.com>
1608
1609 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1610 libinproctrace.so.
1611
f7a7000d
LM
16122020-02-28 Luis Machado <luis.machado@linaro.org>
1613
1614 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1615 to "p/x".
1616
718e0816
LM
16172020-02-28 Luis Machado <luis.machado@linaro.org>
1618
1619 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1620 asm/ptrace.h and error.h.
1621
13c3a74a
TV
16222020-02-28 Tom de Vries <tdevries@suse.de>
1623
1624 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1625 (struct wrapper, do_something, mundane/symada__cS): Move ...
1626 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1627 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1628 Update "print symada__cS before partial symtab expansion" regexp.
1629 Update breakpoint location. Flush symbol cache after expansion.
1630
85d2d5bb
LM
16312020-02-28 Luis Machado <luis.machado@linaro.org>
1632
1633 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1634
3608f86c
TV
16352020-02-27 Tom de Vries <tdevries@suse.de>
1636
1637 * config/sid.exp: Remove unused globals.
1638 * gdb.base/attach.exp: Same.
1639 * gdb.base/catch-load.exp: Same.
1640 * gdb.base/dbx.exp: Same.
1641 * lib/gdb.exp: Same.
1642 * lib/mi-support.exp: Same.
1643 * lib/prompt.exp: Same.
1644
c8d4f6df
TV
16452020-02-27 Tom de Vries <tdevries@suse.de>
1646
1647 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1648 not set.
1649
0d79cdc4
AM
16502020-02-26 Aaron Merey <amerey@redhat.com>
1651
1652 * gdb.debuginfod: New directory for debuginfod tests.
1653 * gdb.debuginfod/main.c: New test file.
1654 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1655
0dce4280
TV
16562020-02-26 Tom de Vries <tdevries@suse.de>
1657
1658 PR gdb/25603
1659 * gdb.base/persistent-lang.cc: New test.
1660 * gdb.base/persistent-lang.exp: New file.
1661
9e80cfa1
AB
16622020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1663
1664 * gdb.fortran/derived-type-striding.exp: Add a new test.
1665 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1666 new test.
1667
2078dbb2
AB
16682020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1669
1670 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1671 names.
1672
70d49700
TV
16732020-02-25 Tom de Vries <tdevries@suse.de>
1674
1675 PR go/18926
1676 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1677
a88ef40d
TV
16782020-02-24 Tom de Vries <tdevries@suse.de>
1679
1680 PR gdb/25592
1681 * gdb.base/info-locals-unused-static-var.c: New test.
1682 * gdb.base/info-locals-unused-static-var.exp: New file.
1683
01b1af32
TT
16842020-02-22 Tom Tromey <tom@tromey.com>
1685
1686 * gdb.python/tui-window.exp: New file.
1687 * gdb.python/tui-window.py: New file.
1688
7c043ba6
TT
16892020-02-22 Tom Tromey <tom@tromey.com>
1690
1691 PR tui/17850:
1692 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1693 tests.
1694
c22fef7e
TT
16952020-02-22 Tom Tromey <tom@tromey.com>
1696
1697 * gdb.tui/new-layout.exp: Add sub-layout tests.
1698
ee325b61
TT
16992020-02-22 Tom Tromey <tom@tromey.com>
1700
1701 * gdb.tui/new-layout.exp: New file.
1702
3f0cbb04
TT
17032020-02-22 Tom Tromey <tom@tromey.com>
1704
1705 * gdb.rust/rust-style.rs: New file.
1706 * gdb.rust/rust-style.exp: New file.
1707 * gdb.base/style.exp: Test structure printing.
1708 * gdb.base/style.c (struct some_struct): New type.
1709 (enum etype): New type.
1710 (struct_value): New global.
1711
75525152
TV
17122020-02-21 Tom de Vries <tdevries@suse.de>
1713
1714 PR go/18926
1715 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1716 Remove blanket xfails. Use message argument for gdb_breakpoint.
1717 Make continuing to breakpoint test conditional on setting breakpoint.
1718 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1719 DW_AT_name attribute. Add xfail for GCC PR93866.
1720
bd360d30
AB
17212020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1722
1723 * gdb.dwarf2/cpp-linkage-name.c: New file.
1724 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1725
c7adb09f 17262020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1727
1728 * lib/gdb.exp (gdb_wrapper_init): Reset
1729 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1730 not exist.
1731
a9c79803
TV
17322020-02-20 Tom de Vries <tdevries@suse.de>
1733
1734 PR go/17018
1735 * gdb.go/hello.exp: Copy ...
1736 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1737 print of st to print value of global definition. Add xfail for GCC
1738 PR93844.
1739 * gdb.go/hello.exp: Remove printing of st before definition.
1740 * gdb.go/hello.go: Copy ...
1741 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1742 to st.
1743 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1744
d7445728
TV
17452020-02-20 Tom de Vries <tdevries@suse.de>
1746
1747 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1748 (gdb_simple_compile): Handle compile_flags go by using .go extension
1749 for source file.
1750 * gdb.go/chan.exp: Use support_go_compile.
1751 * gdb.go/handcall.exp: Same.
1752 * gdb.go/hello.exp: Same.
1753 * gdb.go/integers.exp: Same.
1754 * gdb.go/max-depth.exp: Same.
1755 * gdb.go/methods.exp: Same.
1756 * gdb.go/package.exp: Same.
1757 * gdb.go/strings.exp: Same.
1758 * gdb.go/types.exp: Same.
1759 * gdb.go/unsafe.exp: Same.
1760
c9c41e6d
TV
17612020-02-19 Tom de Vries <tdevries@suse.de>
1762
1763 * gdb.python/lib-types.exp: Make xfail more strict.
1764
f20ff837
TV
17652020-02-19 Tom de Vries <tdevries@suse.de>
1766
1767 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1768
08410482
DE
17692020-02-19 Doug Evans <dje@google.com>
1770
1771 PR rust/25535
1772 * gdb.rust/simple.exp: Add test.
1773 * gdb.rust/simple.rs: Add test.
1774
623563f7
TV
17752020-02-19 Tom de Vries <tdevries@suse.de>
1776
1777 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1778 output line-by-line.
1779
d3308cfd
TV
17802020-02-19 Tom de Vries <tdevries@suse.de>
1781
1782 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1783
86cbc5dc
TV
17842020-02-19 Tom de Vries <tdevries@suse.de>
1785
1786 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1787 prelink.
1788
9db2b96b
TV
17892020-02-19 Tom de Vries <tdevries@suse.de>
1790
1791 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1792 (gdb_do_cache): Use gdb_do_cache_wrap.
1793 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1794
89e2fdc5
TV
17952020-02-19 Tom de Vries <tdevries@suse.de>
1796
1797 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1798 gdb_compile option.
1799
373d7ac0
SM
18002020-02-18 Simon Marchi <simon.marchi@efficios.com>
1801
1802 * gdb.base/printcmds.exp (test_print_enums): Update expected
1803 output.
1804
b29a2df0
SM
18052020-02-18 Simon Marchi <simon.marchi@efficios.com>
1806
1807 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1808 for "unknown".
1809
6740f0cc
SM
18102020-02-18 Simon Marchi <simon.marchi@efficios.com>
1811
1812 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1813 enumerator.
1814
edd45eb0
SM
18152020-02-18 Simon Marchi <simon.marchi@efficios.com>
1816
1817 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1818 FE_, add FE_NONE.
1819 (three): Update.
1820 (enum flag_enum_without_zero): New enum.
1821 (flag_enum_without_zero): New variable.
1822 (enum not_flag_enum): New enum.
1823 (three_not_flag): New variable.
1824 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1825 (test_print_enums): Add more tests for printing flag enums.
1826
d4295de4
TV
18272020-02-18 Tom de Vries <tdevries@suse.de>
1828
1829 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1830 (gdb_compile_ada): ... here.
1831 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1832 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1833
f251f505
TT
18342020-02-14 Tom Tromey <tom@tromey.com>
1835
1836 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1837 build directory.
1838 * boards/gdbserver-base.exp: Update path to gdbserver.
1839
8f432634
TV
18402020-02-13 Tom de Vries <tdevries@suse.de>
1841
1842 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1843
92b6eaf7
TV
18442020-02-13 Tom de Vries <tdevries@suse.de>
1845
1846 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1847 are missing.
1848
f3b0f7fe
TV
18492020-02-13 Tom de Vries <tdevries@suse.de>
1850
1851 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1852 call.
1853
f6be8713
SDJ
18542020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1855
1856 PR tui/25126
1857 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1858 * gdb.base/cached-source-file.c: New file.
1859 * gdb.base/cached-source-file.exp: New file.
1860
b2770d5e
TV
18612020-02-11 Tom de Vries <tdevries@suse.de>
1862
1863 PR testsuite/25488
1864 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1865
44f6938e
TV
18662020-02-10 Tom de Vries <tdevries@suse.de>
1867
1868 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1869
5f0e2eb7
MR
18702020-02-10 Maciej W. Rozycki <macro@wdc.com>
1871
1872 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1873 and $after_addr are both integers before making a comparison.
1874
46ce2b6f
TV
18752020-02-09 Tom de Vries <tdevries@suse.de>
1876
1877 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1878 command output and paste it into gdb.log. If any, paste catch message
1879 to gdb.log.
1880
5abbbe1d
TT
18812020-02-07 Tom Tromey <tromey@adacore.com>
1882
1883 PR breakpoints/24915:
1884 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1885
1d5d29e7
SV
18862020-02-06 Shahab Vahedi <shahab@synopsys.com>
1887
1888 * gdb.tui/tui-missing-src.exp: Add the "missing source
1889 file" test for the TUI.
1890
b0999b9b
AB
18912020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1892
1893 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1894 including a port number in the output.
1895
c3b149eb
AKS
18962020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1897
1898 * lib/fortran.exp (fortran_int4): Handle clang.
1899 (fortran_int8): Likewise.
1900 (fortran_real4): Likewise.
1901 (fortran_real8): Likewise.
1902 (fortran_complex4): Likewise.
1903 (fortran_logical4): Likewise.
1904 (fortran_character1): Likewise.
1905
f8dcc90b
TV
19062020-02-04 Tom de Vries <tdevries@suse.de>
1907
1908 * README (Race detection): Add note.
1909
f90ac7c2
TV
19102020-02-04 Tom de Vries <tdevries@suse.de>
1911
1912 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1913
780636ae
TV
19142020-02-04 Tom de Vries <tdevries@suse.de>
1915
1916 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1917
5d2e1193
RA
19182020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1919
1920 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1921 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1922 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1923 blttar, bnetarl.
1924 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1925 binary for blttar, bnetarl.
1926 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1927 wait instruction. Delete ldmx test.
1928 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1929
e409c542
AKS
19302020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1931
1932 * gdb.fortran/array-bounds-high.exp: New file.
1933 * gdb.fortran/array-bounds-high.f90: New file.
1934
b0029748
LD
19352020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1936
1937 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1938 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1939
195a8287
TV
19402020-02-01 Tom de Vries <tdevries@suse.de>
1941
1942 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1943
42330a68
AB
19442020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1945
1946 PR tui/9765
1947 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1948 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1949
b62a8028
LM
19502020-01-29 Luis Machado <luis.machado@linaro.org>
1951
1952 * gdb.arch/aarch64-brk-patterns.c: New source file.
1953 * gdb.arch/aarch64-brk-patterns.exp: New test.
1954
5f440116
TBA
19552020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1956
1957 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1958 GCC/Clang version.
1959 * gdb.cp/pass-by-ref.exp: Ditto.
1960
ee2a6fc6
TV
19612020-01-29 Tom de Vries <tdevries@suse.de>
1962
1963 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1964 * gdb.threads/watchpoint-fork-mt.c: Same.
1965 * gdb.threads/watchpoint-fork-parent.c: Same.
1966 * gdb.threads/watchpoint-fork-st.c: Same.
1967 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1968
16b10d6e
LM
19692020-01-27 Luis Machado <luis.machado@linaro.org>
1970
1971 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1972 sitting at a syscall instruction when we hit the syscall function's
1973 breakpoint.
1974 Check PC against one obtained with the x command.
1975 Validate syscall number.
1976 (step_over_syscall): Don't continue to the syscall instruction if
1977 we're already there.
1978
b1468492
PW
19792020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1980
1981 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1982
7ffa82e1
AB
19832020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1984
1985 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1986 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1987
3d92a3e3
AB
19882020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1989
1990 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1991 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1992
94a72be7
AB
19932020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1994
1995 * gdb.base/maint.exp: Update line table parsing test.
1996 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1997
53af73bf
PA
19982020-01-24 Pedro Alves <palves@redhat.com>
1999
2000 PR gdb/25410
2001 * gdb.multi/multi-re-run-1.c: New.
2002 * gdb.multi/multi-re-run-2.c: New.
2003 * gdb.multi/multi-re-run.exp: New.
2004
1ba1ac88
AB
20052020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2006
2007 PR gdb/23718
2008 * gdb.server/server-kill-python.exp: New file.
2009
f3364a6d
AB
20102020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2011
2012 * gdb.server/multi-ui-errors.c: New file.
2013 * gdb.server/multi-ui-errors.exp: New file.
2014
733d0a67
AB
20152020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2016
2017 PR tui/9765
2018 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2019
4f13c1c0
TT
20202020-01-19 Tom Tromey <tom@tromey.com>
2021
2022 * gdb.tui/main.exp: Add check for plain "file".
2023
40c94099
CB
20242020-01-16 Christian Biesinger <cbiesinger@google.com>
2025
2026 * lib/gdb.exp: Fix spelling error (seperatelly).
2027
ff47f4f0
TT
20282020-01-14 Tom Tromey <tom@tromey.com>
2029
2030 PR symtab/12535:
2031 * gdb.python/python.exp: Test decode_line with empty string
2032 argument.
2033
717c684d
BE
20342020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2035
2036 * gdb.base/skip-inline.exp: Extend test.
2037
44e4c775
AB
20382020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2039
2040 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2041 * gdb.dwarf2/dw2-bad-elf.c: New file.
2042 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2043
d93c6db7
AB
20442020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2045
2046 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2047 _line_saw_file.
2048
9a6d629c
AB
20492020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2050
2051 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2052 border.
2053
d9ebdab7
TBA
20542020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2055
2056 * gdb.multi/multi-target.exp (setup): Factor out "info
2057 connections" and "info inferiors" tests to ...
2058 (test_info_inferiors): ... this new procedure.
2059 (top level): Run new "info-inferiors" tests.
2060
f3c469b9
PA
20612020-01-10 Pedro Alves <palves@redhat.com>
2062
2063 * gdb.server/bkpt-other-inferior.exp: New file.
2064
121b3efd
PA
20652020-01-10 Pedro Alves <palves@redhat.com>
2066
2067 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2068 of "add-inferior".
2069 * gdb.base/quit-live.exp: Likewise.
2070 * gdb.base/remote-exec-file.exp: Likewise.
2071 * gdb.guile/scm-progspace.exp: Likewise.
2072 * gdb.linespec/linespec.exp: Likewise.
2073 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2074 * gdb.mi/user-selected-context-sync.exp: Likewise.
2075 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2076 "info inferiors" tests.
2077 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2078 "add-inferior".
2079 * gdb.multi/watchpoint-multi.exp: Likewise.
2080 * gdb.python/py-inferior.exp: Likewise.
2081 * gdb.server/extended-remote-restart.exp: Likewise.
2082 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2083 "info inferiors".
2084 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2085 * gdb.trace/report.exp: Likewise.
2086
1dadb1dd
PA
20872020-01-10 Pedro Alves <palves@redhat.com>
2088
2089 * gdb.multi/multi-target.c: New file.
2090 * gdb.multi/multi-target.exp: New file.
2091 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2092 mode requested, but remote does not support non-stop".
2093
78f2c40a
PA
20942020-01-10 Pedro Alves <palves@redhat.com>
2095
2096 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2097 disconnect before reconnecting.
2098
e7af6c70
TBA
20992020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2100 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.server/connect-without-multi-process.exp: Also test
2103 continuing to end.
2104
acdf84a6
PA
21052020-01-10 Pedro Alves <palves@redhat.com>
2106
2107 * gdb.base/remote-exec-file.exp: New file.
2108
873657b9
PA
21092020-01-10 Pedro Alves <palves@redhat.com>
2110
2111 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2112 output.
2113 * gdb.threads/async.c: New.
2114 * gdb.threads/async.exp: New.
2115 * gdb.multi/tids-gid-reset.c: New.
2116 * gdb.multi/tids-gid-reset.exp: New.
2117
7f0ae84c
GB
21182020-01-10 George Barrett <bob@bob131.so>
2119
2120 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2121 to help in finding the image relocation offset.
2122 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2123 options in arguments.
2124 (stap_test_no_debuginfo): Likewise.
2125 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2126 test variants.
2127 (stap_test): Add null semaphore relocation test.
2128
47e9d49d
GB
21292020-01-10 George Barrett <bob@bob131.so>
2130
2131 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2132 * gdb.base/stap-probe.exp: Likewise.
2133 (stap_test): Pass argument as an additional flag.
2134 (stap_test_no_debuginfo): Likewise.
2135 (stap_test): Check `info probes stap' output for semaphore
2136 addresses if the test binary is supposed to have them.
2137
f5a7c406
AB
21382020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2139
2140 * gdb.tui/basic.exp: Add more scrolling tests.
2141
9ae6bf64
TT
21422020-01-09 Tom Tromey <tom@tromey.com>
2143
2144 PR tui/18932:
2145 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2146 meangingful value.
2147 (Term::command, Term::resize): Update.
2148 * gdb.tui/basic.exp: Add scrolling test.
2149
b2efe70c
AB
21502020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2151
2152 * gdb.tui/tui-layout-asm.exp: New file.
2153
3804da7e
AB
21542020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2155
2156 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2157
b40aa28f
AB
21582020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2159
2160 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2161 (Term::enter_tui): Use Term::prepare_for_tui.
2162
63ffd7c9
AB
21632020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2164
2165 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2166 called.
2167
3be966f6
AB
21682020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2169
2170 * gdb.base/skip.exp: Fix race condition in test.
2171
153d79c4
AB
21722020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2173
2174 * gdb.base/backtrace.c: New file.
2175 * gdb.base/backtrace.exp: New file.
2176
f2302a34
AB
21772020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2178
2179 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2180
6ec1d75e
PW
21812020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2182
2183 * gdb.base/style.exp: Test that warnings are styled.
2184
c296cbe6
BE
21852019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2186
2187 * gdb.base/line65535.exp: New file.
2188 * gdb.base/line65535.c: New file.
2189
b28a729d
SM
21902019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2191
2192 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2193 * lib/gnat_debug_info_test.adb: New file.
2194 * gdb.ada/ptype_tagged_param.exp: Use
2195 gnat_runtime_has_debug_info, expect a different output if
2196 runtime does not have debug info.
2197
7f2d7a0d
SM
21982019-12-20 Simon Marchi <simon.marchi@efficios.com>
2199
2200 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2201 (another) quote in test name.
2202
f3bce483
SM
22032019-12-20 Simon Marchi <simon.marchi@efficios.com>
2204
2205 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2206 Add quote in test name.
2207
c855a912
TBA
22082019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2209
2210 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2211 directory instead.
2212 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2213 * gdb.cp/pass-by-ref-2.cc: New file.
2214 * gdb.cp/pass-by-ref-2.exp: New file.
2215
fc9d2d72
TT
22162019-12-20 Tom Tromey <tom@tromey.com>
2217
2218 * gdb.tui/list-before.exp: New file.
2219
77b97e00
TT
22202019-12-20 Tom Tromey <tom@tromey.com>
2221
2222 * gdb.tui/list.exp: Check for source on initial listing.
2223
f69656d0
TT
22242019-12-11 Tom Tromey <tromey@adacore.com>
2225
2226 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2227 Add crlf test.
2228
99a55965
SM
22292019-12-18 Simon Marchi <simon.marchi@efficios.com>
2230
2231 * gdb.base/default.exp: Update value of $_gdb_major.
2232
5024637f
BE
22332019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2234
2235 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2236
b63634be
BE
22372019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2238
2239 * gdb.base/skip.exp: Whitespace fix.
2240
45d73523
BE
22412019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2242
2243 * gdb.base/skip-inline.c: New file.
2244 * gdb.base/skip-inline.exp: New file.
2245
d043f8c8
SM
22462019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2247
2248 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2249 jit_function_00 to jit_function_stack_mangle.
2250 * gdb.base/jithost.c (jit_function_t): Rename to...
2251 (jit_function_stack_mangle_t): ... this.
2252 (jit_function_add_t): New typedef.
2253 (jit_function_00_code): Rename to...
2254 (jit_function_stack_mangle_code): ... this, make static.
2255 (jit_function_add_code): New.
2256 (main): Generate "add" function and call it. Adjust to changes
2257 in jithost_abi.
2258 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2259 (struct jithost_abi) <begin, end>: Remove fields.
2260 <object, function_stack_mangle, function_add>: New fields.
2261 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2262 code_end>: Remove fields.
2263 <func_stack_mangle>: New field.
2264 (read_debug_info): Adjust to renaming, create block for "add"
2265 function.
2266 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2267
873de05c
TT
22682019-12-11 Tom Tromey <tom@tromey.com>
2269
2270 * gdb.tui/resize.exp: Fix regexp.
2271 * gdb.tui/regs.exp: Fix regexps.
2272 * gdb.tui/main.exp: Fix regexp.
2273
3d979945
TT
22742019-12-11 Tom Tromey <tom@tromey.com>
2275
2276 * gdb.tui/resize.exp: Update.
2277 * gdb.tui/empty.exp (layouts): Update.
2278
2192a9d3
TT
22792019-12-11 Tom Tromey <tom@tromey.com>
2280
2281 * gdb.tui/regs.exp: Update.
2282 * gdb.tui/empty.exp (layouts): Update.
2283 * gdb.tui/basic.exp: Update.
2284 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2285
d8edc8b7
PW
22862019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2287
2288 * gdb.base/options.exp: Add -raw-values in the print completion list.
2289 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2290
4c12d936
KB
22912019-12-10 Kevin Buettner <kevinb@redhat.com>
2292
2293 * gdb.threads/omp-par-scope.c: New file.
2294 * gdb/threads/omp-par-scope.exp: New file.
2295
26b911fb
KB
22962019-12-10 Kevin Buettner <kevinb@redhat.com>
2297
bb47f919
KB
2298 * lib/gdb.exp (support_nested_function_tests): New proc.
2299
23002019-12-10 Kevin Buettner <kevinb@redhat.com>
2301
2302 * lib/gdb.exp (gdb_compile_openmp): New proc.
2303 (build_executable_from_specs): Add an "openmp" option.
2304 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2305
6c71eb7d
TT
23062019-12-10 Tom Tromey <tromey@adacore.com>
2307
2308 * gdb.ada/unchecked_union.exp: New file.
2309 * gdb.ada/unchecked_union/pck.adb: New file.
2310 * gdb.ada/unchecked_union/pck.ads: New file.
2311 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2312 * gdb-utils.exp (string_to_regexp): Also quote "?".
2313
bac7c5cf
GB
23142019-12-10 George Barrett <bob@bob131.so>
2315
2316 Test scripted probe breakpoints.
2317 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2318 * gdb.python/py-breakpoint.c (main): Likewise.
2319 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2320 specifier test.
2321 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2322
330f1d38
TBA
23232019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2324
2325 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2326 an rvalue parameter.
2327 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2328 parameter.
2329
b43315e2
AB
23302019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2331
2332 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2333 modules.
2334
54f73dad
AB
23352019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2336
2337 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2338 broken version of GCC.
2339
d57cbee9
AB
23402019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2341
2342 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2343 sym-info-cmds library.
2344 * gdb.fortran/info-types.exp: Likewise.
2345 * lib/sym-info-cmds.exp: New file.
2346
c14aab8c
TV
23472019-12-08 Tom de Vries <tdevries@suse.de>
2348
2349 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2350
aa2d5a42
KS
23512019-12-07 Keith Seitz <keiths@redhat.com>
2352
2353 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2354 * gdb.base/corefile-buildid-shlib.c: New file.
2355 * gdb.base/corefile-buildid.c: New file.
2356 * gdb.base/corefile-buildid.exp: New file.
2357
93e55f0a
TV
23582019-12-06 Tom de Vries <tdevries@suse.de>
2359
2360 * gdb.dwarf2/varval.exp: Add decl before def test.
2361
c7d12402
TBA
23622019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2363
2364 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2365
06acc08f
TBA
23662019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2367
2368 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2369 CV and reference conversion for overload resolution.
2370 * gdb.cp/rvalue-ref-overload.exp: Test it.
2371
e0fad1ea
PW
23722019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2373
2374 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2375 * gdb.base/frameapply.exp: Test faas without command.
2376
8d70a9f0
AB
23772019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2378
2379 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2380 Fortran tests.
2381 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2382 order.
2383
36c8fb93
AB
23842019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2385
2386 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2387 casting to type with no kind specified.
2388 (test_basic_parsing_of_type_kinds): Additional tests for types
2389 with no kind specified, and add tests for single/double
2390 precision/complex types.
2391
4139ff00
TT
23922019-12-04 Tom Tromey <tromey@adacore.com>
2393
2394 * gdb.base/endianity.c (struct other) <x>: New field.
2395 (main): Initialize it.
2396 * gdb.base/endianity.exp: Update.
2397
a05cf17a
TT
23982019-12-04 Tom Tromey <tromey@adacore.com>
2399
2400 * gdb.ada/scalar_storage/storage.adb: New file.
2401 * gdb.ada/scalar_storage/pck.adb: New file.
2402 * gdb.ada/scalar_storage/pck.ads: New file.
2403 * gdb.ada/scalar_storage.exp: New file.
2404
103a685e
TT
24052019-12-04 Tom Tromey <tromey@adacore.com>
2406
2407 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2408 (main): Initialize it.
2409 * gdb.base/endianity.exp: Update.
2410
c2512106
AB
24112019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2412
2413 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2414
293b38d6
AB
24152019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2416
2417 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2418 -symbol-info-module-functions and -symbol-info-module-variables.
2419
216a7e6b
AB
24202019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2421
2422 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2423
5bbd8269
AB
24242019-12-01 Richard Bunt <richard.bunt@arm.com>
2425 Andrew Burgess <andrew.burgess@embecosm.com>
2426
2427 * gdb.fortran/derived-type-striding.exp: New file.
2428 * gdb.fortran/derived-type-striding.f90: New file.
2429 * gdb.fortran/array-slices.exp: New file.
2430 * gdb.fortran/array-slices.f90: New file.
2431
be09caf1
PW
24322019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2433
2434 * gdb.base/define.exp: Test . in command names.
2435 * gdb.base/setshow.exp: Update test, as . is now part of
2436 command name.
2437
643c0cbe
PW
24382019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2439
2440 * gdb.base/define-prefix.exp: New file.
2441
dcdec678
AB
24422019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2443
2444 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2445 compile.
2446 (skip_btrace_pt_tests): Likewise.
2447
640ab947
AB
24482019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2449
2450 * gdb.fortran/info-modules.exp: Compile source files in correct
2451 order.
2452
d22670f0
KB
24532019-11-27 Kevin Buettner <kevinb@redhat.com>
2454
2455 * gdb.dwarf2/imported-unit.exp: New file.
2456 * gdb.dwarf2/imported-unit.c: New file.
2457
db5960b4
AB
24582019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2459
2460 * gdb.mi/mi-fortran-modules-2.f90: New file.
2461 * gdb.mi/mi-fortran-modules.exp: New file.
2462 * gdb.mi/mi-fortran-modules.f90: New file.
2463
7dc42066
AB
24642019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2465
2466 * gdb.mi/mi-sym-info-1.c: New file.
2467 * gdb.mi/mi-sym-info-2.c: New file.
2468 * gdb.mi/mi-sym-info.exp: New file.
2469
0dfeecca
TT
24702019-11-22 Tom Tromey <tromey@adacore.com>
2471
2472 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2473 * gdb.ada/tasks/foo.adb: Add another stopping location.
2474
34877895
PJ
24752019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2476
2477 * gdb.base/endianity.c: New test.
2478 * gdb.base/endianity.exp: New file.
2479
2e84f897
LD
24802019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2481
2482 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2483
65d1cd5f
TV
24842019-11-21 Tom de Vries <tdevries@suse.de>
2485
2486 PR gdb/24956
2487 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2488
4f22c3f4
SDJ
24892019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2490
2491 * gdb.python/py-progspace.exp: Add missing parentheses on some
2492 'print' commands.
2493
9f6ad286
TT
24942019-11-19 Tom Tromey <tom@tromey.com>
2495
2496 * gdb.tui/winheight.exp: New file.
2497
0b8dbf3f
AB
24982019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2499
2500 * gdb.base/ctf-whatis.c: Delete.
2501 * gdb.base/ctf-whatis.exp: Delete.
2502 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2503
f833b7a7
AB
25042019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2505
2506 * gdb.base/ctf-cvexpr.exp: Delete.
2507 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2508
30d0a636
AB
25092019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2510
2511 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2512 the compiler. Clean up header comment a little.
2513 * gdb.base/ctf-ptype.exp: Likewise.
2514 * gdb.base/ctf-whatis.exp: Likewise.
2515 * lib/gdb.exp (skip_ctf_tests): New proc.
2516
494409bb
SDJ
25172019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2518
2519 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2520 * gdb.tui/corefile-run.exp: New file.
2521
55708e99
TT
25222019-11-14 Tom Tromey <tromey@adacore.com>
2523
2524 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2525 regression tests.
2526
45e42163
TT
25272019-11-12 Tom Tromey <tom@tromey.com>
2528
2529 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2530 after any command. Expect prompt after WAIT_FOR is seen.
2531 (enter_tui): Enable resize messages.
2532 (command): Expect command in output.
2533 (get_line): Avoid error when cursor appears to be off-screen.
2534 (dump_screen): Include screen size in title.
2535 (_do_resize): New proc, from "resize".
2536 (resize): Rewrite. Do resize in two steps.
2537 * gdb.tui/empty.exp (layouts): Fix entries.
2538 (check_boxes): Remove xfail.
2539 (check_text): Dump screen on failure.
2540
086baaf1
AB
25412019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2542
2543 * gdb.python/py-symbol.exp: Add test for
2544 gdb.lookup_static_symbols.
2545
09ff83af
AB
25462019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2547
2548 * gdb.python/py-symbol.c: Declare and call function from new
2549 py-symbol-2.c file.
2550 * gdb.python/py-symbol.exp: Compile both source files, and add new
2551 tests for gdb.lookup_static_symbol.
2552 * gdb.python/py-symbol-2.c: New file.
2553
11af934b
TV
25542019-11-02 Tom de Vries <tdevries@suse.de>
2555
2556 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2557 * gdb.base/anon.exp: Same.
2558 * gdb.base/auto-connect-native-target.exp: Same.
2559 * gdb.base/call-ar-st.exp: Same.
2560 * gdb.base/catch-syscall.exp: Same.
2561 * gdb.base/commands.exp: Same.
2562 * gdb.base/default.exp: Same.
2563 * gdb.base/display.exp: Same.
2564 * gdb.base/float.exp: Same.
2565 * gdb.base/foll-fork.exp: Same.
2566 * gdb.base/help.exp: Same.
2567 * gdb.base/info-macros.exp: Same.
2568 * gdb.base/info-proc.exp: Same.
2569 * gdb.base/info-target.exp: Same.
2570 * gdb.base/long_long.exp: Same.
2571 * gdb.base/macscp.exp: Same.
2572 * gdb.base/memattr.exp: Same.
2573 * gdb.base/nofield.exp: Same.
2574 * gdb.base/pointers.exp: Same.
2575 * gdb.base/printcmds.exp: Same.
2576 * gdb.base/ptype.exp: Same.
2577 * gdb.base/restore.exp: Same.
2578 * gdb.base/return.exp: Same.
2579 * gdb.base/scope.exp: Same.
2580 * gdb.base/set-noassign.exp: Same.
2581 * gdb.base/setshow.exp: Same.
2582 * gdb.base/shlib-call.exp: Same.
2583 * gdb.base/signals.exp: Same.
2584 * gdb.base/sigstep.exp: Same.
2585 * gdb.base/skip.exp: Same.
2586 * gdb.base/solib-symbol.exp: Same.
2587 * gdb.base/stap-probe.exp: Same.
2588 * gdb.base/step-line.exp: Same.
2589 * gdb.base/step-test.exp: Same.
2590 * gdb.base/style.exp: Same.
2591 * gdb.base/varargs.exp: Same.
2592 * gdb.base/vla-datatypes.exp: Same.
2593 * gdb.base/vla-ptr.exp: Same.
2594 * gdb.base/vla-sideeffect.exp: Same.
2595 * gdb.base/volatile.exp: Same.
2596 * gdb.base/watch-cond-infcall.exp: Same.
2597 * gdb.base/watchpoint.exp: Same.
2598
e96ec2ba
TV
25992019-11-02 Tom de Vries <tdevries@suse.de>
2600
2601 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2602 * gdb.cp/cpexprs.exp: Same.
2603 * gdb.cp/except-multi-location.exp: Same.
2604 * gdb.cp/exceptprint.exp: Same.
2605 * gdb.cp/gdb2384.exp: Same.
2606 * gdb.cp/inherit.exp: Same.
2607 * gdb.cp/m-static.exp: Same.
2608 * gdb.cp/meth-typedefs.exp: Same.
2609 * gdb.cp/misc.exp: Same.
2610 * gdb.cp/namespace.exp: Same.
2611 * gdb.cp/non-trivial-retval.exp: Same.
2612 * gdb.cp/overload.exp: Same.
2613 * gdb.cp/pr17132.exp: Same.
2614 * gdb.cp/re-set-overloaded.exp: Same.
2615 * gdb.cp/rvalue-ref-types.exp: Same.
2616 * gdb.cp/templates.exp: Same.
2617
bd5766ec
LM
26182019-11-01 Luis Machado <luis.machado@linaro.org>
2619
2620 PR gdb/25124
2621
2622 * gdb.arch/pr25124.S: New file.
2623 * gdb.arch/pr25124.exp: New file.
2624
165f8965
AB
26252019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2626
2627 * gdb.fortran/info-modules.exp: Update expected results, and add
2628 additional tests for 'info module functinos', and 'info module
2629 variables'.
2630 * gdb.fortran/info-types.exp: Update expected results.
2631 * gdb.fortran/info-types.f90: Extend testcase with additional
2632 module variables and functions.
2633
59c35742
AB
26342019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2635
2636 * gdb.fortran/info-modules.exp: New file.
2637 * gdb.fortran/info-types.exp: Build with new file.
2638 * gdb.fortran/info-types.f90: Include and use new module.
2639 * gdb.fortran/info-types-2.f90: New file.
2640
f3fb2519
PW
26412019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2642
2643 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2644 * gdb.base/settings.exp: Test all settings types using
2645 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2646 that now verifies that the value of "maint show" is the same as
2647 returned by the settings functions. Test the type of the
2648 maintenance settings.
2649 * gdb.base/default.exp: Update show_conv_list.
2650
d1e36019
TV
26512019-10-31 Tom de Vries <tdevries@suse.de>
2652
2653 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2654 gdb_test.
2655 * gdb.arch/amd64-disp-step.exp: Same.
2656 * gdb.asm/asm-source.exp: Same.
2657 * gdb.btrace/buffer-size.exp: Same.
2658 * gdb.btrace/cpu.exp: Same.
2659 * gdb.btrace/enable.exp: Same.
2660 * gdb.dwarf2/count.exp: Same.
2661 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2662 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2663 * gdb.fortran/vla-datatypes.exp: Same.
2664 * gdb.fortran/vla-history.exp: Same.
2665 * gdb.fortran/vla-ptype.exp: Same.
2666 * gdb.fortran/vla-value.exp: Same.
2667 * gdb.fortran/whatis_type.exp: Same.
2668 * gdb.guile/guile.exp: Same.
2669 * gdb.multi/tids.exp: Same.
2670 * gdb.python/py-finish-breakpoint.exp: Same.
2671 * gdb.python/py-framefilter.exp: Same.
2672 * gdb.python/py-pp-registration.exp: Same.
2673 * gdb.python/py-xmethods.exp: Same.
2674 * gdb.python/python.exp: Same.
2675 * gdb.server/connect-with-no-symbol-file.exp: Same.
2676 * gdb.server/no-thread-db.exp: Same.
2677 * gdb.server/run-without-local-binary.exp: Same.
2678 * gdb.stabs/weird.exp: Same.
2679 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2680 * gdb.threads/thread-find.exp: Same.
2681 * gdb.threads/tls-shared.exp: Same.
2682 * gdb.threads/tls.exp: Same.
2683 * gdb.threads/wp-replication.exp: Same.
2684 * gdb.trace/ax.exp: Same.
2685 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2686
3d11e68e
TV
26872019-10-31 Tom de Vries <tdevries@suse.de>
2688
2689 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2690 * gdb.ada/array_subscript_addr.exp: Same.
2691 * gdb.ada/arrayidx.exp: Same.
2692 * gdb.ada/arrayparam.exp: Same.
2693 * gdb.ada/arrayptr.exp: Same.
2694 * gdb.ada/boolean_expr.exp: Same.
2695 * gdb.ada/call_pn.exp: Same.
2696 * gdb.ada/complete.exp: Same.
2697 * gdb.ada/fixed_cmp.exp: Same.
2698 * gdb.ada/fun_addr.exp: Same.
2699 * gdb.ada/funcall_param.exp: Same.
2700 * gdb.ada/interface.exp: Same.
2701 * gdb.ada/mod_from_name.exp: Same.
2702 * gdb.ada/null_array.exp: Same.
2703 * gdb.ada/packed_array.exp: Same.
2704 * gdb.ada/packed_tagged.exp: Same.
2705 * gdb.ada/print_chars.exp: Same.
2706 * gdb.ada/print_pc.exp: Same.
2707 * gdb.ada/ptype_arith_binop.exp: Same.
2708 * gdb.ada/ptype_field.exp: Same.
2709 * gdb.ada/ptype_tagged_param.exp: Same.
2710 * gdb.ada/rec_return.exp: Same.
2711 * gdb.ada/ref_tick_size.exp: Same.
2712 * gdb.ada/str_ref_cmp.exp: Same.
2713 * gdb.ada/taft_type.exp: Same.
2714 * gdb.ada/tagged.exp: Same.
2715 * gdb.ada/type_coercion.exp: Same.
2716 * gdb.ada/uninitialized_vars.exp: Same.
2717
60b6ede8
TV
27182019-10-30 Tom de Vries <tdevries@suse.de>
2719
2720 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2721
30baf67b
TV
27222019-10-26 Tom de Vries <tdevries@suse.de>
2723
2724 * gdb.base/bigcore.c: Fix typos in comments.
2725 * gdb.base/ctf-ptype.c: Same.
2726 * gdb.base/long_long.c: Same.
2727 * gdb.dwarf2/dw2-op-out-param.S: Same.
2728 * gdb.python/py-evthreads.c: Same.
2729 * gdb.reverse/i387-stack-reverse.c: Same.
2730 * gdb.trace/tfile.c: Same.
2731 * lib/compiler.c: Same.
2732 * lib/compiler.cc: Same.
2733
158da0d1
TV
27342019-10-25 Tom de Vries <tdevries@suse.de>
2735
2736 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2737 gdb_test_multiple calls.
2738 * gdb.reverse/sigall-reverse.exp: Same.
2739 * gdb.reverse/solib-precsave.exp: Same.
2740 * gdb.reverse/solib-reverse.exp: Same.
2741 * gdb.reverse/until-precsave.exp: Same.
2742 * gdb.reverse/until-reverse.exp: Same.
2743
4ccdfbec
TV
27442019-10-24 Tom de Vries <tdevries@suse.de>
2745
2746 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2747 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2748 kfail using -wrap pattern flag and convenience variable
2749 gdb_test_name.
2750
33d569b7
AB
27512019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2752
2753 * gdb.python/py-progspace.exp: Add tests for the
2754 Progspace.block_for_pc method.
2755
4d0b984b
TT
27562019-10-23 Tom Tromey <tom@tromey.com>
2757
2758 * configure: Rebuild.
2759 * aclocal.m4: Use m4_include, not sinclude.
2760
94cb3754
TV
27612019-10-21 Tom de Vries <tdevries@suse.de>
2762
2763 * gdb.base/infcall-nested-structs.c: Add
2764 __attribute__((noinline,noclone)) to all functions.
2765 (call_all): Add missing variable initialization. Simplify return value.
2766 (breakpt): Increment volatile variable, to prevent call from being
2767 optimized out.
2768 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2769
062f1fc1
TV
27702019-10-17 Tom de Vries <tdevries@suse.de>
2771
2772 * gdb.fortran/module.exp: Allow info variables to print info for files
2773 other than module.f90.
2774
0b54364d
AB
27752019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2776
2777 * gdb.fortran/module.exp: Extend with 'info variables' test.
2778
7ff5fae7
AB
27792019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2780
2781 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2782 F77_FOR_TARGET.
2783
d10eccaa
TV
27842019-10-16 Tom de Vries <tdevries@suse.de>
2785
2786 PR tdep/25096
2787 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2788
745ff14e
TV
27892019-10-16 Tom de Vries <tdevries@suse.de>
2790
2791 PR tdep/24104
2792 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2793 Add KFAIL for PR tdep/25096.
2794
03e1ab94
TV
27952019-10-16 Tom de Vries <tdevries@suse.de>
2796
2797 PR testsuite/25059
2798 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2799
b17fcc10
TV
28002019-10-16 Tom de Vries <tdevries@suse.de>
2801
2802 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2803 as signed.
2804
9223170f
SM
28052019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2806
2807 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2808 one instead of increasing timeout.
2809
d6e76313
TV
28102019-10-13 Tom de Vries <tdevries@suse.de>
2811
2812 PR record/25038
2813 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2814 * gdb.reverse/sigall-reverse.exp: Same.
2815 * gdb.reverse/solib-precsave.exp: Same.
2816 * gdb.reverse/solib-reverse.exp: Same.
2817 * gdb.reverse/step-precsave.exp: Same.
2818 * gdb.reverse/until-precsave.exp: Same.
2819 * gdb.reverse/until-reverse.exp: Same.
2820 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2821
6dfc0041
AA
28222019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2823
2824 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2825 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2826 (cmp_struct_05_01, cmp_struct_static_02_01)
2827 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2828 comparisons.
2829
abcf2cc8
TV
28302019-10-10 Tom de Vries <tdevries@suse.de>
2831
2832 PR testsuite/24888
2833 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2834 gnatlink.
2835
a50faaf6
TV
28362019-10-09 Tom de Vries <tdevries@suse.de>
2837
2838 PR testsuite/25048
2839 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2840
60ff3cd7
AB
28412019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2842
2843 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2844 exceptions due to missing debug information.
2845
dfee8566
TV
28462019-10-07 Tom de Vries <tdevries@suse.de>
2847
2848 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2849
3d63690a
AB
28502019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2851
2852 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2853 * gdb.base/annota1.exp: Update to use gdb_test_name.
2854
30d1f018
WP
28552019-10-07 Weimin Pan <weimin.pan@oracle.com>
2856
2857 * gdb.base/ctf-whatis.exp: New file.
2858 * gdb.base/ctf-whatis.c: New file.
2859 * gdb.base/ctf-ptype.exp: New file.
2860 * gdb.base/ctf-ptype.c: New file.
2861 * gdb.base/ctf-constvars.exp: New file.
2862 * gdb.base/ctf-constvars.c: New file.
2863 * gdb.base/ctf-cvexpr.exp: New file.
2864
4dbbb47c
TV
28652019-10-04 Tom de Vries <tdevries@suse.de>
2866
2867 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2868 for loop.
2869
77c2dba3
TT
28702019-10-03 Tom Tromey <tom@tromey.com>
2871
2872 PR rust/24976:
2873 * gdb.rust/simple.rs (Union2): New type.
2874 (main): Use Union2.
2875 * gdb.rust/simple.exp: Add test.
2876
179aed7f
AB
28772019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2878
2879 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2880 nested function prefix.
2881
0a4b0913
AB
28822019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2883 Richard Bunt <richard.bunt@arm.com>
2884 Andrew Burgess <andrew.burgess@embecosm.com>
2885
2886 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2887 nested functions.
2888 * gdb.fortran/nested-funcs.f90: Update expected results.
2889 * gdb.fortran/nested-funcs-2.exp: New file.
2890 * gdb.fortran/nested-funcs-2.f90: New file.
2891
082cce05
AB
28922019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2893
2894 * gdb.python/py-parameter.exp: Make test names unique.
2895 * gdb.python/py-template.exp: Likewise.
2896 * gdb.python/py-value.exp: Likewise.
2897
2b74ba5a
AB
28982019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2899
2900 * gdb.base/break-interp.exp: Reduce test name duplication.
2901 * gdb.base/call-sc.exp: Likewise.
2902 * gdb.base/callfuncs.exp: Likewise.
2903 * gdb.base/charset.exp: Likewise.
2904 * gdb.base/dump.exp: Likewise.
2905 * gdb.base/ena-dis-br.exp: Likewise.
2906 * gdb.base/relational.exp: Likewise.
2907 * gdb.base/step-over-syscall.exp: Likewise.
2908 * gdb.base/structs.exp: Likewise.
2909
58eb20d5
AB
29102019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2911
2912 * gdb.linespec/explicit.exp: Make test names unique.
2913 * gdb.linespec/ls-errs.exp: Likewise.
2914
4d421147
AB
29152019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2916
2917 * gdb.reverse/break-precsave.exp: Make test names unique.
2918 * gdb.reverse/break-reverse.exp: Likewise.
2919 * gdb.reverse/finish-precsave.exp: Likewise.
2920 * gdb.reverse/finish-reverse.exp: Likewise.
2921 * gdb.reverse/machinestate-precsave.exp: Likewise.
2922 * gdb.reverse/machinestate.exp: Likewise.
2923 * gdb.reverse/readv-reverse.exp: Likewise.
2924 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2925 * gdb.reverse/sigall-precsave.exp: Likewise.
2926 * gdb.reverse/sigall-reverse.exp: Likewise.
2927 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2928 * gdb.reverse/watch-precsave.exp: Likewise.
2929 * gdb.reverse/watch-reverse.exp: Likewise.
2930
d8c06f22
AB
29312019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2932
2933 * gdb.threads/stop-with-handle.c: New file.
2934 * gdb.threads/stop-with-handle.exp: New file.
2935
3a56ed86
TV
29362019-10-03 Tom de Vries <tdevries@suse.de>
2937
2938 PR testsuite/25059
2939 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2940 directory" line to be missing.
2941
42275044
TV
29422019-10-03 Tom de Vries <tdevries@suse.de>
2943
2944 PR testsuite/25059
2945 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2946 type optional.
2947
9ef62df0
AA
29482019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2949
2950 * gdb.python/py-format-string.c (string.h): New include.
2951 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2952 the same value, for endianness-independence.
2953 * gdb.python/py-format-string.exp (default_regexp_dict)
2954 (test_pretty_structs, test_format): Adjust expected output to the
2955 changed initialization.
2956
37f6a7f4
TT
29572019-10-02 Tom Tromey <tromey@adacore.com>
2958
2959 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2960
1d58d6a2
PA
29612019-10-02 Pedro Alves <palves@redhat.com>
2962 Andrew Burgess <andrew.burgess@embecosm.com>
2963
2964 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2965 "print-file-var.h".
2966 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2967 (get_version_1): Print this_version_id and its address.
2968 Add extern "C" wrappers around interface functions.
2969 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2970 "print-file-var.h".
2971 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2972 (get_version_2): Print this_version_id and its address.
2973 Add extern "C" wrappers around interface functions.
2974 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2975 <stddef.h> and "print-file-var.h".
2976 Add extern "C" wrappers around interface functions.
2977 [VERSION_ID_MAIN] (this_version_id): Define.
2978 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2979 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2980 up extern "C" blocks.
2981 * gdb.base/print-file-var.exp (test): New, factored out from top
2982 level.
2983 (top level): Test all combinations of attribute hidden or not,
2984 dlopen or not, and this_version_id symbol in main file or not.
2985 Compile tests as both C++ and C, make test names unique.
2986
d770d56f
TT
29872019-10-01 Tom Tromey <tom@tromey.com>
2988
2989 * gdb.base/style.exp: Test "show logging filename".
2990
7f6aba03
TT
29912019-10-01 Tom Tromey <tom@tromey.com>
2992
2993 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2994 * gdb.base/style.exp: Add metadata style test.
2995
14309bb6
TT
29962019-10-01 Tom Tromey <tom@tromey.com>
2997
2998 * gdb.base/style.exp: Test "pwd".
2999
2a3c1174
PA
30002019-10-01 Tom Tromey <tom@tromey.com>
3001
3002 * gdb.base/style.exp: Update tests.
3003
53d666ec
AA
30042019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3005
3006 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3007 'six' to unsigned.
3008 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3009 'five'. Use an all-ones bit pattern for each.
3010 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3011 to its changed values.
3012
4a56a520
TT
30132019-09-30 Tom Tromey <tromey@adacore.com>
3014
3015 * gdb.rust/traits.rs: Disable all warnings.
3016
0df0352a
TV
30172019-09-29 Tom de Vries <tdevries@suse.de>
3018
aac66a4c 3019 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3020
73d9a918
TV
30212019-09-29 Tom de Vries <tdevries@suse.de>
3022
3023 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3024
060b3ab4
TV
30252019-09-27 Tom de Vries <tdevries@suse.de>
3026
3027 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3028
68f7d34d
TV
30292019-09-27 Tom de Vries <tdevries@suse.de>
3030
3031 PR record/23188
3032 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3033
5d63b30a
TT
30342019-09-26 Tom Tromey <tromey@adacore.com>
3035
3036 * gdb.ada/py_taft.exp: New file.
3037 * gdb.ada/py_taft/main.adb: New file.
3038 * gdb.ada/py_taft/pkg.adb: New file.
3039 * gdb.ada/py_taft/pkg.ads: New file.
3040
3d435220
TV
30412019-09-24 Tom de Vries <tdevries@suse.de>
3042
3043 PR gdb/24598
3044 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3045
77d03678
TV
30462019-09-22 Tom de Vries <tdevries@suse.de>
3047
3048 * gdb.base/restore.exp: Allow register variables to be optimized out at
3049 -O0.
3050
abf516c6
UW
30512019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3052
3053 * gdb.arch/spu-info.exp: Remove file.
3054 * gdb.arch/spu-info.c: Remove file.
3055 * gdb.arch/spu-ls.exp: Remove file.
3056 * gdb.arch/spu-ls.c: Remove file.
3057
3058 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3059 * gdb.asm/spu.inc: Remove file.
3060
3061 * gdb.base/dump.exp: Remove support for spu*-*-*.
3062 * gdb.base/stack-checking.exp: Likewise.
3063 * gdb.base/overlays.exp: Likewise.
3064 * gdb.base/ovlymgr.c: Likewise.
3065 * gdb.base/spu.ld: Remove file.
3066
3067 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3068 * gdb.cp/cpexprs.exp: Likewise.
3069 * gdb.cp/exception.exp: Likewise.
3070 * gdb.cp/gdb2495.exp: Likewise.
3071 * gdb.cp/mb-templates.exp: Likewise.
3072 * gdb.cp/pr9167.exp: Likewise.
3073 * gdb.cp/userdef.exp: Likewise.
3074
3075 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3076
3077 * gdb.cell: Remove directory.
3078 * lib/cell.exp: Remove file.
3079
e452e88f
TV
30802019-09-19 Tom de Vries <tdevries@suse.de>
3081
3082 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3083
8a625130
TV
30842019-09-19 Tom de Vries <tdevries@suse.de>
3085
3086 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3087
81dc3ab5
TV
30882019-09-19 Tom de Vries <tdevries@suse.de>
3089
3090 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3091 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3092 (gdb_target_cmd): ... here.
3093 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3094 value 2.
3095
b078f3ac
AB
30962019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3097
3098 * gdb.base/source-dir.exp: Avoid having directory names in test
3099 names.
3100
f1b620e9
MG
31012019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3102
3103 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3104 directory.
3105
67f3ed6a
AB
31062019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3107
3108 * gdb.base/list-missing-source.exp: New file.
3109
d1b70248
TV
31102019-09-14 Tom de Vries <tdevries@suse.de>
3111
3112 PR teststuite/24599
3113 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3114 * lib/ada.exp (gnatmake_version_at_least): New proc.
3115
5fabdcd6
AB
31162019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3117
3118 * gdb.base/maint.exp: Use exec_has_index_section.
3119
aa17805f
AB
31202019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3121
3122 * gdb.base/maint.exp: Add test for 'maint info sections'.
3123
25e5c209
TV
31242019-09-12 Tom de Vries <tdevries@suse.de>
3125
3126 * gdb.base/store.exp: Allow register variables to be optimized out at
3127 -O0.
3128
4993045d
PW
31292019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3130
3131 * gdb.ada/rdv_wait.exp: Update to new task names.
3132 * gdb.base/task_switch_in_core.exp: Likewise.
3133 * gdb.base/info_sources_base.c: Likewise.
3134
8a516164
TT
31352019-09-10 Tom Tromey <tromey@adacore.com>
3136
3137 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3138
aa391654
TT
31392019-09-10 Tom Tromey <tromey@adacore.com>
3140
3141 * gdb.ada/dgopt.exp: New file.
3142 * gdb.ada/dgopt/x.adb: New file.
3143
8634b462
TT
31442019-09-08 Tom Tromey <tom@tromey.com>
3145
3146 * gdb.tui/resize.exp: Remove setup_xfail.
3147 * gdb.tui/regs.exp: Remove setup_xfail.
3148 * gdb.tui/basic.exp: Remove setup_xfail.
3149
736b0f76
DB
31502019-09-06 David Blaikie <dblaikie@gmail.com>
3151
3152 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3153 * gdb.cp/cplabel.exp: Ditto.
3154 * gdb.linespec/ls-errs.exp: Ditto.
3155
30331a6c
TV
31562019-09-05 Tom de Vries <tdevries@suse.de>
3157
3158 * lib/gdb.exp (cmp_file_string): New proc.
3159 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3160 runto_main. Verify save breakpoints output.
3161
98b0ebab
PW
31622019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3163
3164 * gdb.base/info-var.exp: Test info variables without running
3165 to main, to avoid expect's buffer overflow.
3166
4e962e74
TT
31672019-09-03 Tom Tromey <tromey@adacore.com>
3168
3169 * gdb.ada/bias.exp: New file.
3170 * gdb.ada/bias/bias.adb: New file.
3171 * gdb.ada/print_chars.exp: Add regression test.
3172 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3173 (MC): New variable.
3174
2ea1a07a
SL
31752019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3176
3177 * gdb.base/argv0-symlink.exp: Run only on native target
3178 and local host.
3179
8077c50d
TV
31802019-08-29 Tom de Vries <tdevries@suse.de>
3181
3182 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3183 diverse debug info.
3184 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3185
48352473
TV
31862019-08-28 Tom de Vries <tdevries@suse.de>
3187
3188 * gdb.base/info-var.exp: Allow info variables to print info for files
3189 other than info-var-f1.c and info-var-f2.c.
3190
d8f27c60
AB
31912019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3192
3193 * gdb.fortran/info-types.exp: Add module.
3194 * gdb.fortran/info-types.f90: Update expected results.
3195
1f20c35e
AB
31962019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3197
3198 * gdb.fortran/info-types.exp: New file.
3199 * gdb.fortran/info-types.f90: New file.
3200 * lib/fortran.exp (fortran_character1): New proc.
3201
4acfdd20
AB
32022019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3203
3204 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3205 functions'. Reindent as needed.
3206 * gdb.base/info-var-f1.c: New file.
3207 * gdb.base/info-var-f2.c: New file.
3208 * gdb.base/info-var.exp: New file.
3209 * gdb.base/info-var.h: New file.
3210
5c31b358
TV
32112019-08-26 Tom de Vries <tdevries@suse.de>
3212
3213 PR c++/24852
3214 * gdb.cp/no-libstdcxx-probe.exp: New test.
3215
b694989f
TV
32162019-08-26 Tom de Vries <tdevries@suse.de>
3217
3218 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3219 * tests need to be skipped.
3220 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3221 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3222 mi_skip_libstdcxx_probe_tests.
3223
d9c4ba53
SDJ
32242019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3225
3226 * gdb.python/py-xmethods.exp: Use raw strings when passing
3227 arguments to SimpleXMethodMatcher.
3228
395fad09
TV
32292019-08-22 Tom de Vries <tdevries@suse.de>
3230
3231 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3232 more informative.
3233
26c957f1
PA
32342019-08-21 Pedro Alves <palves@redhat.com>
3235
3236 * gdb.base/with.exp: Test "with" with no arguments.
3237
61f80d5d
TV
32382019-08-21 Tom de Vries <tdevries@suse.de>
3239
3240 * gdb.base/gdb-caching-proc.exp: Sort files.
3241
d7a11d13
TV
32422019-08-20 Tom de Vries <tdevries@suse.de>
3243
3244 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3245 compilation.
3246
34dafe9f
TV
32472019-08-16 Tom de Vries <tdevries@suse.de>
3248
3249 * gdb.base/compare-sections.exp ("after run to main"): Allow
3250 mismatched read-only sections for PIE executables.
3251
398fdd60
TT
32522019-08-16 Tom Tromey <tom@tromey.com>
3253
3254 * lib/tuiterm.exp (_csi_Z): New proc.
3255 * gdb.tui/basic.exp: Update window positions.
3256 * gdb.tui/empty.exp: Update window positions.
3257
d8f9e51c
SL
32582019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3259
3260 * gdb.base/examine-backward.exp: Correct regexp for
3261 "examine 3 bytes backward from ${address_zero}".
3262
3df505f6
TT
32632019-08-15 Tom Tromey <tom@tromey.com>
3264
3265 * gdb.tui/empty.exp: Enable resizing tests.
3266
272560b5
TT
32672019-08-15 Tom Tromey <tromey@adacore.com>
3268
3269 * gdb.ada/char_enum.exp: Add regression tests.
3270 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3271 and '0'.
3272 (Char, Gchar): Update.
3273 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3274
08235187
CB
32752019-08-15 Christian Biesinger <cbiesinger@google.com>
3276
3277 * gdb.python/python.exp: Expect a leading underscore on
3278 GdbOutput{,Error}File.
3279
22a2ab04
SL
32802019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3281
3282 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3283 Windows host.
3284
835b995b
SL
32852019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3286
3287 * gdb.base/batch-preserve-term-settings.exp
3288 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3289
97dd8e07
CB
32902019-08-15 Christian Biesinger <cbiesinger@google.com>
3291
3292 * lib/gdb.exp: When running on a mingw target, replace
3293 /x/ with x:/.
3294
75faf5c4
AH
32952019-08-14 Alan Hayward <alan.hayward@arm.com>
3296
3297 * gdb.arch/aarch64-prologue.c: New test.
3298 * gdb.arch/aarch64-prologue.exp: New file.
3299
abc6c00f
TV
33002019-08-13 Tom de Vries <tdevries@suse.de>
3301
3302 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3303 Thread.
3304
74c2c1f4
SL
33052019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3306
3307 * gdb.python/py-completion.exp: Download the .py file to the host
3308 and use its host pathname. Conditionalize tests that use
3309 tab completion and manipulate files on the build machine.
3310 * gdb.python/py-events.exp: Download the .py file to the host
3311 and use its host pathname.
3312 * gdb.python/py-evsignal.exp: Likewise.
3313 * gdb.python/py-evthreads.exp: Likewise.
3314 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3315 pathname syntax.
3316 * gdb.python/py-framefilter.exp: Download the .py file to the right
3317 place on the host. Match Windows pathname syntax.
3318 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3319 .py file to the host and use its host pathname.
3320 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3321 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3322 build pathname. Skip symlink test on Windows host. Add missing
3323 newline at end of file.
3324 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3325 and use its host pathname.
3326 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3327 * gdb.python/py-section-script.exp: Use host location of binfile
3328 on safe-path. Use correct path separator on Windows host.
3329 Reorder alternatives in gdb_test_multiple to prevent matching
3330 the wrong alternative on success.
3331 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3332
ca2589f3
PP
33332019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3334
3335 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3336 expect the GDB inferior to no longer immediately stop after
3337 being resumed with "signal SIGINT".
3338
020a839d
SL
33392019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3340
3341 * gdb.linespec/break-ask.exp: Generalize regexps to match
3342 Windows pathnames too.
3343
128d6509
TV
33442019-08-08 Tom de Vries <tdevries@suse.de>
3345
3346 PR testsuite/24862
3347 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3348
590042fc
PW
33492019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3350
3351 * gdb.base/style.exp: Update tests for help doc new invariants.
3352 * gdb.base/help.exp: Likewise.
3353
046bebe1
TT
33542019-08-06 Tom Tromey <tom@tromey.com>
3355
3356 * gdb.base/style.exp: Add disassemble test.
3357 * gdb.base/style.c (some_called_function): New function.
3358 (main): Use it.
3359
0b27c27d
CB
33602019-08-05 Christian Biesinger <cbiesinger@google.com>
3361
3362 * gdb.python/py-block.exp: Test dictionary access on blocks.
3363
580f1034
SM
33642019-08-05 Simon Marchi <simon.marchi@efficios.com>
3365
3366 PR gdb/24863
3367 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3368 -list-thread-groups --available test when running under
3369 check-read1.
3370
d86bd7cb
TV
33712019-08-05 Tom de Vries <tdevries@suse.de>
3372
3373 PR testsuite/24863
3374 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3375 * gdb.base/help.exp: Use with_read1_timeout_factor.
3376 * gdb.base/info-macros.exp: Same.
3377 * gdb.cp/nested-types.exp: Same.
3378
a80cf5d8
TV
33792019-08-05 Tom de Vries <tdevries@suse.de>
3380
3381 * lib/gdb.exp (version_at_least): Factor out of ...
3382 (tcl_version_at_least): ... here.
3383 (gdb_compile): Fail if pie results in non-PIE executable.
3384 (readelf_version, readelf_prints_pie): New proc.
3385 (exec_is_pie): Return -1 if unknown.
3386
d0962838
TV
33872019-08-05 Tom de Vries <tdevries@suse.de>
3388
3389 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3390
2252ff3d
SL
33912019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3392
3393 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3394
26655f53
SL
33952019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3396
3397 * lib/completion-support.exp (test_gdb_complete_none): Skip
3398 tab completion tests if no readline support.
3399 (test_gdb_complete_unique_re): Likewise.
3400 (test_gdb_complete_multiple): Likewise.
3401
db4dc13e
PW
34022019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3403
3404 * gdb.base/info_sources.exp: New file.
3405 * gdb.base/info_sources.c: New file.
3406 * gdb.base/info_sources_base.c: New file.
3407
0eba165a
PFC
34082019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3409
3410 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3411 prefix argument.
3412 (test_exit_status): Add prefix argument.
3413
59bd512b
TV
34142019-08-01 Tom de Vries <tdevries@suse.de>
3415
3416 PR testsuite/24863
3417 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3418 calling exp_continue for new thread and thread exited messages.
3419
2a3ad588
TV
34202019-08-01 Tom de Vries <tdevries@suse.de>
3421
3422 PR testsuite/24863
3423 * gdb.base/structs.exp: Fix check-read1 timeout using
3424 gdb_test_sequence.
3425 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3426
117eb594
TV
34272019-08-01 Tom de Vries <tdevries@suse.de>
3428
3429 PR testsuite/24863
3430 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3431 line.
3432
ed591340
TV
34332019-08-01 Tom de Vries <tdevries@suse.de>
3434
3435 PR testsuite/24863
3436 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3437
aa3b6533
TT
34382019-07-30 Tom Tromey <tromey@adacore.com>
3439
3440 * gdb.ada/display_nested.exp: New file.
3441 * gdb.ada/display_nested/foo.adb: New file.
3442 * gdb.ada/display_nested/pack.adb: New file.
3443 * gdb.ada/display_nested/pack.ads: New file.
3444
2906593f
CB
34452019-07-30 Christian Biesinger <cbiesinger@google.com>
3446
3447 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3448 namespace.
3449 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3450
0f575925
TV
34512019-07-30 Tom de Vries <tdevries@suse.de>
3452
3453 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3454 instead.
3455
b13057d9
TV
34562019-07-30 Tom de Vries <tdevries@suse.de>
3457
3458 PR testsuite/24834
3459 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3460 (exec_is_pie): New proc.
3461
5c4dde85
CB
34622019-07-29 Christian Biesinger <cbiesinger@google.com>
3463
3464 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3465
c620ed88
CB
34662019-07-29 Christian Biesinger <cbiesinger@google.com>
3467
3468 * gdb.python/py-objfile.c: Add global and static vars.
3469 * gdb.python/py-objfile.exp: Test new functions Objfile.
3470 lookup_global_symbol and lookup_static_symbol.
3471
3d235706
TT
34722019-07-29 Tom Tromey <tom@tromey.com>
3473
3474 * lib/tuiterm.exp (Term::_csi_@): New proc.
3475 (Term::_csi_X): Don't move cursor.
3476
c7e4c0a6
PW
34772019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3478
3479 * gdb.base/options.exp: Update backtrace - completion to
3480 new option -frame-info.
3481 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3482 Test new 'set print frame-info'. Test backtrace -frame-info
3483 overriding 'set print frame-info'.
3484 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3485 Test new 'set print frame-info'.
3486 Verify consistency of backtrace with and without filters, with and
3487 without -no-filters.
3488 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3489 default.
3490
de28a3b7
TV
34912019-07-29 Tom de Vries <tdevries@suse.de>
3492
3493 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3494 no arguments".
3495
507dd60e
TV
34962019-07-29 Tom de Vries <tdevries@suse.de>
3497
3498 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3499 is a substring of the first for "complete non-unique file name".
3500
5beafce9
TV
35012019-07-29 Tom de Vries <tdevries@suse.de>
3502
3503 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3504 with ".*".
3505
2d274232
TV
35062019-07-29 Tom de Vries <tdevries@suse.de>
3507
3508 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3509 Pass prompt_regexp parameter to gdb_test_multiple calls.
3510
9197cd8b
TV
35112019-07-29 Tom de Vries <tdevries@suse.de>
3512
3513 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3514 print registers" regexps.
9197cd8b 3515
b528dae0
TV
35162019-07-29 Tom de Vries <tdevries@suse.de>
3517
3518 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3519
d17725d7
TV
35202019-07-29 Tom de Vries <tdevries@suse.de>
3521
3522 PR gdb/24855
3523 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3524 (skip_python_tests_prompt): Add prompt_regexp argument to
3525 gdb_test_multiple calls.
3526
52b75bf1
TT
35272019-07-27 Tom Tromey <tom@tromey.com>
3528
3529 * gdb.tui/main.exp: New file.
3530
2b1d00c2
TT
35312019-07-27 Tom Tromey <tom@tromey.com>
3532
3533 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3534 optional.
3535 * gdb.tui/empty.exp: New file.
3536
ded631d5
TT
35372019-07-27 Tom Tromey <tom@tromey.com>
3538
3539 * lib/tuiterm.exp (spawn): New proc.
3540 (Term::resize): New proc.
3541 * gdb.tui/resize.exp: New file.
3542
58ac439d
TT
35432019-07-27 Tom Tromey <tom@tromey.com>
3544
3545 * gdb.tui/list.exp: New file.
3546
fe1f56ee
TT
35472019-07-27 Tom Tromey <tom@tromey.com>
3548
3549 * gdb.tui/regs.exp: New file.
3550
f790b310
TT
35512019-07-27 Tom Tromey <tom@tromey.com>
3552
3553 * gdb.tui/basic.exp: Add "layout split" test.
3554
d95fc6ee
TT
35552019-07-27 Tom Tromey <tom@tromey.com>
3556
3557 * gdb.tui/basic.exp: Add "layout asm" test.
3558
c3786b3a
TT
35592019-07-27 Tom Tromey <tom@tromey.com>
3560
3561 * lib/tuiterm.exp: New file.
3562 * gdb.tui/basic.exp: New file.
3563
98a617f8
KB
35642019-07-27 Kevin Buettner <kevinb@redhat.com>
3565
3566 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3567 Enable tests associated with this flag. Adjust regex
3568 referencing "foo_low" to now refer to "foo_cold" instead.
3569
5c076da4
KB
35702019-07-27 Kevin Buettner <kevinb@redhat.com>
3571
3572 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3573 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3574 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3575 foo_cold. Revise comments to match.
3576 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3577 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3578 were wrapped into this proc; Call do_test in loop from outermost
3579 level.
3580 (foo_low): Rename all occurrences to "foo_cold".
3581 (backtrace from baz): New test.
3582 (x2/i foo_cold): New test.
3583 (info line *foo_cold): New test.
3584
1512d3b7
TV
35852019-07-26 Tom de Vries <tdevries@suse.de>
3586
3587 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3588
297989a1
TV
35892019-07-25 Tom de Vries <tdevries@suse.de>
3590
3591 PR testsuite/24830
3592 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3593 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3594 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3595 (skip_libstdcxx_probe_tests): ... here.
3596 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3597
b3b965fb
TV
35982019-07-24 Tom de Vries <tdevries@suse.de>
3599
3600 PR testsuite/24807
3601 * gdb.objc/basicclass.m: Include stdio.h.
3602 * gdb.objc/nondebug.m: Same.
3603 * gdb.objc/objcdecode.m: Same.
3604
4625b4d0
TV
36052019-07-24 Tom de Vries <tdevries@suse.de>
3606
3607 PR testsuite/24612
3608 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3609 additional_flags.
3610
024a5840
TV
36112019-07-24 Tom de Vries <tdevries@suse.de>
3612
3613 PR testsuite/24831
3614 * gdb.multi/tids.exp: Update error messages for info threads.
3615
c76ddaa3
TV
36162019-07-24 Tom de Vries <tdevries@suse.de>
3617
3618 * gdb.base/info-types.exp: Allow info types to print info for more than
3619 one file.
3620
9a618ef6
TV
36212019-07-23 Tom de Vries <tdevries@suse.de>
3622
3623 PR testsuite/24842
3624 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3625 gdb_spawn_with_cmdline_opts.
3626
40eadf04
SP
36272019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3628
3629 * gdb.arch/arm-cmse-sgstubs.c: New test.
3630 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3631
5ba29434
TV
36322019-07-23 Tom de Vries <tdevries@suse.de>
3633
3634 PR testsuite/24711
3635 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3636 issuing next command.
3637
a8e9d247
AB
36382019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3639
3640 * gdb.ada/info_auto_lang.exp: Update expected results.
3641 * gdb.base/info-types.c: Add additional types to check.
3642 * gdb.base/info-types.exp: Update expected results.
3643
eb86c5e2
AB
36442019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3645
3646 * gdb.base/info-types.c: New file.
3647 * gdb.base/info-types.exp: New file.
3648
01e175fe
AB
36492019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3650
3651 * gdb.arch/riscv-bp-infcall.c: New file.
3652 * gdb.arch/riscv-bp-infcall.exp: New file.
3653
6b78c3f8
AB
36542019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3655
3656 PR breakpoints/24541
3657 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3658
da738167
TV
36592019-07-14 Tom de Vries <tdevries@suse.de>
3660
3661 PR testsuite/24760
3662 * gdb.objc/basicclass.exp: Fix unterminated string.
3663
0d4e84ed
AB
36642019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3665 Andrew Burgess <andrew.burgess@embecosm.com>
3666
3667 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3668 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3669 negative bounds.
3670 * gdb.fortran/vla-value.exp: Print elements of an array with
3671 negative bounds.
3672 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3673 testing.
3674
021d8588
AB
36752019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3676
3677 * gdb.base/options.exp (expect_string): Dequote strings in
3678 results.
3679 (test-string): Test strings with different quoting and reindent.
3680
f06f1252
TT
36812019-07-10 Tom Tromey <tromey@adacore.com>
3682
3683 * gdb.ada/mi_ex_cond.exp: Update expected results.
3684 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3685 * gdb.ada/mi_catch_ex.exp: Update expected results.
3686 * gdb.ada/mi_catch_assert.exp: Update expected results.
3687 * gdb.ada/catch_ex.exp (catch_exception_info)
3688 (catch_exception_entry, catch_assert_entry)
3689 (catch_unhandled_entry): Update.
3690 * gdb.ada/catch_assert_if.exp: Update expected results.
3691
b863685d
RB
36922019-07-10 Richard Bunt <richard.bunt@arm.com>
3693 Stephen Roberts <stephen.roberts@arm.com>
3694
3695 * gdb.base/define.exp: Restore original prompt.
3696
cb1e4e32
PA
36972019-07-09 Pedro Alves <palves@redhat.com>
3698
3699 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3700 breakpoints" output.
3701 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3702 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3703 throw" creates breakpoint.
3704 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3705 'type="catchpoint"'.
3706
b58a68fe
PA
37072019-07-09 Pedro Alves <palves@redhat.com>
3708
3709 PR c++/15468
3710 * gdb.cp/except-multi-location-lib.cc: New.
3711 * gdb.cp/except-multi-location-main.cc: New.
3712 * gdb.cp/except-multi-location.exp: New.
3713
0826779b
PW
37142019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3715
3716 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3717 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3718 argument and update callers.
3719
5b0e2db4
AB
37202019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3721
3722 * gdb.arch/amd64-break-on-asm-line.S: New file.
3723 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3724
1f6f6e21
PW
37252019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3726
3727 * gdb.base/printcmds.exp: Test printing C string and
3728 C wide string convenience vars without transiting via the inferior.
3729 Also make test names unique.
3730
ea142fbf
AH
37312019-07-08 Alan Hayward <alan.hayward@arm.com>
3732
5862c886 3733 PR breakpoints/25011
ea142fbf
AH
3734 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3735
213fd9fa
PA
37362019-07-04 Pedro Alves <palves@redhat.com>
3737
3738 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3739 body returned ok(0), break(3) or continue(4).
3740 * gdb.testsuite/foreach_with_prefix.exp: New file.
3741
2b40fda7
AH
37422019-07-04 Alan Hayward <alan.hayward@arm.com>
3743
3744 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3745
a26c8de0
PA
37462019-07-03 Pedro Alves <palves@redhat.com>
3747
3748 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3749 "return -code".
3750
5f4ba3e7
PA
37512019-07-03 Pedro Alves <palves@redhat.com>
3752
3753 PR cli/24732
3754 * gdb.base/shell.exp: Load completion-support.exp.
3755 Adjust expected error output. Add completion tests.
3756
a994424f
PA
37572019-07-03 Pedro Alves <palves@redhat.com>
3758
3759 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3760 string_to_regexp.
3761
3d9be6f5
PA
37622019-07-03 Pedro Alves <palves@redhat.com>
3763
3764 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3765 (expect_integer): Adjust to expect "-string".
3766 (expect_string): New.
3767 (all_options): Expect "-string".
3768 (test-flag, test-boolean): Adjust to expect "-string".
3769 (test-string): New proc.
3770 (top level): Call it.
3771
41fc454c
PA
37722019-07-03 Pedro Alves <palves@redhat.com>
3773
3774 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3775 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3776 the expected output in the success.
3777
b2b2a215
PA
37782019-07-03 Pedro Alves <palves@redhat.com>
3779
3780 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3781 Split one gdb_test_multiple call in two to avoid a race.
3782
fdbc9870
PA
37832019-07-03 Pedro Alves <palves@redhat.com>
3784
3785 * gdb.base/with.c: New file.
3786 * gdb.base/with.exp: New file.
3787
c6ac8931
PA
37882019-07-03 Pedro Alves <palves@redhat.com>
3789
3790 * gdb.base/settings.exp: Replace all references to "maint
3791 test-settings set" with references to "maint set test-settings",
3792 and all references to "maint test-settings show" with references
3793 to "maint show test-settings".
3794
970f9d09
PA
37952019-07-03 Pedro Alves <palves@redhat.com>
3796
3797 * gdb.base/settings.exp (test-string): Adjust expected out when
3798 testing "maint test-settings show filename"
3799
54d66006
PA
38002019-07-02 Pedro Alves <palves@redhat.com>
3801
3802 * gdb.base/options.exp (test-info-threads): New procedure.
3803 (top level): Call it.
3804
10d06d82
TT
38052019-06-28 Tom Tromey <tromey@adacore.com>
3806
3807 * gdb.dwarf2/ada-linkage-name.c: New file.
3808 * gdb.dwarf2/ada-linkage-name.exp: New file.
3809
3d507ff2
TT
38102019-06-27 Tom Tromey <tromey@adacore.com>
3811
d039f014 3812 PR c++/20020:
3d507ff2
TT
3813 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3814
8af58ffe
TV
38152019-06-26 Tom de Vries <tdevries@suse.de>
3816
3817 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3818
22e21752
TV
38192019-06-26 Tom de Vries <tdevries@suse.de>
3820
3821 * gdb.base/index-cache.exp: Add back missing debug option.
3822
b65b566c
PW
38232019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3824
3825 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3826
5c2c8c69
TV
38272019-06-25 Tom de Vries <tdevries@suse.de>
3828
3829 PR testsuite/24727
3830 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3831
164e3873
TV
38322019-06-24 Tom de Vries <tdevries@suse.de>
3833
3834 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3835
824eacee
TV
38362019-06-24 Tom de Vries <tdevries@suse.de>
3837
3838 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3839 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3840 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3841
385b97d3
TV
38422019-06-24 Tom de Vries <tdevries@suse.de>
3843
3844 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3845
c596f180
TV
38462019-06-21 Tom de Vries <tdevries@suse.de>
3847
3848 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3849
b13a7d03
TV
38502019-06-21 Tom de Vries <tdevries@suse.de>
3851
3852 PR testsuite/24518
3853 PR ada/24713
3854 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3855 index.
3856
899277ae
TT
38572019-06-19 Tom Tromey <tromey@adacore.com>
3858
3859 * gdb.ada/length_cond.exp: Add intro comment.
3860
680e1bee
TT
38612019-06-19 Tom Tromey <tromey@adacore.com>
3862
3863 * gdb.ada/length_cond.exp: New file.
3864 * gdb.ada/length_cond/length_cond.adb: New file.
3865 * gdb.ada/length_cond/pck.adb: New file.
3866 * gdb.ada/length_cond/pck.ads: New file.
3867
0ed4690a
TV
38682019-06-18 Tom de Vries <tdevries@suse.de>
3869
3870 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3871
d20ed5fd
TT
38722019-06-18 Tom Tromey <tromey@adacore.com>
3873
3874 * gdb.base/list0.h: Add comment explaining control character.
3875
86e04673
TV
38762019-06-18 Tom de Vries <tdevries@suse.de>
3877
3878 * boards/fission.exp: Break up long debug_flags line.
3879
c4973306
SM
38802019-06-16 Tom de Vries <tdevries@suse.de>
3881
3882 PR gdb/24445
3883 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3884 generated index.
3885
93cb9841
AB
38862019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3887
3888 PR gdb/24686
3889 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3890 improve detection of bug gdb/24541.
3891
399aaebd
SM
38922019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3893
3894 PR gdb/24669
3895 * gdb.base/index-cache.exp (uses_readnow,
3896 expecting_index_cache_use): Define global variable.
3897 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3898 expecting_index_cache_use.
3899
584a927c
AB
39002019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3901 Andrew Burgess <andrew.burgess@embecosm.com>
3902
3903 * gdb.fortran/pointers.f90: New file.
3904 * gdb.fortran/print_type.exp: New file.
3905 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3906 * gdb.fortran/vla-type.exp: Likewise.
3907 * gdb.fortran/vla-value.exp: Likewise.
3908 * gdb.mi/mi-vla-fortran.exp: Likewise.
3909
30056ea0
AB
39102019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3911
3912 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3913 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3914 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3915 as a stop reason.
3916
ec8e2b6d
AB
39172019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3918
3919 * gdb.base/annota1.exp: Update expected results.
3920 * gdb.cp/annota2.exp: Likewise.
3921 * gdb.cp/annota3.exp: Likewise.
3922
09e4c4e1
AB
39232019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3924
3925 * gdb.base/style-logging.exp: Remove path from test name.
3926
0735b091
TT
39272019-06-14 Tom Tromey <tromey@adacore.com>
3928
3929 PR gdb/24502:
3930 * gdb.base/style-logging.exp: New file.
3931
f5686554
TT
39322019-06-14 Tom Tromey <tromey@adacore.com>
3933
3934 * gdb.base/symfile-warn.exp: New file.
3935 * gdb.base/symfile-warn.c: New file.
3936
a0c1ffed
TT
39372019-06-14 Tom Tromey <tromey@adacore.com>
3938
3939 * gdb.base/annotate-symlink.exp: New file.
3940
f411722c
TT
39412019-06-14 Tom Tromey <tromey@adacore.com>
3942
3943 * gdb.ada/set_wstr.exp: Add reassignment test.
3944
4268ec18
TT
39452019-06-14 Tom Tromey <tromey@adacore.com>
3946
3947 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3948 'unchecked_access and 'unrestricted_access as well.
3949
9a9e394b
TT
39502019-06-14 Tom Tromey <tromey@adacore.com>
3951
3952 PR ada/24539:
3953 * gdb.ada/vla.exp: Update tests.
3954 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3955 pragma.
3956
4c048731
PA
39572019-06-13 Pedro Alves <palves@redhat.com>
3958
3959 * gdb.base/settings.exp (test-integer): Test junk after
3960 "unlimited".
3961
6665660a
PA
39622019-06-13 Pedro Alves <palves@redhat.com>
3963
3964 * gdb.base/options.exp (test-thread-apply): New.
3965 (top level): Call it.
3966
5d707134
PA
39672019-06-13 Pedro Alves <palves@redhat.com>
3968
3969 * gdb.base/options.exp (test-frame-apply): New.
3970 (top level): Test print commands with different "frame apply"
3971 prefixes.
3972
e2a689da
PA
39732019-06-13 Pedro Alves <palves@redhat.com>
3974
e79be6e5 3975 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
3976 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3977 'max_completions' parameter and handle it.
3978 (test_gdb_completion_offers_commands): New.
3979
90a1ef87
PA
39802019-06-13 Pedro Alves <palves@redhat.com>
3981
3982 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3983
d4c16835
PA
39842019-06-13 Pedro Alves <palves@redhat.com>
3985
3986 * gdb.base/options.exp (test-backtrace): New.
3987 (top level): Call it.
3988
2daf894e
PA
39892019-06-13 Pedro Alves <palves@redhat.com>
3990
3991 * gdb.guile/scm-frame-args.exp: Use "set print
3992 raw-frame-arguments" instead of "set print raw frame-arguments".
3993 * gdb.python/py-frame-args.exp: Likewise.
3994
e6ed716c
PA
39952019-06-13 Pedro Alves <palves@redhat.com>
3996
3997 * gdb.compile/compile.exp: Adjust expected output to option
3998 processing changes.
3999
7d8062de
PA
40002019-06-13 Pedro Alves <palves@redhat.com>
4001
4002 * gdb.base/options.exp: Build executable.
4003 (test-print): New procedure.
4004 (top level): Call it, once for "print" and another for "compile
4005 print".
4006
9d0faba9
PA
40072019-06-13 Pedro Alves <palves@redhat.com>
4008
4009 * gdb.base/options.c: New file.
4010 * gdb.base/options.exp: New file.
4011
dee7b4c8
PA
40122019-06-13 Pedro Alves <palves@redhat.com>
4013
4014 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4015 that "o" is ambiguous.
4016
dca0f6c0
PA
40172019-06-13 Pedro Alves <palves@redhat.com>
4018
4019 * gdb.base/settings.c: New file.
4020 * gdb.base/settings.exp: New file.
4021
ccf46844
PA
40222019-06-13 Pedro Alves <palves@redhat.com>
4023
4024 * gdb.base/completion.exp: Fix comment typo.
4025
b9a3f842
PA
40262019-06-13 Pedro Alves <palves@redhat.com>
4027
4028 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4029 foo --1" test.
4030
d106773e
PA
40312019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4032
4033 * gdb.fortran/block-data.f: New.
4034 * gdb.fortran/block-data.exp: New.
4035
fea82da0
TV
40362019-06-11 Tom de Vries <tdevries@suse.de>
4037
4038 PR testsuite/24521
4039 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4040 message.
4041
8c2e74f1
TV
40422019-06-11 Tom de Vries <tdevries@suse.de>
4043
4044 PR testsuite/24521
4045 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4046
b49851c8
TV
40472019-06-11 Tom de Vries <tdevries@suse.de>
4048
4049 * boards/readnow.exp: New file.
4050
a7067863
AB
40512019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4052
4053 * gdb.fortran/vla-sizeof.exp: Update expected results.
4054
1a3da2cd
AB
40552019-06-06 Amos Bird <amosbird@gmail.com>
4056
4057 * gdb.base/annota1.exp (thread_switch): Add test for
4058 thread-exited annotation.
4059
3847a7bf
TT
40602019-06-06 Tom Tromey <tromey@adacore.com>
4061
4062 * gdb.base/maint.exp: Expect command started/finished output.
4063
0088ba59
AB
40642019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4065
4066 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4067 comment.
4068 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4069
312617a3
AB
40702019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4071
4072 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4073 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4074 * gdb.arch/riscv-unwind-long-insn.c: New file.
4075 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4076
e1f2e1a2
CB
40772019-06-04 Christian Biesinger <cbiesinger@google.com>
4078
d3238f7d 4079 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4080
206584bd
PW
40812019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4082
4083 * lib/gdb.exp (help_list_trailer): New regexp variable
4084 factorizing the help trailer message.
4085 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4086 arg to allow to better factorize various tests.
4087 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4088 (test_prefix_command_help): Use help_list_trailer.
4089 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4090 * gdb.guile/scm-cmd.exp: Likewise.
4091 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4092 * gdb.base/help.exp: Use test_user_defined_class_help.
4093 * gdb.base/style.exp: Add tests for styling of help and apropos.
4094 * lib/gdb-utils.exp (style): Add title and highlight styles.
4095
708dc93e
PW
40962019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4097
4098 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4099 $_shell_exitsignal.
4100 * gdb.base/default.exp: Update for new convenience variables.
4101
f49055a5
TT
41022019-05-29 Tom Tromey <tromey@adacore.com>
4103
4104 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4105 to "break complete ada" test case's regexp.
4106
4330d61d
TT
41072019-05-29 Tom Tromey <tromey@adacore.com>
4108
4109 PR c++/20020:
4110 * gdb.cp/constexpr-field.exp: New file.
4111 * gdb.cp/constexpr-field.cc: New file.
4112
000439d5
TT
41132019-05-29 Tom Tromey <tromey@adacore.com>
4114
4115 * gdb.base/finish.exp (finish_no_print): New proc.
4116 (finish_tests): Call it.
4117
5a01c34c
TV
41182019-05-24 Tom de Vries <tdevries@suse.de>
4119
4120 * gdb.dwarf2/gdb-add-index.exp: New file.
4121
18125b16
TT
41222019-05-22 Tom Tromey <tromey@adacore.com>
4123
4124 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4125 * gdb.base/style.exp: Use "style".
4126 * lib/gdb-utils.exp (style): New proc.
4127
af1a8d03
TV
41282019-05-22 Tom de Vries <tdevries@suse.de>
4129
4130 * gdb.base/align.exp: Require c++11.
4131
e7fe496b
TV
41322019-05-22 Tom de Vries <tdevries@suse.de>
4133
4134 PR testsuite/24586
4135 * gdb.python/py-mi-var-info-path-expression.exp: Call
4136 mi_skip_python_tests to check if python is supported.
4137
8fca4da0
AH
41382019-05-22 Alan Hayward <alan.hayward@arm.com>
4139
4140 * gdb.arch/aarch64-pauth.c: New test.
4141 * gdb.arch/aarch64-pauth.exp: New file.
4142
b7060614
AH
41432019-05-22 Alan Hayward <alan.hayward@arm.com>
4144
4145 * README (Re-running Tests Outside The Testsuite): New section.
4146
669d0468
TV
41472019-05-21 Tom de Vries <tdevries@suse.de>
4148
4149 * gdb.arch/amd64-eval.exp: Require c++11.
4150 * gdb.base/max-depth.exp: Same.
4151 * gdb.compile/compile-cplus-array-decay.exp: Same.
4152 * gdb.cp/meth-typedefs.exp: Same.
4153 * gdb.cp/subtypes.exp: Same.
4154 * gdb.cp/temargs.exp: Same.
4155
ce3ebcaa
AH
41562019-05-21 Alan Hayward <alan.hayward@arm.com>
4157
4158 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4159
34d11c68
AB
41602019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4161
4162 PR gdb/18644
4163 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4164 * gdb.fortran/printing-types.exp: Add new test.
4165 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4166 testing.
4167 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4168 setup_kfail call.
4169
87781e84
AH
41702019-05-17 Alan Hayward <alan.hayward@arm.com>
4171
4172 * README (Running the Testsuite): Change example.
4173 (Testsuite Parameters): Remove TRANSCRIPT.
4174 * lib/gdb.exp: Remove TRANSCRIPT check.
4175
b420b89e
AH
41762019-05-17 Alan Hayward <alan.hayward@arm.com>
4177
4178 * README (Testsuite Parameters): Add replay logging to
4179 GDBSERVER_DEBUG.
4180 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4181 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4182 as a comma separated list.
4183 (gdb_debug_init): Override procedure.
4184
408e9b8b
AH
41852019-05-17 Alan Hayward <alan.hayward@arm.com>
4186
4187 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4188 (gdb_write_cmd_file): New procedure.
4189 * lib/gdbserver-support.exp (gdbserver_start): Call
4190 gdbserver_write_cmd_file.
4191 (gdbserver_write_cmd_file): New procedure.
4192
f9e2e39d
AH
41932019-05-17 Alan Hayward <alan.hayward@arm.com>
4194
4195 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4196 (delete_breakpoints): Likewise.
4197 (gdb_run_cmd): Likewise.
4198 (gdb_start_cmd): Likewise.
4199 (gdb_starti_cmd): Likewise.
4200 (gdb_internal_error_resync): Likewise.
4201 (gdb_test_multiple): Likewise.
4202 (gdb_reinitialize_dir): Likewise.
4203 (default_gdb_exit): Likewise.
4204 (gdb_file_cmd): Mark kill as optional.
4205 (default_gdb_start): Call gdb_stdin_log_init.
4206 (send_gdb): Call gdb_stdin_log_write.
4207 (rerun_to_main): Mark Y as an answer.
4208 (gdb_stdin_log_init): New function.
4209 (gdb_stdin_log_write): Likewise.
4210
81f47ac2
AH
42112019-05-17 Alan Hayward <alan.hayward@arm.com>
4212
4213 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4214 * gdb.base/debug-expr.exp: Likewise.
4215 * gdb.base/foll-fork.exp: Likewise.
4216 * gdb.base/foll-vfork.exp: Likewise.
4217 * gdb.base/fork-print-inferior-events.exp: Likewise.
4218 * gdb.base/gdb-sigterm.exp: Likewise.
4219 * gdb.base/gdbinit-history.exp: Likewise.
4220 * gdb.base/osabi.exp: Likewise.
4221 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4222 * gdb.base/ui-redirect.exp: Likewise.
4223 * gdb.gdb/unittest.exp: Likewise.
4224 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4225 * gdb.mi/mi-watch.exp: Likewise.
4226 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4227 * gdb.mi/user-selected-context-sync.exp: Likewise.
4228 * gdb.python/python.exp: Disable debug test when debugging.
4229 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4230 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4231 Likewise.
4232 * gdb.threads/stepi-random-signal.exp: Likewise.
4233
29b52314
AH
42342019-05-17 Alan Hayward <alan.hayward@arm.com>
4235
4236 * Makefile.in: Pass through GDB_DEBUG.
4237 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4238 (gdb,debug): Add board setting.
4239 * lib/gdb.exp (default_gdb_start): Start debugging.
4240 (gdb_debug_enabled): New procedure.
4241 (gdb_debug_init): Likewise.
29b52314
AH
4242
42432019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4244
29b52314
AH
4245 * Makefile.in: Pass through GDB_DEBUG.
4246 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4247 (gdb,debug): Add board setting.
4248 * lib/gdb.exp (default_gdb_start): Start debugging.
4249 (gdb_debug_enabled): New procedure.
4250 (gdb_debug_init): Likewise.
29b52314 4251
ca1285d1
AH
42522019-05-17 Alan Hayward <alan.hayward@arm.com>
4253
4254 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4255
f3a09c80
AH
42562019-05-17 Alan Hayward <alan.hayward@arm.com>
4257
4258 * gdb.base/ui-redirect.exp: Test redirection.
4259
26648588
JV
42602019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4261
4262 * gdb.mi/mi-complete.exp: New file.
4263 * gdb.mi/mi-complete.cc: Likewise.
4264
14237686
AB
42652019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4266
4267 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4268 indexed and sliced arrays, and pointers to arrays.
4269
e7bd7fba
TT
42702019-05-14 Tom Tromey <tromey@adacore.com>
4271
4272 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4273 styling test.
4274
2764128d
TV
42752019-05-14 Tom de Vries <tdevries@suse.de>
4276
4277 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4278 selection entry encoding.
4279
71bed2db
TT
42802019-05-10 Tom Tromey <tromey@adacore.com>
4281
4282 * gdb.ada/info_exc.exp: Add "complete" test.
4283
63b667ad
TV
42842019-05-09 Tom de Vries <tdevries@suse.de>
4285
4286 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4287 CU-relative.
4288
9cfd2b89
TV
42892019-05-09 Tom de Vries <tdevries@suse.de>
4290
4291 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4292 CU-relative.
4293
2228ef77
XR
42942019-05-08 Joel Brobecker <brobecker@adacore.com>
4295
4296 * gdb.ada/frame_arg_lang.exp: New testcase.
4297 * gdb.ada/frame_arg_lang/bla.adb: New file.
4298 * gdb.ada/frame_arg_lang/pck.ads: New file.
4299 * gdb.ada/frame_arg_lang/pck.adb: New file.
4300 * gdb.ada/frame_arg_lang/foo.c: New file.
4301
80e55b13
TT
43022019-05-08 Tom Tromey <tromey@adacore.com>
4303
4304 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4305
9d3421af
TT
43062019-05-08 Tom Tromey <tromey@adacore.com>
4307
4308 * gdb.base/ptype-offsets.exp: Update tests.
4309
844333e2
TT
43102019-05-08 Tom Tromey <tromey@adacore.com>
4311
4312 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4313 cases.
4314 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4315 "short".
4316
988915ee
TT
43172019-05-08 Tom Tromey <tromey@adacore.com>
4318
4319 * gdb.ada/vla.exp: New file.
4320 * gdb.ada/vla/vla.adb: New file.
4321
7bd55dac
TV
43222019-05-07 Tom de Vries <tdevries@suse.de>
4323
4324 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4325
75f06e9d
TV
43262019-05-07 Tom de Vries <tdevries@suse.de>
4327
4328 PR testsuite/24522
4329 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4330 section.
4331
77e7aaa4
TV
43322019-05-07 Tom de Vries <tdevries@suse.de>
4333
4334 PR testsuite/24522
4335 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4336 .debug_aranges section.
4337
456ba0fa
TV
43382019-05-07 Tom de Vries <tdevries@suse.de>
4339
4340 PR testsuite/24159
4341 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4342
5a56d6a6
TV
43432019-05-06 Tom de Vries <tdevries@suse.de>
4344
4345 * lib/gdb.exp (exec_has_index_section): New proc.
4346 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4347 section.
4348
9d6d4be8
TV
43492019-05-04 Tom de Vries <tdevries@suse.de>
4350
4351 * boards/cc-with-debug-names.exp: New file.
4352
222a8d25
TT
43532019-05-03 Tom Tromey <tromey@adacore.com>
4354
4355 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4356 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4357 * gdb.ada/char_enum.exp: Add test.
4358
0fdfd794
TV
43592019-05-03 Tom de Vries <tdevries@suse.de>
4360
4361 * boards/cc-with-gdb-index.exp: New file.
4362
80062eb9
AB
43632019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4364
4365 * gdb.rust/simple.exp: Add new test case.
4366 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4367 (main): Initialise an instance of the new struct.
4368
4504bbde
TT
43692019-05-01 Tom Tromey <tromey@adacore.com>
4370
4371 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4372 record.
4373 (NPR): New variable.
4374 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4375 test.
4376
d48e62f4
TT
43772019-05-01 Tom Tromey <tromey@adacore.com>
4378
4379 * gdb.ada/packed_array_assign.exp: Add packed assignment
4380 regression test.
4381
f59f30f5
TV
43822019-05-01 Tom de Vries <tdevries@suse.de>
4383
4384 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4385
b70bfc54
TV
43862019-05-01 Tom de Vries <tdevries@suse.de>
4387
4388 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4389
15f18d14
AT
43902019-04-30 Ali Tamur <tamur@google.com>
4391
4392 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4393
2ff0a947
TT
43942019-04-30 Tom Tromey <tromey@adacore.com>
4395
4396 * lib/ada.exp (find_ada_tool): New proc.
4397 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4398 * gdb.ada/catch_ex_std.exp: New file.
4399 * gdb.ada/catch_ex_std/foo.adb: New file.
4400 * gdb.ada/catch_ex_std/some_package.adb: New file.
4401 * gdb.ada/catch_ex_std/some_package.ads: New file.
4402
a776957c
TT
44032019-04-30 Tom Tromey <tromey@adacore.com>
4404
4405 PR c++/24470:
4406 * gdb.cp/temargs.cc: Add test code from PR.
4407
bc68014d
AB
44082019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4409
4410 * gdb.fortran/vla-datatypes.exp: Update expected results.
4411 * gdb.fortran/vla-ptype.exp: Likewise.
4412 * gdb.fortran/vla-type.exp: Likewise.
4413 * gdb.fortran/vla-value.exp: Likewise.
4414
f1fdc960
AB
44152019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4416
4417 * gdb.fortran/ptr-indentation.exp: Update expected results.
4418 * gdb.fortran/ptype-on-functions.exp: Likewise.
4419 * gdb.fortran/vla-ptr-info.exp: Likewise.
4420 * gdb.fortran/vla-value.exp: Likewise.
4421
bf7a4de1
AB
44222019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4423
4424 * gdb.fortran/ptype-on-functions.exp: New file.
4425 * gdb.fortran/ptype-on-functions.f90: New file.
4426
bbe75b9d
AB
44272019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4428
4429 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4430 case void string.
4431
1db455a7
AB
44322019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4433
4434 * gdb.fortran/complex.exp: Expand.
4435 * gdb.fortran/complex.f: Renamed to...
4436 * gdb.fortran/complex.f90: ...this, and extended to add more
4437 complex values.
4438
b6d03bb2
AB
44392019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4440
4441 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4442 MODULO, CMPLX.
4443
2e62ab40
AB
44442019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4445 Richard Bunt <richard.bunt@arm.com>
4446
4447 * gdb.base/max-depth.c: New file.
4448 * gdb.base/max-depth.exp: New file.
4449 * gdb.python/py-nested-maps.c: New file.
4450 * gdb.python/py-nested-maps.exp: New file.
4451 * gdb.python/py-nested-maps.py: New file.
4452 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4453 (test_all_common): Call test_max_depth.
4454 * gdb.fortran/max-depth.exp: New file.
4455 * gdb.fortran/max-depth.f90: New file.
4456 * gdb.go/max-depth.exp: New file.
4457 * gdb.go/max-depth.go: New file.
4458 * gdb.modula2/max-depth.exp: New file.
4459 * gdb.modula2/max-depth.c: New file.
4460 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4461
d2b584a5
TV
44622019-04-29 Tom de Vries <tdevries@suse.de>
4463
4464 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4465
136afab8
PW
44662019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4467
4468 * gdb.base/callexit.exp: Test may-call-functions off.
4469
725cbb63
KS
44702019-04-25 Keith Seitz <keiths@redhat.com>
4471
4472 PR c++/24367
4473 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4474 (another_incomplete_struct, test_incomplete): New definitions.
4475 (main): Use new definitions.
4476 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4477 functions.
4478
701adfb0
PA
44792019-04-25 Ali Tamur <tamur@google.com>
4480
4481 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4482
82433e3e
SDJ
44832019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4484
4485 PR corefiles/11608
4486 PR corefiles/18187
4487 * gdb.base/coredump-filter-build-id.exp: New file.
4488
dd06d4d6
AH
44892019-04-25 Alan Hayward <alan.hayward@arm.com>
4490
e79be6e5
SM
4491 * Makefile.in: Pass through GDBSERVER_DEBUG.
4492 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4493 (gdbserver,debug): Add board setting.
4494 * gdb.trace/tspeed.exp: Skip when debugging.
4495 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4496 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4497
1670072e
TT
44982019-04-24 Tom Tromey <tromey@adacore.com>
4499
4500 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4501 Rust.
4502
a59240a4
TT
45032019-04-24 Tom Tromey <tromey@adacore.com>
4504
4505 * gdb.arch/amd64-eval.exp: Test bitfield return.
4506 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4507 (class Foo) <return_bitfields>: New method.
4508 (main): Call it.
4509
b907456c
AB
45102019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4511
4512 * gdb.cp/many-args.cc: New file.
4513 * gdb.cp/many-args.exp: New file.
4514
5c565afd
TV
45152019-04-23 Tom de Vries <tdevries@suse.de>
4516
4517 PR gdb/24433
4518 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4519
ba22ff86
AH
45202019-04-23 Alan Hayward <alan.hayward@arm.com>
4521
4522 * gdb.trace/backtrace.exp: Use nopie flag.
4523 * gdb.trace/circ.exp: Likewise.
4524 * gdb.trace/collection.exp: Likewise.
4525 * gdb.trace/ftrace.exp: Likewise.
4526 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4527 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4528 * gdb.trace/qtro.exp: Likewise.
4529 * gdb.trace/read-memory.exp: Likewise.
4530 * gdb.trace/report.exp: Likewise.
4531 * gdb.trace/tfile.exp: Likewise.
4532 * gdb.trace/tfind.exp: Likewise.
4533 * gdb.trace/unavailable.exp: Likewise.
4534
7905fc35
PA
45352019-04-22 Pedro Alves <palves@redhat.com>
4536
4537 * gdb.base/solib-probes-nosharedlibrary.c,
4538 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4539
8ecb59f8
TT
45402019-04-19 Tom Tromey <tromey@adacore.com>
4541
4542 * gdb.ada/ptype_union.c: New file.
4543 * gdb.ada/ptype_union.exp: New file.
4544
62160ec9
TT
45452019-04-19 Tom Tromey <tromey@adacore.com>
4546
4547 PR symtab/24423:
4548 * gdb.base/list0.h (foo): Add a control-l character.
4549
36cd4ba5
TV
45502019-04-18 Tom de Vries <tdevries@suse.de>
4551
4552 PR gdb/24433
4553 * boards/local-board.exp: Set sysroot to "".
4554
b73715df
TV
45552019-04-18 Tom de Vries <tdevries@suse.de>
4556 Pedro Alves <palves@redhat.com>
4557
4558 PR gdb/24454
4559 * gdb.threads/vfork-follow-child-exec.c: New file.
4560 * gdb.threads/vfork-follow-child-exec.exp: New file.
4561 * gdb.threads/vfork-follow-child-exit.c: New file.
4562 * gdb.threads/vfork-follow-child-exit.exp: New file.
4563
4aa866af
LS
45642019-04-15 Leszek Swirski <leszeks@google.com>
4565
4566 * gdb.arch/amd64-eval.cc: New file.
4567 * gdb.arch/amd64-eval.exp: New file.
4568
e5a1a79a
AH
45692019-04-11 Alan Hayward <alan.hayward@arm.com>
4570
4571 * gdb.server/sysroot.c: New test.
4572 * gdb.server/sysroot.exp: New file.
4573 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4574 matching param.
4575
41077b66
AB
45762019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4577
4578 * gdb.base/align.exp: Extend test to cover structures containing
4579 only static fields.
4580
c30391f8
TV
45812019-04-11 Tom de Vries <tdevries@suse.de>
4582
4583 * boards/cc-with-dwz-m.exp: New file.
4584 * boards/cc-with-dwz.exp: New file.
4585 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4586
e242fd12
SM
45872019-04-09 Simon Marchi <simon.marchi@efficios.com>
4588
4589 * gdb.base/start-cpp.exp: New file.
4590 * gdb.base/start-cpp.cc: New file.
4591
2b0c8b01
KB
45922019-04-08 Kevin Buettner <kevinb@redhat.com>
4593
4594 * gdb.python/py-thrhandle.exp: Adjust tests to call
4595 thread_from_handle instead of thread_from_thread_handle.
4596
947210e5
KB
45972019-04-08 Kevin Buettner <kevinb@redhat.com>
4598
4599 * gdb.python/py-thrhandle.exp: Add tests for
4600 gdb.InferiorThread.handle.
4601
d7df6549
AB
46022019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4603
4604 * gdb.python/py-function.exp: Check calling helper function from
4605 all languages.
4606 * lib/gdb.exp (gdb_supported_languages): New proc.
4607
8bdc1658
AB
46082019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4609
4610 * gdb.base/complex-parts.c: New file.
4611 * gdb.base/complex-parts.exp: New file.
4612
05caa1d2
TT
46132019-04-01 Tom Tromey <tromey@adacore.com>
4614
4615 PR symtab/23331:
4616 * gdb.dwarf2/dw2-ranges-main.c: New file.
4617 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4618 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4619
7734102d
EZ
46202019-03-30 Simon Marchi <simark@simark.ca>
4621
4622 * gdb.base/default.exp: Add values for $_gdb_major and
4623 $_gdb_minor.
4624
188e1fa9
TT
46252019-03-29 Tom Tromey <tromey@adacore.com>
4626
4627 * gdb.base/help.exp: Tighten apropos regexp.
4628
2880242d
KS
46292019-03-29 Keith Seitz <keiths@redhat.com>
4630
4631 * gdb.fortran/array-bounds.exp: New file.
4632 * gdb.fortran/array-bounds.f90: New file.
4633
077cad8e
PW
46342019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4635
4636 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4637
80047cfc
PW
46382019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4639
4640 * gdb.multi/hello.c (main): Increase alarm timer.
4641
f489207e
SL
46422019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4643
4644 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4645 factor when no hardware watchpoint support.
4646
c92df149
AH
46472019-03-28 Alan Hayward <alan.hayward@arm.com>
4648 Pedro Alves <palves@redhat.com>
4649
4650 * boards/local-board.exp: set sysroot to /.
4651
933aebfa
AH
46522019-03-27 Alan Hayward <alan.hayward@arm.com>
4653
4654 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4655 in child.
4656
9f9aa852
AB
46572019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4658
4659 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4660 field.
4661 (make_container): Initialise new field.
4662 * gdb.python/py-prettyprint.exp: Add new tests.
4663 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4664 <display_hint>: New method.
4665
3714a195
AB
46662019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4667
4668 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4669 gdb_continue_to_breakpoint more throughout this test.
4670 (run_lang_tests) Supply unique test names, and use
4671 gdb_test_no_output.
4672
18c77628
AB
46732019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4674
4675 * gdb.base/finish-pretty.exp: Update expected results.
4676 * gdb.base/pretty-print.c: New file.
4677 * gdb.base/pretty-print.exp: New file.
4678
9a93502f
PA
46792019-03-25 Pedro Alves <palves@redhat.com>
4680
4681 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4682 move comments outside list. Append '-i "" eof' section.
4683
968aa7ae
AH
46842019-03-22 Alan Hayward <alan.hayward@arm.com>
4685
34a7f2a4 4686 PR testsuite/25016
968aa7ae
AH
4687 * README: Add pie options.
4688 * gdb.base/break-interp.exp: Ensure pie is disabled.
4689 * gdb.base/dump.exp: Likewise.
4690 * lib/gdb.exp (gdb_compile): Add pie option.
4691
4c7d57e7
TT
46922019-03-19 Tom Tromey <tromey@adacore.com>
4693
4694 * gdb.mi/mi2-cli-display.c: New file.
4695 * gdb.mi/mi2-cli-display.exp: New file.
4696
bff8c71f
TT
46972019-03-18 Joel Brobecker <brobecker@adacore.com>
4698 Tom Tromey <tromey@adacore.com>
4699
4700 * gdb.ada/ptype_array/pck.adb: New file.
4701 * gdb.ada/ptype_array/pck.ads: New file.
4702 * gdb.ada/ptype_array/foo.adb: New file.
4703 * gdb.ada/ptype_array.exp: New file.
4704
d085f989
TT
47052019-03-14 Tom Tromey <tromey@adacore.com>
4706
4707 * gdb.base/style.exp: Add "set style sources" test.
4708
b4be1b06
SM
47092019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4710
4711 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4712 * mi-breakpoint-multiple-locations.exp: ... this.
4713 (make_breakpoints_pattern): New proc.
4714 (do_test): Add mi_version parameter, test -break-insert,
4715 -break-info and =breakpoint-created.
4716
7cde5fc2
AB
47172019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4718
4719 * config/default.exp: Remove 'load_lib gdb.exp'.
4720 * config/monitor.exp: Likewise.
4721 * config/sid.exp: Likewise.
4722 * config/sim.exp: Likewise.
4723 * config/slite.exp: Likewise.
4724 * config/unix.exp: Likewise.
4725 * gdb.base/default.exp: Remove unhelpful comment.
4726
efbecbc1
AB
47272019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4728
4729 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4730
0841c79a
AB
47312019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4732
4733 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4734
4a270568
AB
47352019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4736
4737 * gdb.fortran/type-kinds.exp: Update expected results.
4738
067630bd
AB
47392019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4740
4741 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4742
3be47f7a
AB
47432019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4744
4745 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4746 function.
4747 (test_basic_parsing_of_type_kinds): Expand types tested.
4748 (test_parsing_invalid_type_kinds): New function.
4749
4d00f5d8
AB
47502019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4751
4752 * gdb.fortran/intrinsics.exp: New file.
4753 * gdb.fortran/intrinsics.f90: New file.
4754 * gdb.fortran/type-kinds.exp: New file.
4755
c8f91604
AB
47562019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4757
4758 * gdb.fortran/dot-ops.exp: New file.
4759
dd9f2c76
AB
47602019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4761
4762 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4763 Check upper and lower case logical literals.
4764
84ec9724
AB
47652019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4766
4767 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4768 Remove duplicate tests.
4769
c3734e09
AH
47702019-03-06 Alan Hayward <alan.hayward@arm.com>
4771
4772 * lib/gdb.exp (builtin_cd): rename of cd.
4773 (cd): Override builtin.
4774
aa3cfbda
RB
47752019-03-06 Richard Bunt <richard.bunt@arm.com>
4776
4777 * gdb.fortran/function-calls.exp: New file.
4778 * gdb.fortran/function-calls.f90: New test.
4779
7b63ad86
RB
47802019-03-04 Richard Bunt <richard.bunt@arm.com>
4781
4782 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4783 on user program standard output.
4784 * gdb.fortran/short-circuit-argument-list.f90: Record function
4785 calls.
4786
01abb042
AH
47872019-02-28 Alan Hayward <alan.hayward@arm.com>
4788
c3734e09
AH
4789 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4790 failure.
01abb042 4791
92137da0
RO
47922019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4793
4794 PR gdb/8527
4795 * gdb.base/interrupt-daemon-attach.c,
4796 gdb.base/interrupt-daemon-attach.exp: New test.
4797
5862844d
PA
47982019-02-27 Pedro Alves <palves@redhat.com>
4799
4800 * gdb.base/page.exp: Add tests for "set width/height -1".
4801
8ed25214
PA
48022019-02-27 Pedro Alves <palves@redhat.com>
4803
4804 * gdb.base/page.exp: Add tests for "set/show width/height" with
4805 "infinite" values.
4806
6c28e44a
TT
48072019-02-27 Tom Tromey <tromey@adacore.com>
4808
4809 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4810 2.4.
4811 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4812 workaround.
4813
bf9a735e
AB
48142019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4815
4816 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4817 tests for structs with static members.
4818
8791793c
TT
48192019-02-26 Tom Tromey <tromey@adacore.com>
4820
4821 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4822 ValueError, not TypeError.
4823
bc2a507e
KB
48242019-02-26 Kevin Buettner <kevinb@redhat.com>
4825
4826 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4827 call from main program.
4828
e0e7d3bd
JB
48292019-02-23 Joel Brobecker <brobecker@adacore.com>
4830
4831 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4832 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4833 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4834 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4835 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4836
9600246d
KS
48372019-02-22 Keith Seitz <keiths@redhat.com>
4838
4839 PR symtab/23853
4840 * gdb.base/symlink-sourcefile.c: New file.
4841 * gdb.base/symlink-sourcefile.exp: New file.
4842
0c95f9ed
TT
48432019-02-20 Tom Tromey <tom@tromey.com>
4844
4845 * gdb.base/info_qt.exp: Update.
4846
6caa91b6
SM
48472019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4848
4849 * gdb.base/source.exp: Move "error in sourced script" code to
4850 the end.
4851 * gdb.base/source-error.gdb: Move contents to
4852 source-error-1.gdb. Add new code to source source-error-1.gdb.
4853 * gdb.base/source-error-1.gdb: New file, from previous
4854 source-error.gdb.
4855
6506371f
TT
48562019-02-17 Tom Tromey <tom@tromey.com>
4857
4858 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4859 for macro styling.
4860 * gdb.base/style.c (SOME_MACRO): New macro.
4861
a0087920
TT
48622019-02-17 Tom Tromey <tom@tromey.com>
4863
4864 * gdb.base/style.exp: Add line-wrapping tests.
4865 * gdb.base/page.exp: Add test for quitting during pagination.
4866
a2cd4f14
JB
48672019-02-17 Joel Brobecker <brobecker@adacore.com>
4868
4869 * gdb.ada/big_packed_array: New testcase.
4870 * gdb.ada/homonym.exp: Fix incorrect expected output for
4871 "break <homonym__get_value>" test.
4872
9d70ffbc
WP
48732019-02-13 Weimin Pan <weimin.pan@oracle.com>
4874
4875 PR breakpoints/21870
4876 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4877 and prepare_for_testing. Add comment.
4878 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4879 redundant cleanup call. Clean up comment.
4880
01c7ae81
WP
48812019-02-12 Weimin Pan <weimin.pan@oracle.com>
4882
4883 PR breakpoints/21870
4884 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4885 * gdb.arch/aarch64-dbreg-contents.c: New file.
4886
aff29d1c
JB
48872019-02-10 Joel Brobecker <brobecker@adacore.com>
4888
4889 * gdb.ada/mi_ref_changeable: New testcase.
4890
df0da8a2
AH
48912019-02-07 Alan Hayward <alan.hayward@arm.com>
4892
4893 * gdb.base/attach.exp: Add double attach test.
4894
bd447abb
SM
48952019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4896
4897 * lib/gdb.exp (default_gdb_start): Don't match pagination
4898 prompt.
4899 (gdb_init): Set stty_init.
4900
1dbc40b9
TT
49012019-01-27 Tom Tromey <tom@tromey.com>
4902
4903 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4904 skip_python_tests.
4905
353229bf
AH
49062019-01-24 Alan Hayward <alan.hayward@arm.com>
4907
4908 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4909 New structure.
4910 (struct struct_static_02_02): Likewise.
4911 (struct struct_static_02_03): Likewise.
4912 (struct struct_static_02_04): Likewise.
4913 (struct struct_static_04_01): Likewise.
4914 (struct struct_static_04_02): Likewise.
4915 (struct struct_static_04_03): Likewise.
4916 (struct struct_static_04_04): Likewise.
4917 (struct struct_static_06_01): Likewise.
4918 (struct struct_static_06_02): Likewise.
4919 (struct struct_static_06_03): Likewise.
4920 (struct struct_static_06_04): Likewise.
4921 (cmp_struct_static_02_01): Likewise.
4922 (cmp_struct_static_02_02): Likewise.
4923 (cmp_struct_static_02_03): Likewise.
4924 (cmp_struct_static_02_04): Likewise.
4925 (cmp_struct_static_04_01): Likewise.
4926 (cmp_struct_static_04_02): Likewise.
4927 (cmp_struct_static_04_03): Likewise.
4928 (cmp_struct_static_04_04): Likewise.
4929 (cmp_struct_static_06_01): Likewise.
4930 (cmp_struct_static_06_02): Likewise.
4931 (cmp_struct_static_06_03): Likewise.
4932 (cmp_struct_static_06_04): Likewise.
4933 (call_all): Test new structs.
4934 * gdb.base/infcall-nested-structs.exp: Likewise.
4935
73021deb
AH
49362019-01-21 Alan Hayward <alan.hayward@arm.com>
4937 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4938
fc65c7db
AH
49392019-01-21 Alan Hayward <alan.hayward@arm.com>
4940 * gdb.base/stack-protector.c: New test.
4941 * gdb.base/stack-protector.exp: New file.
4942 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4943 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4944 option.
4945 (gdb_compile): Remove stack protector for GCC and prevent
4946 recursion.
4947
c24bdb02
KS
49482019-01-16 Keith Seitz <keiths@redhat.com>
4949
4950 PR gdb/23773
4951 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4952
6f072a10
PFC
49532019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4954
4955 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4956 aliases.
4957 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4958 tests.
4959 * gdb.arch/powerpc-vector-regs.c: New file.
4960 * gdb.arch/powerpc-vector-regs.exp: New file.
4961
a7b8d682
PFC
49622019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4963
4964 * gdb.arch/altivec-regs.exp: Fix the list passed to
4965 gdb_expect_list when testing "info vector".
4966
6eb6fb67
AB
49672019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4968
4969 * gdb.base/style.exp: Don't include path in testname.
4970
b56f80d8
KS
49712019-01-10 Keith Seitz <keiths@redhat.com>
4972
4973 PR gdb/23712
4974 PR symtab/23010
4975 * gdb.dwarf2/multidictionary.exp: New file.
4976
041be526
SM
49772019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4978
4979 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4980 (test_gnuv3_style_demangling): ... this.
4981 (test_lucid_style_demangling): Remove.
4982 (test_arm_style_demangling): Remove.
4983 (test_hp_style_demangling): Remove.
4984 (do_tests): Remove calls to the above.
4985
d820d0c3
AB
49862019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4987
4988 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4989 case.
4990
f097f5ad
TT
49912019-01-06 Tom Tromey <tom@tromey.com>
4992
4993 PR gdb/28155:
4994 * gdb.dwarf2/typedef-void-finish.exp: New file.
4995
2cd8cc0b
TT
49962018-12-28 Tom Tromey <tom@tromey.com>
4997 Simon Marchi <simark@simark.ca>
4998
4999 * gdb.base/jit-exec.exp: New file.
5000 * gdb.base/jit-exec.c: New file.
5001 * gdb.base/jit-execd.c: New file.
5002
35fb8261
TT
50032018-12-28 Tom Tromey <tom@tromey.com>
5004
5005 * gdb.base/style.exp: Update test to check for address styling.
5006
47fd17cd
TT
50072018-12-28 Tom Tromey <tom@tromey.com>
5008
5009 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5010 message.
5011
d47032b7
TT
50122018-12-28 Tom Tromey <tom@tromey.com>
5013
5014 * gdb.base/style.exp: Add test for version number styling.
5015
af79b68d
TT
50162018-12-28 Tom Tromey <tom@tromey.com>
5017
5018 * gdb.base/style.exp: Add test for print_address_symbolic.
5019
0bb296cb
TT
50202018-12-28 Tom Tromey <tom@tromey.com>
5021
5022 * gdb.base/style.exp: Add test for breakpoint setting.
5023
80ae2043
TT
50242018-12-28 Tom Tromey <tom@tromey.com>
5025
5026 * gdb.base/style.exp: Add test for variable names.
5027
cbe56571
TT
50282018-12-28 Tom Tromey <tom@tromey.com>
5029
5030 * gdb.base/style.exp: New file.
5031 * gdb.base/style.c: New file.
5032
9162a27c
TT
50332018-12-28 Tom Tromey <tom@tromey.com>
5034
5035 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5036 "dumb".
5037 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5038 the TERM environment variable.
5039
bc543c90
TT
50402018-12-27 Tom Tromey <tom@tromey.com>
5041
5042 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5043 pagination test.
5044
6f0ffe50
AB
50452018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5046
5047 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5048 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5049
b5a1e557
PW
50502018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5051
5052 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5053 Filename a.adb changed to bp_fun_addr.adb.
5054 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5055
6e8b1ab2
JV
50562018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5057
5058 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5059 non-PIE executables.
5060 * README: Mention the gdb,nopie_flag board setting.
5061 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5062 non-PIE executable.
5063 * gdb.arch/amd64-entry-value.exp: Likewise.
5064 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5065 * gdb.arch/i386-float.exp: Likewise.
5066 * gdb.arch/i386-signal.exp: Likewise.
5067 * gdb.mi/mi-reg-undefined.exp: Likewise.
5068
d00a27c5
PM
50692018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5070
5071 PR gdb/23974
5072 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5073
161d081c
PW
50742018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5075
5076 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5077 Update order of results accordingly.
5078
b001de23
AB
50792018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5080
5081 * gdb.base/annota1.exp: Update a test regexp.
5082
99e1a184
AB
50832018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5084
5085 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5086
7a81c1e2
PW
50872018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5088
5089 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5090 (reuse_time): Initialize to REUSE_TIME_CAP.
5091 (check_rc): New function.
5092 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5093 Check pthread_create rc.
5094 (spawner_thread_func): Check pthread_create and pthread_join rc.
5095
73e8dc90
PA
50962018-12-08 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.base/list.exp (test_forward_search): Rename to ...
5099 (test_forward_reverse_search): ... this. Also test reverse-search
5100 and the forward-search alias.
5101
13f2ed32
AB
51022018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5103
5104 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5105 local timeout variable before return, and remove all local timeout
5106 variable entirely.
5107 (gdb_load): Likewise.
5108
64d27cfc
TV
51092018-12-01 Tom de Vries <tdevries@suse.de>
5110
5111 * gdb.base/gdb-caching-proc.exp: New file.
5112
f63c03b4
SDJ
51132018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5114
5115 * Makefile.in (TIMESTAMP): New variable.
5116 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5117 command.
5118 (check-single-racy): Likewise.
5119 (check/%.exp): Likewise.
5120 (check-racy/%.exp): Likewise.
5121 (workers/%.worker): Likewise.
5122 (build-perf): Likewise.
5123 (check-perf): Likewise.
5124 * README: Describe new "TS" and "TS_FORMAT" variables.
5125 * print-ts.py: New file.
5126
1c97054b
BF
51272018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5128
5129 PR python/23714
5130 * gdb.python/python.exp: Test command repetition after
5131 gdb.execute.
5132
1871a62d
AB
51332018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5134
5135 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5136 is correctly aligned.
5137
fb5e1ed9
PW
51382018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5139
5140 * gdb.ada/info_auto_lang.exp: New testcase.
5141 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5142 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5143 * gdb.ada/info_auto_lang/some_c.c: New file.
5144
43d397ca
PW
51452018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5146
5147 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5148 FUNC_lang language syntax.
5149
beddd671
PW
51502018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5151
5152 * gdb.base/info_minsym.c: New file.
5153 * gdb.base/info_minsym.exp: New file.
5154
73fc52c4
TT
51552018-11-19 Tom Tromey <tom@tromey.com>
5156
5157 PR rust/23625:
5158 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5159 * gdb.rust/expr.exp: Update expected output. Change one test.
5160
994b876a
TT
51612018-11-19 Tom Tromey <tom@tromey.com>
5162
5163 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5164
6769f276
PA
51652018-11-19 Pedro Alves <palves@redhat.com>
5166
5167 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5168 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5169 see the expected warning.
5170
38a72da0
AH
51712018-11-16 Alan Hayward <alan.hayward@arm.com>
5172
5173 PR gdb/22736:
5174 * gdb.cp/infcall-nodebug-lib.c: New test.
5175 * gdb.cp/infcall-nodebug-main.c: New test.
5176 * gdb.cp/infcall-nodebug.exp: New file.
5177
53a89d6e
SM
51782018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5179
5180 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5181 completer tests.
5182
9325300d
TV
51832018-11-09 Tom de Vries <tdevries@suse.de>
5184
5185 * gdb.base/msym-lang.c: New test.
5186 * gdb.base/msym-lang.exp: New file.
5187 * gdb.base/msym-lang-main.c: New test.
5188
20f0d60d
TT
51892018-11-08 Tom Tromey <tom@tromey.com>
5190
5191 PR gdb/23555:
5192 PR gdb/23838:
5193 * gdb.base/warning.exp: New file.
5194
b5420128
JB
51952018-11-08 Jan Beulich <jbeulich@suse.com>
5196
5197 * testsuite/gdb.arch/i386-avx512.c,
5198 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5199
cd115d61
AB
52002018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5201
5202 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5203 point hardware.
5204
35ee2dc2
AB
52052018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5206
5207 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5208 * gdb.dwarf2/missing-type-name.exp: New file.
5209
31aceee8
TV
52102018-11-06 Tom de Vries <tdevries@suse.de>
5211
5212 * gdb.base/many-headers.c: New test.
5213 * gdb.base/many-headers.exp: New file.
5214
109be305
JW
52152018-11-06 Jim Wilson <jimw@sifive.com>
5216
5217 * gdb.base/code_elim.exp: For riscv, set additional_flags
5218 to include -msmall-data-limit=0.
5219
e2b7af72
JB
52202018-11-01 Joel Brobecker <brobecker@adacore.com>
5221
5222 * gdb.ada/watch_minus_l: New testcase.
5223
cdcda965
SM
52242018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5225
5226 * gdb.arch/aix-sighandle.c: New file.
5227 * gdb.arch/aix-sighandle.exp: New file.
5228
92dcebf3
AB
52292018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5230
5231 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5232 registers being unions.
5233
68b9ac18
TV
52342018-10-31 Tom de Vries <tdevries@suse.de>
5235
5236 * lib/valgrind.exp: New file.
5237 (vgdb_start, vgdb_stop): New procs, factored out of ...
5238 * gdb.base/valgrind-bt.exp: ... here, ...
5239 * gdb.base/valgrind-disp-step.exp: ... here and ...
5240 * gdb.base/valgrind-infcall.exp: ... here.
5241
1443936e
TV
52422018-10-31 Tom de Vries <tdevries@suse.de>
5243
5244 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5245
eb77c9df
AB
52462018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5247
5248 * gdb.dwarf2/void-type.c: New file.
5249 * gdb.dwarf2/void-type.exp: New file.
5250
82b5e646
PW
52512018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5252
5253 * gdb.base/info_qt.c: New file.
5254 * gdb.base/info_qt.exp: New file.
5255
8d619c01
EBM
52562018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5257
5258 * gdb.arch/powerpc-htm-regs.c: New file.
5259 * gdb.arch/powerpc-htm-regs.exp: New file.
5260
f2cf6173
EBM
52612018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5262
5263 * gdb.arch/powerpc-tar.c: New file.
5264 * gdb.arch/powerpc-tar.exp: New file.
5265
7ca18ed6
EBM
52662018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5267
5268 * gdb.arch/powerpc-ppr-dscr.c: New file.
5269 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5270
bfcc0eba
TV
52712018-10-25 Tom de Vries <tdevries@suse.de>
5272
5273 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5274
fe1a5cad
TV
52752018-10-24 Tom de Vries <tdevries@suse.de>
5276
5277 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5278 longer exists error.
5279
a76dc3b7
TV
52802018-10-24 Tom de Vries <tdevries@suse.de>
5281
5282 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5283
4df46df7
TV
52842018-10-24 Tom de Vries <tdevries@suse.de>
5285
5286 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5287 --db-attach in valgrind.
5288
0dbfcfff
AB
52892018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5290
5291 * gdb.arch/riscv-reg-aliases.c: New file.
5292 * gdb.arch/riscv-reg-aliases.exp: New file.
5293
b04480b1
AH
52942018-10-19 Alan Hayward <alan.hayward@arm.com>
5295
5296 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5297
2c6ac8d7
AH
52982018-10-19 Alan Hayward <alan.hayward@arm.com>
5299
5300 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5301
2bc69f25
AH
53022018-10-19 Alan Hayward <alan.hayward@arm.com>
5303
5304 * gdb.cp/ovldbreak.exp: Fix regexps.
5305
1f1ae3a3
AH
53062018-10-19 Alan Hayward <alan.hayward@arm.com>
5307
5308 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5309
94c18618
SDJ
53102018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5311
5312 PR cli/23785
5313 * gdb.base/restore.exp: New test to check if "restore" with an
5314 invalid file doesn't segfault.
5315
812cd6eb
TV
53162018-10-18 Tom de Vries <tdevries@suse.de>
5317
5318 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5319 * gdb.ada/excep_handle.exp: Same.
5320 * gdb.ada/mi_string_access.exp: Same.
5321 * gdb.ada/mi_var_union.exp: Same.
5322 * gdb.arch/arc-analyze-prologue.exp: Same.
5323 * gdb.arch/arc-decode-insn.exp: Same.
5324 * gdb.base/readnever.exp: Same.
5325 * gdb.fortran/printing-types.exp: Same.
5326 * gdb.guile/scm-lazy-string.exp: Same.
5327
c4b90788
TV
53282018-10-16 Tom de Vries <tdevries@suse.de>
5329
5330 PR gdb/23730
5331 * gdb.base/catch-follow-exec.c: Add copyright notice.
5332 * gdb.base/catch-follow-exec.exp: Rewrite to use
5333 gdb_spawn_with_cmdline_opts. Require gdb-native.
5334
8bca2978
SL
53352018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5336
5337 * gdb.trace/actions-changed.exp: Check for arch support.
5338 * gdb.trace/actions.exp: Likewise.
5339 * gdb.trace/ax.exp: Likewise.
5340 * gdb.trace/backtrace.exp: Likewise.
5341 * gdb.trace/change-loc.exp: Likewise.
5342 * gdb.trace/deltrace.exp: Likewise.
5343 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5344 * gdb.trace/ftrace.exp: Likewise.
5345 * gdb.trace/infotrace.exp: Check for arch support.
5346 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5347 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5348 * gdb.trace/mi-tsv-changed.exp: Likewise.
5349 * gdb.trace/packetlen.exp: Likewise.
5350 * gdb.trace/passc-dyn.exp: Likewise.
5351 * gdb.trace/passcount.exp: Likewise.
5352 * gdb.trace/pending.exp: Likewise.
5353 * gdb.trace/range-stepping.exp: Check for shlib support.
5354 * gdb.trace/report.exp: Check for arch support.
5355 * gdb.trace/save-trace.exp: Likewise.
5356 * gdb.trace/signal.exp: Check for signal support.
5357 * gdb.trace/tfind.exp: Check for arch support.
5358 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5359 * gdb.trace/trace-common.h: Add comment.
5360 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5361 * gdb.trace/trace-enable-disable.exp: Likewise.
5362 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5363 * gdb.trace/tracecmd.exp: Check for arch support.
5364 * gdb.trace/tspeed.exp: Check for shlib and target support.
5365 * gdb.trace/tstatus.exp: Check for arch support.
5366 * gdb.trace/tsv.exp: Likewise.
5367 * gdb.trace/while-dyn.exp: Likewise.
5368 * gdb.trace/while-stepping.exp: Likewise.
5369 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5370
f9c49bff
SM
53712018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5372
5373 * gdb.trace/tspeed.exp: Remove nowarnings.
5374 (prepare_for_trace_test): Declare "global ipalib".
5375 * gdb.trace/tspeed.c: Include unistd.h.
5376 (main): Remove superfluous printf argument.
5377
d4330bde
SL
53782018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5379
5380 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5381 directory prefix on the filename.
5382
8ecfd7bd
SDJ
53832018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5384
5385 * gdb.gdb/unittest.exp: Update expected message informing that
5386 selftests have been disabled.
5387 * gdb.server/unittest.exp: Likewise.
5388
58bbcd02
TV
53892018-10-09 Tom de Vries <tdevries@suse.de>
5390
5391 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5392 with runto_main.
5393
9f6b697b
WP
53942018-10-08 Weimin Pan <weimin.pan@oracle.com>
5395
5396 PR c++/16841
5397 * gdb.cp/virtbase2.cc: New file.
5398 * gdb.cp/virtbase2.exp: New file.
5399
add5ded5
TT
54002018-10-06 Tom Tromey <tom@tromey.com>
5401
5402 PR python/19399:
5403 * gdb.python/py-inferior.exp: Add architecture test.
5404
f9e48344
TT
54052018-10-06 Tom Tromey <tom@tromey.com>
5406
5407 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5408 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5409
2a8be203
TT
54102018-10-06 Tom Tromey <tom@tromey.com>
5411
5412 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5413 of a "throw" catchpoint.
5414
e04caa70
SDJ
54152018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5416
5417 * gdb.base/info-proc.exp: Update string expected from "help info
5418 proc".
5419
5ca8c39f
TT
54202018-10-04 Tom Tromey <tom@tromey.com>
5421
5422 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5423 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5424 (test_initial_complaints, test_empty_complaints): Update.
5425 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5426
3453e7e4
TT
54272018-10-04 Tom Tromey <tom@tromey.com>
5428
5429 PR cli/19551:
5430 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5431 * lib/gdb.exp (gdb_file_cmd): Update.
5432 * gdb.stabs/weird.exp (print_weird_var): Update.
5433 * gdb.server/solib-list.exp: Update.
5434 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5435 * gdb.mi/mi-cli.exp: Update.
5436 * gdb.linespec/linespec.exp: Update.
5437 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5438 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5439 * gdb.cp/cp-relocate.exp: Update.
5440 * gdb.base/sym-file.exp: Update.
5441 * gdb.base/relocate.exp: Update.
5442 * gdb.base/readnever.exp: Update.
5443 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5444 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5445 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5446 * gdb.base/code_elim.exp: Update.
5447 * gdb.base/break-unload-file.exp (test_break): Update.
5448 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5449 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5450 Update.
5451 * gdb.base/attach.exp (do_attach_tests): Update.
5452 * gdb.base/sepdebug.exp: Update.
5453 * gdb.python/py-section-script.exp: Update.
5454
6afcf761
TT
54552018-10-04 Tom Tromey <tom@tromey.com>
5456
5457 PR cli/22234:
5458 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5459 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5460 output.
5461
fef1b293
TT
54622018-10-04 Tom Tromey <tom@tromey.com>
5463
5464 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5465 set width and height to 0.
5466 (test_command_line_attach_run): Use -quiet.
5467
ca98345e
SL
54682018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5469
5470 * lib/gdb.exp (skip_ifunc_tests): New.
5471 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5472 other compile failures.
5473 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5474
ff34e6ae
SM
54752018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5476
5477 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5478 is_amd64_regs_target.
5479
6bb8890e
AH
54802018-10-01 Alan Hayward <alan.hayward@arm.com>
5481
5482 * gdb.arch/aarch64-sighandler-regs.c: New test.
5483 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5484 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5485
224d30d3
MM
54862018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5487
5488 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5489 assembly.
5490
f67ffa6a
AB
54912018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5492
5493 * gdb.base/frame-selection.exp: New file.
5494 * gdb.base/frame-selection.c: New file.
5495
9fc3183f
AH
54962018-09-27 Alan Hayward <alan.hayward@arm.com>
5497
5498 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5499 pthread barrier.
5500 (main): Likewise.
5501
d354055e
AB
55022018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5503
5504 * gdb.base/large-frame-1.c: New file.
5505 * gdb.base/large-frame-2.c: New file.
5506 * gdb.base/large-frame.exp: New file.
5507 * gdb.base/large-frame.h: New file.
5508
db727370
JL
55092018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5510
5511 PR gdb/20948
5512 * gdb.base/write_mem.exp: New test.
5513 * gdb.base/write_mem.c: Likewise.
5514
ae778caf
TT
55152018-09-23 Tom Tromey <tom@tromey.com>
5516
5517 PR python/18852:
5518 * gdb.python/py-parameter.exp: Add test for parameter that throws
5519 on "set".
5520
fd3ba736
TT
55212018-09-23 Tom Tromey <tom@tromey.com>
5522
5523 PR python/17284:
5524 * gdb.python/py-template.exp (test_template_arg): Add test for
5525 negative template argument number.
5526
39a24317
TT
55272018-09-23 Tom Tromey <tom@tromey.com>
5528
5529 PR python/14062:
5530 * gdb.python/python.exp: Add test for post_event error.
5531
f5769a2c
TT
55322018-09-23 Tom Tromey <tom@tromey.com>
5533
5534 PR python/18170:
5535 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5536 convert pointers to int and long.
5537
1c1e54f6
TT
55382018-09-23 Tom Tromey <tom@tromey.com>
5539
5540 PR python/20126:
5541 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5542 signed-ness conversion tests.
5543
fb4fa946
TT
55442018-09-23 Tom Tromey <tom@tromey.com>
5545
5546 PR python/18352;
5547 * gdb.python/py-value.exp (test_float_conversion): New proc.
5548 Use it.
5549
a466edac
HAQ
55502018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5551
5552 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5553
4ee9b0c5
SL
55542018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5555
5556 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5557 no readline.
5558 * gdb.base/utf8-identifiers.exp: Likewise.
5559 * gdb.cp/cpcompletion.exp: Likewise.
5560 * gdb.linespec/cpcompletion.exp: Likewise.
5561 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5562 * gdb.linespec/cpls-ops.exp: Likewise.
5563
23be8da7
RB
55642018-09-19 Richard Bunt <richard.bunt@arm.com>
5565 Chris January <chris.january@arm.com>
5566
5567 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5568 * gdb.fortran/short-circuit-argument-list.exp: New file.
5569 * gdb.fortran/short-circuit-argument-list.f90: New test.
5570
5031d0ae
SDJ
55712018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5572
5573 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5574 "arch=" keyword when executing "-stack-list-frames".
5575
b4c0d1a4
SDJ
55762018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5577
5578 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5579 "arch=" keyword when executing "-stack-list-frames".
5580
7a6d2b45
SDJ
55812018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5582
5583 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5584 break ada".
5585
8588b356
SM
55862018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5587
5588 PR python/23669
5589 * gdb.python/python.exp: Test gdb.execute("show commands").
5590
65e65158
TT
55912018-09-16 Tom Tromey <tom@tromey.com>
5592
5593 * gdb.base/new-ui.exp (do_execution_tests): Update.
5594 * gdb.base/dbx.exp (test_breakpoints): Update.
5595
bf326452
AH
55962018-09-14 Alan Hayward <alan.hayward@arm.com>
5597
5598 * lib/gdb.exp (gdb_simple_compile): Add proc.
5599 (is_elf_target): Use gdb_simple_compile.
5600 (skip_altivec_tests): Likewise.
5601 (skip_vsx_tests): Likewise.
5602 (skip_tsx_tests): Likewise.
5603 (skip_btrace_tests): Likewise.
5604 (skip_btrace_pt_tests): Likewise.
5605 (gdb_can_simple_compile): Likewise.
5606 (gdb_has_argv0): Likewise.
5607 (gdb_target_symbol_prefix): Likewise.
5608 (target_supports_scheduler_locking): Likewise.
5609
2361b0fb
TT
56102018-09-13 Tom Tromey <tom@tromey.com>
5611
5612 * Makefile.in (TAGS): Recognize proc_with_prefix and
5613 gdb_caching_proc.
5614
0ae1a321
SM
56152018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5616
5617 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5618 method.
5619
a40bf0c2
SM
56202018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5621
5622 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5623 and a few other Inferior properties when the Inferior is no
5624 longer valid.
5625
4a3fe98f
TT
56262018-09-13 Tom Tromey <tom@tromey.com>
5627
5628 PR rust/23650:
5629 * gdb.rust/simple.exp: Add test for enum field access error.
5630
098b2108
TT
56312018-09-13 Tom Tromey <tom@tromey.com>
5632
5633 PR rust/23626:
5634 * gdb.rust/simple.rs (EmptyEnum): New type.
5635 (main): Use it.
5636 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5637
1256af7d
SM
56382018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5639
5640 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5641 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5642 * gdb.python/py-symtab.exp: Update test printing an objfile.
5643
4aa8e6c2
SM
56442018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5645
5646 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5647 object.
5648
c221b2f7
AH
56492018-09-12 Alan Hayward <alan.hayward@arm.com>
5650
5651 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5652 (support_complex_tests): Use gdb_can_simple_compile.
5653 (is_ilp32_target): Likewise.
5654 (is_lp64_target): Likewise.
5655 (is_64_target): Likewise.
5656 (is_amd64_regs_target): Likewise.
5657 (is_aarch32_target): Likewise.
5658 (gdb_int128_helper): Likewise.
5659
6f1107b5
JK
56602018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5661
5662 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5663
1f5d1570
JG
56642018-09-10 Jerome Guitton <guitton@adacore.com>
5665
5666 * gdb.ada/same_component_name: Add test for case of tagged record
5667 with variable-length fields.
5668
cc330e39
XR
56692018-09-10 Xavier Roirand <roirand@adacore.com>
5670
5671 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5672 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5673 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5674 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5675
b9c50e9a
XR
56762018-09-10 Xavier Roirand <roirand@adacore.com>
5677
5678 * gdb.ada/mi_string_access.exp: New testcase.
5679 * gdb.ada/mi_string_access/bar.adb: New file.
5680 * gdb.ada/mi_string_access/pck.adb: New file.
5681 * gdb.ada/mi_string_access/pck.asd: New file.
5682
2963898f
XR
56832018-09-10 Xavier Roirand <roirand@adacore.com>
5684
5685 * gdb.ada/mi_var_union.exp: New testcase.
5686 * gdb.ada/mi_var_union/bar.adb: New file.
5687 * gdb.ada/mi_var_union/pck.adb: New file.
5688 * gdb.ada/mi_var_union/pck.asd: New file.
5689
1aac008f
TT
56902018-09-08 Tom Tromey <tom@tromey.com>
5691
5692 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5693
332cf4c9
TT
56942018-09-08 Tom Tromey <tom@tromey.com>
5695
5696 PR python/16047:
5697 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5698 (register_pretty_printers): Register new printer.
5699 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5700 test.
5701 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5702 (an_int_type3): New global.
5703
424da6cf
JB
57042018-09-08 Joel Brobecker <brobecker@adacore.com>
5705
5706 * gdb.ada/expr_with_funcall: New testcase.
5707
2a62dfa9
JB
57082018-09-08 Joel Brobecker <brobecker@adacore.com>
5709
5710 * gdb.ada/packed_array_assign: New testcase.
5711
96b6697f
AB
57122018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5713
5714 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5715 names, and add test prefixes to make test names unique.
5716
e4a62c65
TV
57172018-09-05 Tom de Vries <tdevries@suse.de>
5718
5719 * gdb.dwarf2/varval.exp: Add test.
5720
dd083ee2
GB
57212018-09-04 Gary Benson <gbenson@redhat.com>
5722
5723 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5724 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5725
aef9346c
TT
57262018-08-31 Tom Tromey <tom@tromey.com>
5727
5728 * gdb.rust/simple.rs: Rename second variable "v".
5729
c67f2e15
AB
57302018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5731
5732 * gdb.base/funcargs.c (use_a): New function.
5733 (recurse): Call use_a.
5734
078a0207
KS
57352018-08-29 Keith Seitz <keiths@redhat.com>
5736
5737 * gdb.compile/compile-cplus-anonymous.cc: New file.
5738 * gdb.compile/compile-cplus-anonymous.exp: New file.
5739 * gdb.compile/compile-cplus-array-decay.cc: New file.
5740 * gdb.compile/compile-cplus-array-decay.exp: New file.
5741 * gdb.compile/compile-cplus-inherit.cc: New file.
5742 * gdb.compile/compile-cplus-inherit.exp: New file.
5743 * gdb.compile/compile-cplus-member.cc: New file.
5744 * gdb.compile/compile-cplus-member.exp: New file.
5745 * gdb.compile/compile-cplus-method.cc: New file.
5746 * gdb.compile/compile-cplus-method.exp: New file.
5747 * gdb.compile/compile-cplus-mod.c: "New" file.
5748 * gdb.compile/compile-cplus-namespace.cc: New file.
5749 * gdb.compile/compile-cplus-namespace.exp: New file.
5750 * gdb.compile/compile-cplus-nested.cc: New file.
5751 * gdb.compile/compile-cplus-nested.exp: New file.
5752 * gdb.compile/compile-cplus-print.c: "New" file.
5753 * gdb.compile/compile-cplus-print.exp: "New" file.
5754 * gdb.compile/compile-cplus-virtual.cc: New file.
5755 * gdb.compile/compile-cplus-virtual.exp: New file.
5756 * gdb.compile/compile-cplus.c: "New" file.
5757 * gdb.compile/compile-cplus.exp: "New" file.
5758 * lib/compile-support.exp: New file.
5759
b0f492b9
GB
57602018-08-16 Gary Benson <gbenson@redhat.com>
5761
5762 PR gdb/13000:
5763 * gdb.base/batch-exit-status.exp: New file.
5764 * gdb.base/batch-exit-status.good-commands: Likewise.
5765 * gdb.base/batch-exit-status.bad-commands: Likewise.
5766
36eb4c5f
AH
57672018-08-29 Alan Hayward <alan.hayward@arm.com>
5768
5769 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5770 (struct struct02): Likewise.
5771 (struct struct03): Likewise.
5772 (struct struct04): Likewise.
5773 (struct struct_01_01): New struct.
5774 (struct struct_01_02): Likewise.
5775 (struct struct_01_03): Likewise.
5776 (struct struct_01_04): Likewise.
5777 (struct struct_02_01): Likewise.
5778 (struct struct_02_02): Likewise.
5779 (struct struct_02_03): Likewise.
5780 (struct struct_02_04): Likewise.
5781 (struct struct_04_01): Likewise.
5782 (struct struct_04_02): Likewise.
5783 (struct struct_04_03): Likewise.
5784 (struct struct_04_04): Likewise.
5785 (struct struct_05_01): Likewise.
5786 (struct struct_05_02): Likewise.
5787 (struct struct_05_03): Likewise.
5788 (struct struct_05_04): Likewise.
5789 (cmp_struct01): Remove function.
5790 (cmp_struct02): Likewise.
5791 (cmp_struct03): Likewise.
5792 (cmp_struct04): Likewise.
5793 (cmp_struct_01_01): Add Function.
5794 (cmp_struct_01_02): Likewise.
5795 (cmp_struct_01_03): Likewise.
5796 (cmp_struct_01_04): Likewise.
5797 (cmp_struct_02_01): Likewise.
5798 (cmp_struct_02_02): Likewise.
5799 (cmp_struct_02_03): Likewise.
5800 (cmp_struct_02_04): Likewise.
5801 (cmp_struct_04_01): Likewise.
5802 (cmp_struct_04_02): Likewise.
5803 (cmp_struct_04_03): Likewise.
5804 (cmp_struct_04_04): Likewise.
5805 (cmp_struct_05_01): Likewise.
5806 (cmp_struct_05_02): Likewise.
5807 (cmp_struct_05_03): Likewise.
5808 (cmp_struct_05_04): Likewise.
5809 (call_all): Add new structs.
5810 * gdb.base/infcall-nested-structs.exp: Likewise.
5811
3bf9c013
JV
58122018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5813
5814 * gdb.python/py-framefilter-mi.exp: Update regexp to
5815 check for "arch" field in frame output.
5816
450d1e88
KB
58172018-08-23 Kevin Buettner <kevinb@redhat.com>
5818
5819 * gdb.dwarf2/dw2-ranges-func.c: New file.
5820 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5821
ae739fe7
SM
58222018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5823
5824 * gdb.base/term.exp: Compare terminal settings with values from
5825 the inferior.
5826 * gdb.base/term.c: Get and set terminal settings.
5827
6d52907e
JV
58282018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5829
5830 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5831 accommodate new "arch" field in frame output.
5832 * gdb.mi/mi-return.exp: Likewise.
5833 * gdb.mi/mi-stack.exp: Likewise.
5834 * gdb.mi/mi-syn-frame.exp: Likewise.
5835 * gdb.mi/user-selected-context-sync.exp: Likewise.
5836
be2d111a
MS
58372018-08-19 Michael Spang <spang@google.com>
5838
5839 PR gdb/11786
5840 * gdb.base/gcore-tls-pie.c: New file.
5841 * gdb.base/gcore-tls-pie.exp: New file.
5842
ae3a7c47
KB
58432018-08-18 Kevin Buettner <kevinb@redhat.com>
5844
5845 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5846 * gdb.dwarf2/varval.c: New file.
5847 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5848
2ecae92e
AH
58492018-08-17 Alan Hayward <alan.hayward@arm.com>
5850
5851 PR gdb/18931
5852 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5853
c1854f1d
KS
58542018-08-16 Keith Seitz <keiths@redhat.com>
5855
5856 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5857 tests expected to pass.
5858
26fb3983
JV
58592018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5860
5861 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5862 -data-disassemble -a.
5863 (test_disassembly_bogus_args): Likewise.
5864
67943c00
AB
58652018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5866
5867 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5868
5ff2bbae
AB
58692018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5870
5871 * gdb.base/vla-optimized-out.exp: Add new test.
5872
e5bbcd0f
AB
58732018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5874
5875 * gdb.base/vla-optimized-out-o3.exp: Delete.
5876 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5877 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5878 deleted tests.
5879
9d4a934c
AB
58802018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5881
5882 PR gdb/18050:
5883 * gdb.server/extended-remote-restart.c: New file.
5884 * gdb.server/extended-remote-restart.exp: New file.
5885
045cf012
SM
58862018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5887
5888 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5889 "set variable index = 42".
5890
87d6a7aa
SM
58912018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5892
5893 * boards/index-cache-gdb.exp: New file.
5894 * gdb.dwarf2/index-cache.exp: New file.
5895 * gdb.dwarf2/index-cache.c: New file.
5896 * gdb.base/maint.exp: Check if we are using the index cache.
5897
96d68bd4
RO
58982018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5899
5900 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5901 MAKEFLAGS.
5902
5a699617
RO
59032018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5904
5905 * dg-extract-results.sh: Move to toplevel contrib.
5906 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5907 * Makefile.in (check-parallel-racy): Likewise.
5908
5bd18990
AB
59092018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5910
5911 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5912 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5913 tests if the target supports scheduler locking.
5914
3fbbcf47
TV
59152018-08-04 Tom de Vries <tdevries@suse.de>
5916
5917 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5918
3e1d3d8c
TT
59192018-08-02 Tom Tromey <tom@tromey.com>
5920
5921 PR symtab/16842.
5922 * gdb.cp/temargs.exp: Test "info address" of a template
5923 parameter.
5924
5abe0f0c
JV
59252018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5926
5927 * gdb.python/py-mi-var-info-path-expression.c: New file.
5928 * gdb.python/py-mi-var-info-path-expression.py: New file.
5929 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5930
fb66cde8
SDJ
59312018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5932
5933 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5934 error after "cannot resolve name" string.
5935
c708f4d2
AB
59362018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5937
5938 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5939 started.
5940 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5941
37cc0cae
TV
59422018-07-28 Tom de Vries <tdevries@suse.de>
5943
5944 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5945
63b4ecf7
TV
59462018-07-26 Tom de Vries <tdevries@suse.de>
5947
5948 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5949
3c3bb058
AB
59502018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5951
5952 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5953 is visible.
5954
9e7f3bbb
TV
59552018-07-26 Tom de Vries <tdevries@suse.de>
5956
5957 PR breakpoints/23366
5958 * gdb.base/catch-follow-exec.c: New test.
5959 * gdb.base/catch-follow-exec.exp: New file.
5960
16f808ec
TV
59612018-07-25 Tom de Vries <tdevries@suse.de>
5962
5963 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5964 vla-optimized-out.c.
5965
d7154a8d
JV
59662018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5967
5968 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5969 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5970
232a0032
TV
59712018-07-20 Tom de Vries <tdevries@suse.de>
5972
5973 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5974 NOCLONE macro.
5975 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5976
fbb1d502
TV
59772018-07-19 Tom de Vries <tdevries@suse.de>
5978
5979 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5980 regular expression.
5981
42dc7699
TV
59822018-07-18 Tom de Vries <tdevries@suse.de>
5983
5984 * gdb.base/vla-optimized-out.c: New test.
5985 * gdb.base/vla-optimized-out.exp: New file.
5986
7f1f7e23
SDJ
59872018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5988
5989 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5990 message "No address associated with hostname" when gdbserver
5991 cannot resolve the hostname.
5992
5759ebb3
PW
59932018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5994
5995 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5996 Add some test prefixes to make tests unique.
5997
3606ccab
PW
59982018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5999
6000 * gdb.base/frameapply.c: New file.
6001 * gdb.base/frameapply.exp: New file.
6002
529c08b2
PW
60032018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6004
6005 * gdb.base/skip.exp: Update expected error message.
6006
c7ab0aef
SDJ
60072018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6008 Jan Kratochvil <jan.kratochvil@redhat.com>
6009 Paul Fertser <fercerpav@gmail.com>
6010 Tsutomu Seki <sekiriki@gmail.com>
6011
6012 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6013 parameter.
6014 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6015 by default.
6016 * boards/native-gdbserver.exp: Likewise.
6017 * gdb.server/run-without-local-binary.exp: Improve regexp used
6018 for detecting when a remote debugging connection succeeds.
6019 * gdb.server/server-connect.exp: New file.
6020 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6021 Do not prefix the port number with ":".
6022 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6023 support for detecting and using it. Add '$debughost_gdbserver'
6024 to the list of arguments used to start gdbserver. Handle case
6025 when gdbserver cannot resolve a network name.
6026
16ff70dd
SDJ
60272018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6028
6029 PR c++/23373
6030 * gdb.base/ptype-offsets.cc (struct static_member): New
6031 struct.
6032 (main) <stmember>: New variable.
6033 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6034 with a static member in it.
6035
3541979f
AB
60362018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6037
6038 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6039 watchpoints enabled and disabled.
6040
c8ad9b9a
AB
60412018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6042
6043 * gdb.base/examine-backward.exp: Still run tests around address
6044 0x0, even if address 0x0 is not readable. Update the pattern for
6045 matching address 0x0 in expected output.
6046
e0e5e971
AB
60472018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6048
6049 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6050 malloc/free.
6051
1ea5da02
TV
60522018-07-04 Tom de Vries <tdevries@suse.de>
6053
6054 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6055
471b9d15
MR
60562018-07-02 Maciej W. Rozycki <macro@mips.com>
6057
6058 PR tdep/8282
6059 * gdb.arch/mips-disassembler-options.exp: New test.
6060 * gdb.arch/mips-disassembler-options.s: New test source.
6061
75acb486
PA
60622018-06-29 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.threads/names.exp: Adjust expected "info threads" output.
6065
cd2bb709
PA
60662018-06-29 Pedro Alves <palves@redhat.com>
6067
6068 * gdb.opt/inline-break.exp (line number, address): Add "info
6069 break" tests.
6070
991ff292
PA
60712018-06-29 Pedro Alves <palves@redhat.com>
6072
6073 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6074 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6075 number and address and running to them.
6076
356819b6 60772018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6078
6079 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6080
2512d7ef
JK
60812018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6082
6083 * lib/compiler.c: Remove executable permission flag.
6084
be1b6474
RB
60852018-06-28 Richard Bunt <richard.bunt@arm.com>
6086
6087 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6088 code.
6089 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6090
291f9a96
PT
60912018-06-28 Petr Tesarik <ptesarik@suse.cz>
6092
6093 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6094
ed6dfe51
PT
60952018-06-28 Petr Tesarik <ptesarik@suse.cz>
6096
6097 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6098 address argument is omitted.
6099
d4d429d5
PT
61002018-06-28 Petr Tesarik <ptesarik@suse.cz>
6101
6102 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6103
7ab6656f
OJ
61042018-06-27 Omair Javaid <omair.javaid@linaro.org>
6105
6106 PR gdb/21695
6107 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6108 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6109
a33ccfc7
TT
61102018-06-26 Tom Tromey <tom@tromey.com>
6111
6112 PR rust/22574:
6113 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6114 * gdb.rust/simple.rs (struct SimpleLayout): New.
6115
6d72d289
SM
61162018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6117
6118 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6119 "info registers" output.
6120
8363f9d5
RB
61212018-06-21 Richard Bunt <richard.bunt@arm.com>
6122
6123 * gdb.base/watchpoint-hw-attach.c: New test.
6124 * gdb.base/watchpoint-hw-attach.exp: New file.
6125
f00674fe
SM
61262018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6127
6128 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6129 through /bin/sh.
6130 * boards/dwarf4-gdb-index.exp: Likewise.
6131 * boards/fission-dwp.exp: Likewise.
6132
1d554008
UW
61332018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6134
6135 * gdb.base/float128.exp: Add comment and improved fail message
6136 to the failure case of "print large128" test.
6137
d0ac1c44
SM
61382018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6139
6140 * configure.ac: Remove AC_PREREQ.
6141 * configure: Re-generate.
6142
61b04dd0
PA
61432018-06-19 Pedro Alves <palves@redhat.com>
6144
6145 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6146 (func_extern_caller): New.
6147 (main): Call func_extern_caller.
6148 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6149 logic change.
6150
f63b508a
SM
61512018-06-18 Weimin Pan <weimin.pan@oracle.com>
6152
6153 PR gdb/16841
6154 * gdb.cp/typedef-base.cc: New file.
6155 * gdb.cp/typedef-base.exp: New file.
6156
0fe3a558
TV
61572018-06-18 Tom de Vries <tdevries@suse.de>
6158
6159 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6160
7010835a
AB
61612018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6162 Richard Bunt <Richard.Bunt@arm.com>
6163
6164 * gdb.threads/attach-slow-waitpid.c: New file.
6165 * gdb.threads/attach-slow-waitpid.exp: New file.
6166 * gdb.threads/slow-waitpid.c: New file.
6167
14897d65
PA
61682018-06-14 Pedro Alves <palves@redhat.com>
6169
6170 * gdb.base/fork-running-state.c: Include <errno.h>.
6171 (exit_if_relative_exits): New.
6172 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6173 exits.
6174 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6175 child exits.
6176
5d9a0608
TV
61772018-06-14 Tom de Vries <tdevries@suse.de>
6178
6179 PR cli/22573
6180 * gdb.base/finish-pretty.c: New test.
6181 * gdb.base/finish-pretty.exp: New file.
6182
11ae5818
PA
61832018-06-14 Pedro Alves <palves@redhat.com>
6184
6185 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6186 gdb's expected startup output.
6187
1d39de44
PA
61882018-06-14 Pedro Alves <palves@redhat.com>
6189
6190 * lib/selftest-support.exp (selftest_setup): Remove inlined
6191 function handling.
6192
70ee0000
TV
61932018-06-14 Tom de Vries <tdevries@suse.de>
6194
6195 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6196 matching of breakpoint printing.
6197
11f4b608
TV
61982018-06-13 Tom de Vries <tdevries@suse.de>
6199
6200 PR testsuite/23269
6201 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6202 (fork_child): ... here, and ...
6203 (fork_parent): ... here.
6204
62052018-06-12 Tom de Vries <tdevries@suse.de>
6206
6207 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6208
9516f85a
AB
62092018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6210 Stephen Roberts <stephen.roberts@arm.com>
6211
6212 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6213 rewrite test to describe action performed, rather than possible
6214 failure.
6215
5045b3d7
GB
62162018-06-08 Gary Benson <gbenson@redhat.com>
6217
6218 * gdb.threads/check-libthread-db.exp: New file.
6219 * gdb.threads/check-libthread-db.c: Likewise.
6220
c61b06a1
TT
62212018-06-05 Tom Tromey <tom@tromey.com>
6222
6223 * gdb.base/default.exp: Update expected "show version" output.
6224
eb6af809
TT
62252018-06-05 Tom Tromey <tom@tromey.com>
6226
6227 PR cli/12326:
6228 * gdb.cp/static-print-quit.exp: Update.
6229 * lib/gdb.exp (pagination_prompt): Update.
6230 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6231 * gdb.python/python.exp: Update.
6232
178d6a63
JB
62332018-06-04 Joel Brobecker <brobecker@adacore.com>
6234
6235 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6236
8e817061
JB
62372018-06-01 Joel Brobecker <brobecker@adacore.com>
6238
6239 * gdb.ada/bp_fun_addr: New testcase.
6240
e86ca25f
TT
62412018-06-01 Tom Tromey <tom@tromey.com>
6242
6243 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6244 results.
6245 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6246 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6247 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6248 * gdb.base/maint.exp (maint_pass_if): Update.
6249
4b2dfa9d
MR
62502018-05-31 Maciej W. Rozycki <macro@mips.com>
6251
6252 * gdb.base/endian.exp: New test.
6253 * gdb.base/endian.c: New test source.
6254
45f25d6c
AB
62552018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6256
6257 PR gdb/23203
6258 * gdb.base/bt-selected-frame.c: New file.
6259 * gdb.base/bt-selected-frame.exp: New file.
6260 * lib/gdb.exp (get_current_frame_number): New function.
6261
d9f6d7f8
MR
62622018-05-24 Maciej W. Rozycki <macro@mips.com>
6263 Pedro Alves <palves@redhat.com>
6264
6265 * gdb.threads/tls-core.c: Include <stdlib.h>
6266 (thread_proc): Call `abort'.
6267 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6268 (tls_core_test): New procedure, bits factored out from ...
6269 (top level): ... here. Test both native cores and gcore cores.
6270
ff1cf532
TT
62712018-05-23 Tom Tromey <tom@tromey.com>
6272
6273 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6274
b98664d3
TT
62752018-05-23 Tom Tromey <tom@tromey.com>
6276
6277 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6278 symfile_complaints.
6279 (test_short_complaints): Likewise.
6280 (test_empty_complaints): Likewise.
6281 (test_initial_complaints): Update.
6282
4e9668d0
TT
62832018-05-23 Tom Tromey <tom@tromey.com>
6284
6285 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6286
43ba33c7
TT
62872018-05-23 Tom Tromey <tom@tromey.com>
6288
6289 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6290 (test_short_complaints): Update.
6291
035522c0
PA
62922018-05-22 Pedro Alves <palves@redhat.com>
6293
6294 * gdb.base/remote.exp: Only gdb_start after compiling the
6295 testcase. Issue "disconnect" before testing "set remote" command
6296 defaults. Issue clean_restart before running to main.
6297
cc0be08f
PA
62982018-05-22 Pedro Alves <palves@redhat.com>
6299
6300 * gdb.base/remote.exp: Adjust expected output of "show remote
6301 memory-write-packet-size". Add tests for "set remote
6302 memory-write-packet-size 0" and "set remote
6303 memory-write-packet-size fixed/limit".
6304
b1b60145
PA
63052018-05-22 Pedro Alves <palves@redhat.com>
6306
6307 PR gdb/22973
6308 * gdb.base/utf8-identifiers.c: New file.
6309 * gdb.base/utf8-identifiers.exp: New file.
6310
0ec848ad
PFC
63112018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6312
6313 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6314
2c3305f6
PFC
63152018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6316
6317 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6318
ce1e8424
TT
63192018-05-18 Tom Tromey <tom@tromey.com>
6320
6321 * gdb.base/ptype-offsets.exp: Update.
6322
ddfe970e
KS
63232018-05-17 Keith Seitz <keiths@redhat.com>
6324
6325 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6326 in expected breakpoint stop locations.
6327 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6328 move to proper scope to test variable values.
6329 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6330 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6331 New functions.
6332 (main): Call not_inline_func3.
6333 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6334 inline_func1, inline_func2, and inline_func3. Test that when each
6335 breakpoint is hit, GDB properly reports both the stop location
6336 and the backtrace. Repeat tests for temporary breakpoints.
6337
0726fcc6
MR
63382018-05-15 Maciej W. Rozycki <macro@mips.com>
6339
6340 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6341 rather then trying to access it in determining whether the PID
6342 of `gdbserver' could have been retrieved.
6343
8ee22052
AB
63442018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6345
6346 * gdb.arch/amd64-init-x87-values.S: New file.
6347 * gdb.arch/amd64-init-x87-values.exp: New file.
6348
7785df48
JK
63492018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6350
6351 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6352
56bcdbea
TT
63532018-05-04 Tom Tromey <tom@tromey.com>
6354
6355 PR python/22730:
6356 * gdb.python/python.exp: Test multi-line execute.
6357
a913fffb
TT
63582018-05-04 Tom Tromey <tom@tromey.com>
6359
6360 PR python/22731:
6361 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6362
7a2c85f2
TT
63632018-05-04 Tom Tromey <tom@tromey.com>
6364
6365 PR gdb/11750:
6366 * gdb.base/define.exp: Test defining a user command inside a user
6367 command.
6368 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6369
a3b60e45
JK
63702018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6371 Pedro Alves <palves@redhat.com>
6372
6373 PR breakpoints/19806 and support for PR external/20207.
6374 * gdb.base/watchpoint-unaligned.c: New file.
6375 * gdb.base/watchpoint-unaligned.exp: New file.
6376
45fe4a03
AB
63772018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6378
6379 * gdb.base/maint.exp: Make test names unique, use
6380 test_prefix_command_help to test 'help maint info', and remove
6381 repeated test of 'help maint'.
6382
9be2ae8f
TT
63832018-05-04 Tom Tromey <tom@tromey.com>
6384
6385 PR gdb/22619:
6386 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6387 behavior.
6388
11859c31
AB
63892018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6390
6391 * gdb.base/maint.exp: Process output from 'maint print registers'
6392 line at a time.
6393
089a9490
AB
63942018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6395
6396 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6397 timeout.
6398
9b0797e2
AB
63992018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6400
6401 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6402 filter pattern.
6403
f6ac5f3d
PA
64042018-05-02 Pedro Alves <palves@redhat.com>
6405
6406 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6407 to_log_command renames.
6408 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6409
77d3c63b
TT
64102018-05-02 Tom Tromey <tom@tromey.com>
6411
6412 * gdb.python/py-parameter.exp: Set test message.
6413
0489430a
TT
64142018-05-02 Tom Tromey <tom@tromey.com>
6415
6416 PR python/20084:
6417 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6418 PARAM_ZUINTEGER_UNLIMITED tests.
6419
1632f8ba
DR
64202018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6421
6422 PR rust/23124
6423 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6424 when casting.
6425
6d7bb824
TT
64262018-04-30 Tom Tromey <tom@tromey.com>
6427
6428 * gdb.python/py-type.exp: Check align attribute.
6429 * gdb.python/py-type.c: New "aligncheck" global.
6430
007e1530
TT
64312018-04-30 Tom Tromey <tom@tromey.com>
6432
6433 PR exp/17095:
6434 * gdb.dwarf2/dw2-align.exp: New file.
6435 * gdb.cp/align.exp: New file.
6436 * gdb.base/align.exp: New file.
6437 * lib/gdb.exp (gdb_int128_helper): New proc.
6438 (has_int128_c, has_int128_cxx): New caching procs.
6439
6873858b
TT
64402018-04-27 Tom Tromey <tom@tromey.com>
6441
6442 PR rust/22545:
6443 * gdb.rust/simple.exp: Add inclusive range tests.
6444
79188d8d
PA
64452018-04-26 Pedro Alves <palves@redhat.com>
6446
6447 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6448 ifunc breakpoint locations correctly of ifunc breakpoints set
6449 while the program resolves the ifunc.
6450
c7075ad5
PA
64512018-04-26 Pedro Alves <palves@redhat.com>
6452
6453 * gdb.base/gnu-ifunc-final.c: New file.
6454 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6455 * gdb.base/gnu-ifunc.exp (executable): Delete.
6456 (staticexecutable): Adjust.
6457 (lib_opts, exec_opts): Delete.
6458 (make_binsuffix, build, set-break): New procedures.
6459 (misc_tests): New, with tests factored out from the top level.
6460 (top level): Test different combinations of ifunc resolver name,
6461 resolver with and with debug info, and ifunc target with and
6462 without debug info. Wrap static tests with with_target_prefix.
6463
8388016d
PA
64642018-04-26 Pedro Alves <palves@redhat.com>
6465
6466 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6467 return type" warnings.
6468
249b5733
PA
64692018-04-25 Pedro Alves <palves@redhat.com>
6470
6471 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6472 killed".
6473 * gdb.base/kill-after-signal.exp: Likewise.
6474 * gdb.threads/kill.exp: Likewise.
6475
f67c0c91
SDJ
64762018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6477 Sergio Durigan Junior <sergiodj@redhat.com>
6478 Pedro Alves <palves@redhat.com>
6479
6480 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6481 regexps to expect for '[Inferior ... detached]' as well.
6482 * gdb.base/attach.exp: Likewise.
6483 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6484 "gdb_continue_to_end".
6485 (test_catch_syscall_with_wrong_args): Likewise.
6486 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6487 ']'. Don't set 'verbose' on.
6488 * gdb.base/foll-vfork.exp: Likewise.
6489 * gdb.base/fork-print-inferior-events.c: New file.
6490 * gdb.base/fork-print-inferior-events.exp: New file.
6491 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6492 '[Inferior ... has been killed]' message.
6493 * gdb.base/kill-after-signal.exp: Likewise.
6494 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6495 detach message.
6496 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6497 message.
6498 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6499 regexps to expect for '[Inferior ... detached]' as well.
6500 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6501
0a8ddac4
SM
65022018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6503
6504 PR gdb/23104
6505 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6506
701adfb0
PA
65072018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6508
6509 PR gdb/23095
6510 * gdb.base/break-probes.exp: Pass shlib_load to
6511 prepare_for_testing. Set normal_bp to r_debug_state if target is
6512 bsd.
6513
d27d16bf
RB
65142018-04-19 Richard Bunt <richard.bunt@arm.com>
6515
6516 * gdb.threads/multiple-successive-infcall.c: New test.
6517 * gdb.threads/multiple-successive-infcall.exp: New file.
6518
a037790e
TT
65192018-04-17 Tom Tromey <tom@tromey.com>
6520
6521 * gdb.rust/simple.rs (Union): New type.
6522 (main): New local "u".
6523 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6524
e3a91079
AA
65252018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6526
6527 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6528 number information in output of "whereis" command.
6529 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6530
b744723f
AA
65312018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6532
6533 * gdb.ada/info_types.exp: Adjust expected output to the line
6534 numbers now printed by "info var/func/type".
6535 * gdb.base/completion.exp: Likewise.
6536 * gdb.base/included.exp: Likewise.
6537 * gdb.cp/cp-relocate.exp: Likewise.
6538 * gdb.cp/cplusfuncs.exp: Likewise.
6539 * gdb.cp/namespace.exp: Likewise.
6540 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6541
4a4495d6
MM
65422018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6543
6544 * gdb.btrace/cpu.exp: New.
6545
1d509aa6
MM
65462018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6547
6548 * gdb.base/step-indirect-call-thunk.exp: New.
6549 * gdb.base/step-indirect-call-thunk.c: New.
6550 * gdb.reverse/step-indirect-call-thunk.exp: New.
6551 * gdb.reverse/step-indirect-call-thunk.c: New.
6552
6295b6da
SM
65532018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6554
6555 * gdb.base/pie-fork.c: New file.
6556 * gdb.base/pie-fork.exp: New file.
6557
50146e70
TT
65582018-04-11 Tom Tromey <tom@tromey.com>
6559
6560 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6561
f50d8a2e
PA
65622018-04-10 Pedro Alves <palves@redhat.com>
6563
6564 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6565 exits. Instead loop running forever.
6566 (fork_parent): Run forever too.
6567
a0be7a36
SM
65682018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6569
6570 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6571 mi_continue_to_line.
6572 * gdb.mi/mi-stack.c (callee4): Add comment.
6573
9b73db36
SM
65742018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6575
6576 * gdb.mi/mi-stack.exp: Fix indentation.
6577
c912f608
SM
65782018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6579
6580 PR gdb/22979
6581 * gdb.arch/amd64-osabi.exp: New file.
6582
26540402
SM
65832018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6584
6585 PR gdb/22980
6586 * gdb.base/osabi.exp: New file.
6587
121ad66c 65882018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6589
6590 * gdb.cp/static-typedef-print.exp: New file.
6591 * gdb.cp/static-typedef-print.cc: New file.
6592
3fcded8f
JB
65932018-03-27 Joel Brobecker <brobecker@adacore.com>
6594
6595 * gdb.ada/varsize_limit: New testcase.
6596
59cc4834
JB
65972018-03-27 Joel Brobecker <brobecker@adacore.com>
6598
6599 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6600
6601 * gdb.ada/notcplusplus: New testcase.
6602
6603 * gdb.base/c-linkage-name.c: New file.
6604 * gdb.base/c-linkage-name.exp: New testcase.
6605
4ca59a9f
TT
66062018-03-26 Tom Tromey <tom@tromey.com>
6607
6608 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6609 * gdb.python/py-framefilter.py (name_error): New global.
6610 (ErrorInName.function): Use name_error.
6611
978d6c75
TT
66122018-03-26 Tom Tromey <tom@tromey.com>
6613
6614 PR backtrace/15582:
6615 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6616
b7fee5a3
KS
66172018-03-23 Keith Seitz <keiths@redhat.com>
6618
6619 PR c++/22968
6620 * gdb.cp/subtypes.exp: New file.
6621 * gdb.cp/subtypes.h: New file.
6622 * gdb.cp/subtypes.cc: New file.
6623 * gdb.cp/subtypes-2.cc: New file.
6624
376be529
AB
66252018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6626
6627 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6628 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6629 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6630 -nostartfiles when compiling the test. Confirm that all registers
6631 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6632
066cfa98
AB
66332018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6634
6635 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6636 option, syntax was wrong anyway.
6637 * gdb.arch/arm-disp-step.exp: Likewise.
6638 * gdb.arch/sparc64-regs.exp: Likewise.
6639 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6640 option, syntax was wrong anyway, switch to use
6641 prepare_for_testing.
6642 * gdb.arch/i386-disp-step.exp: Likewise.
6643
079670b9
AA
66442018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6645
6646 * gdb.ada/exec_changed.exp: Replace "target_info exists
6647 use_gdb_stub" by "use_gdb_stub".
6648 * gdb.ada/start.exp: Likewise.
6649 * gdb.base/async-shell.exp: Likewise.
6650 * gdb.base/attach-pie-misread.exp: Likewise.
6651 * gdb.base/attach-wait-input.exp: Likewise.
6652 * gdb.base/break-entry.exp: Likewise.
6653 * gdb.base/break-interp.exp: Likewise.
6654 * gdb.base/dprintf-detach.exp: Likewise.
6655 * gdb.base/nostdlib.exp: Likewise.
6656 * gdb.base/solib-nodir.exp: Likewise.
6657 * gdb.base/statistics.exp: Likewise.
6658 * gdb.base/testenv.exp: Likewise.
6659 * gdb.mi/mi-exec-run.exp: Likewise.
6660 * gdb.mi/mi-start.exp: Likewise.
6661 * gdb.multi/dummy-frame-restore.exp: Likewise.
6662 * gdb.multi/multi-arch-exec.exp: Likewise.
6663 * gdb.multi/multi-arch.exp: Likewise.
6664 * gdb.multi/tids.exp: Likewise.
6665 * gdb.multi/watchpoint-multi.exp: Likewise.
6666 * gdb.python/py-events.exp: Likewise.
6667 * gdb.threads/attach-into-signal.exp: Likewise.
6668 * gdb.threads/attach-stopped.exp: Likewise.
6669 * gdb.threads/threadapply.exp: Likewise.
6670 * lib/selftest-support.exp: Likewise.
6671
26d6cec4
AA
66722018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6673
6674 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6675
4ee89e90
SR
66762018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6677
6678 * gdb.perf/template-breakpoints.cc: New file.
6679 * gdb.perf/template-breakpoints.exp: New file.
6680 * gdb.perf/template-breakpoints.py: New file.
6681
92630041
TT
66822018-03-19 Tom Tromey <tom@tromey.com>
6683
6684 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6685 y0.
6686 * gdb.rust/simple.exp: Test bare identifier form of struct
6687 initializer.
6688
76727919
TT
66892018-03-19 Tom Tromey <tom@tromey.com>
6690
6691 * gdb.gdb/observer.exp: Remove.
6692
194ed413
AA
66932018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6694
6695 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6696 "qualified" option when setting breakpoints.
6697 * gdb.trace/backtrace.exp: Likewise.
6698 * gdb.trace/circ.exp: Likewise.
6699 * gdb.trace/collection.exp: Likewise.
6700 * gdb.trace/disconnected-tracing.exp: Likewise.
6701 * gdb.trace/ftrace-lock.exp: Likewise.
6702 * gdb.trace/ftrace.exp: Likewise.
6703 * gdb.trace/infotrace.exp: Likewise.
6704 * gdb.trace/packetlen.exp: Likewise.
6705 * gdb.trace/passc-dyn.exp: Likewise.
6706 * gdb.trace/qtro.exp: Likewise.
6707 * gdb.trace/read-memory.exp: Likewise.
6708 * gdb.trace/report.exp: Likewise.
6709 * gdb.trace/signal.exp: Likewise.
6710 * gdb.trace/status-stop.exp: Likewise.
6711 * gdb.trace/strace.exp: Likewise.
6712 * gdb.trace/tfind.exp: Likewise.
6713 * gdb.trace/trace-break.exp: Likewise.
6714 * gdb.trace/trace-condition.exp: Likewise.
6715 * gdb.trace/trace-mt.exp: Likewise.
6716 * gdb.trace/tstatus.exp: Likewise.
6717 * gdb.trace/tsv.exp: Likewise.
6718 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6719 * gdb.trace/unavailable.exp: Likewise.
6720 * gdb.trace/while-dyn.exp: Likewise.
6721
8b067d2c
AA
67222018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6723
6724 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6725 that libinproctrace is copied to the target.
6726
3ae9ce5d
TT
67272018-03-14 Tom Tromey <tom@tromey.com>
6728
6729 PR cli/14977:
6730 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6731 a null pointer.
6732 * gdb.base/wchar.exp: Likewise.
6733
b8c2339b
TT
67342018-03-14 Tom Tromey <tom@tromey.com>
6735
6736 PR cli/19918:
6737 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6738 flag.
6739
4872dc46
SM
67402018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6741
6742 PR gdb/22841
6743 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6744 "target" to remote_exec.
6745
e4fe3756
SM
67462018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6747
6748 PR gdb/22841
6749 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6750 ${board}_upload): Remove.
6751
e95a97d4
AA
67522018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6753
6754 * gdb.cp/watch-cp.cc: New test.
6755 * gdb.cp/watch-cp.exp: New file.
6756
dbbb1059
AB
67572018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6758
6759 * gdb.base/infcall-nested-structs.exp: New file.
6760 * gdb.base/infcall-nested-structs.c: New file.
6761 * gdb.base/float.exp: Add riscv support.
6762
ecc054c0
TP
67632018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6764
6765 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6766 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6767
25e3c82c
SDJ
67682018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6769
6770 * gdb.server/abspath.exp: New file.
6771 * lib/gdb.exp (with_cwd): New procedure.
6772
3083294d
SM
67732018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6774
6775 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6776 use it.
6777 (gdb_is_target_remote_prompt): New proc.
6778 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6779 (gdb_is_target_native): Pass prompt parameter to
6780 gdb_is_target_1.
6781
3275ef47
SM
67822018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6783
6784 * gdb.base/load-command.c: New file.
6785 * gdb.base/load-command.exp: New file.
6786 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6787 (gdb_is_target_1): ...this, and generalize for other targets
6788 than just remote.
6789 (gdb_is_target_remote): Use gdb_is_target_1.
6790 (gdb_is_target_native): use gdb_is_target_1.
6791
6893c19a
TT
67922018-02-26 Tom Tromey <tom@tromey.com>
6793
6794 PR python/16497:
6795 * gdb.python/py-framefilter.exp: Update test.
6796
2ddeaf8a
TT
67972018-02-26 Tom Tromey <tom@tromey.com>
6798
6799 * gdb.dwarf2/variant.c: New file.
6800 * gdb.dwarf2/variant.exp: New file.
6801
c9317f21
TT
68022018-02-26 Tom Tromey <tom@tromey.com>
6803
6804 * gdb.rust/simple.exp: Accept more possible results in enum test.
6805
6f6d0c26
SM
68062018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6807
6808 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6809 parentheses.
6810
11b03145
MR
68112018-02-23 Maciej W. Rozycki <macro@mips.com>
6812
6813 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6814 name of a variable: $actual_linejj -> $actual_line.
6815
54a27fe5
JB
68162018-02-21 John Baldwin <jhb@FreeBSD.org>
6817
6818 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6819
de65820c
MM
68202018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6821
6822 * gdb.btrace/buffer-size.exp: Do not force BTS.
6823
980548fd
PA
68242018-02-14 Pedro Alves <palves@redhat.com>
6825
6826 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6827 getting a "Quit".
6828
c4e12631
MM
68292018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6830
6831 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6832 Fix test name.
6833
c2e0e465
SM
68342018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6835
6836 * gdb.cp/m-static.exp: Check type of optimized out static
6837 member.
6838
f7216783
AB
68392018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6840
6841 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6842 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6843
0625771b
LS
68442018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6845 Leszek Swirski <leszeks@google.com>
6846
6847 * gdb.python/py-prettyprint.c
6848 (struct to_string_returns_value_inner,
6849 struct to_string_returns_value_wrapper): New.
6850 (main): Add tsrvw variable.
6851 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6852 ToStringReturnsValueWrapper): New classes.
6853 (register_pretty_printers): Register new pretty-printers.
6854 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6855 recursive pretty printer.
6856 * gdb.python/py-mi.exp: Likewise.
6857
59498c30
LS
68582018-02-01 Leszek Swirski <leszeks@google.com>
6859
6860 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6861 functions with the same name as an include file are parsed
6862 correctly.
6863
d4d38844
YQ
68642018-02-01 Yao Qi <yao.qi@linaro.org>
6865
6866 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6867 "\[^\r\n\]*".
6868
07e5f5cf
NP
68692018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6870
6871 * gdb.arch/powerpc-prologue-frame.s: New file.
6872 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6873 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6874
929b5ad4
JB
68752018-01-31 Joel Brobecker <brobecker@adacore.com>
6876
6877 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6878
e671cd59
PA
68792018-01-30 Pedro Alves <palves@redhat.com>
6880
6881 PR gdb/13211
6882 * gdb.base/interrupt-daemon.c: New.
6883 * gdb.base/interrupt-daemon.exp: New.
6884 * gdb.multi/multi-term-settings.c: New.
6885 * gdb.multi/multi-term-settings.exp: New.
6886
fc413dc4
JB
68872018-01-30 Joel Brobecker <brobecker@adacore.com>
6888
6889 * gdb.base/break.exp: Save the location where the breakpoint
6890 on break.c:47 was actually inserted when debugging the version
6891 compiled at -O2 and use it in the expected output of the "info
6892 break" test performed soon after.
6893
5c319bb2
PA
68942018-01-22 Pedro Alves <palves@redhat.com>
6895 Sergio Durigan Junior <sergiodj@redhat.com>
6896
6897 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6898 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6899
a9e40818
JB
69002018-01-22 Joel Brobecker <brobecker@adacore.com>
6901
6902 * gdb.base/break-include.c, gdb.base/break-include.inc,
6903 gdb.base/break-include.exp: New files.
6904 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6905 line number now being the actual line number where the breakpoint
6906 was inserted.
6907 * gdb.mi/mi-break.exp: Likewise.
6908 * gdb.mi/mi-reverse.exp: Likewise.
6909 * gdb.mi/mi-simplerun.exp: Ditto.
6910
e707fc44
AB
69112018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6912
6913 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6914 varobj.
6915 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6916
ae451627
AB
69172018-01-21 Don Breazeal <donb@codesourcery.com>
6918 Andrew Burgess <andrew.burgess@embecosm.com>
6919
6920 * gdb.mi/basics.c: Add new global.
6921 * gdb.mi/mi-frame-regs.exp: New file.
6922 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6923 case.
6924
b1b189e0
AB
69252018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6926
6927 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6928 non-parameter, and on an unknown symbol.
6929
fcfcc376
TT
69302018-01-19 Tom Tromey <tom@tromey.com>
6931
6932 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6933 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6934
634c1c31
AA
69352018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6936
6937 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6938 setrlimit and chdir to int.
6939
d6ad07fd
AA
69402018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6941
6942 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6943 function.
6944 (my_tend): Likewise.
6945 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6946 rationale of avoiding FP- and vector instructions.
6947
adf8243b
RK
69482018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6949
6950 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6951 "info reg" with "\[ \t\]*".
6952 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6953 "\[ \t\]+".
6954 * gdb.arch/s390-multiarch.exp: Ditto.
6955 * gdb.base/pc-fp.exp: Ditto.
6956 * gdb.reverse/i386-precsave.exp: Ditto.
6957 * gdb.reverse/i386-reverse.exp: Ditto.
6958 * gdb.reverse/i387-env-reverse.exp: Ditto.
6959 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6960
dcc06925
AA
69612018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6962
6963 * lib/gdb.exp (gdb_compile): Re-enable use of
6964 universal_compile_options for languages other than Rust.
6965
25d4fd80
AA
69662018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6967
6968 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6969
ee7f689e 69702018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6971
6972 PR gdb/16577
6973 * gdb.base/solib-vanish.exp: New.
6974 * gdb.base/solib-vanish-main.c: New.
6975 * gdb.base/solib-vanish-lib1.c: New.
6976 * gdb.base/solib-vanish-lib2.c: New.
6977
d8447b6b
YQ
69782018-01-17 Yao Qi <yao.qi@linaro.org>
6979
6980 * gdb.compile/compile.exp: Match the address printed for
6981 frame in the output of command "bt".
6982
86d6a90c
TT
69832018-01-15 Tom Tromey <tom@tromey.com>
6984
6985 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6986 compute sp_reg.
6987
cbcdb1aa
AB
69882018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6989
6990 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6991 to prepare.
6992 (prepare): Return 0 on error, 1 on success.
6993
eea61984
PA
69942018-01-12 Pedro Alves <palves@redhat.com>
6995
6996 * gdb.base/continue-after-aborted-step-over.c: New.
6997 * gdb.base/continue-after-aborted-step-over.exp: New.
6998
6181e9c2
SM
69992018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7000
7001 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7002 options when not creating an executable.
7003
3cada740
PA
70042018-01-11 Pedro Alves <palves@redhat.com>
7005
7006 PR remote/22597
7007 * gdb.server/stop-reply-no-thread.c: New file.
7008 * gdb.server/stop-reply-no-thread.exp: New file.
7009
c63d3e8d
PA
70102018-01-10 Pedro Alves <palves@redhat.com>
7011
7012 PR gdb/22670
7013 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7014 functions too. Test setting breakpoints and printing C functions
7015 with no debug info too.
7016 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7017
d4c2a405
PA
70182018-01-10 Pedro Alves <palves@redhat.com>
7019
7020 PR gdb/22670
7021 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7022 a fail.
7023
8825213e
PA
70242018-01-10 Pedro Alves <palves@redhat.com>
7025
7026 PR gdb/22670
7027 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7028
605fd3c6
YQ
70292018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7030
7031 * gdb.server/unittest.exp: Match the output in non-development
7032 mode.
7033
1e5ded6c
YQ
70342018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7035
7036 * gdb.gdb/unittest.exp: Match output in non-development mode.
7037
30066b0b
JB
70382018-01-08 Joel Brobecker <brobecker@adacore.com>
7039
7040 * gdb.ada/access_tagged_param.exp: Relax expected output
7041 for value of "ObjL" in "continue" to pck.inspect breakpoint
7042 test.
7043
04bafb1e
XR
70442018-01-08 Joel Brobecker <brobecker@adacore.com>
7045
9f86398b
JB
7046 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7047 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7048
e379cee6
PA
70492018-01-05 Pedro Alves <palves@redhat.com>
7050
7051 PR gdb/18653
7052 * gdb.base/libsegfault.exp: New.
7053
de63c46b
PA
70542018-01-05 Joel Brobecker <brobecker@adacore.com>
7055
7056 PR gdb/22670
7057 * gdb.ada/access_tagged_param.exp: New file.
7058 * gdb.ada/access_tagged_param/foo.adb: New file.
7059
f98fc17b
PA
70602018-01-05 Pedro Alves <palves@redhat.com>
7061
7062 PR gdb/22670
7063 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7064 exercise lower case too, and to exercise both full matching and
7065 wild matching.
7066
342f8240
JB
70672018-01-05 Joel Brobecker <brobecker@adacore.com>
7068
7069 * gdb.ada/rename_subscript_param: New testcase.
7070
7150d33c
JG
70712018-01-05 Jerome Guitton <guitton@adacore.com>
7072
7073 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7074
cc0e770c
JB
70752018-01-05 Joel Brobecker <brobecker@adacore.com>
7076
7077 * gdb.ada/convvar_comp: New testcase.
7078
672a41aa 70792018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7080
7081 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7082 (My_Table): New global variable.
7083 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7084
7365ec2f
JB
70852018-01-04 Joel Brobecker <brobecker@adacore.com>
7086
7087 PR gdb/22670
7088 * gdb.ada/maint_with_ada: New testcase.
7089
289483b6
JB
70902018-01-04 Joel Brobecker <brobecker@adacore.com>
7091
7092 PR gdb/22670
7093 * gdb.ada/bp_c_mixed_case: New testcase.
7094
344420da
JB
70952018-01-04 Joel Brobecker <brobecker@adacore.com>
7096
7097 PR gdb/22670
7098 * gdb.ada/complete.exp: Add "complete break ada" test.
7099
66fc87a0
JB
71002018-01-04 Joel Brobecker <brobecker@adacore.com>
7101
7102 PR gdb/22670
7103 * gdb.ada/info_addr_mixed_case: New testcase.
7104
9f757bf7
XR
71052018-01-03 Xavier Roirand <roirand@adacore.com>
7106
7107 * gdb.ada/excep_handle.exp: New testcase.
7108 * gdb.ada/excep_handle/foo.adb: New file.
7109 * gdb.ada/excep_handle/pck.ads: New file.
7110
bd570f80
JB
71112018-01-03 Joel Brobecker <brobecker@adacore.com>
7112
7113 * gdb.base/step-line.c: Add extra empty line in copyright header.
7114 * gdb.base/step-line.inp: Likewise.
7115
9fe561ab
JB
71162018-01-02 Joel Brobecker <brobecker@adacore.com>
7117
7118 * gdb.ada/dyn_stride.exp: Add slice test.
7119
a405673c
JB
71202018-01-02 Joel Brobecker <brobecker@adacore.com>
7121
7122 * gdb.ada/dyn_stride: New testcase.
7123
cef0f868
SH
71242017-12-27 Stafford Horne <shorne@gmail.com>
7125
7126 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7127 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7128
b67d92b0
SH
71292017-12-27 Stafford Horne <shorne@gmail.com>
7130
7131 * gdb.base/reggroups.c: New file.
7132 * gdb.base/reggroups.exp: New file.
7133
eccab96d
JB
71342017-12-18 Joel Brobecker <brobecker@adacore.com>
7135
7136 * gdb.dwarf2/ada-valprint-error.c: New file.
7137 * gdb.dwarf2/ada-valprint-error.exp: New file.
7138
0e2da9f0
JB
71392017-12-18 Joel Brobecker <brobecker@adacore.com>
7140
7141 * gdb.ada/assign_arr: New testcase.
7142
cb923fcc
XR
71432017-12-18 Xavier Roirand <roirand@adacore.com>
7144
7145 * gdb.ada/funcall_ptr: New testcase.
7146
7c161838
SDJ
71472017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7148
7149 PR cli/16224
7150 * gdb.base/ptype-offsets.cc: New file.
7151 * gdb.base/ptype-offsets.exp: New file.
7152
1af17fd9
YQ
71532017-12-15 Yao Qi <yao.qi@linaro.org>
7154
7155 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7156 if XML is disabled.
7157
828d5846
XR
71582017-12-15 Xavier Roirand <roirand@adacore.com>
7159
7160 * gdb.ada/same_component_name: New testcase.
7161
79e8fcaa
JB
71622017-12-14 Joel Brobecker <brobecker@adacore.com>
7163
7164 * gdb.ada/str_binop_equal: New testcase.
7165
e05fa6f9
JB
71662017-12-14 Joel Brobecker <brobecker@adacore.com>
7167
7168 * gdb.ada/task_switch_in_core: New testcase.
7169
b89641ba
SM
71702017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7171
7172 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7173 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7174 call test_bkpt_qualified.
7175 (test_bkpt_qualified): New proc.
7176
6892d2e4
PA
71772017-12-13 Pedro Alves <palves@redhat.com>
7178
7179 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7180 Tighten regexp by matching with an anchor.
7181
a22ecf70
PA
71822017-12-13 Pedro Alves <palves@redhat.com>
7183
7184 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7185 ("expression with namespace"): New set of tests.
7186 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7187 (Nested::Test_NS::qux): New.
7188 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7189 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7190
9937536c
JB
71912017-12-13 Joel Brobecker <brobecker@adacore.com>
7192
7193 * gdb.base/server-del-break.c: New file.
7194 * gdb.base/server-del-break.exp: New file.
7195
fe49c6f5
SH
71962017-12-12 Stafford Horne <shorne@gmail.com>
7197
7198 * gdb.xml/tdesc-regs.exp: Add or1k support.
7199
c3d18620
SH
72002017-12-12 Stafford Horne <shorne@gmail.com>
7201
7202 * gdb.base/bp-permanent.c: Define nop of or1k.
7203
c5f9cfc8
JB
72042017-12-11 Joel Brobecker <brobecker@adacore.com>
7205
7206 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7207 output with components being reordered.
7208
a9c135fc
JB
72092017-12-11 Joel Brobecker <brobecker@adacore.com>
7210
7211 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7212 output with components being reordered.
7213
927aa2e7
JK
72142017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7215 Pedro Alves <palves@redhat.com>
7216
7217 * gdb.base/maint.exp (check for .gdb_index): Check also for
7218 .debug_names.
7219 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7220 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7221 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7222 (.gdb_index used after symbol reloading): Support also .debug_names.
7223 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7224
f17d9474
YQ
72252017-12-08 Yao Qi <yao.qi@linaro.org>
7226
7227 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7228 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7229
a0de8c21
YQ
72302017-12-08 Yao Qi <yao.qi@linaro.org>
7231
7232 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7233 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7234
a738ea1d
YQ
72352017-12-08 Yao Qi <yao.qi@linaro.org>
7236
7237 * gdb.arch/aarch64-tagged-pointer.c: New file.
7238 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7239
1cd9a73b
SDJ
72402017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7241
7242 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7243 "int".
7244
fa6eb693
KS
72452017-12-07 Keith Seitz <keiths@redhat.com>
7246
7247 PR breakpoints/22569
7248 * gdb.linespec/ls-errs.exp: Change expected result of "break
7249 -source this file has spaces.c -line 3".
7250 Check that an explicit source file followed by whitespace is
7251 identified as an invalid explicit location.
7252
883fd55a
KS
72532017-12-07 Keith Seitz <keiths@redhat.com>
7254
7255 * gdb.cp/nested-types.cc: New file.
7256 * gdb.cp/nested-types.exp: New file.
7257 * lib/cp-support.exp: Load data-structures.exp library.
7258 (debug_cp_test_ptype_class): New global.
7259 (cp_ptype_class_verbose, next_line): New procedures.
7260 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7261 Add and document new return value.
7262 Switch the list of lines to a queue.
7263 Add support for new `type' key for nested type definitions.
7264 Add debugging/troubleshooting messages.
7265 * lib/data-structures.exp: New file.
7266
ec72db3e
SM
72672017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7268
7269 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7270 with proc_with_prefix, don't use with_test_prefix.
7271
99598d71
TT
72722017-12-07 Tom Tromey <tom@tromey.com>
7273
7274 * gdb.base/break.exp: Add test for empty "commands".
7275
a8806230
YQ
72762017-12-07 Yao Qi <yao.qi@linaro.org>
7277
7278 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7279 malloc and catch syscall.
7280
824cc835
PM
72812017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7282
e79be6e5 7283 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7284 tests for explicit locations.
7285
7cc244de
PA
72862017-12-06 Pedro Alves <palves@redhat.com>
7287
7288 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7289 force-disabling XML descriptions.
7290
50a1fdd5
PA
72912017-12-04 Pedro Alves <palves@redhat.com>
7292
7293 PR gdb/22499
7294 * gdb.arch/amd64-disp-step-avx.S: New file.
7295 * gdb.arch/amd64-disp-step-avx.exp: New file.
7296
f0fb2488
PA
72972017-12-03 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7300 and <string.h>.
7301 (parent_function): Print distinct messages when waitpid fails, or
7302 the child exits with a signal, or the child exits for an unhandled
7303 reason.
7304 * gdb.threads/process-dies-while-detaching.exp
7305 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7306 it. Wait for both inferior output and GDB's prompt. Use an
7307 indirect spawn id list.
7308 (do_detach): New parameter 'child_exit'. Use it to compute
7309 expected inferior output.
7310 (test_detach, test_detach_watch, test_detach_killed_outside):
7311 Adjust to pass down the expected child exit kind.
7312
97cbe998
SDJ
73132017-12-01 Joel Brobecker <brobecker@adacore.com>
7314 Sergio Durigan Junior <sergiodj@redhat.com>
7315 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7318
40fc416f
SDJ
73192017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7320
7321 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7322 to 'symbol-file' and 'add-symbol-file' can be
7323 position-independent.
7324
1cc75e92
YQ
73252017-12-01 Yao Qi <yao.qi@linaro.org>
7326
7327 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7328 the URL in copyright header.
7329 * gdb.arch/aarch64-fp.exp: Likewise.
7330 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7331 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7332 * gdb.base/expand-psymtabs.exp: Likewise.
7333 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7334 * gdb.fortran/common-block.exp: Likewise.
7335 * gdb.fortran/common-block.f90: Likewise.
7336 * gdb.fortran/logical.exp: Likewise.
7337 * gdb.fortran/vla-datatypes.f90: Likewise.
7338 * gdb.fortran/vla-sub.f90: Likewise.
7339
875fb7a7
JB
73402017-11-30 Joel Brobecker <brobecker@adacore.com>
7341
7342 * gdb.ada/repeat_dyn: New testcase.
7343
6f14765f
UW
73442017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7345
7346 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7347 Update for changed thread numbering.
7348 * gdb.cell/bt.exp: Update for changed GDB output.
7349
f1af7b94
SM
73502017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7351
7352 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7353 setting isremote by hand.
7354 * boards/dwarf4-gdb-index.exp: Likewise.
7355 * boards/fission.exp: Likewise.
7356 * boards/stabs.exp: Likewise.
7357
e3919f3e
PA
73582017-11-30 Pedro Alves <palves@redhat.com>
7359
7360 * gdb.linespec/cpls-ops.exp
7361 (check_explicit_skips_function_argument): Extract the underlying
7362 type of size_t instead of hardcoding it.
7363
bd69330d
PA
73642017-11-29 Pedro Alves <palves@redhat.com>
7365
7366 PR c++/19436
7367 * gdb.linespec/cpls-abi-tag.cc: New file.
7368 * gdb.linespec/cpls-abi-tag.exp: New file.
7369
a20714ff
PA
73702017-11-29 Pedro Alves <palves@redhat.com>
7371
7372 * gdb.base/langs.exp: Use -qualified.
7373 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7374 it.
7375 * gdb.cp/namespace.exp: Use -qualified.
7376 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7377 (overload-3, template-overload, template-ret-type, const-overload)
7378 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7379 procedures.
7380 (test_driver): Call them.
7381 * gdb.cp/save-bp-qualified.cc: New.
7382 * gdb.cp/save-bp-qualified.exp: New.
7383 * gdb.linespec/explicit.exp: Test -qualified.
7384 * lib/completion-support.exp (completion::explicit_opts_list): Add
7385 "-qualified".
7386 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7387
f6f1d339
PM
73882017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7389
7390 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7391
02ca603a
TT
73922017-11-29 Tom Tromey <tom@tromey.com>
7393
7394 * gdb.base/relocate.exp: Update invalid argument test.
7395 Add new tests for invalid arguments.
7396
ed6c0bfb
TP
73972017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7398
7399 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7400 Return 0 as a long.
7401 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7402
f106e10e
TP
74032017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7404
7405 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7406 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7407 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7408 func ().
7409 * gdb.cp/shadow.cc (B.func): Return 0.
7410
10329bb2
JB
74112017-11-27 Joel Brobecker <brobecker@adacore.com>
7412
7413 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7414 expected output in gdb_expect call to allow the exception
7415 message to be present as well. Fix syntax confusion to avoid
7416 TCL thinking that exception_name is an array.
7417
617cd4bc
UW
74182017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7419
7420 * gdb.arch/spu-info.c: Include <unistd.h>.
7421 (do_signal_test): Fix broken calls to write.
7422 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7423 Fix checks for empty mailboxes. Update signal tests for corrected
7424 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7425 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7426 * gdb.cell/arch.exp: Use standard_output_file.
7427 * gdb.cell/break.exp: Likewise.
7428 * gdb.cell/bt.exp: Likewise.
7429 * gdb.cell/core.exp: Likewise.
7430 * gdb.cell/dwarfaddr.exp: Likewise.
7431 * gdb.cell/ea-cache.exp: Likewise.
7432 * gdb.cell/ea-standalone.exp: Likewise.
7433 * gdb.cell/f-regs.exp: Likewise.
7434 * gdb.cell/fork.exp: Likewise.
7435 * gdb.cell/gcore.exp: Likewise.
7436 * gdb.cell/mem-access.exp: Likewise.
7437 * gdb.cell/ptype.exp: Likewise.
7438 * gdb.cell/registers.exp: Likewise.
7439 * gdb.cell/sizeof.exp: Likewise.
7440 * gdb.cell/solib-symbol.exp: Likewise.
7441 * gdb.cell/solib.exp: Likewise.
617cd4bc 7442
a81aaca0
PA
74432017-11-25 Pedro Alves <palves@redhat.com>
7444
7445 * gdb.base/complete-empty.exp: New file.
7446 * gdb.base/completion.exp: Adjust.
7447
6a3c6ee4
PA
74482017-11-25 Pedro Alves <palves@redhat.com>
7449
7450 * gdb.linespec/cpls-ops.cc: New file.
7451 * gdb.linespec/cpls-ops.exp: New file.
7452 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7453 factored out from ...
7454 (test_complete_prefix_range): ... this.
7455
8955eb2d
PA
74562017-11-24 Pedro Alves <palves@redhat.com>
7457
7458 * gdb.linespec/cpcompletion.exp: New file.
7459 * gdb.linespec/cpls-hyphen.cc: New file.
7460 * gdb.linespec/cpls.cc: New file.
7461 * gdb.linespec/cpls2.cc: New file.
7462 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7463 test to use test_gdb_complete_unique. Add label completion,
7464 keyword completion and explicit location completion tests.
7465 * lib/completion-support.exp: New file.
7466
e547c119
JB
74672017-11-24 Joel Brobecker <brobecker@adacore.com>
7468
7469 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7470 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7471 when hitting an exception catchpoint.
7472
7c3c1aa8
YQ
74732017-11-22 Yao Qi <yao.qi@linaro.org>
7474
7475 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7476
41bd68f5
SM
74772017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7478
7479 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7480 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7481 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7482
1daad298
YQ
74832017-11-22 Yao Qi <yao.qi@linaro.org>
7484
7485 * gdb.base/info-os.exp: Pass pthreads.
7486 * gdb.multi/multi-attach.exp: Likewise.
7487
88465e87
YQ
74882017-11-22 Yao Qi <yao.qi@linaro.org>
7489
7490 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7491 compiler.
7492
dc196b23
YQ
74932017-11-22 Yao Qi <yao.qi@linaro.org>
7494
7495 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7496 * gdb.base/break-interp.exp: Likewise.
7497 * gdb.base/jit-attach-pie.exp: Likewise.
7498
2400729e
UW
74992017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7500
7501 * gdb.base/float128.c (large128): New variable.
7502 * gdb.base/float128.exp: Add test to print largest __float128 value.
7503
7a26362d
UW
75042017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7505
7506 * gdb.arch/vsx-regs.exp: Update register content checks.
7507
ed0f4273
UW
75082017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7509
7510 * gdb.arch/ppc-longdouble.exp: New file.
7511 * gdb.arch/ppc-longdouble.c: Likewise.
7512
a25d69c6
PA
75132017-11-21 Pedro Alves <palves@redhat.com>
7514
7515 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7516
73fcf641
PA
75172017-11-20 Pedro Alves <palves@redhat.com>
7518
7519 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7520 (long_double_typedef): New typedefs.
7521 Use DEF on double and long double.
7522 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7523 cases.
7524 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7525 and 'long_double_ptr_same_size' locals. Use them to decide
7526 whether cast from array/function to float is valid/invalid.
7527
71a3c369
TT
75282017-11-17 Tom Tromey <tom@tromey.com>
7529
7530 * gdb.rust/traits.rs: New file.
7531 * gdb.rust/traits.exp: New file.
7532
ced9779b
JB
75332017-11-17 Joel Brobecker <brobecker@adacore.com>
7534
7535 * gdb.ada/minsyms: New testcase.
7536
a0922d80
PA
75372017-11-16 Pedro Alves <palves@redhat.com>
7538
7539 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7540 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7541
ea04e54c
PA
75422017-11-16 Pedro Alves <palves@redhat.com>
7543
7544 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7545 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7546
e849ea89
PA
75472017-11-16 Pedro Alves <palves@redhat.com>
7548
7549 * gdb.server/reconnect-ctrl-c.c: New file.
7550 * gdb.server/reconnect-ctrl-c.exp: New file.
7551
d8ae99a7
PM
75522017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7553
7554 * gdb.python/py-rbreak.exp: New file.
7555 * gdb.python/py-rbreak.c: New file.
7556 * gdb.python/py-rbreak-func2.c: New file.
7557
968a13f8
PA
75582017-11-16 Pedro Alves <palves@redhat.com>
7559
7560 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7561 pattern.
7562 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7563 GDB.
7564
71774bc9
SM
75652017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7566
7567 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7568 regex.
7569
ddbb44cf
SM
75702017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7571
7572 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7573 test names.
7574
584a564f
PA
75752017-11-09 Pedro Alves <palves@redhat.com>
7576
7577 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7578 factored out from ...
7579 (top level): ... here, and adjusted to avoid expecting beyond the
7580 prompt in a single gdb_test_multiple.
7581
5ed7a928
PA
75822017-11-09 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7585 output.
7586 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7587 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7588 * gdb.server/ext-run.exp ("kill" test): Likewise.
7589 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7590
a60e0738
PA
75912017-11-09 Pedro Alves <palves@redhat.com>
7592
7593 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7594 match till end of line.
7595
2c88253f
PA
75962017-11-09 Pedro Alves <palves@redhat.com>
7597
7598 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7599
c7a38517
PA
76002017-11-09 Pedro Alves <palves@redhat.com>
7601
7602 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7603 New procedures, factored out from ...
7604 (top level): ... here, and adjusted to avoid expecting beyond the
7605 prompt in one go.
7606
f29f4b6b
PA
76072017-11-09 Pedro Alves <palves@redhat.com>
7608
7609 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7610 output. Fix '?' match.
7611
286acbb5
JB
76122017-11-08 Joel Brobecker <brobecker@adacore.com>
7613
7614 * gdb.ada/scoped_watch: New testcase.
7615 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7616 which is actually correct.
7617 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7618 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7619
62d7ae92
PA
76202017-11-08 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.gdb/complaints.exp (test_initial_complaints)
7623 (test_serial_complaints, test_short_complaints): Call
7624 complaint_internal instead of complaint.
7625
280ca31f
DT
76262017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7627
7628 * gdb.threads/tls-core.c: New file.
7629 * gdb.threads/tls-core.exp: Likewise.
7630
b5ec771e
PA
76312017-11-08 Pedro Alves <palves@redhat.com>
7632
7633 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7634 (p Exported_Capitalized): New test.
7635 (p exported_capitalized): New test.
7636
a02b41a7
PA
76372017-11-07 Pedro Alves <palves@redhat.com>
7638
7639 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7640
95e95a6d
PA
76412017-11-07 Pedro Alves <palves@redhat.com>
7642
7643 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7644 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7645 (disable_invalid, disable_inverted, disable_negative): New
7646 procedures.
7647 ("bad numbers"): New set of tests.
7648
cee62dbd
PA
76492017-11-07 Pedro Alves <palves@redhat.com>
7650
7651 * gdb.cp/ena-dis-br-range.exp: Add tests.
7652
cc638e86
PA
76532017-11-07 Pedro Alves <palves@redhat.com>
7654
7655 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7656
d0fe4701
XR
76572017-11-07 Xavier Roirand <roirand@adacore.com>
7658 Pedro Alves <palves@redhat.com>
7659
7660 * gdb.base/ena-dis-br.exp: Add reference to
7661 gdb.cp/ena-dis-br-range.exp.
7662 * gdb.cp/ena-dis-br-range.exp: New file.
7663 * gdb.cp/ena-dis-br-range.cc: New file.
7664
46f67f80
PA
76652017-11-06 Pedro Alves <palves@redhat.com>
7666
7667 * gdb.base/attach-non-pgrp-leader.c: New.
7668 * gdb.base/attach-non-pgrp-leader.exp: New.
7669
726e1356
PA
76702017-11-06 Pedro Alves <palves@redhat.com>
7671
7672 * configure.ac: No longer check for termio.h and sgtty.h.
7673 * configure: Regenerate.
7674 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7675 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7676 Remove termio and sgtty code.
7677
50ab6ace
YQ
76782017-11-03 Yao Qi <yao.qi@linaro.org>
7679
7680 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7681 in GDB is disabled.
7682
8e68731c
YQ
76832017-11-03 Yao Qi <yao.qi@linaro.org>
7684
7685 * gdb.python/py-thrhandle.exp: Skip it if python is not
7686 enabled.
7687
3a87ae65
SM
76882017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7689
7690 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7691 as a breakpoint command.
7692
484d8d36
MD
76932017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7694
7695 PR python/21213
7696 * gdb.python/py-infthread.exp: Test calling
7697 InferiorThread.inferior () multiple times in a row.
7698
4a27f119
KS
76992017-10-27 Keith Seitz <keiths@redhat.com>
7700
7701 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7702 Test "info break" for every inlined function breakpoint.
7703
bb11dd58
YQ
77042017-10-27 Yao Qi <yao.qi@linaro.org>
7705
7706 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7707
a43f3893
PF
77082017-10-26 Patrick Frants <osscontribute@gmail.com>
7709
7710 * gdb.cp/classes.exp (test_static_members): Test printing
7711 Outer::instance.
7712 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7713 (Inner::instance, Outer::instance): New.
7714
792ccf00
PA
77152017-10-24 Pedro Alves <palves@redhat.com>
7716
7717 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7718 extra console" test in two stages.
7719
eb2bfbad
PA
77202017-10-24 Pedro Alves <palves@redhat.com>
7721
7722 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7723
1f75a651
PA
77242017-10-24 Pedro Alves <palves@redhat.com>
7725
7726 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7727 loop.
7728
779990d9
PA
77292017-10-24 Pedro Alves <palves@redhat.com>
7730
7731 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7732 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7733
ad9b8f5d
PA
77342017-10-24 Pedro Alves <palves@redhat.com>
7735
7736 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7737 parameter and handle it. Don't output read value in test name.
7738
fee6da6e
PA
77392017-10-24 Pedro Alves <palves@redhat.com>
7740
7741 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7742 custom test name.
7743
10389c2c
PA
77442017-10-24 Pedro Alves <palves@redhat.com>
7745
7746 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7747 include the unstable output directory name in the test's name.
7748 (initial_setup_simple) <'set args'>: Use custom test name.
7749
a80e65a9
PA
77502017-10-24 Pedro Alves <palves@redhat.com>
7751
7752 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7753 with explicit test name.
7754
15763a09
PA
77552017-10-20 Pedro Alves <palves@redhat.com>
7756
7757 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7758 'wait -i'. Use gdb_assert and remote_close.
7759
49a4ce2e
AB
77602017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7761
7762 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7763 number from variable rather than hard-coded.
7764
a75868f5
PA
77652017-10-19 Pedro Alves <palves@redhat.com>
7766
7767 * gdb.base/long-inferior-output.c: New file.
7768 * gdb.base/long-inferior-output.exp: New file.
7769
c8ba13ad
KS
77702017-11-18 Keith Seitz <keiths@redhat.com>
7771
7772 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7773 method.
7774 (main): Call it.
7775 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7776 Add additional user-defined conversion operator tests.
7777
b27de576
PA
77782017-10-17 Pedro Alves <palves@redhat.com>
7779
7780 * boards/native-stdio-gdbserver.exp: Load "local-board".
7781
8484c955
PA
77822017-10-17 Pedro Alves <palves@redhat.com>
7783
7784 * gdb.base/quit-live.c: New file.
7785 * gdb.base/quit-live.exp: New file.
7786
83d5a34d
KS
77872017-10-16 Keith Seitz <keiths@redhat.com>
7788
7789 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7790 (class_with_protected_typedef, class_with_private_typedef)
7791 (struct_with_public_typedef, struct_with_protected_typedef)
7792 (struct_with_private_typedef): New classes/structs.
7793 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7794 typedefs and access specifiers.
7795
739b3f1d
PA
77962017-10-16 Pedro Alves <palves@redhat.com>
7797 Simon Marchi <simon.marchi@polymtl.ca>
7798
7799 * README (Local vs Remote vs Native): New section.
7800 * boards/local-board.exp: New file, with bits factored out from
7801 ...
7802 * boards/native-extended-gdbserver.exp: ... here. Load
7803 "local-board".
7804 * boards/native-gdbserver.exp: Load "local-board".
7805 (${board}_spawn, ${board}_exec): Delete.
7806 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7807 ...
7808 * boards/stdio-gdbserver-base.exp: ... this new file.
7809 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7810 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7811 procedure.
7812 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7813 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7814 stdio_gdbserver_command.
7815 (${board}_get_remote_address, ${board}_get_comm_port)
7816 (${board}_download, ${board}_upload): Delete.
7817 (get_target_remote_pipe_cmd): New.
7818
fe68b953
SM
78192017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7820
7821 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7822 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7823 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7824 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7825 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7826 remove with_test_prefix.
7827
300b6685
PA
78282017-10-13 Pedro Alves <palves@redhat.com>
7829
7830 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7831 * gdb.base/annota1.exp: Use it instead of is_remote.
7832 * gdb.base/annota3.exp: Use it instead of is_remote.
7833 * gdb.cp/annota2.exp: Use it instead of is_remote.
7834 * gdb.cp/annota3.exp: Use it instead of is_remote.
7835 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7836
50500caf
PA
78372017-10-13 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7840 (test_num_test_vars, run_and_count_vars, find_env)
7841 (test_set_unset_env, test_inherit_env_var): New procedures.
7842 (top level): Use them.
7843
dad0c6d2
PA
78442017-10-13 Pedro Alves <palves@redhat.com>
7845
7846 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7847 also skip on stub-like targets.
7848
8b0553c1
PA
78492017-10-13 Pedro Alves <palves@redhat.com>
7850
7851 PR gdb/22293
7852 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7853 (top level): Move some tests to ...
7854 (test_not_found): ... this new procedure.
7855 (top level): Call it.
7856
7594f623
PA
78572017-10-13 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7860 expect different "info terminal" output if testing with a
7861 non-native target.
7862
ebe3b402
PA
78632017-10-13 Pedro Alves <palves@redhat.com>
7864 Simon Marchi <simon.marchi@polymtl.ca>
7865
7866 PR python/12966
7867 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7868
42f1b161
PA
78692017-10-13 Pedro Alves <palves@redhat.com>
7870
7871 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7872 already.
7873
8d6ef72b
PA
78742017-10-13 Pedro Alves <palves@redhat.com>
7875
7876 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7877 is_remote.
7878
d7bcd5b8
PA
78792017-10-13 Pedro Alves <palves@redhat.com>
7880
7881 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7882 is_remote.
7883
df479dc6
PA
78842017-10-13 Pedro Alves <palves@redhat.com>
7885
7886 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7887 is set.
7888 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7889 instead of is_remote.
7890
23fb630a
PA
78912017-10-13 Pedro Alves <palves@redhat.com>
7892
7893 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7894 (top level): Add comment.
7895
cc77b1dc
PA
78962017-10-13 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.base/remote.exp (top level): Fix comment typo and add
7899 missing return.
7900
27c9e813
PA
79012017-10-13 Pedro Alves <palves@redhat.com>
7902 Simon Marchi <simon.marchi@polymtl.ca>
7903
7904 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7905 calls and add comments. Skip test if use_gdb_stub is set.
7906 (top level): Use "set cwd" command instead of "cd" command.
7907
5e830d98
PA
79082017-10-13 Pedro Alves <palves@redhat.com>
7909
7910 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7911 is_remote target check.
7912
f5ca0032
PA
79132017-10-13 Pedro Alves <palves@redhat.com>
7914
7915 * gdb.base/scope.exp: Use build_executable + clean_restart +
7916 gdb_file_cmd instead of prepare_for_testing and no longer skip
7917 "before run" tests on is_remote target boards. Update comments.
7918 * boards/native-extended-gdbserver.exp
7919 (extended_gdbserver_load_last_file): New, factored out from ...
7920 (gdb_load): ... this. Move further below and add comment.
7921 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7922
8aed1c0d
PA
79232017-10-12 Pedro Alves <palves@redhat.com>
7924
7925 * gdb.base/attach.exp: Remove references to gdb64.
7926 * gdb.base/dbx.exp: Remove references to gdb64.
7927
cfa34c87
SM
79282017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7929 Pedro Alves <palves@redhat.com>
7930
7931 * gdb.base/label.exp: Remove is_remote target check.
7932
9192b7de
PA
79332017-10-12 Pedro Alves <palves@redhat.com>
7934
7935 * gdb.base/auvx.exp (coredir): Update comment.
7936 (top level) <core_works>: Use "set cwd" command instead of "cd"
7937 command.
7938
6bf0052d
PA
79392017-10-12 Pedro Alves <palves@redhat.com>
7940 Simon Marchi <simon.marchi@polymtl.ca>
7941
7942 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7943 target boards.
7944
e48ef82d
PA
79452017-10-12 Pedro Alves <palves@redhat.com>
7946 Simon Marchi <simon.marchi@polymtl.ca>
7947
7948 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7949 Instead skip if there's any gdb_protocol set.
7950
8d7aea57
SM
79512017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7952 Pedro Alves <palves@redhat.com>
7953
7954 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7955
30440677
PA
79562017-10-12 Pedro Alves <palves@redhat.com>
7957 Simon Marchi <simon.marchi@polymtl.ca>
7958
7959 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7960 instead of on dejagnu remote boards.
7961
4e04f045 79622017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7963 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7964
7965 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7966 checks. Use build_executable + clean_restart instead of
7967 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7968 of enabling non-stop after starting gdb.
7969
871a186e
PA
79702017-10-12 Pedro Alves <palves@redhat.com>
7971
7972 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7973 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7974 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7975 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7976
56d704da
AK
79772017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7978
7979 * gdb.arch/arc-tdesc-cpu.exp: New file.
7980 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7981
2f20e312
SM
79822017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7983
7984 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7985
65630365
PA
79862017-10-10 Pedro Alves <palves@redhat.com>
7987
7988 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7989 expect CLI output.
7990
bf469271
PA
79912017-10-10 Pedro Alves <palves@redhat.com>
7992
7993 * lib/selftest-support.exp (selftest_setup): Update for
7994 captured_command_loop's prototype change.
7995
777a42f1
PA
79962017-10-09 Pedro Alves <palves@redhat.com>
7997
7998 Test both arch1=>arch2 and arch2=>arch1.
7999
8000 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8001 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8002 factored out to...
8003 (append_arch1_options, append_arch2_options, append_arch_options)
8004 (build_executables): New procedures.
8005 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8006 local.
8007 (top level): Add new 'first_arch' testing axis.
8008
cbd2b4e3
PA
80092017-10-09 Pedro Alves <palves@redhat.com>
8010
8011 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8012 (barrier): New.
8013 (thread_start, all_started): New functions.
8014 (main): Spawn new thread and wait until it is scheduled.
8015 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8016 option.
8017 (do_test): Add 'selected_thread' parameter. Run to all_started
8018 instead of main. Explicitly set the breakpoint at main. Switch
8019 to the SELECTED_THREAD thread.
8020 (top level): Test handling the exec event with either the main
8021 thread or the second thread selected.
8022
5c9e4427
PA
80232017-10-09 Pedro Alves <palves@redhat.com>
8024
8025 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8026 logic. Move STOP marker after the value checks.
8027 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8028 regexp.
8029
b3b7c423
SL
80302017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8031
8032 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8033
3b4b2f16
UW
80342017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8035
8036 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8037 integer-to-dfp conversion.
8038 * gdb.base/dfp-test.exp: Likewise.
8039
5cd63fda
PA
80402017-10-04 Pedro Alves <palves@redhat.com>
8041
8042 * gdb.multi/hangout.c: Include <unistd.h>.
8043 (hangout_loop): New function.
8044 (main): Call alarm. Call hangout_loop in a loop.
8045 * gdb.multi/hello.c: Include <unistd.h>.
8046 (hello_loop): New function.
8047 (main): Call alarm. Call hangout_loop in a loop.
8048 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8049 inferior with the other selected.
8050
4c71c105
SM
80512017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8052
8053 * gdb.mi/list-thread-groups-available.exp: New file.
8054 * gdb.mi/list-thread-groups-available.c: New file.
8055
bc3b087d
SDJ
80562017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8057
8058 * gdb.base/set-cwd.exp: Make it available on
8059 native-extended-gdbserver.
8060
d092c5a2
SDJ
80612017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8062
8063 * gdb.base/set-cwd.c: New file.
8064 * gdb.base/set-cwd.exp: Likewise.
8065
45320ffa
TT
80662017-10-02 Tom Tromey <tom@tromey.com>
8067
8068 PR rust/22236:
8069 * gdb.rust/simple.rs (main): New variable "fslice".
8070 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8071
b3e3859b
TT
80722017-10-02 Tom Tromey <tom@tromey.com>
8073
8074 * gdb.rust/simple.exp: Test ptype of a slice.
8075
01af5e0d
TT
80762017-10-02 Tom Tromey <tom@tromey.com>
8077
8078 * gdb.rust/simple.exp: Test index of slice.
8079
a9bbfbd8
TT
80802017-09-27 Tom Tromey <tom@tromey.com>
8081
8082 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8083
df8899e5
TP
80842017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8085 Pedro Alves <palves@redhat.com>
8086
8087 * gdb.base/compare-sections.exp (get value of read-only section): Read
8088 as unsigned value.
8089 (corrupt read-only section): Likewise and don't set written if patching
8090 failed.
8091
757bf54b
KB
80922017-09-21 Kevin Buettner <kevinb@redhat.com>
8093
8094 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8095 files.
8096
06871ae8
PA
80972017-09-20 Pedro Alves <palves@redhat.com>
8098
8099 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8100 symbol names in gdb's output.
8101 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8102
e5f25bc5
PA
81032017-09-20 Pedro Alves <palves@redhat.com>
8104
8105 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8106 Rename to ...
8107 (test_list_ambiguous_symbol): ... this and add a symbol name
8108 parameter. Adjust.
8109 (test_list_ambiguous_function): Reimplement on top of
8110 test_list_ambiguous_symbol and also test listing ambiguous
8111 variables.
8112 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8113 (ambiguous_fun): ... this.
8114 (ambiguous_var): New.
8115 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8116 (ambiguous_fun): ... this.
8117 (ambiguous_var): New.
8118
4e5a4f58
JB
81192017-09-19 John Baldwin <jhb@FreeBSD.org>
8120
8121 * gdb.base/starti.c: New file.
8122 * gdb.base/starti.exp: New file.
8123 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8124
26e53f3e
PA
81252017-09-14 Pedro Alves <palves@redhat.com>
8126
8127 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8128 (top level): Use it instead of runto.
8129
cb791d59
TT
81302017-09-11 Tom Tromey <tom@tromey.com>
8131
8132 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8133
7c96f8c1
TT
81342017-09-11 Tom Tromey <tom@tromey.com>
8135
8136 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8137 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8138
469412dd
CW
81392017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8140
8141 * gdb.fortran/printing-types.exp: New file.
8142 * gdb.fortran/printing-types.exp: New file.
8143
e0f86435
BH
81442017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8145
8146 * gdb.fortran/vla-ptype.exp: Fix typos.
8147 * gdb.fortran/vla-value.exp: Same.
8148
9e9af4be
BH
81492017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8150
8151 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8152 * gdb.mi/mi-var-child-f.exp: Likewise.
8153 * gdb.mi/mi-vla-fortran.exp: Likewise.
8154
a5ad232b 81552017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8156 Christoph Weinmann <christoph.t.weinmann@intel.com>
8157 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8158
8159 * gdb.fortran/ptr-indentation.f90: New file.
8160 * gdb.fortran/ptr-indentation.exp: New file.
8161
5aec60eb
TT
81622017-09-05 Tom Tromey <tom@tromey.com>
8163
8164 PR gdb/22010:
8165 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8166
8f8f8152
TP
81672017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8168
8169 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8170
fbd1b771
JK
81712017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8172
8173 * gdb.threads/tls-nodebug-pie.c: New file.
8174 * gdb.threads/tls-nodebug-pie.exp: New file.
8175
5eb5f850
TT
81762017-09-05 Tom Tromey <tom@tromey.com>
8177
8178 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8179 for rust.
8180
ae780a21
SM
81812017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8182
8183 * gdb.multi/multi-arch-exec.exp: Test with different
8184 "follow-exec-mode" settings.
8185 (do_test): New procedure.
8186
3693fdb3
PA
81872017-09-04 Pedro Alves <palves@redhat.com>
8188
8189 * gdb.base/func-static.c (S::method const, S::method volatile)
8190 (S::method volatile const): New methods.
8191 (c_s, v_s, cv_s): New instances.
8192 (main): Call method() on them.
8193 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8194 (cannot_resolve): New procedure.
8195 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8196 print-quote-unquoted columns.
8197 (do_test): Test printing each scope too.
8198
e68cb8e0
PA
81992017-09-04 Pedro Alves <palves@redhat.com>
8200
8201 * gdb.base/local-static.exp: Also test with
8202 class::method::variable wholly quoted.
8203 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8204
858be34c
PA
82052017-09-04 Pedro Alves <palves@redhat.com>
8206
8207 * gdb.base/local-static.c: New.
8208 * gdb.base/local-static.cc: New.
8209 * gdb.base/local-static.exp: New.
8210
46a4882b
PA
82112017-09-04 Pedro Alves <palves@redhat.com>
8212
8213 * gdb.asm/asm-source.exp: Add casts to int.
8214 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8215 (dataglobal64_1, dataglobal64_2): New globals.
8216 * gdb.base/nodebug.exp: Test different expressions involving the
8217 new globals, with print, whatis and ptype. Add casts to int.
8218 * gdb.base/solib-display.exp: Add casts to int.
8219 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8220 * gdb.cp/m-static.exp: Add cast to int.
8221 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8222 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8223 tls variable with no debug info without a cast. Test with a cast
8224 to int too.
8225 * gdb.trace/entry-values.exp: Add casts.
8226
2c5a2be1
PA
82272017-09-04 Pedro Alves <palves@redhat.com>
8228
8229 * gdb.base/nodebug.exp: Test that ptype's error about functions
8230 with unknown return type includes the function name too.
8231
7022349d
PA
82322017-09-04 Pedro Alves <palves@redhat.com>
8233
8234 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8235 return type of munmap in infcall.
8236 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8237 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8238 type of ftell in infcall.
8239 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8240 type of getpid in infcall.
8241 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8242 infcall.
8243 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8244 Bail on failure to extract the pid.
8245 * gdb.base/nodebug.c: #include <stdint.h>.
8246 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8247 New functions.
8248 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8249 Change expected output of print/whatis/ptype with functions with
8250 no debug info. Test all supported languages. Call
8251 test_call_promotion.
8252 * gdb.compile/compile.exp: Adjust expected output to expect
8253 warning.
8254 * gdb.threads/siginfo-threads.exp: Likewise.
8255
54990598
PA
82562017-09-04 Pedro Alves <palves@redhat.com>
8257
8258 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8259 "prototypes". Test calling float functions via prototyped and
8260 unprototyped function pointers.
8261 (perform_all_tests): New parameter "prototypes". Pass it down.
8262 (top level): Pass down "prototypes" parameter to
8263 perform_all_tests.
8264
34d16ea2
SM
82652017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8266
8267 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8268 Test with nested loops.
8269
9521ecda
SM
82702017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8271
8272 * gdb.base/commands.exp: Call the new procedures.
8273 (loop_break_test, loop_continue_test): New procedures.
8274
80a65e9b
SM
82752017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8276
8277 * gdb.base/commands.exp: Call new procedure.
8278 (define_if_without_arg_test): New procedure.
8279
e439fa14
PA
82802017-09-04 Pedro Alves <palves@redhat.com>
8281
8282 * gdb.base/list-ambiguous.exp: New file.
8283 * gdb.base/list-ambiguous0.c: New file.
8284 * gdb.base/list-ambiguous1.c: New file.
8285 * gdb.base/list.exp (test_list_range): Adjust expected output.
8286
0a2dde4a
SDJ
82872017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8288
8289 * gdb.base/share-env-with-gdbserver.c: New file.
8290 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8291
5e89eb3a
SM
82922017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8293
8294 * gdb.base/commands.exp (gdbvar_simple_if_test,
8295 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8296 progvar_simple_if_test, progvar_simple_while_test,
8297 progvar_complex_if_while_test, user_defined_command_test,
8298 user_defined_command_args_eval,
8299 user_defined_command_args_stack_test,
8300 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8301 temporary_breakpoint_commands,
8302 gdb_test_no_prompt, redefine_hook_test,
8303 redefine_backtrace_test): Remove "global gdb_prompt".
8304
fd437cbc
SM
83052017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8306
8307 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8308 New proc, call it from toplevel.
8309
87215ad1
SDJ
83102017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8311
8312 PR remote/21852
8313 * gdb.server/normal.c: New file, copied from gdb.base.
8314 * gdb.server/run-without-local-binary.exp: New file.
8315
58afddc6
WP
83162017-08-07 Weimin Pan <weimin.pan@oracle.com>
8317
8318 * gdb.arch/sparc64-adi.exp: New file.
8319 * gdb.arch/sparc64-adi.c: New file.
8320
5277199a
PA
83212017-08-22 Pedro Alves <palves@redhat.com>
8322
8323 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8324 (top level): Add "list all overloads" tests.
8325
14278e1f
TT
83262017-08-22 Tom Tromey <tom@tromey.com>
8327
8328 * gdb.gdb/xfullpath.exp: Remove.
8329
bf223d3e
PA
83302017-08-21 Pedro Alves <palves@redhat.com>
8331
8332 PR gdb/19487
8333 * gdb.base/symbol-alias.c: New.
8334 * gdb.base/symbol-alias2.c: New.
8335 * gdb.base/symbol-alias.exp: New.
8336
c973d0aa
PA
83372017-08-21 Pedro Alves <palves@redhat.com>
8338
8339 * gdb.base/dfp-test.c
8340 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8341 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8342 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8343 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8344 * gdb.base/whatis-ptype-typedefs.c: New.
8345 * gdb.base/whatis-ptype-typedefs.exp: New.
8346 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8347 (an_int, an_int_type, an_int_type2): New globals.
8348 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8349 involving typedefs and cast expressions.
8350 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8351 (lookup_typedefs_function): New.
8352 (typedefs_pretty_printers_dict): New.
8353 (top level): Register lookup_typedefs_function in
8354 gdb.pretty_printers.
8355
6d580b63
YQ
83562017-08-18 Yao Qi <yao.qi@linaro.org>
8357
8358 * gdb.server/unittest.exp: New.
8359
206726fb
SDJ
83602017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8361
8362 PR gdb/21954
8363 * gdb.base/environ.exp: Add test to check if 'unset environment'
8364 works.
8365
bf0ec4c2
AA
83662017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8367
8368 * lib/gdb.exp (universal_compile_options): New caching proc.
8369 (gdb_compile): Suppress GCC's coloring of messages.
8370
d6382fff
TT
83712017-08-14 Tom Tromey <tom@tromey.com>
8372
8373 PR gdb/21675:
8374 * gdb.base/printcmds.exp (test_radices): New function.
8375 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8376 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8377 * lib/gdb.exp (get_integer_valueof): Use p/d.
8378
c2c2dd9f
SM
83792017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8380
8381 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8382 characters.
8383
fdffd6f4
TT
83842017-08-05 Tom Tromey <tom@tromey.com>
8385
8386 * gdb.rust/simple.exp: Allow String to appear in a different
8387 namespace.
8388
27d41eac
YQ
83892017-07-26 Yao Qi <yao.qi@linaro.org>
8390
8391 * gdb.gdb/unittest.exp: Invoke command
8392 "maintenance check xml-descriptions".
8393
031ed05d
AA
83942017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8395
8396 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8397 calling context.
8398 (hex128): Drop erroneous calculation of parameters.
8399
dcd27ddf
SM
84002017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8401
8402 * gdb.python/py-unwind.exp: Disable stack protection when
8403 building test file.
8404
47e77640
PA
84052017-07-20 Pedro Alves <palves@redhat.com>
8406
8407 * gdb.base/default.exp (set language): Adjust expected output.
8408
62d2a18a
PA
84092017-07-20 Pedro Alves <palves@redhat.com>
8410
8411 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8412 (test_minsym): ... this, and make static.
8413 (get_pck__foo__bar__minsym): Rename to ...
8414 (get_test_minsym): ... this.
8415 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8416 symbol names and comments.
8417 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8418 (get_test_minsym): ... this.
8419 (pck__foo__bar__minsym__2): Rename to ...
8420 (test_minsym): ... this.
8421 (main): Adjust.
8422
c45ec17c
PA
84232017-07-17 Pedro Alves <palves@redhat.com>
8424
8425 * gdb.base/completion.exp: Adjust expected output.
8426 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8427 the completer works.
8428
c6756f62
PA
84292017-07-17 Pedro Alves <palves@redhat.com>
8430
8431 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8432
5bd68487
AB
84332017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8434
8435 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8436
8880f2a9
TT
84372017-07-14 Tom Tromey <tom@tromey.com>
8438
8439 PR rust/21764:
8440 * gdb.rust/simple.exp: Add tests.
8441
65547233
TT
84422017-07-14 Tom Tromey <tom@tromey.com>
8443
8444 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8445
8f14146e
PA
84462017-07-14 Pedro Alves <palves@redhat.com>
8447
8448 * gdb.linespec/base/one/thefile.cc (z1): New function.
8449 * gdb.linespec/base/two/thefile.cc (z2): New function.
8450 * gdb.linespec/linespec.exp: Add tests.
8451
b4365d02
AB
84522017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8453
8454 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8455 to mi_create_breakpoint.
8456
5d2cbaa5
AB
84572017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8458
8459 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8460 mi_create_breakpoint.
8461
11cb5716
IB
84622017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8463
8464 * gdb.dlang/demangle.exp: Update for demangling changes.
8465
03278692
TT
84662017-07-09 Tom Tromey <tom@tromey.com>
8467
8468 * gdb.dwarf2/shortpiece.exp: New file.
8469
33c5cd75
DB
84702017-07-06 David Blaikie <dblaikie@gmail.com>
8471
8472 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8473 built from fissiont-multi-cu{1,2}.c.
8474 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8475 except putting 'main' and 'func' in separate CUs in the same DWO file.
8476 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8477 test.
8478 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8479 test.
8480
8455d262
PA
84812017-07-06 Pedro Alves <palves@redhat.com>
8482
8483 * gdb.python/py-unwind.exp: Test flushregs.
8484
dc4bde35
SDJ
84852017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8486
8487 PR cli/21688
8488 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8489 tests for alias commands and trailing whitespace.
8490
51ed89aa
SDJ
84912017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8492
8493 PR cli/21688
8494 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8495 procedure. Call it.
8496
eb17d413
PA
84972017-06-29 Pedro Alves <palves@redhat.com>
8498
8499 * gdb.base/printcmds.exp: Add tests.
8500
41664b45
DG
85012017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8502
8503 PR gdb/21337
8504 * gdb.base/reread-readsym.exp: New file.
8505 * gdb.base/reread-readsym.c: New file.
8506
75312ae3
KB
85072017-06-21 Kevin Buettner <kevinb@redhat.com>
8508
8509 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8510 subpattern.
8511
66953522
PB
85122017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8513
8514 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8515 extended mnemonic.
8516 * gdb.arch/powerpc-power9.s: Likewise.
8517
5524b525
AA
85182017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8519
8520 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8521 on 32-bit x86 targets. Exploit is_*_target macros where
8522 appropriate.
8523
03c8af18
AA
85242017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8525
8526 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8527 register pieces.
8528
3bf31011
AA
85292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8530
8531 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8532 located in one or more DWARF pieces.
8533
805acca0
AA
85342017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8535
8536 * lib/gdb.exp (get_endianness): New proc.
8537 * gdb.arch/aarch64-fp.exp: Use it.
8538 * gdb.arch/altivec-regs.exp: Likewise.
8539 * gdb.arch/e500-regs.exp: Likewise.
8540 * gdb.arch/vsx-regs.exp: Likewise.
8541 * gdb.base/dump.exp: Likewise.
8542 * gdb.base/funcargs.exp: Likewise.
8543 * gdb.base/gnu_vector.exp: Likewise.
8544 * gdb.dwarf2/formdata16.exp: Likewise.
8545 * gdb.dwarf2/implptrpiece.exp: Likewise.
8546 * gdb.dwarf2/nonvar-access.exp: Likewise.
8547 * gdb.python/py-inferior.exp: Likewise.
8548 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8549
e9352324
AA
85502017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8551
8552 PR gdb/21226
8553 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8554 stack value pieces are taken from the LSB end.
8555
d5d1163e
AA
85562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8557
8558 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8559 variable at nonzero offset.
8560
0567c986
AA
85612017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8562
8563 * gdb.dwarf2/var-access.c: New file.
8564 * gdb.dwarf2/var-access.exp: New test.
8565 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8566
973e9aab
TT
85672017-06-12 Tom Tromey <tom@tromey.com>
8568
8569 * gdb.dwarf2/formdata16.exp: Add tests.
8570
d9109c80
TT
85712017-06-12 Tom Tromey <tom@tromey.com>
8572
8573 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8574
30a25466
TT
85752017-06-12 Tom Tromey <tom@tromey.com>
8576
8577 PR exp/16225:
8578 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8579 * gdb.arch/vsx-regs.exp: Update tests.
8580 * gdb.arch/s390-vregs.exp (hex128): New proc.
8581 Update test.
8582 * gdb.arch/altivec-regs.exp: Update tests.
8583
aefd8b33
SDJ
85842017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8585
8586 * gdb.base/startup-with-shell.c: New file.
8587 * gdb.base/startup-with-shell.exp: Likewise.
8588
2090129c
SDJ
85892017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8590
8591 * gdb.server/non-existing-program.exp: Update regex in order to
8592 reflect the fact that gdbserver is now using fork_inferior (with a
8593 shell) to startup the inferior.
8594
8e86a419
SM
85952017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8596
8597 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8598 support function calls from GDB.
8599
e6cf65f2
TT
86002017-05-21 Tom Tromey <tom@tromey.com>
8601
8602 PR rust/21466:
8603 * gdb.rust/unsized.exp: New file.
8604 * gdb.rust/unsized.rs: New file.
8605
43cc5389
TT
86062017-05-19 Tom Tromey <tom@tromey.com>
8607
8608 PR rust/21484:
8609 * gdb.rust/watch.exp: New file.
8610 * gdb.rust/watch.rs: New file.
8611
ec8df234
TT
86122017-05-18 Tom Tromey <tom@tromey.com>
8613
8614 * gdb.rust/simple.exp: Allow Box to be qualified.
8615
3e3e7fae
TP
86162017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8617
8618 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8619
59cc050d
PA
86202017-05-18 Pedro Alves <palves@redhat.com>
8621
8622 * gdb.base/fileio.c (test_write, test_read, test_close)
8623 (test_fstat): Don't print 'ret' in the fail path.
8624
c8f6abd1
PA
86252017-05-18 Pedro Alves <palves@redhat.com>
8626
8627 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8628 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8629 (test_system, test_rename, test_unlink, test_time): Change
8630 prototypes.
8631 * gdb.base/fileio.exp (stop_msg): Adjust.
8632
d2a03b77
PA
86332017-05-18 Pedro Alves <palves@redhat.com>
8634
8635 * gdb.base/fileio.c (null_str): New global.
8636 (test_stat): Use it.
8637 * gdb.base/fileio.exp: Remove nowarnings.
8638
0d5c6999
YQ
86392017-05-17 Yao Qi <yao.qi@linaro.org>
8640
8641 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8642
21873064
YQ
86432017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8644
8645 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8646 argument command.
8647 (top-level): Invoke test_set_inferior_tty.
8648
d512d31c
PA
86492017-05-04 Pedro Alves <palves@redhat.com>
8650
8651 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8652 Add parens to print call for Python 3.
8653
90cef2ed
KS
86542017-05-03 Keith Seitz <keiths@redhat.com>
8655
8656 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8657 (main): Call it.
8658
14f819c8
TW
86592017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8660
8661 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8662 to prev and next.
8663
913aeadd
TW
86642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8665
8666 * gdb.python/py-record-btrace.exp: Remove test for
8667 gdb.BtraceInstruction.error.
8668
a3be24ad
TW
86692017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8670
8671 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8672
ae20e79a
TW
86732017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8674
8675 * gdb.python/py-record-btrace-threads.c: New file.
8676 * gdb.python/py-record-btrace-threads.exp: New file.
8677
45ce1b47
SDJ
86782017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8679
8680 PR testsuite/8595
8681 * gdb.base/environ.exp: Make test available in all architectures.
8682 Move bits related to "info program" testing to
8683 gdb.base/info-program.exp. Rewrite tests to use the two new
8684 procedures mentione below.
8685 (test_set_show_env_var) New procedure.
8686 (test_set_show_env_var_equal): Likewise.
8687 * gdb.base/info-program.exp: New file.
8688
e15c3eb4
KS
86892017-04-27 Keith Seitz <keiths@redhat.com>
8690
8691 * gdb.cp/oranking.cc (test15): New function.
8692 (main): Call test15 and declare additional variables for testing.
8693 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8694 "p foo101('abc')" tests.
8695 Add tests for cv qualifier overloads.
8696 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8697 "lvalue reference overload" test.
8698 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8699 "print value of f1 on Child&& in f2" test.
8700
3a3fd0fd
PA
87012017-04-19 Pedro Alves <palves@redhat.com>
8702
8703 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8704 procedure.
8705 (top level): Call it.
8706 * lib/gdb.exp (gdb_define_cmd): New procedure.
8707
53375380
PA
87082017-04-12 Pedro Alves <palves@redhat.com>
8709
8710 PR gdb/21323
8711 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8712 (wchar): New global.
8713 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8714 (do_test_wide_char, wide_char_types_no_program, top level): Add
8715 wchar_t testing.
8716
53e710ac
PA
87172017-04-12 Pedro Alves <palves@redhat.com>
8718
8719 PR c++/21323
8720 * gdb.cp/wide_char_types.c: New file.
8721 * gdb.cp/wide_char_types.exp: New file.
8722
0ad9d8c7
SDJ
87232017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8724
8725 PR gdb/21352
8726 * gdb.trace/tsv.exp: Add test for "tsave -r".
8727
b1b45502
IB
87282017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8729
8730 * gdb.dlang/watch-loc.c: New file.
8731 * gdb.dlang/watch-loc.exp: New file.
8732
ec13808e
JK
87332017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8734
8735 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8736
fe5f7374
AK
87372017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8738
8739 * gdb.arch/arc-analyze-prologue.S: New file.
8740 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8741
eea78757
AK
87422017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8743
8744 * gdb.arch/arc-decode-insn.S: New file.
8745 * gdb.arch/arc-decode-insn.exp: Likewise.
8746
5badf10a
IR
87472017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8748
8749 PR tdep/20928
8750 * gdb.arch/sparc64-regs.exp: New file.
8751 * gdb.arch/sparc64-regs.S: Likewise.
8752
cee59b3f
TW
87532017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8754
8755 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8756 and memory view on Python 3.
8757
c0f55cc6
AV
87582017-03-20 Artemiy Volkov <artemiyv@acm.org>
8759 Keith Seitz <keiths@redhat.com>
8760
8761 PR gdb/14441
8762 * gdb.cp/demangle.exp: Add rvalue reference tests.
8763 * gdb.cp/rvalue-ref-casts.cc: New file.
8764 * gdb.cp/rvalue-ref-casts.exp: New file.
8765 * gdb.cp/rvalue-ref-overload.cc: New file.
8766 * gdb.cp/rvalue-ref-overload.exp: New file.
8767 * gdb.cp/rvalue-ref-params.cc: New file.
8768 * gdb.cp/rvalue-ref-params.exp: New file.
8769 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8770 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8771 * gdb.cp/rvalue-ref-types.cc: New file.
8772 * gdb.cp/rvalue-ref-types.exp: New file.
8773 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8774 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8775
51457a05
MAL
87762017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8777
8778 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8779 New procedure.
8780
5b291c04
MAL
87812017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8782
8783 * lib/mi-support.exp (mi_gdb_test): Add additional message
8784 for unexpected output.
8785
59a56148
AA
87862017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8787
8788 * gdb.base/examine-backward.c (Barrier): New character array
8789 constant, to ensure that TestStrings is preceded by a string
8790 terminator.
8791
7942e96e
AA
87922017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8793
8794 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8795 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8796 and implicit pointer into such a location.
8797
6ebac3fb
DE
87982017-03-16 Doug Evans <dje@google.com>
8799
8800 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8801
ec3b243d
TP
88022017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8803
8804 * gdb.cp/m-static.exp: Fix expectation for prototype of
8805 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8806
88072017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8808
8809 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8810 * gdb.guile/scm-lazy-string.c: New file.
8811 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8812 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8813 for pointer, array, typedef lazy strings.
8814
2cc36e25 88152017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8816
8817 PR python/17728, python/18439, python/18779
8818 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8819 * gdb.python/py-lazy-string.c (pointer): New typedef.
8820 (main): New locals ptr, array, typedef_ptr.
8821 * gdb.python/py-value.exp: Move lazy string tests to ...
8822 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8823 array, typedef lazy strings.
ec3b243d 8824
0efcde63
AK
88252017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8826
8827 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8828 Add optional 'test' parameter.
8829
7978d7c3
SM
88302017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8831
8832 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8833 Skip for versions of DejaGnu < 1.5.
8834
896c0c1e
SM
88352017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8836
8837 * lib/gdb.exp (dejagnu_version): New proc.
8838 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8839 Use dejagnu_version.
8840
5f4d1085
KS
88412017-03-10 Keith Seitz <keiths@redhat.com>
8842
8843 PR c++/8128
8844 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8845 type from destructor regexps.
8846 Add a branch which actually passes the test.
8847 Adjust "ptype t5i" test names.
8848
1de05205
PA
88492017-03-08 Pedro Alves <palves@redhat.com>
8850
8851 * gdb.base/step-over-exit.exp: Add explicit test message.
8852
c65d6b55
PA
88532017-03-08 Pedro Alves <palves@redhat.com>
8854
8855 PR gdb/18360
8856 * gdb.threads/interrupt-while-step-over.c: New file.
8857 * gdb.threads/interrupt-while-step-over.exp: New file.
8858
2e86a283
PA
88592017-03-08 Pedro Alves <palves@redhat.com>
8860
8861 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8862 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8863
25dcbff6
PA
88642017-03-08 Pedro Alves <palves@redhat.com>
8865
8866 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8867 PKRU as not supported as a PASS.
8868
dc9366eb
PA
88692017-03-08 Pedro Alves <palves@redhat.com>
8870
8871 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8872 prefix instead of $binfile1/$binfile2.
8873 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8874 in test message.
8875 * gdb.python/py-completion.exp: Use "load python file" as test
8876 messages instead of unstable path names.
8877
6e5d74e7
PA
88782017-03-08 Pedro Alves <palves@redhat.com>
8879 Jan Kratochvil <jan.kratochvil@redhat.com>
8880
8881 PR cli/21218
8882 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8883 New proc.
8884 (top level): Call it.
8885
9753a2f6
PA
88862017-03-08 Pedro Alves <palves@redhat.com>
8887
8888 PR tui/21216
8889 * gdb.tui/tui-nl-filtered-output.exp: New file.
8890
1a4dd9dd
PA
88912017-03-08 Pedro Alves <palves@redhat.com>
8892
8893 * gdb.base/completion.exp: Move TUI completion tests to ...
8894 * gdb.tui/completion.exp: ... this new file.
8895
7cbbff33
PA
88962017-03-08 Pedro Alves <palves@redhat.com>
8897
8898 * gdb.base/tui-disasm-long-lines.c,
8899 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8900 gdb.base/tui-layout.exp: Move to ...
8901 * gdb.tui/: ... this new directory.
8902
5f6fd321
PA
89032017-03-07 Pedro Alves <palves@redhat.com>
8904
8905 * gdb.base/tui-layout.c: New file.
8906 * gdb.base/tui-layout.exp: New file.
8907
44959fa8
PA
89082017-03-07 Pedro Alves <palves@redhat.com>
8909
8910 * gdb.base/tui-layout.c: Rename to ...
8911 * gdb.base/tui-disasm-long-lines.c: ... this.
8912 * gdb.base/tui-layout.exp: Rename to ...
8913 * gdb.base/tui-disasm-long-lines.exp: ... this.
8914
f8c4e718
PA
89152017-03-07 Pedro Alves <palves@redhat.com>
8916
8917 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8918
6dbb839a 89192017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8920
8921 * i386-mpx-call.c: New file.
8922 * i386-mpx-call.exp: New file.
8923
65b48a81
PB
89242017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8925
8926 * gdb.arch/powerpc-power.exp: Delete test.
8927 * gdb.arch/powerpc-power.s: Likewise.
8928 * gdb.disasm/disassembler-options.exp: New test.
8929 * gdb.arch/powerpc-altivec.exp: Likewise.
8930 * gdb.arch/powerpc-altivec.s: Likewise.
8931 * gdb.arch/powerpc-altivec2.exp: Likewise.
8932 * gdb.arch/powerpc-altivec2.s: Likewise.
8933 * gdb.arch/powerpc-altivec3.exp: Likewise.
8934 * gdb.arch/powerpc-altivec3.s: Likewise.
8935 * gdb.arch/powerpc-power7.exp: Likewise.
8936 * gdb.arch/powerpc-power7.s: Likewise.
8937 * gdb.arch/powerpc-power8.exp: Likewise.
8938 * gdb.arch/powerpc-power8.s: Likewise.
8939 * gdb.arch/powerpc-power9.exp: Likewise.
8940 * gdb.arch/powerpc-power9.s: Likewise.
8941 * gdb.arch/powerpc-vsx.exp: Likewise.
8942 * gdb.arch/powerpc-vsx.s: Likewise.
8943 * gdb.arch/powerpc-vsx2.exp: Likewise.
8944 * gdb.arch/powerpc-vsx2.s: Likewise.
8945 * gdb.arch/powerpc-vsx3.exp: Likewise.
8946 * gdb.arch/powerpc-vsx3.s: Likewise.
8947 * gdb.arch/arm-disassembler-options.exp: Likewise.
8948 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8949 * gdb.arch/s390-disassembler-options.exp: Likewise.
8950
17cd4947
LM
89512017-02-23 Luis Machado <lgustavo@codesourcery.com>
8952
8953 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8954 (check_supported_features): ... this. Changed return type to void.
8955 (supports_rdseed): New static global.
8956 (rdseed): Check supports_rdseed.
8957 (initialize): Call check_supported_features.
8958
2039d74e
EBM
89592017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8960
8961 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8962 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8963 and lqarx/stqcx.
8964 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8965 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8966
a51d7ecf
EBM
89672017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8968
8969 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8970 uppercase.
8971
0224619f
JK
89722017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8973
8974 * gdb.dwarf2/formdata16.c: New file.
8975 * gdb.dwarf2/formdata16.exp: New file.
8976 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8977
216f72a1
JK
89782017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8979
8980 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8981 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8982 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8983 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8984 DW_AT_GNU_*.
8985
43988095
JK
89862017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8987
8988 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8989
99e8a4f9
SDJ
89902017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8991
8992 PR gdb/21164
8993 * gdb.base/maint.exp: Add testcases for when the commands do
8994 not have arguments.
8995
b58a8c0c
TP
89962017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8997
8998 * gdb.cp/chained-calls.exp: Use p instead of P.
8999
4e746bb6
TW
90002017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9001
9002 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9003 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9004
3f77c769
TT
90052017-02-14 Tom Tromey <tom@tromey.com>
9006
9007 PR python/13598:
9008 * gdb.python/py-events.exp: Add before_prompt event tests.
9009
075beec0
AA
90102017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9011
9012 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9013
bf5f525c
LM
90142017-02-13 Luis Machado <lgustavo@codesourcery.com>
9015
9016 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9017 (main): Call my_unique_function_name.
9018 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9019 completion of patterns with a single match.
9020 Add missing -re switches to gdb_test_multiple calls.
9021
13a66184
LM
90222017-02-13 Luis Machado <lgustavo@codesourcery.com>
9023
9024 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9025 return if core file is not recognized.
9026
26a06916
SM
90272017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9028
9029 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9030 and extra UIs.
9031
b761ca9e
SM
90322017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9033
9034 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9035 proc_with_prefix.
9036
b964bee0
TT
90372017-02-10 Tom Tromey <tom@tromey.com>
9038
9039 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9040
18da0c51
MG
90412017-02-10 Martin Galvan <martingalvan@sourceware.org>
9042
9043 PR gdb/21122
9044 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9045
604c4576
JG
90462017-02-08 Jerome Guitton <guitton@adacore.com>
9047
9048 * gdb.base/define.exp: Add test for command abbreviations
9049 in define.
9050
20b477a7
LM
90512017-02-06 Luis Machado <lgustavo@codesourcery.com>
9052
9053 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9054 * gdb.reverse/insn-reverse-x86.c: New file.
9055
3f7b46f2
IR
90562017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9057
9058 PR tdep/20936
9059 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9060
f0fd41c1
TT
90612017-02-03 Tom Tromey <tom@tromey.com>
9062
9063 PR rust/21097:
9064 * gdb.rust/simple.exp: Add new tests.
9065
5be5dbf0
PA
90662017-02-02 Pedro Alves <palves@redhat.com>
9067
9068 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9069 tests.
9070
7346ef59
AA
90712017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9072
9073 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9074 taking a 2-byte value out of a 4-byte DWARF implicit value on
9075 big-endian targets.
9076 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9077 logic. Add test cases for DW_OP_implicit.
9078
787f0025
MM
90792017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9080
9081 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9082
68777c29
MM
90832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9084
9085 * gdb.btrace/enable.exp: Call gdb_exit before
9086 skip_gdbserver_tests.
9087
0a1c7e28
MM
90882017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9089
9090 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9091 GDBFLAGS.
9092
b5ac99b0
MM
90932017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9094
9095 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9096 the test is skipped.
9097 * gdb.btrace/data.exp: Likewise.
9098 * gdb.btrace/delta.exp: Likewise.
9099 * gdb.btrace/dlopen.exp: Likewise.
9100 * gdb.btrace/enable-running.exp: Likewise.
9101 * gdb.btrace/enable.exp: Likewise.
9102 * gdb.btrace/exception.exp: Likewise.
9103 * gdb.btrace/function_call_history.exp: Likewise.
9104 * gdb.btrace/gcore.exp: Likewise.
9105 * gdb.btrace/instruction_history.exp: Likewise.
9106 * gdb.btrace/multi-thread-step.exp: Likewise.
9107 * gdb.btrace/nohist.exp: Likewise.
9108 * gdb.btrace/non-stop.exp: Likewise.
9109 * gdb.btrace/reconnect.exp: Likewise.
9110 * gdb.btrace/record_goto-step.exp: Likewise.
9111 * gdb.btrace/record_goto.exp: Likewise.
9112 * gdb.btrace/rn-dl-bind.exp: Likewise.
9113 * gdb.btrace/segv.exp: Likewise.
9114 * gdb.btrace/step.exp: Likewise.
9115 * gdb.btrace/stepi.exp: Likewise.
9116 * gdb.btrace/tailcall-only.exp: Likewise.
9117 * gdb.btrace/tailcall.exp: Likewise.
9118 * gdb.btrace/tsx.exp: Likewise.
9119 * gdb.btrace/unknown_functions.exp: Likewise.
9120 * gdb.btrace/vdso.exp: Likewise.
9121
cd4007e4
MM
91222017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9123
9124 * gdb.btrace/enable-running.c: New.
9125 * gdb.btrace/enable-running.exp: New.
9126
2735833d
WT
91272017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9128
9129 * gdb.arch/amd64-gs_base.c: New file.
9130 * gdb.arch/amd64-gs_base.exp: New file.
9131
b51e1e94
LM
91322017-01-26 Luis Machado <lgustavo@codesourcery.com>
9133
9134 * lib/memory.exp: Remove spurious empty newlines.
9135
72ca0410
SM
91362017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9137
9138 * gdb.python/py-bad-printers.exp: Load python file using "source".
9139 * gdb.python/py-events.exp: Likewise.
9140 * gdb.python/py-evsignal.exp: Likewise.
9141 * gdb.python/py-evthreads.exp: Likewise.
9142 * gdb.python/py-frame-args.exp: Likewise.
9143 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9144 * gdb.python/py-framefilter-mi.exp: Likewise.
9145 * gdb.python/py-framefilter.exp: Likewise.
9146 * gdb.python/py-mi.exp: Likewise.
9147 * gdb.python/py-pp-maint.exp: Likewise.
9148 * gdb.python/py-pp-registration.exp: Likewise.
9149 * gdb.python/py-prettyprint.exp: Likewise.
9150 (run_lang_tests): Likewise.
9151 * gdb.python/py-typeprint.exp: Likewise.
9152
e309aa65
LM
91532017-01-26 Luis Machado <lgustavo@codesourcery.com>
9154
9155 * lib/memory.exp: New file.
9156 * lib/gdb.exp: Load memory.exp.
9157 * gdb.base/memattr.exp (delete_memory): Move proc to
9158 lib/memory.exp and rename to delete_memory_regions.
9159 Replace delete_memory with delete_memory_regions.
9160 Cleanup memory regions before tests.
9161 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9162 before tests.
9163
515aff23
LM
91642017-01-26 Luis Machado <lgustavo@codesourcery.com>
9165
9166 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9167 files.
9168 (initialize): New function conditionally defined.
9169 (testcases): Move within conditional block.
9170 (main): Call initialize.
9171 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9172 of gdb.reverse/insn-reverse.c.
9173 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9174 gdb.reverse/insn-reverse.c.
9175
d8b49cf0
YQ
91762017-01-26 Yao Qi <yao.qi@linaro.org>
9177
9178 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9179 disassemble on address 0.
9180
f13a9a0c
YQ
91812017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9182 Yao Qi <yao.qi@linaro.org>
9183
9184 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9185 * gdb.dwarf2/implptr-64bit.S: Remove.
9186 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9187 variables in caller's context. Add DW_OP_implicit_value.
9188
5ac95241
YQ
91892017-01-25 Yao Qi <yao.qi@linaro.org>
9190
9191 * lib/dwarf.exp (Dwarf::_location): Handle
9192 DW_OP_GNU_implicit_pointer with proper size.
9193
23e82930
LM
91942017-01-20 Luis Machado <lgustavo@codesourcery.com>
9195
9196 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9197 and add untested calls.
9198
d334ae25
LM
91992017-01-20 Luis Machado <lgustavo@codesourcery.com>
9200
9201 * gdb.python/python.exp: Check line number against what GDB thinks
9202 the line number is for func1.
9203
f5e6296e
IB
92042017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9205
9206 * gdb.dlang/debug-expr.exp: New file.
9207
5b362f04
LM
92082016-12-23 Luis Machado <lgustavo@codesourcery.com>
9209
9210 Fix test names for the following files:
9211
9212 * gdb.ada/exec_changed.exp
9213 * gdb.ada/info_types.exp
9214 * gdb.arch/aarch64-atomic-inst.exp
9215 * gdb.arch/aarch64-fp.exp
9216 * gdb.arch/altivec-abi.exp
9217 * gdb.arch/altivec-regs.exp
9218 * gdb.arch/amd64-byte.exp
9219 * gdb.arch/amd64-disp-step.exp
9220 * gdb.arch/amd64-dword.exp
9221 * gdb.arch/amd64-entry-value-inline.exp
9222 * gdb.arch/amd64-entry-value-param.exp
9223 * gdb.arch/amd64-entry-value-paramref.exp
9224 * gdb.arch/amd64-entry-value.exp
9225 * gdb.arch/amd64-i386-address.exp
9226 * gdb.arch/amd64-invalid-stack-middle.exp
9227 * gdb.arch/amd64-invalid-stack-top.exp
9228 * gdb.arch/amd64-optimout-repeat.exp
9229 * gdb.arch/amd64-prologue-skip.exp
9230 * gdb.arch/amd64-prologue-xmm.exp
9231 * gdb.arch/amd64-stap-special-operands.exp
9232 * gdb.arch/amd64-stap-wrong-subexp.exp
9233 * gdb.arch/amd64-tailcall-cxx.exp
9234 * gdb.arch/amd64-tailcall-noret.exp
9235 * gdb.arch/amd64-tailcall-ret.exp
9236 * gdb.arch/amd64-tailcall-self.exp
9237 * gdb.arch/amd64-word.exp
9238 * gdb.arch/arm-bl-branch-dest.exp
9239 * gdb.arch/arm-disp-step.exp
9240 * gdb.arch/arm-neon.exp
9241 * gdb.arch/arm-single-step-kernel-helper.exp
9242 * gdb.arch/avr-flash-qualifier.exp
9243 * gdb.arch/disp-step-insn-reloc.exp
9244 * gdb.arch/e500-abi.exp
9245 * gdb.arch/e500-regs.exp
9246 * gdb.arch/ftrace-insn-reloc.exp
9247 * gdb.arch/i386-avx512.exp
9248 * gdb.arch/i386-bp_permanent.exp
9249 * gdb.arch/i386-byte.exp
9250 * gdb.arch/i386-cfi-notcurrent.exp
9251 * gdb.arch/i386-disp-step.exp
9252 * gdb.arch/i386-dr3-watch.exp
9253 * gdb.arch/i386-float.exp
9254 * gdb.arch/i386-gnu-cfi.exp
9255 * gdb.arch/i386-mpx-map.exp
9256 * gdb.arch/i386-mpx-sigsegv.exp
9257 * gdb.arch/i386-mpx-simple_segv.exp
9258 * gdb.arch/i386-mpx.exp
9259 * gdb.arch/i386-permbkpt.exp
9260 * gdb.arch/i386-prologue.exp
9261 * gdb.arch/i386-signal.exp
9262 * gdb.arch/i386-size-overlap.exp
9263 * gdb.arch/i386-unwind.exp
9264 * gdb.arch/i386-word.exp
9265 * gdb.arch/mips-fcr.exp
9266 * gdb.arch/powerpc-d128-regs.exp
9267 * gdb.arch/powerpc-stackless.exp
9268 * gdb.arch/ppc64-atomic-inst.exp
9269 * gdb.arch/s390-stackless.exp
9270 * gdb.arch/s390-tdbregs.exp
9271 * gdb.arch/s390-vregs.exp
9272 * gdb.arch/sparc-sysstep.exp
9273 * gdb.arch/thumb-bx-pc.exp
9274 * gdb.arch/thumb-singlestep.exp
9275 * gdb.arch/thumb2-it.exp
9276 * gdb.arch/vsx-regs.exp
9277 * gdb.asm/asm-source.exp
9278 * gdb.base/a2-run.exp
9279 * gdb.base/advance.exp
9280 * gdb.base/all-bin.exp
9281 * gdb.base/anon.exp
9282 * gdb.base/args.exp
9283 * gdb.base/arithmet.exp
9284 * gdb.base/async-shell.exp
9285 * gdb.base/async.exp
9286 * gdb.base/attach-pie-noexec.exp
9287 * gdb.base/attach-twice.exp
9288 * gdb.base/auto-load.exp
9289 * gdb.base/bang.exp
9290 * gdb.base/bitfields.exp
9291 * gdb.base/break-always.exp
9292 * gdb.base/break-caller-line.exp
9293 * gdb.base/break-entry.exp
9294 * gdb.base/break-inline.exp
9295 * gdb.base/break-on-linker-gcd-function.exp
9296 * gdb.base/break-probes.exp
9297 * gdb.base/break.exp
9298 * gdb.base/breakpoint-shadow.exp
9299 * gdb.base/call-ar-st.exp
9300 * gdb.base/call-sc.exp
9301 * gdb.base/call-signal-resume.exp
9302 * gdb.base/call-strs.exp
9303 * gdb.base/callfuncs.exp
9304 * gdb.base/catch-fork-static.exp
9305 * gdb.base/catch-gdb-caused-signals.exp
9306 * gdb.base/catch-load.exp
9307 * gdb.base/catch-signal-fork.exp
9308 * gdb.base/catch-signal.exp
9309 * gdb.base/catch-syscall.exp
9310 * gdb.base/charset.exp
9311 * gdb.base/checkpoint.exp
9312 * gdb.base/chng-syms.exp
9313 * gdb.base/code-expr.exp
9314 * gdb.base/code_elim.exp
9315 * gdb.base/commands.exp
9316 * gdb.base/completion.exp
9317 * gdb.base/complex.exp
9318 * gdb.base/cond-expr.exp
9319 * gdb.base/condbreak.exp
9320 * gdb.base/consecutive.exp
9321 * gdb.base/continue-all-already-running.exp
9322 * gdb.base/coredump-filter.exp
9323 * gdb.base/corefile.exp
9324 * gdb.base/dbx.exp
9325 * gdb.base/debug-expr.exp
9326 * gdb.base/define.exp
9327 * gdb.base/del.exp
9328 * gdb.base/disabled-location.exp
9329 * gdb.base/disasm-end-cu.exp
9330 * gdb.base/disasm-optim.exp
9331 * gdb.base/display.exp
9332 * gdb.base/duplicate-bp.exp
9333 * gdb.base/ena-dis-br.exp
9334 * gdb.base/ending-run.exp
9335 * gdb.base/enumval.exp
9336 * gdb.base/environ.exp
9337 * gdb.base/eu-strip-infcall.exp
9338 * gdb.base/eval-avoid-side-effects.exp
9339 * gdb.base/eval-skip.exp
9340 * gdb.base/exitsignal.exp
9341 * gdb.base/expand-psymtabs.exp
9342 * gdb.base/filesym.exp
9343 * gdb.base/find-unmapped.exp
9344 * gdb.base/finish.exp
9345 * gdb.base/float.exp
9346 * gdb.base/foll-exec-mode.exp
9347 * gdb.base/foll-exec.exp
9348 * gdb.base/foll-fork.exp
9349 * gdb.base/fortran-sym-case.exp
9350 * gdb.base/freebpcmd.exp
9351 * gdb.base/func-ptr.exp
9352 * gdb.base/func-ptrs.exp
9353 * gdb.base/funcargs.exp
9354 * gdb.base/gcore-buffer-overflow.exp
9355 * gdb.base/gcore-relro-pie.exp
9356 * gdb.base/gcore-relro.exp
9357 * gdb.base/gcore.exp
9358 * gdb.base/gdb1090.exp
9359 * gdb.base/gdb11530.exp
9360 * gdb.base/gdb11531.exp
9361 * gdb.base/gdb1821.exp
9362 * gdb.base/gdbindex-stabs.exp
9363 * gdb.base/gdbvars.exp
9364 * gdb.base/hbreak.exp
9365 * gdb.base/hbreak2.exp
9366 * gdb.base/included.exp
9367 * gdb.base/infcall-input.exp
9368 * gdb.base/inferior-died.exp
9369 * gdb.base/infnan.exp
9370 * gdb.base/info-macros.exp
9371 * gdb.base/info-os.exp
9372 * gdb.base/info-proc.exp
9373 * gdb.base/info-shared.exp
9374 * gdb.base/info-target.exp
9375 * gdb.base/infoline.exp
9376 * gdb.base/interp.exp
9377 * gdb.base/interrupt.exp
9378 * gdb.base/jit-reader.exp
9379 * gdb.base/jit-simple.exp
9380 * gdb.base/kill-after-signal.exp
9381 * gdb.base/kill-detach-inferiors-cmd.exp
9382 * gdb.base/label.exp
9383 * gdb.base/langs.exp
9384 * gdb.base/ldbl_e308.exp
9385 * gdb.base/line-symtabs.exp
9386 * gdb.base/linespecs.exp
9387 * gdb.base/list.exp
9388 * gdb.base/long_long.exp
9389 * gdb.base/longest-types.exp
9390 * gdb.base/maint.exp
9391 * gdb.base/max-value-size.exp
9392 * gdb.base/memattr.exp
9393 * gdb.base/mips_pro.exp
9394 * gdb.base/morestack.exp
9395 * gdb.base/moribund-step.exp
9396 * gdb.base/multi-forks.exp
9397 * gdb.base/nested-addr.exp
9398 * gdb.base/nextoverexit.exp
9399 * gdb.base/noreturn-finish.exp
9400 * gdb.base/noreturn-return.exp
9401 * gdb.base/nostdlib.exp
9402 * gdb.base/offsets.exp
9403 * gdb.base/opaque.exp
9404 * gdb.base/pc-fp.exp
9405 * gdb.base/permissions.exp
9406 * gdb.base/print-symbol-loading.exp
9407 * gdb.base/prologue-include.exp
9408 * gdb.base/psymtab.exp
9409 * gdb.base/ptype.exp
9410 * gdb.base/random-signal.exp
9411 * gdb.base/randomize.exp
9412 * gdb.base/range-stepping.exp
9413 * gdb.base/readline-ask.exp
9414 * gdb.base/recpar.exp
9415 * gdb.base/recurse.exp
9416 * gdb.base/relational.exp
9417 * gdb.base/restore.exp
9418 * gdb.base/return-nodebug.exp
9419 * gdb.base/return.exp
9420 * gdb.base/run-after-attach.exp
9421 * gdb.base/save-bp.exp
9422 * gdb.base/scope.exp
9423 * gdb.base/sect-cmd.exp
9424 * gdb.base/set-lang-auto.exp
9425 * gdb.base/set-noassign.exp
9426 * gdb.base/setvar.exp
9427 * gdb.base/sigall.exp
9428 * gdb.base/sigbpt.exp
9429 * gdb.base/siginfo-addr.exp
9430 * gdb.base/siginfo-infcall.exp
9431 * gdb.base/siginfo-obj.exp
9432 * gdb.base/siginfo.exp
9433 * gdb.base/signals-state-child.exp
9434 * gdb.base/signest.exp
9435 * gdb.base/sigstep.exp
9436 * gdb.base/sizeof.exp
9437 * gdb.base/skip.exp
9438 * gdb.base/solib-corrupted.exp
9439 * gdb.base/solib-nodir.exp
9440 * gdb.base/solib-search.exp
9441 * gdb.base/stack-checking.exp
9442 * gdb.base/stale-infcall.exp
9443 * gdb.base/stap-probe.exp
9444 * gdb.base/start.exp
9445 * gdb.base/step-break.exp
9446 * gdb.base/step-bt.exp
9447 * gdb.base/step-line.exp
9448 * gdb.base/step-over-exit.exp
9449 * gdb.base/step-over-syscall.exp
9450 * gdb.base/step-resume-infcall.exp
9451 * gdb.base/step-test.exp
9452 * gdb.base/store.exp
9453 * gdb.base/structs3.exp
9454 * gdb.base/sym-file.exp
9455 * gdb.base/symbol-without-target_section.exp
9456 * gdb.base/term.exp
9457 * gdb.base/testenv.exp
9458 * gdb.base/ui-redirect.exp
9459 * gdb.base/until.exp
9460 * gdb.base/unwindonsignal.exp
9461 * gdb.base/value-double-free.exp
9462 * gdb.base/vla-datatypes.exp
9463 * gdb.base/vla-ptr.exp
9464 * gdb.base/vla-sideeffect.exp
9465 * gdb.base/volatile.exp
9466 * gdb.base/watch-cond-infcall.exp
9467 * gdb.base/watch-cond.exp
9468 * gdb.base/watch-non-mem.exp
9469 * gdb.base/watch-read.exp
9470 * gdb.base/watch-vfork.exp
9471 * gdb.base/watchpoint-cond-gone.exp
9472 * gdb.base/watchpoint-delete.exp
9473 * gdb.base/watchpoint-hw-hit-once.exp
9474 * gdb.base/watchpoint-hw.exp
9475 * gdb.base/watchpoint-stops-at-right-insn.exp
9476 * gdb.base/watchpoints.exp
9477 * gdb.base/wchar.exp
9478 * gdb.base/whatis-exp.exp
9479 * gdb.btrace/buffer-size.exp
9480 * gdb.btrace/data.exp
9481 * gdb.btrace/delta.exp
9482 * gdb.btrace/dlopen.exp
9483 * gdb.btrace/enable.exp
9484 * gdb.btrace/exception.exp
9485 * gdb.btrace/function_call_history.exp
9486 * gdb.btrace/gcore.exp
9487 * gdb.btrace/instruction_history.exp
9488 * gdb.btrace/nohist.exp
9489 * gdb.btrace/reconnect.exp
9490 * gdb.btrace/record_goto-step.exp
9491 * gdb.btrace/record_goto.exp
9492 * gdb.btrace/rn-dl-bind.exp
9493 * gdb.btrace/segv.exp
9494 * gdb.btrace/step.exp
9495 * gdb.btrace/stepi.exp
9496 * gdb.btrace/tailcall-only.exp
9497 * gdb.btrace/tailcall.exp
9498 * gdb.btrace/tsx.exp
9499 * gdb.btrace/unknown_functions.exp
9500 * gdb.btrace/vdso.exp
9501 * gdb.compile/compile-ifunc.exp
9502 * gdb.compile/compile-ops.exp
9503 * gdb.compile/compile-print.exp
9504 * gdb.compile/compile-setjmp.exp
9505 * gdb.cp/abstract-origin.exp
9506 * gdb.cp/ambiguous.exp
9507 * gdb.cp/annota2.exp
9508 * gdb.cp/annota3.exp
9509 * gdb.cp/anon-ns.exp
9510 * gdb.cp/anon-struct.exp
9511 * gdb.cp/anon-union.exp
9512 * gdb.cp/arg-reference.exp
9513 * gdb.cp/baseenum.exp
9514 * gdb.cp/bool.exp
9515 * gdb.cp/breakpoint.exp
9516 * gdb.cp/bs15503.exp
9517 * gdb.cp/call-c.exp
9518 * gdb.cp/casts.exp
9519 * gdb.cp/chained-calls.exp
9520 * gdb.cp/class2.exp
9521 * gdb.cp/classes.exp
9522 * gdb.cp/cmpd-minsyms.exp
9523 * gdb.cp/converts.exp
9524 * gdb.cp/cp-relocate.exp
9525 * gdb.cp/cpcompletion.exp
9526 * gdb.cp/cpexprs.exp
9527 * gdb.cp/cplabel.exp
9528 * gdb.cp/cplusfuncs.exp
9529 * gdb.cp/cpsizeof.exp
9530 * gdb.cp/ctti.exp
9531 * gdb.cp/derivation.exp
9532 * gdb.cp/destrprint.exp
9533 * gdb.cp/dispcxx.exp
9534 * gdb.cp/enum-class.exp
9535 * gdb.cp/exception.exp
9536 * gdb.cp/exceptprint.exp
9537 * gdb.cp/expand-psymtabs-cxx.exp
9538 * gdb.cp/expand-sals.exp
9539 * gdb.cp/extern-c.exp
9540 * gdb.cp/filename.exp
9541 * gdb.cp/formatted-ref.exp
9542 * gdb.cp/fpointer.exp
9543 * gdb.cp/gdb1355.exp
9544 * gdb.cp/gdb2495.exp
9545 * gdb.cp/hang.exp
9546 * gdb.cp/impl-this.exp
9547 * gdb.cp/infcall-dlopen.exp
9548 * gdb.cp/inherit.exp
9549 * gdb.cp/iostream.exp
9550 * gdb.cp/koenig.exp
9551 * gdb.cp/local.exp
9552 * gdb.cp/m-data.exp
9553 * gdb.cp/m-static.exp
9554 * gdb.cp/mb-ctor.exp
9555 * gdb.cp/mb-inline.exp
9556 * gdb.cp/mb-templates.exp
9557 * gdb.cp/member-name.exp
9558 * gdb.cp/member-ptr.exp
9559 * gdb.cp/meth-typedefs.exp
9560 * gdb.cp/method.exp
9561 * gdb.cp/method2.exp
9562 * gdb.cp/minsym-fallback.exp
9563 * gdb.cp/misc.exp
9564 * gdb.cp/namelessclass.exp
9565 * gdb.cp/namespace-enum.exp
9566 * gdb.cp/namespace-nested-import.exp
9567 * gdb.cp/namespace.exp
9568 * gdb.cp/nextoverthrow.exp
9569 * gdb.cp/no-dmgl-verbose.exp
9570 * gdb.cp/non-trivial-retval.exp
9571 * gdb.cp/noparam.exp
9572 * gdb.cp/nsdecl.exp
9573 * gdb.cp/nsimport.exp
9574 * gdb.cp/nsnested.exp
9575 * gdb.cp/nsnoimports.exp
9576 * gdb.cp/nsrecurs.exp
9577 * gdb.cp/nsstress.exp
9578 * gdb.cp/nsusing.exp
9579 * gdb.cp/operator.exp
9580 * gdb.cp/oranking.exp
9581 * gdb.cp/overload-const.exp
9582 * gdb.cp/overload.exp
9583 * gdb.cp/ovldbreak.exp
9584 * gdb.cp/ovsrch.exp
9585 * gdb.cp/paren-type.exp
9586 * gdb.cp/parse-lang.exp
9587 * gdb.cp/pass-by-ref.exp
9588 * gdb.cp/pr-1023.exp
9589 * gdb.cp/pr-1210.exp
9590 * gdb.cp/pr-574.exp
9591 * gdb.cp/pr10687.exp
9592 * gdb.cp/pr12028.exp
9593 * gdb.cp/pr17132.exp
9594 * gdb.cp/pr17494.exp
9595 * gdb.cp/pr9067.exp
9596 * gdb.cp/pr9167.exp
9597 * gdb.cp/pr9631.exp
9598 * gdb.cp/printmethod.exp
9599 * gdb.cp/psmang.exp
9600 * gdb.cp/psymtab-parameter.exp
9601 * gdb.cp/ptype-cv-cp.exp
9602 * gdb.cp/ptype-flags.exp
9603 * gdb.cp/re-set-overloaded.exp
9604 * gdb.cp/ref-types.exp
9605 * gdb.cp/rtti.exp
9606 * gdb.cp/scope-err.exp
9607 * gdb.cp/shadow.exp
9608 * gdb.cp/smartp.exp
9609 * gdb.cp/static-method.exp
9610 * gdb.cp/static-print-quit.exp
9611 * gdb.cp/temargs.exp
9612 * gdb.cp/templates.exp
9613 * gdb.cp/try_catch.exp
9614 * gdb.cp/typedef-operator.exp
9615 * gdb.cp/typeid.exp
9616 * gdb.cp/userdef.exp
9617 * gdb.cp/using-crash.exp
9618 * gdb.cp/var-tag.exp
9619 * gdb.cp/virtbase.exp
9620 * gdb.cp/virtfunc.exp
9621 * gdb.cp/virtfunc2.exp
9622 * gdb.cp/vla-cxx.exp
9623 * gdb.disasm/t01_mov.exp
9624 * gdb.disasm/t02_mova.exp
9625 * gdb.disasm/t03_add.exp
9626 * gdb.disasm/t04_sub.exp
9627 * gdb.disasm/t05_cmp.exp
9628 * gdb.disasm/t06_ari2.exp
9629 * gdb.disasm/t07_ari3.exp
9630 * gdb.disasm/t08_or.exp
9631 * gdb.disasm/t09_xor.exp
9632 * gdb.disasm/t10_and.exp
9633 * gdb.disasm/t11_logs.exp
9634 * gdb.disasm/t12_bit.exp
9635 * gdb.disasm/t13_otr.exp
9636 * gdb.dlang/circular.exp
9637 * gdb.dwarf2/arr-stride.exp
9638 * gdb.dwarf2/arr-subrange.exp
9639 * gdb.dwarf2/atomic-type.exp
9640 * gdb.dwarf2/bad-regnum.exp
9641 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9642 * gdb.dwarf2/callframecfa.exp
9643 * gdb.dwarf2/clztest.exp
9644 * gdb.dwarf2/corrupt.exp
9645 * gdb.dwarf2/data-loc.exp
9646 * gdb.dwarf2/dup-psym.exp
9647 * gdb.dwarf2/dw2-anon-mptr.exp
9648 * gdb.dwarf2/dw2-anonymous-func.exp
9649 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9650 * gdb.dwarf2/dw2-bad-unresolved.exp
9651 * gdb.dwarf2/dw2-basic.exp
9652 * gdb.dwarf2/dw2-canonicalize-type.exp
9653 * gdb.dwarf2/dw2-case-insensitive.exp
9654 * gdb.dwarf2/dw2-common-block.exp
9655 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9656 * gdb.dwarf2/dw2-compressed.exp
9657 * gdb.dwarf2/dw2-const.exp
9658 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9659 * gdb.dwarf2/dw2-cu-size.exp
9660 * gdb.dwarf2/dw2-dup-frame.exp
9661 * gdb.dwarf2/dw2-entry-value.exp
9662 * gdb.dwarf2/dw2-icycle.exp
9663 * gdb.dwarf2/dw2-ifort-parameter.exp
9664 * gdb.dwarf2/dw2-inline-break.exp
9665 * gdb.dwarf2/dw2-inline-param.exp
9666 * gdb.dwarf2/dw2-intercu.exp
9667 * gdb.dwarf2/dw2-intermix.exp
9668 * gdb.dwarf2/dw2-lexical-block-bare.exp
9669 * gdb.dwarf2/dw2-linkage-name-trust.exp
9670 * gdb.dwarf2/dw2-minsym-in-cu.exp
9671 * gdb.dwarf2/dw2-noloc.exp
9672 * gdb.dwarf2/dw2-op-call.exp
9673 * gdb.dwarf2/dw2-op-out-param.exp
9674 * gdb.dwarf2/dw2-opt-structptr.exp
9675 * gdb.dwarf2/dw2-param-error.exp
9676 * gdb.dwarf2/dw2-producer.exp
9677 * gdb.dwarf2/dw2-ranges-base.exp
9678 * gdb.dwarf2/dw2-ref-missing-frame.exp
9679 * gdb.dwarf2/dw2-reg-undefined.exp
9680 * gdb.dwarf2/dw2-regno-invalid.exp
9681 * gdb.dwarf2/dw2-restore.exp
9682 * gdb.dwarf2/dw2-restrict.exp
9683 * gdb.dwarf2/dw2-single-line-discriminators.exp
9684 * gdb.dwarf2/dw2-strp.exp
9685 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9686 * gdb.dwarf2/dw2-unresolved.exp
9687 * gdb.dwarf2/dw2-var-zero-addr.exp
9688 * gdb.dwarf2/dw4-sig-types.exp
9689 * gdb.dwarf2/dwz.exp
9690 * gdb.dwarf2/dynarr-ptr.exp
9691 * gdb.dwarf2/enum-type.exp
9692 * gdb.dwarf2/gdb-index.exp
9693 * gdb.dwarf2/implptr-64bit.exp
9694 * gdb.dwarf2/implptr-optimized-out.exp
9695 * gdb.dwarf2/implptr.exp
9696 * gdb.dwarf2/implref-array.exp
9697 * gdb.dwarf2/implref-const.exp
9698 * gdb.dwarf2/implref-global.exp
9699 * gdb.dwarf2/implref-struct.exp
9700 * gdb.dwarf2/mac-fileno.exp
9701 * gdb.dwarf2/main-subprogram.exp
9702 * gdb.dwarf2/member-ptr-forwardref.exp
9703 * gdb.dwarf2/method-ptr.exp
9704 * gdb.dwarf2/missing-sig-type.exp
9705 * gdb.dwarf2/nonvar-access.exp
9706 * gdb.dwarf2/opaque-type-lookup.exp
9707 * gdb.dwarf2/pieces-optimized-out.exp
9708 * gdb.dwarf2/pieces.exp
9709 * gdb.dwarf2/pr10770.exp
9710 * gdb.dwarf2/pr13961.exp
9711 * gdb.dwarf2/staticvirtual.exp
9712 * gdb.dwarf2/subrange.exp
9713 * gdb.dwarf2/symtab-producer.exp
9714 * gdb.dwarf2/trace-crash.exp
9715 * gdb.dwarf2/typeddwarf.exp
9716 * gdb.dwarf2/valop.exp
9717 * gdb.dwarf2/watch-notconst.exp
9718 * gdb.fortran/array-element.exp
9719 * gdb.fortran/charset.exp
9720 * gdb.fortran/common-block.exp
9721 * gdb.fortran/complex.exp
9722 * gdb.fortran/derived-type-function.exp
9723 * gdb.fortran/derived-type.exp
9724 * gdb.fortran/logical.exp
9725 * gdb.fortran/module.exp
9726 * gdb.fortran/multi-dim.exp
9727 * gdb.fortran/nested-funcs.exp
9728 * gdb.fortran/print-formatted.exp
9729 * gdb.fortran/subarray.exp
9730 * gdb.fortran/vla-alloc-assoc.exp
9731 * gdb.fortran/vla-datatypes.exp
9732 * gdb.fortran/vla-history.exp
9733 * gdb.fortran/vla-ptr-info.exp
9734 * gdb.fortran/vla-ptype-sub.exp
9735 * gdb.fortran/vla-ptype.exp
9736 * gdb.fortran/vla-sizeof.exp
9737 * gdb.fortran/vla-type.exp
9738 * gdb.fortran/vla-value-sub-arbitrary.exp
9739 * gdb.fortran/vla-value-sub-finish.exp
9740 * gdb.fortran/vla-value-sub.exp
9741 * gdb.fortran/vla-value.exp
9742 * gdb.fortran/whatis_type.exp
9743 * gdb.go/chan.exp
9744 * gdb.go/handcall.exp
9745 * gdb.go/hello.exp
9746 * gdb.go/integers.exp
9747 * gdb.go/methods.exp
9748 * gdb.go/package.exp
9749 * gdb.go/strings.exp
9750 * gdb.go/types.exp
9751 * gdb.go/unsafe.exp
9752 * gdb.guile/scm-arch.exp
9753 * gdb.guile/scm-block.exp
9754 * gdb.guile/scm-breakpoint.exp
9755 * gdb.guile/scm-cmd.exp
9756 * gdb.guile/scm-disasm.exp
9757 * gdb.guile/scm-equal.exp
9758 * gdb.guile/scm-frame-args.exp
9759 * gdb.guile/scm-frame-inline.exp
9760 * gdb.guile/scm-frame.exp
9761 * gdb.guile/scm-iterator.exp
9762 * gdb.guile/scm-math.exp
9763 * gdb.guile/scm-objfile.exp
9764 * gdb.guile/scm-ports.exp
9765 * gdb.guile/scm-symbol.exp
9766 * gdb.guile/scm-symtab.exp
9767 * gdb.guile/scm-value-cc.exp
9768 * gdb.guile/types-module.exp
9769 * gdb.linespec/break-ask.exp
9770 * gdb.linespec/cpexplicit.exp
9771 * gdb.linespec/explicit.exp
9772 * gdb.linespec/keywords.exp
9773 * gdb.linespec/linespec.exp
9774 * gdb.linespec/ls-dollar.exp
9775 * gdb.linespec/ls-errs.exp
9776 * gdb.linespec/skip-two.exp
9777 * gdb.linespec/thread.exp
9778 * gdb.mi/mi-async.exp
9779 * gdb.mi/mi-basics.exp
9780 * gdb.mi/mi-break.exp
9781 * gdb.mi/mi-catch-load.exp
9782 * gdb.mi/mi-cli.exp
9783 * gdb.mi/mi-cmd-param-changed.exp
9784 * gdb.mi/mi-console.exp
9785 * gdb.mi/mi-detach.exp
9786 * gdb.mi/mi-disassemble.exp
9787 * gdb.mi/mi-eval.exp
9788 * gdb.mi/mi-file-transfer.exp
9789 * gdb.mi/mi-file.exp
9790 * gdb.mi/mi-fill-memory.exp
9791 * gdb.mi/mi-inheritance-syntax-error.exp
9792 * gdb.mi/mi-linespec-err-cp.exp
9793 * gdb.mi/mi-logging.exp
9794 * gdb.mi/mi-memory-changed.exp
9795 * gdb.mi/mi-read-memory.exp
9796 * gdb.mi/mi-record-changed.exp
9797 * gdb.mi/mi-reg-undefined.exp
9798 * gdb.mi/mi-regs.exp
9799 * gdb.mi/mi-return.exp
9800 * gdb.mi/mi-reverse.exp
9801 * gdb.mi/mi-simplerun.exp
9802 * gdb.mi/mi-solib.exp
9803 * gdb.mi/mi-stack.exp
9804 * gdb.mi/mi-stepi.exp
9805 * gdb.mi/mi-syn-frame.exp
9806 * gdb.mi/mi-until.exp
9807 * gdb.mi/mi-var-block.exp
9808 * gdb.mi/mi-var-child.exp
9809 * gdb.mi/mi-var-cmd.exp
9810 * gdb.mi/mi-var-cp.exp
9811 * gdb.mi/mi-var-display.exp
9812 * gdb.mi/mi-var-invalidate.exp
9813 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9814 * gdb.mi/mi-vla-fortran.exp
9815 * gdb.mi/mi-watch.exp
9816 * gdb.mi/mi2-var-child.exp
9817 * gdb.mi/user-selected-context-sync.exp
9818 * gdb.modula2/unbounded-array.exp
9819 * gdb.multi/dummy-frame-restore.exp
9820 * gdb.multi/multi-arch-exec.exp
9821 * gdb.multi/multi-arch.exp
9822 * gdb.multi/tids.exp
9823 * gdb.multi/watchpoint-multi.exp
9824 * gdb.opencl/callfuncs.exp
9825 * gdb.opencl/convs_casts.exp
9826 * gdb.opencl/datatypes.exp
9827 * gdb.opencl/operators.exp
9828 * gdb.opencl/vec_comps.exp
9829 * gdb.opt/clobbered-registers-O2.exp
9830 * gdb.opt/inline-break.exp
9831 * gdb.opt/inline-bt.exp
9832 * gdb.opt/inline-cmds.exp
9833 * gdb.opt/inline-locals.exp
9834 * gdb.pascal/case-insensitive-symbols.exp
9835 * gdb.pascal/floats.exp
9836 * gdb.pascal/gdb11492.exp
9837 * gdb.python/lib-types.exp
9838 * gdb.python/py-arch.exp
9839 * gdb.python/py-as-string.exp
9840 * gdb.python/py-bad-printers.exp
9841 * gdb.python/py-block.exp
9842 * gdb.python/py-breakpoint-create-fail.exp
9843 * gdb.python/py-breakpoint.exp
9844 * gdb.python/py-caller-is.exp
9845 * gdb.python/py-cmd.exp
9846 * gdb.python/py-explore-cc.exp
9847 * gdb.python/py-explore.exp
9848 * gdb.python/py-finish-breakpoint.exp
9849 * gdb.python/py-finish-breakpoint2.exp
9850 * gdb.python/py-frame-args.exp
9851 * gdb.python/py-frame-inline.exp
9852 * gdb.python/py-frame.exp
9853 * gdb.python/py-framefilter-mi.exp
9854 * gdb.python/py-infthread.exp
9855 * gdb.python/py-lazy-string.exp
9856 * gdb.python/py-linetable.exp
9857 * gdb.python/py-mi-events.exp
9858 * gdb.python/py-mi-objfile.exp
9859 * gdb.python/py-mi.exp
9860 * gdb.python/py-objfile.exp
9861 * gdb.python/py-pp-integral.exp
9862 * gdb.python/py-pp-maint.exp
9863 * gdb.python/py-pp-re-notag.exp
9864 * gdb.python/py-pp-registration.exp
9865 * gdb.python/py-recurse-unwind.exp
9866 * gdb.python/py-strfns.exp
9867 * gdb.python/py-symbol.exp
9868 * gdb.python/py-symtab.exp
9869 * gdb.python/py-sync-interp.exp
9870 * gdb.python/py-typeprint.exp
9871 * gdb.python/py-unwind-maint.exp
9872 * gdb.python/py-unwind.exp
9873 * gdb.python/py-value-cc.exp
9874 * gdb.python/py-xmethods.exp
9875 * gdb.reverse/amd64-tailcall-reverse.exp
9876 * gdb.reverse/break-precsave.exp
9877 * gdb.reverse/break-reverse.exp
9878 * gdb.reverse/consecutive-precsave.exp
9879 * gdb.reverse/consecutive-reverse.exp
9880 * gdb.reverse/finish-precsave.exp
9881 * gdb.reverse/finish-reverse-bkpt.exp
9882 * gdb.reverse/finish-reverse.exp
9883 * gdb.reverse/fstatat-reverse.exp
9884 * gdb.reverse/getresuid-reverse.exp
9885 * gdb.reverse/i386-precsave.exp
9886 * gdb.reverse/i386-reverse.exp
9887 * gdb.reverse/i386-sse-reverse.exp
9888 * gdb.reverse/i387-env-reverse.exp
9889 * gdb.reverse/i387-stack-reverse.exp
9890 * gdb.reverse/insn-reverse.exp
9891 * gdb.reverse/machinestate-precsave.exp
9892 * gdb.reverse/machinestate.exp
9893 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9894 * gdb.reverse/pipe-reverse.exp
9895 * gdb.reverse/readv-reverse.exp
9896 * gdb.reverse/recvmsg-reverse.exp
9897 * gdb.reverse/rerun-prec.exp
9898 * gdb.reverse/s390-mvcle.exp
9899 * gdb.reverse/step-precsave.exp
9900 * gdb.reverse/step-reverse.exp
9901 * gdb.reverse/time-reverse.exp
9902 * gdb.reverse/until-precsave.exp
9903 * gdb.reverse/until-reverse.exp
9904 * gdb.reverse/waitpid-reverse.exp
9905 * gdb.reverse/watch-precsave.exp
9906 * gdb.reverse/watch-reverse.exp
9907 * gdb.rust/generics.exp
9908 * gdb.rust/methods.exp
9909 * gdb.rust/modules.exp
9910 * gdb.rust/simple.exp
9911 * gdb.server/connect-with-no-symbol-file.exp
9912 * gdb.server/ext-attach.exp
9913 * gdb.server/ext-restart.exp
9914 * gdb.server/ext-wrapper.exp
9915 * gdb.server/file-transfer.exp
9916 * gdb.server/server-exec-info.exp
9917 * gdb.server/server-kill.exp
9918 * gdb.server/server-mon.exp
9919 * gdb.server/wrapper.exp
9920 * gdb.stabs/exclfwd.exp
9921 * gdb.stabs/gdb11479.exp
9922 * gdb.threads/clone-new-thread-event.exp
9923 * gdb.threads/corethreads.exp
9924 * gdb.threads/current-lwp-dead.exp
9925 * gdb.threads/dlopen-libpthread.exp
9926 * gdb.threads/gcore-thread.exp
9927 * gdb.threads/sigstep-threads.exp
9928 * gdb.threads/watchpoint-fork.exp
9929 * gdb.trace/actions-changed.exp
9930 * gdb.trace/backtrace.exp
9931 * gdb.trace/change-loc.exp
9932 * gdb.trace/circ.exp
9933 * gdb.trace/collection.exp
9934 * gdb.trace/disconnected-tracing.exp
9935 * gdb.trace/ftrace.exp
9936 * gdb.trace/mi-trace-frame-collected.exp
9937 * gdb.trace/mi-trace-unavailable.exp
9938 * gdb.trace/mi-traceframe-changed.exp
9939 * gdb.trace/mi-tsv-changed.exp
9940 * gdb.trace/no-attach-trace.exp
9941 * gdb.trace/passc-dyn.exp
9942 * gdb.trace/qtro.exp
9943 * gdb.trace/range-stepping.exp
9944 * gdb.trace/read-memory.exp
9945 * gdb.trace/save-trace.exp
9946 * gdb.trace/signal.exp
9947 * gdb.trace/status-stop.exp
9948 * gdb.trace/tfile.exp
9949 * gdb.trace/trace-break.exp
9950 * gdb.trace/trace-buffer-size.exp
9951 * gdb.trace/trace-condition.exp
9952 * gdb.trace/tracefile-pseudo-reg.exp
9953 * gdb.trace/tstatus.exp
9954 * gdb.trace/unavailable.exp
9955 * gdb.trace/while-dyn.exp
9956 * gdb.trace/while-stepping.exp
9957
34c41c68
DE
99582016-12-22 Doug Evans <xdje42@gmail.com>
9959
9960 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9961 and msymbols.
9962
16e69324
YQ
99632016-12-19 Yao Qi <yao.qi@linaro.org>
9964
9965 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9966 (test_with_self): Don't call do_steps_and_nexts, and remove
9967 code about stepping into xmalloc.
9968
f94f411b
YQ
99692016-12-09 Yao Qi <yao.qi@linaro.org>
9970
9971 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9972
99732016-12-09 Yao Qi <yao.qi@linaro.org>
9974
9975 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9976
f1b5deee
PA
99772016-12-09 Pedro Alves <palves@redhat.com>
9978
9979 * gdb.base/all-architectures-0.exp: New file.
9980 * gdb.base/all-architectures-1.exp: New file.
9981 * gdb.base/all-architectures-2.exp: New file.
9982 * gdb.base/all-architectures-3.exp: New file.
9983 * gdb.base/all-architectures-4.exp: New file.
9984 * gdb.base/all-architectures-5.exp: New file.
9985 * gdb.base/all-architectures-6.exp: New file.
9986 * gdb.base/all-architectures-7.exp: New file.
9987 * gdb.base/all-architectures.exp.in: New file.
9988
364ca42e
YQ
99892016-12-09 Yao Qi <yao.qi@linaro.org>
9990
9991 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9992
107c2d62
LM
99932016-12-02 Luis Machado <lgustavo@codesourcery.com>
9994
9995 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9996 possible.
9997 Remove useless pattern-matching code.
9998
df3ee9ca
PA
99992016-12-02 Pedro Alves <palves@redhat.com>
10000
10001 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10002 procedure.
10003 (top level): Call it.
10004
ec835369
PA
100052016-12-02 Pedro Alves <palves@redhat.com>
10006
10007 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10008 New procedure.
10009 (top level): Call it.
10010
01770bbd
PA
100112016-12-02 Pedro Alves <palves@redhat.com>
10012
10013 PR cli/20559
10014 * gdb.base/commands.exp (user_defined_command_args_eval): New
10015 procedure.
10016 (top level): Call it.
10017
008459ea
LM
100182016-12-02 Luis Machado <lgustavo@codesourcery.com>
10019
10020 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10021 timeout handling.
10022
0c1b455e
TT
100232016-12-02 Tom Tromey <tom@tromey.com>
10024
10025 * gdb.dwarf2/main-subprogram.c: New file.
10026 * gdb.dwarf2/main-subprogram.exp: New file.
10027
018572b8
LM
100282016-12-01 Luis Machado <lgustavo@codesourcery.com>
10029
10030 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10031 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10032 gdb_test_no_output for a couple of cases.
10033 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10034
84c93cd5
LM
100352016-12-01 Luis Machado <lgustavo@codesourcery.com>
10036
10037 Fix test names and standardize compilation error messages throughout
10038 the following files:
10039
10040 * gdb.ada/start.exp
10041 * gdb.arch/alpha-step.exp
10042 * gdb.arch/e500-prologue.exp
10043 * gdb.arch/ftrace-insn-reloc.exp
10044 * gdb.arch/gdb1291.exp
10045 * gdb.arch/gdb1431.exp
10046 * gdb.arch/gdb1558.exp
10047 * gdb.arch/i386-dr3-watch.exp
10048 * gdb.arch/i386-sse-stack-align.exp
10049 * gdb.arch/ia64-breakpoint-shadow.exp
10050 * gdb.arch/pa-nullify.exp
10051 * gdb.arch/powerpc-aix-prologue.exp
10052 * gdb.arch/thumb-bx-pc.exp
10053 * gdb.base/annota1.exp
10054 * gdb.base/annota3.exp
10055 * gdb.base/arrayidx.exp
10056 * gdb.base/assign.exp
10057 * gdb.base/attach.exp
10058 * gdb.base/auxv.exp
10059 * gdb.base/bang.exp
10060 * gdb.base/bfp-test.exp
10061 * gdb.base/bigcore.exp
10062 * gdb.base/bitfields2.exp
10063 * gdb.base/break-fun-addr.exp
10064 * gdb.base/break-probes.exp
10065 * gdb.base/call-rt-st.exp
10066 * gdb.base/callexit.exp
10067 * gdb.base/catch-fork-kill.exp
10068 * gdb.base/charset.exp
10069 * gdb.base/checkpoint.exp
10070 * gdb.base/comprdebug.exp
10071 * gdb.base/constvars.exp
10072 * gdb.base/coredump-filter.exp
10073 * gdb.base/cursal.exp
10074 * gdb.base/cvexpr.exp
10075 * gdb.base/detach.exp
10076 * gdb.base/display.exp
10077 * gdb.base/dmsym.exp
10078 * gdb.base/dprintf-pending.exp
10079 * gdb.base/dso2dso.exp
10080 * gdb.base/dtrace-probe.exp
10081 * gdb.base/dump.exp
10082 * gdb.base/enum_cond.exp
10083 * gdb.base/exe-lock.exp
10084 * gdb.base/exec-invalid-sysroot.exp
10085 * gdb.base/execl-update-breakpoints.exp
10086 * gdb.base/exprs.exp
10087 * gdb.base/fileio.exp
10088 * gdb.base/find.exp
10089 * gdb.base/finish.exp
10090 * gdb.base/fixsection.exp
10091 * gdb.base/foll-vfork.exp
10092 * gdb.base/frame-args.exp
10093 * gdb.base/gcore.exp
10094 * gdb.base/gdb1250.exp
10095 * gdb.base/global-var-nested-by-dso.exp
10096 * gdb.base/gnu-ifunc.exp
10097 * gdb.base/hashline1.exp
10098 * gdb.base/hashline2.exp
10099 * gdb.base/hashline3.exp
10100 * gdb.base/hbreak-in-shr-unsupported.exp
10101 * gdb.base/huge.exp
10102 * gdb.base/infcall-input.exp
10103 * gdb.base/info-fun.exp
10104 * gdb.base/info-shared.exp
10105 * gdb.base/jit-simple.exp
10106 * gdb.base/jit-so.exp
10107 * gdb.base/jit.exp
10108 * gdb.base/jump.exp
10109 * gdb.base/label.exp
10110 * gdb.base/lineinc.exp
10111 * gdb.base/logical.exp
10112 * gdb.base/longjmp.exp
10113 * gdb.base/macscp.exp
10114 * gdb.base/miscexprs.exp
10115 * gdb.base/new-ui-echo.exp
10116 * gdb.base/new-ui-pending-input.exp
10117 * gdb.base/new-ui.exp
10118 * gdb.base/nodebug.exp
10119 * gdb.base/nofield.exp
10120 * gdb.base/offsets.exp
10121 * gdb.base/overlays.exp
10122 * gdb.base/pending.exp
10123 * gdb.base/pointers.exp
10124 * gdb.base/pr11022.exp
10125 * gdb.base/printcmds.exp
10126 * gdb.base/prologue.exp
10127 * gdb.base/ptr-typedef.exp
10128 * gdb.base/realname-expand.exp
10129 * gdb.base/relativedebug.exp
10130 * gdb.base/relocate.exp
10131 * gdb.base/remote.exp
10132 * gdb.base/reread.exp
10133 * gdb.base/return2.exp
10134 * gdb.base/savedregs.exp
10135 * gdb.base/sep.exp
10136 * gdb.base/sepdebug.exp
10137 * gdb.base/sepsymtab.exp
10138 * gdb.base/set-inferior-tty.exp
10139 * gdb.base/setshow.exp
10140 * gdb.base/shlib-call.exp
10141 * gdb.base/sigaltstack.exp
10142 * gdb.base/siginfo-addr.exp
10143 * gdb.base/signals.exp
10144 * gdb.base/signull.exp
10145 * gdb.base/sigrepeat.exp
10146 * gdb.base/so-impl-ld.exp
10147 * gdb.base/solib-display.exp
10148 * gdb.base/solib-overlap.exp
10149 * gdb.base/solib-search.exp
10150 * gdb.base/solib-symbol.exp
10151 * gdb.base/structs.exp
10152 * gdb.base/structs2.exp
10153 * gdb.base/symtab-search-order.exp
10154 * gdb.base/twice.exp
10155 * gdb.base/unload.exp
10156 * gdb.base/varargs.exp
10157 * gdb.base/watchpoint-solib.exp
10158 * gdb.base/watchpoint.exp
10159 * gdb.base/whatis.exp
10160 * gdb.base/wrong_frame_bt_full.exp
10161 * gdb.btrace/dlopen.exp
10162 * gdb.cell/ea-standalone.exp
10163 * gdb.cell/ea-test.exp
10164 * gdb.cp/dispcxx.exp
10165 * gdb.cp/gdb2384.exp
10166 * gdb.cp/method2.exp
10167 * gdb.cp/nextoverthrow.exp
10168 * gdb.cp/pr10728.exp
10169 * gdb.disasm/am33.exp
10170 * gdb.disasm/h8300s.exp
10171 * gdb.disasm/mn10300.exp
10172 * gdb.disasm/sh3.exp
10173 * gdb.dwarf2/dw2-dir-file-name.exp
10174 * gdb.fortran/complex.exp
10175 * gdb.fortran/library-module.exp
10176 * gdb.guile/scm-pretty-print.exp
10177 * gdb.guile/scm-symbol.exp
10178 * gdb.guile/scm-type.exp
10179 * gdb.guile/scm-value.exp
10180 * gdb.linespec/linespec.exp
10181 * gdb.mi/gdb701.exp
10182 * gdb.mi/gdb792.exp
10183 * gdb.mi/mi-breakpoint-changed.exp
10184 * gdb.mi/mi-dprintf-pending.exp
10185 * gdb.mi/mi-dprintf.exp
10186 * gdb.mi/mi-exit-code.exp
10187 * gdb.mi/mi-pending.exp
10188 * gdb.mi/mi-solib.exp
10189 * gdb.mi/new-ui-mi-sync.exp
10190 * gdb.mi/pr11022.exp
10191 * gdb.mi/user-selected-context-sync.exp
10192 * gdb.opt/solib-intra-step.exp
10193 * gdb.python/py-events.exp
10194 * gdb.python/py-finish-breakpoint.exp
10195 * gdb.python/py-mi.exp
10196 * gdb.python/py-prettyprint.exp
10197 * gdb.python/py-shared.exp
10198 * gdb.python/py-symbol.exp
10199 * gdb.python/py-template.exp
10200 * gdb.python/py-type.exp
10201 * gdb.python/py-value.exp
10202 * gdb.reverse/solib-precsave.exp
10203 * gdb.reverse/solib-reverse.exp
10204 * gdb.server/solib-list.exp
10205 * gdb.stabs/weird.exp
10206 * gdb.threads/reconnect-signal.exp
10207 * gdb.threads/stepi-random-signal.exp
10208 * gdb.trace/actions.exp
10209 * gdb.trace/ax.exp
10210 * gdb.trace/backtrace.exp
10211 * gdb.trace/change-loc.exp
10212 * gdb.trace/deltrace.exp
10213 * gdb.trace/ftrace-lock.exp
10214 * gdb.trace/ftrace.exp
10215 * gdb.trace/infotrace.exp
10216 * gdb.trace/mi-tracepoint-changed.exp
10217 * gdb.trace/packetlen.exp
10218 * gdb.trace/passcount.exp
10219 * gdb.trace/pending.exp
10220 * gdb.trace/range-stepping.exp
10221 * gdb.trace/report.exp
10222 * gdb.trace/stap-trace.exp
10223 * gdb.trace/tfind.exp
10224 * gdb.trace/trace-break.exp
10225 * gdb.trace/trace-condition.exp
10226 * gdb.trace/trace-enable-disable.exp
10227 * gdb.trace/trace-mt.exp
10228 * gdb.trace/tracecmd.exp
10229 * gdb.trace/tspeed.exp
10230 * gdb.trace/tsv.exp
10231 * lib/perftest.exp
10232
fb9feb35
LM
102332016-12-01 Luis Machado <lgustavo@codesourcery.com>
10234
10235 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10236 with gdb_test_no_output.
10237 Use command as test name.
10238
cd2ddb6c
LM
102392016-12-01 Luis Machado <lgustavo@codesourcery.com>
10240
10241 Fix test names starting with uppercase throughout the files.
10242
10243 * gdb.ada/assign_1.exp
10244 * gdb.ada/boolean_expr.exp
10245 * gdb.base/arrayidx.exp
10246 * gdb.base/del.exp
10247 * gdb.base/gcore-buffer-overflow.exp
10248 * gdb.base/testenv.exp
10249 * gdb.compile/compile.exp
10250 * gdb.python/py-framefilter-invalidarg.exp
10251 * gdb.python/py-framefilter.exp
10252
bb95117e
LM
102532016-12-01 Luis Machado <lgustavo@codesourcery.com>
10254
10255 Fix test names starting with uppercase throughout the files.
10256
10257 * gdb.ada/array_return.exp
10258 * gdb.ada/expr_delims.exp
10259 * gdb.ada/mi_dyn_arr.exp
10260 * gdb.ada/mi_interface.exp
10261 * gdb.ada/mi_var_array.exp
10262 * gdb.ada/watch_arg.exp
10263 * gdb.arch/alpha-step.exp
10264 * gdb.arch/altivec-regs.exp
10265 * gdb.arch/e500-regs.exp
10266 * gdb.arch/powerpc-d128-regs.exp
10267 * gdb.base/arrayidx.exp
10268 * gdb.base/break.exp
10269 * gdb.base/checkpoint.exp
10270 * gdb.base/debug-expr.exp
10271 * gdb.base/dmsym.exp
10272 * gdb.base/radix.exp
10273 * gdb.base/sepdebug.exp
10274 * gdb.base/testenv.exp
10275 * gdb.base/watch_thread_num.exp
10276 * gdb.base/watchpoint-cond-gone.exp
10277 * gdb.cell/break.exp
10278 * gdb.cell/ea-cache.exp
10279 * gdb.compile/compile.exp
10280 * gdb.cp/gdb2495.exp
10281 * gdb.gdb/selftest.exp
10282 * gdb.gdb/xfullpath.exp
10283 * gdb.go/hello.exp
10284 * gdb.go/integers.exp
10285 * gdb.objc/basicclass.exp
10286 * gdb.pascal/hello.exp
10287 * gdb.pascal/integers.exp
10288 * gdb.python/py-breakpoint.exp
10289 * gdb.python/py-cmd.exp
10290 * gdb.python/py-linetable.exp
10291 * gdb.python/py-xmethods.exp
10292 * gdb.python/python.exp
10293 * gdb.reverse/consecutive-precsave.exp
10294 * gdb.reverse/finish-precsave.exp
10295 * gdb.reverse/i386-precsave.exp
10296 * gdb.reverse/machinestate-precsave.exp
10297 * gdb.reverse/sigall-precsave.exp
10298 * gdb.reverse/solib-precsave.exp
10299 * gdb.reverse/step-precsave.exp
10300 * gdb.reverse/until-precsave.exp
10301 * gdb.reverse/watch-precsave.exp
10302 * gdb.threads/leader-exit.exp
10303 * gdb.threads/pthreads.exp
10304 * gdb.threads/wp-replication.exp
10305 * gdb.trace/actions.exp
10306 * gdb.trace/mi-tsv-changed.exp
10307 * gdb.trace/tsv.exp
10308
de97fdd4
LM
103092016-12-01 Luis Machado <lgustavo@codesourcery.com>
10310
10311 Fix test names starting with uppercase throughout the files.
10312
10313 * gdb.arch/i386-bp_permanent.exp
10314 * gdb.arch/i386-gnu-cfi.exp
10315 * gdb.base/disasm-end-cu.exp
10316 * gdb.base/macscp.exp
10317 * gdb.base/pending.exp
10318 * gdb.base/watch_thread_num.exp
10319 * gdb.cp/exception.exp
10320 * gdb.cp/gdb2495.exp
10321 * gdb.cp/local.exp
10322 * gdb.python/py-evsignal.exp
10323 * gdb.python/python.exp
10324 * gdb.trace/tracecmd.exp
10325
9f058c10
LM
103262016-12-01 Luis Machado <lgustavo@codesourcery.com>
10327
10328 Fix test names starting with uppercase throughout the files.
10329
10330 * gdb.base/charset.exp
10331 * gdb.base/eval.exp
10332 * gdb.base/multi-forks.exp
10333 * gdb.guile/scm-progspace.exp
10334 * gdb.opencl/datatypes.exp
10335 * gdb.python/py-block.exp
10336 * gdb.python/py-function.exp
10337 * gdb.python/py-symbol.exp
10338 * gdb.python/py-symtab.exp
10339 * gdb.python/py-xmethods.exp
10340 * gdb.reverse/break-precsave.exp
10341 * gdb.reverse/break-reverse.exp
10342 * gdb.reverse/consecutive-precsave.exp
10343 * gdb.reverse/consecutive-reverse.exp
10344 * gdb.reverse/finish-precsave.exp
10345 * gdb.reverse/finish-reverse-bkpt.exp
10346 * gdb.reverse/finish-reverse.exp
10347 * gdb.reverse/fstatat-reverse.exp
10348 * gdb.reverse/getresuid-reverse.exp
10349 * gdb.reverse/i386-precsave.exp
10350 * gdb.reverse/i386-reverse.exp
10351 * gdb.reverse/i386-sse-reverse.exp
10352 * gdb.reverse/i387-stack-reverse.exp
10353 * gdb.reverse/insn-reverse.exp
10354 * gdb.reverse/machinestate-precsave.exp
10355 * gdb.reverse/machinestate.exp
10356 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10357 * gdb.reverse/pipe-reverse.exp
10358 * gdb.reverse/readv-reverse.exp
10359 * gdb.reverse/recvmsg-reverse.exp
10360 * gdb.reverse/rerun-prec.exp
10361 * gdb.reverse/s390-mvcle.exp
10362 * gdb.reverse/sigall-precsave.exp
10363 * gdb.reverse/sigall-reverse.exp
10364 * gdb.reverse/solib-precsave.exp
10365 * gdb.reverse/solib-reverse.exp
10366 * gdb.reverse/step-precsave.exp
10367 * gdb.reverse/step-reverse.exp
10368 * gdb.reverse/time-reverse.exp
10369 * gdb.reverse/until-precsave.exp
10370 * gdb.reverse/until-reverse.exp
10371 * gdb.reverse/waitpid-reverse.exp
10372 * gdb.reverse/watch-precsave.exp
10373 * gdb.reverse/watch-reverse.exp
10374
cdc7edd7
LM
103752016-12-01 Luis Machado <lgustavo@codesourcery.com>
10376
10377 Fix test names starting with uppercase throughout the files.
10378
10379 * gdb.arch/i386-mpx-simple_segv.exp
10380 * gdb.arch/i386-mpx.exp
10381 * gdb.arch/i386-permbkpt.exp
10382 * gdb.arch/pa-nullify.exp
10383 * gdb.arch/powerpc-d128-regs.exp
10384 * gdb.arch/vsx-regs.exp
10385 * gdb.base/bfp-test.exp
10386 * gdb.base/break.exp
10387 * gdb.base/breakpoint-shadow.exp
10388 * gdb.base/callfuncs.exp
10389 * gdb.base/charset.exp
10390 * gdb.base/commands.exp
10391 * gdb.base/completion.exp
10392 * gdb.base/dfp-test.exp
10393 * gdb.base/echo.exp
10394 * gdb.base/ending-run.exp
10395 * gdb.base/eval.exp
10396 * gdb.base/expand-psymtabs.exp
10397 * gdb.base/float128.exp
10398 * gdb.base/floatn.exp
10399 * gdb.base/foll-exec-mode.exp
10400 * gdb.base/gdb1056.exp
10401 * gdb.base/gdb11531.exp
10402 * gdb.base/kill-after-signal.exp
10403 * gdb.base/multi-forks.exp
10404 * gdb.base/overlays.exp
10405 * gdb.base/pending.exp
10406 * gdb.base/sepdebug.exp
10407 * gdb.base/testenv.exp
10408 * gdb.base/valgrind-db-attach.exp
10409 * gdb.base/watch_thread_num.exp
10410 * gdb.base/watchpoint-cond-gone.exp
10411 * gdb.base/watchpoint.exp
10412 * gdb.base/watchpoints.exp
10413 * gdb.cp/arg-reference.exp
10414 * gdb.cp/baseenum.exp
10415 * gdb.cp/operator.exp
10416 * gdb.cp/shadow.exp
10417 * gdb.dwarf2/dw2-op-out-param.exp
10418 * gdb.dwarf2/dw2-reg-undefined.exp
10419 * gdb.go/chan.exp
10420 * gdb.go/hello.exp
10421 * gdb.go/integers.exp
10422 * gdb.go/methods.exp
10423 * gdb.go/package.exp
10424 * gdb.guile/scm-parameter.exp
10425 * gdb.guile/scm-progspace.exp
10426 * gdb.guile/scm-value.exp
10427 * gdb.mi/mi-pending.exp
10428 * gdb.mi/user-selected-context-sync.exp
10429 * gdb.multi/multi-attach.exp
10430 * gdb.multi/tids.exp
10431 * gdb.opt/clobbered-registers-O2.exp
10432 * gdb.pascal/floats.exp
10433 * gdb.pascal/integers.exp
10434 * gdb.python/py-block.exp
10435 * gdb.python/py-events.exp
10436 * gdb.python/py-parameter.exp
10437 * gdb.python/py-symbol.exp
10438 * gdb.python/py-symtab.exp
10439 * gdb.python/py-type.exp
10440 * gdb.python/py-value.exp
10441 * gdb.python/py-xmethods.exp
10442 * gdb.python/python.exp
10443 * gdb.reverse/break-precsave.exp
10444 * gdb.reverse/consecutive-precsave.exp
10445 * gdb.reverse/finish-precsave.exp
10446 * gdb.reverse/i386-precsave.exp
10447 * gdb.reverse/machinestate-precsave.exp
10448 * gdb.reverse/sigall-precsave.exp
10449 * gdb.reverse/solib-precsave.exp
10450 * gdb.reverse/step-precsave.exp
10451 * gdb.reverse/until-precsave.exp
10452 * gdb.reverse/watch-precsave.exp
10453 * gdb.server/ext-attach.exp
10454 * gdb.server/ext-restart.exp
10455 * gdb.server/ext-run.exp
10456 * gdb.server/ext-wrapper.exp
10457 * gdb.stabs/gdb11479.exp
10458 * gdb.stabs/weird.exp
10459 * gdb.threads/attach-many-short-lived-threads.exp
10460 * gdb.threads/kill.exp
10461 * gdb.threads/watchpoint-fork.exp
10462
bc6c7af4
LM
104632016-12-01 Luis Machado <lgustavo@codesourcery.com>
10464
10465 Fix test names starting with uppercase throughout all the files below.
10466
10467 * gdb.ada/array_return.exp
10468 * gdb.ada/catch_ex.exp
10469 * gdb.ada/info_exc.exp
10470 * gdb.ada/mi_catch_ex.exp
10471 * gdb.ada/mi_dyn_arr.exp
10472 * gdb.ada/mi_ex_cond.exp
10473 * gdb.ada/mi_exc_info.exp
10474 * gdb.ada/mi_interface.exp
10475 * gdb.ada/mi_task_arg.exp
10476 * gdb.ada/mi_task_info.exp
10477 * gdb.ada/mi_var_array.exp
10478 * gdb.arch/alpha-step.exp
10479 * gdb.arch/amd64-disp-step.exp
10480 * gdb.arch/arm-disp-step.exp
10481 * gdb.arch/disp-step-insn-reloc.exp
10482 * gdb.arch/e500-prologue.exp
10483 * gdb.arch/ftrace-insn-reloc.exp
10484 * gdb.arch/gdb1558.exp
10485 * gdb.arch/i386-bp_permanent.exp
10486 * gdb.arch/i386-disp-step.exp
10487 * gdb.arch/i386-float.exp
10488 * gdb.arch/i386-gnu-cfi.exp
10489 * gdb.arch/ia64-breakpoint-shadow.exp
10490 * gdb.arch/mips16-thunks.exp
10491 * gdb.arch/pa-nullify.exp
10492 * gdb.arch/powerpc-aix-prologue.exp
10493 * gdb.arch/powerpc-power.exp
10494 * gdb.arch/ppc-dfp.exp
10495 * gdb.arch/s390-tdbregs.exp
10496 * gdb.arch/spu-info.exp
10497 * gdb.arch/spu-ls.exp
10498 * gdb.arch/thumb-bx-pc.exp
10499 * gdb.base/advance.exp
10500 * gdb.base/annota-input-while-running.exp
10501 * gdb.base/arrayidx.exp
10502 * gdb.base/asmlabel.exp
10503 * gdb.base/async.exp
10504 * gdb.base/attach-wait-input.exp
10505 * gdb.base/auto-connect-native-target.exp
10506 * gdb.base/batch-preserve-term-settings.exp
10507 * gdb.base/bfp-test.exp
10508 * gdb.base/bigcore.exp
10509 * gdb.base/bp-permanent.exp
10510 * gdb.base/break-always.exp
10511 * gdb.base/break-fun-addr.exp
10512 * gdb.base/break-idempotent.exp
10513 * gdb.base/break-main-file-remove-fail.exp
10514 * gdb.base/break-probes.exp
10515 * gdb.base/break-unload-file.exp
10516 * gdb.base/break.exp
10517 * gdb.base/call-ar-st.exp
10518 * gdb.base/call-rt-st.exp
10519 * gdb.base/call-sc.exp
10520 * gdb.base/call-signal-resume.exp
10521 * gdb.base/call-strs.exp
10522 * gdb.base/callexit.exp
10523 * gdb.base/callfuncs.exp
10524 * gdb.base/catch-gdb-caused-signals.exp
10525 * gdb.base/catch-signal-siginfo-cond.exp
10526 * gdb.base/catch-syscall.exp
10527 * gdb.base/compare-sections.exp
10528 * gdb.base/cond-eval-mode.exp
10529 * gdb.base/condbreak-call-false.exp
10530 * gdb.base/consecutive-step-over.exp
10531 * gdb.base/cursal.exp
10532 * gdb.base/disabled-location.exp
10533 * gdb.base/disasm-end-cu.exp
10534 * gdb.base/display.exp
10535 * gdb.base/double-prompt-target-event-error.exp
10536 * gdb.base/dprintf-bp-same-addr.exp
10537 * gdb.base/dprintf-detach.exp
10538 * gdb.base/dprintf-next.exp
10539 * gdb.base/dprintf-non-stop.exp
10540 * gdb.base/dprintf-pending.exp
10541 * gdb.base/dso2dso.exp
10542 * gdb.base/ending-run.exp
10543 * gdb.base/enum_cond.exp
10544 * gdb.base/examine-backward.exp
10545 * gdb.base/exe-lock.exp
10546 * gdb.base/exec-invalid-sysroot.exp
10547 * gdb.base/execl-update-breakpoints.exp
10548 * gdb.base/execution-termios.exp
10549 * gdb.base/fileio.exp
10550 * gdb.base/fixsection.exp
10551 * gdb.base/foll-exec-mode.exp
10552 * gdb.base/foll-exec.exp
10553 * gdb.base/fork-running-state.exp
10554 * gdb.base/frame-args.exp
10555 * gdb.base/fullpath-expand.exp
10556 * gdb.base/func-ptr.exp
10557 * gdb.base/gcore-relro-pie.exp
10558 * gdb.base/gdb1090.exp
10559 * gdb.base/gdb1555.exp
10560 * gdb.base/global-var-nested-by-dso.exp
10561 * gdb.base/gnu-ifunc.exp
10562 * gdb.base/hbreak-in-shr-unsupported.exp
10563 * gdb.base/hbreak-unmapped.exp
10564 * gdb.base/hook-stop.exp
10565 * gdb.base/infcall-input.exp
10566 * gdb.base/info-fun.exp
10567 * gdb.base/info-shared.exp
10568 * gdb.base/interrupt-noterm.exp
10569 * gdb.base/jit-so.exp
10570 * gdb.base/jit.exp
10571 * gdb.base/line-symtabs.exp
10572 * gdb.base/list.exp
10573 * gdb.base/longjmp.exp
10574 * gdb.base/macscp.exp
10575 * gdb.base/max-value-size.exp
10576 * gdb.base/nodebug.exp
10577 * gdb.base/nofield.exp
10578 * gdb.base/overlays.exp
10579 * gdb.base/paginate-after-ctrl-c-running.exp
10580 * gdb.base/paginate-bg-execution.exp
10581 * gdb.base/paginate-inferior-exit.exp
10582 * gdb.base/pending.exp
10583 * gdb.base/pr11022.exp
10584 * gdb.base/printcmds.exp
10585 * gdb.base/ptr-typedef.exp
10586 * gdb.base/ptype.exp
10587 * gdb.base/randomize.exp
10588 * gdb.base/range-stepping.exp
10589 * gdb.base/realname-expand.exp
10590 * gdb.base/relativedebug.exp
10591 * gdb.base/remote.exp
10592 * gdb.base/savedregs.exp
10593 * gdb.base/sepdebug.exp
10594 * gdb.base/set-noassign.exp
10595 * gdb.base/shlib-call.exp
10596 * gdb.base/shreloc.exp
10597 * gdb.base/sigaltstack.exp
10598 * gdb.base/sigbpt.exp
10599 * gdb.base/siginfo-addr.exp
10600 * gdb.base/siginfo-obj.exp
10601 * gdb.base/siginfo-thread.exp
10602 * gdb.base/signest.exp
10603 * gdb.base/signull.exp
10604 * gdb.base/sigrepeat.exp
10605 * gdb.base/skip.exp
10606 * gdb.base/so-impl-ld.exp
10607 * gdb.base/solib-corrupted.exp
10608 * gdb.base/solib-disc.exp
10609 * gdb.base/solib-display.exp
10610 * gdb.base/solib-overlap.exp
10611 * gdb.base/solib-search.exp
10612 * gdb.base/solib-symbol.exp
10613 * gdb.base/source-execution.exp
10614 * gdb.base/sss-bp-on-user-bp-2.exp
10615 * gdb.base/sss-bp-on-user-bp.exp
10616 * gdb.base/stack-checking.exp
10617 * gdb.base/stale-infcall.exp
10618 * gdb.base/step-break.exp
10619 * gdb.base/step-line.exp
10620 * gdb.base/step-over-exit.exp
10621 * gdb.base/step-test.exp
10622 * gdb.base/structs.exp
10623 * gdb.base/sym-file.exp
10624 * gdb.base/symtab-search-order.exp
10625 * gdb.base/term.exp
10626 * gdb.base/type-opaque.exp
10627 * gdb.base/unload.exp
10628 * gdb.base/until-nodebug.exp
10629 * gdb.base/until.exp
10630 * gdb.base/unwindonsignal.exp
10631 * gdb.base/watch-cond.exp
10632 * gdb.base/watch-non-mem.exp
10633 * gdb.base/watch_thread_num.exp
10634 * gdb.base/watchpoint-reuse-slot.exp
10635 * gdb.base/watchpoint-solib.exp
10636 * gdb.base/watchpoint.exp
10637 * gdb.btrace/dlopen.exp
10638 * gdb.cell/arch.exp
10639 * gdb.cell/break.exp
10640 * gdb.cell/bt.exp
10641 * gdb.cell/core.exp
10642 * gdb.cell/data.exp
10643 * gdb.cell/dwarfaddr.exp
10644 * gdb.cell/ea-cache.exp
10645 * gdb.cell/ea-standalone.exp
10646 * gdb.cell/ea-test.exp
10647 * gdb.cell/f-regs.exp
10648 * gdb.cell/fork.exp
10649 * gdb.cell/gcore.exp
10650 * gdb.cell/mem-access.exp
10651 * gdb.cell/ptype.exp
10652 * gdb.cell/registers.exp
10653 * gdb.cell/sizeof.exp
10654 * gdb.cell/solib-symbol.exp
10655 * gdb.cell/solib.exp
10656 * gdb.compile/compile-tls.exp
10657 * gdb.cp/exception.exp
10658 * gdb.cp/gdb2495.exp
10659 * gdb.cp/local.exp
10660 * gdb.cp/mb-inline.exp
10661 * gdb.cp/mb-templates.exp
10662 * gdb.cp/pr10687.exp
10663 * gdb.cp/pr9167.exp
10664 * gdb.cp/scope-err.exp
10665 * gdb.cp/templates.exp
10666 * gdb.cp/virtfunc.exp
10667 * gdb.dwarf2/dw2-dir-file-name.exp
10668 * gdb.dwarf2/dw2-single-line-discriminators.exp
10669 * gdb.fortran/complex.exp
10670 * gdb.fortran/library-module.exp
10671 * gdb.guile/guile.exp
10672 * gdb.guile/scm-cmd.exp
10673 * gdb.guile/scm-frame-inline.exp
10674 * gdb.guile/scm-objfile.exp
10675 * gdb.guile/scm-pretty-print.exp
10676 * gdb.guile/scm-symbol.exp
10677 * gdb.guile/scm-type.exp
10678 * gdb.guile/scm-value.exp
10679 * gdb.linespec/keywords.exp
10680 * gdb.linespec/ls-errs.exp
10681 * gdb.linespec/macro-relative.exp
10682 * gdb.linespec/thread.exp
10683 * gdb.mi/mi-breakpoint-changed.exp
10684 * gdb.mi/mi-dprintf-pending.exp
10685 * gdb.mi/mi-fullname-deleted.exp
10686 * gdb.mi/mi-logging.exp
10687 * gdb.mi/mi-pending.exp
10688 * gdb.mi/mi-solib.exp
10689 * gdb.mi/new-ui-mi-sync.exp
10690 * gdb.mi/user-selected-context-sync.exp
10691 * gdb.multi/dummy-frame-restore.exp
10692 * gdb.multi/multi-arch-exec.exp
10693 * gdb.multi/remove-inferiors.exp
10694 * gdb.multi/watchpoint-multi-exit.exp
10695 * gdb.opt/solib-intra-step.exp
10696 * gdb.perf/backtrace.exp
10697 * gdb.perf/single-step.exp
10698 * gdb.perf/skip-command.exp
10699 * gdb.perf/skip-prologue.exp
10700 * gdb.perf/solib.exp
10701 * gdb.python/lib-types.exp
10702 * gdb.python/py-as-string.exp
10703 * gdb.python/py-bad-printers.exp
10704 * gdb.python/py-block.exp
10705 * gdb.python/py-breakpoint.exp
10706 * gdb.python/py-cmd.exp
10707 * gdb.python/py-events.exp
10708 * gdb.python/py-evthreads.exp
10709 * gdb.python/py-finish-breakpoint.exp
10710 * gdb.python/py-finish-breakpoint2.exp
10711 * gdb.python/py-frame-inline.exp
10712 * gdb.python/py-frame.exp
10713 * gdb.python/py-inferior.exp
10714 * gdb.python/py-infthread.exp
10715 * gdb.python/py-mi.exp
10716 * gdb.python/py-objfile.exp
10717 * gdb.python/py-pp-maint.exp
10718 * gdb.python/py-pp-registration.exp
10719 * gdb.python/py-prettyprint.exp
10720 * gdb.python/py-recurse-unwind.exp
10721 * gdb.python/py-shared.exp
10722 * gdb.python/py-symbol.exp
10723 * gdb.python/py-symtab.exp
10724 * gdb.python/py-template.exp
10725 * gdb.python/py-type.exp
10726 * gdb.python/py-unwind-maint.exp
10727 * gdb.python/py-unwind.exp
10728 * gdb.python/py-value.exp
10729 * gdb.python/python.exp
10730 * gdb.reverse/finish-reverse-bkpt.exp
10731 * gdb.reverse/insn-reverse.exp
10732 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10733 * gdb.reverse/solib-precsave.exp
10734 * gdb.reverse/solib-reverse.exp
10735 * gdb.stabs/gdb11479.exp
10736 * gdb.stabs/weird.exp
10737 * gdb.threads/fork-child-threads.exp
10738 * gdb.threads/fork-plus-threads.exp
10739 * gdb.threads/fork-thread-pending.exp
10740 * gdb.threads/forking-threads-plus-breakpoint.exp
10741 * gdb.threads/hand-call-in-threads.exp
10742 * gdb.threads/interrupted-hand-call.exp
10743 * gdb.threads/linux-dp.exp
10744 * gdb.threads/local-watch-wrong-thread.exp
10745 * gdb.threads/next-while-other-thread-longjmps.exp
10746 * gdb.threads/non-ldr-exit.exp
10747 * gdb.threads/pending-step.exp
10748 * gdb.threads/print-threads.exp
10749 * gdb.threads/process-dies-while-detaching.exp
10750 * gdb.threads/process-dies-while-handling-bp.exp
10751 * gdb.threads/pthreads.exp
10752 * gdb.threads/queue-signal.exp
10753 * gdb.threads/reconnect-signal.exp
10754 * gdb.threads/signal-command-handle-nopass.exp
10755 * gdb.threads/signal-command-multiple-signals-pending.exp
10756 * gdb.threads/signal-delivered-right-thread.exp
10757 * gdb.threads/signal-sigtrap.exp
10758 * gdb.threads/sigthread.exp
10759 * gdb.threads/staticthreads.exp
10760 * gdb.threads/stepi-random-signal.exp
10761 * gdb.threads/thread-unwindonsignal.exp
10762 * gdb.threads/thread_check.exp
10763 * gdb.threads/thread_events.exp
10764 * gdb.threads/tid-reuse.exp
10765 * gdb.threads/tls-nodebug.exp
10766 * gdb.threads/tls-shared.exp
10767 * gdb.threads/tls-so_extern.exp
10768 * gdb.threads/tls.exp
10769 * gdb.threads/wp-replication.exp
10770 * gdb.trace/actions-changed.exp
10771 * gdb.trace/actions.exp
10772 * gdb.trace/backtrace.exp
10773 * gdb.trace/change-loc.exp
10774 * gdb.trace/collection.exp
10775 * gdb.trace/deltrace.exp
10776 * gdb.trace/disconnected-tracing.exp
10777 * gdb.trace/entry-values.exp
10778 * gdb.trace/ftrace-lock.exp
10779 * gdb.trace/ftrace.exp
10780 * gdb.trace/infotrace.exp
10781 * gdb.trace/mi-trace-frame-collected.exp
10782 * gdb.trace/mi-trace-unavailable.exp
10783 * gdb.trace/mi-traceframe-changed.exp
10784 * gdb.trace/mi-tracepoint-changed.exp
10785 * gdb.trace/mi-tsv-changed.exp
10786 * gdb.trace/no-attach-trace.exp
10787 * gdb.trace/packetlen.exp
10788 * gdb.trace/passc-dyn.exp
10789 * gdb.trace/passcount.exp
10790 * gdb.trace/pending.exp
10791 * gdb.trace/pr16508.exp
10792 * gdb.trace/qtro.exp
10793 * gdb.trace/range-stepping.exp
10794 * gdb.trace/read-memory.exp
10795 * gdb.trace/report.exp
10796 * gdb.trace/save-trace.exp
10797 * gdb.trace/signal.exp
10798 * gdb.trace/stap-trace.exp
10799 * gdb.trace/status-stop.exp
10800 * gdb.trace/strace.exp
10801 * gdb.trace/tfile.exp
10802 * gdb.trace/tfind.exp
10803 * gdb.trace/trace-break.exp
10804 * gdb.trace/trace-condition.exp
10805 * gdb.trace/trace-enable-disable.exp
10806 * gdb.trace/trace-mt.exp
10807 * gdb.trace/tracecmd.exp
10808 * gdb.trace/tracefile-pseudo-reg.exp
10809 * gdb.trace/tspeed.exp
10810 * gdb.trace/tstatus.exp
10811 * gdb.trace/tsv.exp
10812 * gdb.trace/unavailable.exp
10813 * gdb.trace/while-dyn.exp
10814 * gdb.trace/while-stepping.exp
10815 * lib/gdb-guile.exp
10816 * lib/gdb.exp
10817 * lib/mi-support.exp
10818 * lib/pascal.exp
10819 * lib/perftest.exp
10820 * lib/prelink-support.exp
10821 * lib/selftest-support.exp
10822
ad02e4fe
SM
108232016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10824
10825 * Makefile.in: Include disable-implicit-rules.mk.
10826
22347e55
AA
108272016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10828
10829 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10830 non-byte-aligned bit fields.
10831
da5b30da
AA
108322016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10833
10834 PR gdb/12616
10835 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10836 respects the DW_AT_data_bit_offset attribute.
10837
b593ecca
SM
108382016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10839
10840 * gdb.base/default.exp: Fix output of "set language".
10841
3b165252
SM
108422016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10843
10844 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10845 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10846 make.
10847 * configure.ac: Remove checks for the make program.
10848 * configure: Re-generate.
10849
1a2f3d7f
KB
108502016-11-16 Kevin Buettner <kevinb@redhat.com>
10851
10852 * gdb.python/py-recurse-unwind.c (main): Add loop.
10853 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10854 to read_register() and gdb.parse_and_eval(). Make each code
10855 call a separate case that can be individually tested.
10856 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10857 proc. Call cont_and_backtrace for each of the code paths that
10858 we want to test in the unwinder.
10859
b7f38fda
AA
108602016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10861
10862 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10863 the definition of struct S.
10864
1f8db343
CM
108652016-11-11 Catherine Moore <clm@codesourcery.com>
10866
10867 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10868
fad0c9fb
PA
108692016-11-09 Pedro Alves <palves@redhat.com>
10870
10871 * gdb.base/commands.exp (runto_or_return): New procedure.
10872 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10873 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10874 (progvar_simple_while_test, progvar_complex_if_while_test)
10875 (if_while_breakpoint_command_test)
10876 (infrun_breakpoint_command_test, breakpoint_command_test)
10877 (user_defined_command_test, watchpoint_command_test)
10878 (test_command_prompt_position, redefine_hook_test)
10879 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10880 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10881 multi_line_input and multi_line. Remove gdb_expect and
10882 gdb_stop_suppressing_tests uses.
10883 * lib/gdb.exp (valnum_re): New global.
10884 (multi_line_input): New procedure.
10885
8354c62c
SM
108862016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10887
10888 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10889 Remove.
10890 (test_setup): Define with proc_with_prefix.
10891 (test_cli_inferior): Likewise.
10892 (test_cli_thread): Likewise.
10893 (test_cli_frame): Likewise.
10894 (test_cli_select_frame): Likewise.
10895 (test_cli_up_down): Likewise.
10896 (test_mi_thread_select): Likewise.
10897 (test_mi_stack_select_frame): Likewise.
10898 (test_cli_in_mi_inferior): Likewise.
10899 (test_cli_in_mi_thread): Likewise.
10900 (test_cli_in_mi_frame): Likewise.
10901 (top level): Do not use with_test_prefix_procname.
10902
64f367a2
PA
109032016-11-09 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.base/commands.exp (gdbvar_simple_if_test)
10906 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10907 (progvar_simple_if_test, progvar_simple_while_test)
10908 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10909 (infrun_breakpoint_command_test, breakpoint_command_test)
10910 (user_defined_command_test, watchpoint_command_test)
10911 (test_command_prompt_position, deprecated_command_test)
10912 (bp_deleted_in_command, temporary_breakpoint_commands)
10913 (stray_arg0_test, source_file_with_indented_comment)
10914 (recursive_source_test, if_commands_test)
10915 (error_clears_commands_left, redefine_hook_test)
10916 (redefine_backtrace_test): Use proc_with_prefix.
10917 * lib/gdb.exp (proc_with_prefix): New proc.
10918
0bb65f1e
AA
109192016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10920
10921 * gdb.base/tui-layout.c: New file.
10922 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10923 disassembly window contains very long lines.
10924
7353f247
TT
109252016-11-08 Tom Tromey <tom@tromey.com>
10926
10927 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10928 depend on Python 2.
10929
30a7bb83
TT
109302016-11-08 Tom Tromey <tom@tromey.com>
10931
10932 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10933 New method.
10934
cdf5a07c
MG
109352016-10-29 Manish Goregaokar <manish@mozilla.com>
10936
2806dc7e 10937 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10938
51a789c3
MG
109392016-10-27 Manish Goregaokar <manish@mozilla.com>
10940
2806dc7e
PA
10941 * gdb.rust/simple.rs: Add test for univariant enums without
10942 discriminants and for encoded struct-like enums.
51a789c3 10943
f610ab6d
PA
109442016-10-28 Pedro Alves <palves@redhat.com>
10945
10946 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10947 gdb_test_multiple, tighten regexps and match symtabs and line
10948 tables incrementally.
10949
b129b0ca
LM
109502016-10-28 Luis Machado <lgustavo@codesourcery.com>
10951
10952 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10953 general.
10954
ecf45d2c
SL
109552016-10-25 Luis Machado <lgustavo@codesourcery.com>
10956
10957 * gdb.base/exec-invalid-sysroot.exp: New file.
10958
b8d38ee4
JK
109592016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10960
10961 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10962
f90fd8c2
JK
109632016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10964
10965 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10966
2d2476aa
MR
109672016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10968
2806dc7e
PA
10969 * gdb.base/killed-outside.exp: Remove $options from a call to
10970 `prepare_for_testing'.
2d2476aa 10971
e42b25a0
SM
109722016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10973
10974 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10975 Change test message.
10976
3ccdb432
SM
109772016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10978
10979 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10980 Update comment.
10981
5bad3170
SM
109822016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10983
10984 * gdb.trace/mi-trace-save.exp: New file.
10985
5ad9dba7
YQ
109862016-10-13 Yao Qi <yao.qi@linaro.org>
10987
10988 * gdb.base/code_elim.exp (get_var_address): Remove.
10989 * gdb.base/relocate.exp: Likewise.
10990 * gdb.base/shreloc.exp: Likewise.
10991 * lib/gdb.exp (get_var_address): New.
10992
62df7e21
YQ
109932016-10-13 Yao Qi <yao.qi@linaro.org>
10994
10995 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10996 floating point tests if $skip_float_test is false.
10997
4dac951e
LM
109982016-10-12 Luis Machado <lgustavo@codesourcery.com>
10999
11000 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11001 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11002 argc values.
11003 Add 1 to argc so we guarantee distinct initial/modified argc values.
11004
8f1a8fc4
JK
110052016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11006
11007 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11008
16c85b5d
JK
110092016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11010
11011 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11012 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11013 * gdb.arch/vsx-regs.exp: Likewise.
11014
1d0e042a
YQ
110152016-10-07 Yao Qi <yao.qi@linaro.org>
11016
11017 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11018
68dadef5
MM
110192016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11020
11021 * gdb.python/python.exp: Test decode_line("*0").
11022
33fa2c6e
DE
110232016-10-06 Doug Evans <dje@google.com>
11024
11025 * gdb.python/py-value.exp (test_value_creation): Add test for large
11026 unsigned 64-bit value.
11027
9c37b5ae
TT
110282016-10-06 Tom Tromey <tom@tromey.com>
11029
11030 * gdb.compile/compile.exp: Change java tests to rust.
11031 * gdb.base/setshow.exp: Change java tests to rust.
11032 * gdb.base/default.exp: Remove java from language list.
11033 * README (Examples): Update language example.
11034 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11035 test.
11036 * lib/gdb.exp (skip_java_tests): Remove.
11037 * lib/java.exp: Remove.
11038 * gdb.java: Remove.
11039
78b86327
MR
110402016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11041
11042 * gdb.arch/mips-fcr.exp: New test.
11043 * gdb.arch/mips-fcr.c: Source for the new test.
11044
7470adbb
MR
110452016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11046
11047 * gdb.base/solib-disc.exp: Use `standard_output_file'
11048 throughout.
11049
4a556533
PA
110502016-10-06 Pedro Alves <palves@redhat.com>
11051
11052 * gdb.base/jit-simple-dl.c: New file.
11053 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11054 * gdb.base/jit-simple.c: ... this.
11055 * gdb.base/jit-simple.exp (jit_run): Delete.
11056 (build_jit): New proc.
11057 (jit_test_reread): Recompile either the main program or the shared
11058 library, depending on what is being tested. Skip changing address
11059 if caller wants to. Compare before/after addresses. If testing
11060 standalone, explicitly load the binary. Test "maint info
11061 breakpoints".
11062 (top level): Add "standalone vs shared lib" and "change address"
11063 vs "same address" axes.
11064
5a122fbc
PA
110652016-10-06 Pedro Alves <palves@redhat.com>
11066
11067 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11068 call.
11069 (jit_run): Delete.
11070 (jit_test_reread): Use with_test_prefix. Reload the main binary
11071 explicitly. Compare the before/after addresses of the JIT
11072 descriptor.
11073
ee8da4b8
DE
110742016-08-15 Doug Evans <dje@google.com>
11075
11076 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11077 for single bitfields is bool.
11078 * gdb.xml/tdesc-regs.exp: Ditto.
11079
f389f6fe
JK
110802016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11081
11082 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11083
fdebf1a4
YQ
110842016-10-05 Yao Qi <yao.qi@linaro.org>
11085
11086 * lib/gdb.exp (support_complex_tests): Return zero if
11087 gdb_skip_float_test return true.
11088
9c36d954 110892016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11090 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11091
11092 PR gdb/20487
11093 * gdb.mi/user-selected-context-sync.exp: New file.
11094 * gdb.mi/user-selected-context-sync.c: New file.
11095
4034d0ff 110962016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11097 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11098
11099 PR gdb/20487
11100 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11101 =thread-select-event check.
11102
a4297203
PB
111032016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11104
11105 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11106 the compulsory L operand changes.
11107 * gdb.arch/powerpc-power.s: Likewise.
11108
bb805577
JK
111092016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11110
11111 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11112 * gdb.base/jit-attach-pie.c: New file.
11113 * gdb.base/jit-attach-pie.exp: New file.
11114
6d61dee5
PA
111152016-09-28 Pedro Alves <palves@redhat.com>
11116
11117 * gdb.base/infcall-input.c: New file.
11118 * gdb.base/infcall-input.exp: New file.
11119
f73842fc
YQ
111202016-09-22 Yao Qi <yao.qi@linaro.org>
11121
11122 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11123 (gdb_exit): Rename it to ...
11124 (gdbserver_gdb_exit): ... Close GDBserver.
11125 (gdb_exit): New proc, call gdbserver_gdb_exit.
11126 (mi_gdb_exit): Likewise.
11127
90681dab
YQ
111282016-09-22 Yao Qi <yao.qi@linaro.org>
11129
11130 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11131 path.
11132 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11133 Remove duplication.
11134
9c211fd8
YQ
111352016-09-22 Yao Qi <yao.qi@linaro.org>
11136
11137 * lib/gdbserver-support.exp: Check the existence of
11138 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11139
ad0a504f
AK
111402016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11141
11142 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11143
36cf1806
TT
111442016-09-21 Tom Tromey <tom@tromey.com>
11145
11146 PR gdb/20604:
11147 * gdb.base/quit.exp: New file.
11148
74172ecf
SM
111492016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11150
11151 * .gitignore: New file.
11152
3d0ec882
MR
111532016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11154
11155 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11156 throughout.
11157
8193adea
AA
111582016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11159
11160 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11161
d41a5c09
JK
111622016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11163
11164 * gdb.cp/casts.cc (decltype): Move it ...
11165 (main): ... with its call to ...
11166 * gdb.cp/casts03.cc: ... a new file.
11167 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11168
d2dfe700
JK
111692016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11170
11171 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11172
e2a92b16
PB
111732016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11174
11175 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11176 and sync up the test with tests in gas/testsuite/gas/ppc.
11177 * gdb.arch/powerpc-power.exp: Likewise.
11178
49b4de64
JK
111792016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11180
11181 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11182
2c29df25
SDJ
111832016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11184 Jan Kratochvil <jan.kratochvil@redhat.com>
11185
11186 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11187 make m1's definition to be different from m2's. Use 'dummy' as an
11188 argument for probe 'two'.
11189
cc3c2846
JB
111902016-09-10 Jon Beniston <jon@beniston.com>
11191
11192 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11193 for sim target.
11194
e1b2624a
AA
111952016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11196
11197 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11198 variable declaration.
11199 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11200 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11201 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11202 received HWCAP as its argument.
11203
4295e285
PA
112042016-09-06 Pedro Alves <palves@redhat.com>
11205
11206 * gdb.base/new-ui-pending-input.c: New file.
11207 * gdb.base/new-ui-pending-input.exp: New file.
11208 * gdb.exp (clear_gdb_spawn_id): New procedure.
11209 (with_spawn_id): Check whether gdb_spawn_id exists before
11210 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11211 on exit.
11212
00d5215e
UW
112132016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11214
11215 * gdb.base/float128.c: New file.
11216 * gdb.base/float128.exp: Likewise.
11217 * gdb.base/floatn.c: Likewise.
11218 * gdb.base/floatn.exp: Likewise.
11219
a9ff5f12
UW
112202016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11221
11222 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11223
f245535c
PA
112242016-09-05 Pedro Alves <palves@redhat.com>
11225
11226 PR backtrace/19927
11227 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11228 unwinders are immediately called as side effect of "source" or
11229 "disable unwinder" commands.
11230 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11231
ae9cf263
YQ
112322016-09-02 Yao Qi <yao.qi@linaro.org>
11233
11234 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11235 is true and $type is "float" or "double".
11236
27aba047
YQ
112372016-09-02 Yao Qi <yao.qi@linaro.org>
11238
11239 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11240 true.
11241 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11242 * gdb.base/call-rt-st.exp: Likewise.
11243 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11244 return value instead of gdb,skip_float_test.
11245 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11246 (do_function_calls): Use its return value instead of
11247 gdb,skip_float_test.
11248 * gdb.base/finish.exp: Likewise.
11249 * gdb.base/funcargs.exp: Likewise.
11250 * gdb.base/return.exp: Likewise.
11251 * gdb.base/return2.exp: Likewise.
11252 * gdb.base/varargs.exp: Likewise.
11253 * lib/gdb.exp (gdb_skip_float_test): Change it to
11254 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11255
5af962df
AA
112562016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11257
11258 * gdb.multi/tids.exp: Test "thread apply all".
11259
7fac6910
JK
112602016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11261
11262 * gdb.base/default.exp (tty): Remove.
11263
bb1fe4ac
KB
112642016-08-24 Kevin Buettner <kevinb@redhat.com>
11265
2806dc7e
PA
11266 * gdb.python/py-recurse-unwind.c: New file.
11267 * gdb.python/py-recurse-unwind.py: New file.
11268 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11269
0a1ddfa6
SM
112702016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11271
11272 * gdb.base/set-inferior-tty.exp: New file.
11273 * gdb.base/set-inferior-tty.c: New file.
11274
d9de1fe3
PA
112752016-08-23 Pedro Alves <palves@redhat.com>
11276
11277 PR gdb/20494
11278 * gdb.base/new-ui-echo.c: New file.
11279 * gdb.base/new-ui-echo.exp: New file.
11280
e9d9abd7
YQ
112812016-08-23 Yao Qi <yao.qi@linaro.org>
11282
11283 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11284 gdbserver_spawn.
11285 * gdb.server/connect-without-multi-process.exp (do_test):
11286 Likewise.
11287
3589529e
YQ
112882016-08-23 Yao Qi <yao.qi@linaro.org>
11289
11290 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11291 standalone_txt. Delete gdb_txt and standalone_txt on host
11292 and target. Spawn the binary on target. Copy files from
11293 target to host.
11294
6bb90213
PA
112952016-08-22 Pedro Alves <palves@redhat.com>
11296
11297 PR gdb/20505
11298 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11299 with_test_prefix. Factor out bits to ...
11300 (test_no_vdso): ... this new procedure.
11301
20c2c024
CL
113022016-08-19 Carl Love <cel@us.ibm.com>
11303
11304 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11305 maintaining separate logic for constructing the output path.
11306 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11307 * gdb.arch/ppc-dfp.exp: Likewise.
11308 * gdb.arch/ppc-fp.exp: Likewise.
11309 * gdb.arch/vsx-regs.exp: Likewise.
11310 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11311 binprefix for generating the additional binary files.
11312
0646e07d
PA
113132016-08-19 Pedro Alves <palves@redhat.com>
11314
11315 * gdb.trace/mi-trace-frame-collected.exp
11316 (test_trace_frame_collected): On x32, expect two registers.
11317
46da9242
CL
113182016-08-18 Carl Love <cel@us.ibm.com>
11319
11320 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11321 and sync up the test with tests in gas/testsuite/gas/ppc.
11322 * gdb.arch/powerpc-power.exp: Likewise.
11323
eb2332d7
SM
113242016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11325
11326 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11327 expected error message.
11328
63c61e04
SM
113292016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11330
11331 * gdb.multi/remove-inferiors.exp: New file.
11332 * gdb.multi/remove-inferiors.c: New file.
11333
7b17065f
YQ
113342016-08-12 Yao Qi <yao.qi@linaro.org>
11335
11336 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11337 argument list.
11338
01d3dedf
PA
113392016-08-10 Pedro Alves <palves@redhat.com>
11340
11341 PR gdb/19187
11342 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11343 setup_kfails.
11344
3eb7562a
PA
113452016-08-09 Pedro Alves <palves@redhat.com>
11346 Simon Marchi <simon.marchi@ericsson.com>
11347
11348 PR gdb/20418
11349 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11350 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11351
80614914
PA
113522016-08-09 Pedro Alves <palves@redhat.com>
11353
11354 PR mi/20431
11355 * gdb.mi/mi-cmd-error.exp: New file.
11356
f348d89a
PA
113572016-08-09 Pedro Alves <palves@redhat.com>
11358
11359 PR gdb/18653
11360 * gdb.base/signals-state-child.c: New file.
11361 * gdb.base/signals-state-child.exp: New file.
11362 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11363
e5ca03b4
PA
113642016-08-09 Pedro Alves <palves@redhat.com>
11365
11366 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11367
282a0691
TT
113682016-08-03 Tom Tromey <tom@tromey.com>
11369
11370 PR python/18565:
11371 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11372
41bfcd63
YQ
113732016-08-01 Yao Qi <yao.qi@linaro.org>
11374
11375 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11376 variable mode to "multi-process" if $multi_process is 1, otherwise
11377 set it to "single-process".
11378
e3465b24
YQ
113792016-08-01 Yao Qi <yao.qi@linaro.org>
11380
11381 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11382 * gdb.cp/cpexprs.exp: Likewise.
11383 * gdb.cp/m-static.exp: Likewise.
11384
0b31a4bc
TT
113852016-07-26 Tom Tromey <tom@tromey.com>
11386
11387 PR python/20190:
11388 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11389 test.
11390
e0461dbb
MM
113912016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11392
11393 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11394 selecting assembly source files.
11395 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11396 assembly source files.
11397 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11398 assembly source files.
11399 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11400 selecting assembly source files.
11401
8194e927
SM
114022016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11403
11404 * gdb.base/new-ui.exp (do_test_invalid_args): New
11405 procedure.
11406
c0272db5
TW
114072016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11408
11409 * gdb.btrace/reconnect.c: New file.
11410 * gdb.btrace/reconnect.exp: New file.
11411
e3487908
GKB
114122016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11413
11414 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11415 to test_catch_syscall_group.
11416 (test_catch_syscall_group): New.
11417
12df5c00
TT
114182016-07-21 Tom Tromey <tom@tromey.com>
11419
11420 * gdb.rust/simple.rs (main): Use empty struct expression.
11421 * gdb.rust/simple.exp: Add tests for empty struct expression.
11422
bae62ee2
YQ
114232016-07-21 Yao Qi <yao.qi@linaro.org>
11424
11425 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11426 if gdb_skip_xml_test is true on some targets.
11427
b1b53fb3
YQ
114282016-07-21 Yao Qi <yao.qi@linaro.org>
11429
11430 * gdb.server/solib-list.exp: Unset last_loaded_file.
11431
027d97f8
JK
114322016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11433
11434 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11435 "step into captured_main (args)".
11436
7674d381
JK
114372016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11438
11439 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11440
72b5d099
JK
114412016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11442
11443 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11444
1f960ced
PA
114452016-07-19 Pedro Alves <palves@redhat.com>
11446
11447 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11448 * gdb.opt/inline-bt.exp: Likewise.
11449 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11450 additional_flags=-Winline.
11451 * gdb.opt/inline-locals.exp: Likewise.
11452 * gdb.opt/inline-markers.c (ATTR): Define.
11453 (inlined_fn): Use it.
11454
f25827c1
YQ
114552016-07-19 Yao Qi <yao.qi@linaro.org>
11456
11457 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11458 (test_with_self): Remove some code. Remove argument executable.
11459 (top-level): Use do_self_tests.
11460
37539ebe
DB
114612016-07-15 Zachary Welch <zwelch@codesourcery.com>
11462 Don Breazeal <donb@codesourcery.com>
11463
11464 * gdb.base/maint.exp: Escape paths used in regular expressions.
11465 * gdb.stabs/weird.exp: Likewise.
11466
dac790e1
TT
114672016-07-13 Tom Tromey <tom@tromey.com>
11468
11469 PR python/15620, PR python/18620:
11470 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11471 (test_bkpt_events): New procs.
11472
93daf339
TT
114732016-07-13 Tom Tromey <tom@tromey.com>
11474
11475 PR python/17698:
11476 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11477 test.
11478 (test_watchpoints): Likewise.
11479 (test_bkpt_pending): New proc.
11480
6571a381
TT
114812016-07-13 Tom Tromey <tom@tromey.com>
11482
11483 PR cli/18053:
11484 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11485 completion test.
11486
e8732474
JK
114872016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11488
11489 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11490 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11491 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11492 f_label.
11493 (g): Rename g_end_lbl to g_label.
11494 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11495 low_pc and high_pc.
11496 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11497
e0f3fd7c
TT
114982016-07-12 Tom Tromey <tom@tromey.com>
11499
11500 PR python/19293:
11501 * gdb.python/py-unwind-maint.exp: Update tests.
11502
3cfe46b6
YQ
115032016-07-12 Yao Qi <yao.qi@linaro.org>
11504
11505 * lib/selftest-support.exp (selftest_setup): Match the output
11506 when captured_main is inlined.
11507
4f19a0e6
WT
115082016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11509
11510 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11511 New variables.
11512 (print this%a, print this%b, print this): New tests.
11513 * gdb.fortran/derived-types.f90 (this): New object and
11514 initialization.
11515
986cf455
SM
115162016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11517
11518 * gdb.ada/arraydim.exp: Remove extra directory level in build
11519 directory.
11520
f0464b23
SM
115212016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11522
11523 * lib/ada.exp: Remove extra directory level in build directory.
11524 * gdb.ada/cond_lang.exp: Likewise.
11525 * gdb.ada/exec_changed.exp: Likewise.
11526 * gdb.ada/lang_switch.exp: Likewise.
11527
42d94011
MG
115282016-07-06 Manish Goregaokar <manish@mozilla.com>
11529
2806dc7e
PA
11530 * simple.rs: Add test for raw pointer subscripting.
11531 * simple.exp: Add test expectations.
42d94011 11532
647c264c
YQ
115332016-07-05 Yao Qi <yao.qi@linaro.org>
11534
11535 * gdb.mi/mi-reverse.exp: Match =record-started output.
11536
20aa2c60
PA
115372016-07-01 Pedro Alves <palves@redhat.com>
11538
11539 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11540 procedure.
11541 (jit_reader_test): Test the jit reader's unwinder.
11542 * gdb.base/jithost.c (jit_function_00_code): New global.
11543 (main): Use memcpy to fill in the mmapped code, instead of poking
11544 bytes manually here.
11545 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11546 value.
11547 (read_debug_info): Save the function's range.
11548 (read_sp): New function.
11549 (unwind_frame): Use it. Also unwind RBP.
11550 (get_frame_id): Use read_sp.
11551 (gdb_init_reader): Use calloc instead of malloc.
11552 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11553 parameter. Use gdb_test_multiple.
11554
ced2dffb
PA
115552016-07-01 Pedro Alves <palves@redhat.com>
11556 Antoine Tremblay <antoine.tremblay@ericsson.com>
11557
11558 * gdb.threads/process-dies-while-detaching.c: New file.
11559 * gdb.threads/process-dies-while-detaching.exp: New file.
11560
63000888
PA
115612016-07-01 Pedro Alves <palves@redhat.com>
11562
11563 * gdb.multi/watchpoint-multi-exit.c: New file.
11564 * gdb.multi/watchpoint-multi-exit.exp: New file.
11565
038d4868
PA
115662016-06-30 Pedro Alves <palves@redhat.com>
11567
11568 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11569 unset inferior_spawn_id.
11570
994e9c83
PA
115712016-06-30 Pedro Alves <palves@redhat.com>
11572
11573 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11574 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11575
e5653468
YQ
115762016-06-29 Yao Qi <yao.qi@linaro.org>
11577
11578 * gdb.base/return.c: Add copyright header.
11579
803b47e5
TT
115802016-06-29 Tom Tromey <tom@tromey.com>
11581
11582 PR python/20129:
11583 * gdb.python/py-framefilter.exp: Add tests for setting priority
11584 and disabling of non-existent frame filter.
11585
28244707
YQ
115862016-06-29 Yao Qi <yao.qi@linaro.org>
11587
11588 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11589 0x0f07ff.
11590
a31d2f06
YQ
115912016-06-28 Yao Qi <yao.qi@linaro.org>
11592
11593 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11594 triplets. Start gdb, execute catch syscall, and continue. Check
11595 gdb's output to determine catch syscall is supported.
11596
921d8f54
MG
115972016-06-27 Manish Goregaokar <manish@mozilla.com>
11598
25d49b86
PA
11599 * gdb.rust/simple.rs: Add test for returning unit in a function.
11600 * gdb.rust/simple.exp: Add expectation for functions returning
11601 unit.
921d8f54 11602
f4952523
PMR
116032016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11604
11605 * gdb.python/py-breakpoint-create-fail.c,
11606 gdb.python/py-breakpoint-create-fail.exp,
11607 gdb.python/py-breakpoint-create-fail.py: New testcase.
11608
fccb08f8
MG
116092016-06-25 Manish Goregaokar <manish@mozilla.com>
11610
11611 PR gdb/20239
11612 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11613 * gdb.rust/simple.exp: Add test expectations for new NonZero
11614 tests.
fccb08f8 11615
6b850546
DT
116162016-06-24 David Taylor <dtaylor@emc.com>
11617
11618 * gdb.base/offsets.exp: New file.
11619 * gdb.base/offsets.c: New file.
11620
17621150
TT
116212016-06-23 Tom Tromey <tom@tromey.com>
11622
11623 PR gdb/16483:
11624 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11625 before any filters are loaded.
11626
04d59df6
WT
116272016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11628
11629 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11630 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11631 structs.
11632 * gdb.fortran/derived-type-function.exp: New file.
11633 * gdb.fortran/derived-type-function.f90: New file.
11634
11635
ac69f786
PA
116362016-06-21 Pedro Alves <palves@redhat.com>
11637
11638 * gdb.base/new-ui.exp: New file.
11639 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11640 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11641 (with_spawn_id): New procedure.
11642
49940788
PA
116432016-06-21 Pedro Alves <palves@redhat.com>
11644
11645 * gdb.mi/mi-exec-run.exp: New file.
11646
ef274d26
PA
116472016-06-21 Pedro Alves <palves@redhat.com>
11648
11649 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11650 breakpoint command's output on the main UI.
11651 (test_break): New procedure, factored out from calls in the top
11652 level.
11653 (top level): Use foreach_with_prefix to test MI as main UI and as
11654 separate UI.
11655
468afe6c
PA
116562016-06-21 Pedro Alves <palves@redhat.com>
11657
11658 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11659 (test_awatch_creation_and_listing)
11660 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11661 Remove 'type' parameter.
11662 (test_watchpoint_all): New parameter mi_mode. Remove
11663 with_test_prefix.
11664 (top level): Use foreach_with_prefix, and add main/separate UI MI
11665 testing axis.
11666
51f77c37
PA
116672016-06-21 Pedro Alves <palves@redhat.com>
11668
11669 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11670 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11671 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11672 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11673 (gdb_main_spawn_id, mi_spawn_id): Declare and
11674 comment.
11675 (mi_create_inferior_pty): New procedure,
11676 factored out from default_mi_gdb_start.
11677 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11678 procedures.
11679 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11680 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11681 Use mi_create_inferior_pty.
11682 (mi_gdb_start): Use eval to pass down args list.
11683
8980e177
PA
116842016-06-21 Pedro Alves <palves@redhat.com>
11685
11686 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11687 * gdb.opt/inline-cmds.exp: Add MI tests.
11688
f38d3ad1
PA
116892016-06-21 Pedro Alves <palves@redhat.com>
11690
11691 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11692
45db7c09
PA
116932016-06-21 Pedro Alves <palves@redhat.com>
11694
11695 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11696 (top level): Use it instead of mi_execute_to.
11697
5a069ab3
PA
116982016-06-21 Pedro Alves <palves@redhat.com>
11699
11700 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11701 (cont_handler_str): New.
11702 (signal_stop_handler): Set stop_handler_str instead of printing to
11703 stdout.
11704 (continue_handler): Set cont_handler_str instead of printing to
11705 stdout.
11706 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11707 mi_send_resuming_command. Print stop_handler_str and
11708 cont_handler_str instead of expecting the python events print
11709 directly.
11710
2838cc1d
SD
117112016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11712
11713 * gdb.base/jit-reader.exp: New file.
11714 * gdb.base/jithost.c: New file.
11715 * gdb.base/jithost.h: New file.
11716 * gdb.base/jitreader.c : New file.
11717 * gdb.base/jit-protocol.h: New file.
11718
21a77091
YQ
117192016-06-17 Yao Qi <yao.qi@linaro.org>
11720
11721 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11722 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11723 and detach-on-fork. Adjust tests.
11724 (top level): Invoke break_cond_on_syscall with combinations of
11725 syscall, follow-fork-mode and detach-on-fork.
11726
f50bf8e5
YQ
117272016-06-17 Yao Qi <yao.qi@linaro.org>
11728
11729 * gdb.base/step-over-exit.c: New.
11730 * gdb.base/step-over-exit.exp: New.
11731
a28d8e50
YTL
117322016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11733
11734 * gdb.base/float.exp: Add target check for nds32*-*-*.
11735 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11736
cad8e26d
AB
117372016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11738
11739 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11740 for unsupported target features.
11741 * gdb.base/call-rt-st.exp: Likewise.
11742 * gdb.base/call-sc.exp: Likewise.
11743 * gdb.base/call-signal-resume.exp: Likewise.
11744 * gdb.base/call-strs.exp: Likewise.
11745 * gdb.base/callexit.exp: Likewise.
11746 * gdb.base/callfuncs.exp: Likewise.
11747 * gdb.base/nodebug.exp: Likewise.
11748 * gdb.base/printcmds.exp: Likewise.
11749 * gdb.base/ptype.exp: Likewise.
11750 * gdb.base/structs.exp: Likewise.
11751 * gdb.base/unwindonsignal.exp: Likewise.
11752 * gdb.cp/gdb2495.exp: Likewise.
11753 * gdb.cp/templates.exp: Likewise.
11754 * gdb.cp/virtfunc.exp: Likewise.
11755 * gdb.threads/hand-call-in-threads.exp: Likewise.
11756 * gdb.threads/interrupted-hand-call.exp: Likewise.
11757 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11758
347dc102
TT
117592016-06-10 Tom Tromey <tom@tromey.com>
11760
11761 PR rust/20110:
11762 * gdb.rust/expr.exp: Add test for integer constant larger than
11763 i32.
11764
5e13cf25
BH
117652016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11766
11767 * gdb.fortran/nested-funcs.exp: New.
11768 * gdb.fortran/nested-funcs.f90: New.
11769
bb556f1f
TK
117702016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11771
11772 * gdb.base/examine-backward.c: New file.
11773 * gdb.base/examine-backward.exp: New file.
11774
38b022b4
SM
117752016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11776
11777 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11778 matching.
11779
1b40ec05
TT
117802016-06-02 Tom Tromey <tom@tromey.com>
11781
11782 PR python/18984:
11783 * gdb.python/py-shared.exp: Add solib_name test.
11784
193bd378
SM
117852016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11786
11787 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11788
3326303b
MG
117892016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11790
11791 PR c++/19893
11792 * gdb.dwarf2/implref.exp: Rename to...
11793 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11794 * gdb.dwarf2/implref-array.c: New file.
11795 * gdb.dwarf2/implref-array.exp: Likewise.
11796 * gdb.dwarf2/implref-global.c: Likewise.
11797 * gdb.dwarf2/implref-global.exp: Likewise.
11798 * gdb.dwarf2/implref-struct.c: Likewise.
11799 * gdb.dwarf2/implref-struct.exp: Likewise.
11800
825c8ef2
AT
118012016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11802
11803 * gdb.trace/trace-condition.exp: Add 64bit tests.
11804
2320162a
AT
118052016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11806
11807 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11808 bits types.
11809 (main): Adapt to 8 to 64 bits types.
11810 * gdb.trace/trace-condition.exp: Add new tests.
11811
a7818233
AT
118122016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11813
11814 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11815
0d336466
AT
118162016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11817
11818 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11819 Move condition tests...
11820 * gdb.trace/trace-condition.exp: Here.
11821
7faeb45a
AT
118222016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11823
11824 * gdb.trace/trace-condition.exp: Add counter-case tests.
11825
e385593e
JK
118262016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11827
11828 PR c++/15231
11829 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11830 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11831
744608cc
PA
118322016-05-27 Pedro Alves <palves@redhat.com>
11833
11834 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11835 New procedure.
11836 (top level): Call it, and bail out of DejaGnu is known to be bad.
11837
ac775bf4
AB
118382016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11839
11840 * gdb.base/whatis.c: Extend the test case.
11841 * gdb.base/whatis.exp: Add additional tests.
11842
2bbad2ea
BH
118432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11844
11845* gdb.fortran/type.f90: Add pointer variable.
11846* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11847
8b70175d
BH
118482016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11849
11850 * gdb.fortran/vla-type.exp: Fix testcase name.
11851
86d8a848
BH
118522016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11853
11854 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11855
e188eb36
BH
118562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11857
11858 * gdb.fortran/type.f90: Add nested structures.
11859 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11860 * gdb.fortran/derived-type.exp: Adapt expected output.
11861 * gdb.fortran/vla-type.exp: Adapt expected output.
11862
9b2db1fd
BH
118632016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11864
11865 * gdb.fortran/whatis_type.exp: Adapt expected output.
11866
72b17055
BH
118672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11868
11869 * gdb.fortran/print_type.exp: Fix expected output.
11870 * gdb.fortran/whatis_type.exp: Fix expected output.
11871
3cd81d8d
BH
118722016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11873
11874 * gdb.fortran/whatis_type.exp: Use multi_line.
11875
ddae9462
TT
118762016-05-24 Tom Tromey <tom@tromey.com>
11877
11878 PR python/17386:
11879 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11880 use value as an index.
11881
1957f6b8
TT
118822016-05-23 Tom Tromey <tom@tromey.com>
11883
11884 PR python/17981:
11885 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11886 no-breakpoint case.
11887
026a9174
PA
118882016-05-24 Pedro Alves <palves@redhat.com>
11889
11890 PR gdb/19828
11891 * gdb.threads/clone-attach-detach.c: New file.
11892 * gdb.threads/clone-attach-detach.exp: New file.
11893
e70a7231
FR
118942016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11895
11896 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11897
0f6ed0e0
TT
118982016-05-23 Tom Tromey <tom@tromey.com>
11899
11900 PR python/19438, PR python/18393:
11901 * gdb.python/py-progspace.exp: Add "dir" test.
11902 * gdb.python/py-objfile.exp: Add "dir" test.
11903
ffd19d61
YQ
119042016-05-23 Yao Qi <yao.qi@linaro.org>
11905
11906 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11907 * gdb.arch/thumb2-it.exp: Likewise.
11908
9e8f9b05
SM
119092016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11910
11911 * gdb.mi/mi-threads-interrupt.c: New file.
11912 * gdb.mi/mi-threads-interrupt.exp: New file.
11913
61c6156d
SM
119142016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11915
11916 PR gdb/18077
11917 * gdb.mi/mi-async-run.exp: New file.
11918 * gdb.mi/mi-async-run.c: New file.
11919
67218854
TT
119202016-05-17 Tom Tromey <tom@tromey.com>
11921 Manish Goregaokar <manishsmail@gmail.com>
11922
11923 * lib/rust-support.exp: New file.
11924 * lib/gdb.exp (skip_rust_tests): New proc.
11925 (build_executable_from_specs): Handle rust.
11926 * lib/future.exp (gdb_find_rustc): New proc.
11927 (gdb_default_target_compile): Handle rust.
11928 * gdb.rust/expr.exp: New file.
11929 * gdb.rust/generics.exp: New file.
11930 * gdb.rust/generics.rs: New file.
11931 * gdb.rust/methods.exp: New file.
11932 * gdb.rust/methods.rs: New file.
11933 * gdb.rust/modules.exp: New file.
11934 * gdb.rust/modules.rs: New file.
11935 * gdb.rust/simple.exp: New file.
11936 * gdb.rust/simple.rs: New file.
11937
c44af4eb
TT
119382016-05-17 Tom Tromey <tom@tromey.com>
11939
11940 * gdb.base/default.exp (set language): Add rust.
11941
dcd1f979
TT
119422016-05-17 Tom Tromey <tom@tromey.com>
11943
11944 * gdb.gdb/unittest.exp: New file.
11945
155b7f57
YQ
119462016-05-16 Yao Qi <yao.qi@linaro.org>
11947
11948 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11949 shell_prompt. Update shell_prompt_re.
11950
8ddd5a6c
DE
119512016-05-12 Doug Evans <dje@google.com>
11952
11953 PR symtab/19999
11954 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11955 $options when building executable.
11956 * gdb.dwarf2/fission-loclists-pie.S: New file.
11957 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11958
02e370d9
SM
119592016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11960
11961 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11962 of [is_remote target],
11963
8929ad8b
SM
119642016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11965
11966 * lib/gdb.exp (use_gdb_stub): New procedure.
11967
6c447423
DE
119682016-05-03 Yunlian Jiang <yunlian@google.com>
11969 Doug Evans <dje@google.com>
11970
11971 PR symtab/19914
11972 * gdb.dwarf2/dwp-sepdebug.c: New file.
11973 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11974
444e826c
SM
119752016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11976
11977 * gdb.base/detach.exp: Remove is_remote check.
11978
740feeaa
SM
119792016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11980
11981 * gdb.base/annota-input-while-running.exp: Don't check for
11982 [is_remote target]. Enable annotations after running to main.
11983 Remove unused "set test..." line.
11984
9080ac9d
SM
119852016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11986
11987 * gdb.trace/trace-enable-disable.exp: New file.
11988 * gdb.trace/trace-enable-disable.c: New file.
11989
952ebca5
SM
119902016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11991
11992 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11993 use it in info sharedlibrary test.
11994 * gdb.trace/ftrace-lock.exp: Likewise.
11995 * gdb.trace/ftrace.exp: Likewise.
11996 * gdb.trace/range-stepping.exp: Likewise.
11997 * gdb.trace/trace-break.exp: Likewise.
11998 * gdb.trace/trace-condition.exp: Likewise.
11999 * gdb.trace/trace-mt.exp: Likewise.
12000
d9019901
SM
120012016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12002
12003 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12004 (gdb_load_shlib): ... this.
12005 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12006 gdb_load_shlib.
12007 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12008 * gdb.base/ctxobj.exp: Likewise.
12009 * gdb.base/dprintf-pending.exp: Likewise.
12010 * gdb.base/dso2dso.exp: Likewise.
12011 * gdb.base/fixsection.exp: Likewise.
12012 * gdb.base/gcore-relro.exp: Likewise.
12013 * gdb.base/gdb1555.exp: Likewise.
12014 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12015 * gdb.base/gnu-ifunc.exp: Likewise.
12016 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12017 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12018 * gdb.base/pending.exp: Likewise.
12019 * gdb.base/print-file-var.exp: Likewise.
12020 * gdb.base/print-symbol-loading.exp: Likewise.
12021 * gdb.base/shlib-call.exp: Likewise.
12022 * gdb.base/shreloc.exp: Likewise.
12023 * gdb.base/so-impl-ld.exp: Likewise.
12024 * gdb.base/solib-disc.exp: Likewise.
12025 * gdb.base/solib-nodir.exp: Likewise.
12026 * gdb.base/solib-overlap.exp: Likewise.
12027 * gdb.base/solib-symbol.exp: Likewise.
12028 * gdb.base/solib-weak.exp (do_test): Likewise.
12029 * gdb.base/sym-file.exp: Likewise.
12030 * gdb.base/symtab-search-order.exp: Likewise.
12031 * gdb.base/type-opaque.exp: Likewise.
12032 * gdb.base/unload.exp: Likewise.
12033 * gdb.base/watchpoint-solib.exp: Likewise.
12034 * gdb.compile/compile.exp: Likewise.
12035 * gdb.cp/gdb2384.exp: Likewise.
12036 * gdb.cp/infcall-dlopen.exp: Likewise.
12037 * gdb.cp/re-set-overloaded.exp: Likewise.
12038 * gdb.fortran/library-module.exp: Likewise.
12039 * gdb.opt/solib-intra-step.exp: Likewise.
12040 * gdb.python/py-finish-breakpoint.exp: Likewise.
12041 * gdb.python/py-shared.exp: Likewise.
12042 * gdb.reverse/solib-precsave.exp: Likewise.
12043 * gdb.reverse/solib-reverse.exp: Likewise.
12044 * gdb.server/solib-list.exp: Likewise.
12045 * gdb.threads/dlopen-libpthread.exp: Likewise.
12046 * gdb.threads/tls-shared.exp: Likewise.
12047 * gdb.threads/tls-so_extern.exp: Likewise.
12048 * gdb.trace/change-loc.exp: Likewise.
12049 * gdb.trace/ftrace-lock.exp: Likewise.
12050 * gdb.trace/ftrace.exp: Likewise.
12051 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12052 * gdb.trace/pending.exp: Likewise.
12053 * gdb.trace/range-stepping.exp: Likewise.
12054 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12055 (strace_info_marker): Likewise.
12056 (strace_probe_marker): Likewise.
12057 (strace_trace_on_same_addr): Likewise.
12058 (strace_trace_on_diff_addr): Likewise.
12059 * gdb.trace/trace-break.exp: Likewise.
12060 * gdb.trace/trace-condition.exp: Likewise.
12061 * gdb.trace/trace-mt.exp: Likewise.
12062
fca4cfd9
SM
120632016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12064
12065 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12066 result of gdb_remote_download.
12067 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12068 * gdb.base/dso2dso.exp: Likewise.
12069 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12070 * gdb.base/print-file-var.exp: Likewise.
12071 * gdb.base/shlib-call.exp: Likewise.
12072 * gdb.base/shreloc.exp: Likewise.
12073 * gdb.base/solib-overlap.exp: Likewise.
12074 * gdb.base/solib-weak.exp (do_test): Likewise.
12075 * gdb.base/unload.exp: Likewise.
12076
11cf4ffb
YQ
120772016-04-27 Yao Qi <yao.qi@linaro.org>
12078
12079 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12080 exists.
12081
3e2e34f8
KB
120822016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12083
12084 * vla-type.exp: Print structure from toplevel.
12085
8f07e298
BH
120862016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12087
12088 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12089 of dynamic types.
12090 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12091 of dynamic types.
12092
9920b434
BH
120932016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12094
12095 * gdb.fortran/vla-type.f90: New file.
12096 * gdb.fortran/vla-type.exp: New file.
12097
f3abeff5
YQ
120982016-04-25 Yao Qi <yao.qi@linaro.org>
12099
12100 * gdb.base/branch-to-self.c: New file.
12101 * gdb.base/branch-to-self.exp: New file.
12102
0a5d52f0
YQ
121032016-04-22 Yao Qi <yao.qi@linaro.org>
12104
12105 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12106 more after $hex.
12107
495346f6
YQ
121082016-04-22 Yao Qi <yao.qi@linaro.org>
12109
12110 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12111 * gdb.base/annota3.exp: Likewise.
12112
4a7e075c
YQ
121132016-04-22 Yao Qi <yao.qi@linaro.org>
12114
12115 * gdb.reverse/step-precsave.exp: Do one step and test program
12116 stops in "callee" and do multiple steps until program goes out
12117 of "callee".
12118 * gdb.reverse/step-reverse.exp: Likewise.
12119
5b061e98
YQ
121202016-04-22 Yao Qi <yao.qi@linaro.org>
12121
12122 * gdb.trace/signal.exp: Also pass if
12123 $tracepoint_hits($i) > $iterations.
12124
5c5dc57f
YQ
121252016-04-22 Yao Qi <yao.qi@linaro.org>
12126
12127 * gdb.trace/signal.c: New file.
12128 * gdb.trace/signal.exp: New file.
12129
a55411b9
DE
121302016-04-19 Doug Evans <xdje42@gmail.com>
12131
12132 * gdb.base/bad-file.exp: New file.
12133
a22df60a
MG
121342016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12135
12136 * gdb.dwarf2/implref.exp: New file.
12137
0c13f7e5
BH
121382016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12139
12140 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12141 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12142 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12143 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12144 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12145 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12146 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12147 * lib/fortran.exp (fortran_int4): New procedure.
12148 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12149 (fortran_logical4): Likewise.
12150
9b9b09e9
BH
121512016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12152
12153 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12154
a14d1f4d
BH
121552016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12156
12157 * lib/compiler.c: Add Intel specific preprocessor macros.
12158 * lib/compiler.cc: Likewise.
25d49b86 12159
7d49b1d0
LM
121602016-04-13 Luis Machado <lgustavo@codesourcery.com>
12161
12162 * gdb.server/connect-with-no-symbol-file.c: New file.
12163 * gdb.server/connect-with-no-symbol-file.exp: New file.
12164
8392fa22
SM
121652016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12166
12167 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12168
8c4c4aeb
SM
121692016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12170
12171 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12172 standard output directory.
12173
45e3745e
AT
121742016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12175
12176 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12177
e26b7e41
MM
121782016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12179
12180 * gdb.btrace/instruction_history.c (loop): Add declaration.
12181
8ce09462
AT
121822016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12183
12184 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12185
2e88a1ea
SM
121862016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12187
12188 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12189 parentheses to print.
12190 (continue_handler): Likewise.
12191
f48e22e3
SM
121922016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12193
12194 * gdb.server/solib-list.exp: Remove is_remote check.
12195 Pass shlib= to gdb_compile. Don't link shared library with
12196 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12197 Run binary filename through "readlink -f" on the target.
12198
096be756
PA
121992016-04-08 Pedro Alves <palves@redhat.com>
12200
12201 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12202 interpreter filename as argument to gdbserver_spawn.
12203 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12204 Return empty if $last_loaded_file does not exist.
12205
06500533
JK
122062016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12207
12208 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12209 * gdb.base/jit-main.c: Use exit after usage.
12210
2d35e871
JK
122112016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12212
12213 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12214 GDBHISTSIZE prior to the tests.
12215 * gdb.base/gdbinit-history.exp: Likewise.
12216
122172016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12218
12219 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12220 instead of build_executable. Use gdb_load_shlibs.
12221
c8064e7e
YQ
122222016-04-07 Yao Qi <yao.qi@linaro.org>
12223
12224 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12225 Execute "si" command.
12226
bde47561
YQ
122272016-04-07 Yao Qi <yao.qi@linaro.org>
12228
12229 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12230 number instead of the comments on some line.
12231
b16f8a3b
DB
122322016-04-06 Don Breazeal <donb@codesourcery.com>
12233
12234 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12235 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12236
c2f901df
SM
122372016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12238
12239 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12240 standard_output_file. Remove unused binfile variable.
12241
ac17fda0
CU
122422016-04-05 Catalin Udma <catalin.udma@freescale.com>
12243
12244 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12245 * gdb.python/py-mi-objfile.exp: Match "list main" output
12246 in console format.
12247
03a8c4df
SM
122482016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12249
12250 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12251 absolute.
12252
6e774b13
SM
122532016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12254
12255 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12256 absolute.
12257 * gdb.trace/ftrace.exp: Likewise.
12258 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12259 targets as well.
12260 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12261 (gdb_load_shlibs): Copy libraries to test directory when testing
12262 natively. Only set solib-search-path if testing remotely.
12263 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12264
7817ea46
SM
122652016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12266
12267 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12268 gdb_download. Use it even if the target is not remote.
12269 * gdb.base/jit.exp (compile_jit_test): Likewise.
12270 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12271 output directory if the destination board is local, otherwise use
12272 the standard remote_download from DejaGnu.
12273 (gdb_download): Remove.
12274 (gdb_load_shlibs): Use gdb_remote_download instead of
12275 gdb_download.
12276 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12277 Use gdb_remote_download instead of gdb_download. Use it even if
12278 the target is not remote.
12279 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12280 instead of gdb_download.
12281
7beb7f68
SM
122822016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12283
12284 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12285 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12286 run.
12287
cc63428a
AV
122882016-04-01 Artemiy Volkov <artemiyv@acm.org>
12289
12290 PR gdb/19820
12291 * gdb.base/printcmds.exp: Add artificial arrays tests.
12292
64cdf930
PA
122932016-03-31 Pedro Alves <palves@redhat.com>
12294
12295 PR gdb/19858
12296 * gdb.base/jit-main.c: Include unistd.h.
12297 (ATTACH): Define to 0 if not already defined.
12298 (wait_for_gdb, mypid): New globals.
12299 (WAIT_FOR_GDB): New macro.
12300 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12301 some breakpoint locations.
12302 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12303 New procedures.
12304 (one_jit_test): Add REATTACH parameter, and handle it. Use
12305 continue_to_test_location.
12306 (top level): Test attach, and adjusts calls to one_jit_test.
12307
40dea8cb
PA
123082016-03-31 Pedro Alves <palves@redhat.com>
12309
12310 PR gdb/19858
12311 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12312 BINSUFFIX parameter, and handle it.
12313 (top level): Adjust calls compile_jit_test.
12314
e7ea3ec7
CU
123152016-03-31 Catalin Udma <catalin.udma@freescale.com>
12316
12317 PR python/19743
12318 * gdb.python/py-mi-events-gdb.py: New file.
12319 * gdb.python/py-mi-events.c: New file.
12320 * gdb.python/py-mi-events.exp: New file.
12321
e6359af3
YQ
123222016-03-30 Yao Qi <yao.qi@linaro.org>
12323
12324 * gdb.reverse/until-precsave.exp: Match function name only.
12325 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12326 Move malloc to a condition block.
12327 * gdb.reverse/until-reverse.exp: Match function name only.
12328
a4105d04
MK
123292016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12330
12331 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12332 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12333 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12334 variable for GPR 0 instead of assuming it is register 0.
12335 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12336 * lib/trace-support.exp: Add s390 registers.
12337
bfa6adb9
YQ
123382016-03-29 Yao Qi <yao.qi@linaro.org>
12339
12340 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12341
1e6697ea
YQ
123422016-03-24 Yao Qi <yao.qi@linaro.org>
12343
12344 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12345 test message.
12346
64bcd522
AA
123472016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12348
12349 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12350 maintaining separate logic for constructing the output path.
12351
7868401b
DB
123522016-03-16 Don Breazeal <donb@codesourcery.com>
12353
12354 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12355 Retry fork and waitpid on interrupted system call errors.
12356 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12357 Use with_timeout_factor to increase timeout by factor of 10.
12358
1cafadb4
DB
123592016-03-15 Don Breazeal <donb@codesourcery.com>
12360
12361 * gdb.cp/scope-err.cc: New test program.
12362 * gdb.cp/scope-err.exp: New test script.
12363 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12364 lines and "set breakpoint here" comment.
12365 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12366 Fixed some whitespace and format issues.
12367 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12368 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12369
81516450
DE
123702016-03-15 Doug Evans <dje@google.com>
12371
12372 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12373 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12374 All callers updated. Add tests for enums, mixed flags register.
12375
aa52b601
DE
123762016-03-15 Doug Evans <dje@google.com>
12377
12378 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12379 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12380
fa4ff313
SM
123812016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12382
12383 * gdb.base/default.exp: Add $_as_string to the list of expected
12384 convenience functions.
12385
f2403c39
AB
123862016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12387
12388 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12389
f2f3ccb9
SM
123902016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12391
12392 * gdb.python/py-as-string.exp: New file.
12393 * gdb.python/py-as-string.c: New file.
12394
00dbd492
PA
123952016-03-09 Pedro Alves <palves@redhat.com>
12396
12397 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12398 signal" -> "Thread NN received signal" output change.
12399 * gdb.threads/ia64-sigill.exp: Likewise.
12400 * gdb.threads/linux-dp.exp: Likewise.
12401 * gdb.threads/manythreads.exp: Likewise.
12402 * gdb.threads/pending-step.exp: Likewise.
12403 * gdb.threads/print-threads.exp: Likewise.
12404 * gdb.threads/sigstep-threads.exp: Likewise.
12405 * gdb.threads/staticthreads.exp: Likewise.
12406 * gdb.threads/tls.exp: Likewise.
12407
1e6697ea
YQ
124082016-03-09 Pedro Alves <palves@redhat.com>
12409
12410 * gdb.base/command-line-input.exp: New file.
12411
b04fd3be
MK
124122016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12413
12414 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12415 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12416 * gdb.trace/pending.exp: Accept leading dot before function name.
12417 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12418 * lib/trace-support.exp: Set registers for ppc.
12419
98fa59e9
MK
124202016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12421
12422 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12423 use it for disassembly; accept .main in addition to main in backtrace.
12424
f77198c8
MK
124252016-03-09 Wei-cheng Wang <cole945@gmail.com>
12426 Marcin Kościelnicki <koriakin@0x04.net>
12427
12428 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12429 (gdb_recursion_test_ptr): New global variable.
12430 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12431 gdb_recursion_test.
12432 (gdb_c_test): Ditto.
12433
ba84e0da
MK
124342016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12435
12436 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12437 ordering.
12438
4366d36e
MK
124392016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12440
12441 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12442 (bar): Add bar_start_lbl label.
12443 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12444 of foo/bar for emitting DWARF and tracing.
12445
5eb264df
SDJ
124462016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12447
12448 * analyze-racy-logs.py: Set executable bit.
12449
fb6a751f
SDJ
124502016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12451
12452 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12453 (CHECK_TARGET_TMP): Likewise.
12454 (check-single-racy): New rule.
12455 (check-parallel-racy): Likewise.
12456 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12457 (do-check-parallel-racy): New rule.
12458 (check-racy/%.exp): Likewise.
12459 * README (Racy testcases): New section.
12460 * analyze-racy-logs.py: New file.
12461
bdf7e230
DE
124622016-03-03 Doug Evans <dje@google.com>
12463
12464 * gdb.base/skip.exp: Use with_test_prefix.
12465
4719d415
YQ
124662016-03-03 Yao Qi <yao.qi@linaro.org>
12467
12468 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12469 Invoke step_over_syscall "clone" and break_cond_on_syscall
12470 "clone".
12471 * gdb.base/step-over-clone.c: New file.
12472
ea507862
YQ
124732016-03-03 Yao Qi <yao.qi@linaro.org>
12474
12475 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12476 code format.
12477
8fc8cbda
YQ
124782016-03-03 Yao Qi <yao.qi@linaro.org>
12479
12480 * gdb.base/disp-step-fork.c: Rename to ...
12481 * gdb.base/step-over-fork.c: ... it. New file.
12482 * gdb.base/disp-step-vfork.c: Rename to ...
12483 * gdb.base/step-over-vfork.c: ... it. New file.
12484 * gdb.base/disp-step-syscall.exp: Rename to ...
12485 * gdb.base/step-over-syscall.exp: ... it. New file.
12486 (disp_step_cross_syscall): Rename to ...
12487 (step_over_syscall): ... it.
12488
92fa70b0
YQ
124892016-03-03 Yao Qi <yao.qi@linaro.org>
12490
12491 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12492 If target supports condition evaluation on target, invoke
12493 break_cond_on_syscall for fork and vfork.
12494
e197ad3c
YQ
124952016-03-03 Yao Qi <yao.qi@linaro.org>
12496
12497 * gdb.base/disp-step-syscall.exp: Don't invoke
12498 support_displaced_stepping.
12499 (disp_step_cross_syscall): Test with displaced stepping off and
12500 on if supported.
12501
0b47da9f
YQ
125022016-03-03 Yao Qi <yao.qi@linaro.org>
12503
12504 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12505 proc.
12506 (setup): New proc.
12507 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12508 and setup.
12509
065ab6dc
BH
125102016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12511
12512 * gdb.fortran/vla-history.exp: Remove breakpoint.
12513
07e448ad 125142016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12515
25d49b86
PA
12516 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12517 exceeds timeout.
07e448ad 12518
9ac2d526 125192016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12520
25d49b86
PA
12521 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12522 breakpoint.
9ac2d526 12523
17807369
BH
125242016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12525
12526 * gdb.mi/vla.f90: Nullify pointer after declaration.
12527
86e501af
PA
125282016-03-01 Pedro Alves <palves@redhat.com>
12529
12530 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12531
1e903e32
PA
125322016-03-01 Pedro Alves <palves@redhat.com>
12533
12534 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12535 before anything else.
12536 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12537 _GNU_SOURCE here.
12538 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12539 before anything else.
12540 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12541
6ccb54e2
PA
125422016-03-01 Pedro Alves <palves@redhat.com>
12543
12544 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12545
30ca9da1
YQ
125462016-03-01 Yao Qi <yao.qi@linaro.org>
12547
12548 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12549 prepare_for_testing.
12550
dc856b38
YQ
125512016-03-01 Yao Qi <yao.qi@linaro.org>
12552
12553 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12554
4a932159
AA
125552016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12556
12557 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12558 manually constructing the output path.
12559
f2489477
AA
125602016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12561
12562 * gdb.arch/s390-stackless.S: New.
12563 * gdb.arch/s390-stackless.exp: New.
12564
38899f16
IB
125652016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12566
12567 * gdb.dlang/circular.c: New file.
12568 * gdb.dlang/circular.exp: New file.
12569
9fde51ed
YQ
125702016-02-26 Yao Qi <yao.qi@linaro.org>
12571
12572 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12573 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12574 (testcases): Update.
12575
ce90fefe
YQ
125762016-02-26 Yao Qi <yao.qi@linaro.org>
12577
12578 * gdb.reverse/aarch64.c: Rename to ...
12579 * gdb.reverse/insn-reverse.c: ... it.
12580 * gdb.reverse/aarch64.exp: Rename to ...
12581 * gdb.reverse/insn-reverse.exp: ... it.
12582
3263bceb
YQ
125832016-02-26 Yao Qi <yao.qi@linaro.org>
12584
12585 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12586 (testcase_ftype): New.
12587 (testcases): New array.
12588 (n_testcases): New.
12589 (main): Call each element in testcases.
12590 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12591 (read_testcase): New.
12592 Do the tests in a loop.
12593
6cb59ff1
YQ
125942016-02-25 Yao Qi <yao.qi@linaro.org>
12595
12596 * gdb.base/branches.c: Remove.
12597
ae91f625
MK
125982016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12599
12600 PR gdb/13808
12601 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12602
678b48b7
MK
126032016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12604
12605 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12606
7337a6f2
MK
126072016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12608
12609 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12610 change x86_64 call_insn to 'callq'.
12611
861ca91f
AT
126122016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12613
12614 * gdb.trace/tfile-avx.c: Move to...
12615 * gdb.trace/tracefile-pseudo-reg.c: Here.
12616 * gdb.trace/tfile-avx.exp: Move to...
12617 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12618
bf74e428
GB
126192016-02-24 Gary Benson <gbenson@redhat.com>
12620
12621 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12622 message on attach.
12623
cce0e923
DE
126242016-02-23 Doug Evans <dje@google.com>
12625
12626 * gdb.base/skip.c (test_skip): New function.
12627 (end_test_skip_file_and_function): New function.
12628 (test_skip_file_and_function): New function.
12629 * gdb.base/skip1.c (test_skip): New function.
12630 (skip1_test_skip_file_and_function): New function.
12631 * gdb.base/skip.exp: Add tests for new skip options.
12632 * gdb.base/skip-solib.exp: Update expected output.
12633 * gdb.perf/skip-command.cc: New file.
12634 * gdb.perf/skip-command.exp: New file.
12635 * gdb.perf/skip-command.py: New file.
12636
4000e47e
MK
126372016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12638
12639 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12640 info registers pattern.
12641
24f75ead
IB
126422016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12643
12644 * lib/future.exp: Add D support.
12645 (gdb_find_gdc): New proc.
12646 (gdb_default_target_compile): Add D support.
12647
fbb7bcbe
WW
126482016-02-18 Wei-cheng Wang <cole945@gmail.com>
12649
12650 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12651 user+system time.
12652 (trace_speed_test): Determine the iteration count for a time
12653 between 15..30 seconds.
12654
012b3a21
WT
126552016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12656
12657 * gdb.arch/i386-mpx-sigsegv.c: New file.
12658 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12659 * gdb.arch/i386-mpx-simple_segv.c: New file.
12660 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12661
2d5189bd
YQ
126622016-02-18 Yao Qi <yao.qi@linaro.org>
12663
12664 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12665 Don't call setup_kfail.
12666
40fb20d0
YQ
126672016-02-18 Yao Qi <yao.qi@linaro.org>
12668
12669 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12670 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12671
21b1f8d2
DE
126722016-02-16 Doug Evans <dje@google.com>
12673
12674 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12675 * gdb.base/skip1.c: Ditto.
12676 * gdb.base/skip.exp: Whitespace cleanup.
12677
4041ed77
DB
126782016-02-16 Don Breazeal <donb@codesourcery.com>
12679
12680 PR remote/19496
12681 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12682 Remove kfail for PR remote/19496.
12683
c4ef31bf
SM
126842016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12685
12686 * lib/gdb.exp (standard_temp_file): Return a path specific to
12687 the runtest invocation.
12688
266b65b3
SM
126892016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12690
12691 * gdb.trace/save-trace.exp: Change relative path to be in the
12692 standard output directory.
12693
a7a0a6a9
JK
126942016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12695
12696 * gdb.arch/i386-prologue.c: Add missing prototypes.
12697
c99dbb42
JK
126982016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12699
12700 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12701 * gdb.arch/i386-prologue.exp: Likewise.
12702 * gdb.arch/i386-size.exp: Likewise.
12703
aa480355
SM
127042016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12705
12706 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12707 define object file path.
12708 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12709 file path.
12710 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12711 standard_output_file to define binfile.
12712
ba881f50
JK
127132016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12714
12715 Fix compatibility with recent gfortran-5.3.1.
12716 * gdb.fortran/vla-history.exp (print vla1 allocated)
12717 (print vla2 allocated, print $2, print $3): Remove
12718 (print $4): Rename to ...
12719 (print $2): ... here.
12720 (print $9): Rename to ...
12721 (print $5): ... here.
12722 (print $10): Rename to ...
12723 (print $6): ... here.
12724 * gdb.fortran/vla.f90: Add pvla initialization.
12725
e9fb005c
JK
127262016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12727
12728 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12729 New test.
12730 * gdb.fortran/vla-value-sub.exp: Likewise.
12731
e44e00ff
MK
127322016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12733
12734 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12735
97e94151
SM
127362016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12737
12738 * i386-biarch-core.exp: Define corefile using
12739 standard_output_file.
12740
01113bc1
YQ
127412016-02-12 Yao Qi <yao.qi@linaro.org>
12742
12743 * gdb.arch/arm-single-step-kernel-helper.c: New.
12744 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12745
33b4777c
MM
127462016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12747
12748 * gdb.btrace/tailcall-only.exp: New.
12749 * gdb.btrace/tailcall-only.c: New.
12750 * gdb.btrace/x86_64-tailcall-only.S: New.
12751 * gdb.btrace/i686-tailcall-only.S: New.
12752
acc23c11
PA
127532016-02-11 Pedro Alves <palves@redhat.com>
12754
12755 * README (Parallel testing): Add missing double quotes.
12756
e352bf0a
PA
127572016-02-11 Pedro Alves <palves@redhat.com>
12758
12759 * README (Parallel testing): New section.
12760 (GDB_PARALLEL): Rewrite.
12761 (FORCE_PARALLEL): Document.
12762
9f5fed78
MK
127632016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12764
12765 * gdb.trace/tfile-avx.c: New test.
12766 * gdb.trace/tfile-avx.exp: New test.
12767
9ef9e6a6
KS
127682016-02-09 Keith Seitz <keiths@redhat.com>
12769
12770 PR breakpoints/19546
12771 * gdb.base/infcall-exec.c: New file.
12772 * gdb.base/infcall-exec2.c: New file.
12773 * gdb.base/infcall-exec.exp: New file.
12774
a96e36da
KS
127752016-02-09 Keith Seitz <keiths@redhat.com>
12776
12777 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12778 (toplevel): Call test_bkpt_address.
12779
9f61929f
KS
127802016-02-09 Keith Seitz <keiths@redhat.com>
12781
12782 PR python/19506
12783 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12784 (toplevel): Call test_bkpt_address.
12785
1e94266c
SM
127862016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12787
12788 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12789 to AC_OUTPUT.
12790 * configure: Regenerate.
12791
2a7f3dff
PA
127922016-02-09 Pedro Alves <palves@redhat.com>
12793
12794 PR breakpoints/19548
12795 * gdb.base/execl-update-breakpoints.c (some_function): New
12796 function.
12797 (main): Call it.
12798 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12799 Tighten expected GDB output.
12800
2151ccc5
SM
128012016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12802
12803 * Makefile.in (ALL_SUBDIRS): Remove.
12804 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12805 (distclean maintainer-clean realclean): Likewise.
12806 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12807 * configure: Regenerate.
12808 * gdb.ada/Makefile.in: Delete.
12809 * gdb.arch/Makefile.in: Likewise.
12810 * gdb.asm/Makefile.in: Likewise.
12811 * gdb.base/Makefile.in: Likewise.
12812 * gdb.btrace/Makefile.in: Likewise.
12813 * gdb.cell/Makefile.in: Likewise.
12814 * gdb.compile/Makefile.in: Likewise.
12815 * gdb.cp/Makefile.in: Likewise.
12816 * gdb.disasm/Makefile.in: Likewise.
12817 * gdb.dlang/Makefile.in: Likewise.
12818 * gdb.dwarf2/Makefile.in: Likewise.
12819 * gdb.fortran/Makefile.in: Likewise.
12820 * gdb.gdb/Makefile.in: Likewise.
12821 * gdb.go/Makefile.in: Likewise.
12822 * gdb.guile/Makefile.in: Likewise.
12823 * gdb.java/Makefile.in: Likewise.
12824 * gdb.linespec/Makefile.in: Likewise.
12825 * gdb.mi/Makefile.in: Likewise.
12826 * gdb.modula2/Makefile.in: Likewise.
12827 * gdb.multi/Makefile.in: Likewise.
12828 * gdb.objc/Makefile.in: Likewise.
12829 * gdb.opencl/Makefile.in: Likewise.
12830 * gdb.opt/Makefile.in: Likewise.
12831 * gdb.pascal/Makefile.in: Likewise.
12832 * gdb.perf/Makefile.in: Likewise.
12833 * gdb.python/Makefile.in: Likewise.
12834 * gdb.reverse/Makefile.in: Likewise.
12835 * gdb.server/Makefile.in: Likewise.
12836 * gdb.stabs/Makefile.in: Likewise.
12837 * gdb.threads/Makefile.in: Likewise.
12838 * gdb.trace/Makefile.in: Likewise.
12839 * gdb.xml/Makefile.in: Likewise.
12840 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12841 GDB_PARALLEL.
12842 (standard_output_file): Remove check for GDB_PARALLEL, always
12843 return path in outputs/$subdir/$testname.
12844
437277d4
SM
128452016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12846
12847 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12848 (site.exp): Assign abs_srcdir to tcl's srcdir.
12849
31d913c7
YQ
128502016-02-04 Yao Qi <yao.qi@linaro.org>
12851
12852 * gdb.base/foll-exec-mode.c: Include limits.h.
12853 (main): Add parameters argc and argv. Get directory from
12854 argv[0].
12855 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12856 compilation.
12857 * gdb.base/foll-exec.c: Include limits.h.
12858 (main): Add parameters argc and argv.
12859 Get directory from argv[0].
12860 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12861 Adjust tests on the number of lines as source code changed.
12862 * gdb.base/foll-vfork-exit.c: Include limits.h.
12863 (main): Add one line of statement before vfork.
12864 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12865 (main): Add parameters argc and argv. Get directory from
12866 argv[0].
12867 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12868 (setup_gdb): Set tbreak to skip some source lines.
12869 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12870 (main): Add parameters argc and argv. Get directory from
12871 argv[0].
12872 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12873 compilation.
12874 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12875 (main): Add parameters argc and argv. Get directory from
12876 argv[0].
12877 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12878 compilation.
12879
9482b9fb
DE
128802016-02-01 Doug Evans <dje@google.com>
12881
12882 * gdb.base/skip.exp: Clean up multiple references to same test name.
12883
6b2e4f10
PA
128842016-02-01 Pedro Alves <palves@redhat.com>
12885
ccb6afd6 12886 PR remote/19496
6b2e4f10
PA
12887 * gdb.threads/forking-threads-plus-breakpoint.exp
12888 (displaced_stepping_supported): New global.
12889 (probe_displaced_stepping_support): New procedure.
12890 (do_test): Add 'displaced' parameter, and use it.
12891 (top level): Check for displaced stepping support. Add displaced
12892 stepping on/off testing axis.
12893
37a8db1a
AB
128942016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12895
12896 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12897 pointer. Don't perform further tests on the unassociated pointer
12898 if the first test fails.
12899
5fdf6324
AB
129002016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12901
12902 * gdb.base/max-value-size.c: New file.
12903 * gdb.base/max-value-size.exp: New file.
12904 * gdb.base/huge.exp: Disable max-value-size for this test.
12905
935c6144
IB
129062016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12907
12908 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12909
7fe8399d
YQ
129102016-01-28 Yao Qi <yao.qi@linaro.org>
12911
12912 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12913
a2077e25
PA
129142016-01-25 Pedro Alves <palves@redhat.com>
12915
12916 PR threads/19461
12917 * gdb.base/fork-running-state.c: New file.
12918 * gdb.base/fork-running-state.exp: New file.
12919
1d2736d4
PA
129202016-01-25 Pedro Alves <palves@redhat.com>
12921
12922 PR gdb/19494
12923 * gdb.base/catch-fork-kill.c: New file.
12924 * gdb.base/catch-fork-kill.exp: New file.
12925
f1da4b11
PA
129262016-01-25 Pedro Alves <palves@redhat.com>
12927
12928 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12929 Delete, moved to lib/gdb.exp.
12930 * gdb.threads/forking-threads-plus-breakpoint.exp
12931 (foreach_with_prefix): Likewise.
12932 * gdb.threads/process-dies-while-handling-bp.exp
12933 (foreach_with_prefix): Likewise.
12934 * lib/gdb.exp (foreach_with_prefix): New procedure.
12935
45f38546
MK
129362016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12937
12938 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12939 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12940
dc29a1ce
MK
129412016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12942
12943 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12944 endian targets.
12945
092127d7
JK
129462016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12947 Pedro Alves <palves@redhat.com>
12948
12949 Fix testsuite compatibility with Guile.
12950 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12951 number.
12952
31d765d3
JK
129532016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12954
12955 Fix testsuite compatibility with Guile.
12956 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12957 (thread 1): New test for backtrace through signal handler.
12958
1ac78c04
YQ
129592016-01-22 Yao Qi <yao.qi@linaro.org>
12960
12961 PR testsuite/19491
12962 * gdb.base/multi-forks.c: Include
12963 ../lib/unbuffer_output.c
12964 (main): Call gdb_unbuffer_output.
12965
4f5946a8
DE
129662016-01-21 Doug Evans <dje@google.com>
12967
12968 * lib/ada.exp (gdb_compile_ada): Fix typo.
12969
305e13e6
JB
129702016-01-21 Joel Brobecker <brobecker@adacore.com>
12971
12972 * gdb.base/break-fun-addr.exp: New file.
12973 * gdb.base/break-fun-addr1.c: New file.
12974 * gdb.base/break-fun-addr2.c: New file.
12975
5f5dfff6
SM
129762016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12977
12978 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12979 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12980 enum flag values.
12981
fd356fa2
AA
129822016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12983
12984 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12985 when GDB can not set the vector return value. Add more comments
12986 for clarification.
12987
9df22175
AT
129882016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12989
12990 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12991 command.
12992
41d1845e
SM
129932016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12994
12995 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12996
01ac6840
SM
129972016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12998
12999 * Makefile.in (check-single): Pass --status to runtest.
13000 (check/%.exp): Likewise.
13001
130022016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13003
13004 * Makefile.in (check-parallel): Propagate return code from make
13005 do-check-parallel.
13006
bd0a71fa
MK
130072016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13008
13009 * gdb.trace/ftrace.exp: Fix expected message on continue.
13010 * gdb.trace/pending.exp: Fix expected message on continue.
13011 * gdb.trace/trace-break.exp: Fix expected message on continue.
13012
8bcbad33
SM
130132016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13014
13015 * lib/gdb.exp (gdb_test): Remove unused global references.
13016
f303dbd6
PA
130172016-01-18 Pedro Alves <palves@redhat.com>
13018
13019 * gdb.base/async-shell.exp: Adjust expected output.
13020 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13021 * gdb.base/siginfo-thread.exp: Adjust expected output.
13022 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13023 * gdb.java/jnpe.exp: Adjust expected output.
13024 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13025 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13026 * gdb.threads/leader-exit.exp: Adjust expected output.
13027 * gdb.threads/manythreads.exp: Adjust expected output.
13028 * gdb.threads/pthreads.exp: Adjust expected output.
13029 * gdb.threads/schedlock.exp: Adjust expected output.
13030 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13031 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13032 expected output.
13033 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13034 output.
13035 * gdb.threads/sigthread.exp: Adjust expected output.
13036 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13037
b2789696
YQ
130382016-01-18 Yao Qi <yao.qi@linaro.org>
13039
13040 * gdb.guile/scm-section-script.c: Replace @progbits with
13041 %progbits.
13042 * gdb.python/py-section-script.c: Likewise.
13043
71ef29a8
PA
130442016-01-15 Pedro Alves <palves@redhat.com>
13045
13046 * gdb.multi/tids.exp: Test star wildcard ranges.
13047
3f5b7598
PA
130482016-01-15 Pedro Alves <palves@redhat.com>
13049
13050 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13051 command from "thread apply" invocation.
13052 (thr_apply_info_thr_invalid): Default the expected output to the
13053 input tid list.
13054 (top level): Add tests that use convenience variables. Add tests
13055 for "thread apply" with a valid TID list, but missing the command.
13056
663f6d42
PA
130572016-01-13 Pedro Alves <palves@redhat.com>
13058
13059 * gdb.base/default.exp: Expect $_gthread as well.
13060 * gdb.multi/tids.exp: Test $_gthread.
13061 * gdb.threads/thread-specific.exp: Test $_gthread.
13062
c84f6bbf
PA
130632016-01-13 Pedro Alves <palves@redhat.com>
13064
13065 * gdb.multi/tids.exp: Test "info threads -gid".
13066
22a02324
PA
130672016-01-13 Pedro Alves <palves@redhat.com>
13068
13069 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13070 Breakpoint.thread.
13071 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13072
5d5658a1
PA
130732016-01-07 Pedro Alves <palves@redhat.com>
13074
13075 * gdb.base/break.exp: Adjust to output changes.
13076 * gdb.base/hbreak2.exp: Likewise.
13077 * gdb.base/sepdebug.exp: Likewise.
13078 * gdb.base/watch_thread_num.exp: Likewise.
13079 * gdb.linespec/keywords.exp: Likewise.
13080 * gdb.multi/info-threads.exp: Likewise.
13081 * gdb.threads/thread-find.exp: Likewise.
13082 * gdb.multi/tids.c: New file.
13083 * gdb.multi/tids.exp: New file.
13084
84654457
PA
130852016-01-13 Pedro Alves <palves@redhat.com>
13086
13087 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13088
e3940304
PA
130892016-01-13 Pedro Alves <palves@redhat.com>
13090
13091 * gdb.base/default.exp: Expect $_inferior as well.
13092 * gdb.multi/base.exp: Test $_inferior.
13093
a911d87a
PA
130942016-01-13 Pedro Alves <palves@redhat.com>
13095
13096 PR breakpoints/19388
13097 * gdb.base/catch-signal-siginfo-cond.c: New file.
13098 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13099
82075af2
JS
131002016-01-12 Josh Stone <jistone@redhat.com>
13101 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13102
13103 * gdb.base/catch-syscall.c (do_execve): New variable.
13104 (main): Conditionally trigger an execve.
13105 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13106 (test_catch_syscall_execve): New, check entry/return across execve.
13107 (do_syscall_tests): Call test_catch_syscall_execve.
13108
e46eeedd
PA
131092016-01-12 Pedro Alves <palves@redhat.com>
13110
13111 * gdb.base/random-signal.exp (do_test): New procedure, with body
13112 of testcase moved in.
13113
01d8c27e
JK
131142016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13115 Pedro Alves <palves@redhat.com>
13116
13117 * gdb.base/funcargs.exp (finish from indirectly called function):
13118 Reintroduce the case for 'First'.
13119
9a706302
JK
131202016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13121 Pedro Alves <palves@redhat.com>
13122
13123 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13124 (tcatch_vfork_then_child_follow_exec)
13125 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13126 identification.
13127
c0ecb95f
JK
131282016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13129
13130 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13131 and repeats to unlimited.
13132 * gdb.python/py-value.exp: Likewise.
13133 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13134 and repeats to unlimited.
13135
6cfc1fcb
JK
131362016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13137
13138 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13139 and reordering the functions.
13140 * gdb.multi/hangout.c: Likewise.
13141 * gdb.multi/hello.c: Likewise.
13142
582a1b00
SM
131432016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13144
13145 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13146 absolute.
13147 (SingleStatisticTestResult.report): Use dict.keys instead of
13148 dict.iterkeys.
13149
79bc59cb
PA
131502016-01-06 Pedro Alves <palves@redhat.com>
13151
13152 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13153
43368e1d
MM
131542016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13155
13156 * gdb.btrace/dlopen.exp: New.
13157 * gdb.btrace/dlopen.c: New.
13158 * gdb.btrace/dlopen-dso.c: New.
13159
79fad5b8
SL
131602015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13161
13162 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13163 PATTERN argument is optional.
13164
ab8314b3
JB
131652015-12-24 Joel Brobecker <brobecker@adacore.com>
13166
13167 * lib/ada.exp (target_compile_ada_from_dir): New function.
13168 (gdb_compile_ada): Reimplement avoiding the use of project files.
13169 * gdb.ada/gnat_ada.gpr: Delete.
13170 * gdb.ada/cond_lang.exp: Adjust test to make path before
13171 filename optional.
13172 * gdb.ada/small_reg_param.exp: Likewise.
13173
fe33faff
SM
131742015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13175
13176 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13177
6d265cb4
TP
131782015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13179
13180 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13181 case.
13182
10125099
SM
131832015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13184
13185 * gdb.base/break.exp: Remove dead code.
13186 * gdb.base/sepdebug.exp: Likewise.
13187
3ca22649
SM
131882015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13189
13190 * gdb.asm/asm-source.exp: Remove HP-UX references.
13191 * gdb.base/annota1.exp: Likewise.
13192 * gdb.base/annota3.exp: Likewise.
13193 * gdb.base/attach.exp: Likewise.
13194 * gdb.base/bigcore.exp: Likewise.
13195 * gdb.base/break.exp: Likewise.
13196 * gdb.base/call-ar-st.exp: Likewise.
13197 * gdb.base/callfuncs.exp: Likewise.
13198 * gdb.base/catch-fork-static.exp: Likewise.
13199 * gdb.base/display.exp: Likewise.
13200 * gdb.base/foll-exec-mode.exp: Likewise.
13201 * gdb.base/foll-exec.exp: Likewise.
13202 * gdb.base/foll-fork.exp: Likewise.
13203 * gdb.base/foll-vfork.exp: Likewise.
13204 * gdb.base/funcargs.exp: Likewise.
13205 * gdb.base/hbreak2.exp: Likewise.
13206 * gdb.base/inferior-died.exp: Likewise.
13207 * gdb.base/interrupt.exp: Likewise.
13208 * gdb.base/multi-forks.exp: Likewise.
13209 * gdb.base/nodebug.exp: Likewise.
13210 * gdb.base/sepdebug.exp: Likewise.
13211 * gdb.base/solib1.c: Likewise.
13212 * gdb.base/step-test.exp: Likewise.
13213 * gdb.mi/non-stop.c: Likewise.
13214 * gdb.mi/pthreads.c: Likewise.
13215 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13216 * gdb.threads/pthreads.c: Likewise.
13217 * gdb.threads/staticthreads.exp: Likewise.
13218 * lib/future.exp: Likewise.
13219 * lib/gdb.exp: Likewise.
13220 * gdb.base/so-indr-cl.c: Remove.
13221 * gdb.base/so-indr-cl.exp: Likewise.
13222 * gdb.base/solib.c: Likewise.
13223 * gdb.base/solib.exp: Likewise.
13224 * gdb.base/solib2.c: Likewise.
13225
b6304613
SM
132262015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13227
13228 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13229 * gdb.base/call-ar-st.exp: Likewise.
13230 * gdb.base/callfuncs.exp: Likewise.
13231 * gdb.base/condbreak.exp: Likewise.
13232 * gdb.base/constvars.exp: Likewise.
13233 * gdb.base/hbreak2.exp: Likewise.
13234 * gdb.base/langs.exp: Likewise.
13235 * gdb.base/list.exp: Likewise.
13236 * gdb.base/long_long.exp: Likewise.
13237 * gdb.base/ptype.exp: Likewise.
13238 * gdb.base/scope.exp: Likewise.
13239 * gdb.base/signals.exp: Likewise.
13240 * gdb.base/so-impl-ld.exp: Likewise.
13241 * gdb.base/varargs.exp: Likewise.
13242 * gdb.base/volatile.exp: Likewise.
13243 * gdb.base/whatis.exp: Likewise.
13244 * gdb.cp/cplusfuncs.exp: Likewise.
13245 * gdb.cp/inherit.exp: Likewise.
13246 * gdb.cp/local.exp: Likewise.
13247 * gdb.cp/member-ptr.exp: Likewise.
13248 * gdb.cp/method.exp: Likewise.
13249 * gdb.cp/overload.exp: Likewise.
13250 * gdb.cp/templates.exp: Likewise.
13251 * gdb.stabs/weird.exp: Likewise.
13252 * lib/compiler.c: Likewise.
13253 * lib/compiler.cc: Likewise.
13254 * lib/cp-support.exp: Likewise.
13255 * lib/gdb.exp: Likewise.
13256
bf401b07
SM
132572015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13258
13259 * configure.ac: Remove HP-UX case.
13260 * configure: Regenerate.
13261
aff9c0f8
SM
132622015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13263
13264 * lib/gdb.exp (gdb_compile): Add function doc.
13265
a6904d5a
PA
132662015-12-17 Pedro Alves <palves@redhat.com>
13267
13268 PR threads/19354
13269 * gdb.multi/info-threads.exp: New file.
13270
a22279dd
YQ
132712015-12-15 Yao Qi <yao.qi@linaro.org>
13272
13273 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13274 is aarch64*-*-*.
13275
0588c796
SL
132762015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13277
13278 * gdb.base/history-duplicates.exp: Skip if no readline support.
13279
5d978e17
SL
132802015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13281
13282 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13283
7e763b86
SL
132842015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13285
13286 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13287
87a3a92c
SL
132882015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13289
13290 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13291 ctrl-C if nointerrupts target property is set.
13292 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13293 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13294 * gdb.base/paginate-bg-execution.exp: Likewise.
13295 * gdb.base/paginate-execution-startup.exp: Likewise.
13296 * gdb.base/random-signal.exp: Likewise.
13297 * gdb.base/range-stepping.exp: Likewise.
13298 * gdb.cp/annota2.exp: Likewise.
13299 * gdb.cp/annota3.exp: Likewise.
13300 * gdb.gdb/selftest.exp: Likewise.
13301 * gdb.threads/continue-pending-status.exp: Likewise.
13302 * gdb.threads/leader-exit.exp: Likewise.
13303 * gdb.threads/manythreads.exp: Likewise.
13304 * gdb.threads/pthreads.exp: Likewise.
13305 * gdb.threads/schedlock.exp: Likewise.
13306 * gdb.threads/sigthread.exp: Likewise.
13307
a8f077dc
DB
133082015-12-11 Don Breazeal <donb@codesourcery.com>
13309
13310 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13311 remote.
13312 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13313 * gdb.base/foll-exec.exp (main): Enable for target remote.
13314 * gdb.base/foll-fork.exp (main): Likewise.
13315 * gdb.base/foll-vfork.exp (main): Likewise.
13316 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13317 (proc continue_to_exit_bp_loc): Use clean_restart.
13318 * gdb.base/pie-execl.exp (main): Disable for target remote.
13319 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13320 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13321 * gdb.threads/execl.exp (main): Likewise.
13322 * gdb.threads/fork-child-threads.exp (main): Likewise.
13323 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13324 remote.
13325 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13326 remote.
13327 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13328 pid.tid style ptids, instead of just tid.
13329 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13330 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13331 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13332 ptids, instead of just tid.
13333
3b2464a8
AB
133342015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13335
13336 * gdb.base/list.exp (test_list_forward): Add end of file error
13337 test.
13338 (test_repeat_list_command): Add end of file error test.
13339 (test_list_backwards): Add beginning of file error test.
13340
a0def019
AB
133412015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13342
13343 * gdb.base/list.exp (test_list_invalid_args): New function,
13344 defined, and called.
13345
5c000dff
AB
133462015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13347
13348 * gdb.base/list.exp (test_list): Make test names unique.
13349
f1637ebe
YQ
133502015-12-11 Yao Qi <yao.qi@linaro.org>
13351
13352 * gdb.base/coremaker2.c: Remove.
13353
36d6fc0a
PA
133542015-12-10 Pedro Alves <palves@redhat.com>
13355
13356 * gdb.multi/base.exp: Remove stale "spaces" references.
13357
762f7747
PA
133582015-12-10 Pedro Alves <palves@redhat.com>
13359
13360 * gdb.multi/base.exp: Don't use nowarnings.
13361 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13362 * gdb.multi/hangout.c: Include stdio.h.
13363 * gdb.multi/hello.c: Include stdlib.h.
13364 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13365 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13366 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13367
28d2bfb9
AB
133682015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13369
13370 * gdb.dwarf2/dw2-ranges-base.c: New file.
13371 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13372 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13373 support additional line table, and debug ranges generation.
13374 (Dwarf::ranges): New function, generate .debug_ranges.
13375 (Dwarf::lines): Support generating simple line table programs.
13376 (Dwarf::assemble): Initialise new namespace variables.
13377
5fc2beac
KB
133782015-12-09 Kevin Buettner <kevinb@redhat.com>
13379
13380 * gdb.base/async.exp (proc test_background): Add case for
13381 asynchronous execution not supported.
13382
1c35a88f
LM
133832015-12-09 Luis Machado <lgustavo@codesourcery.com>
13384
13385 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13386 format and change test names to make them unique.
13387
b593e3d9
RK
133882015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13389 Pedro Alves <pedro@redhat.com>
13390
13391 PR gdb/18702
13392 Add checking of floatformats setup on x86_64 hosts.
13393 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13394 (smallval, bigval): New labels/constants.
13395 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13396 float" after loading bigval and smallval.
13397
d72413e6
PMR
133982015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13399
13400 * gdb.ada/fun_overload_menu.exp: New testcase.
13401 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13402
ece66d65
JS
134032015-12-04 Josh Stone <jistone@redhat.com>
13404
13405 * gdb.base/catch-fork-static.exp: New.
13406
41d0efca
YQ
134072015-12-03 Yao Qi <yao.qi@linaro.org>
13408
13409 * gdb.base/sizeof.c: Don't include stdio.h and
13410 ../lib/unbuffer_output.c.
13411 (main): New variable 'size' and 'value'. Remove printf and
13412 gdb_unbuffer_output. Assign return value to size and value.
13413 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13414 at the beginning.
13415 (check_sizeof): Check the result by printing variable 'size'.
13416 (check_valueof): Check the result by printing variable 'value'.
13417
99fd02d9
YQ
134182015-12-01 Yao Qi <yao.qi@linaro.org>
13419
13420 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13421 for aarch64*-*-linux* target.
13422
f2faf941
PA
134232015-11-30 Pedro Alves <palves@redhat.com>
13424
13425 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13426
04bf20c5
PA
134272015-11-30 Pedro Alves <palves@redhat.com>
13428
13429 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13430 Handle non-stop mode vCont replies.
13431
09df4675
PA
134322015-11-30 Pedro Alves <palves@redhat.com>
13433
13434 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13435 prepare_for_testing. Start gdb with "set non-stop on" appended to
13436 GDBFLAGS. Lax expected stop output.
13437
58b584af
YQ
134382015-11-27 Yao Qi <yao.qi@linaro.org>
13439
13440 * gdb.arch/arm-neon.exp: New.
13441 * gdb.arch/arm-neon.c: New.
13442
dfcb77a8
YQ
134432015-11-27 Yao Qi <yao.qi@linaro.org>
13444
13445 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13446
88e8ec1b
YQ
134472015-11-27 Yao Qi <yao.qi@linaro.org>
13448
13449 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13450 frames-invalid annotation.
13451
bfde72c2
YQ
134522015-11-27 Yao Qi <yao.qi@linaro.org>
13453
13454 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13455
f6512a69
SM
134562015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13457
13458 * gdb.threads/names.exp: New file.
13459 * gdb.threads/names.c: New file.
13460 * README: Mention gdb,no_thread_names.
13461
46a3515b
MM
134622015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13463
13464 PR 19297
13465 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13466 support" error.
13467
62147a22
PA
134682015-11-24 Pedro Alves <palves@redhat.com>
13469
13470 PR 17539
13471 * gdb.base/display.exp: Expect displays to be sorted in ascending
13472 order. Use multi_line.
13473 * gdb.base/solib-display.exp: Likewise.
13474
2f341b6e
PA
134752015-11-24 Pedro Alves <palves@redhat.com>
13476
13477 PR 17539
25d49b86
PA
13478 * gdb.base/display.exp: Expect displays to be sorted in ascending
13479 order. Use multi_line.
13480 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13481
7e0aa6aa
PA
134822015-11-24 Pedro Alves <palves@redhat.com>
13483
13484 PR 17539
13485 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13486 threads in ascending order.
13487 * gdb.base/foll-fork.exp: Likewise.
13488 * gdb.base/foll-vfork.exp: Likewise.
13489 * gdb.base/multi-forks.exp: Likewise.
13490 * gdb.mi/mi-nonstop.exp: Likewise.
13491 * gdb.mi/mi-nsintrall.exp: Likewise.
13492 * gdb.multi/base.exp: Likewise.
13493 * gdb.multi/multi-arch.exp: Likewise.
13494 * gdb.python/py-inferior.exp: Likewise.
13495 * gdb.threads/break-while-running.exp: Likewise.
13496 * gdb.threads/execl.exp: Likewise.
13497 * gdb.threads/gcore-thread.exp: Likewise.
13498 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13499 * gdb.threads/kill.exp: Likewise.
13500 * gdb.threads/linux-dp.exp: Likewise.
13501 * gdb.threads/multiple-step-overs.exp: Likewise.
13502 * gdb.threads/next-bp-other-thread.exp: Likewise.
13503 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13504 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13505 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13506 * gdb.threads/thread-find.exp: Likewise.
13507 * gdb.threads/tls.exp: Likewise.
13508 * lib/mi-support.exp (mi_reverse_list): Delete.
13509 (mi_check_thread_states): No longer reverse list.
13510
2cc57ad8
PA
135112015-11-24 Pedro Alves <palves@redhat.com>
13512
13513 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13514 use lowercase.
13515
c93e8391
SM
135162015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13517
13518 * gdb.trace/actions.c: Include trace-common.h.
13519 (main): Add a location for a fast tracepoint.
13520 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13521 the normal tracepoints.
13522 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13523
045ccf91
SM
135242015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13525
13526 * save-trace.exp: Factor out code to these...
13527 (gdb_save_tracepoints): New.
13528 (gdb_load_tracepoints): New.
13529 (do_save_load_test): New.
13530
5506f9f6
KB
135312015-11-23 Kevin Buettner <kevinb@redhat.com>
13532
13533 * gdb.base/asmlabel.exp: New test.
13534 * gdb.base/asmlabel.c: New test case.
13535
16c3b12f
JB
135362015-11-23 Joel Brobecker <brobecker@adacore.com>
13537
13538 * gdb.base/wrong_frame_bt_full-main.c: New file.
13539 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13540 * gdb.base/wrong_frame_bt_full.exp: New file.
13541
155bfbd3
JB
135422015-11-23 Joel Brobecker <brobecker@adacore.com>
13543
13544 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13545
bb097445
JM
135462015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13547
206853a0 13548 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13549 pstate register when comparing registers values in
13550 sparc64-*-linux-gnu targets to avoid spurious differences.
13551
9c88ed8f
JM
135522015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13553
206853a0 13554 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13555
96161e25
SL
135562015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13557
13558 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13559 as type argument to gdb_compile.
13560 * gdb.base/nested-subp2.exp: Likewise.
13561 * gdb.base/nested-subp3.exp: Likewise.
13562
340c2830
DV
135632015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13564
13565 * lib/dwarf.exp (_note): Fix left shift of negative value.
13566 * gdb.trace/trace-condition.exp: Likewise.
13567
c1862d0f
YQ
135682015-11-13 Yao Qi <yao.qi@linaro.org>
13569
13570 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13571 comments about d10v.
13572 (test_scalar_returns): Likewise.
13573 * gdb.base/d10v.ld: Remove.
13574 * gdb.base/overlays.exp: Remove the target triplet checking for
13575 d10v-*-*.
13576 * gdb.base/structs.exp (test_struct_returns): Remove the
13577 comments about d10v.
13578 (test_struct_calls): Likewise.
13579
77ae9c19
YQ
135802015-11-13 Yao Qi <yao.qi@linaro.org>
13581
13582 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13583 * gdb.base/gnu_vector.c: Don't include stdio.h.
13584 (main): Don't print res and call add_some_intvecs.
13585
430e004e
MK
135862015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13587
13588 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13589 macro.
13590 (func5): Removed.
13591 (func4): Use FAST_TRACEPOINT_LABEL.
13592 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13593 macro.
13594 (func): Removed.
13595 (thread_function): Use FAST_TRACEPOINT_LABEL.
13596 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13597 (func): Remove.
13598 (marker): Use FAST_TRACEPOINT_LABEL.
13599 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13600 (pendfunc1): Remove.
13601 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13602 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13603 (foo): Remove.
13604 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13605 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13606 macro.
13607 (func): Remove.
13608 (marker): Use FAST_TRACEPOINT_LABEL.
13609 * gdb.trace/trace-common.h: New header.
13610 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13611 macro.
13612 (func): Remove.
13613 (marker): Use FAST_TRACEPOINT_LABEL.
13614 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13615 (func): Remove.
13616 (thread_function): Use FAST_TRACEPOINT_LABEL.
13617
6e7675a7
MK
136182015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13619
13620 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13621 in front.
13622 * gdb.trace/change-loc.exp: Use global pcreg definition.
13623 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13624 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13625 in front.
13626 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13627 * gdb.trace/pending.exp: Likewise.
13628 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13629 * gdb.trace/trace-break.exp: Likewise.
13630 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13631 in front.
13632 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13633 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13634 in front.
13635 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13636
dddc0e16
JB
136372015-11-09 Joel Brobecker <brobecker@adacore.com>
13638
13639 * gdb.ada/fin_fun_out: New testcase.
13640
c6f0b406
KB
136412015-11-07 Kevin Buettner <kevinb@redhat.com>
13642
13643 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13644 value associated with DW_AT_byte_size.
13645 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13646 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13647 DW_AT_upper_bound.
13648
f01dcfd9
KB
136492015-11-07 Kevin Buettner <kevinb@redhat.com>
13650
13651 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13652 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13653 version.
13654 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13655 gdb.dwarf2/dw2-canonicalize-type.exp,
13656 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13657 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13658 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13659 provided by gdb_target_symbol_prefix_flags_asm.
13660 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13661 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13662 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13663 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13664 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13665 macros where needed). Use this macro for symbols which require
13666 the prefix provided by SYMBOL_PREFIX.
13667
2223449a
KB
136682015-11-05 Kevin Buettner <kevinb@redhat.com>
13669
13670 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13671 New procs.
13672 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13673 representing expressions, of more than one list element.
13674 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13675 to prepend linker symbol prefix to f.
13676 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13677 table_1 and table_2.
13678 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13679 Likewise, for f and g.
13680 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13681 for ptr.
13682 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13683 for main.
13684 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13685 table_1_ptr and table_2_ptr.
13686
6f2f1a3a
JK
136872015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13688 Joel Brobecker <brobecker@adacore.com>
13689
13690 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13691
566c56c9
MK
136922015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13693
13694 * gdb.reverse/s390-mvcle.c: New test.
13695 * gdb.reverse/s390-mvcle.exp: New file.
13696 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13697
d5f0636b
MK
136982015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13699
13700 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13701
7ad8b86c
MK
137022015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13703
13704 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13705 reaching marker2.
13706 * gdb.reverse/getresuid-reverse.exp: Likewise.
13707 * gdb.reverse/pipe-reverse.exp: Likewise.
13708 * gdb.reverse/readv-reverse.exp: Likewise.
13709 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13710 * gdb.reverse/time-reverse.exp: Likewise.
13711 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13712
4081c0f1
YQ
137132015-10-30 Yao Qi <yao.qi@linaro.org>
13714
13715 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13716 (empty_cycle): Remove.
13717 (main): Don't call empty_cycle. Don't use watch_count_done.
13718 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13719 empty_cycle. Rewrite the code counting HW watchpoints.
13720
452b4ba5
MK
137212015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13722
13723 * gdb.reverse/fstatat-reverse.c: New test.
13724 * gdb.reverse/fstatat-reverse.exp: New file.
13725 * gdb.reverse/getresuid-reverse.c: New test.
13726 * gdb.reverse/getresuid-reverse.exp: New file.
13727 * gdb.reverse/pipe-reverse.c: New test.
13728 * gdb.reverse/pipe-reverse.exp: New file.
13729 * gdb.reverse/readv-reverse.c: New test.
13730 * gdb.reverse/readv-reverse.exp: New file.
13731 * gdb.reverse/recvmsg-reverse.c: New test.
13732 * gdb.reverse/recvmsg-reverse.exp: New file.
13733 * gdb.reverse/time-reverse.c: New test.
13734 * gdb.reverse/time-reverse.exp: New file.
13735 * gdb.reverse/waitpid-reverse.c: New test.
13736 * gdb.reverse/waitpid-reverse.exp: New file.
13737
5e2e7507
JK
137382015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13739
13740 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13741
0fde2c53
DE
137422015-10-26 Doug Evans <dje@google.com>
13743
13744 PR symtab/17391
13745 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13746 * gdb.dwarf2/bad-regnum.c: New file.
13747 * gdb.dwarf2/bad-regnum.exp: New file.
13748
1a70ae97
DE
137492015-10-26 Doug Evans <dje@google.com>
13750
13751 PR python/18938
13752 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13753 file.
13754
27dc26ab
JK
137552015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13756
13757 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13758 for a change by "Mention language in compile error message".
13759
bed91f4d
SM
137602015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13761
13762 PR python/18073
13763 * gdb.python/py-type.c (C::a_method): New.
13764 (C::a_const_method): New.
13765 (C::a_static_method): New.
13766 (a_function): New.
13767 * gdb.python/py-type.exp (test_fields): Test getting fields
13768 from function and method.
13769
3f2f83dd
KB
137702015-10-21 Keven Boell <keven.boell@intel.com>
13771
13772 * gdb.fortran/vla-alloc-assoc.exp: New file.
13773 * gdb.fortran/vla-datatypes.exp: New file.
13774 * gdb.fortran/vla-datatypes.f90: New file.
13775 * gdb.fortran/vla-history.exp: New file.
13776 * gdb.fortran/vla-ptype-sub.exp: New file.
13777 * gdb.fortran/vla-ptype.exp: New file.
13778 * gdb.fortran/vla-sizeof.exp: New file.
13779 * gdb.fortran/vla-sub.f90: New file.
13780 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13781 * gdb.fortran/vla-value-sub-finish.exp: New file.
13782 * gdb.fortran/vla-value-sub.exp: New file.
13783 * gdb.fortran/vla-value.exp: New file.
13784 * gdb.fortran/vla-ptr-info.exp: New file.
13785 * gdb.mi/mi-vla-fortran.exp: New file.
13786 * gdb.mi/vla.f90: New file.
13787
27145d50
SL
137882015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13789
13790 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13791 of hardwired timeout value.
13792
5f3ff4f8
JK
137932015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13794 Pedro Alves <palves@redhat.com>
13795
13796 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13797 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13798
bfd09d20
JS
137992015-10-19 Josh Stone <jistone@redhat.com>
13800
13801 * gdb.base/catch-syscall.c: Include <sched.h>.
13802 (unknown_syscall): New variable.
13803 (main): Trigger a vfork and an unknown syscall.
13804 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13805 (unknown_syscall_number): Likewise.
13806 (check_call_to_syscall): Accept an optional syscall pattern.
13807 (check_return_from_syscall): Likewise.
13808 (check_continue): Likewise.
13809 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13810 (test_catch_syscall_skipping_return): New test toggling off 'catch
13811 syscall' to step over the syscall return, then toggling back on.
13812 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13813 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13814 (do_syscall_tests): Call test_catch_syscall_without_args and
13815 test_catch_syscall_mid_vfork.
13816 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13817 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13818
b32b93c6
AS
138192015-10-19 Andrew Stubbs <ams@codesourcery.com>
13820
13821 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13822 print g_vE): Add new pass patterns.
13823 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13824 print various symbol names for vptr fields.
13825
9d622bda
AB
138262015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13827
13828 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13829 results.
13830
0fd8ac1c
YQ
138312015-10-12 Yao Qi <yao.qi@linaro.org>
13832
13833 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13834
34240514
YQ
138352015-10-12 Yao Qi <yao.qi@linaro.org>
13836
13837 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13838 is aarch64*-*-linux*.
13839
8240f442
YQ
138402015-10-12 Yao Qi <yao.qi@linaro.org>
13841
13842 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13843 (can_relocate_bcond_true): ... it.
13844 (can_relocate_bcond_false): New function.
13845 (foo): Likewise.
13846 (can_relocate_bl): Likewise.
13847 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13848 can_relocate_bl.
13849
2520f728
PMR
138502015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13851
13852 * gdb.base/nested-addr.c: New file.
13853 * gdb.base/nested-addr.exp: New testcase.
13854
abcef95a
MM
138552015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13856
13857 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13858 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13859 its output. Ignore the output of "record goto begin" and instead
13860 check that GDB is replaying.
13861
145e3ddb
PA
138622015-10-09 Pedro Alves <palves@redhat.com>
13863
13864 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13865 (top level): Use it in the run with no args test.
13866
d5d8c4e1
IB
138672015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13868
13869 * gdb.dlang/properties.exp: New file.
13870
06e635ef
SL
138712015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13872
13873 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13874 whether or not address 0x1000 is mapped on the target.
13875
e019fd1d
SM
138762015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13877
13878 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13879 build.
13880
77ba2a67
MM
138812015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13882
13883 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13884 instruction-history test.
13885
c60eb31f
DE
138862015-09-28 Doug Evans <dje@google.com>
13887
13888 * gdb.base/gcore.c (array_func): Add reference to static_array.
13889
9a3c8263
SM
138902015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13891
13892 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13893 source line.
13894
9720e656
SL
138952015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13896
13897 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13898 short or char as base type.
13899
938d3bf2
SL
139002015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13901
13902 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13903 to allow any size enum.
13904
e6c2c623
PMR
139052015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13906
13907 * gdb.ada/array_ptr_renaming.exp: New testcase.
13908 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13909 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13910
06da0f77
PL
139112015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13912
13913 * gdb.trace/ftrace-lock.c: New file.
13914 * gdb.trace/ftrace-lock.exp: New file.
13915
4f51c22a
PL
139162015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13917
13918 * gdb.arch/insn-reloc.c: New file.
13919 * gdb.arch/ftrace-insn-reloc.exp: New file.
13920
7041adf4
PL
139212015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13922
13923 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13924 instruction.
13925 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13926 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13927 * gdb.trace/range-stepping.c: Likewise.
13928 * gdb.trace/trace-break.c: Likewise.
13929 * gdb.trace/trace-mt.c (thread_function): Likewise.
13930 * gdb.trace/ftrace.c (marker): Likewise.
13931 * gdb.trace/trace-condition.c (marker): Likewise.
13932 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13933 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13934 is_aarch64_target.
13935
015d2e7e
DE
139362015-09-18 Doug Evans <xdje42@gmail.com>
13937
13938 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13939 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13940
26b188a2
SL
139412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13942
13943 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13944 the breakpoint.
13945
79dc332b
SL
139462015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13947
13948 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13949 the pending breakpoint. Remove timeout override for "Run till
13950 MI pending breakpoint on pendfunc3 on thread 2" test.
13951
f57929f2
SL
139522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13953
13954 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13955 filename pattern.
13956
3f469b17
SL
139572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13958
13959 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13960 in breakpoint filename pattern.
13961
515b89b3
SL
139622015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13963
7800dbe4
SL
13964 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13965
139662015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13967
515b89b3
SL
13968 * gdb.linespec/explicit.exp: Check for readline support for
13969 tab-completion tests. Fix obvious typo.
13970
d2939ba2
MM
139712015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13972
13973 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13974 and replay.
13975
cbb55fa7
MM
139762015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13977
13978 * gdb.btrace/non-stop.c: New.
13979 * gdb.btrace/non-stop.exp: New.
13980
43691ca1
PL
139812015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13982 Yao Qi <yao.qi@linaro.org>
13983
13984 * gdb.trace/trace-condition.c: New file.
13985 * gdb.trace/trace-condition.exp: New file.
13986
d78908cf
WW
139872015-09-16 Wei-cheng Wang <cole945@gmail.com>
13988
13989 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13990 for testing bytecode compilation.
13991
1ed415e2
PA
139922015-09-16 Pedro Alves <palves@redhat.com>
13993 Sandra Loosemore <sandra@codesourcery.com>
13994
13995 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13996 (SECONDS): Redefine.
13997 (main): Call pthread_kill and alarm early.
13998 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13999 support.
14000 (test): If the target can't hardware step and doesn't support
14001 displaced stepping, increase the timeout.
14002
d136eff5
PA
140032015-09-16 Pedro Alves <palves@redhat.com>
14004
14005 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14006 (enable_debug): New procedures.
14007 (test): Use them. Bail out if waiting for threads fails.
14008 (top level): Bail out if a test fails.
14009
991f019c
YQ
140102015-09-16 Yao Qi <yao.qi@linaro.org>
14011
14012 * gdb.asm/asm-source.exp: Set asm-arch for
14013 aarch64*-*-* target.
14014 * gdb.asm/aarch64.inc: New file.
14015
bfca584f
PMR
140162015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14017
14018 * gdb.ada/array_of_variable_length.exp: New testcase.
14019 * gdb.ada/array_of_variable_length/foo.adb: New file.
14020 * gdb.ada/array_of_variable_length/pck.adb: New file.
14021 * gdb.ada/array_of_variable_length/pck.ads: New file.
14022
b326e587
DE
140232015-09-15 Doug Evans <dje@google.com>
14024
14025 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14026 of function static local variable.
14027
5382cfab
PW
140282015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14029
14030 * gdb.threads/tls-so_extern.exp: New test file.
14031 * gdb.threads/tls-so_extern.c: New test file.
14032 * gdb.threads/tls-so_extern_main.c: New test file.
14033
141c5cc4
JK
140342015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14035
14036 * gdb.opt/solib-intra-step-lib.c: New file.
14037 * gdb.opt/solib-intra-step-main.c: New file.
14038 * gdb.opt/solib-intra-step.exp: New file.
14039
d15dcecd
PA
140402015-09-15 Pedro Alves <palves@redhat.com>
14041
14042 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14043 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14044
4c2f2a79
PA
140452015-09-14 Pedro Alves <palves@redhat.com>
14046
14047 * gdb.base/hook-stop-continue.c: Delete.
14048 * gdb.base/hook-stop-continue.exp: Delete.
14049 * gdb.base/hook-stop-frame.c: Delete.
14050 * gdb.base/hook-stop-frame.exp: Delete.
14051 * gdb.base/hook-stop.c: New file.
14052 * gdb.base/hook-stop.exp: New file.
14053
919e6dbe
PMR
140542015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14055
14056 * gdb.ada/access_to_packed_array.exp: New testcase.
14057 * gdb.ada/access_to_packed_array/foo.adb: New file.
14058 * gdb.ada/access_to_packed_array/pack.adb: New file.
14059 * gdb.ada/access_to_packed_array/pack.ads: New file.
14060
157280a4
MM
140612015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14062
14063 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14064 buffer size test.
14065
2fd33e94
DB
140662015-09-11 Don Breazeal <donb@codesourcery.com>
14067
14068 * gdb.base/foll-exec.c: Add copyright header. Fix
14069 formatting issues.
14070 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14071 (do_exec_tests): Use clean_restart in place of zap_session,
14072 and for test initialization. Fix formatting issues. Use
14073 fail in place of perror.
14074 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14075 an expect statement to match an expression with output from
14076 the program under debug.
14077 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14078 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14079 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14080 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14081 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14082
e70b6e8e
DE
140832015-09-09 Doug Evans <dje@google.com>
14084
14085 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14086
7a551a51
DE
140872015-09-09 Doug Evans <dje@google.com>
14088
14089 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14090
4c666f84
DE
140912015-09-09 Doug Evans <dje@google.com>
14092
14093 * gdb.base/savedregs.exp: Fix typo.
14094
243a9253
PA
140952015-09-09 Pedro Alves <palves@redhat.com>
14096
14097 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14098
c0fa8fbd
SL
140992015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14100
14101 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14102 command actually switches threads. Give up on remaining
14103 tests if target fails to stop at breakpoint.
14104
cd7c1778
PMR
141052015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14106
14107 * gdb.ada/funcall_char.exp: New testcase.
14108 * gdb.ada/funcall_char/foo.adb: New file.
14109
dc5c8746
PMR
141102015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14111
14112 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14113 expected outputs. Add two testcases for completing ambiguous
14114 functions.
14115 * gdb.ada/complete/aux_pck.adb: New file.
14116 * gdb.ada/complete/aux_pck.ads: New file.
14117 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14118 Ambiguous_Func functions.
14119 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14120 * gdb.ada/complete/pck.adb: Likewise.
14121
4e83a1e7
UW
141222015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14123
14124 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14125 failures to run the test program under GDB.
14126
8ce74153
LM
141272015-08-26 Luis Machado <lgustavo@codesourcery.com>
14128
14129 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14130 to C.
14131
e9756d52
PP
141322015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14133
14134 * gdb.base/run-after-attach.exp: New test file.
14135 * gdb.base/run-after-attach.c: New test file.
14136
8d37573b
DB
141372015-08-26 Don Breazeal <donb@codesourcery.com>
14138
14139 * gdb.base/foll-exec-2.c: New test program.
14140 * gdb.base/foll-exec-2.exp: New test.
14141
63e43d3a
PMR
141422015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14143
14144 * gdb.base/nested-subp1.exp: New file.
14145 * gdb.base/nested-subp1.c: New file.
14146 * gdb.base/nested-subp2.exp: New file.
14147 * gdb.base/nested-subp2.c: New file.
14148 * gdb.base/nested-subp3.exp: New file.
14149 * gdb.base/nested-subp3.c: New file.
14150
3d40fbb5
PA
141512015-08-24 Pedro Alves <palves@redhat.com>
14152
14153 * gdb.server/connect-without-multi-process.c: New file.
14154 * gdb.server/connect-without-multi-process.exp: New file.
14155
4422ac93
LM
141562015-08-24 Luis Machado <lgustavo@codesourcery.com>
14157
14158 * gdb.opt/inline-markers.c: Make z int.
14159
91dddb86
LM
141602015-08-24 Luis Machado <lgustavo@codesourcery.com>
14161
14162 * gdb.opt/inline-markers.c: Make z volatile.
14163
a48847ee
LM
141642015-08-24 Luis Machado <lgustavo@codesourcery.com>
14165
14166 * gdb.opt/inline-bt.c: New volatile global z.
14167 * gdb.opt/inline-cmds.c: Likewise.
14168 * gdb.opt/inline-locals.c: Likewise.
14169 * gdb.opt/inline-markers.c: New extern global z.
14170 (marker): Use z.
14171 (inline_fn): Likewise.
14172
0ebbc52b
PA
141732015-08-24 Pedro Alves <palves@redhat.com>
14174
14175 * config/m32r-stub.exp: Remove file.
14176 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14177 * gdb.base/call-rt-st.exp: Likewise.
14178 * gdb.base/call-strs.exp: Likewise.
14179 * gdb.base/default.exp: Remove references to h8300-*-hms and
14180 *-*-udi*.
14181 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14182
77c365df
AA
141832015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14184
14185 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14186 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14187 and "return" use KFAIL when GDB can not read/write the vector
14188 return value.
14189
4313b8c0
GB
141902015-08-21 Gary Benson <gbenson@redhat.com>
14191
14192 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14193
0e433b32
PA
141942015-08-20 Pedro Alves <palves@redhat.com>
14195
14196 * gdb.server/solib-list.exp: No longer expect an interior stop in
14197 non-stop mode.
14198
221e1a37
PA
141992015-08-20 Pedro Alves <palves@redhat.com>
14200
14201 * gdb.server/connect-stopped-target.c: New file.
14202 * gdb.server/connect-stopped-target.exp: New file.
14203
40e3ad0e
PA
142042015-08-20 Pedro Alves <palves@redhat.com>
14205
14206 * gdb.dwarf2/comp-unit-lang.exp: New file.
14207 * gdb.dwarf2/comp-unit-lang.c: New file.
14208
af39b327
PMR
142092015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14210
14211 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14212 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14213
7d45c7c3 142142015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14215
7d45c7c3
KB
14216 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14217 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14218
4d6cceb4
DE
142192015-08-18 Doug Evans <dje@google.com>
14220 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14221
14222 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14223 skip_python_tests. New arg prompt_regexp.
14224 (skip_python_tests): New function.
14225 * lib/mi-support.exp (mi_skip_python_tests): New function.
14226 * gdb.python/py-mi-objfile-gdb.py: New file.
14227 * gdb.python/py-mi-objfile.c: New file.
14228 * gdb.python/py-mi-objfile.exp: New file.
14229
ad89c2aa
KS
142302015-08-17 Keith Seitz <keiths@redhat.com>
14231
14232 * gdb.linespec/explicit.exp: Move strace test from here ...
14233 * gdb.trace/strace.exp: ... to here.
14234
e3ae3c43
PP
142352015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14236
14237 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14238 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14239
604b2636
DE
142402015-08-14 Doug Evans <xdje42@gmail.com>
14241
14242 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14243 inferior before selecting a new file.
14244
6ff0ba5f
DE
142452015-08-14 Doug Evans <xdje42@gmail.com>
14246
14247 * gdb.mi/mi-disassemble.exp: Update.
14248 * gdb.base/disasm-optim.S: New file.
14249 * gdb.base/disasm-optim.c: New file.
14250 * gdb.base/disasm-optim.h: New file.
14251 * gdb.base/disasm-optim.exp: New file.
14252
9ca98f92
KS
142532015-08-14 Keith Seitz <keiths@redhat.com>
14254
14255 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14256 "evaluated-by".
14257
52bbc560
JB
142582015-08-13 Joel Brobecker <brobecker@adacore.com>
14259
14260 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14261
5d8c3ed3
PMR
142622015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14263
14264 * gdb.ada/fun_renaming.exp: New testcase.
14265 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14266 * gdb.ada/fun_renaming/pack.adb: New file.
14267 * gdb.ada/fun_renaming/pack.ads: New file.
14268
ea8812bc
KS
142692015-08-12 Keith Seitz <keiths@redhat.com>
14270
14271 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14272 gdb_get_line_number.
14273
4dafcdeb
JB
142742015-08-12 Joel Brobecker <brobecker@adacore.com>
14275
14276 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14277 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14278 gdb.base/dso2dso.exp: New files.
14279
5ba32597
SDJ
142802015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14281 Pedro Alves <palves@redhat.com>
14282 Keith Seitz <keiths@redhat.com>
14283
14284 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14285 GDBFLAGS.
14286
b6dafabf
PP
142872015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14288
14289 * gdb.base/gdbhistsize-history.exp
14290 (test_histsize_history_setting): Use save_vars.
14291 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14292 Use save_vars.
14293 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14294 * gdb.base/readline.exp: Use save_vars.
14295
abe8e607
PP
142962015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14297
14298 * lib/gdb.exp (save_vars): New proc.
14299
629500fa
KS
143002015-08-11 Keith Seitz <keiths@redhat.com>
14301
14302 * gdb.base/help.exp: Update help_breakpoint_text.
14303
eb8c4e2e
KS
143042015-08-11 Keith Seitz <keiths@redhat.com>
14305
14306 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14307 (at toplevel): Call test_explicit_breakpoints.
14308 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14309 breakpoints.
14310 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14311 breakpoint conditions, "-cond".
14312
87f0e720
KS
143132015-08-11 Keith Seitz <keiths@redhat.com>
14314
14315 * gdb.linespec/3explicit.c: New file.
14316 * gdb.linespec/cpexplicit.cc: New file.
14317 * gdb.linespec/cpexplicit.exp: New file.
14318 * gdb.linespec/explicit.c: New file.
14319 * gdb.linespec/explicit.exp: New file.
14320 * gdb.linespec/explicit2.c: New file.
14321 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14322 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14323 before using in the matching pattern.
14324 Clarify that `prefix' is a regular expression.
14325
f00aae0f
KS
143262015-08-11 Keith Seitz <keiths@redhat.com>
14327
14328 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14329 test.
14330 Add tests for missing ",FMT" and ",".
14331
e27852be
DE
143322015-08-10 Doug Evans <dje@google.com>
14333 Keith Seitz <keiths@redhat.com>
14334
14335 PR gdb/17960
14336 * gdb.base/completion.exp: Add location completer tests.
14337
7f03bd92
PA
143382015-08-07 Pedro Alves <palves@redhat.com>
14339
14340 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14341 tests here.
14342 (top level): Run do_test with and without displaced stepping.
14343
3fc8eb30
PA
143442015-08-07 Pedro Alves <palves@redhat.com>
14345
14346 * gdb.base/valgrind-disp-step.c: New file.
14347 * gdb.base/valgrind-disp-step.exp: New file.
14348
d4569d7b
PA
143492015-08-07 Pedro Alves <palves@redhat.com>
14350
14351 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14352 Delete function.
14353 (main): Add alarm. Run an infinite loop instead of calling
14354 wait_threads.
14355 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14356 comment.
14357 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14358 Delete function.
14359 (main): Add alarm. Run an infinite loop instead of calling
14360 wait_threads.
14361 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14362 comment.
14363
e1316e60
PA
143642015-08-07 Pedro Alves <palves@redhat.com>
14365
14366 * gdb.base/checkpoint-ns.exp: New file.
14367 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14368 standard_testfile.
14369
da8c46d2
MM
143702015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14371
14372 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14373 * gdb.btrace/instruction_history.exp: Update.
14374 * gdb.btrace/tsx.exp: New.
14375 * gdb.btrace/tsx.c: New.
14376
de1c2c52
PA
143772015-08-06 Pedro Alves <palves@redhat.com>
14378
14379 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14380 increase timeout.
14381 * gdb.reverse/until-precsave.exp: Bump timeouts.
14382
782e0bf4
PA
143832015-08-06 Pedro Alves <palves@redhat.com>
14384
14385 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14386
83e97ed0
PA
143872015-08-06 Pedro Alves <palves@redhat.com>
14388
14389 PR gdb/18749
14390 * gdb.threads/process-dies-while-handling-bp.c: New file.
14391 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14392
863d01bd
PA
143932015-08-06 Pedro Alves <palves@redhat.com>
14394
14395 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14396 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14397
0a39bb32
PA
143982015-08-05 Pedro Alves <palves@redhat.com>
14399
14400 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14401 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14402
ee2d2b10
SL
144032015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14404
14405 * gdb.base/bp-permanent.exp: Report test as unsupported if
14406 the target cannot stop at the permanent breakpoint.
14407
4e1bdb00
DE
144082015-08-03 Doug Evans <dje@google.com>
14409
14410 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14411 10000.
14412
3d338901
DE
144132015-08-03 Doug Evans <dje@google.com>
14414
14415 * Makefile.in (workers/%.worker, build-perf): New rule.
14416 (GDB_PERFTEST_MODE): New variable.
14417 (check-perf): Use it.
14418 (clean): Clean up gdb.perf parallel build subdirs.
14419 * lib/build-piece.exp: New file.
14420 * lib/gdb.exp (make_gdb_parallel_path): New function
14421 (standard_output_file, standard_temp_file): Call it.
14422 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14423 of $GDB_PARALLEL.
14424 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14425
af061d3e
DE
144262015-08-03 Doug Evans <dje@google.com>
14427
8e1afc81 14428 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14429 (LOG_FILE_NAME): New global.
14430 (TextReporter.__init__): Initialize self.txt_sum.
14431 (TextReporter.report): Add support for multiple data-points.
14432 Move report to perftest.sum, put raw data in perftest.log.
14433 (TextReporter.start): Open sum and log files.
14434 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14435 * gdb.perf/lib/perftest/testresult.py
14436 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14437
2c8c5d37
PA
144382015-07-31 Pedro Alves <palves@redhat.com>
14439
14440 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14441 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14442 kill_wait_spawned_process instead of explicit "kill -9".
14443 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14444 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14445 kill_wait_spawned_process.
14446 * gdb.base/attach-twice.exp: Likewise.
14447 * gdb.base/attach.exp: Likewise.
14448 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14449 gdb_test_multiple.
14450 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14451 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14452 kill_wait_spawned_process.
14453 * gdb.base/valgrind-infcall.exp: Likewise.
14454 * gdb.multi/multi-attach.exp: Likewise.
14455 * gdb.python/py-prompt.exp: Likewise.
14456 * gdb.python/py-sync-interp.exp: Likewise.
14457 * gdb.server/ext-attach.exp: Likewise.
14458 * gdb.threads/attach-into-signal.exp (corefunc): Use
14459 spawn_wait_for_attach, spawn_id_get_pid and
14460 kill_wait_spawned_process.
14461 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14462 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14463 spawn_id_get_pid and kill_wait_spawned_process.
14464 * gdb.threads/attach-stopped.exp (corefunc): Use
14465 spawn_wait_for_attach, spawn_id_get_pid and
14466 kill_wait_spawned_process.
14467 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14468 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14469 kill_wait_spawned_process instead of explicit "kill -9".
14470 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14471 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14472 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14473 processes. Don't map cygwin/windows pids here. Now returns a
14474 spawn id list.
14475
032a0fca
SL
144762015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14477
14478 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14479 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14480 correct patch.
14481
61a934ca
SL
144822015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14483
14484 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14485
4bc4d428
SL
144862015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14487
14488 Reapply:
14489 2014-05-21 Mark Wielaard <mjw@redhat.com>
14490
14491 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14492
998d452a
PA
144932015-07-30 Pedro Alves <palves@redhat.com>
14494
14495 * linux-low.c (handle_extended_wait): Set the child's last
14496 reported status to TARGET_WAITKIND_STOPPED.
14497
69dde7dc
PA
144982015-07-30 Pedro Alves <palves@redhat.com>
14499
14500 PR threads/18600
14501 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14502 only shows inferior 1.
14503
4dd63d48
PA
145042015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14505 Pedro Alves <palves@redhat.com>
14506
14507 PR threads/18600
14508 * gdb.threads/fork-plus-threads.c: New file.
14509 * gdb.threads/fork-plus-threads.exp: New file.
14510
d618e4c5
PP
145112015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14512
14513 * gdb.base/batch-preserve-term-settings.exp
14514 (test_terminal_settings_preserved_after_cli_exit): Use
14515 send_quit_command.
14516
1eef6428
PA
145172015-07-29 Pedro Alves <palves@redhat.com>
14518 Don Breazeal <donb@codesourcery.com>
14519
14520 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14521 output from both inferior_spawn_id and gdb_spawn_id.
14522
7da5b897
SDJ
145232015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14524
14525 * gdb.threads/attach-into-signal.exp (corefunc): Use
14526 with_test_prefix on nested loops, uniquefying the test messages.
14527
dac804df
SDJ
145282015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14529
14530 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14531 commit.
14532
06265e53
PP
145332015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14534
14535 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14536 New proc.
14537 (test_terminal_settings_preserved_after_sigterm): New test.
14538
18206ca3
PP
145392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14540
14541 * gdb.base/batch-preserve-term-settings.exp
14542 (test_terminal_settings_preserved_after_cli_exit): New test.
14543
90074d11
PP
145442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14545
14546 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14547 manipulation of saved_gdbflags.
14548 (test_terminal_settings_preserved): Remove global declaration of
14549 the unused variable pagination_prompt. Remove manipulation of
14550 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14551 GDBFLAGS.
14552
eb1a7902
PA
145532015-07-29 Pedro Alves <palves@redhat.com>
14554
14555 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14556
8b75dd3b
PA
145572015-07-29 Pedro Alves <palves@redhat.com>
14558
14559 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14560 at the top.
14561
dedad4e3
PA
145622015-07-29 Pedro Alves <palves@redhat.com>
14563
14564 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14565 (main): Call gdb_unbuffer_output.
14566 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14567 (main): Call gdb_unbuffer_output.
14568 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14569 (main): Call gdb_unbuffer_output.
14570 * gdb.base/call-strs.exp: Adjust to step over the
14571 gdb_unbuffer_output call.
14572 * gdb.base/catch-gdb-caused-signals.c: Include
14573 "../lib/unbuffer_output.c".
14574 (main): Call gdb_unbuffer_output.
14575 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14576 (main): Call gdb_unbuffer_output.
14577 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14578 (main): Call gdb_unbuffer_output.
14579 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14580 (main): Call gdb_unbuffer_output.
14581 * gdb.base/shlib-call.exp: Adjust to step over the
14582 gdb_unbuffer_output call.
14583 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14584 (main): Call gdb_unbuffer_output.
14585 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14586 (main): Call gdb_unbuffer_output.
14587 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14588 (main): Rename to ...
14589 (test): ... this.
14590 (main): Reimplement.
14591 * gdb.base/varargs.exp: Run to test instead of to main.
14592 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14593 (main): Call gdb_unbuffer_output.
14594
58789a91
PA
145952015-07-29 Pedro Alves <palves@redhat.com>
14596
14597 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14598 factore out from mi_continue_dprintf. For call-style dprintfs,
14599 expect dprintf output out of $inferior_spawn_id.
14600 (mi_continue_dprintf): Use mi_expect_dprintf.
14601 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14602 (main): Call gdb_unbuffer_output.
14603
e8376742
PA
146042015-07-29 Pedro Alves <palves@redhat.com>
14605
14606 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14607 (default_mi_gdb_start): Set inferior_spawn_id instead of
14608 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14609 gdb_spawn_id.
14610 (mi_gdb_test): Always expect inferior output from both
14611 $inferior_spawn_id and $gdb_spawn_id.
14612
08280010
PA
146132015-07-29 Pedro Alves <palves@redhat.com>
14614
14615 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14616 send_inferior and $inferior_spawn_id.
14617
4d30e432
PA
146182015-07-29 Pedro Alves <palves@redhat.com>
14619
14620 * gdb.gdb/complaints.exp (test_initial_complaints)
14621 (test_serial_complaints, test_short_complaints): Use
14622 gdb_test_stdio.
14623 (test_empty_complaint): Handle $inferior_spawn_id !=
14624 $gdb_spawn_id.
14625
0d30a335
PA
146262015-07-29 Pedro Alves <palves@redhat.com>
14627
14628 * gdb.base/varargs.exp: Use gdb_test_stdio.
14629
39413b29
PA
146302015-07-29 Pedro Alves <palves@redhat.com>
14631
14632 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14633
7cb000a9
PA
146342015-07-29 Pedro Alves <palves@redhat.com>
14635
14636 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14637
d7b8ac82
PA
146382015-07-29 Pedro Alves <palves@redhat.com>
14639
14640 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14641 parameter into two new parameters, "inf_result" and "gdb_result".
14642 Expect inferior output and gdb output from $inferior_spawn_id and
14643 $gdb_spawn_id, respectively. Adjust all callers.
14644
789c3a0c
PA
146452015-07-29 Pedro Alves <palves@redhat.com>
14646
14647 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14648 of gdb_test_sequence.
14649
77e760c3
PA
146502015-07-29 Pedro Alves <palves@redhat.com>
14651
14652 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14653 (saw_spurious_output): Expect inferior output from
14654 $inferior_spawn_id. Use gdb_test_stdio.
14655
8396d2cd
PA
146562015-07-29 Pedro Alves <palves@redhat.com>
14657
14658 * gdb.base/dprintf.exp: Use standard_testfile. Change
14659 prepare_for_testing call.
14660 (srcfile): Don't set.
14661 (restart): New procedure.
14662 (test_dprintf): New procecure, use to continue over dprintfs.
14663 (test_call, test_agent): New procedures, tests moved here.
14664 Restart gdb and recreate dprintfs. Adjust expected output.
14665
2051d61f
PA
146662015-07-29 Pedro Alves <palves@redhat.com>
14667
14668 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14669
452397af
PA
146702015-07-29 Pedro Alves <palves@redhat.com>
14671
14672 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14673
8aed9555
PA
146742015-07-29 Pedro Alves <palves@redhat.com>
14675
14676 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14677 gdb_test_stdio.
14678
188a61b4
PA
146792015-07-29 Pedro Alves <palves@redhat.com>
14680
14681 * lib/gdb.exp (gdb_test_stdio): New procedure.
14682
12264a45
PA
146832015-07-29 Pedro Alves <palves@redhat.com>
14684
14685 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14686
23ffc893
PA
146872015-07-29 Pedro Alves <palves@redhat.com>
14688
14689 * gdb.base/call-signal-resume.exp: Remove check for
14690 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14691 * gdb.base/unwindonsignal.exp: Likewise.
14692 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14693 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14694
65566918
PA
146952015-07-29 Pedro Alves <palves@redhat.com>
14696
14697 * gdb.base/siginfo-addr.c (pass): New function.
14698 (handler): Call it iff si_addr is correct.
14699 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14700 Set a breakpoint at "pass" and continue to it.
14701
d60a9221
SDJ
147022015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14703
14704 * gdb.python/py-objfile.exp: Make some tests have unique names.
14705 * gdb.python/py-pp-registration.exp: Likewise.
14706
bde40b8f
PA
147072015-07-28 Pedro Alves <palves@redhat.com>
14708
14709 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14710
13e1dec8
SM
147112015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14712
14713 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14714
da33c9a7
SM
147152015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14716
14717 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14718
077836f7
PP
147192015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14720
14721 * gdb.base/gdb-sigterm-2.exp: New test.
14722
b8cc7b2e
DE
147232015-07-25 Doug Evans <xdje42@gmail.com>
14724
14725 Revert:
14726 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14727 (workers/%.worker, build-perf): New rule.
14728 (GDB_PERFTEST_MODE): New variable.
14729 (check-perf): Use it.
14730 (clean): Clean up gdb.perf parallel build subdirs.
14731 * lib/build-piece.exp: New file.
14732 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14733 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14734 name.
14735 (standard_temp_file): Ditto.
14736 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14737 of $GDB_PARALLEL.
14738
c8bd4544
DE
147392015-07-24 Doug Evans <dje@google.com>
14740
14741 * gdb.perf/lib/perftest/utils.py: New file.
14742 * gdb.perf/gm-hello.cc: New file.
14743 * gdb.perf/gm-pervasive-typedef.cc: New file.
14744 * gdb.perf/gm-pervasive-typedef.h: New file.
14745 * gdb.perf/gm-std.cc: New file.
14746 * gdb.perf/gm-std.h: New file.
14747 * gdb.perf/gm-use-cerr.cc: New file.
14748 * gdb.perf/gm-utils.h: New file.
14749 * gdb.perf/gmonster-null-lookup.py: New file.
14750 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14751 * gdb.perf/gmonster-print-cerr.py: New file.
14752 * gdb.perf/gmonster-ptype-string.py: New file.
14753 * gdb.perf/gmonster-runto-main.py: New file.
14754 * gdb.perf/gmonster-select-file.py: New file.
14755 * gdb.perf/gmonster1-null-lookup.exp: New file.
14756 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14757 * gdb.perf/gmonster1-print-cerr.exp: New file.
14758 * gdb.perf/gmonster1-ptype-string.exp: New file.
14759 * gdb.perf/gmonster1-runto-main.exp: New file.
14760 * gdb.perf/gmonster1-select-file.exp: New file.
14761 * gdb.perf/gmonster1.cc: New file.
14762 * gdb.perf/gmonster1.exp: New file.
14763 * gdb.perf/gmonster2-null-lookup.exp: New file.
14764 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14765 * gdb.perf/gmonster2-print-cerr.exp: New file.
14766 * gdb.perf/gmonster2-ptype-string.exp: New file.
14767 * gdb.perf/gmonster2-runto-main.exp: New file.
14768 * gdb.perf/gmonster2-select-file.exp: New file.
14769 * gdb.perf/gmonster2.cc: New file.
14770 * gdb.perf/gmonster2.exp: New file.
14771
6eab34f3
DE
147722015-07-24 Doug Evans <dje@google.com>
14773
14774 * gdb.perf/README: New file.
14775 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14776 * lib/gen-perf-test.exp: New file.
14777
63738bfd
DE
147782015-07-24 Doug Evans <dje@google.com>
14779
14780 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14781 (PerfTest::startup): New function.
14782 (PerfTest::run): Return result of calling body.
14783 (PerfTest::assemble): Rewrite.
14784 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14785 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14786 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14787 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14788 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14789
7b606f95
DE
147902015-07-24 Doug Evans <dje@google.com>
14791
14792 * lib/gdb.exp (clean_restart): Make executable optional.
14793
a97b16b8
DE
147942015-07-24 Doug Evans <dje@google.com>
14795
14796 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14797 compiler_info references.
14798 * gdb.cp/temargs.exp: Ditto.
14799 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14800 (get_compiler_info): Early exit if already computed. Set compiler_info
14801 to "unknown" if there was a problem.
14802 (test_compiler_info): Add function comment. Call get_compiler_info.
14803
35baa57f
DE
148042015-07-24 Doug Evans <dje@google.com>
14805
14806 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14807 (workers/%.worker, build-perf): New rule.
14808 (GDB_PERFTEST_MODE): New variable.
14809 (check-perf): Use it.
14810 (clean): Clean up gdb.perf parallel build subdirs.
14811 * lib/build-piece.exp: New file.
14812 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14813 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14814 name.
14815 (standard_temp_file): Ditto.
14816 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14817 of $GDB_PARALLEL.
14818
6ebea266
DE
148192015-07-24 Doug Evans <dje@google.com>
14820
14821 * lib/future.exp (gdb_default_target_compile): New option
14822 "early_flags".
14823 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14824 --as-needed.
14825
1e76a7e9
SDJ
148262015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14827
14828 * gdb.base/catch-syscall.exp: Call gdb_exit before
14829 gdb_skip_xml_test.
14830
5068630a
PA
148312015-07-24 Pedro Alves <palves@redhat.com>
14832
14833 * gdb.python/py-events.exp: Accept output between the stop event
14834 and the prompt.
14835 * gdb.python/py-evsignal.exp: Likewise.
14836 * gdb.python/py-evthreads.exp: Likewise.
14837
77598427
PA
148382015-07-24 Pedro Alves <palves@redhat.com>
14839
14840 PR gdb/18717
14841 * gdb.threads/non-ldr-exit.c: New file.
14842 * gdb.threads/non-ldr-exit.exp: New file.
14843
11e6c98f
YQ
148442015-07-24 Yao Qi <yao.qi@linaro.org>
14845
14846 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14847 restarting process.
14848
51aee833
YQ
148492015-07-24 Yao Qi <yao.qi@linaro.org>
14850
14851 * gdb.server/ext-restart.exp: New file.
14852
8cfe207c
YQ
148532015-07-24 Yao Qi <yao.qi@linaro.org>
14854
14855 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14856 argument options.
14857 * gdb.server/ext-wrapper.exp: New file.
14858
cc12ce38
DE
148592015-07-23 Doug Evans <dje@google.com>
14860
14861 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14862 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14863
d0d84780
PMR
148642015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14865
14866 * gdb.ada/var_arr_typedef.exp: New testcase.
14867 * gdb.ada/var_arr_typedef/pack.adb: New file.
14868 * gdb.ada/var_arr_typedef/pack.ads: New file.
14869 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14870
8b558f79
JB
148712015-07-20 Joel Brobecker <brobecker@adacore.com>
14872
14873 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14874
775a3298
JK
148752015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14876
14877 * gdb.arch/i386-biarch-core.exp: Replace istarget
14878 by "complete set gnutarget". Remove expectation for the "core-file"
14879 command.
14880
db1ff28b
JK
148812015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14882
14883 Revert the previous commit:
14884 Tests for validate symbol file using build-id.
14885
0a94970d
JK
148862015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14887
14888 Tests for validate symbol file using build-id.
14889 * gdb.base/solib-mismatch-lib.c: New file.
14890 * gdb.base/solib-mismatch-libmod.c: New file.
14891 * gdb.base/solib-mismatch.c: New file.
14892 * gdb.base/solib-mismatch.exp: New file.
14893
03346981
SL
148942015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14895
14896 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14897 nios2-*-linux*.
14898 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14899 * gdb.base/siginfo.exp: Likewise.
14900 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14901
42422cc7
PL
149022015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14903
14904 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14905 Move it to ...
14906 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14907 ... here.
14908 * gdb.trace/range-stepping.exp: Check that the target supports
14909 range stepping.
14910
cfa68bae
JK
149112015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14912
14913 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14914
8ffdba26
PA
149152015-07-14 Pedro Alves <palves@redhat.com>
14916
14917 * gdb.base/killed-outside.exp: New file.
14918 * gdb.base/killed-outside.c: New file.
14919
218a5a11
JK
149202015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14921
14922 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14923 (n at main): New.
14924 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14925
e03ed3c6
AA
149262015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14927
14928 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14929 infcall tests instead of setting up for KFAIL.
14930
485668e5
MM
149312015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14932
14933 * gdb.btrace/record_goto-step.exp: New.
14934
08464196
JK
149352015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14936
14937 PR compile/18484
14938 * gdb.compile/compile.c (struct struct_type): Add volatile to
14939 selffield's type.
14940 * gdb.compile/compile.exp
14941 (compile code struct_object.selffield = &struct_object): Skip further
14942 struct_object tests if this one xfails.
14943
bcf5c1d9
RC
149442015-07-08 Robert O'Callahan <robert@ocallahan.org>
14945
14946 PR exp/18617
14947 * gdb.trace/ax.exp: Add test.
14948
4931af25
YQ
149492015-07-07 Yao Qi <yao.qi@linaro.org>
14950
14951 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14952 instead of istarget "aarch64*-*-*".
14953 * gdb.arch/aarch64-fp.exp: Likewise.
14954 * gdb.base/float.exp: Likewise.
14955 * gdb.reverse/aarch64.exp: Likewise.
14956 * lib/gdb.exp (is_aarch64_target): New proc.
14957
9fcf688e
YQ
149582015-07-07 Yao Qi <yao.qi@linaro.org>
14959
14960 * lib/gdb.exp (is_aarch32_target): New proc.
14961 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14962 instead of "istarget "arm*-*-*"".
14963 * gdb.arch/arm-disp-step.exp: Likewise.
14964 * gdb.arch/thumb-bx-pc.exp: Likewise.
14965 * gdb.arch/thumb-prologue.exp: Likewise.
14966 * gdb.arch/thumb-singlestep.exp: Likewise.
14967 * gdb.base/disp-step-syscall.exp: Likewise.
14968 * gdb.base/float.exp: Likewise.
14969
fbd8d50d
YQ
149702015-07-07 Yao Qi <yao.qi@linaro.org>
14971
14972 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14973 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14974
71be1fdc
YQ
149752015-07-07 Yao Qi <yao.qi@linaro.org>
14976
14977 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14978 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14979 if it exists.
14980 * gdb.multi/multi-arch.exp: Likewise.
14981
3e221d36
SM
149822015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14983
14984 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14985 print.
14986
d441430b
YQ
149872015-07-07 Yao Qi <yao.qi@linaro.org>
14988
14989 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14990
06f810bd
MG
149912015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14992
14993 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14994 '[' and ']' characters.
14995
5e61e7c0
IB
149962015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14997
14998 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14999
28bf096c
PA
150002015-06-29 Pedro Alves <palves@redhat.com>
15001
15002 PR threads/18127
15003 * gdb.threads/hand-call-new-thread.c: New file.
15004 * gdb.threads/hand-call-new-thread.c: New file.
15005
ee93cd5e
KS
150062015-06-26 Keith Seitz <keiths@redhat.com>
15007 Doug Evans <dje@google.com>
15008
15009 PR 16253
15010 * gdb.cp/var-tag-2.cc: New file.
15011 * gdb.cp/var-tag-3.cc: New file.
15012 * gdb.cp/var-tag-4.cc: New file.
15013 * gdb.cp/var-tag.cc: New file.
15014 * gdb.cp/var-tag.exp: New file.
15015
fc637f04
PP
150162015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15017
15018 * gdb.base/history-duplicates.exp: New test.
15019
2e52ae68
PP
150202015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15021
15022 * gdb.base/completion.exp: Test the completion of the "focus"
15023 command.
15024
6e22494e
JK
150252015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15026
15027 * gdb.arch/amd64-prologue-skip.S: New file.
15028 * gdb.arch/amd64-prologue-skip.exp: New file.
15029
bf7b9cd9
SM
150302015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15031
15032 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15033 is_address_zero_readable check.
15034
201e8dfd
PB
150352015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15036
15037 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15038 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15039
5cd867b4
YQ
150402015-06-24 Yao Qi <yao.qi@linaro.org>
15041
15042 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15043 linux targets.
15044
4d7be007
YQ
150452015-06-24 Yao Qi <yao.qi@linaro.org>
15046
15047 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15048 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15049 * gdb.base/siginfo-thread.exp: Likewise.
15050
07fcd301
YQ
150512015-06-22 Yao Qi <yao.qi@linaro.org>
15052
15053 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15054
52042a00
YQ
150552015-06-22 Yao Qi <yao.qi@linaro.org>
15056
15057 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15058 aarch64*-*-*.
15059 (skip_hw_watchpoint_tests): Likewise.
15060
74bd41ce
PP
150612015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15062
15063 * gdb.base/gdbinit-history.exp: Test the interaction between
15064 setting GDBHISTSIZE and setting the history size via .gdbinit.
15065
bc460514
PP
150662015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15067
15068 PR gdb/16999
15069 * gdb.base/gdbhistsize-history.exp: New test.
15070
b58c513b
PP
150712015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15072
15073 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15074 with GDBHISTSIZE.
15075 * gdb.base/readline.exp: Likewise.
15076
92046791
YQ
150772015-06-17 Yao Qi <yao.qi@linaro.org>
15078
15079 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15080 line.
15081
2093d2d3
PP
150822015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15083
15084 * gdb.base/gdbinit-history.exp: Add test case to check that
15085 an unlimited history file does not get truncated on exit.
15086
e6c693af
AA
150872015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15088
15089 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15090 (VECTOR): New macro. Use it...
15091 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15092 ...for these typedefs.
15093 (int8, char1, int1, double1): New typedefs.
15094 (struct just_int2, struct two_int2): New structures.
15095 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15096 (add_structvecs, add_singlevecs): New functions.
15097 (main): Call add_some_intvecs twice.
15098 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15099 the compile and exit upon failure. Try compiling for the "native"
15100 architecture. Test inferior function calls with vector arguments
15101 and vector return value handling with "finish" and "return".
15102
c74f7d1c
JT
151032015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15104
15105 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15106 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15107 PE file.
15108 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15109
98aa42ee
AT
151102015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15111
15112 PR breakpoints/16465
15113 * gdb.mi/mi-dprintf-pending.c: New file.
15114 * gdb.mi/mi-dprintf-pending.exp: New test.
15115 * gdb.mi/mi-dprintf-pendshr.c: New file.
15116
7d73c23c 151172015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15118 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15119
15120 * gdb.arch/i386-mpx-map.c: New file.
15121 * gdb.arch/i386-mpx-map.exp: New File.
15122
151232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15124
15125 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15126 * gdb.arch/i386-mpx.exp: Indentation fixed.
15127
151282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15129
15130 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15131 function and improved indentation.
15132 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15133 gdb_test_multiple. Added additional tests to skip the test.
15134
151352015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15136
15137 * gdb.arch/i386-avx512.c: Change path in include file.
15138 * gdb.arch/i386-avx512.exp: Change include dir path
15139 compilation flag.
15140 * gdb.arch/i386-mpx.c: Change path in include file.
15141 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15142 flag.
15143
d5eba19a
JK
151442015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15145
15146 * gdb.compile/compile-print.exp (compile print *vararray@3)
15147 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15148
7f361056
JK
151492015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15150
15151 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15152 (do not keep jit in memory): ... this.
15153 (expect 5): Change it to ...
15154 (expect no 5): ... this.
15155
3b462ec2
SM
151562015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15157
15158 PR gdb/15564
15159 * gdb.mi/mi-detach.exp: New file.
15160
e0619de6
JK
151612015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15162
15163 PR symtab/18392
15164 * gdb.arch/amd64-tailcall-self.S: New file.
15165 * gdb.arch/amd64-tailcall-self.c: New file.
15166 * gdb.arch/amd64-tailcall-self.exp: New file.
15167
e970cb34
DB
151682015-05-28 Don Breazeal <donb@codesourcery.com>
15169
15170 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15171 tests for remote targets by checking is_target_gdbserver.
15172
b2e2f908
DE
151732015-05-27 Doug Evans <dje@google.com>
15174
15175 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15176 * gdb.dwarf2/opaque-type-lookup.c: New file.
15177 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15178
82c7be31
DE
151792015-05-26 Doug Evans <dje@google.com>
15180
15181 * gdb.cp/iostream.cc: New file.
15182 * gdb.cp/iostream.exp: New file.
15183
b4f54984
DE
151842015-05-26 Doug Evans <dje@google.com>
15185
15186 * gdb.dwarf2/dw2-op-call.exp: Update.
15187 * gdb.dwarf2/dw4-sig-types.exp: Update.
15188 * gdb.dwarf2/implptr.exp: Update.
15189 * gdb.mi/mi-cmd-param-changed.exp: Update.
15190
4ea6efe9
DE
151912015-05-26 Doug Evans <dje@google.com>
15192
15193 * gdb.python/py-lazy-string.c: New file.
15194 * gdb.python/py-lazy-string.exp: New file.
15195 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15196 (main): Update. Add estring3.
15197 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15198 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15199
f6bb7db3
YQ
152002015-05-26 Omair Javaid <omair.javaid@linaro.org>
15201 Yao Qi <yao.qi@linaro.org>
15202
15203 * gdb.reverse/aarch64.c: New.
15204 * gdb.reverse/aarch64.exp: New.
15205
a81bfbd0
OJ
152062015-05-26 Omair Javaid <omair.javaid@linaro.org>
15207
25d49b86
PA
15208 * lib/gdb.exp (supports_process_record): Return true for
15209 aarch64*-linux*.
a81bfbd0
OJ
15210 (supports_reverse): Likewise.
15211
158bf1b4
PP
152122015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15213
15214 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15215 Use with_test_prefix.
15216
a0145030
AB
152172015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15218
15219 * gdb.base/completion.exp: Add test for completion of layout
15220 names.
15221
ebe3b578
AB
152222015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15223
15224 * lib/gdb.exp (skip_tui_tests): New proc.
15225 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15226
84204ed7
PA
152272015-05-19 Pedro Alves <palves@redhat.com>
15228
15229 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15230 Save the whole env array instead of just HOME. Unset HISTSIZE in
15231 the environment while testing. Restore whole environment
15232 afterwards.
15233
37442ce1
DE
152342015-05-16 Doug Evans <xdje42@gmail.com>
15235
15236 * gdb.guile/scm-ports.c: New file.
15237 * gdb.guile/scm-ports.exp: Add memory port tests.
15238
36de76f9
JK
152392015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15240
15241 * gdb.compile/compile-print.c: New file.
15242 * gdb.compile/compile-print.exp: New file.
15243
3a9558c4
JK
152442015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15245
15246 * gdb.compile/compile-ops.exp: Cast param to void.
15247 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15248 (compile code struct_object.selffield = &struct_object): Add xfail.
15249
aa715135
JG
152502015-05-15 Joel Brobecker <brobecker@adacore.com>
15251
15252 * gdb.ada/arr_enum_with_gap: New testcase.
15253
931e5bc3
JG
152542015-05-15 Joel Brobecker <brobecker@adacore.com>
15255
15256 * gdb.ada/byte_packed_arr: New testcase.
15257
9cd4d857
JB
152582015-05-15 Joel Brobecker <brobecker@adacore.com>
15259
15260 * gdb.ada/pckd_neg: New testcase.
15261
ebfd00d2
PP
152622015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15263
15264 PR gdb/17820
15265 * gdb.base/gdbinit-history.exp: New test.
15266 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15267 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15268
4c082a81
SC
152692015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15270
15271 * gdb.python/py-xmethods.cc: Enhance test case.
15272 * gdb.python/py-xmethods.exp: New tests.
15273 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15274 function.
15275 (B_indexoper): Likewise.
15276 (global_dm_list) : Add new xmethod worker functions.
15277
f7797074
SDJ
152782015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15279
15280 * gdb.base/coredump-filter.exp: Correctly unset
15281 "coredump_var_addr" array.
15282
a4674e4e
PA
152832015-05-08 Pedro Alves <palves@redhat.com>
15284
15285 * gdb.server/non-existing-program.exp: Unset spawn_id.
15286
df2eb078
SC
152872015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15288
15289 PR python/18291
15290 * gdb.python/py-xmethods.exp: Add tests.
15291
422349a3
YQ
152922015-05-08 Yao Qi <yao.qi@linaro.org>
15293
15294 PR gdb/18208
15295 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15296 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15297 function set_coredump_filter, and remove remote_exec call.
15298 Remove argument ipid. Callers update.
15299 (top level): Don't get inferior's PID.
15300
63fc80ce
AA
153012015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15302
15303 * gdb.base/watch_thread_num.exp: Skip test on targets without
15304 access watchpoints.
15305
80ad801e
PA
153062015-05-06 Pedro Alves <palves@redhat.com>
15307
15308 PR server/18081
15309 * gdb.server/non-existing-program.exp: New file.
15310
0fa7fe50
JB
153112015-05-05 Joel Brobecker <brobecker@adacore.com>
15312
15313 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15314
3ea89b92
PMR
153152015-05-05 Joel Brobecker <brobecker@adacore.com>
15316
15317 * gdb.ada/out_of_line_in_inlined: New testcase.
15318
87b8eff0
JB
153192015-05-05 Joel Brobecker <brobecker@adacore.com>
15320
15321 * gdb.ada/var_rec_arr: New testcase.
15322
5fccc635
YQ
153232015-04-30 Yao Qi <yao.qi@linaro.org>
15324
15325 * gdb.base/break-idempotent.exp: If
15326 skip_hw_watchpoint_multi_tests returns true, skip the tests
15327 on "rwatch" and "awatch".
15328
42d38f42
YQ
153292015-04-30 Yao Qi <yao.qi@linaro.org>
15330
15331 * gdb.base/relativedebug.exp: Invoke gdb command
15332 "info sharedlibrary", and if libc.so doesn't have debug info,
15333 skip the test.
15334
2ce1cdbf
DE
153352015-04-29 Doug Evans <dje@google.com>
15336
15337 * gdb.python/py-xmethods.exp: Add ptype tests.
15338 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15339 get_result_type method.
15340
f24a38c5
LM
153412015-04-29 Luis Machado <lgustavo@codesourcery.com>
15342
15343 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15344 the target does not support hardware watchpoints.
15345
ecbf2b3c
LM
153462015-04-29 Luis Machado <lgustavo@codesourcery.com>
15347
15348 * gdb.base/break-always.exp: Abort testing if writing to memory
15349 causes an error.
15350
34f5f757
DE
153512015-04-28 Doug Evans <dje@google.com>
15352
15353 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15354 * gdb.python/py-pp-registration.exp: ... here. New file.
15355 * gdb.python/py-pp-registration.c: New file.
15356 * gdb.python/py-pp-registration.py: New file.
15357
69b4374a
DE
153582015-04-28 Doug Evans <dje@google.com>
15359
15360 * gdb.python/py-bad-printers.c: New file.
15361 * gdb.python/py-bad-printers.py: New file.
15362 * gdb.python/py-bad-printers.exp: New file.
15363
59fb7612
SS
153642015-04-28 Sasha Smundak <asmundak@google.com>
15365
15366 * gdb.python/py-type.exp: New test.
15367
2631b16a
AW
153682015-04-28 Andy Wingo <wingo@igalia.com>
15369
15370 * gdb.python/py-parameter.exp:
15371 * gdb.guile/scm-parameter.exp: Escape the path that we are
15372 matching against, as it might contain characters that are special
15373 to regular expressions.
15374
460efde1
JB
153752015-04-27 Joel Brobecker <brobecker@adacore.com>
15376
15377 * gdb.ada/rec_comp: New testcase.
15378
2d369d8e
SDJ
153792015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15380
15381 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15382 before using it.
15383
cf75d6c3
AB
153842015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15385
15386 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15387 new tests for verilog output.
15388
8dbe7ca5
YQ
153892015-04-24 Yao Qi <yao.qi@linaro.org>
15390
15391 * boards/remote-gdbserver-on-localhost.exp: New file.
15392
4ef9fb2f
PA
153932015-04-23 Pedro Alves <palves@redhat.com>
15394
15395 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15396 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15397 "end of file", remove $inferior_spawn_id from the indirect list.
15398
0a803169
PA
153992015-04-23 Pedro Alves <palves@redhat.com>
15400
15401 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15402
749ef8f8
PA
154032015-04-23 Pedro Alves <palves@redhat.com>
15404
15405 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15406 on $any_spawn_id instead of only on $gdb_spawn_id.
15407
8aae4344
PM
154082015-04-21 Pierre Muller <muller@sourceware.org>
15409
15410 PR pascal/17815
15411 * lib/pascal.exp (gpc_compile): Add new option "class".
15412 (fpc_compile): Likewise.
15413 * gdb.pascal/case-insensitive-symbols.pas: New file.
15414 * gdb.pascal/case-insensitive-symbols.exp: New file.
15415
1586c8fb
GB
154162015-04-20 Gary Benson <gbenson@redhat.com>
15417
15418 * gdb.base/attach.exp: Fix three extended remote failures.
15419
1b6e6f5c
GB
154202015-04-17 Gary Benson <gbenson@redhat.com>
15421
15422 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15423 the main executable over the remote protocol.
15424
e797481d
PA
154252015-04-16 Pedro Alves <palves@redhat.com>
15426
15427 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15428 a new gdbserver if gdbserver_reconnect_p is set.
15429
1ca99c42
PA
154302015-04-16 Pedro Alves <palves@redhat.com>
15431
15432 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15433 is set, don't exit gdbserver.
15434
af9fd6f8
AA
154352015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15436
15437 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15438 appropriate .insn, such that an older assembler can be used.
15439 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15440 the z/Architecture instruction set on 31-bit targets as well.
15441
04ff1e61
AA
154422015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15443
15444 * gdb.go/handcall.exp: Remove all logic related to the first
15445 breakpoint and rely on go_runto_main instead.
15446 * gdb.go/strings.exp: Likewise.
15447 * gdb.go/unsafe.exp: Likewise.
15448 * gdb.go/hello.exp: Likewise. Also rename the remaining
15449 breakpoint marker to "breakpoint 1".
15450 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15451 * gdb.go/strings.go: Likewise.
15452 * gdb.go/unsafe.go: Likewise.
15453 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15454 "set breakpoint 2 here" and rename the remaining breakpoint marker
15455 to "breakpoint 1".
15456
40d2f8d6
SM
154572015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15458
15459 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15460 if itertools.imap is not present.
15461 * gdb.python/py-objfile.exp: Add parentheses.
15462 * gdb.python/py-type.exp: Same.
15463 * gdb.python/py-unwind-maint.py: Same.
15464
8cbc97c6
YQ
154652015-04-15 Yao Qi <yao.qi@linaro.org>
15466
15467 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15468 of ":$ptr_size" and set its form explicitly.
15469
45fd756c
YQ
154702015-04-15 Pedro Alves <palves@redhat.com>
15471 Yao Qi <yao.qi@linaro.org>
15472
15473 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15474 timeout by factor of 4.
15475 (test_regular_watch): Likewise.
15476 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15477 * gdb.reverse/sigall-reverse.exp: Likewise.
15478 * gdb.reverse/until-precsave.exp: Likewise.
15479 * lib/gdb.exp (with_timeout_factor): New proc.
15480 (gdb_expect): Move some code to ...
15481 (get_largest_timeout): ... here. New procedure.
15482
9e811bc3
LM
154832015-04-14 Luis Machado <lgustavo@codesourcery.com>
15484
15485 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15486
0ff6fcb2
LM
154872015-04-13 Luis Machado <lgustavo@codesourcery.com>
15488
15489 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15490 to write to the .text section.
15491
7578d5f7
LM
154922015-04-13 Luis Machado <lgustavo@codesourcery.com>
15493
15494 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15495 Handle the case of targets that do not provide PID information.
15496
2efe15c4
YQ
154972015-04-13 Yao Qi <yao.qi@linaro.org>
15498
15499 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15500 and use expect instead of gdb_expect.
15501
8cd8f2f8
SDJ
155022015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15503
15504 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15505 "coredump_var_addr" to avoid naming conflict with other testcases.
15506
9ee41772
PA
155072015-04-10 Pedro Alves <palves@redhat.com>
15508
15509 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15510 gdb_test_sequence and gdb_assert.
15511
07473109
PA
155122015-04-10 Pedro Alves <palves@redhat.com>
15513
15514 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15515 test messages that don't include the breakpoint address.
15516
de3db44c
YQ
155172015-04-10 Yao Qi <yao.qi@linaro.org>
15518
15519 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15520 false for some offset and width combinations which aren't
15521 supported by linux kernel.
15522
c79d856c
PA
155232015-04-10 Pedro Alves <palves@redhat.com>
15524
15525 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15526 procedure, factored out from ...
15527 (top level): ... here. Add "set displaced-stepping" testing axis.
15528 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15529 parameter "displaced". Use it.
15530 (top level): Use foreach and add "set displaced-stepping" testing
15531 axis.
15532
ebc90b50
PA
155332015-04-10 Pedro Alves <palves@redhat.com>
15534
15535 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15536 Remove comment.
15537 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15538 both the address of the instruction that triggers the watchpoint
15539 and the address of the instruction immediately after, and use
15540 those addresses for the test. Fix comment.
15541
8f572e5c
PA
155422015-04-10 Pedro Alves <palves@redhat.com>
15543
15544 * gdb.base/sigstep.exp (breakpoint_to_handler)
15545 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15546 Test "backtrace" in handler.
15547 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15548 (top level): Add new "displaced" test axis to
15549 breakpoint_to_handler, breakpoint_to_handler_entry and
15550 breakpoint_over_handler.
15551
8d707a12
PA
155522015-04-10 Pedro Alves <palves@redhat.com>
15553
15554 PR gdb/18216
15555 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15556
ef713951
YQ
155572015-04-10 Yao Qi <yao.qi@linaro.org>
15558
15559 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15560 (test_add_rn_pc): New function.
15561 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15562 (top level): Invoke test_add_rn_pc.
15563
906d60cf
PA
155642015-04-10 Pedro Alves <palves@redhat.com>
15565
15566 PR gdb/13858
15567 * gdb.base/step-over-no-symbols.exp: New file.
15568
f2983cc3
AW
155692015-04-09 Andy Wingo <wingo@igalia.com>
15570
15571 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15572 after the Python tests.
15573
6d62641c
SDJ
155742015-04-08 Keith Seitz <keiths@redhat.com>
15575
15576 PR python/16699
15577 * gdb.python/py-completion.exp: New tests for completion.
15578 * gdb.python/py-completion.py (CompleteLimit1): New class.
15579 (CompleteLimit2): Likewise.
15580 (CompleteLimit3): Likewise.
15581 (CompleteLimit4): Likewise.
15582 (CompleteLimit5): Likewise.
15583 (CompleteLimit6): Likewise.
15584 (CompleteLimit7): Likewise.
15585
f3770638
PA
155862015-04-08 Pedro Alves <palves@redhat.com>
15587
15588 PR gdb/18214
15589 PR gdb/18216
15590 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15591 function.
15592 (main): Install it as SIGUSR1 handler.
15593 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15594 parameter. Always use "setup" as prefix. Toggle "set
15595 displaced-stepping" off/on depending on global. Don't switch to
15596 thread 1 here.
15597 (top level): Add displaced stepping "off/on" test axis. Update
15598 "setup" calls. Wrap each subtest with with_test_prefix. Test
15599 continuing with a queued signal in each thread.
15600
4496bed7
PA
156012015-04-08 Pedro Alves <palves@redhat.com>
15602
15603 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15604 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15605 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15606 Return early if running to main fails.
15607 * gdb.trace/while-stepping.exp: Likewise.
15608
b97fde92
PA
156092015-04-07 Pedro Alves <palves@redhat.com>
15610
15611 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15612 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15613 interact with inferior program.
15614
f71c18e7
PA
156152015-04-07 Pedro Alves <palves@redhat.com>
15616
15617 * lib/gdb.exp (inferior_spawn_id): New global.
15618 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15619 spawn id after processing the user code.
15620 (default_gdb_start): Set inferior_spawn_id.
15621 (send_inferior): New procedure.
15622 * lib/gdbserver-support.exp (gdbserver_start): Set
15623 inferior_spawn_id.
15624 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15625
6423214f
PA
156262015-04-07 Pedro Alves <palves@redhat.com>
15627
15628 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15629 * lib/gdbserver-support.exp (gdbserver_start): Make
15630 $server_spawn_id global.
15631 (gdbserver_start): Don't wait for gdbserver's spawn id with
15632 expect_background.
15633 (close_gdbserver): New procedure.
15634 (gdb_exit): Rename the default version and reimplement.
15635
71c0ee8c
PA
156362015-04-07 Pedro Alves <palves@redhat.com>
15637
72f4393d 15638 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15639 append the substituted item, not the original item.
15640
203bc29b
PA
156412015-04-07 Pedro Alves <palves@redhat.com>
15642
15643 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15644 gdb_expect.
15645
508a3ddf
PA
156462015-04-07 Pedro Alves <palves@redhat.com>
15647
15648 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15649 output appearing once only.
15650
9f6dbe2b
PA
156512015-04-07 Pedro Alves <palves@redhat.com>
15652
15653 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15654 that doesn't expect anything. Return early if running to main
15655 fails.
15656
337532fa
YQ
156572015-04-07 Yao Qi <yao.qi@linaro.org>
15658
15659 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15660 (child_function): Call alarm.
15661 (main): Move call to alarm into the loop.
15662 * gdb.threads/non-stop-fair-events.exp: Build program with
15663 -DTIMEOUT=$timeout.
15664
01b622d4
DE
156652015-04-06 Doug Evans <xdje42@gmail.com>
15666
15667 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15668 Fix dest parameter to board_info.
15669 (fpc_compile): Ditto.
15670 (gdb_compile_pascal): Rename dest arg to destfile.
15671
961f4160
PMR
156722015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15673
15674 * gdb.ada/funcall_ref.exp: New file.
15675 * gdb.ada/funcall_ref/foo.adb: New file.
15676
cafda597
YQ
156772015-04-02 Yao Qi <yao.qi@linaro.org>
15678
15679 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15680 is remote.
15681
fed040c6
GB
156822015-04-02 Gary Benson <gbenson@redhat.com>
15683
15684 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15685
d11916aa
SS
156862015-04-01 Sasha Smundak <asmundak@google.com>
15687
15688 * gdb.python/py-unwind-maint.c: New file.
15689 * gdb.python/py-unwind-maint.exp: New test.
15690 * gdb.python/py-unwind-maint.py: New file.
15691 * gdb.python/py-unwind.c: New file.
15692 * gdb.python/py-unwind.exp: New test.
15693 * gdb.python/py-unwind.py: New test.
15694
a1471180
PA
156952015-04-01 Pedro Alves <palves@redhat.com>
15696
15697 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15698 to fail instead of non-existent $test.
15699
0bbeccb1
PA
157002015-04-01 Pedro Alves <palves@redhat.com>
15701
15702 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15703 GDBFLAGS if not empty.
15704
3c724c8c
PMR
157052015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15706
15707 * gdb.ada/complete.exp: Remove "multi_line".
15708 * gdb.ada/info_exc.exp: Remove "multi_line".
15709 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15710 * gdb.ada/ptype_field.exp: Remove "multi_line".
15711 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15712 * gdb.ada/tagged.exp: Remove "multi_line".
15713 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15714 [multi_line ...]
15715 * gdb.btrace/delta.exp: Likewise.
15716 * gdb.btrace/exception.exp: Likewise.
15717 * gdb.btrace/function_call_history.exp: Likewise.
15718 * gdb.btrace/instruction_history.exp: Likewise.
15719 * gdb.btrace/nohist.exp: Likewise.
15720 * gdb.btrace/record_goto.exp: Likewise.
15721 * gdb.btrace/segv.exp: Likewise.
15722 * gdb.btrace/stepi.exp: Likewise.
15723 * gdb.btrace/tailcall.exp: Likewise.
15724 * gdb.btrace/unknown_functions.exp: Likewise.
15725 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15726 * lib/gdb.exp: Add the "multi_line" helper.
15727
4eec2deb
PA
157282015-04-01 Pedro Alves <palves@redhat.com>
15729
15730 * gdb.threads/tid-reuse.c: New file.
15731 * gdb.threads/tid-reuse.exp: New file.
15732
df8411da
SDJ
157332015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15734
15735 PR corefiles/16092
15736 * gdb.base/coredump-filter.c: New file.
15737 * gdb.base/coredump-filter.exp: Likewise.
15738
6ef37366
PM
157392015-03-27 Petr Machata <pmachata@redhat.com>
15740
15741 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15742 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15743 (Dwarf::assemble): Initialize them.
15744 (Dwarf::lines): New function.
15745
7ec911b0
JT
157462015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15747
15748 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15749 SYMBOL_PREFIX for x86_64-*-cygwin.
15750
ff908ebf
AW
157512015-03-26 Andy Wingo <wingo@igalia.com>
15752
15753 PR symtab/18148
15754 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15755 const_value but not a location.
15756 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15757 location defined in non-main CUs are visible.
15758
6d5f0679
YQ
157592015-03-26 Yao Qi <yao.qi@linaro.org>
15760
15761 PR testsuite/18139
15762 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15763 Add a line number entry for the same line.
15764 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15765 Add a line number entry for the same line.
15766
2898689b
YQ
157672015-03-26 Yao Qi <yao.qi@linaro.org>
15768
15769 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15770 .int 0.
15771 (func): Likewise. Add .Lfunc_1 label.
15772 Use .Lfunc_1 label.
15773 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15774 .int 0.
15775 (func): Likewise.
15776 Use .Lfunc_1 label.
15777
85180498
YQ
157782015-03-26 Yao Qi <yao.qi@linaro.org>
15779
15780 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15781 Call gdb_compile instead to compile each .s files without debug
15782 information.
15783
8aa08a8d
YQ
157842015-03-26 Yao Qi <yao.qi@linaro.org>
15785
15786 * gdb.base/savedregs.exp (process_saved_regs): Make
15787 "Saved registers:" optional in the pattern.
15788
66849923
MM
157892015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15790
15791 * gdb.btrace/next.exp: Merged into step.exp.
15792 * gdb.btrace/finish.exp: Merged into step.exp.
15793 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15794 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15795 "record goto" and checking the exact replay position.
15796 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15797 check for "Recording format" in "info record" output.
15798 * gdb.btrace/record_goto.exp: Choose test file based on target.
15799 * gdb.btrace/x86-record_goto.S: Renamed into ...
15800 * gdb.btrace/x86_64-record_goto.S: ... this.
15801 * gdb.btrace/i686-record_goto.S: New.
15802 * gdb.btrace/x86-tailcall.S: Renamed into ...
15803 * gdb.btrace/x86_64-tailcall.S: ... this.
15804 * gdb.btrace/i686-tailcall.S: New.
15805 * gdb.btrace/x86-tailcall.c: Renamed into ...
15806 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15807 separate statements. Update test.
15808 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15809 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15810 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15811 * gdb.btrace/tailcall.exp: Choose test file based on target.
15812 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15813
11cc1b74
MM
158142015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15815
15816 * gdb.btrace/exception.exp: Increase BTS buffer size.
15817
a25d8bf9
PA
158182015-03-24 Pedro Alves <palves@redhat.com>
15819
15820 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15821
856e7dd6
PA
158222015-03-24 Pedro Alves <palves@redhat.com>
15823
15824 * gdb.threads/schedlock.exp (test_step): No longer expect that
15825 "set scheduler-locking step" with "next" over a function call runs
15826 threads unlocked.
15827
ad235a41
AT
158282015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15829
15830 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15831
15630549
AT
158322015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15833
15834 PR breakpoints/16466
15835 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15836 * gdb.mi/mi-pending.c (thread_func): New function.
15837 (int main): Add threading support required.
15838 * gdb.mi/mi-pending.exp: Add tests for this issue.
15839 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15840 (pendfunc2): Remove stdio dependency.
15841 * gdb.mi/mi-pendshr2.c: New file.
15842
693dca06
KS
158432015-03-23 Keith Seitz <keiths@redhat.com>
15844
15845 * gdb.linespec/keywords.c: New file.
15846 * gdb.linespec/keywords.exp: New file.
15847
7e993ebf
KS
158482015-03-23 Keith Seitz <keiths@redhat.com>
15849
15850 PR gdb/18021
15851 * gdb.dwarf2/staticvirtual.exp: New test.
15852
bc23328c
JK
158532015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15854
15855 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15856 * README: Remove HP-UX and gdb.hp.
15857 (configuration):
15858 * configure: Regenerate.
15859 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15860 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15861 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15862 gdb.hp/gdb.defects/Makefile.
15863 * gdb.hp/Makefile.in: File deleted.
15864 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15865 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15866 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15867 * gdb.hp/gdb.aCC/run.c: File deleted.
15868 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15869 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15870 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15871 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15872 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15873 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15874 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15875 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15876 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15877 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15878 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15879 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15880 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15881 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15882 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15883 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15884 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15885 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15886 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15887 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15888 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15889 * gdb.hp/gdb.compat/average.c: File deleted.
15890 * gdb.hp/gdb.compat/sum.c: File deleted.
15891 * gdb.hp/gdb.compat/xdb.c: File deleted.
15892 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15893 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15894 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15895 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15896 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15897 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15898 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15899 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15900 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15901 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15902 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15903 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15904 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15905 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15906 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15907 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15908 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15909 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15910 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15911 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15912 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15913 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15914 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15915 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15916 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15917 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15918 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15919 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15920 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15921 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15922 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15923 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15924 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15925 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15926 * gdb.hp/tools/odump: File deleted.
15927
8bf3b159
PA
159282015-03-19 Pedro Alves <palves@redhat.com>
15929
15930 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15931 (saw_thread_3): New globals.
15932 (top level): Increment them when an event for the corresponding
15933 thread is seen.
15934 (no thread starvation): New test.
15935
eb54c8bf
PA
159362015-03-19 Pedro Alves <palves@redhat.com>
15937
15938 * gdb.threads/continue-pending-status.c: New file.
15939 * gdb.threads/continue-pending-status.exp: New file.
15940
32d2e5d6
PA
159412015-03-18 Pedro Alves <palves@redhat.com>
15942
15943 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15944 Use gdb_is_target_remote instead of is_remote. Use
15945 gdb_test_multiple instead of gdb_expect. Exit early if
15946 gdb_test_multiple hits its internal matches. Tighten stepi tests
15947 expected output. Fail on exit with any signal, instead of just
15948 SIGILL.
15949
f68f11b7
YQ
159502015-03-18 Yao Qi <yao.qi@linaro.org>
15951
15952 PR tdep/18107
15953 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15954 variable.
15955 * gdb.base/catch-syscall.exp: Don't skip it on
15956 aarch64*-*-linux* target. Remove elements in all_syscalls.
15957 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15958 target.
15959 (setup_all_syscalls): New proc.
15960
ca5fd19b
YQ
159612015-03-16 Yao Qi <yao.qi@linaro.org>
15962
15963 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15964 (top level): Skip tests if valid_addr_p returns false for
15965 $cmd1 or $cmd2.
15966
85642ba0
AW
159672015-03-11 Andy Wingo <wingo@igalia.com>
15968
15969 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15970
e03f9645
YQ
159712015-03-11 Yao Qi <yao.qi@linaro.org>
15972
15973 * gdb.base/catch-syscall.exp: Fix typo in comments.
15974
5d0962b2
YQ
159752015-03-11 Yao Qi <yao.qi@linaro.org>
15976
15977 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15978
b2df3cef
PA
159792015-03-09 Pedro Alves <palves@redhat.com>
15980
15981 * dg-extract-results.py: Delete.
15982
ef878e53
PA
159832015-03-09 Pedro Alves <palves@redhat.com>
15984
15985 Merge dg-extract-results.sh from GCC upstream (r218843).
15986
15987 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15988 * dg-extract-results.sh: Use --text with grep to avoid issues with
15989 binary files. Fall back to cat -v, if that doesn't work.
15990
9494d219
PA
159912015-03-05 Pedro Alves <palves@redhat.com>
15992
15993 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15994
a8d9763a
SM
159952015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15996
15997 * lib/mi-support.exp (mi_expect_interrupt): Accept
15998 alternative event for when in all-stop mode.
15999
be9957b8
PA
160002015-03-04 Pedro Alves <palves@redhat.com>
16001
16002 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16003
d57be0f4 160042015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16005
16006 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16007
c214c7cf
AA
160082015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16009
16010 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16011 regexps for GDB's current line display, accept a hex address
16012 preceding the line number.
16013
6d74a497
AA
160142015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16015
16016 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16017 the 'arch1' variable for "s390*-linux*" targets.
16018
511aee7c
PA
160192015-03-04 Pedro Alves <palves@redhat.com>
16020
16021 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16022 (main): Pass missing retval argument to pthread_join call.
16023
95e50b27
PA
160242015-03-02 Pedro Alves <palves@redhat.com>
16025
16026 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16027 (top level): Call do_test with non-stop as well.
16028
28054d69
PA
160292015-03-02 Pedro Alves <palves@redhat.com>
16030
16031 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16032 -1.
16033
4fa5d7b4
AA
160342015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16035
16036 * gdb.arch/s390-vregs.exp: New test.
16037 * gdb.arch/s390-vregs.S: New file.
16038
97c18565
PA
160392015-02-27 Pedro Alves <palves@redhat.com>
16040
16041 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16042 call to catch_command_errors.
16043 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16044 catch_command_errors.
16045
a37bfa30
PA
160462015-02-27 Pedro Alves <palves@redhat.com>
16047
16048 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16049 "true" for boolean result.
16050 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16051 prototype of main.
16052
6f98576f
PA
160532015-02-27 Pedro Alves <palves@redhat.com>
16054
16055 * lib/unbuffer_output.c: New file.
16056 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16057 (main): Call gdb_unbuffer_output.
16058
eba5ab56
YQ
160592015-02-27 Yao Qi <yao.qi@linaro.org>
16060
16061 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16062 target.
16063
0def5aaa
DE
160642015-02-26 Doug Evans <dje@google.com>
16065
16066 * gdb.cp/class2.cc (Dbase, D): New classes.
16067 (main): New local delta.
16068 * gdb.cp/class2.exp: Test printing delta.
16069 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16070 (dynbar): New global.
16071 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16072
081a1c2c
JK
160732015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16074
16075 * gdb.compile/compile-ifunc.c: New file.
16076 * gdb.compile/compile-ifunc.exp: New file.
16077
2f41223f
AT
160782015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16079
16080 * gdb.base/structs.exp: Check for correct struct on finish.
16081
03eddd80
YQ
160822015-02-26 Yao Qi <yao.qi@linaro.org>
16083
16084 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16085 is zero.
16086
80c57053
JK
160872015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16088
16089 * gdb.arch/cordic.ko.bz2: New file.
16090 * gdb.arch/cordic.ko.debug.bz2: New file.
16091 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16092
21613c12
YQ
160932015-02-25 Yao Qi <yao.qi@linaro.org>
16094
16095 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16096 aarch64*-*-* target.
16097
d8b901ed
PA
160982015-02-23 Pedro Alves <palves@redhat.com>
16099
16100 * lib/gdb.exp (delete_breakpoints): Rewrite using
16101 gdb_test_multiple.
16102
e5b85ead
PA
161032015-02-23 Pedro Alves <palves@redhat.com>
16104
16105 * gdb.base/info-os.c: Include stdlib.h.
16106
85c3a371
DE
161072015-02-22 Doug Evans <xdje42@gmail.com>
16108
16109 PR symtab/17855
16110 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16111 is read after symbols have been re-read.
16112 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16113 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16114
96553a0c
DE
161152015-02-21 Doug Evans <dje@google.com>
16116
16117 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16118
97a0c697
JK
161192015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16120
16121 PR corefiles/17808
16122 * gdb.arch/i386-biarch-core.core.bz2: New file.
16123 * gdb.arch/i386-biarch-core.exp: New file.
16124
a47cd6e9
PA
161252015-02-21 Pedro Alves <palves@redhat.com>
16126
16127 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16128 runto_main fails.
16129
c5facdc4
PA
161302015-02-20 Pedro Alves <palves@redhat.com>
16131
16132 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16133 info probes.
16134
2db9a427
PA
161352015-02-20 Pedro Alves <palves@redhat.com>
16136
16137 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16138
60fb7e9e
PA
161392015-02-20 Pedro Alves <palves@redhat.com>
16140
16141 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16142 clean_restart before gdb_target_supports_trace.
16143
5c5019c2
PA
161442015-02-20 Pedro Alves <palves@redhat.com>
16145
16146 PR threads/18006
16147 * gdb.threads/clone-thread_db.c: New file.
16148 * gdb.threads/clone-thread_db.exp: New file.
16149
c9587f88
AT
161502015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16151
16152 PR breakpoints/16812
16153 * gdb.base/catch-gdb-caused-signals.c: New file.
16154 * gdb.base/catch-gdb-caused-signals.exp: New file.
16155
f6a88844
JM
161562015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16157
16158 * configure: Regenerated.
16159 * configure.ac: Use GDB_AC_TRANSFORM.
16160 * aclocal.m4: sinclude ../transform.m4.
16161
497c491b
JM
161622015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16163
16164 * lib/dtrace.exp: New file.
16165 * gdb.base/dtrace-probe.exp: Likewise.
16166 * gdb.base/dtrace-probe.d: Likewise.
16167 * gdb.base/dtrace-probe.c: Likewise.
16168 * lib/pdtrace.in: Likewise.
16169 * configure.ac: Output variables with the transformed names of
16170 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16171 * configure: Regenerated.
16172
03e98035
JM
161732015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16174
16175 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16176 expected message when trying to access $_probe_* convenience
16177 variables while not on a probe.
16178
63cc30e9
JK
161792015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16180
16181 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16182
0703599a
PA
161832015-02-11 Pedro Alves <pedro@codesourcery.com>
16184
16185 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16186 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16187
7e60a48e
DE
161882015-02-10 Doug Evans <xdje42@gmail.com>
16189
16190 * lib/gdb.exp (gdb_load): Always return a result.
16191
01b088bc
PA
161922015-02-10 Pedro Alves <palves@redhat.com>
16193
16194 * gdb.threads/signal-sigtrap.c: New file.
16195 * gdb.threads/signal-sigtrap.exp: New file.
16196
b05ec7a5
AT
161972015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16198
16199 * gdb.trace/no-attach-trace.c: New file.
16200 * gdb.trace/no-attach-trace.exp: New file.
16201
a2c2acaf
MW
162022015-02-09 Mark Wielaard <mjw@redhat.com>
16203
16204 * gdb.dwarf2/atomic.c: New file.
16205 * gdb.dwarf2/atomic-type.exp: Likewise.
16206
31fd9caa
MM
162072015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16208
16209 * gdb.btrace/buffer-size.exp: Update "info record" output.
16210 * gdb.btrace/delta.exp: Update "info record" output.
16211 * gdb.btrace/enable.exp: Update "info record" output.
16212 * gdb.btrace/finish.exp: Update "info record" output.
16213 * gdb.btrace/instruction_history.exp: Update "info record" output.
16214 * gdb.btrace/next.exp: Update "info record" output.
16215 * gdb.btrace/nexti.exp: Update "info record" output.
16216 * gdb.btrace/step.exp: Update "info record" output.
16217 * gdb.btrace/stepi.exp: Update "info record" output.
16218 * gdb.btrace/nohist.exp: Update "info record" output.
16219
d33501a5
MM
162202015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16221
16222 * gdb.btrace/buffer-size: New.
16223
f4abbc16
MM
162242015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16225
16226 * gdb.btrace/delta.exp: Update "info record" output.
16227 * gdb.btrace/enable.exp: Update "info record" output.
16228 * gdb.btrace/finish.exp: Update "info record" output.
16229 * gdb.btrace/instruction_history.exp: Update "info record" output.
16230 * gdb.btrace/next.exp: Update "info record" output.
16231 * gdb.btrace/nexti.exp: Update "info record" output.
16232 * gdb.btrace/step.exp: Update "info record" output.
16233 * gdb.btrace/stepi.exp: Update "info record" output.
16234 * gdb.btrace/nohist.exp: Update "info record" output.
16235
b9d61307
SM
162362015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16237
16238 PR gdb/15678
16239 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16240
e584fdbc
PA
162412015-02-06 Pedro Alves <palves@redhat.com>
16242
16243 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16244 macro.
16245 (seconds_left, again): New globals.
16246 (main): Wait seconds_left in a 1-second sleep loop instead of
16247 sleeping 180 seconds. If 'again' is set, reset the seconds
16248 counter.
16249 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16250 'again' in the inferior before detaching. Print the seconds left.
16251 (options): New global.
16252 (top level): Build program with -DTIMEOUT=$timeout.
16253
77f41761
PA
162542015-02-06 Pedro Alves <palves@redhat.com>
16255
16256 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16257 determine how many seconds to pass to 'alarm'.
16258 * gdb.base/gdb-sigterm.exp (top level): Build program with
16259 -DTIMEOUT=$timeout.
16260 (do_test): Return success/failure indication. Add more verbose
16261 logging. Don't fail if 200 single steps are seen. Instead, fail
16262 when the test times out.
16263 (passes): New global.
16264 (top level): Break the testing loop if testing fails on any
16265 iteration. Use gdb_assert.
16266
b9394193
DB
162672015-02-04 Don Breazeal <donb@codesourcery.com>
16268
16269 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16270 and initialize them.
16271 (ipc_cleanup): New function.
16272 (main): Don't declare shmid, semid, and msqid. Add a call to
16273 atexit so that we call ipc_cleanup on exit.
16274
42d9e528
PA
162752015-02-04 Pedro Alves <palves@redhat.com>
16276
16277 * boards/native-extended-gdbserver.exp: Remove any target variant
16278 specifications from the board name before clearing the isremote
16279 flag from board_info.
16280
ae6ae975
DE
162812015-01-31 Doug Evans <xdje42@gmail.com>
16282
16283 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16284
cfb069a8
GB
162852015-01-31 Gary Benson <gbenson@redhat.com>
16286
16287 * gdb.base/completion.exp: Disable completion limiting for
16288 existing tests. Add new tests to check completion limiting.
16289 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16290
5dd31d79
DE
162912015-01-31 Doug Evans <xdje42@gmail.com>
16292
16293 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16294
9f050062
DE
162952015-01-31 Doug Evans <xdje42@gmail.com>
16296
16297 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16298 entries. Duplicate file section script entries.
16299 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16300 inlined entries. Add test for safe-path rejection.
16301 * gdb.python/py-section-script.c: Add duplicate inlined section script
16302 entries. Duplicate file section script entries.
16303 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16304 inlined entries. Add test for safe-path rejection.
16305
df25ebbd
JB
163062015-01-29 Joel Brobecker <brobecker@adacore.com>
16307
16308 * gdb.ada/disc_arr_bound: New testcase.
16309
4a0ca9ec
JB
163102015-01-29 Joel Brobecker <brobecker@adacore.com>
16311
16312 * gdb.ada/mi_var_array: New testcase.
16313
3a8b707a
DE
163142015-01-27 Doug Evans <dje@google.com>
16315
16316 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16317 Add test for objfile.filename, objfile.username after objfile
16318 has been unloaded.
16319
f8313f6e
JB
163202015-01-26 Joel Brobecker <brobecker@adacore.com>
16321
16322 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16323 the second test to print the name attribute of value
16324 returned by the call to gdb.lookup_type, and adjust
16325 the expected output accordingly.
16326
37bc665e
MW
163272015-01-25 Mark Wielaard <mjw@redhat.com>
16328
16329 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16330 * gdb.base/disp-step-fork.c: Include unistd.h.
16331 * gdb.base/siginfo-obj.c: Include stdio.h.
16332 * gdb.base/siginfo-thread.c: Likewise.
16333 * gdb.mi/non-stop.c: Include unistd.h.
16334 * gdb.mi/nsthrexec.c: Include stdio.h.
16335 * gdb.mi/pthreads.c: Include unistd.h.
16336 * gdb.modula2/unbounded1.c (main): Declare returns int.
16337 * gdb.reverse/consecutive-reverse.c: Likewise.
16338 * gdb.threads/create-fail.c: Include unistd.h.
16339 * gdb.threads/killed.c: Likewise.
16340 * gdb.threads/linux-dp.c: Likewise.
16341 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16342 * gdb.threads/non-ldr-exc-2.c: Likewise.
16343 * gdb.threads/non-ldr-exc-3.c: Likewise.
16344 * gdb.threads/non-ldr-exc-4.c: Likewise.
16345 * gdb.threads/pthreads.c: Include unistd.h.
16346 (main): Declare returns int.
16347 * gdb.threads/tls-main.c (foo): New declaration.
16348 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16349
f7e5394d
SM
163502015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16351
16352 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16353 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16354
743649fd
MW
163552015-01-15 Mark Wielaard <mjw@redhat.com>
16356
16357 * gdb.base/noreturn-return.c: New file.
16358 * gdb.base/noreturn-return.exp: New file.
16359 * gdb.base/noreturn-finish.c: New file.
16360 * gdb.base/noreturn-finish.exp: New file.
16361
198297aa
PA
163622015-01-23 Pedro Alves <palves@redhat.com>
16363
16364 * gdb.threads/continue-pending-after-query.c: New file.
16365 * gdb.threads/continue-pending-after-query.exp: New file.
16366
717cf30c
AG
163672015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16368 Simon Marchi <simon.marchi@ericsson.com>
16369
16370 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16371 * gdb.base/valgrind-db-attach.exp: Same.
16372 * gdb.base/valgrind-infcall.exp: Same.
16373 * lib/mi-support.exp (default_mi_gdb_start): Same.
16374 * lib/prompt.exp (default_prompt_gdb_start): Same.
16375 * lib/gdb.exp (default_gdb_spawn): Same.
16376 (gdb_interact): New.
16377
16378
4b62a76e
JK
163792015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16380
16381 * gdb.compile/compile.exp (pointer to jit function): New test.
16382
b4cdae6f
WW
163832015-01-17 Wei-cheng Wang <cole945@gmail.com>
16384
16385 * lib/gdb.exp (supports_process_record): Return true for
16386 powerpc*-*-linux*.
16387 (supports_reverse): Likewise.
16388
d221e7ef
DB
163892015-01-15 Don Breazeal <donb@codesourcery.com>
16390
16391 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16392 instead of checking whether the target board is remote and
16393 use spawn_wait_for_attach instead of exec/sleep.
16394 * gdb.base/attach-twice.exp: Likewise.
16395
bafffb51
JB
163962015-01-15 Joel Brobecker <brobecker@adacore.com>
16397
16398 * gdb.ada/var_arr_attrs: New testcase.
16399
5589af0e
PA
164002015-01-14 Pedro Alves <palves@redhat.com>
16401 Joel Brobecker <brobecker@adacore.com>
16402
16403 PR gdb/17525
16404 * gdb.base/bp-cmds-execution-x-script.c: New file.
16405 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16406 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16407
6c400b59
PA
164082015-01-14 Pedro Alves <palves@redhat.com>
16409
16410 PR cli/17828
16411 * gdb.base/batch-preserve-term-settings.c: New file.
16412 * gdb.base/batch-preserve-term-settings.exp: New file.
16413
e02c96a7
DE
164142015-01-13 Doug Evans <dje@google.com>
16415
16416 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16417 binary.
16418
576fd14c
JB
164192015-01-13 Joel Brobecker <brobecker@adacore.com>
16420
16421 * Makefile.in (clean mostlyclean): Do not delete *.py.
16422
04dccad0
JB
164232015-01-13 Joel Brobecker <brobecker@adacore.com>
16424
16425 * gdb.python/py-lookup-type.exp: New file.
16426
3d230f71
PA
164272015-01-12 Pedro Alves <palves@redhat.com>
16428
16429 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16430 restore GDBFLAGS before returning.
16431
7e67715d
JK
164322015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16433
16434 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16435 is_amd64_regs_target and is_x86_like_target.
16436
f2e0d4b4
DE
164372015-01-11 Doug Evans <xdje42@gmail.com>
16438
16439 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16440 is given without an explicit form.
16441 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16442 attributes.
16443 * gdb.dwarf/corrupt.exp: Ditto.
16444 * gdb.dwarf2/enum-type.exp: Ditto.
16445 * gdb.trace/entry-values.exp: Ditto.
16446 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16447
439250fb
DE
164482015-01-11 Doug Evans <xdje42@gmail.com>
16449
16450 PR gdb/15830
16451 * gdb.base/maint.exp: Remove references to "maint demangle".
16452 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16453 Add tests for explicitly specifying language to demangle.
16454 * gdb.dlang/demangle.exp: Ditto.
16455
ede9f622
PA
164562015-01-09 Pedro Alves <palves@redhat.com>
16457
16458 * gdb.threads/non-stop-fair-events.c: New file.
16459 * gdb.threads/non-stop-fair-events.exp: New file.
16460
a7b796db
PA
164612015-01-09 Pedro Alves <palves@redhat.com>
16462
16463 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16464 the global scope. Set a breakpoint after all threads are started
16465 rather than stepping over two source lines. Expect the prompt.
16466 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16467 global.
16468 (NUM): Now 15.
16469 (main): Use threads_started_barrier to wait for all threads to
16470 start. Main thread no longer calls thread_function. Exit after
16471 180 seconds.
16472 (loop): New function.
16473 (thread_function): Wait on threads_started_barrier barrier. Call
16474 'loop' at each iteration.
16475 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16476 threads have started, instead of hardcoding number of "next"
16477 steps. Use an access watchpoint instead of a write watchpoint.
16478
9665ffdd
PA
164792015-01-09 Pedro Alves <palves@redhat.com>
16480
16481 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16482 (thread_func): Wait on barrier.
16483 (main): Wait for all threads to start before stopping GDB.
16484 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16485 global.
16486 (thread1_func, thread2_func): Wait on barrier.
16487 (main): Wait for all threads to start before stopping GDB.
16488 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16489 New global.
16490 (thread1_func, thread2_func): Wait on barrier.
16491 (main): Wait for all threads to start before stopping GDB.
16492
c945a99f
PA
164932015-01-09 Pedro Alves <palves@redhat.com>
16494
16495 * gdb.threads/attach-many-short-lived-threads.c: New file.
16496 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16497
c1a747c1
PA
164982014-01-09 Pedro Alves <palves@redhat.com>
16499
16500 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16501 instead of to thread 2.
16502 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16503 Add barrier around each pthread_create call instead of around all
16504 calls.
16505 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16506 Set a break on thread_function and have the child threads hit it
16507 one at at a time.
16508
60b3033e
PA
165092015-01-09 Pedro Alves <palves@redhat.com>
16510
16511 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16512 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16513 false.
16514 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16515 checking whether the target board is remote.
16516 * gdb.multi/multi-attach.exp: Likewise.
16517 * gdb.python/py-sync-interp.exp: Likewise.
16518 * gdb.server/ext-attach.exp: Likewise.
16519 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16520 tests that need to attach, instead of checking whether the target
16521 board is remote at the top of the file.
16522
acc018ac
YQ
165232015-01-08 Yao Qi <yao@codesourcery.com>
16524
16525 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16526
50a18af8
JK
165272015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16528
16529 Fix testcase compilation.
16530 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16531
8503d6e1
JB
165322015-01-06 Joel Brobecker <brobecker@adacore.com>
16533
16534 * gdb.python/py-type.exp: Add a couple test about empty
16535 array creation, and negative-length array creation.
16536
cc73dbcc
DE
165372015-01-02 Doug Evans <xdje42@gmail.com>
16538
16539 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16540
0300bbc7
DE
165412015-01-02 Doug Evans <dje@google.com>
16542
16543 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16544
9d85a0ec
YQ
165452014-12-29 Yao Qi <yao@codesourcery.com>
16546
16547 * gdb.trace/entry-values.exp: Update comments. Rename variable
16548 bar_call_foo to returned_from_foo.
16549
87186c6a
MMN
165502014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16551
16552 PR gdb/17394
16553 * gdb.linespec/break-asm-file.c: New file.
16554 * gdb.linespec/break-asm-file.exp: New file.
16555 * gdb.linespec/break-asm-file0.s: New file.
16556 * gdb.linespec/break-asm-file1.s: New file.
16557
1bab7383
YQ
165582014-12-18 Nigel Stephens <nigel@mips.com>
16559 Maciej W. Rozycki <macro@codesourcery.com>
16560
16561 * gdb.base/float.exp: Handle the new output from "info float" on
16562 MIPS targets.
16563
1bc1068a
JK
165642014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16565
16566 Fix MinGW compilation.
16567 * gdb.compile/compile-ops.exp: Update untested message if
16568 !skip_compile_feature_tests.
16569 * gdb.compile/compile-setjmp.exp: Likewise.
16570 * gdb.compile/compile-tls.exp: Likewise.
16571 * gdb.compile/compile.exp: Likewise.
16572 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16573 supported on this host".
16574
b6615d10
DE
165752014-12-16 Doug Evans <xdje42@gmail.com>
16576
16577 * boards/stabs.exp: New file.
16578
25dda427
AA
165792014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16580
16581 * gdb.base/completion.exp: Adjust to format changes of "maint
16582 print user-registers".
16583
bf330350
CU
165842014-12-16 Catalin Udma <catalin.udma@freescale.com>
16585
16586 PR server/17457
16587 * gdb.arch/aarch64-fp.c: New file.
16588 * gdb.arch/aarch64-fp.exp: New file.
16589
395cf596
SDJ
165902014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16591
16592 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16593 r210637, r210913, r211666, r215400, r215817).
16594
16595 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16596 * dg-extract-results.py: New file.
16597 * dg-extract-results.sh: Use it if the environment seems
16598 suitable.
16599
16600 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16601
16602 * dg-extract-results.py (parse_run): Handle warnings that
16603 are printed before a test harness is run.
16604
16605 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16606
16607 * dg-extract-results.py (Named): Remove __cmp__ method.
16608 (output_variation): Use a key to sort variation.harnesses.
16609
16610 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16611
16612 * dg-extract-results.py: For Python 3, force sys.stdout to
16613 handle surrogate escape sequences.
16614 (safe_open): New function.
16615 (output_segment, main): Use it.
16616
16617 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16618
16619 * dg-extract-results.py (Prog.result_re): Include options
16620 in test name.
16621
16622 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16623
16624 * dg-extract-results.py (output_variation): Always sort if
16625 do_sum.
16626
e882ef3c
SM
166272014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16628
16629 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16630 as long as we get pagination notifications.
16631
4992aa20
JM
166322014-12-15 Jason Merrill <jason@redhat.com>
16633
16634 * Makefile.in (check-gdb.%): Restore.
16635 * README: Mention it.
16636
c1b5a1a6
JB
166372014-12-13 Joel Brobecker <brobecker@adacore.com>
16638
16639 * gdb.ada/str_uninit: New testcase.
16640
5537b577
JK
166412014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16642
16643 PR symtab/17642
16644 * gdb.base/vla-stub-define.c: New file.
16645 * gdb.base/vla-stub.c: New file.
16646 * gdb.base/vla-stub.exp: New file.
16647
bb2ec1b3
TT
166482014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16649 Jan Kratochvil <jan.kratochvil@redhat.com>
16650 Tom Tromey <tromey@redhat.com>
16651
16652 * configure.ac: Add gdb.compile/.
16653 * configure: Regenerate.
16654 * gdb.compile/Makefile.in: New file.
16655 * gdb.compile/compile-ops.exp: New file.
16656 * gdb.compile/compile-ops.c: New file.
16657 * gdb.compile/compile-tls.c: New file.
16658 * gdb.compile/compile-tls.exp: New file.
16659 * gdb.compile/compile-constvar.S: New file.
16660 * gdb.compile/compile-constvar.c: New file.
16661 * gdb.compile/compile-mod.c: New file.
16662 * gdb.compile/compile-nodebug.c: New file.
16663 * gdb.compile/compile-setjmp-mod.c: New file.
16664 * gdb.compile/compile-setjmp.c: New file.
16665 * gdb.compile/compile-setjmp.exp: New file.
16666 * gdb.compile/compile-shlib.c: New file.
16667 * gdb.compile/compile.c: New file.
16668 * gdb.compile/compile.exp: New file.
16669 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16670
4ff709eb
TT
166712014-12-12 Tom Tromey <tromey@redhat.com>
16672
16673 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16674 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16675
6dddd6a5
DE
166762014-12-12 Doug Evans <dje@google.com>
16677
16678 * lib/gdb-python.exp (get_python_valueof): New function.
16679 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16680
71c24708
AA
166812014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16682
16683 * gdb.base/completion.exp: Add test for completion of "info
16684 registers ".
16685
3e29f34a
MR
166862014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16687
16688 * gdb.base/func-ptrs.c: New file.
16689 * gdb.base/func-ptrs.exp: New file.
16690
fc126975
SM
166912014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16692
16693 PR breakpoints/17012
16694 * gdb.base/dprintf-detach.c: New file.
16695 * gdb.base/dprintf-detach.exp: New file.
16696
0a46d518
SM
166972014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16698
16699 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16700 * lib/gdb.exp (target_is_gdbserver): New procedure.
16701
a0be3e44
DE
167022014-12-08 Doug Evans <dje@google.com>
16703
16704 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16705
df1b803a
YQ
167062014-12-05 Yao Qi <yao@codesourcery.com>
16707
16708 * gdb.guile/scm-error.exp: Remove the third argument to
16709 gdb_remote_download.
16710 * gdb.guile/scm-frame-args.exp: Likewise.
16711 * gdb.guile/scm-section-script.exp: Likewise.
16712
ddb9f679
YQ
167132014-12-05 Yao Qi <yao@codesourcery.com>
16714
16715 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16716
86e4ed39
DE
167172014-12-04 Doug Evans <dje@google.com>
16718
16719 * gdb.python/py-objfile.exp: Add tests for
16720 objfile.add_separate_debug_file.
16721
7c50a931
DE
167222014-12-04 Doug Evans <dje@google.com>
16723
16724 * lib/gdb.exp (get_build_id): New function.
16725 (build_id_debug_filename_get): Rewrite to use it.
16726 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16727
621661e3
MR
167282014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16729
16730 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16731 `method(long)', not just 0x0.
16732 * gdb.cp/nsalias.exp: Align code labels to 4.
16733 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16734 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16735 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16736 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16737 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16738 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16739
29f0c3b7
DE
167402014-12-02 Doug Evans <dje@google.com>
16741
e1e061e7 16742 PR symtab/17602
29f0c3b7 16743 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16744 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16745 * gdb.cp/anon-ns.exp: Update.
16746
162078c8
NB
167472014-12-02 Nick Bull <nicholaspbull@gmail.com>
16748
16749 * gdb.python/py-events.py (inferior_call_handler): New.
16750 (register_changed_handler, memory_changed_handler): New.
16751 (test_events.invoke): Register new handlers.
16752 * gdb.python/py-events.exp: Add tests for inferior call,
16753 memory_changed and register_changed events.
16754
fdb09caf
AA
167552014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16756
16757 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16758 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16759 if the linker doesn't understand this.
16760
55cfb2c4
SM
167612014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16762
16763 * gdb.python/python.exp: Change expected reply to help().
16764
9e8cd6df
YQ
167652014-12-01 Yao Qi <yao@codesourcery.com>
16766
16767 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16768 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16769 * configure: Re-generated.
16770
6c659fc2
SC
167712014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16772
16773 * gdb.cp/chained-calls.cc: New file.
16774 * gdb.cp/chained-calls.exp: New file.
16775 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16776
d7fc3181
SM
167772014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16778
16779 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16780 * gdb.dwarf2/symtab-producer.exp: Same.
16781 * gdb.gdb/python-interrupts.exp: Same.
16782 * gdb.gdb/python-selftest.exp: Same.
16783 * gdb.python/py-linetable.exp: Same.
16784 * gdb.python/py-type.exp: Same.
16785 * gdb.python/py-value-cc.exp: Same.
16786 * gdb.python/py-value.exp: Same.
16787
10e79639
YQ
167882014-11-28 Yao Qi <yao@codesourcery.com>
16789
16790 * gdb.base/break-probes.exp: Match library name prefixed with
16791 sysroot.
16792
f28a0564
SM
167932014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16794
16795 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16796 test expected output. Add parentheses for the call to print.
16797 Remove L suffix from integers.
16798
3fe1ce1d
DE
167992014-11-26 Doug Evans <dje@google.com>
16800
16801 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16802
84429e27
YQ
168032014-11-22 Yao Qi <yao@codesourcery.com>
16804
16805 * gdb.trace/entry-values.c: Remove asms.
16806 (foo): Add foo_label.
16807 (bar): Add bar_label.
16808 * gdb.trace/entry-values.exp: Remove code computing foo's
16809 length and bar's length.
16810 (Dwarf::assemble): Invoke function_range for bar and use
16811 MACRO_AT_func for foo.
16812
26741859
YQ
168132014-11-22 Yao Qi <yao@codesourcery.com>
16814
16815 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16816 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16817 Use .Lgcc43_procstart instead of gcc43.
16818
45e44d27
JB
168192014-11-21 Joel Brobecker <brobecker@adacore.com>
16820
16821 * gdb.ada/n_arr_bound: New testcase.
16822
458c8db8
SDJ
168232014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16824
16825 PR breakpoints/10737
16826 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16827 test_catch_syscall_multi_arch.
16828 (test_catch_syscall_multi_arch): New function.
16829
43f3e411
DE
168302014-11-20 Doug Evans <xdje42@gmail.com>
16831
16832 * gdb.base/maint.exp: Update expected output.
16833
0d7b2549
AA
168342014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16835
16836 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16837 4-byte instruction on S390.
16838
8908fca5
JB
168392014-11-19 Joel Brobecker <brobecker@adacore.com>
16840
16841 * gdb.ada/arr_arr: New testcase.
16842
4a46959e
JB
168432014-11-19 Joel Brobecker <brobecker@adacore.com>
16844
16845 * gdb.ada/pkd_arr_elem: New Testcase.
16846
470e2f4e
LM
168472014-11-18 Luis Machado <lgustavo@codesourcery.com>
16848
16849 * gdb.reverse/break-precsave: Expect completion message for
16850 core file reads.
16851 * gdb.reverse/consecutive-precsave.exp: Likewise.
16852 * gdb.reverse/finish-precsave.exp: Likewise.
16853 * gdb.reverse/i386-precsave.exp: Likewise.
16854 * gdb.reverse/machinestate-precsave.exp: Likewise.
16855 * gdb.reverse/sigall-precsave.exp: Likewise.
16856 * gdb.reverse/solib-precsave.exp: Likewise.
16857 * gdb.reverse/step-precsave.exp: Likewise.
16858 * gdb.reverse/until-precsave.exp: Likewise.
16859 * gdb.reverse/watch-precsave.exp: Likewise.
16860
a267f3ad
AA
168612014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16862
16863 * gdb.base/bp-permanent.c: Include unistd.h.
16864 * gdb.python/py-framefilter-mi.c (main): Add return type.
16865 * gdb.python/py-framefilter.c (main): Likewise.
16866 * gdb.trace/actions-changed.c (main): Likewise.
16867
12084a9a
AA
168682014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16869
16870 * gdb.mi/until.c: Add eye-catchers.
16871 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16872 line numbers.
16873
dc7e1a77
AA
168742014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16875
16876 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16877 function header variants in break1.c.
16878 * gdb.base/ena-dis-br.exp: Likewise.
16879 * gdb.base/hbreak2.exp: Likewise.
16880 * gdb.reverse/until-precsave.exp: Drop references to removed
16881 non-prototype function header variants in ur1.c.
16882 * gdb.reverse/until-reverse.exp: Likewise.
16883
41c77605
PM
168842014-11-17 Petr Machata <pmachata@redhat.com>
16885
16886 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16887 ${_cu_offset_size} bytes abbrev offset.
16888
34248c3a
DE
168892014-11-15 Doug Evans <xdje42@gmail.com>
16890
16891 PR symtab/17559
16892 * gdb.base/line-symtabs.exp: New file.
16893 * gdb.base/line-symtabs.c: New file.
16894 * gdb.base/line-symtabs.h: New file.
16895
646da059
YQ
168962014-11-14 Yao Qi <yao@codesourcery.com>
16897
16898 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16899 (func): Add label func_label.
16900 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16901 Replace low_pc and high_pc with MACRO_AT_range.
16902 Replace name, low_pc and high_pc with MACRO_AT_func.
16903
9301ebe6
YQ
169042014-11-14 Yao Qi <yao@codesourcery.com>
16905
16906 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16907 Replace name, low_pc and high_pc with MACRO_AT_func.
16908
f166b542
YQ
169092014-11-14 Yao Qi <yao@codesourcery.com>
16910
16911 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16912 produce debug information.
16913 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16914
0f6e71e3
YQ
169152014-11-14 Yao Qi <yao@codesourcery.com>
16916
16917 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16918 object and get function length.
16919 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16920 with MACRO_AT_func.
16921 (top-level): Replace gdb_compile and clean_restart with
16922 prepare_for_testing.
16923 * gdb.dwarf2/main.c (main): Add label main_label.
16924
876c4df9
YQ
169252014-11-14 Yao Qi <yao@codesourcery.com>
16926
16927 * lib/dwarf.exp (function_range): New procedure.
16928 (Dwarf::_handle_macro_at_func): New procedure.
16929 (Dwarf::_handle_macro_at_range): New procedure.
16930 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16931
02ad9cf1
YQ
169322014-11-14 Yao Qi <yao@codesourcery.com>
16933
16934 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16935 (_handle_attribute): New procedure.
16936
a59add0c
AA
169372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16938
16939 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16940 * gdb.base/call-sc.c (zed): Likewise.
16941 * gdb.base/checkpoint.c (main): Likewise.
16942 * gdb.base/dump.c (main): Likewise.
16943 * gdb.base/gcore.c (main): Likewise.
16944 * gdb.base/huge.c (main): Likewise.
16945 * gdb.base/multi-forks.c (main): Likewise.
16946 * gdb.base/pr10179-a.c (main): Likewise.
16947 * gdb.base/savedregs.c (main): Likewise.
16948 * gdb.base/sigaltstack.c (main): Likewise.
16949 * gdb.base/siginfo.c (main): Likewise.
16950 * gdb.base/structs.c (zed): Likewise.
16951 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16952 * gdb.mi/mi-syn-frame.c (main): Likewise.
16953 * gdb.mi/until.c (foo, main): Likewise.
16954 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16955 * gdb.base/solib-weak.c (foo): Declare.
16956 * gdb.base/attach-twice.c: Include stdio.h.
16957 * gdb.base/weaklib1.c: Likewise.
16958 * gdb.base/weaklib2.c: Likewise.
16959 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16960 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16961 unistd.h.
16962 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16963 * gdb.mi/mi-exit-code.c: Likewise.
16964 * gdb.base/break-interp-lib.c: Include string.h.
16965 * gdb.base/coremaker.c: Likewise.
16966 * gdb.base/testenv.c: Likewise.
16967 * gdb.python/py-finish-breakpoint.c: Likewise.
16968 * gdb.base/inferior-died.c: Include sys/wait.h.
16969 * gdb.base/fileio.c: Include time.h.
16970 * gdb.base/async-shell.c: Include unistd.h.
16971 * gdb.base/dprintf-non-stop.c: Likewise.
16972 * gdb.base/info-os.c: Likewise.
16973 * gdb.mi/mi-console.c: Likewise.
16974 * gdb.mi/watch-nonstop.c: Likewise.
16975 * gdb.python/py-events.c: Likewise.
16976 * gdb.base/async.c (baz): Move up before its invocation.
16977 * gdb.base/code_elim2.c (my_global_func): Likewise.
16978 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16979 * gdb.base/advance.c (func2): Likewise.
16980
3b5d5997
AA
169812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16982
16983 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16984 variant.
16985 * gdb.base/annota3.c: Likewise.
16986 * gdb.base/async.c: Likewise.
16987 * gdb.base/average.c: Likewise.
16988 * gdb.base/call-ar-st.c: Likewise.
16989 * gdb.base/call-rt-st.c: Likewise.
16990 * gdb.base/call-sc.c: Likewise.
16991 * gdb.base/call-strs.c: Likewise.
16992 * gdb.base/ending-run.c: Likewise.
16993 * gdb.base/execd-prog.c: Likewise.
16994 * gdb.base/exprs.c: Likewise.
16995 * gdb.base/foll-exec.c: Likewise.
16996 * gdb.base/foll-fork.c: Likewise.
16997 * gdb.base/foll-vfork.c: Likewise.
16998 * gdb.base/funcargs.c: Likewise.
16999 * gdb.base/gcore.c: Likewise.
17000 * gdb.base/jump.c: Likewise.
17001 * gdb.base/langs0.c: Likewise.
17002 * gdb.base/langs1.c: Likewise.
17003 * gdb.base/langs2.c: Likewise.
17004 * gdb.base/mips_pro.c: Likewise.
17005 * gdb.base/nodebug.c: Likewise.
17006 * gdb.base/opaque0.c: Likewise.
17007 * gdb.base/opaque1.c: Likewise.
17008 * gdb.base/recurse.c: Likewise.
17009 * gdb.base/run.c: Likewise.
17010 * gdb.base/scope0.c: Likewise.
17011 * gdb.base/scope1.c: Likewise.
17012 * gdb.base/setshow.c: Likewise.
17013 * gdb.base/setvar.c: Likewise.
17014 * gdb.base/shmain.c: Likewise.
17015 * gdb.base/shr1.c: Likewise.
17016 * gdb.base/shr2.c: Likewise.
17017 * gdb.base/sigall.c: Likewise.
17018 * gdb.base/signals.c: Likewise.
17019 * gdb.base/so-indr-cl.c: Likewise.
17020 * gdb.base/solib2.c: Likewise.
17021 * gdb.base/structs.c: Likewise.
17022 * gdb.base/sum.c: Likewise.
17023 * gdb.base/vforked-prog.c: Likewise.
17024 * gdb.base/watchpoint.c: Likewise.
17025 * gdb.reverse/shr2.c: Likewise.
17026 * gdb.reverse/until-reverse.c: Likewise.
17027 * gdb.reverse/ur1.c: Likewise.
17028 * gdb.reverse/watch-reverse.c: Likewise.
17029
066a77c5
AA
170302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17031
17032 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17033 variant.
17034 * gdb.base/sepdebug.exp: Drop references to removed code.
17035
4f204ea5
AA
170362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17037
17038 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17039 variant. Preserve original line numbering.
17040 * gdb.base/list1.c: Likewise.
17041
3b377a3a
AA
170422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17043
17044 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17045 variant.
17046 * gdb.base/break1.c: Likewise.
17047 * gdb.base/break.exp: Drop references to removed code.
17048
e444df73
AA
170492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17050
17051 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17052 variant.
17053
8008f2a7
AA
170542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17055
17056 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17057
a5a06887
AA
170582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17059
17060 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17061 logic into perform_all_tests() and invoke it with and without
17062 function header prototypes.
17063 (do_function_calls): Remove conditional XFAIL for PR 5318.
17064 (rerun_and_prepare): Remove duplicate code.
17065 (perform_all_tests): New. Main logic moved here.
17066
44dba9b9
AA
170672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17068
17069 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17070 code guarded by #ifdef NO_PROTOTYPES.
17071 (t_double_many_args): Likewise.
17072 (DEF_FUNC_MANY_ARGS_1): Likewise.
17073 (DEF_FUNC_VALUES_1): Likewise.
17074 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17075 guarded by #ifdef PROTOTYPES.
17076
d1fbcd56
AA
170772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17078
17079 * gdb.mi/mi-console.c: Add eye-catcher.
17080 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17081 instead of literal line number.
17082
b0e59b8f
AA
170832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17084
17085 * gdb.base/shr2.c: Add eye-catcher.
17086 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17087 line number.
17088
78f98cca
AA
170892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17090
17091 * gdb.base/jump.c: Add eye-catchers.
17092 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17093 numbers.
17094
58fa2af0
AA
170952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17096
17097 * gdb.base/execd-prog.c: Add eye-catchers.
17098 * gdb.base/foll-exec.c: Likewise.
17099 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17100 line numbers.
17101
04e5059b
AA
171022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17103
17104 * gdb.base/ending-run.c: Add eye-catchers.
17105 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17106 literal line numbers.
17107
dbfdb174
AA
171082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17109
17110 * gdb.base/call-rt-st.c: Add eye-catchers.
17111 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17112 literal line numbers.
17113
888a2ade
AA
171142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17115
17116 * gdb.base/call-ar-st.c: Add eye-catchers.
17117 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17118 literal line numbers.
17119
6acc2dde
AA
171202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17121
17122 * gdb.base/average.c: Add eye-catchers.
17123 * gdb.base/sum.c: Likewise.
17124 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17125 regexps dynamically.
17126
9ecfcd1d
AA
171272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17128
17129 * gdb.base/solib1.c: Add eye-catchers.
17130 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17131 literal line numbers.
17132
78708b7c
PA
171332014-11-12 Pedro Alves <palves@redhat.com>
17134
17135 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17136 leader has exited.
17137
af48d08f
PA
171382014-11-12 Pedro Alves <palves@redhat.com>
17139
17140 * gdb.arch/i386-bp_permanent.c: New file.
17141 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17142 (srcfile): Set to i386-bp_permanent.c.
17143 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17144 that stepi does not execute the 'leave' instruction, instead of
17145 testing it does execute.
17146 * gdb.base/bp-permanent.c: New file.
17147 * gdb.base/bp-permanent.exp: New file.
17148
af3768e9
DE
171492014-11-10 Doug Evans <xdje42@gmail.com>
17150
17151 PR symtab/17564
17152 * gdb.base/symtab-search-order.exp: New file.
17153 * gdb.base/symtab-search-order.c: New file.
17154 * gdb.base/symtab-search-order-1.c: New file.
17155 * gdb.base/symtab-search-order-shlib-1.c: New file.
17156
9de00a4a
PA
171572014-11-07 Pedro Alves <palves@redhat.com>
17158
17159 PR gdb/17511
17160 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17161 i?86-*-linux*.
17162
e0f52461
SC
171632014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17164
17165 PR c++/17494
17166 * gdb.cp/pr17494.cc: New file.
17167 * gdb.cp/pr17494.exp: New file.
17168
6ce8c980
YQ
171692014-11-02 Yao Qi <yao@codesourcery.com>
17170
17171 * gdb.python/python.exp: Get working directory and match the
17172 output of "set extended-prompt \\w " with it.
17173
02be9a71
DE
171742014-10-30 Doug Evans <dje@google.com>
17175
17176 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17177 in objfiles.
17178 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17179 in progspaces.
17180
3bdff46b
LM
171812014-10-30 Janis Johnson <janisjo@codesourcery.com>
17182
17183 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17184 * gdb.base/realname-expand.exp: Likewise.
17185 * gdb.linespec/macro-relative.exp: Likewise.
17186
ab917dfb
PA
171872014-10-29 Pedro Alves <palves@redhat.com>
17188
17189 PR gdb/17408
17190 * gdb.threads/schedlock.c (some_function): New function.
17191 (call_function): New global.
17192 (MAYBE_CALL_SOME_FUNCTION): New macro.
17193 (thread_function): Call it.
17194 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17195 and use it instead of a global counter. Adjust all callers.
17196 (get_current_thread): Use "find current thread" for test message
17197 here rather than having all callers pass down the same string.
17198 (goto_loop): New procedure, factored out from ...
17199 (my_continue): ... this.
17200 (step_ten_loops): Change parameter from test message to command to
17201 use. Adjust.
17202 (list_count): Delete global.
17203 (check_result): New procedure, factored out from duplicate top
17204 level code.
17205 (continue tests): Wrap in with_test_prefix.
17206 (test_step): New procedure, factored out from duplicate top level
17207 code.
17208 (top level): Test "step" in combination with all scheduler-locking
17209 modes. Test "next" in combination with all scheduler-locking
17210 modes, and in combination with stepping over a function call or
17211 not.
17212 * gdb.threads/next-bp-other-thread.c: New file.
17213 * gdb.threads/next-bp-other-thread.exp: New file.
17214
d3d4baed
PA
172152014-10-29 Pedro Alves <palves@redhat.com>
17216
17217 PR python/17372
17218 * gdb.python/python.exp: Test a multi-line command that spawns
17219 interactive Python.
17220 * gdb.base/multi-line-starts-subshell.exp: New file.
17221
563e8d85
YQ
172222014-10-29 Yao Qi <yao@codesourcery.com>
17223
17224 * gdb.base/fileio.exp: Make directories on host.
17225
0ea4d52e
YQ
172262014-10-29 Yao Qi <yao@codesourcery.com>
17227
17228 * gdb.base/fileio.c (test_write): Close the file.
17229
7f5ef605
PA
172302014-10-28 Pedro Alves <palves@redhat.com>
17231
17232 PR gdb/12623
17233 * gdb.base/sigstep.c (no_handler): New global.
17234 (main): If 'no_handler is true, set the signal handlers to
17235 SIG_IGN.
17236 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17237 with_sw_watch and no_handler parameters. Handle them.
17238 (top level) <stepping over handler when stopped at a breakpoint
17239 test>: Add a test axis for testing with a software watchpoint, and
17240 another for testing with the signal handler set to SIG_IGN.
17241 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17242 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17243
abbdbd03
PA
172442014-10-28 Pedro Alves <palves@redhat.com>
17245
17246 PR gdb/17511
17247 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17248 * gdb.base/sigstep.exp (other_handler_location): New global.
17249 (advance): Support stepping into the signal handler, and running
17250 commands while in the handler.
17251 (in_handler_map): New global.
17252 (top level): In the advance test, add combinations for getting
17253 into the handler with stepping commands, and for running commands
17254 in the handler. Add comment descripting the advancei tests.
17255
1df4399f
PA
172562014-10-28 Pedro Alves <palves@redhat.com>
17257
17258 * gdb.base/sigstep.exp: Use build_executable instead of
17259 prepare_for_testing.
17260 (top level): Move code that starts GDB, runs to main and creates a
17261 display to ...
17262 (restart): ... this new procedure.
17263 (top level): Move backtrace from signal handler test to ...
17264 (validate_backtrace): ... this new procedure.
17265 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17266 with_test_prefix. Always restart GDB.
17267 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17268 with_test_prefix. Always restart GDB. No need to delete
17269 breakpoints after the test.
17270 (test_skip_handler): Remove prefix parameter.
17271 (skip_over_handler, breakpoint_to_handler)
17272 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17273 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17274 restart GDB. No need to delete breakpoints after the test.
17275 (top level): Use foreach to call the test procedures with
17276 different commands.
17277
a5b6e449
PA
172782014-10-28 Pedro Alves <palves@redhat.com>
17279
17280 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17281 instead of GNATS numbers.
17282 * gdb.base/sigbpt.exp: Likewise.
17283 * gdb.base/siginfo.exp: Likewise.
17284 * gdb.base/sigstep.exp: Likewise.
17285
e5f8a7cc
PA
172862014-10-27 Pedro Alves <palves@redhat.com>
17287
17288 * gdb.base/sigstep.c (dummy): New global.
17289 (main): Issue a couple writes to the new global.
17290 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17291 procedures.
17292 (skip_over_handler): Use test_skip_handler.
17293 (top level): Call skip_over_handler for stepi and nexti too.
17294 (breakpoint_over_handler): Use test_skip_handler.
17295 (top level): Call breakpoint_over_handler for stepi and nexti too.
17296
763905a3
YQ
172972014-10-27 Yao Qi <yao@codesourcery.com>
17298
17299 * gdb.trace/tfile.c (adjust_function_address)
17300 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17301 function descriptor.
17302
6f259a23
DB
173032014-10-24 Don Breazeal <donb@codesourcery.com>
17304
17305 * gdb.base/foll-fork.exp (test_follow_fork,
17306 catch_fork_child_follow): Check for updated fork messages emitted
17307 from infrun.c.
17308 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17309 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17310 vfork_and_exec_child_follow_through_step): Check for updated vfork
17311 messages emitted from infrun.c.
17312
09dd9a69
PA
173132014-10-24 Pedro Alves <palves@redhat.com>
17314
17315 * gdb.base/corefile.exp: Remove references to ultrix.
17316 * gdb.base/interrupt.exp: Likewise.
17317 * gdb.base/whatis.exp: Likewise.
17318 * gdb.gdb/selftest.exp: Likewise.
17319 * gdb.threads/manythreads.exp: Likewise.
17320 * gdb.threads/print-threads.exp: Likewise.
17321 * gdb.threads/pthreads.exp:: Likewise.
17322 * gdb.threads/schedlock.exp: Likewise.
17323
3433cfa5
SC
173242014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17325
17326 * gdb.cp/non-trivial-retval.cc: Add a test case.
17327 * gdb.cp/non-trivial-retval.exp: Add a test.
17328
092f880b
YQ
173292014-10-20 Yao Qi <yao@codesourcery.com>
17330
17331 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17332 * gdb.python/py-objfile-script-gdb.py: New file.
17333 * gdb.python/py-objfile-script.exp: Update reference to
17334 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17335 of remote_download. Remove the dest file.
17336
acbdb7f3
YQ
173372014-10-20 Yao Qi <yao@codesourcery.com>
17338
17339 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17340 * gdb.base/step-line.exp: Likewise.
17341 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17342 * gdb.dwarf2/dw2-basic.exp: Likewise.
17343 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17344 * gdb.dwarf2/dw2-filename.exp: Likewise.
17345 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17346 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17347 * gdb.dwarf2/dw2-producer.exp: Likewise.
17348 * gdb.dwarf2/mac-fileno.exp: Likewise.
17349 * gdb.python/py-frame-args.exp: Likewise.
17350 * gdb.python/py-framefilter.exp: Likewise.
17351 * gdb.python/py-mi.exp: Likewise.
17352 * gdb.python/py-objfile-script.exp: Likewise
17353 * gdb.python/py-pp-integral.exp: Likewise.
17354 * gdb.python/py-pp-re-notag.exp: Likewise.
17355 * gdb.python/py-prettyprint.exp: Likewise.
17356 * gdb.python/py-section-script.exp: Likewise.
17357 * gdb.python/py-typeprint.exp: Likewise.
17358 * gdb.python/py-xmethods.exp: Likewise.
17359 * gdb.stabs/weird.exp: Likewise.
17360 * gdb.xml/tdesc-regs.exp: Likewise.
17361
bd286a29
KCY
173622014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17363
17364 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17365 (out_cu): Use addr_len for the size of addresses.
17366 (out_line): Likewise. Size DW_LNE_set_address instruction
17367 according to addr_len.
17368 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17369 (FUNC): Add START_INSNS to definition.
17370
673dc4a0
YQ
173712014-10-18 Yao Qi <yao@codesourcery.com>
17372
17373 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17374 gdb_has_argv0 return true.
17375 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17376 check [target_info exists noargs], check [gdb_has_argv0]
17377 instead.
17378 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17379 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17380 procedures.
17381
4ffbba72
DE
173822014-10-17 Doug Evans <dje@google.com>
17383
17384 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17385 event.
17386 * gdb.python/py-events.py: Add clear_objfiles event.
17387
d096d8c1
DE
173882014-10-17 Doug Evans <dje@google.com>
17389
17390 * gdb.python/py-objfile.exp: Test progspace attribute.
17391
a80db015
LM
173922014-10-17 Luis Machado <lgustavo@codesourcery.com>
17393
17394 * gdb.guile/scm-breakpoint.exp: Do not assume any
17395 directory separators when matching source file paths.
17396 * gdb.python/py-breakpoint.exp: Likewise.
17397 * gdb.reverse/break-precsave.exp: Likewise.
17398 * gdb.reverse/break-reverse.exp: Likewise.
17399 * gdb.reverse/consecutive-precsave.exp: Likewise.
17400 * gdb.reverse/finish-precsave.exp: Likewise.
17401 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17402 * gdb.reverse/finish-reverse.exp: Likewise.
17403 * gdb.reverse/i386-precsave.exp: Likewise.
17404 * gdb.reverse/i387-env-reverse.exp: Likewise.
17405 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17406 * gdb.reverse/machinestate-precsave.exp: Likewise.
17407 * gdb.reverse/machinestate.exp: Likewise.
17408 * gdb.reverse/sigall-precsave.exp: Likewise.
17409 * gdb.reverse/solib-precsave.exp: Likewise.
17410 * gdb.reverse/step-precsave.exp: Likewise.
17411 * gdb.reverse/until-precsave.exp: Likewise.
17412 * gdb.reverse/watch-precsave.exp: Likewise.
17413 * gdb.reverse/watch-reverse.exp: Likewise.
17414
b22089ab
YQ
174152014-10-17 Yao Qi <yao@codesourcery.com>
17416
17417 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17418 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17419
6c4486e6
PA
174202014-10-17 Pedro Alves <palves@redhat.com>
17421
17422 PR gdb/17471
17423 * gdb.base/bg-execution-repeat.c: New file.
17424 * gdb.base/bg-execution-repeat.exp: New file.
17425
0ff33695
PA
174262014-10-17 Pedro Alves <palves@redhat.com>
17427
17428 PR gdb/17300
17429 * gdb.base/continue-all-already-running.c: New file.
17430 * gdb.base/continue-all-already-running.exp: New file.
17431
6fdebc3d
PA
174322014-10-17 Pedro Alves <palves@redhat.com>
17433
17434 PR gdb/17472
17435 * gdb.base/annota-input-while-running.c: New file.
17436 * gdb.base/annota-input-while-running.exp: New file.
17437
32a8097b
PA
174382014-10-17 Pedro Alves <palves@redhat.com>
17439
17440 * gdb.base/callfuncs.exp: emove references to osf.
17441 * gdb.base/sigall.exp: Likewise.
17442 * gdb.gdb/selftest.exp: Likewise.
17443 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17444 * gdb.mi/non-stop.c: Likewise.
17445 * gdb.mi/pthreads.c: Likewise.
17446 * gdb.reverse/sigall-precsave.exp: Likewise.
17447 * gdb.reverse/sigall-reverse.exp: Likewise.
17448 * gdb.threads/pthreads.c: Likewise.
17449 * gdb.threads/pthreads.exp: Likewise.
17450
7a3517ff
YQ
174512014-10-17 Yao Qi <yao@codesourcery.com>
17452
17453 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17454 check 'target_info exists noargs'.
17455 (test_command_prompt_position): Likewise.
17456 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17457 Remove "set args".
17458 (progvar_simple_while_test): Likewise.
17459 (progvar_complex_if_while_test): Likewise.
17460 (if_while_breakpoint_command_test): Likewise.
17461 (infrun_breakpoint_command_test): Likewise.
17462 (breakpoint_command_test): Likewise.
17463 (watchpoint_command_test): Likewise.
17464 (bp_deleted_in_command_test): Likewise.
17465 (temporary_breakpoint_commands): Likewise.
17466
bb99c472
YQ
174672014-10-16 Yao Qi <yao@codesourcery.com>
17468
17469 * gdb.base/remotetimeout.exp: Remove noargs checking.
17470
7c16b83e
PA
174712014-10-15 Pedro Alves <palves@redhat.com>
17472
17473 PR breakpoints/9649
17474 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17475 * gdb.base/breakpoint-in-ro-region.exp
17476 (probe_target_hardware_step): New procedure.
17477 (top level): Probe hardware stepping and hardware breakpoint
17478 support. Test stepping through a read-only region, with both
17479 "breakpoint auto-hw" on and off and both "always-inserted" on and
17480 off.
17481
35a49624
IB
174822014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17483
17484 * gdb.dlang/demangle.exp: Update for demangling changes.
17485
2d1c107c
SC
174862014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17487
17488 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17489 * gdb.cp/non-trivial-retval.exp: Add new tests.
17490
778811d5
SC
174912014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17492
17493 PR c++/13403
17494 PR c++/15154
17495 * gdb.cp/non-trivial-retval.cc: New file.
17496 * gdb.cp/non-trivial-retval.exp: New file.
17497
10c5f0a8
YQ
174982014-10-15 Yao Qi <yao@codesourcery.com>
17499
17500 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17501 remote host.
17502
65d7b369
YQ
175032014-10-15 Yao Qi <yao@codesourcery.com>
17504
17505 * gdb.python/py-symbol.exp: Match file base name if host is
17506 remote, otherwise match file name with dir name.
17507 * gdb.python/py-symtab.exp: Likewise.
17508 * gdb.python/python.exp: Likewise.
17509
46dc1394
YQ
175102014-10-15 Yao Qi <yao@codesourcery.com>
17511
17512 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17513 pattern.
17514 * gdb.python/py-symtab.exp: Likewise.
17515 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17516 locationn.
17517
c40cc657
JB
175182014-10-14 Joel Brobecker <brobecker@adacore.com>
17519
17520 * gdb.ada/addr_arith: New testcase.
17521
2abf49e1
MR
175222014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17523
17524 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17525 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17526 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17527 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17528
f7088df3
SDJ
175292014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17530
17531 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17532 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17533 * gdb.arch/stap-eval-lang-ada.exp: New file.
17534
4dc06805
YQ
175352014-10-14 Yao Qi <yao@codesourcery.com>
17536
17537 * gdb.mi/mi-var-child.c (nothing1): New function.
17538 (nothing2): New function.
17539 (do_children_tests): Set function pointers by nothing1 and
17540 nothing2.
17541 * gdb.mi/mi-var-child.exp: Step over new added statements.
17542 Update test to match the new output.
17543 * gdb.mi/var-cmd.c (nothing1): New function.
17544 (nothing2): New function.
17545 (do_children_tests): Set function pointers by nothing1 and
17546 nothing2.
17547 * gdb.mi/mi-var-display.exp: Update test to match output.
17548 Step to the line specified by $line_dct_nothing.
17549 Increase the number of lines to step.
17550
46a93de2
YQ
175512014-10-14 Yao Qi <yao@codesourcery.com>
17552
17553 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17554 tests.
17555 * gdb.mi/mi2-var-child.exp: Likewise.
17556
14ea52ee
DE
175572014-10-13 Doug Evans <dje@google.com>
17558
17559 * gdb.python/py-objfile.exp: Change name of file name test.
17560
e5c6e92b
DE
175612014-10-13 Doug Evans <dje@google.com>
17562
17563 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17564 from the start of the CU.
17565
c780cc2f
JK
175662014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17567 Yao Qi <yao@codesourcery.com>
17568
17569 Fix "save breakpoints" for "catch" command.
17570 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17571 Remove -nonewline. Match also the added "main" line.
17572
99894e11
JK
175732014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17574
17575 Fix "save breakpoints" for "disable $bpnum" command.
17576 * gdb.base/save-bp.c (main): Add label.
17577 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17578
6e1ac5a3
JK
175792014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17580
17581 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17582
754dd2b0
YQ
175832014-10-11 Yao Qi <yao@codesourcery.com>
17584
17585 * gdb.server/server-kill.exp: Execute command
17586 "set remote trace-status-packet on" before "tstatus".
17587
f90183d7
YQ
175882014-10-11 Yao Qi <yao@codesourcery.com>
17589
17590 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17591 (main): Call getppid.
17592 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17593 and continue to it. Read variable "server_pid".
17594
bf40a607
YQ
175952014-10-11 Yao Qi <yao@codesourcery.com>
17596
17597 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17598
052ca370
YQ
175992014-10-11 Yao Qi <yao@codesourcery.com>
17600
17601 * gdb.threads/thread-find.exp: Don't execute command
17602 "info threads".
17603 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17604 * gdb.threads/linux-dp.exp: Don't check the condition
17605 $threads_created equals to zero.
17606
3831839c
PA
176072014-10-10 Pedro Alves <palves@redhat.com>
17608
17609 * gdb.base/bigcore.exp: Remove references to IRIX.
17610 * gdb.base/funcargs.exp: Likewise.
17611 * gdb.base/interrupt.exp: Likewise.
17612 * gdb.base/mips_pro.exp: Likewise.
17613 * gdb.base/nodebug.exp: Likewise.
17614 * gdb.base/setvar.exp: Likewise.
17615 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17616
8b9a549d
PA
176172014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17618 Pedro Alves <palves@redhat.com>
17619
17620 PR symtab/14466
17621 * gdb.base/vdso-warning.c: New file.
17622 * gdb.base/vdso-warning.exp: New file.
17623
d48ba5e8
DE
176242014-10-02 Doug Evans <dje@google.com>
17625
17626 * gdb.base/structs.c (main): Don't run forever.
17627
2278c276
PA
176282014-10-02 Pedro Alves <palves@redhat.com>
17629
17630 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17631 (top level) <stop threads 1, stop threads 2>: Use it.
17632
b57bacec
PA
176332014-10-02 Pedro Alves <palves@redhat.com>
17634
17635 * gdb.threads/break-while-running.exp (test): Add new
17636 'update_thread_list' argument. Skip "info threads" if false.
17637 (top level): Add new 'update_thread_list' axis.
17638
13fd3ff3
PA
176392014-10-02 Pedro Alves <palves@redhat.com>
17640
17641 PR breakpoints/17431
17642 * gdb.base/execl-update-breakpoints.c: New file.
17643 * gdb.base/execl-update-breakpoints.exp: New file.
17644
0fec99e8
PA
176452014-10-01 Pedro Alves <palves@redhat.com>
17646
17647 * gdb.base/breakpoint-in-ro-region.c: New file.
17648 * gdb.base/breakpoint-in-ro-region.exp: New file.
17649
2ddf4301
SM
176502014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17651
17652 * gdb.mi/mi-exit-code.exp: New file.
17653 * gdb.mi/mi-exit-code.c: New file.
17654
6a5f3f43
YQ
176552014-09-30 Yao Qi <yao@codesourcery.com>
17656
17657 * lib/prelink-support.exp (build_executable_own_libs): Error if
17658 the target isn't native.
17659
345bcc73
YQ
176602014-09-30 Yao Qi <yao@codesourcery.com>
17661
17662 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17663 false.
17664
a25a5a45
PA
176652014-09-22 Pedro Alves <palves@redhat.com>
17666
17667 * gdb.threads/break-while-running.exp: New file.
17668 * gdb.threads/break-while-running.c: New file.
17669
00ba3162
YQ
176702014-09-19 Yao Qi <yao@codesourcery.com>
17671
17672 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17673 Invoke test. Restart GDB with --readnow and invoke test again.
17674
c3b7b696
YQ
176752014-09-19 Yao Qi <yao@codesourcery.com>
17676
17677 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17678 proc set_breakpoint_on_gcd_function. Invoke
17679 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17680 invoke set_breakpoint_on_gcd_function again.
17681
2b4fd423
DE
176822014-09-18 Doug Evans <dje@google.com>
17683
17684 * gdb.dwarf2/symtab-producer.exp: New file.
17685
a5947601
SDJ
176862014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17687
17688 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17689 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17690 * gdb.base/global-var-nested-by-dso.c: Likewise.
17691 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17692
91c19059
SDJ
176932014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17694 Pedro Alves <palves@redhat.com>
17695
17696 * gdb.base/watch-bitfields.exp: Pass string other than test file
17697 name to prepare_for_testing.
17698 (watch): New procedure.
17699 (expect_watchpoint): Use with_test_prefix.
17700 (top level): Factor out tests to ...
17701 (test_watch_location, test_regular_watch): ... these new
17702 procedures, and use with_test_prefix and gdb_continue_to_end.
17703
bb9d5f81
PP
177042014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17705
17706 PR breakpoints/12526
17707 * gdb.base/watch-bitfields.exp: New file.
17708 * gdb.base/watch-bitfields.c: New file.
17709
635856f5
PA
177102014-09-16 Pedro Alves <palves@redhat.com>
17711
17712 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17713 software and hardware addresses, not software address against
17714 itself.
17715
7280ceea
PA
177162014-09-16 Pedro Alves <palves@redhat.com>
17717
17718 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17719 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17720
428b16bd
PA
177212014-09-16 Pedro Alves <palves@redhat.com>
17722
17723 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17724 files.
17725 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17726 "*-*-vxworks*" throughout.
17727 * gdb.base/break.exp: Likewise.
17728 * gdb.base/default.exp: Likewise.
17729 * gdb.base/scope.exp: Likewise.
17730 * gdb.base/sepdebug.exp: Likewise.
17731 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17732 throughout.
17733 * gdb.base/run.c: Likewise.
17734 * gdb.base/sepdebug.c: Likewise.
17735 * gdb.hp/gdb.aCC/run.c: Likewise.
17736 * gdb.reverse/until-reverse.c: Likewise.
17737 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17738
666d413c
YQ
177392014-09-16 Yao Qi <yao@codesourcery.com>
17740
17741 * boards/local-remote-host-native.exp: New file.
17742
57cbd724
DE
177432014-09-14 Doug Evans <xdje42@gmail.com>
17744
17745 * gdb.threads/queue-signal.c (thread_count): New variable.
17746 (thread_count_mutex, thread_count_condvar): New variables.
17747 (incr_thread_count, wait_all_threads_running): New functions.
17748 (main): Wait for all threads to be in their thread functions.
17749
81219e53
DE
177502014-09-13 Doug Evans <xdje42@gmail.com>
17751
17752 * gdb.threads/queue-signal.c: New file.
17753 * gdb.threads/queue-signal.exp: New file.
17754
3714cea7
DE
177552014-09-13 Doug Evans <xdje42@gmail.com>
17756
17757 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17758 be consistent with what default_gdb_init uses.
17759 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17760 the plain text of the prompt. Add some logging printfs.
17761 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17762
fa43b1d7
PA
177632014-09-12 Pedro Alves <palves@redhat.com>
17764
17765 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17766 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17767 * gdb.arch/i386-size-overlap.exp: Likewise.
17768 * gdb.arch/i386-size.exp: Likewise.
17769 * gdb.arch/i386-unwind.exp: Likewise.
17770 * gdb.base/a2-run.exp: Likewise.
17771 * gdb.base/break.exp: Likewise.
17772 * gdb.base/charset.exp: Likewise.
17773 * gdb.base/chng-syms.exp: Likewise.
17774 * gdb.base/commands.exp: Likewise.
17775 * gdb.base/dbx.exp: Likewise.
17776 * gdb.base/find.exp: Likewise.
17777 * gdb.base/funcargs.exp: Likewise.
17778 * gdb.base/jit-simple.exp: Likewise.
17779 * gdb.base/reread.exp: Likewise.
17780 * gdb.base/sepdebug.exp: Likewise.
17781 * gdb.base/step-bt.exp: Likewise.
17782 * gdb.cp/mb-inline.exp: Likewise.
17783 * gdb.cp/mb-templates.exp: Likewise.
17784 * gdb.objc/basicclass.exp: Likewise.
17785 * gdb.threads/killed.exp: Likewise.
17786
9d9bf2df
EBM
177872014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17788
17789 PR tdep/17379
17790 * gdb.arch/powerpc-stackless.S: New file.
17791 * gdb.arch/powerpc-stackless.exp: New file.
17792
1cf2f1b0
JK
177932014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17794
17795 * gdb.base/attach.c: Include unistd.h.
17796 (main): Call alarm. Add label postloop.
17797 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17798 gdb_breakpoint, gdb_continue_to_breakpoint.
17799 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17800
98880d46
PA
178012014-09-11 Pedro Alves <palves@redhat.com>
17802
17803 PR gdb/17347
17804 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17805 * gdb.base/attach.exp (test_command_line_attach_run): New
17806 procedure.
17807 (top level): Call it.
17808
4c92ff2c
PA
178092014-09-11 Pedro Alves <palves@redhat.com>
17810
17811 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17812 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17813 (do_command_attach_tests): Use spawn_wait_for_attach.
17814 * gdb.base/solib-overlap.exp: Likewise.
17815 * gdb.multi/multi-attach.exp: Likewise.
17816 * gdb.python/py-prompt.exp: Likewise.
17817 * gdb.python/py-sync-interp.exp: Likewise.
17818 * gdb.server/ext-attach.exp: Likewise.
17819
3adc1a7d
GKB
178202014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17821
17822 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17823 command in testcase. Simplify testcase.
17824
96334934
JB
178252014-09-10 Joel Brobecker <brobecker@adacore.com>
17826
17827 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17828
eb479039
JB
178292014-09-10 Joel Brobecker <brobecker@adacore.com>
17830
17831 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17832
deede10c
JB
178332014-09-10 Joel Brobecker <brobecker@adacore.com>
17834
17835 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17836
7828a5f5
JB
178372014-09-10 Joel Brobecker <brobecker@adacore.com>
17838
17839 * gdb.dwarf2/dynarr-ptr.c: New file.
17840 * gdb.dwarf2/dynarr-ptr.exp: New file.
17841
33aeebcf
MR
178422014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17843
17844 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17845 of 30 rather than hardcoding 120 for a slow test case. Take the
17846 `gdb,timeout' target setting into account for this calculation.
17847 Don't extend the timeout for the test cases that don't need it.
17848
7b415901
MR
178492014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17850
17851 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17852 a factor of 2 for a slow test case. Take the `gdb,timeout'
17853 target setting into account for this calculation.
17854 * gdb.reverse/until-precsave.exp: Increase the timeout by
17855 a factor of 15 and 3 respectively rather than adding 120
17856 for a pair of slow test cases. Take the `gdb,timeout'
17857 target setting into account for this calculation.
17858
4a40f85a
MR
178592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17860
17861 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17862 timeout, don't pass one down to gdb_expect.
17863 (gdb_expect): Rework timeout selection.
17864
09635af7
MR
178652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17866
17867 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17868 exception on timeout.
17869 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17870 (gdbserver_start_extended): Catch any `gdbserver_start' error
17871 exceptions.
17872 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17873 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17874 `gdbserver_gdb_load' error exceptions.
17875
2bdd10b7
MR
178762014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17877
17878 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17879 120 on waiting for the TCP socket to open.
17880
316935f0
DE
178812014-09-09 Doug Evans <xdje42@gmail.com>
17882
17883 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17884 _caller_matches, _any_caller_is, _any_caller_matches.
17885
83740597
DE
178862014-09-09 Doug Evans <xdje42@gmail.com>
17887
17888 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17889
4c122fc3
YQ
178902014-09-09 Yao Qi <yao@codesourcery.com>
17891
17892 * gdb.mi/mi-var-display.exp: Set print symbol off.
17893
a9f116cb
GKB
178942014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17895
17896 PR gdb/17035
17897 * gdb.base/commands.exp: Add tests to verify user-defined
17898 commands with empty bodies.
17899 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17900 python commands in `show user command`.
17901 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17902 scheme commands in `show user command`.
17903
c75bd3a2
JK
179042014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17905
17906 PR python/17355
17907 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17908 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17909 * gdb.python/py-framefilter-invalidarg.exp: New file.
17910 * gdb.python/py-framefilter-invalidarg.py: New file.
17911
faa42425
DE
179122014-09-06 Doug Evans <xdje42@gmail.com>
17913
17914 PR 15276
17915 * gdb.python/py-caller-is.c: New file.
17916 * gdb.python/py-caller-is.exp: New file.
17917
474ca4f6
SDJ
179182014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17919
17920 PR gdb/17235
17921 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17922 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17923
eb0b0463
SDJ
179242014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17925
17926 PR fortran/17237
17927 * gdb.fortran/print-formatted.exp: New file.
17928 * gdb.fortran/print-formatted.f90: Likewise.
17929
5f3b99cf
SS
179302014-09-03 Sasha Smundak <asmundak@google.com>
17931
17932 * gdb.python/py-frame.exp: Test Frame.read_register.
17933
7d793aa9
SDJ
179342014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17935
17936 PR python/16699
17937 * gdb.python/py-completion.exp: New file.
17938 * gdb.python/py-completion.py: Likewise.
17939
fb0576e9
DE
179402014-08-28 Doug Evans <dje@google.com>
17941
17942 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17943 eax,etc. are live with values set by gdb and thus the compiler can't
17944 use them.
17945 * gdb.arch/i386-pseudo.c (main): Ditto.
17946
ee92b0dd
DE
179472014-08-27 Doug Evans <dje@google.com>
17948
17949 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17950
6649db35
DE
179512014-08-25 Doug Evans <dje@google.com>
17952
17953 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17954 (main): Ditto.
17955
564b7600
DE
179562014-08-25 Doug Evans <dje@google.com>
17957
17958 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17959
3881fb67
YQ
179602014-08-24 Yao Qi <yao@codesourcery.com>
17961
17962 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17963 symbol off.
17964 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17965
a05a36a5
DE
179662014-08-22 Doug Evans <dje@google.com>
17967
17968 PR 17276
17969 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17970 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17971 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17972
7c343b48
YQ
179732014-08-22 Yao Qi <yao@codesourcery.com>
17974
17975 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17976 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17977 * gdb.python/python.exp: Likewise. Use .py file on the host
17978 instead of the build.
17979
22fd09ae
JK
179802014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17981
17982 * gdb.threads/gcore-stale-thread.c: New file.
17983 * gdb.threads/gcore-stale-thread.exp: New file.
17984
a8454a7c
PA
179852014-08-21 Pedro Alves <palves@redhat.com>
17986
17987 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17988 * gdb.base/gcore-relro-pie.exp: Likewise.
17989 * gdb.base/gcore-relro.exp: Likewise.
17990 * gdb.base/gcore.exp: Likewise.
17991 * gdb.base/print-symbol-loading.exp: Likewise.
17992 * gdb.threads/gcore-thread.exp: Likewise.
17993 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17994
2a31c623
PA
179952014-08-20 Pedro Alves <palves@redhat.com>
17996 Jan Kratochvil <jan.kratochvil@redhat.com>
17997
17998 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17999 configure.
18000 (EXPECT): Handle READ1 being set.
18001 (all): Depend on EXTRA_RULES.
18002 (check-read1, expect-read1, read1.so, read1): New rules.
18003 * README (Testsuite Parameters): Document the READ1 make variable.
18004 (Race detection): New section.
18005 * configure: Regenerate.
18006 * configure.ac: If build==host==target, and running under a
18007 GNU/glibc system, add read1 to the extra Makefile rules.
18008 (EXTRA_RULES): AC_SUBST it.
18009 * lib/read1.c: New file.
18010
d36430db
JB
180112014-08-20 Joel Brobecker <brobecker@adacore.com>
18012
18013 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18014 the handling of variables declared as a typedef to an array
18015 which a DW_AT_data_location attribute.
18016
9a0dc9e3
PA
180172014-08-19 Andrew Burgess <aburgess@broadcom.com>
18018 Pedro Alves <palves@redhat.com>
18019
18020 PR symtab/14604
18021 PR symtab/14605
18022 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18023 gdb_test.
18024
0718a8da
PA
180252014-08-19 Pedro Alves <palves@redhat.com>
18026
18027 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18028
13b448cd
YQ
180292014-08-19 Yao Qi <yao@codesourcery.com>
18030
18031 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18032 right line.
18033
1cbf5077
DB
180342014-08-18 David Blaikie <dblaikie@gmail.com>
18035
18036 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18037
bf0fae19
JB
180382014-08-18 Joel Brobecker <brobecker@adacore.com>
18039
18040 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18041 attribute in array range.
18042
3c8c5dcc
JB
180432014-08-18 Joel Brobecker <brobecker@adacore.com>
18044
18045 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18046
e66d4446
SC
180472014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18048
18049 PR c++/17132
18050 * gdb.cp/pr17132.cc: New file.
18051 * gdb.cp/pr17132.exp: New file.
18052
940df408
SC
180532014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18054
18055 * gdb.python/py-xmethods.py (A_getarrayind)
18056 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18057 Use 'print' with function call syntax.
18058 (E_method_matcher.match): Fix tab vs space indentation mixup.
18059
ebcc6c3a
YQ
180602014-08-15 Yao Qi <yao@codesourcery.com>
18061
18062 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18063 false.
18064
775e0f04
YQ
180652014-08-15 Yao Qi <yao@codesourcery.com>
18066
18067 * gdb.cp/casts.exp: Set print symbol off.
18068 * gdb.cp/class2.exp: Likewise.
18069 * gdb.cp/overload.exp: Likewise.
18070 * gdb.cp/templates.exp: Likewise.
18071
d769e349
DE
180722014-08-11 Doug Evans <dje@google.com>
18073
18074 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18075 (test_load_shlib): Update.
18076
20c6f1e1
YQ
180772014-08-09 Yao Qi <yao@codesourcery.com>
18078
18079 * gdb.base/display.exp: Invoke is_address_zero_readable.
18080 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18081 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18082 * gdb.base/hbreak-unmapped.exp: Return if
18083 is_address_zero_readable returns true.
18084 * gdb.base/signest.exp: Likewise.
18085 * gdb.base/signull.exp: Likewise.
18086 * gdb.base/sigbpt.exp: Likewise.
18087 * gdb.guile/scm-disasm.exp: Do the test if
18088 is_address_zero_readable returns false.
18089 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18090 * gdb.python/py-arch.exp: Likewise.
18091 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18092 * lib/gdb.exp (is_address_zero_readable): New proc.
18093
5792e8e3
YQ
180942014-08-09 Yao Qi <yao@codesourcery.com>
18095
18096 PR testsuite/13443
18097 * gdb.mi/mi-var-display.exp: Make test messages unique.
18098
3cecbbbe
TT
180992014-08-04 Tom Tromey <tromey@redhat.com>
18100
18101 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18102 target 0".
18103
00b51ff5
TT
181042014-08-04 Tom Tromey <tromey@redhat.com>
18105
18106 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18107 "target_resume".
18108
6908c509
JB
181092014-08-01 Joel Brobecker <brobecker@adacore.com>
18110
18111 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18112 inner_vla_struct_object_size.
18113 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18114 as xfail.
18115
cc6563d2
PA
181162014-07-30 Pedro Alves <palves@redhat.com>
18117
18118 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18119 comment.
18120
7e09a223
YQ
181212014-07-29 Yao Qi <yao@codesourcery.com>
18122
18123 PR gdb/17206
18124 * gdb.base/until-nodebug.exp: New.
18125
7ebdbe92
DE
181262014-07-28 Doug Evans <xdje42@gmail.com>
18127
18128 PR guile/17203
18129 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18130 previously existing parameter, and previously ambiguously spelled
18131 parameter.
18132
fdb1adc6
WN
181332014-07-28 Will Newton <will.newton@linaro.org>
18134
18135 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18136
186fcde0
DE
181372014-07-26 Ludovic Courtès <ludo@gnu.org>
18138 Doug Evans <xdje42@gmail.com>
18139
18140 PR guile/17146
18141 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18142
70509625
PA
181432014-07-25 Pedro Alves <palves@redhat.com>
18144
18145 * gdb.threads/signal-command-handle-nopass.c: New file.
18146 * gdb.threads/signal-command-handle-nopass.exp: New file.
18147 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18148 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18149 * gdb.threads/signal-delivered-right-thread.c: New file.
18150 * gdb.threads/signal-delivered-right-thread.exp: New file.
18151
c3f814a1
PA
181522014-07-25 Pedro Alves <palves@redhat.com>
18153
18154 * gdb.base/double-prompt-target-event-error.exp
18155 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18156 match.
18157 (cancel_pagination_in_target_event): Rework double prompt
18158 detection.
18159 * gdb.base/paginate-after-ctrl-c-running.exp
18160 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18161 <return>' match.
18162 * gdb.base/paginate-bg-execution.exp
18163 (test_bg_execution_pagination_return)
18164 (test_bg_execution_pagination_cancel): Remove '-notransfer
18165 <return>' matches.
18166 * gdb.base/paginate-execution-startup.exp
18167 (test_fg_execution_pagination_return)
18168 (test_fg_execution_pagination_cancel): Remove '-notransfer
18169 <return>' matches.
18170 * gdb.base/paginate-inferior-exit.exp
18171 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18172 match.
18173 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18174 * lib/gdb.exp (pagination_prompt): Run text through
18175 string_to_regexp.
18176 (gdb_test_multiple): Match $pagination_prompt instead of
18177 "<return>".
18178 (string_to_regexp): Move to lib/gdb-utils.exp.
18179
e214cf6c
JK
181802014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18181
18182 * gdb.arch/amd64-entry-value-paramref.S: New file.
18183 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18184 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18185 * gdb.arch/amd64-optimout-repeat.S: New file.
18186 * gdb.arch/amd64-optimout-repeat.c: New file.
18187 * gdb.arch/amd64-optimout-repeat.exp: New file.
18188
17d0c5c8
JK
181892014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18190
18191 PR gdb/17170
18192 * gdb.base/statistics.exp: New file.
18193
b8b8facf
DE
181942014-07-17 Doug Evans <dje@google.com>
18195
74b49205 18196 PR gdb/17170
b8b8facf
DE
18197 * gdb.base/maint.exp: Update testing of per-command stats.
18198
1b5d0ab3
PA
181992014-07-16 Pedro Alves <palves@redhat.com>
18200
18201 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18202 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18203 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18204 (tfile_write_buf): New functions.
18205 (add_memory_block): Rewrite using the above.
18206 (adjust_function_address): New function.
18207 (FUNCTION_ADDRESS): New macro.
18208 (write_basic_trace_file): Remove short_x local, and use
18209 tfile_write_16. Change type of func_addr local to unsigned long
18210 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18211 here. Cast argument of add_memory_block to char pointer.
18212 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18213 (main): Remove parameters.
18214 * gdb.trace/tfile.exp: Remove nowarnings.
18215
4d974e88
SM
182162014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18217
18218 * gdb.base/debug-expr.exp: Test string evaluation with
18219 "debug expression" on.
18220
41e99568
PA
182212014-07-15 Pedro Alves <palves@redhat.com>
18222
18223 * gdb.base/reread.exp: Use clean_restart.
18224
487d9753
PL
182252014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18226
18227 * gdb.arch/avr-flash-qualifer.c: New.
18228 * gdb.arch/avr-flash-qualifer.exp: New.
18229
cc1c52ad
PA
182302014-07-14 Pedro Alves <palves@redhat.com>
18231
18232 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18233 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18234
1e973570
PA
182352014-07-14 Pedro Alves <palves@redhat.com>
18236
18237 * gdb.base/double-prompt-target-event-error.c: New file.
18238 * gdb.base/double-prompt-target-event-error.exp: New file.
18239
93d6eb10
PA
182402014-07-14 Pedro Alves <palves@redhat.com>
18241
18242 PR gdb/17072
18243 * gdb.base/paginate-inferior-exit.c: New file.
18244 * gdb.base/paginate-inferior-exit.exp: New file.
18245
0017922d
PA
182462014-07-14 Pedro Alves <palves@redhat.com>
18247
18248 PR gdb/17072
18249 * gdb.base/paginate-bg-execution.c: New file.
18250 * gdb.base/paginate-bg-execution.exp: New file.
18251
94696ad3
PA
182522014-07-14 Pedro Alves <palves@redhat.com>
18253
18254 PR gdb/17072
18255 * gdb.base/paginate-execution-startup.c: New file.
18256 * gdb.base/paginate-execution-startup.exp: New file.
18257 * lib/gdb.exp (pagination_prompt): New global.
18258 (default_gdb_spawn): New procedure, factored out from
18259 default_gdb_spawn.
18260 (default_gdb_start): Adjust to call default_gdb_spawn.
18261 (gdb_spawn): New procedure.
18262
bd293940
PA
182632014-07-14 Pedro Alves <palves@redhat.com>
18264
18265 * lib/gdb.exp (gdb_assert): New procedure.
18266 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18267
c933f875
PA
182682014-07-14 Pedro Alves <palves@redhat.com>
18269
18270 * gdb.base/execution-termios.c: New file.
18271 * gdb.base/execution-termios.exp: New file.
18272
d98b7a16
TT
182732014-07-14 Tom Tromey <tromey@redhat.com>
18274
18275 * gdb.cp/vla-cxx.cc: New file.
18276 * gdb.cp/vla-cxx.exp: New file.
18277
548740d6
TT
182782014-07-14 Tom Tromey <tromey@redhat.com>
18279
18280 * gdb.reverse/rerun-prec.c: New file.
18281 * gdb.reverse/rerun-prec.exp: New file.
18282
a25eb028
MR
182832014-07-12 Maciej W. Rozycki <macro@mips.com>
18284 Maciej W. Rozycki <macro@codesourcery.com>
18285
18286 * lib/gdb-utils.exp: New file.
18287 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18288 inline `gdb_init_command' processing.
18289 (gdb_start_cmd): Likewise.
18290 * lib/mi-support.exp (mi_run_cmd): Likewise.
18291 * README: Document `gdb_init_command' and `gdb_init_commands'.
18292
218c2655
JK
182932014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18294
18295 Fix false FAIL running under a very long directory name.
18296 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18297 and "set print elements 10000". Twice.
18298
5401fde3
YQ
182992014-07-11 Yao Qi <yao@codesourcery.com>
18300
18301 * gdb.base/exprs.exp: "set print symbol off".
18302
e76126e8
PA
183032014-07-11 Pedro Alves <palves@redhat.com>
18304
18305 * gdb.threads/kill.c: New file.
18306 * gdb.threads/kill.exp: New file.
18307
2d6f0de6
YQ
183082014-07-10 Yao Qi <yao@codesourcery.com>
18309
18310 * gdb.trace/tfile.c (write_basic_trace_file)
18311 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18312 address written to trace file.
18313
7180e04a
PA
183142014-07-09 Pedro Alves <palves@redhat.com>
18315
18316 * gdb.base/attach-wait-input.exp: New file.
18317 * gdb.base/attach-wait-input.c: New file.
18318
9a9a7608
AB
183192014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18320
18321 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18322 setting up test structures.
18323 (main): Call new test function.
18324 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18325 test function, continue into test function and walk test
18326 structures.
18327
161ac41e
YQ
183282014-07-02 Yao Qi <yao@codesourcery.com>
18329
18330 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18331 'bar_start' at the beginning of functions 'foo' and 'bar'
18332 respectively.
18333 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18334 instead of 'foo' and 'bar'.
18335
1f267ae3
MM
183362014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18337
18338 * gdb.btrace/segv.exp: New.
18339 * gdb.btrace/segv.c: New.
18340
2b239efb
LM
183412014-07-02 Luis Machado <lgustavo@codesourcery.com>
18342
18343 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18344 instruction.
18345
cf363f18
MW
183462014-06-30 Mark Wielaard <mjw@redhat.com>
18347
18348 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18349 vulture, vilify, villar): New volatile array constants.
18350 (vindictive, vegetation): New const volatile array constants.
18351 * gdb.base/volatile.exp: Test volatile and const volatile array
18352 types.
18353
aebf9d24
AA
183542014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18355
18356 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18357 target lacks support for awatch, rwatch, or hbreak.
18358
b67a2c6f
YQ
183592014-06-27 Yao Qi <yao@codesourcery.com>
18360
18361 * gdb.multi/dummy-frame-restore.exp: New.
18362 * gdb.multi/dummy-frame-restore.c: New.
18363
aef92902
MM
183642014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18365
18366 * gdb.btrace/gcore.exp: New.
18367
8e9db26e
PA
183682014-06-23 Pedro Alves <palves@redhat.com>
18369
18370 * gdb.base/watchpoint-reuse-slot.c: New file.
18371 * gdb.base/watchpoint-reuse-slot.exp: New file.
18372
70afc5b7
SC
183732014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18374
18375 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18376 progspace's filename in 'info', 'enable' and 'disable' command
18377 tests.
18378
b972bd9c
JK
183792014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18380
18381 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18382 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18383 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18384
125f8a3d
GB
183852014-06-20 Gary Benson <gbenson@redhat.com>
18386
18387 * gdb.arch/i386-avx.exp: Fix include file location.
18388 * gdb.arch/i386-sse.exp: Likewise.
18389
3ed9baed
IB
183902014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18391
18392 * gdb.dlang/expression.exp: New file.
18393
034f788c
PA
183942014-06-19 Pedro Alves <palves@redhat.com>
18395
18396 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18397 out from ...
18398 (top level): ... here. Iterate running tests under different
18399 scheduler-locking settings.
18400
45371d0c
LM
184012014-06-18 Luis Machado <lgustavo@codesourcery.com>
18402
18403 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18404 to DW_FORM_addr and use non-zero addresses.
18405
5d376983
SC
184062014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18407
18408 PR gdb/17017
18409 * gdb.python/py-xmethods.cc: Add global function call counters and
18410 increment them in their respective functions. Remove "cout"
18411 statements.
18412 * gdb.python/py-xmethods.exp: Make tests check the global function
18413 call counters instead of depending on inferior IO.
18414
a1aa2221
LM
184152014-06-18 Don Breazeal <donb@codesourcery.com>
18416
18417 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18418 Deleted procedure.
18419 (explicit_fork_parent_follow): Deleted procedure.
18420 (explicit_fork_child_follow): Deleted procedure.
18421 (test_follow_fork): New procedure.
18422 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18423 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18424 procedure calls.
18425
0fc05997
YQ
184262014-06-17 Yao Qi <yao@codesourcery.com>
18427
18428 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18429 CP1252.
18430
70795c52
LM
184312014-06-17 Luis Machado <lgustavo@codesourcery.com>
18432
18433 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18434 Initialize ptr and S explicitly.
18435 (skip_type_update_when_not_use_rtti_test): Likewise.
18436
6be47f0c
KS
184372014-06-16 Keith Seitz <keiths@redhat.com>
18438
18439 PR mi/15863
18440 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18441 the inferior is started.
18442
d03de421
PA
184432014-06-16 Pedro Alves <palves@redhat.com>
18444
18445 * gdb.base/break-main-file-remove-fail.c: New file.
18446 * gdb.base/break-main-file-remove-fail.exp: New file.
18447 * gdb.base/break-unload-file.exp: Use build_executable instead of
18448 prepare_for_testing.
18449 (test_break): New parameter "initial_load". Handle it.
18450 (top level): Add initial_load cmdline/file axis.
18451
f9579b99
TT
184522014-06-12 Tom Tromey <tromey@redhat.com>
18453
18454 * gdb.base/completion.exp: Don't use directory name in test.
18455
3657956b
GB
184562014-06-09 Gary Benson <gbenson@redhat.com>
18457
18458 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18459 separate the always-available ANSI-standard signals from the
18460 signals that require checking.
18461 (main): Likewise.
18462 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18463 Likewise.
18464 (main): Likewise.
18465
4186eb54
KS
184662014-06-07 Keith Seitz <keiths@redhat.com>
18467
18468 Revert:
18469 PR c++/16253
18470 * gdb.cp/var-tag.cc: New file.
18471 * gdb.cp/var-tag.exp: New file.
18472 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18473 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18474 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18475 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18476
25326a28 184772014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18478
18479 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18480
829155c9
PA
184812014-06-06 Pedro Alves <palves@redhat.com>
18482
18483 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18484 in target debug output instead of looking at RSP packets,
18485 disabling the test on any target that uses hardware stepping.
18486 Update comments.
18487
61c8d22e
PA
184882014-06-06 Pedro Alves <palves@redhat.com>
18489
18490 * gdb.base/break-unload-file.exp: Fix typo.
18491
d9a47287
YQ
184922014-06-06 Yao Qi <yao@codesourcery.com>
18493
18494 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18495 from "jit_function" to "^jit_function".
18496
e5e01dbf
YQ
184972014-06-06 Yao Qi <yao@codesourcery.com>
18498
18499 * gdb.base/async.c (foo): Add one statement.
18500 * gdb.base/async.exp: Get the next instruction address and
18501 match the output of "nexti" by instruction address. Match
18502 the hex address in the output of "finish".
18503
73ba372c
GB
185042014-06-06 Gary Benson <gbenson@redhat.com>
18505
18506 * gdb.base/call-signals.c: Remove preprocessor conditionals
18507 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18508 SIGSEGV and SIGTERM.
18509 * gdb.base/sigall.c: Likewise.
18510 * gdb.base/unwindonsignal.c: Likewise.
18511 * gdb.reverse/sigall-reverse.c: Likewise.
18512
831517df
YQ
185132014-06-06 Yao Qi <yao@codesourcery.com>
18514
18515 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18516 readable, skip the test.
18517
b8b91e98
YQ
185182014-06-06 Yao Qi <yao@codesourcery.com>
18519
18520 * gdb.threads/staticthreads.c (thread_function): Move the line
18521 setting breakpoint on forward.
18522 * gdb.threads/staticthreads.exp: Update comments.
18523
fb934770
LC
185242014-06-05 Ludovic Courtès <ludo@gnu.org>
18525
18526 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18527 "history-append! type error".
18528
6ef284bd
SM
185292014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18530
18531 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18532 erroneous dprintf expected input.
18533
a872e241
DE
185342014-06-04 Doug Evans <xdje42@gmail.com>
18535
18536 * gdb.guile/scm-generics.exp: Delete.
18537
16f691fb
DE
185382014-06-04 Doug Evans <xdje42@gmail.com>
18539
18540 * gdb.guile/scm-breakpoint.exp: Update.
18541 Add tests for breakpoint registration.
18542
012370f6
TT
185432014-06-04 Tom Tromey <tromey@redhat.com>
18544
18545 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18546 VLA-in-union.
18547 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18548 inner_vla_struct, vla_union types. Initialize objects of those
18549 types and compute their sizes.
18550
9f5a4cef
HZ
185512014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18552 Hui Zhu <hui@codesourcery.com>
18553
18554 * gdb.base/fileio.exp: Add test for shell not available as well as
18555 available.
18556 * gdb.base/fileio.c (test_system): Check for shell twice.
18557
90a45c4d
YQ
185582014-06-04 Yao Qi <yao@codesourcery.com>
18559
18560 * gdb.base/auto-connect-native-target.exp: Remove redundant
18561 space from the regexp pattern.
18562
70017e41
YQ
185632014-06-04 Yao Qi <yao@codesourcery.com>
18564
18565 * gdb.base/default.exp: Replace "child" with "native" in
18566 regexp pattern.
18567
883964a7
SC
185682014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18569
18570 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18571 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18572 * gdb.python/py-xmethods.py: Python script supporting the
18573 new testcase and tests.
18574
ef370185
JB
185752014-06-03 Joel Brobecker <brobecker@adacore.com>
18576 Pedro Alves <palves@redhat.com>
18577
18578 PR breakpoints/17000
18579 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18580 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18581
1e2ccb61
BM
185822014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18583
18584 * gdb.base/subst.exp: Add tests to verify partial path matching
18585 output.
18586
c6ec5ab2
PA
185872014-06-03 Pedro Alves <palves@redhat.com>
18588
18589 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18590 target that doesn't use software single-stepping.
18591
835c559f
PA
185922014-06-03 Pedro Alves <palves@redhat.com>
18593
18594 PR breakpoints/17000
18595 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18596 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18597
06eb1586
DE
185982014-06-02 Doug Evans <xdje42@gmail.com>
18599
18600 * gdb.guile/scm-parameter.exp: New file.
18601
e698b8c4
DE
186022014-06-02 Doug Evans <xdje42@gmail.com>
18603
18604 * gdb.guile/scm-cmd.c: New file.
18605 * gdb.guile/scm-cmd.exp: New file.
18606
ded03782
DE
186072014-06-02 Doug Evans <xdje42@gmail.com>
18608
18609 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18610 pretty-printer lookup.
18611 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18612 (make-pp_s-printer): Call it.
18613 (make-pretty-printer-from-dict): New function.
18614 (lookup-pretty-printer-maker-from-dict): New function.
18615 (*pretty-printer*): Simplify.
18616 (make-objfile-pp_s-printer): New function.
18617 (install-objfile-pretty-printers!): New function.
18618 (make-progspace-pp_s-printer): New function.
18619 (install-progspace-pretty-printers!): New function.
18620 * gdb.guile/scm-progspace.c: New file.
18621 * gdb.guile/scm-progspace.exp: New file.
18622
41fac0cf
PA
186232014-06-02 Pedro Alves <palves@redhat.com>
18624
18625 * gdb.base/dprintf-bp-same-addr.c: New file.
18626 * gdb.base/dprintf-bp-same-addr.exp: New file.
18627
96ae5695
EBM
186282014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18629
18630 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18631 * gdb.arch/powerpc-power.s: Likewise.
18632
da02b3a8
JB
186332014-06-02 Joel Brobecker <brobecker@adacore.com>
18634
18635 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18636
c72b2e7b
YQ
186372014-06-01 Yao Qi <yao@codesourcery.com>
18638
18639 * gdb.base/watchpoint.exp (test_watch_location): Check null
18640 pointer can be dereferenced. If not, do the test, otherwise
18641 skip it.
18642
53e8a631
AB
186432014-05-30 Andrew Burgess <aburgess@broadcom.com>
18644
18645 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18646 results.
18647 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18648
938f0e2f
AB
186492014-05-30 Andrew Burgess <aburgess@broadcom.com>
18650
18651 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18652 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18653 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18654 * gdb.arch/amd64-invalid-stack-top.c: New file.
18655 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18656
9ba6657a
PA
186572014-05-30 Pedro Alves <palves@redhat.com>
18658
18659 PR breakpoints/17000
18660 * gdb.base/sss-bp-on-user-bp.c: New file.
18661 * gdb.base/sss-bp-on-user-bp.exp: New file.
18662
522c09bf
DB
186632014-05-30 David Blaikie <dblaikie@gmail.com>
18664
18665 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18666 gnu_inline semantics via attribute.
18667 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18668 source explicitly specifies the required semantics.
18669
bf4ef81e
MR
186702014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18671
18672 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18673
329ea579
PA
186742014-05-29 Pedro Alves <palves@redhat.com>
18675 Tom Tromey <tromey@redhat.com>
18676
18677 * gdb.base/async-shell.exp: Don't enable target-async.
18678 * gdb.base/async.exp
18679 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18680 parameter. Adjust.
18681 (top level): Don't test with "target-async".
18682 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18683 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18684 * gdb.base/inferior-died.exp: Don't enable target-async.
18685 * gdb.base/interrupt-noterm.exp: Likewise.
18686 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18687 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18688 * gdb.mi/mi-nonstop.exp: Likewise.
18689 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18690 * gdb.mi/mi-nsintrall.exp: Likewise.
18691 * gdb.mi/mi-nsmoribund.exp: Likewise.
18692 * gdb.mi/mi-nsthrexec.exp: Likewise.
18693 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18694 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18695 * gdb.python/py-evsignal.exp: Don't enable target-async.
18696 * gdb.python/py-evthreads.exp: Likewise.
18697 * gdb.python/py-prompt.exp: Likewise.
18698 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18699 * gdb.server/solib-list.exp: Don't enable target-async.
18700 * gdb.threads/thread-specific-bp.exp: Likewise.
18701 * lib/mi-support.exp: Adjust to use mi-async.
18702
fd664c91
PA
187032014-05-29 Pedro Alves <palves@redhat.com>
18704
18705 PR gdb/13860
18706 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18707 reason, even in sync mode.
18708
251bde03
PA
187092014-05-29 Pedro Alves <palves@redhat.com>
18710 Hui Zhu <hui@codesourcery.com>
18711
18712 PR PR15693
18713 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18714 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18715 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18716 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18717
7f3c0343
JB
187182014-05-28 Joel Brobecker <brobecker@adacore.com>
18719
18720 * config/monitor.exp (gdb_target_monitor): Replace use of
18721 "set remotebaud" by "set serial baud".
18722
b2715b27
AW
187232014-05-26 Andy Wingo <wingo@igalia.com>
18724
18725 * gdb.guile/scm-breakpoint.exp:
18726 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18727 properties instead of gdb-object-properties.
18728
498a4489
YQ
187292014-05-26 Yao Qi <yao@codesourcery.com>
18730
18731 * gdb.server/no-thread-db.exp: Specify source file name
18732 explicitly when setting a breakpoint.
18733
589fdceb
MM
187342014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18735
18736 * gdb.btrace/vdso.c: New.
18737 * gdb.btrace/vdso.exp: New.
18738
e9089e05
MM
187392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18740
18741 * gdb.base/gcore.exp (capture_command_output): Move ...
18742 * lib/gdb.exp (capture_command_output): ... here.
18743
67b5c0c1
MM
187442014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18745
18746 * gdb.btrace/data.exp: Test memory access during btrace replay.
18747
a2199296
SM
187482014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18749
18750 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18751
17b2616c
PA
187522014-05-21 Pedro Alves <palves@redhat.com>
18753
18754 PR gdb/13860
18755 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18756 (top level): Test that output related to execution commands is
18757 sent to the console with CLI commands, but not with MI commands.
18758 Test that breakpoint events are always mirrored to the console.
18759 Also expect the new source line to be output after a "next" in
18760 async mode too. Make it a pass/fail test.
18761 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18762 output.
18763 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18764
5166082f
PA
187652014-05-21 Pedro Alves <palves@redhat.com>
18766
18767 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18768 Use them to test variations of "list" after reaching a breakpoint.
18769 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18770 Test "list" with listsize 10 after reaching a breakpoint.
18771 * gdb.python/python.exp (decode_line current location line
18772 number): Adjust expected line number.
18773
2f25d70f
SM
187742014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18775
18776 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18777 behavior for $args, pass it directly to "run".
18778
ff604a67
MR
187792014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18780
18781 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18782 30000 to 65536.
18783
6a3cb8e8
PA
187842014-05-21 Pedro Alves <palves@redhat.com>
18785
18786 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18787 auto-connect-native-target off".
18788 * gdb.base/auto-connect-native-target.c: New file.
18789 * gdb.base/auto-connect-native-target.exp: New file.
18790
4ebfc96e
PA
187912014-05-21 Pedro Alves <palves@redhat.com>
18792
18793 * gdb.base/default.exp: Test "target native" instead of "target
18794 child".
18795
36d46afb
MW
187962014-05-21 Mark Wielaard <mjw@redhat.com>
18797
18798 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18799
5876f503
JK
188002014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18801
18802 Fix TLS access for -static -pthread.
18803 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18804 <HAVE_TLS> (thread_function, main): Initialize it.
18805 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18806 Add clean_restart.
18807 <$have_tls != "">: Check TLSVAR.
18808
0256a6ac
PA
188092014-05-21 Pedro Alves <palves@redhat.com>
18810
18811 * gdb.base/dcache-line-read-error.c: New.
18812 * gdb.base/dcache-line-read-error.exp: New.
18813
936d2992
PA
188142014-05-20 Pedro Alves <palves@redhat.com>
18815
18816 * gdb.base/compare-sections.c: New file.
18817 * gdb.base/compare-sections.exp: New file.
18818
802e8e6d
PA
188192014-05-20 Pedro Alves <palves@redhat.com>
18820
18821 * gdb.base/break-idempotent.c: New file.
18822 * gdb.base/break-idempotent.exp: New file.
18823
e59fa00f
MM
188242014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18825
18826 * gdb.btrace/nohist.exp: New.
18827
8b696e31
YQ
188282014-05-20 Yao Qi <yao@codesourcery.com>
18829
18830 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18831 gdb.reverse directory and gdb_reverse_timeout exists in board
18832 setting.
18833 * README: Document gdb_reverse_timeout.
18834
73c9764f
YQ
188352014-05-20 Yao Qi <yao@codesourcery.com>
18836
18837 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18838 'test_file_name'. Treat args as a string instead of a list.
18839 (gdb_init): Rename argument 'args' by 'test_file_name'.
18840
f1f4348a
JK
188412014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18842
18843 * gdb.arch/powerpc-power.exp: New file.
18844 * gdb.arch/powerpc-power.s: New file.
18845
0dbe70ce
DE
188462014-05-16 Doug Evans <dje@google.com>
18847
18848 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18849 * gdb.base/completion.exp: Check that all expected files exist
18850 before doing file completion.
0dbe70ce 18851
8d551b02
DE
188522014-05-16 Doug Evans <dje@google.com>
18853
18854 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18855 Update.
18856 (do_syscall_tests_without_xml): Update.
18857
73eb7709
PA
188582014-05-16 Pedro Alves <palves@redhat.com>
18859
18860 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18861 instead of "unknown output after running".
18862
3fae92fc
YQ
188632014-05-16 Yao Qi <yao@codesourcery.com>
18864
18865 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18866 file1.txt from host at the end.
18867 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18868
c2b2ccc5
DE
188692014-05-15 Doug Evans <dje@google.com>
18870
18871 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18872 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18873 loading file. Add test for TU lookup.
18874
8c217a4b
SM
188752014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18876
18877 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18878 calling "-exec-arguments" or "set args" before running the
18879 inferior.
18880
3deb39c6
SM
188812014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18882
18883 * lib/mi-support.exp (mi_expect_stop): Expect message for
18884 inferiors that exit with non-zero exit code.
18885
71a79f8c
YQ
188862014-05-14 Yao Qi <yao@codesourcery.com>
18887
18888 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18889 match absolute path on remote host.
18890 (test_file_list_exec_source_files): Remove "/" from the
18891 pattern.
18892
f23fcd46
YQ
188932014-05-14 Yao Qi <yao@codesourcery.com>
18894
18895 * boards/local-remote-host-notty.exp (${board}_file): New
18896 proc.
18897
9404b58f
KM
188982014-05-07 Kyle McMartin <kyle@redhat.com>
18899
18900 Pushed by Joel Brobecker <brobecker@adacore.com>.
18901 * gdb.arch/aarch64-atomic-inst.c: New file.
18902 * gdb.arch/aarch64-atomic-inst.exp: New file.
18903
5e45f04c
YQ
189042014-05-07 Yao Qi <yao@codesourcery.com>
18905
18906 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18907 in current context" too.
18908
c888a17d
KS
189092014-05-05 Keith Seitz <keiths@redhat.com>
18910
18911 * gdb.linespec/ls-dollar.exp: Add test for linespec
18912 file:convenience_variable.
18913
290a839c
YQ
189142014-05-05 Yao Qi <yao@codesourcery.com>
18915
18916 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18917 traceframes into tfile and ctf trace files. Read data from
18918 trace file and test collected data.
18919 (gdb_collect_locals_test): Likewise.
18920 (gdb_unavailable_registers_test): Likewise.
18921 (gdb_unavailable_floats): Likewise.
18922 (gdb_collect_globals_test): Likewise.
18923 (top-level): Append "ctf" to trace_file_targets if GDB
18924 supports.
18925
b5262cd0
YQ
189262014-05-05 Yao Qi <yao@codesourcery.com>
18927
18928 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18929 code to ...
18930 (gdb_collect_args_test_1): ... it. New proc.
18931 (gdb_collect_locals_test): Move some code to ...
18932 (gdb_collect_locals_test_1): ... it. New proc.
18933 (gdb_unavailable_registers_test): Move some code to ...
18934 (gdb_unavailable_registers_test_1): ... it. New proc.
18935 (gdb_unavailable_floats): Move some code to ...
18936 (gdb_unavailable_floats_1): ... it. New proc.
18937
30a1e6cc
SDJ
189382014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18939
18940 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18941 probes to test for bitness recognition.
18942 * gdb.arch/amd64-stap-optional-prefix.exp
18943 (test_probe_value_without_reg): New procedure.
18944 Add code to test for different kinds of bitness.
18945
f33da99a
SDJ
189462014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18947
18948 PR breakpoints/16889
18949 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18950 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18951
5b80f00d
PA
189522014-05-01 Pedro Alves <palves@redhat.com>
18953
18954 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18955 gdb_file_cmd if no file is specified.
18956 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18957 last_loaded_file to set the remote exec-file.
18958
f8c2a73c
PA
189592014-05-01 Pedro Alves <palves@redhat.com>
18960
18961 * boards/local-remote-host.exp: New file.
18962
be6e8ac7
PA
189632014-05-01 Pedro Alves <palves@redhat.com>
18964
18965 * boards/local-remote-host.exp: Rename to ...
18966 * boards/local-remote-host-notty.exp: ... this.
18967
cac0dc8f
JB
189682014-04-28 Joel Brobecker <brobecker@adacore.com>
18969
18970 * gdb.ada/dyn_arrayidx: New testcase.
18971
9730e6cc
YQ
189722014-04-26 Yao Qi <yao@codesourcery.com>
18973
18974 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18975 and compute the length of function main. Save it in
18976 $main_length.
18977 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18978 (top-level): Use gdb_compile to compile objects into
18979 executable and restart GDB. Remove invocation to
18980 prepare_for_testing.
18981
7ae1a6a6
PA
189822014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18983 Pedro Alves <palves@redhat.com>
18984
18985 PR server/16255
18986 * gdb.multi/multi-attach.c: New file.
18987 * gdb.multi/multi-attach.exp: New file.
18988
4082afcc
PA
189892014-04-25 Pedro Alves <palves@redhat.com>
18990
18991 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18992 user.
18993 (top level): Test that "set remote conditional-breakpoints-packet
18994 off" works as intended.
18995 * gdb.base/dprintf.exp: Test that "set remote
18996 breakpoint-commands-packet off" works as intended.
18997 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18998 New function.
18999 (top level): Call it.
19000 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19001 remote fast-tracepoints-packet off" works as intended.
19002 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19003 * lib/gdb.exp (gdb_is_target_remote): ... here.
19004
2abc3f8d
DB
190052014-04-24 David Blaikie <dblaikie@gmail.com>
19006
19007 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19008 ensure clang would not discard them.
19009 * gdb.base/gdbvars.c: Ditto.
19010 * gdb.base/memattr.c: Ditto.
19011 * gdb.base/whatis.c: Ditto.
19012 * gdb.python/py-prettyprint.c: Ditto.
19013 * gdb.trace/actions.c: Ditto.
19014 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19015 ensure clang would not discard it.
19016
bfd39632
DB
190172014-04-24 David Blaikie <dblaikie@gmail.com>
19018
19019 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19020 clang to emit the full definition of type required by the test
19021 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19022
22842ff6
DB
190232014-04-24 David Blaikie <dblaikie@gmail.com>
19024
19025 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19026 coax Clang into emitting the definition of the type.
19027 * gdb.cp/pr10728-x.h (y): Ditto.
19028 * gdb.cp/pr10728-y.cc (y): Ditto.
19029
c2e827ad
DB
190302014-04-24 David Blaikie <dblaikie@gmail.com>
19031
19032 * gdb.base/label.exp: XFAIL label related tests under Clang.
19033 * gdb.cp/cplabel.exp: Ditto.
19034 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19035 under Clang those using labels.
19036
4c2d33e7
YQ
190372014-04-25 Yao Qi <yao@codesourcery.com>
19038
19039 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19040 double_label.
19041 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19042 partial_label and double_label.
19043
56083b99
DB
190442014-04-24 David Blaikie <dblaikie@gmail.com>
19045
19046 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19047
25d4e99d
DB
190482014-04-24 David Blaikie <dblaikie@gmail.com>
19049
19050 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19051 of the function to work across GCC and Clang.
19052 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19053 pointer types (const void ** const V void **).
19054
01f9f808
MS
190552014-04-24 Michael Sturm <michael.sturm@mintel.com>
19056 Walfred Tedeschi <walfred.tedeschi@intel.com>
19057
19058 * Makefile.in (EXECUTABLES): Added i386-avx512.
19059 * gdb.arch/i386-avx512.c: New file.
19060 * gdb.arch/i386-avx512.exp: Likewise.
19061
4b48d439
KS
190622014-04-23 Keith Seitz <keiths@redhat.com>
19063
19064 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19065 (mi_make_breakpoint_table): New procedure.
19066 (mi_create_breakpoint): Use mi_make_breakpoint
19067 and return the result.
19068 (mi_make_breakpoint): New procedure.
19069 (mi_build_kv_pairs): New procedure.
19070
19071 * gdb.mi/mi-break.exp: Remove unused globals,
19072 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19073 All callers updated.
19074 * gdb.mi/mi-dprintf.exp: Use variable to track command
19075 number.
19076 Update all callers of mi_create_breakpoint and use
19077 mi_make_breakpoint_table.
19078 Remove any unused global variables.
19079 * gdb.mi/mi-nonstop.exp: Likewise.
19080 * gdb.mi/mi-nsintrall.exp: Likewise.
19081 * gdb.mi/mi-nsmoribund.exp: Likewise.
19082 * gdb.mi/mi-nsthrexec.exp: Likewise.
19083 * gdb.mi/mi-reverse.exp: Likewise.
19084 * gdb.mi/mi-simplerun.exp: Likewise.
19085 * gdb.mi/mi-stepn.exp: Likewise.
19086 * gdb.mi/mi-syn-frame.exp: Likewise.
19087 * gdb.mi/mi-until.exp: Likewise.
19088 * gdb.mi/mi-var-cp.exp: Likewise.
19089 * gdb.mi/mi-var-display.exp: Likewise.
19090 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19091 * gdb.mi/mi2-var-child.exp: Likewise.
19092 * gdb.mi/mi-vla-c99.exp: Likewise.
19093 * lib/mi-support.exp: Likewise.
19094
19095 From Ian Lance Taylor <iant@cygnus.com>:
19096 * lib/gdb.exp (parse_args): New procedure.
19097
08351840
PA
190982014-04-23 Pedro Alves <palves@redhat.com>
19099
19100 * gdb.base/break-unload-file.c: New file.
19101 * gdb.base/break-unload-file.exp: New file.
19102 * gdb.base/sym-file-lib.c (baz): New function.
19103 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19104 field.
19105 (load): Store the segment's mapped size.
19106 (unload): New function.
19107 (unload_shlib): New function.
19108 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19109 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19110 set a breakpoint at baz, and call it.
19111 * gdb.base/sym-file.exp: New tests for stale breakpoint
19112 instructions.
19113
076855f9
PA
191142014-04-23 Pedro Alves <palves@redhat.com>
19115
19116 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19117 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19118 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19119 * gdb.base/hbreak-unmapped.c: New file.
19120 * gdb.base/hbreak-unmapped.exp: New file.
19121 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19122 * lib/gdb.exp (gdb_is_target_remote): ... here.
19123
483805cf
PA
191242014-04-22 Pedro Alves <palves@redhat.com>
19125
19126 * gdb.base/consecutive-step-over.c: New file.
19127 * gdb.base/consecutive-step-over.exp: New file.
19128
06d97543
PA
191292014-04-22 Pedro Alves <palves@redhat.com>
19130
19131 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19132 instead of send_gdb/gdb_expect.
19133
b4429ea2
YQ
191342014-04-22 Yao Qi <yao@codesourcery.com>
19135
19136 * lib/trace-support.exp (generate_tracefile): New procedure.
19137 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19138 return 0.
19139 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19140 if generate_tracefile returns 1.
19141
51d48146
PA
191422014-04-18 Tom Tromey <palves@redhat.com>
19143 Pedro alves <tromey@redhat.com>
19144
19145 PR backtrace/15558
19146 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19147 with a backtrace limit.
19148 * gdb.python/py-frame-inline.exp: Test running to an inline
19149 function with a backtrace limit, and printing the newest frame.
19150 * gdb.python/py-frame-inline.c (main): Call f.
19151
bd1dce5f
MS
191522014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19153
19154 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19155
40d1a503
MS
191562014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19157
19158 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19159 Drop prefix from unsupported source file path.
19160
389b98f7
YQ
191612014-04-17 Yao Qi <yao@codesourcery.com>
19162
19163 * lib/gdb.exp (with_target_charset): New proc.
19164 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19165 with_target_charset.
19166 (test_print_strings): Likewise.
19167 (test_repeat_bytes): Likewise.
19168 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19169 for some tests.
19170
22869d73
KS
191712014-04-16 Keith Seitz <keiths@redhat.com>
19172
19173 PR gdb/15827
19174 * gdb.dwarf2/corrupt.c: New file.
19175 * gdb.dwarf2/corrupt.exp: New file.
19176
c4f87ca6
KS
191772014-04-16 Keith Seitz <keiths@redhat.com>
19178
19179 PR c++/16597
19180 * gdb.cp/namelessclass.cc: New file.
19181 * gdb.cp/namelessclass.exp: New file.
19182 * gdb.cp/namelessclass.S: New file.
19183
ab19de87
DE
191842014-04-16 Doug Evans <dje@google.com>
19185
19186 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19187 Add comment.
19188 (gdbserver_default_get_comm_port): New function.
19189 (gdbserver_start): Check if board file provided
19190 "gdbserver,get_comm_port" and use it if so.
19191 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19192 (gdb,socketport): Set to "stdio".
19193 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19194 (stdio_gdbserver_template): Delete.
19195 (${board}_get_remote_address): Update.
19196 (${board}_build_remote_cmd): Delete.
19197 (${board}_get_comm_port): New function.
19198 (${board}_spawn): Update.
19199 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19200 Delete.
19201 (${board}_get_remote_address): Update.
19202 (${board}_get_comm_port): New function.
19203
fc98a809
AB
192042014-04-16 Andrew Burgess <aburgess@broadcom.com>
19205
19206 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19207 appearing in any order.
19208
87fd9e6e
DE
192092014-04-15 Doug Evans <dje@google.com>
19210
19211 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19212 uninitialized value of "description".
19213
099fc3ea
KS
192142014-04-15 Keith Seitz <keiths@redhat.com>
19215
19216 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19217 Remove unused globals.
19218 (test_running_the_program): Likewise.
19219 (test_controlled_execution): Likewise.
19220 (test_controlling_breakpoints): Likewise.
19221 (test_program_termination): Likewise.
19222
5da151d4
KS
192232014-04-15 Keith Seitz <keiths@redhat.com>
19224
19225 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19226 unused globals.
19227 (test_rbreak_creation_and_listing): Likewise.
19228 (test_ignore_count): Likewise.
19229 (test_error): Likewise.
19230
35e5d2f0
PA
192312014-04-15 Pedro Alves <palves@redhat.com>
19232
19233 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19234 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19235 sym-file-loader.c.
19236 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19237 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19238 to sym-file-loader.c.
19239 (struct library): Forward declare.
19240 (load_shlib, lookup_function): Change prototypes.
19241 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19242 (translate_offset): Remove declarations.
19243 (get_text_addr): New declaration.
19244 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19245 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19246 sym-file-loader.h.
19247 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19248 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19249 here from sym-file-loader.h.
19250 (struct library): New structure.
19251 (load_shlib, lookup_function): Change prototypes and adjust to
19252 work with a struct library.
19253 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19254 (translate_offset): Make static.
19255 (get_text_addr): New function.
19256 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19257
eb4c1710
PA
192582014-04-15 Pedro Alves <palves@redhat.com>
19259
19260 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19261
2d1baf52
PA
192622014-04-15 Pedro Alves <palves@redhat.com>
19263
19264 * gdb.base/sym-file-loader.c: Include <limits.h>.
19265 (SELF_LINK): New define.
19266 (get_origin): New function.
19267 (load_shlib): Use it.
19268 * gdb.base/sym-file.exp: Don't early return if the target is
19269 remote. Use runto_main, and issue fail is that fails. Use
19270 gdb_load_shlibs.
19271 (shlib_name): Delete.
19272 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19273
7dd6df01
PA
192742014-04-15 Pedro Alves <palves@redhat.com>
19275
19276 * gdb.base/sym-file.exp: Remove regex characters from test
19277 message. Don't refer to breakpoint numbers in test messages.
19278
b50c8614
KS
192792014-04-14 Keith Seitz <keiths@redhat.com>
19280
19281 PR c++/16253
19282 * gdb.cp/var-tag.cc: New file.
19283 * gdb.cp/var-tag.exp: New file.
19284 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19285 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19286 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19287 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19288
3d567982
TT
192892014-04-14 Tom Tromey <tromey@redhat.com>
19290
19291 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19292 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19293 type.
19294 * gdb.cp/enum-class.exp: New file.
19295 * gdb.cp/enum-class.cc: New file.
19296
0626fc76
TT
192972014-04-14 Tom Tromey <tromey@redhat.com>
19298
19299 * gdb.dwarf2/enum-type.exp: New file.
19300
dca325b3
SA
193012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19302
19303 * gdb.mi/mi-vla-c99.exp: New file.
19304 * gdb.mi/vla.c: New file.
19305
5854b38a
SA
193062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19307
19308 * gdb.base/vla-datatypes.c: New file.
19309 * gdb.base/vla-datatypes.exp: New file.
19310
463bb957
SA
193112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19312
19313 * gdb.base/vla-ptr.c: New file.
19314 * gdb.base/vla-ptr.exp: New file.
19315
3dd170be
SA
193162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19317
19318 * gdb.dwarf2/count.exp: New file.
19319
5ecaaa66
SA
193202014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19321
19322 * gdb.base/vla-sideeffect.c: New file.
19323 * gdb.base/vla-sideeffect.exp: New file.
19324
41f1ada5
DB
193252014-04-14 David Blaikie <dblaikie@gmail.com>
19326
19327 * gdb.mi/non-stop.c: Add return value for non-void function return
19328 statement.
19329 * gdb.threads/staticthreads.c: Ditto.
19330
0be03e84
DE
193312014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19332 Doug Evans <xdje42@gmail.com>
19333
19334 * gdb.guile/scm-value.c: Improve test case.
19335 * gdb.guile/scm-value.exp: Add new test.
19336
f180a1fb
DB
193372014-04-11 David Blaikie <dblaikie@gmail.com>
19338
19339 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19340 override Clang's default.
19341
6b662e19
JB
193422014-04-11 Joel Brobecker <brobecker@adacore.com>
19343
19344 Revert the following changes (regressions):
19345
19346 * gdb.base/vla-sideeffect.c: New file.
19347 * gdb.base/vla-sideeffect.exp: New file.
19348
19349 * gdb.dwarf2/count.exp: New file.
19350
19351 * gdb.base/vla-multi.c: New file.
19352 * gdb.base/vla-multi.exp: New file.
19353
19354 * gdb.base/vla-ptr.c: New file.
19355 * gdb.base/vla-ptr.exp: New file.
19356
19357 * gdb.base/vla-datatypes.c: New file.
19358 * gdb.base/vla-datatypes.exp: New file.
19359
19360 * gdb.mi/mi-vla-c99.exp: New file.
19361 * gdb.mi/vla.c: New file.
19362
245a5f0b
KS
193632014-04-11 Keith Seitz <keiths@redhat.com>
19364
19365 PR c++/16675
19366 * gdb.cp/cpsizeof.exp: New file.
19367 * gdb.cp/cpsizeof.cc: New file.
19368
58a84dcf
SA
193692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19370
191a8a90
JB
19371 * gdb.mi/mi-vla-c99.exp: New file.
19372 * gdb.mi/vla.c: New file.
58a84dcf 19373
c8655f75
SA
193742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19375
19376 * gdb.base/vla-datatypes.c: New file.
19377 * gdb.base/vla-datatypes.exp: New file.
19378
024e13b4
SA
193792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19380
19381 * gdb.base/vla-ptr.c: New file.
19382 * gdb.base/vla-ptr.exp: New file.
19383
1a237e0e
SA
193842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19385
19386 * gdb.base/vla-multi.c: New file.
19387 * gdb.base/vla-multi.exp: New file.
19388
504f3432
SA
193892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19390
19391 * gdb.dwarf2/count.exp: New file.
19392
3bce8237
SA
193932014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19394
191a8a90
JB
19395 * gdb.base/vla-sideeffect.c: New file.
19396 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19397
322f9c21
YQ
193982014-04-11 Yao Qi <yao@codesourcery.com>
19399
19400 * gdb.base/completion.exp: Check file exists before running tests
19401 on file completion.
19402
d708bcd1
PA
194032014-04-10 Pedro Alves <palves@redhat.com>
19404
19405 * gdb.base/cond-eval-mode.c: New file.
19406 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19407 prepare_for_testing to build the new file. Check result of
19408 runto_main.
19409 (test_break, test_watch): New procedures.
19410 (top level): Use them.
19411
ae1d2761
PM
194122014-04-08 Pierre Muller <muller@sourceware.org>
19413
19414 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19415 Ctrl-V use for mingw hosts.
19416
7af389b8
SC
194172014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19418
19419 * gdb.python/py-value.c: Improve test case.
19420 * gdb.python/py-value.exp: Add new test.
19421
5e703181
DE
194222014-04-07 David Blaikie <dblaikie@gmail.com>
19423
19424 * lib/compiler.c: Identify the clang compiler.
19425 * lib/compiler.cc: Ditto.
19426
9810b410
YQ
194272014-04-03 Yao Qi <yao@codesourcery.com>
19428
19429 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19430
98d1b8dc
AB
194312014-04-01 Anton Blanchard <anton@samba.org>
19432
19433 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19434 messages unique.
19435
3114cea1
AB
194362014-04-01 Anton Blanchard <anton@samba.org>
19437
19438 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19439 prepare_for_testing.
19440
62f7182c
AB
194412014-04-01 Anton Blanchard <anton@samba.org>
19442
19443 * gdb.arch/ppc64-atomic-inst.c: Remove.
19444 * gdb.arch/ppc64-atomic-inst.S: New file.
19445 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19446
770e7fc7
DE
194472014-03-31 Doug Evans <dje@google.com>
19448
19449 * gdb.base/print-symbol-loading-lib.c: New file.
19450 * gdb.base/print-symbol-loading-main.c: New file.
19451 * gdb.base/print-symbol-loading.exp: New file.
19452
46e2bafa
YQ
194532014-03-31 Yao Qi <yao@codesourcery.com>
19454
19455 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19456
8776cfe9
JB
194572014-03-28 Joel Brobecker <brobecker@adacore.com>
19458
19459 * gdb.ada/mi_dyn_arr: New testcase.
19460
5d1ef361
DE
194612014-03-27 Doug Evans <dje@google.com>
19462
19463 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19464
b5bee914
YQ
194652014-03-27 Yao Qi <yao@codesourcery.com>
19466
19467 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19468 if target is nios2-*-*.
19469
0d4d0e77
YQ
194702014-03-26 Yao Qi <yao@codesourcery.com>
19471
19472 * lib/gdb.exp (readline_is_used): New proc.
19473 * gdb.base/completion.exp: Move tests on command complete up.
19474 Skip the rest of tests if readline is not used.
19475 * gdb.ada/complete.exp: Skp the test if readline is not
19476 used.
19477 * gdb.base/filesym.exp: Likewise.
19478 * gdb.base/macscp.exp: Likewise.
19479 * gdb.base/readline-ask.exp: Likewise.
19480 * gdb.base/readline.exp: Likewise.
19481 * gdb.python/py-cmd.exp: Likewise.
19482 * gdb.trace/tfile.exp: Likewise.
19483
29361eee
YQ
194842014-03-26 Yao Qi <yao@codesourcery.com>
19485
19486 * gdb.base/macscp.exp: Fix code format issues.
19487
bc9a5525
UW
194882014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19489
19490 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19491 * gdb.asm/powerpc64le.inc: New file.
19492
d3839ede
PA
194932014-03-25 Pedro Alves <palves@redhat.com>
19494 Doug Evans <dje@google.com>
19495
19496 * gdb.base/source-execution.c: New file.
19497 * gdb.base/source-execution.exp: New file.
19498 * gdb.base/source-execution.gdb: New file.
19499
01672a57
DE
195002014-03-24 Doug Evans <dje@google.com>
19501
19502 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19503 using fission.
19504
88bbeca9
HZ
195052014-03-24 Hui Zhu <hui@codesourcery.com>
19506 Pedro Alves <palves@redhat.com>
19507
19508 PR breakpoints/16101
19509 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19510 test pass/fail messages. Detect missing support for dprintf when
19511 breakpoints are actually inserted.
19512 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19513 breakpoints are actually inserted.
19514 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19515 fails.
19516
d2348791
JK
195172014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19518
19519 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19520
feef67ab
DE
195212014-03-22 Doug Evans <xdje42@gmail.com>
19522
19523 * gdb.python/python.exp (python not supported): Verify multi-line
19524 python command issues an error.
25d743f9 19525 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19526 guile command issues an error.
feef67ab 19527
ecebef6a
MR
195282014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19529
19530 * gdb.threads/thread-specific.exp: Handle the lack of usable
19531 $this_breakpoint and $this_thread.
19532
ccdd1909
HZ
195332014-03-21 Hui Zhu <hui@codesourcery.com>
19534
19535 * gdb.base/attach.exp (do_command_attach_tests): New.
19536
beb460e8
PA
195372014-03-20 Tom Tromey <tromey@redhat.com>
19538 Pedro Alves <palves@redhat.com>
19539
19540 PR cli/15718
19541 * gdb.base/condbreak-call-false.c: New file.
19542 * gdb.base/condbreak-call-false.exp: New file.
19543
40acf43a
PA
195442014-03-20 Pedro Alves <palves@redhat.com>
19545
19546 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19547 Delete.
19548 (block_signals, unblock_signals): Delete.
19549 (child_function_2, main): Remove references to deleted variable
19550 and functions.
19551
9f5e1e02
PA
195522014-03-20 Pedro Alves <palves@redhat.com>
19553
19554 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19555 Use pthread_kill to signal thread 2.
19556 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19557 Adjust to make the test send itself a signal rather than using the
19558 host's "kill" command.
19559
99619bea
PA
195602014-03-20 Pedro Alves <palves@redhat.com>
19561
19562 * gdb.threads/multiple-step-overs.c: New file.
19563 * gdb.threads/multiple-step-overs.exp: New file.
19564 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19565 Adjust expected infrun debug output.
19566
2adfaa28
PA
195672014-03-20 Pedro Alves <palves@redhat.com>
19568
19569 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19570 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19571
31e77af2
PA
195722014-03-20 Pedro Alves <palves@redhat.com>
19573
19574 PR breakpoints/7143
19575 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19576 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19577 of gdb_test_multiple.
19578 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19579 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19580
b9f437de
PA
195812014-03-20 Pedro Alves <palves@redhat.com>
19582
19583 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19584 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19585
05adc73e
PA
195862014-03-19 Pedro Alves <palves@redhat.com>
19587
19588 * gdb.base/async.exp: Remove early return.
19589
6048b950
PA
195902014-03-19 Pedro Alves <palves@redhat.com>
19591
19592 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19593
8bcfb00a
PA
195942014-03-19 Pedro Alves <palves@redhat.com>
19595
19596 * gdb.base/async.exp (test_background): Expect \r\n after
19597 "completed." in the fail pattern.
19598
884e37dc
PA
195992014-03-19 Pedro Alves <palves@redhat.com>
19600
19601 * gdb.base/async.exp (test_background): New procedure.
19602 Use it for all background execution command tests.
19603
148e57e2
PA
196042014-03-19 Pedro Alves <palves@redhat.com>
19605
19606 * gdb.base/async.exp: Use prepare_for_testing.
19607
f48088c7
PA
196082014-03-19 Pedro Alves <palves@redhat.com>
19609
19610 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19611 the same line.
19612
e2f6c966
PA
196132014-03-19 Pedro Alves <palves@redhat.com>
19614
19615 * gdb.base/async.c (main): Add "jump here" and "until here" line
19616 marker comments.
19617 * gdb.base/async.exp (jump_here): New global.
19618 (jump& test): Use it.
19619 (until_here): New global.
19620 (until& test): Use it.
19621
c30568d4
PA
196222014-03-19 Pedro Alves <palves@redhat.com>
19623
19624 * gdb.base/async.exp: Don't frob gdb_protocol.
19625
0172b6a7
DE
196262014-03-18 Doug Evans <xdje42@gmail.com>
19627
19628 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19629 Fix spelling of exec-done-display.
19630
06c868a8
JK
196312014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19632
19633 PR gdb/15358
19634 * gdb.base/gdb-sigterm.c: New file.
19635 * gdb.base/gdb-sigterm.exp: New file.
19636
0c7e1a46
PA
196372014-03-18 Pedro Alves <palves@redhat.com>
19638
19639 PR gdb/13860
19640 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19641 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19642 solib-event.
19643
f7c77d93
JB
196442014-03-17 Joel Brobecker <brobecker@adacore.com>
19645
19646 * gdb.ada/pckd_arr_ren: New testcase.
19647
5a1e8c7a
DE
196482014-03-13 Doug Evans <xdje42@gmail.com>
19649
19650 PR guile/16612
19651 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19652 collect after discarding symbols.
19653
350e1a76
DE
196542014-03-13 Ludovic Courtès <ludo@gnu.org>
19655 Doug Evans <xdje42@gmail.com>
19656
19657 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19658 to history survives a gc.
19659
a69900ae
PA
196602014-03-13 Pedro Alves <palves@redhat.com>
19661
19662 * gdb.base/default.exp: Don't test "target procfs".
19663
5db9f0bd
PA
196642014-03-13 Pedro Alves <palves@redhat.com>
19665
19666 * gdb.base/default.exp: Update "target child" and "target procfs"
19667 tests to not expect "Unix".
19668
b3ccfe11
TT
196692014-03-12 Tom Tromey <tromey@redhat.com>
19670
19671 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19672 New procs. Add target-async tests.
19673 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19674 Add target-async tests.
19675
646f4417
AA
196762014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19677
19678 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19679 'func_start' and 'func_end' for the beginning and end of the
19680 function code, respectively.
19681 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19682 'func_end' instead of 'func' and 'main'.
19683
288c211f
AA
196842014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19685
19686 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19687 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19688 generate the debug info assembler source.
19689
e0c0f156
AA
196902014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19691
19692 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19693 * gdb.dwarf2/arr-subrange.exp: Likewise.
19694 * gdb.dwarf2/dwz.exp: Likewise.
19695 * gdb.dwarf2/method-ptr.exp: Likewise.
19696 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19697 * gdb.dwarf2/subrange.exp: Likewise.
19698 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19699 * gdb.dwarf2/implptrpiece.exp: Likewise.
19700 * gdb.dwarf2/nostaticblock.exp: Likewise.
19701
0e5c4555
AA
197022014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19703
19704 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19705 directory to absolute path name arguments.
19706
5ec18f2b
JG
197072014-03-10 Joel Brobecker <brobecker@adacore.com>
19708
19709 * gdb.ada/tagged_access: New testcase.
19710
847fc4f2
MM
197112014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19712
19713 * gdb.btrace/data.exp: Update expected output.
19714
cc3da688
YQ
197152014-03-06 Yao Qi <yao@codesourcery.com>
19716
19717 * gdb.trace/pr16508.exp: New file.
19718
0f26cec1
PA
197192014-03-05 Pedro Alves <palves@redhat.com>
19720
19721 PR gdb/16575
19722 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19723 procedure.
19724 (top level): Adjust to use it. Add tests that exercise breakpoint
19725 interaction with the code-cache.
19726
7a5a839f
LC
197272014-02-26 Ludovic Courtès <ludo@gnu.org>
19728
19729 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19730 test for 'history-append!'.
19731
31aa7e4e
JB
197322014-02-26 Joel Brobecker <brobecker@adacore.com>
19733
19734 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19735 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19736 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19737 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19738 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19739 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19740
1b588015
JB
197412014-02-26 Joel Brobecker <brobecker@adacore.com>
19742
19743 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19744 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19745 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19746
55426c9d
JB
197472014-02-26 Joel Brobecker <brobecker@adacore.com>
19748
19749 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19750
dc53a7ad
JB
197512014-02-26 Joel Brobecker <brobecker@adacore.com>
19752
19753 * gdb.dwarf2/arr-stride.c: New file.
19754 * gdb.dwarf2/arr-stride.exp: New file.
19755
12ab52e9
PA
197562014-02-26 Pedro Alves <palves@redhat.com>
19757
19758 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19759 that won't ever trigger. Make sure that GDB reports the correct
19760 breakpoint that caused the stop.
19761
849c862e
JK
197622014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19763
19764 PR gdb/16626
19765 * gdb.base/auto-load-script: New file.
19766 * gdb.base/auto-load.c: New file.
19767 * gdb.base/auto-load.exp: New file.
19768
71b7d793
JK
19769 PR gdb/16626
19770 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19771
e2f0d509
JK
197722014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19773
19774 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19775 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19776
50cc37c8
DE
197772014-02-24 Doug Evans <dje@google.com>
19778
19779 * lib/gdb.exp (run_on_host): Log error output if program fails.
19780
ea4758f2
PA
197812014-02-21 Pedro Alves <palves@redhat.com>
19782
19783 * gdb.threads/step-after-sr-lock.c: Rename to ...
19784 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19785 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19786 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19787 ... this.
19788
d7b30f67
SDJ
197892014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19790
19791 PR tdep/16397
19792 * gdb.arch/amd64-stap-special-operands.exp: New file.
19793 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19794 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19795 * gdb.arch/amd64-stap-triplet.S: Likewise.
19796 * gdb.arch/amd64-stap-triplet.c: Likewise.
19797
83deb43f
JB
197982014-02-20 Joel Brobecker <brobecker@adacore.com>
19799
19800 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19801 in .section pseudo-op.
19802
adde2bff
DE
198032014-02-20 lin zuojian <manjian2006@gmail.com>
19804 Joel Brobecker <brobecker@adacore.com>
19805 Doug Evans <xdje42@gmail.com>
19806
19807 PR symtab/16581
19808 * gdb.dwarf2/dw2-icycle.S: New file.
19809 * gdb.dwarf2/dw2-icycle.c: New file.
19810 * gdb.dwarf2/dw2-icycle.exp: New file.
19811
f7bd0f78
SC
198122014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19813
19814 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19815 operations on gdb.Value objects.
19816 * gdb.python/py-value-cc.exp: Add new test to test operations on
19817 gdb.Value objects.
19818
c17ef0d5
DE
198192014-02-18 Doug Evans <dje@google.com>
19820
19821 * Makefile.in (TESTS): New variable.
19822 (expanded_tests, expanded_tests_or_none): New variables
19823 (check-single): Pass $(expanded_tests_or_none) to runtest.
19824 (check-parallel): Only run tests in $(TESTS) if non-empty.
19825 (check/no-matching-tests-found): New rule.
19826 * README: Document TESTS makefile variable.
19827
5dd3176f
DE
198282014-02-18 Doug Evans <dje@google.com>
19829
19830 * Makefile.in (check-parallel): rm -rf outputs temp.
19831
0b10be4f
JK
198322014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19833
19834 Fix "ERROR: no fileid for" in the testsuite.
19835 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19836
85f224e7
DE
198372014-02-12 Doug Evans <dje@google.com>
19838
19839 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19840 (MISCELLANEOUS): New variable.
19841 (clean): rm -rf $(MISCELLANEOUS).
19842 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19843 dwp live in the same directory as symlinks, with each symlink pointed
19844 to a differently named file in a different directory.
19845
149b30ff
DE
198462014-02-11 Doug Evans <dje@google.com>
19847
19848 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19849 of Tcl file commands.
19850
1dfdac32
MK
198512014-02-10 Mark Kettenis <kettenis@gnu.org>
19852
19853 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19854 "kill -SIGUSR1 -1".
19855
aa4fb036
JB
198562014-02-10 Joel Brobecker <brobecker@adacore.com>
19857
19858 * gdb.ada/tick_length_array_enum_idx: New testcase.
19859
ed3ef339
DE
198602014-02-10 Doug Evans <xdje42@gmail.com>
19861
19862 * configure.ac (AC_OUTPUT): Add gdb.guile.
19863 * configure: Regenerate.
19864 * lib/gdb-guile.exp: New file.
19865 * lib/gdb.exp (get_target_charset): New function.
19866 * gdb.base/help.exp: Update expected output from "apropos apropos".
19867 * gdb.guile/Makefile.in: New file.
19868 * gdb.guile/guile.exp: New file.
19869 * gdb.guile/scm-arch.c: New file.
19870 * gdb.guile/scm-arch.exp: New file.
19871 * gdb.guile/scm-block.c: New file.
19872 * gdb.guile/scm-block.exp: New file.
19873 * gdb.guile/scm-breakpoint.c: New file.
19874 * gdb.guile/scm-breakpoint.exp: New file.
19875 * gdb.guile/scm-disasm.c: New file.
19876 * gdb.guile/scm-disasm.exp: New file.
19877 * gdb.guile/scm-equal.c: New file.
19878 * gdb.guile/scm-equal.exp: New file.
19879 * gdb.guile/scm-error.exp: New file.
19880 * gdb.guile/scm-error.scm: New file.
19881 * gdb.guile/scm-frame-args.c: New file.
19882 * gdb.guile/scm-frame-args.exp: New file.
19883 * gdb.guile/scm-frame-args.scm: New file.
19884 * gdb.guile/scm-frame-inline.c: New file.
19885 * gdb.guile/scm-frame-inline.exp: New file.
19886 * gdb.guile/scm-frame.c: New file.
19887 * gdb.guile/scm-frame.exp: New file.
19888 * gdb.guile/scm-generics.exp: New file.
19889 * gdb.guile/scm-gsmob.exp: New file.
19890 * gdb.guile/scm-iterator.c: New file.
19891 * gdb.guile/scm-iterator.exp: New file.
19892 * gdb.guile/scm-math.c: New file.
19893 * gdb.guile/scm-math.exp: New file.
19894 * gdb.guile/scm-objfile-script-gdb.in: New file.
19895 * gdb.guile/scm-objfile-script.c: New file.
19896 * gdb.guile/scm-objfile-script.exp: New file.
19897 * gdb.guile/scm-objfile.c: New file.
19898 * gdb.guile/scm-objfile.exp: New file.
19899 * gdb.guile/scm-ports.exp: New file.
19900 * gdb.guile/scm-pretty-print.c: New file.
19901 * gdb.guile/scm-pretty-print.exp: New file.
19902 * gdb.guile/scm-pretty-print.scm: New file.
19903 * gdb.guile/scm-section-script.c: New file.
19904 * gdb.guile/scm-section-script.exp: New file.
19905 * gdb.guile/scm-section-script.scm: New file.
19906 * gdb.guile/scm-symbol.c: New file.
19907 * gdb.guile/scm-symbol.exp: New file.
19908 * gdb.guile/scm-symtab-2.c: New file.
19909 * gdb.guile/scm-symtab.c: New file.
19910 * gdb.guile/scm-symtab.exp: New file.
19911 * gdb.guile/scm-type.c: New file.
19912 * gdb.guile/scm-type.exp: New file.
19913 * gdb.guile/scm-value-cc.cc: New file.
19914 * gdb.guile/scm-value-cc.exp: New file.
19915 * gdb.guile/scm-value.c: New file.
19916 * gdb.guile/scm-value.exp: New file.
19917 * gdb.guile/source2.scm: New file.
19918 * gdb.guile/types-module.cc: New file.
19919 * gdb.guile/types-module.exp: New file.
19920
7026a7c1
YQ
199212014-02-10 Yao Qi <yao@codesourcery.com>
19922
19923 PR testsuite/16543
19924 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19925 * configure: Regenerated.
19926 * Makefile.in: New file.
19927
6c466447
AS
199282014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19929
19930 * gdb.python/py-framefilter.exp: Fix typo.
19931
6e854735
YQ
199322014-02-08 Yao Qi <yao@codesourcery.com>
19933
19934 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19935 that no =breakpoint-modified is emitted when breakpoints are
19936 modified through MI commands.
19937
d137e6dc
PA
199382014-02-07 Pedro Alves <pedro@codesourcery.com>
19939 Pedro Alves <palves@redhat.com>
19940
19941 * gdb.threads/step-after-sr-lock.c: New file.
19942 * gdb.threads/step-after-sr-lock.exp: New file.
19943
b5ee5a50
PA
199442014-02-07 Pedro Alves <palves@redhat.com>
19945
19946 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19947
3c77faf3
JK
199482014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19949
19950 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19951 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19952
6dddc817
DE
199532014-02-06 Doug Evans <xdje42@gmail.com>
19954
19955 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19956 output.
19957
19958 * gdb.gdb/python-interrupts.exp: New file.
19959
de7b2893
YQ
199602014-02-05 Yao Qi <yao@codesourcery.com>
19961
19962 * gdb.trace/report.exp (use_collected_data): Test the output
19963 of "info threads" and "info inferiors".
19964
66d032ac
YQ
199652014-02-05 Yao Qi <yao@codesourcery.com>
19966
19967 Revert this patch:
19968
19969 2013-05-24 Yao Qi <yao@codesourcery.com>
19970
19971 * gdb.trace/tfile.exp: Test inferior and thread.
19972
591a12a1
UW
199732014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19974
19975 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19976 on a function.
19977 * gdb.base/step-bt.c: Call hello via function pointer to make
19978 sure its first instruction is executed on powerpc64le-linux.
19979
0ff3e01f
UW
199802014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19981
19982 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19983
084ee545
UW
199842014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19985
19986 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19987 of the test patterns for use on little-endian systems.
19988
6ed14ff3
UW
199892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19990
19991 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19992 (decimal_vector): Fix for little-endian.
19993
401e27fd
JM
199942014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19995
19996 * gdb.arch/sparc-sysstep.exp: New file.
19997 * gdb.arch/sparc-sysstep.c: Likewise.
19998
19999 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20000
8b924729
EBM
200012014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20002
20003 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20004
fb151210
JB
200052014-01-23 Tom Tromey <tromey@redhat.com>
20006
20007 * gdb.ada/array_char_idx: New testcase.
20008
0740f8d8
TT
200092014-01-23 Tom Tromey <tromey@redhat.com>
20010
20011 PR python/16487:
20012 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20013 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20014 classes.
20015
21909fa1
TT
200162014-01-23 Tom Tromey <tromey@redhat.com>
20017
20018 PR python/16491:
20019 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20020 string from an inferior frame.
20021 * gdb.python/py-framefilter-mi.exp: Update.
20022
87ce2a04
DE
200232014-01-22 Doug Evans <dje@google.com>
20024
20025 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20026
237b092b
AA
200272014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20028
20029 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20030
d674a709
AA
200312014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20032
20033 * gdb.trace/entry-values.exp: Remove excess space character from
20034 regex patterns. Handle s390 call instruction.
20035
20fa3390
AA
200362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20037
20038 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20039 define "*_start" label. Make "name" static.
20040 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20041 ${name} by references to ${name}_start.
20042
78466714
AA
200432014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20044
20045 * gdb.base/info-macros.exp: Remove "debug" from the compile
20046 options.
20047
ec9f644a
IB
200482014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20049
20050 * gdb.dlang/demangle.exp: New file.
20051
94b1b47e
IB
200522014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20053
20054 * gdb.dlang/primitive-types.exp: New file.
20055
7f420862
IB
200562014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20057
20058 * configure.ac: Create gdb.dlang/Makefile.
20059 * configure: Regenerate.
20060 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20061 * gdb.dlang/Makefile.in: New file.
20062 * lib/d-support.exp: New file.
20063 * lib/gdb.exp (skip_d_tests): New proc.
20064
52834460
MM
200652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20066
20067 * gdb.btrace/delta.exp: Check reverse stepi.
20068 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20069 * gdb.btrace/finish.exp: New.
20070 * gdb.btrace/next.exp: New.
20071 * gdb.btrace/nexti.exp: New.
20072 * gdb.btrace/record_goto.c: Add comments.
20073 * gdb.btrace/step.exp: New.
20074 * gdb.btrace/stepi.exp: New.
20075 * gdb.btrace/multi-thread-step.c: New.
20076 * gdb.btrace/multi-thread-step.exp: New.
20077 * gdb.btrace/rn-dl-bind.c: New.
20078 * gdb.btrace/rn-dl-bind.exp: New.
20079 * gdb.btrace/data.c: New.
20080 * gdb.btrace/data.exp: New.
20081 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20082
6e07b1d2
MM
200832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20084
20085 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20086 * gdb.btrace/exception.exp: Update.
20087 * gdb.btrace/instruction_history.exp: Update.
20088 * gdb.btrace/record_goto.exp: Update.
20089 * gdb.btrace/tailcall.exp: Update.
20090 * gdb.btrace/unknown_functions.exp: Update.
20091 * gdb.btrace/delta.exp: New.
20092
0b722aec
MM
200932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20094
20095 * gdb.btrace/record_goto.exp: Add backtrace test.
20096 * gdb.btrace/tailcall.exp: Add backtrace test.
20097
066ce621
MM
200982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20099
20100 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20101 * gdb.btrace/record_goto.c: New.
20102 * gdb.btrace/record_goto.exp: New.
20103 * gdb.btrace/x86-record_goto.S: New.
20104
0688d04e
MM
201052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20106
20107 * gdb.btrace/function_call_history.exp: Update tests.
20108 * gdb.btrace/instruction_history.exp: Update tests.
20109
8710b709
MM
201102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20111
20112 * gdb.btrace/function_call_history.exp: Fix expected field
20113 order for "record function-call-history".
20114 Add new tests for "record function-call-history /c".
20115 * gdb.btrace/exception.cc: New.
20116 * gdb.btrace/exception.exp: New.
20117 * gdb.btrace/tailcall.exp: New.
20118 * gdb.btrace/x86-tailcall.S: New.
20119 * gdb.btrace/x86-tailcall.c: New.
20120 * gdb.btrace/unknown_functions.c: New.
20121 * gdb.btrace/unknown_functions.exp: New.
20122 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20123
5de9129b
MM
201242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20125
20126 * gdb.btrace/instruction_history.exp: Update.
20127 * gdb.btrace/function_call_history.exp: Update.
20128
23a7fe75
MM
201292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20130
20131 * gdb.btrace/function_call_history.exp: Fix expected function
20132 trace.
20133 * gdb.btrace/instruction_history.exp: Initialize traced.
20134 Remove traced_functions.
20135
724c7dd8
MM
201362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20137
20138 * gdb.btrace/function_call_history.exp: Update
20139 * gdb.btrace/instruction_history.exp: Update.
20140
6d78d93b
MM
201412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20142
20143 * gdb.btrace/enable.exp: Update expected text.
20144
93a360cc
OJ
201452014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20146
20147 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20148 bytes.
20149
3772b53f
MR
201502014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20151
20152 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20153
596662fa
OJ
201542014-01-15 Omair Javaid <omair.javaid@linaro.org>
20155
20156 * lib/gdb.exp (supports_process_record): Return true for
20157 arm*-linux*. (supports_reverse): Likewise.
20158
b5b08fb4
SC
201592014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20160
20161 PR python/15464
20162 PR python/16113
20163 * gdb.python/py-type.c: Enhance test case.
20164 * gdb.python/py-value-cc.cc: Likewise
20165 * gdb.python/py-type.exp: Add new tests.
20166 * gdb.python/py-value-cc.exp: Likewise
20167
52d7fb13
AA
201682014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20169 Pedro Alves <palves@redhat.com>
20170
20171 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20172 Make "name" extern.
20173 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20174 references to ${name}_start by references to ${name}.
20175
a2cd8cfe
JB
201762014-01-10 Joel Brobecker <brobecker@adacore.com>
20177
20178 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20179
4e23fced
JB
201802014-01-10 Joel Brobecker <brobecker@adacore.com>
20181
20182 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20183
c6a9e42c
PA
201842014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20185 Pedro Alves <palves@redhat.com>
20186
20187 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20188 mi_gdb_target_load.
c6a9e42c 20189
b7ea362b
PA
201902014-01-08 Pedro Alves <palves@redhat.com>
20191
20192 * gdb.threads/reconnect-signal.c: New file.
20193 * gdb.threads/reconnect-signal.exp: New file.
20194
5e3f4fab
EBM
201952014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20196
20197 * gdb.base/source-dir.exp: New file.
20198
79301218
JB
201992014-01-07 Joel Brobecker <brobecker@adacore.com>
20200
20201 * gdb.ada/mi_interface: New testcase.
20202
8e355c5d
JB
202032014-01-07 Joel Brobecker <brobecker@adacore.com>
20204
20205 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20206 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20207 gdb.ada/pp-rec-component/pck.ads: New files.
20208
c0d48811
JB
202092014-01-07 Joel Brobecker <brobecker@adacore.com>
20210
20211 * gdb.python/py-pp-integral.c: New file.
20212 * gdb.python/py-pp-integral.py: New file.
20213 * gdb.python/py-pp-integral.exp: New file.
20214
17b609c3 20215For older changes see ChangeLog-1993-2013.
c906108c 20216\f
8d8cb839
EZ
20217;; Local Variables:
20218;; mode: change-log
20219;; left-margin: 8
20220;; fill-column: 74
20221;; version-control: never
20222;; End:
902f2ccb 20223
b811d2c2 20224 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20225 Copying and distribution of this file, with or without modification,
20226 are permitted provided the copyright notice and this notice are preserved.
This page took 4.373508 seconds and 4 git commands to generate.