Add a testcase for PR binutils/26112
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
2e573c0a
GB
12020-06-23 Gary Benson <gbenson@redhat.com>
2
3 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4 * gdb.cp/nsimport.cc: Likewise.
5 * gdb.cp/nsnested.cc: Likewise.
6 * gdb.cp/nsnoimports.cc: Likewise.
7 * gdb.cp/nsusing.cc: Likewise.
8 * gdb.cp/smartp.cc: Likewise.
9 * gdb.python/py-pp-integral.c: Likewise.
10 * gdb.python/py-pp-re-notag.c: Likewise.
11
746ebfe8
PW
122020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13
14 * gdb.base/default-args.exp: New test.
15 * gdb.base/default-args.c: New file.
16 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
17 * gdb.base/default.exp: Update to new help text.
18 * gdb.base/help.exp: Likewise.
19 * gdb.base/page.exp: Likewise.
20 * gdb.base/style.exp: Likewise.
21 * gdb.guile/guile.exp: Likewise.
22 * gdb.python/python.exp: Likewise.
23
e822f2cd
SL
242020-06-22 Sandra Loosemore <sandra@codesourcery.com>
25
26 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
27 remote host. Fix search path syntax on Windows host.
28
48e9cc84
PW
292020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
30
31 * gdb.base/attach.exp: Test priority of 'exec-file' changed
32 over 'exec-file-mismatch'.
33 * gdb.base/attach.c: Mark should_exit volatile.
34 * gdb.base/attach2.c: Likewise. Add a comment explaining
35 why the sleep cannot be big.
36 * gdb.base/attach3.c: New file.
37
160f8a8f
SL
382020-06-20 Sandra Loosemore <sandra@codesourcery.com>
39
40 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
41 prefix optional.
42
4d91c2a4
SL
432020-06-20 Sandra Loosemore <sandra@codesourcery.com>
44
45 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
46 for remote host.
47
87f83f20
SL
482020-06-19 Sandra Loosemore <sandra@codesourcery.com>
49 Hafiz Abid Qadeer <abidh@codesourcery.com>
50
51 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
52 file sent to remote host.
53 (top level): Allow int32_t as type of 32-bit register.
54
37ab8655
TV
552020-06-19 Tom de Vries <tdevries@suse.de>
56
57 * lib/gdb.exp (gdb_note): New proc.
58 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
59 (gdb_default_target_compile): ... here. Only call
60 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
61 (use_gdb_compile): Change to array.
62 (toplevel): Update sets of use_gdb_compile to specify language.
63 Warn about default_target_compile override. Store dejagnu's version
64 of default_target_compile in dejagnu_default_target_compile.
65
a8a56685
TV
662020-06-18 Tom de Vries <tdevries@suse.de>
67
68 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
69 (default_gdb_init): ... here.
70
581bea2c
SL
712020-06-17 Sandra Loosemore <sandra@codesourcery.com>
72
73 Fix TUI support checks in gdb.tui tests.
74
75 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
76 just say UNSUPPORTED.
77 * gdb.tui/corefile-run.exp: Likewise.
78 * gdb.tui/empty.exp: Likewise.
79 * gdb.tui/list-before.exp: Likewise.
80 * gdb.tui/list.exp: Likewise.
81 * gdb.tui/main.exp: Likewise.
82 * gdb.tui/regs.exp: Likewise.
83 * gdb.tui/resize.exp: Likewise.
84 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
85 * gdb.tui/tui-layout-asm.exp: Likewise.
86 * gdb.tui/tui-missing-src.exp: Likewise.
87 * gdb.tui/winheight.exp: Likewise.
88 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
89
05e682e3
SL
902020-06-17 Sandra Loosemore <sandra@codesourcery.com>
91
92 Fix TCL error in gdb.python/py-format-string.exp.
93
94 * gdb.python/py-format-string.exp: Move test for python support
95 earlier, out of function body.
96
efb763a5
SM
972020-06-15 Simon Marchi <simon.marchi@efficios.com>
98
99 * gdb.base/index-cache-load-twice.c: New.
100 * gdb.base/index-cache-load-twice.exp: New.
101
43327b20
KS
1022020-06-17 Keith Seitz <keiths@redhat.com>
103
99cf27cf 104 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
105 when executing "gdb --configuration".
106
081e778c
TV
1072020-06-17 Tom de Vries <tdevries@suse.de>
108
109 * lib/gdb.exp (gdb_tcl_unknown): New proc.
110 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
111 conditional on presence of gdb_tcl_unknown.
112 (gdb_finish): Make override undo conditional on presence of
113 gdb_tcl_unknown.
114
d2d1ea20
TT
1152020-06-16 Tom Tromey <tom@tromey.com>
116
117 * gdb.python/tui-window.py (failwin): New function. Register it
118 as a TUI window type.
119 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
120
c802e8a7
GB
1212020-06-16 Gary Benson <gbenson@redhat.com>
122
123 * gdb.python/py-nested-maps.c (create_map): Add missing return
124 value.
125 (create_map_map): Likewise.
126
ff08abb8
TBA
1272020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
128
129 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
130 variable.
131 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
132 and use the already-defined 'options' variable.
133
a29d5112
AB
1342020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
135 Tom de Vries <tdevries@suse.de>
136
137 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
138 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
139 (gdb_setup_known_globals): New proc.
140 (gdb_cleanup_globals): New proc.
141 * lib/gdb.exp (load_lib): New override proc.
142 (gdb_stdin_log_init): Set var in_file as persistent global.
143 * lib/pascal.exp (gdb_stdin_log_init): Set vars
144 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
145 fpc_compiler as persistent global.
146
8c74a764
TV
1472020-06-12 Tom de Vries <tdevries@suse.de>
148
149 * lib/tuiterm.exp (spawn): Rename to ...
150 (tui_spawn): ... this.
151 (toplevel): Move rename of spawn ...
152 (gdb_init_tuiterm): ... here. New proc.
153 (gdb_finish_tuiterm): New proc.
154 * lib/gdb.exp (gdb_finish_hooks): New global var.
155 (gdb_finish): Handle gdb_finish_hooks.
156 (tuiterm_env): New proc.
157 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
158 tuiterm_env.
159 * gdb.tui/basic.exp: Same.
160 * gdb.tui/corefile-run.exp: Same.
161 * gdb.tui/empty.exp: Same.
162 * gdb.tui/list-before.exp: Same.
163 * gdb.tui/list.exp: Same.
164 * gdb.tui/main.exp: Same.
165 * gdb.tui/new-layout.exp: Same.
166 * gdb.tui/regs.exp: Same.
167 * gdb.tui/resize.exp: Same.
168 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
169 * gdb.tui/tui-layout-asm.exp: Same.
170 * gdb.tui/tui-missing-src.exp: Same.
171 * gdb.tui/winheight.exp: Same.
172
26783bce
TV
1732020-06-12 Tom de Vries <tdevries@suse.de>
174
175 PR testsuite/26110
176 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
177 (gdb_finish): Reinstall dejagnu's override of ::unknown.
178
2b4e6a3f
TT
1792020-06-11 Tom Tromey <tom@tromey.com>
180
181 PR gdb/18318:
182 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
183 floating point tests.
184
2f33032a
KS
1852020-06-11 Keith Seitz <keiths@redhat.com>
186
187 PR gdb/21356
188 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
189 vla_struct.
190 Add new struct vla_typedef and union vla_typedef_union and
191 corresponding instantiation objects.
192 Initialize new objects.
193 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
194 and vla_typedef_union_object.
195 Fixup type for vla_struct_object.
196
a8baf0a3
TV
1972020-06-11 Tom de Vries <tdevries@suse.de>
198
199 * lib/gdb.exp (with_override): New proc, factored out of ...
200 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
201
7ab96794
TV
2022020-06-10 Tom de Vries <tdevries@suse.de>
203
204 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
205
cab5c3b7
SM
2062020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
207
208 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
209 parameter, update callers.
210
f8c41851
SM
2112020-06-04 Simon Marchi <simon.marchi@efficios.com>
212
213 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
214 * gdb.dwarf2/share-psymtabs-bt.c: New file.
215 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
216
1c07a73f
TV
2172020-06-04 Tom de Vries <tdevries@suse.de>
218
219 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
220
95146b5d
TV
2212020-06-04 Tom de Vries <tdevries@suse.de>
222
223 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
224 exp_continue.
225
0cfcd4f0
TV
2262020-06-04 Tom de Vries <tdevries@suse.de>
227
228 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
229
f9b5d5ea
TV
2302020-06-03 Tom de Vries <tdevries@suse.de>
231
232 PR symtab/26046
233 * gdb.cp/breakpoint-locs-2.cc: New test.
234 * gdb.cp/breakpoint-locs.cc: New test.
235 * gdb.cp/breakpoint-locs.exp: New file.
236 * gdb.cp/breakpoint-locs.h: New test.
237
5144dfba
TV
2382020-06-03 Tom de Vries <tdevries@suse.de>
239
240 PR testsuite/25609
241 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
242 value of global verbose.
243 * gdb.base/jit-elf.exp: Same.
244 * gdb.base/jit-reader.exp: Same.
245
621eacdf
TV
2462020-06-02 Tom de Vries <tdevries@suse.de>
247
248 * gdb.dwarf2/multidictionary.exp: Don't use
249 gdb_spawn_with_cmdline_opts.
250
1313c56e
AB
2512020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
252
253 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
254 use_header case.
255 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
256 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
257 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
258 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
259 * gdb.dwarf2/dw2-inline-header.c: New file.
260 * gdb.dwarf2/dw2-inline-header.h: New file.
261
f68f85b5
PA
2622020-05-30 Pedro Alves <palves@redhat.com>
263
264 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
265 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
266
678048e8
GB
2672020-05-29 Gary Benson <gbenson@redhat.com>
268
269 * gdb.compile/compile-cplus.exp (additional_flags): Also
270 set when building with clang.
271 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
272 when building with clang.
273
9fcafd23
GB
2742020-05-29 Gary Benson <gbenson@redhat.com>
275
276 * gdb.arch/i386-avx.exp (additional_flags): Also set when
277 building with clang.
278 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
279
735d5a07
GB
2802020-05-29 Gary Benson <gbenson@redhat.com>
281
282 * gdb.cp/koenig.exp (prepare_for_testing): Add
283 additional_flags=-Wno-unused-comparison.
284 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
285
4ad2c6a0
GB
2862020-05-28 Gary Benson <gbenson@redhat.com>
287
288 * gdb.base/sigaltstack.c (catcher): Add default case to switch
289 statement.
290
09fe663e
GB
2912020-05-28 Gary Benson <gbenson@redhat.com>
292
293 * gdb.cp/classes.exp (prepare_for_testing): Add
294 additional_flags=-Wno-deprecated-register.
295 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
296 * gdb.cp/misc.exp: Likewise.
297
cee00f17
GB
2982020-05-28 Gary Benson <gbenson@redhat.com>
299
300 * gdb.linespec/cpls-ops.cc (dummy): New static global.
301 (test_op_new::operator new): Add return statement.
302 (test_op_new_array::operator new[]): Likewise.
303
636edd00
PA
3042020-05-27 Pedro Alves <palves@redhat.com>
305
306 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
307 check. Use test_gdb_complete_unique instead of
308 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
309 test_gdb_complete_multiple instead of
310 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
311
c2b75043
LM
3122020-05-27 Luis Machado <luis.machado@linaro.org>
313
314 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
315 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
316 * gdb.arch/arm-disassembler-options.exp: Likewise.
317 * gdb.arch/arm-disp-step.exp: Likewise.
318 * gdb.arch/thumb-prologue.exp: Likewise.
319 * gdb.base/async.exp: Likewise.
320 * gdb.base/auxv.exp: Likewise.
321 * gdb.base/complex-parts.exp: Likewise.
322 * gdb.base/ena-dis-br.exp: Likewise.
323 * gdb.base/foll-exec.exp: Likewise.
324 * gdb.base/permissions.exp: Likewise.
325 * gdb.base/relocate.exp: Likewise.
326 * gdb.base/return2.exp: Likewise.
327 * gdb.base/sigbpt.exp: Likewise.
328 * gdb.base/siginfo-obj.exp: Likewise.
329 * gdb.cp/converts.exp: Likewise.
330 * gdb.cp/exceptprint.exp: Likewise.
331 * gdb.cp/inherit.exp: Likewise.
332 * gdb.cp/nsnoimports.exp: Likewise.
333 * gdb.cp/virtbase2.exp: Likewise.
334 * gdb.mi/mi-var-cmd.exp: Likewise.
335 * gdb.mi/var-cmd.c: Likewise.
336
53a47a3e
TT
3372020-05-26 Tom Tromey <tromey@adacore.com>
338
339 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
340
0bc2354b
TT
3412020-05-26 Tom Tromey <tromey@adacore.com>
342
343 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
344 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
345 type.
346 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
347 variable.
348
0db49895
CBG
3492020-05-26 Christian Biesinger <cbiesinger@google.com>
350
351 * Makefile.in: Use = instead of == for the test command
352 for portability.
353
40d22035
TV
3542020-05-26 Tom de Vries <tdevries@suse.de>
355
356 * gdb.base/gold-gdb-index-2.c: New test.
357 * gdb.base/gold-gdb-index.c: New test.
358 * gdb.base/gold-gdb-index.exp: New file.
359 * gdb.base/gold-gdb-index.h: New test.
360
043e2e02
TV
3612020-05-25 Tom de Vries <tdevries@suse.de>
362
363 * boards/gold-gdb-index.exp: New file.
364
462f72c5
SM
3652020-05-25 Simon Marchi <simon.marchi@efficios.com>
366
367 * boards/simavr.exp: New file.
368
6cf66e76
SM
3692020-05-25 Simon Marchi <simon.marchi@efficios.com>
370
371 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
372 * gdb.base/inferior-args.exp: New file.
373 * gdb.base/inferior-args.c: New file.
374
75d04512
SM
3752020-05-25 Simon Marchi <simon.marchi@efficios.com>
376
377 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
378 inferior_args. Pass it to gdb_reload.
379 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
380 inferior_args.
381 (gdb_reload): Add inferior_args argument.
382 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
383 pass it to gdbserver_run.
384 * boards/native-gdbserver.exp: Do not set noargs.
385 * boards/native-extended-gdbserver.exp (gdb_reload): Add
386 inferior_args argument.
387 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
388 * gdb.base/a2-run.exp: Check for use_gdb_stub.
389 * gdb.base/args.exp: Likewise.
390
42cf1844
TV
3912020-05-25 Tom de Vries <tdevries@suse.de>
392
393 * lib/gdb.exp (exec_is_pie): Add comment.
394
8f7d38ef
TV
3952020-05-25 Tom de Vries <tdevries@suse.de>
396
397 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
398 instead of $binfile in the untested message.
399
465e1b0f
TV
4002020-05-25 Tom de Vries <tdevries@suse.de>
401
402 PR testsuite/26031
403 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
404
3c5a0e02
TV
4052020-05-25 Tom de Vries <tdevries@suse.de>
406
407 * boards/gold.exp: New file.
408
0a4f5f8c
TT
4092020-05-23 Tom Tromey <tom@tromey.com>
410
411 * gdb.base/style.exp: Remove completion styling test.
412 * lib/gdb-utils.exp (style): Remove completion styles.
413
eca1f90c
TT
4142020-05-23 Tom Tromey <tom@tromey.com>
415
416 * gdb.base/style.exp: Add completion styling test.
417 * lib/gdb-utils.exp (style): Add completion styles.
418
7c13f4e8
AB
4192020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
420
421 * gdb.base/annota1.exp: Update expected results.
422 * gdb.cp/annota2.exp: Update expected results, remove duplicate
423 test name.
424 * gdb.cp/annota3.exp: Update expected results.
425
41977d16
SM
4262020-05-20 Simon Marchi <simon.marchi@efficios.com>
427
428 PR gdb/26016
429 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
430 against MAP_FAILED.
431 * gdb.base/coremaker.c (mmapdata): Likewise.
432 * gdb.base/jit-reader-host.c (main): Likewise.
433 * gdb.base/sym-file-loader.c (load): Likewise.
434 (load_shlib): Likewise.
435
b4757f2e
TT
4362020-05-20 Tom Tromey <tromey@adacore.com>
437
438 * gdb.ada/array_char_idx.exp: Recognize initialized array.
439
9a0bacfb
TV
4402020-05-20 Tom de Vries <tdevries@suse.de>
441
442 PR symtab/25833
443 * gdb.base/with-mf-inc.c: New test.
444 * gdb.base/with-mf-main.c: New test.
445 * gdb.base/with-mf.exp: New file.
446
76571211
TT
4472020-05-19 Tom Tromey <tromey@adacore.com>
448
449 * gdb.rust/simple.exp: Restore missing test result.
450
4cd9f3d5
TV
4512020-05-19 Tom de Vries <tdevries@suse.de>
452
453 * gdb.base/gdb-caching-proc.exp: Fix typo.
454
7d874253
TT
4552020-05-19 Tom Tromey <tromey@adacore.com>
456
457 * gdb.rust/simple.exp: Add some test descriptions.
458 (test_one_slice): Use with_test_prefix.
459
1d727695
TV
4602020-05-18 Tom de Vries <tdevries@suse.de>
461
462 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
463
7f32a4d5
PA
4642020-05-17 Pedro Alves <palves@redhat.com>
465
466 PR gdb/25741
467 * gdb.base/hw-sw-break-same-address.exp: New file.
468
7cfd74cf
PA
4692020-05-16 Pedro Alves <palves@redhat.com>
470
471 * gdb.multi/multi-re-run.exp (test_re_run): Switch
472 LAST_LOADED_FILE accordingly.
473
57b4f16e
PW
4742020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
475
476 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
477
7c05caf7
PW
4782020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
479
480 * gdb.base/help.exp: Test apropos and help for commands
481 having aliases. Fixed comments not starting with an
482 upper-case letter or not finishing with a dot.
483
7aa1b46f
PW
4842020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
485
3b3aaacb
PW
486 * gdb.base/alias.exp: Update help output check.
487
57b4f16e 4882020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 489
7aa1b46f
PW
490 * gdb.base/default.exp: Update output following fixes.
491
0605465f
PW
4922020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
493
494 * gdb.base/alias.exp: Test aliases starting with a prefix of
495 another alias.
496
86e4e63d
GB
4972020-05-15 Gary Benson <gbenson@redhat.com>
498
499 * gdb.base/info-os.c (main): Add return statement.
500 * gdb.base/info_minsym.c (minsym_fun): Likewise.
501 * gdb.base/large-frame-2.c (func): Likewise.
502 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
503 * gdb.base/pr10179-b.c (foo2): Likewise.
504 * gdb.base/valgrind-disp-step.c (foo): Likewise.
505 * gdb.base/watch-cond.c (func): Likewise.
506 * gdb.multi/goodbye.c (verylongfun): Likewise.
507 * gdb.multi/hello.c (commonfun): Likewise.
508 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
509 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
510 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
511 Likewise.
512 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
513 * gdb.threads/interrupt-while-step-over.c (child_function):
514 Likewise.
515 * gdb.trace/actions-changed.c (end): Likewise.
516
163df4df
GB
5172020-05-15 Gary Benson <gbenson@redhat.com>
518
519 * gdb.opencl/callfuncs.exp: Report when test skipped.
520 * gdb.opencl/convs_casts.exp: Likewise.
521 * gdb.opencl/datatypes.exp: Likewise.
522 * gdb.opencl/operators.exp: Likewise.
523 * gdb.opencl/vec_comps.exp: Likewise.
524
6dbc505a
TV
5252020-05-15 Tom de Vries <tdevries@suse.de>
526
527 * gdb.base/align.exp.in: Rename to ...
528 * gdb.base/align.exp.tcl: ... this.
529 * gdb.base/align-c++.exp: Update.
530 * gdb.base/align-c.exp: Update.
531 * gdb.base/all-architectures.exp.in: Rename to ...
532 * gdb.base/all-architectures.exp: ... this.
533 * gdb.base/all-architectures-0.exp: Update.
534 * gdb.base/all-architectures-1.exp: Update.
535 * gdb.base/all-architectures-2.exp: Update.
536 * gdb.base/all-architectures-3.exp: Update.
537 * gdb.base/all-architectures-4.exp: Update.
538 * gdb.base/all-architectures-5.exp: Update.
539 * gdb.base/all-architectures-6.exp: Update.
540 * gdb.base/all-architectures-7.exp: Update.
541 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
542 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
543 * gdb.base/infcall-nested-structs-c++.exp: Update.
544 * gdb.base/infcall-nested-structs-c.exp: Update.
545 * gdb.base/info-types.exp.in: Rename to ...
546 * gdb.base/info-types.exp.tcl: ... this.
547 * gdb.base/info-types-c++.exp: Update.
548 * gdb.base/info-types-c.exp: Update.
549 * gdb.base/max-depth.exp.in: Rename to ...
550 * gdb.base/max-depth.exp.tcl: ... this.
551 * gdb.base/max-depth-c++.exp: Update.
552 * gdb.base/max-depth-c.exp: Update.
553 * gdb.cp/cpexprs.exp.in: Rename to ...
554 * gdb.cp/cpexprs.exp.tcl: ... this.
555 * gdb.cp/cpexprs-debug-types.exp: Update.
556 * gdb.cp/cpexprs.exp: Update.
557 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
558 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
559 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
560 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
561 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
562 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
563 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
564 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
565 * gdb.dwarf2/clang-debug-names-2.exp: Update.
566 * gdb.dwarf2/clang-debug-names.exp: Update.
567
d1034d78
AB
5682020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
569
570 * lib/check-test-names.exp: Remove code that prevents this file
571 loading when tests are run in parallel.
572
3c5c3649
PA
5732020-05-15 Pedro Alves <palves@redhat.com>
574
575 * gdb.multi/multi-kill.exp (start_inferior): Remove
576 'testpid' parameter. Refer to namespace variable directly.
577 (testpid): Declare as namespace variable.
578
272c36b8
PA
5792020-05-15 Pedro Alves <palves@redhat.com>
580
581 * gdb.multi/multi-kill.exp: Wrap in namespace.
582 (start_inferior): Add TESTPID parameter. Use it instead of the
583 testpid global.
584 (top level): Define empty TESTPID array, and pass it down to
585 start_inferior.
586
02eba61a
TV
5872020-05-14 Tom de Vries <tdevries@suse.de>
588
589 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
590 output.
591
971a3747
TV
5922020-05-14 Tom de Vries <tdevries@suse.de>
593
594 * gdb.base/align.exp: Split into ...
595 * gdb.base/align.exp.in: ...
596 * gdb.base/align-c++.exp: ...
597 * gdb.base/align-c.exp: ... these.
598 * gdb.base/infcall-nested-structs.exp: Split into ...
599 * gdb.base/infcall-nested-structs.exp.in: ...
600 * gdb.base/infcall-nested-structs-c++.exp: ...
601 * gdb.base/infcall-nested-structs-c.exp: ... these.
602 * gdb.base/info-types.exp: Split into ...
603 * gdb.base/info-types.exp.in: ...
604 * gdb.base/info-types-c++.exp: ...
605 * gdb.base/info-types-c.exp: ... these.
606 * gdb.base/max-depth.exp: Split into ...
607 * gdb.base/max-depth.exp.in: ...
608 * gdb.base/max-depth-c++.exp: ...
609 * gdb.base/max-depth-c.exp: ... these.
610 * gdb.cp/infcall-nodebug.exp: Split into ...
611 * gdb.cp/infcall-nodebug.exp.in: ...
612 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
613 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
614 * gdb.cp/infcall-nodebug-c-d0.exp: ...
615 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
616
a05575d3
TBA
6172020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
618 Pedro Alves <palves@redhat.com>
619
620 * gdb.multi/multi-exit.c: New file.
621 * gdb.multi/multi-exit.exp: New file.
622 * gdb.multi/multi-kill.c: New file.
623 * gdb.multi/multi-kill.exp: New file.
624
6ad82919
TBA
6252020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
626
627 * gdb.base/annota1.exp: Update the expected output.
628 * gdb.cp/annota2.exp: Ditto.
629
843f4d93
AB
6302020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
631
632 * lib/check-test-names.exp: Disable when testing is being run in
633 parallel.
634
c7c66341
TV
6352020-05-12 Tom de Vries <tdevries@suse.de>
636
637 * gdb.base/jit-elf.exp: Fix string concat.
638
1b59ca1c
TV
6392020-05-12 Tom de Vries <tdevries@suse.de>
640
641 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
642 messages.
643
b4991d29
TV
6442020-05-12 Tom de Vries <tdevries@suse.de>
645
646 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
647
dbb0ab10
TV
6482020-05-12 Tom de Vries <tdevries@suse.de>
649
650 * gdb.ada/catch_ex.exp: Use with_test_prefix.
651 * gdb.ada/mi_catch_ex.exp: Same.
652 * gdb.ada/mi_catch_ex_hand.exp: Same.
653
7549fed8
TV
6542020-05-12 Tom de Vries <tdevries@suse.de>
655
656 * gdb.fortran/complex.exp: Use with_test_prefix.
657
af2d5cd8
TV
6582020-05-12 Tom de Vries <tdevries@suse.de>
659
660 * gdb.trace/passcount.exp: Fix test-names.
661
7c121311
TV
6622020-05-12 Tom de Vries <tdevries@suse.de>
663
664 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
665
c9f3b40e
TV
6662020-05-12 Tom de Vries <tdevries@suse.de>
667
668 * gdb.gdb/complaints.exp: Use with_test_prefix.
669 * gdb.xml/tdesc-regs.exp: Same.
670 * gdb.opt/inline-locals.exp: Fix test name.
671
111b33f0
TV
6722020-05-12 Tom de Vries <tdevries@suse.de>
673
674 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
675 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
676 * gdb.dwarf2/implref-struct.exp: Same.
677 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
678 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
679
ebf47080
SM
6802020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
681
682 * gdb.base/jit-so.exp (one_jit_test): Change test name.
683
d30dcd12
AB
6842020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
685
686 * lib/check-test-names.exp (all_test_names): New module variable.
687 (counts): Add 'duplicates' field.
688 (_check_duplicates): New procedure.
689 (check): Also check for duplicates.
690 (do_log_summary): Print duplicates count.
691 (do_reset_vars): Reset counter for duplicate test names, and
692 discard all know test names.
693
34584c09
AB
6942020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
695
696 * lib/gdb.exp: Include check-test-names.exp library.
697 * lib/check-test-names.exp: New file.
698
e0002117
TV
6992020-05-11 Tom de Vries <tdevries@suse.de>
700
701 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
702
53f539a3
KS
7032020-05-11 Keith Seitz <keiths@redhat.com>
704
705 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
706
113ee09a
TV
7072020-05-11 Tom de Vries <tdevries@suse.de>
708
709 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
710 * gdb.cp/cpexprs.exp.in: .. here.
711 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
712 cpexprs.exp.
713
ba3e70b0
KS
7142020-05-11 Keith Seitz <keiths@redhat.com>
715
716 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
717 test names.
718 * gdb.ada/arrayptr.exp: Likewise.
719 * gdb.ada/assign_arr.exp: Likewise.
720 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
721 * gdb.ada/bp_on_var.exp: Likewise.
722 * gdb.ada/call_pn.exp: Likewise.
723 * gdb.ada/complete.exp: Likewise.
724 * gdb.ada/fun_overload_menu.exp: Likewise.
725 * gdb.ada/funcall_param.exp: Likewise.
726 * gdb.ada/funcall_ref.exp: Likewise.
727 * gdb.ada/packed_array_assign.exp: Likewise.
728 * gdb.ada/same_component_name.exp: Likewise.
729 * gdb.ada/type_coercion.exp: Likewise.
730 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
731 * gdb.ada/variant_record_packed_array.exp: Likewise.
732
3ee6bb11
TV
7332020-05-11 Tom de Vries <tdevries@suse.de>
734
735 PR symtab/25941
736 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
737 out of ...
738 * gdb.dwarf2/clang-debug-names.exp: ... here.
739 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
740 clang-debug-names.exp.in.
741 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
742 * gdb.dwarf2/clang-debug-names-2.c: New test.
743
86cd6bc8
AKS
7442020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
745
746 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
747 (fortran_runto_main): New Proc, fortran version of runto_main.
748 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
749 * gdb.fortran/array-bounds.exp: Likewise.
750 * gdb.fortran/array-slices.exp: Likewise.
751 * gdb.fortran/block-data.exp: Likewise.
752 * gdb.fortran/charset.exp: Likewise.
753 * gdb.fortran/common-block.exp: Likewise.
754 * gdb.fortran/complex.exp: Likewise.
755 * gdb.fortran/derived-type-function.exp: Likewise.
756 * gdb.fortran/derived-type.exp: Likewise.
757 * gdb.fortran/info-modules.exp: Likewise.
758 * gdb.fortran/info-types.exp: Likewise.
759 * gdb.fortran/intrinsics.exp: Likewise.
760 * gdb.fortran/library-module.exp: Likewise.
761 * gdb.fortran/logical.exp: Likewise.
762 * gdb.fortran/max-depth.exp: Likewise.
763 * gdb.fortran/module.exp: Likewise.
764 * gdb.fortran/multi-dim.exp: Likewise.
765 * gdb.fortran/nested-funcs.exp: Likewise.
766 * gdb.fortran/print-formatted.exp: Likewise.
767 * gdb.fortran/print_type.exp: Likewise.
768 * gdb.fortran/printing-types.exp: Likewise.
769 * gdb.fortran/ptr-indentation.exp: Likewise.
770 * gdb.fortran/ptype-on-functions.exp: Likewise.
771 * gdb.fortran/subarray.exp: Likewise.
772 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
773 * gdb.fortran/vla-datatypes.exp: Likewise.
774 * gdb.fortran/vla-history.exp: Likewise.
775 * gdb.fortran/vla-ptr-info.exp: Likewise.
776 * gdb.fortran/vla-ptype-sub.exp: Likewise.
777 * gdb.fortran/vla-ptype.exp: Likewise.
778 * gdb.fortran/vla-sizeof.exp: Likewise.
779 * gdb.fortran/vla-type.exp: Likewise.
780 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
781 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
782 * gdb.fortran/vla-value-sub.exp: Likewise.
783 * gdb.fortran/vla-value.exp: Likewise.
784 * gdb.fortran/whatis_type.exp: Likewise.
785 * gdb.mi/mi-var-child-f.exp: Likewise.
786
6dc55ce9 7872020-05-09 Tom de Vries <tdevries@suse.de>
788
789 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
790
283cb58c
TV
7912020-05-08 Tom de Vries <tdevries@suse.de>
792
793 * gdb.dwarf2/clang-debug-names.c: New test.
794 * gdb.dwarf2/clang-debug-names.exp: New file.
795
ac4a4f1c
SM
7962020-05-06 Simon Marchi <simon.marchi@efficios.com>
797
798 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
799 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
800
24fe640b
TV
8012020-05-06 Tom de Vries <tdevries@suse.de>
802
803 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
804 breakpoint is at a "recommended breakpoint location".
805 * gdb.reverse/consecutive-reverse.exp: Same.
806
0d8683a3
TV
8072020-05-06 Tom de Vries <tdevries@suse.de>
808
809 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
810 address.
811
b8983c46
TV
8122020-05-06 Tom de Vries <tdevries@suse.de>
813
814 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
815
abf6d805
TV
8162020-05-06 Tom de Vries <tdevries@suse.de>
817
818 * gdb.base/store.exp (check_set, up_set): Allowing missing location
819 info for r.
820
0fc2a808
TV
8212020-05-06 Tom de Vries <tdevries@suse.de>
822
823 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
824 necessary.
825
873dd427
TV
8262020-05-06 Tom de Vries <tdevries@suse.de>
827
828 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
829 void.
830
7c99e7e2
TV
8312020-05-06 Tom de Vries <tdevries@suse.de>
832
833 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
834 of ...
835 * gdb.base/async.exp: ... here.
836 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
837 "recommended breakpoint location".
838
6173d6a6
TV
8392020-05-06 Tom de Vries <tdevries@suse.de>
840
841 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
842
6015a067
TV
8432020-05-04 Tom de Vries <tdevries@suse.de>
844
845 * gdb.base/async.exp: Check whether instruction addresses are a
846 "recommended breakpoint location".
847
3b6acaee
TT
8482020-05-03 Tom Tromey <tom@tromey.com>
849
850 * gdb.base/sepdebug.exp: Remove "catch" test.
851 * gdb.base/break.exp: Remove "catch" test.
852 * gdb.base/default.exp: Update expected output.
853
5beb4d17
TV
8542020-05-02 Tom de Vries <tdevries@suse.de>
855
856 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
857 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
858 * gdb.arch/i386-mpx-map.exp: Same.
859 * gdb.arch/i386-mpx-sigsegv.exp: Same.
860 * gdb.arch/i386-mpx-simple_segv.exp: Same.
861 * gdb.arch/i386-mpx.exp: Same.
862
8caf140d
TV
8632020-05-02 Tom de Vries <tdevries@suse.de>
864
865 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
866
693196cb
TV
8672020-05-01 Tom de Vries <tdevries@suse.de>
868
869 * gdb.ada/operator_bp.exp: Allow more than required amount of
870 breakpoint.
871
53ae0aa9
TV
8722020-05-01 Tom de Vries <tdevries@suse.de>
873
874 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
875
ee9d1e5f
HD
8762020-04-30 Hannes Domani <ssbssa@yahoo.de>
877
878 PR gdb/18706
879 * gdb.cp/stub-array-size.cc: New test.
880 * gdb.cp/stub-array-size.exp: New file.
881 * gdb.cp/stub-array-size.h: New test.
882 * gdb.cp/stub-array-size2.cc: New test.
883
d5cf82c0
HD
8842020-04-30 Hannes Domani <ssbssa@yahoo.de>
885
886 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
887 output to the new format.
888
42e165c3
SM
8892020-04-29 Simon Marchi <simon.marchi@efficios.com>
890
891 * gdb.base/break.exp: Use with_test_prefix.
892
6e4e3fe1
TV
8932020-04-29 Tom de Vries <tdevries@suse.de>
894
895 * lib/gdb.exp (debug_types): New proc.
896 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
897 * gdb.python/py-symtab.exp: Same.
898
d642b692
HD
8992020-04-29 Hannes Domani <ssbssa@yahoo.de>
900
901 PR gdb/17320
902 * gdb.base/pretty-array.c: New test.
903 * gdb.base/pretty-array.exp: New file.
904
ea90f227
TV
9052020-04-29 Tom de Vries <tdevries@suse.de>
906
907 PR symtab/25889
908 * gdb.cp/cpexprs.exp: Adapt for inclusion.
909 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
910 and include cpexprs.exp.
911
a65189c9
TV
9122020-04-28 Mark Williams <mark@myosotissp.com>
913
914 PR gdb/24480
915 * dw4-toplevel-types.exp: Test for top level types.
916 * dw4-toplevel-types.cc: Test for top level types.
917
32d1f47a
TBA
9182020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
919
920 * gdb.threads/stop-with-handle.exp: Fix typo in comment
921 (theads -> threads).
922
56a4f5a1
TV
9232020-04-28 Tom de Vries <tdevries@suse.de>
924
925 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
926
0b2f8a3b
TV
9272020-04-28 Tom de Vries <tdevries@suse.de>
928
929 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
930
5390c717
TV
9312020-04-28 Tom de Vries <tdevries@suse.de>
932
933 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
934
15cd93d0
TV
9352020-04-28 Tom de Vries <tdevries@suse.de>
936
937 * gdb.dwarf2/main-foo.c: New test.
938 * gdb.dwarf2/struct-with-sig.exp: New file.
939
d472f0fb
TV
9402020-04-25 Tom de Vries <tdevries@suse.de>
941
942 * boards/debug-types.exp: New file.
943
8d840e05
AB
9442020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
945
946 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
947
bcfe6157
TT
9482020-04-24 Tom Tromey <tom@tromey.com>
949
950 PR symtab/12707:
951 * gdb.python/py-symbol.exp: Update expected results for
952 linkage_name test.
953 * gdb.cp/print-demangle.exp: New file.
954 * gdb.base/c-linkage-name.exp: Fix test.
955 * gdb.guile/scm-symbol.exp: Update expected results for
956 linkage_name test.
957
f049a313
TT
9582020-04-24 Tom Tromey <tom@tromey.com>
959
960 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
961 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
962 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
963 assembler.
964
7cf28874
TV
9652020-04-24 Tom de Vries <tdevries@suse.de>
966
967 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
968 C++.
969
dac2fef7
TT
9702020-04-24 Tom Tromey <tromey@adacore.com>
971
972 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
973 values.
974 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
975 values. Update test for minimal encodings.
976 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
977 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
978 values. Update test for minimal encodings.
979
1acda803
TT
9802020-04-24 Tom Tromey <tromey@adacore.com>
981
982 PR python/23662:
983 * gdb.ada/variant.exp: Add Python checks.
984 * gdb.rust/simple.exp: Add dynamic type checks.
985
adfb9815
TT
9862020-04-24 Tom Tromey <tromey@adacore.com>
987
988 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
989 Make array type matching more lax.
990 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
991 * gdb.ada/mi_variant.exp: New file.
992 * gdb.ada/mi_variant/pck.ads: New file.
993 * gdb.ada/mi_variant/pkg.adb: New file.
994 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
995 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
996
7d79de9a
TT
9972020-04-24 Tom Tromey <tromey@adacore.com>
998
999 * gdb.ada/variant.exp: Add dynamic field offset tests.
1000 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1001 * gdb.ada/variant/pkg.adb: Add new variables.
1002
f8e89861
TT
10032020-04-24 Tom Tromey <tromey@adacore.com>
1004
1005 * gdb.ada/variant.exp: New file
1006 * gdb.ada/variant/pkg.adb: New file
1007 * gdb.ada/variant/pck.adb: New file
1008
86e887ae
TV
10092020-04-24 Tom de Vries <tdevries@suse.de>
1010
1011 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1012
88428775
TV
10132020-04-24 Tom de Vries <tdevries@suse.de>
1014
1015 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1016 flags.
1017
4e86f6e7
TV
10182020-04-24 Tom de Vries <tdevries@suse.de>
1019
1020 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1021
2016d3e6
TV
10222020-04-24 Tom de Vries <tdevries@suse.de>
1023
1024 * lib/gdb.exp (default_gdb_start): Handle eof.
1025 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1026 failure.
1027 * gdb.base/readnever.exp: Handle clean_restart failure.
1028
70bc38f5
TV
10292020-04-23 Tom de Vries <tdevries@suse.de>
1030
1031 * gdb.base/decl-before-def.exp: Run to main and print a again.
1032
de82891c
TV
10332020-04-23 Tom de Vries <tdevries@suse.de>
1034
1035 * gdb.base/decl-before-def-decl.c: New test.
1036 * gdb.base/decl-before-def-def.c: New test.
1037 * gdb.base/decl-before-def.exp: New file.
1038
96038148
TV
10392020-04-23 Tom de Vries <tdevries@suse.de>
1040
1041 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1042
54ac3df1
TV
10432020-04-22 Tom de Vries <tdevries@suse.de>
1044
1045 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1046 debug_info_offset.
1047 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1048 before $objsfile in the line line.
1049
714534e1
TV
10502020-04-22 Tom de Vries <tdevries@suse.de>
1051
1052 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1053
16a7dbf4
MS
10542020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1055
1056 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1057 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1058 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1059 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1060 * gdb.base/jit-protocol.h: Update definitions to match all usage
1061 contexts.
1062
10632020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1064
1065 * gdb.base: Rename all jit related test and source files.
1066
10672020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1068
1069 * gdb.base/jit-reader.exp: Relax register output check.
1070
317d2668
TV
10712020-04-22 Tom de Vries <tdevries@suse.de>
1072
1073 PR symtab/25764
1074 * gdb.base/psym-external-decl-2.c: New test.
1075 * gdb.base/psym-external-decl.c: New test.
1076 * gdb.base/psym-external-decl.exp: New file.
1077 * gdb.threads/tls.exp: Add PR25807 kfail.
1078
eea9e357
TV
10792020-04-22 Tom de Vries <tdevries@suse.de>
1080
1081 PR symtab/25801
1082 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1083 in "info source" output.
1084
3d5afab3
TV
10852020-04-22 Tom de Vries <tdevries@suse.de>
1086
1087 PR symtab/25700
1088 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1089 symtab for imported_unit.c.
1090
b32102f6
GB
10912020-04-21 Gary Benson <gbenson@redhat.com>
1092
1093 * gdb.base/advance.c (func): New argument, to match call site.
1094 (func2, func3): Add return statements.
1095
d43b7a2d
TBA
10962020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1097
1098 * gdb.multi/run-only-second-inf.c: New file.
1099 * gdb.multi/run-only-second-inf.exp: New file.
1100
d89edf9b
MM
11012020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1102
1103 * gdb.btrace/multi-inferior.c: New test.
1104 * gdb.btrace/multi-inferior.exp: New file.
1105
1a476b6d
MM
11062020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1107
1108 * gdb.btrace/enable-new-thread.c: New test.
1109 * gdb.btrace/enable-new-thread.exp: New file.
1110
4778a5f8
TV
11112020-04-21 Tom de Vries <tdevries@suse.de>
1112
1113 PR gdb/25471
1114 * gdb.threads/killed-outside.c: New test.
1115 * gdb.threads/killed-outside.exp: New file.
1116
9b2c992c
GB
11172020-04-20 Gary Benson <gbenson@redhat.com>
1118
1119 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1120 * gdb.base/nested-subp2.exp: Likewise.
1121 * gdb.base/nested-subp3.exp: Likewise.
1122
b5d1d6f7
GB
11232020-04-20 Gary Benson <gbenson@redhat.com>
1124
1125 * gdb.base/nested-subp1.exp: Disable test when using clang.
1126 * gdb.base/nested-subp2.exp: Likewise.
1127 * gdb.base/nested-subp3.exp: Likewise.
1128
25230285
GB
11292020-04-20 Gary Benson <gbenson@redhat.com>
1130
1131 * gdb.cp/exception.cc: Fix compilation error with clang.
1132
fa93cc8f
GB
11332020-04-20 Gary Benson <gbenson@redhat.com>
1134
809730f3 1135 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1136
e0c45f30
GB
11372020-04-20 Gary Benson <gbenson@redhat.com>
1138
1139 * gdb.base/jit-main.c: Fix compilation error with clang.
1140
4ddfec93
KR
11412020-04-17 Kamil Rytarowski <n54@gmx.com>
1142
1143 * gdb.base/attach-twice.c: Include "sys/types.h".
1144 (PTRACE_ATTACH): Add fallback definition.
1145 (main): Pass `0' to the 4th argument of `ptrace'.
1146
2bed205e
KR
11472020-04-17 Kamil Rytarowski <n54@gmx.com>
1148
1149 * gdb.base/fork-running-state.c: Include "signal.h".
1150
0743fc83
TT
11512020-04-17 Tom Tromey <tromey@adacore.com>
1152
1153 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1154 Update tests.
1155 * gdb.btrace/cpu.exp: Update tests.
1156 * gdb.base/maint.exp: Update tests.
1157 * gdb.base/default.exp: Update tests.
1158 * gdb.base/completion.exp: Update tests.
1159
efba5c23
TV
11602020-04-16 Tom de Vries <tdevries@suse.de>
1161
1162 PR symtab/25791
1163 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1164 (ensure_gdb_index): and factor out and move ...
1165 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1166 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1167
d191d716
TV
11682020-04-16 Tom de Vries <tdevries@suse.de>
1169
1170 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1171 loading exec.
1172
99f1bc6a
AB
11732020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1174
1175 * gdb.base/many-completions.exp: New file.
1176
194d088f
TV
11772020-04-14 Tom de Vries <tdevries@suse.de>
1178
1179 PR symtab/25718
1180 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1181
c1a66c06
TV
11822020-04-14 Tom de Vries <tdevries@suse.de>
1183
1184 PR symtab/25720
1185 * gdb.base/maint-expand-symbols-header-file.c: New test.
1186 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1187 * gdb.base/maint-expand-symbols-header-file.h: New test.
1188
21b0982c
AB
11892020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1190
1191 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1192 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1193 get_func_info.
1194 (get_func_info): Delete.
1195 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1196 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1197 * lib/dwarf.exp (get_func_info): New function.
1198
dd1cab06
TV
11992020-04-13 Tom de Vries <tdevries@suse.de>
1200
1201 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1202 to what find_gnatmake does.
1203
71ea2b6b
TV
12042020-04-10 Tom de Vries <tdevries@suse.de>
1205
1206 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1207 -readnow.
1208
bdfc1e8a
TV
12092020-04-10 Tom de Vries <tdevries@suse.de>
1210
1211 PR cli/25808
1212 * gdb.base/style.c: Add leading newlines.
1213 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1214 Check listing of main's one-line body.
1215
14ca8ecf
TV
12162020-04-08 Tom de Vries <tdevries@suse.de>
1217
1218 * lib/gdb.exp (psymtabs_p): New proc.
1219 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1220 importing unit" unsupported if there are no partial symbols.
1221
e21d048f
TV
12222020-04-08 Tom de Vries <tdevries@suse.de>
1223
1224 PR testsuite/25760
1225 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1226
25c11aca
TV
12272020-04-07 Tom de Vries <tdevries@suse.de>
1228
1229 PR symtab/25796
1230 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1231
5707e24b
TV
12322020-04-07 Tom de Vries <tdevries@suse.de>
1233
1234 * gdb.base/check-psymtab.c: New test.
1235 * gdb.base/check-psymtab.exp: New file.
1236
6ee448cc
TT
12372020-04-06 Tom Tromey <tromey@adacore.com>
1238
1239 * gdb.ada/variant-record/proc.adb: New file.
1240 * gdb.ada/variant-record/value.adb: New file.
1241 * gdb.ada/variant-record/value.s: New file.
1242 * gdb.ada/variant-record.exp: New file.
1243
9e7c9a03
HD
12442020-04-03 Hannes Domani <ssbssa@yahoo.de>
1245
1246 PR gdb/25325
1247 * gdb.cp/typed-enum.cc: New test.
1248 * gdb.cp/typed-enum.exp: New file.
1249
c90d28ac
AB
12502020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1251
1252 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1253 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1254 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1255 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1256 * gdb.opt/inline-small-func.c: New file.
1257 * gdb.opt/inline-small-func.exp: New file.
1258 * gdb.opt/inline-small-func.h: New file.
1259
34e9a9fa
AB
12602020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1261
1262 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1263 function.
1264
6a354911
AB
12652020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1266
1267 * lib/dwarf.exp (function_range): Allow compiler options to be
1268 specified.
1269
880d9777
TV
12702020-04-02 Tom de Vries <tdevries@suse.de>
1271
1272 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1273 __attribute__((always_inline)).
1274 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1275
f32682ea
TV
12762020-04-02 Tom de Vries <tdevries@suse.de>
1277
1278 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1279 (gdbserver_gdb_exit): ... here. Add timeout warning.
1280 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1281 (connect_target_extended_remote): Append new server_spawn_id to
1282 server_spawn_ids.
1283 (cleanup): New proc.
1284 (setup, <toplevel>): Call cleanup.
1285
d3214198
TV
12862020-04-02 Tom de Vries <tdevries@suse.de>
1287
1288 * gdb.base/main-psymtab.exp: New file.
1289
cc77ed24
TV
12902020-04-02 Tom de Vries <tdevries@suse.de>
1291
1292 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1293
3638a098
TT
12942020-04-01 Tom Tromey <tom@tromey.com>
1295
1296 * gdb.base/complex-parts.exp: Add type tests.
1297
c34e8714
TT
12982020-04-01 Tom Tromey <tom@tromey.com>
1299
1300 * gdb.base/complex-parts.exp: Add arithmetic tests.
1301
981c08ce
TT
13022020-04-01 Tom Tromey <tom@tromey.com>
1303
1304 * gdb.compile/compile.exp: Update.
1305 * gdb.compile/compile-cplus.exp: Update.
1306 * gdb.base/varargs.exp: Update.
1307 * gdb.base/floatn.exp: Update.
1308 * gdb.base/endianity.exp: Update.
1309 * gdb.base/callfuncs.exp (do_function_calls): Update.
1310 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1311 (complex_float_integral_args): Update.
1312 * gdb.base/complex.exp: Update.
1313 * gdb.base/complex-parts.exp: Update.
1314
3d1cfd43
TT
13152020-04-01 Tom Tromey <tromey@adacore.com>
1316
1317 * gdb.rust/union.rs: New file.
1318 * gdb.rust/union.exp: New file.
1319 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1320 (main): Update.
1321 * gdb.rust/simple.exp: Move union tests to union.exp.
1322
e033dfa9
TT
13232020-04-01 Tom Tromey <tromey@adacore.com>
1324
1325 * gdb.rust/simple.rs (main): Remove "y0".
1326
53cccef1
TBA
13272020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1328
1329 * gdb.multi/stop-all-on-exit.c: New test.
1330 * gdb.multi/stop-all-on-exit.exp: New file.
1331
60e22c1e
HD
13322020-04-01 Hannes Domani <ssbssa@yahoo.de>
1333
1334 PR gdb/24789
1335 * gdb.cp/misc.cc: Add integer reference variable.
1336 * gdb.cp/misc.exp: Add test.
1337
e139a727
TBA
13382020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1339
1340 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1341 scenario to cover execution until the end and also the case
1342
16b0db75
TV
13432020-03-31 Tom de Vries <tdevries@suse.de>
1344
1345 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1346 c. Use "maint info symtabs" to check symtab expansion.
1347
c0502da6
TV
13482020-03-30 Tom de Vries <tdevries@suse.de>
1349
1350 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1351 unsupported.
1352 (verify_psymtab_expanded): Move ...
1353 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1354 test.
1355 (readnow): New proc.
1356
5935fd15
AB
13572020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1358
1359 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1360 with $hex.
1361
1773be9e
TT
13622020-03-20 Tom Tromey <tromey@adacore.com>
1363
1364 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1365
70304be9
TT
13662020-03-20 Tom Tromey <tromey@adacore.com>
1367
1368 * gdb.ada/sub_variant/subv.adb: New file.
1369 * gdb.ada/sub_variant.exp: New file.
1370
0dd7b8f7
TV
13712020-03-20 Tom de Vries <tdevries@suse.de>
1372
1373 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1374 first break fails.
1375 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1376
cada5fc9
AB
13772020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1378
1379 * gdb.server/exit-multiple-threads.c: New file.
1380 * gdb.server/exit-multiple-threads.exp: New file.
1381
6b8c53f2
AB
13822020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1383
1384 * gdb.fortran/mixed-lang-stack.c: New file.
1385 * gdb.fortran/mixed-lang-stack.cpp: New file.
1386 * gdb.fortran/mixed-lang-stack.exp: New file.
1387 * gdb.fortran/mixed-lang-stack.f90: New file.
1388
19a2740f
AB
13892020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1390
1391 * gdb.linespec/cp-completion-aliases.cc: New file.
1392 * gdb.linespec/cp-completion-aliases.exp: New file.
1393
d8c8b848
TV
13942020-03-19 Tom de Vries <tdevries@suse.de>
1395
1396 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1397 more precise.
1398
a9933ccf
TV
13992020-03-18 Tom de Vries <tdevries@suse.de>
1400
1401 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1402 * gdb.dwarf2/break-inline-psymtab.c: New test.
1403 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1404
2f89101f
TV
14052020-03-16 Tom de Vries <tdevries@suse.de>
1406
1407 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1408 cache_verify and cache_verify_proc.
1409
6b9374f1
TV
14102020-03-15 Tom de Vries <tdevries@suse.de>
1411
1412 * gdb.server/solib-list.exp: Handle
1413 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1414
eaeaf44c
TV
14152020-03-15 Tom de Vries <tdevries@suse.de>
1416
1417 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1418 objfiles".
1419
3293bbaf
TT
14202020-03-14 Tom Tromey <tom@tromey.com>
1421
1422 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1423
ab44624c
TV
14242020-03-14 Tom de Vries <tdevries@suse.de>
1425
1426 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1427
54c43825
TV
14282020-03-14 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1431 result in line-by-line fashion.
1432
2ac70237
TV
14332020-03-14 Tom de Vries <tdevries@suse.de>
1434
1435 * lib/gdb.exp (supports_statement_frontiers): New proc.
1436 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1437
09546b56
TV
14382020-03-14 Tom de Vries <tdevries@suse.de>
1439
1440 * gdb.base/printcmds.exp: Add missing quoting for "print
1441 teststring2".
1442
a1f6a07c
TT
14432020-03-13 Tom Tromey <tom@tromey.com>
1444
1445 * gdb.base/printcmds.exp (test_print_strings): Add regression
1446 test.
1447 * gdb.base/printcmds.c (charptr): New typedef.
1448 (teststring2): New global.
1449
1b83d09c
AB
14502020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1451
1452 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1453 full path in the test name.
1454 (test_ld): Add some with_test_prefix blocks to make test names
1455 unique.
1456
2d61316c
TV
14572020-03-13 Tom de Vries <tdevries@suse.de>
1458
1459 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1460
2e9145ac
TV
14612020-03-13 Tom de Vries <tdevries@suse.de>
1462
1463 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1464
96c7f873
TV
14652020-03-13 Tom de Vries <tdevries@suse.de>
1466
1467 PR symtab/25646
1468 * gdb.dwarf2/imported-unit.exp: Add test.
1469
49ba92c0
TV
14702020-03-13 Tom de Vries <tdevries@suse.de>
1471
1472 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1473 (var1, var2): New variable.
1474 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1475 matching symbols.
1476
301b21e0
TV
14772020-03-13 Tom de Vries <tdevries@suse.de>
1478
1479 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1480 (Term::command): Use prompt prefix.
1481 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1482 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1483 command_no_prompt_prefix instead of prefix.
1484 * gdb.tui/tui-layout-asm.exp: Same.
1485
3f512721
SM
14862020-03-12 Simon Marchi <simon.marchi@efficios.com>
1487
1488 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1489
40310f30
SM
14902020-03-12 Simon Marchi <simon.marchi@efficios.com>
1491
1492 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1493 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1494 on" while stepping over the test instruction, match printed
1495 message.
1496
09252140
TV
14972020-03-12 Tom de Vries <tdevries@suse.de>
1498
1499 * gdb.base/info-types.exp: Use exp_continue during matching of output
1500 of "info types".
1501
14e9c72c
TV
15022020-03-12 Tom de Vries <tdevries@suse.de>
1503
1504 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1505
e515d67e
TV
15062020-03-12 Tom de Vries <tdevries@suse.de>
1507
1508 * gdb.fortran/module.exp: Use exp_continue during matching of output
1509 of "info variable -n".
1510
307eafd8
TV
15112020-03-12 Tom de Vries <tdevries@suse.de>
1512
1513 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1514 gdb.dwarf2/dw2-ranges-base.c.
1515
9a2de3fc
TV
15162020-03-12 Tom de Vries <tdevries@suse.de>
1517
1518 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1519 in presence of GLIBC debuginfo.
1520
3217502e
TV
15212020-03-12 Tom de Vries <tdevries@suse.de>
1522
1523 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1524 $core.
1525
1281424c
TV
15262020-03-12 Tom de Vries <tdevries@suse.de>
1527
1528 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1529 more precise.
1530
038b97fc
SM
15312020-03-11 Simon Marchi <simon.marchi@efficios.com>
1532
1533 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1534 from Unix to Windows path.
1535
5308d1e7
TV
15362020-03-11 Tom de Vries <tdevries@suse.de>
1537
1538 * gdb.ada/minsyms.exp: Set language to ada.
1539
f870f78f
TV
15402020-03-11 Tom de Vries <tdevries@suse.de>
1541
1542 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1543
5a13315d
TV
15442020-03-11 Tom de Vries <tdevries@suse.de>
1545
1546 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1547
976862ed
TT
15482020-03-11 Tom Tromey <tromey@adacore.com>
1549
1550 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1551
7462c383
TV
15522020-03-11 Tom de Vries <tdevries@suse.de>
1553
1554 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1555
1c6c46a0
TV
15562020-03-11 Tom de Vries <tdevries@suse.de>
1557
1558 * gdb.base/break-interp.exp: Limit verbose scope.
1559
44f41bb7
TV
15602020-03-11 Tom de Vries <tdevries@suse.de>
1561
1562 * gdb.fortran/logical.f90: Define variable with character type.
1563 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1564
b76f3a42
TV
15652020-03-11 Tom de Vries <tdevries@suse.de>
1566
1567 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1568
1c33af77
TV
15692020-03-11 Tom de Vries <tdevries@suse.de>
1570
1571 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1572 symtabs.
1573
8c95582d
AB
15742020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1575 Bernd Edlinger <bernd.edlinger@hotmail.de>
1576
1577 * gdb.cp/step-and-next-inline.cc: New file.
1578 * gdb.cp/step-and-next-inline.exp: New file.
1579 * gdb.cp/step-and-next-inline.h: New file.
1580 * gdb.dwarf2/dw2-is-stmt.c: New file.
1581 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1582 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1583 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1584 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1585
cecf8547
AB
15862020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1587
1588 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1589 is-stmt flag in the line table.
1590
0ba678c9
TV
15912020-03-09 Tom de Vries <tdevries@suse.de>
1592
1593 * lib/gdb.exp (cached_file): Create cache dir.
1594
72fbdf83
TV
15952020-03-07 Tom de Vries <tdevries@suse.de>
1596
1597 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1598 * gdb.cp/rvalue-ref-params.exp: Same.
1599
436b5e99
TV
16002020-03-06 Tom de Vries <tdevries@suse.de>
1601
1602 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1603 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1604
09f2921c
TV
16052020-03-06 Tom de Vries <tdevries@suse.de>
1606
1607 * README: Fix "the the".
1608 * gdb.base/dprintf.exp: Same.
1609
50a3cc5d
TV
16102020-03-05 Tom de Vries <tdevries@suse.de>
1611
1612 * gdb.base/maint.exp: Update "main print statistics" expected output.
1613
0a709cba
AKS
16142020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1615
1616 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1617 (fortran_int8): Likewise.
1618 (fortran_real4): Likewise.
1619 (fortran_real8): Likewise.
1620 (fortran_complex4): Likewise.
1621 (fortran_logical4): Likewise.
1622 (fortran_character1): Likewise.
1623
5e5d66b6
AB
16242020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1625
1626 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1627 printed as true.
1628
7b973adc
SDJ
16292020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1630
1631 * gdb.base/printcmds.exp: Add test to verify printf of a
1632 variable holding an address.
1633
478e490a
TV
16342020-03-03 Tom de Vries <tdevries@suse.de>
1635
1636 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1637
1ef44e86
TV
16382020-03-03 Tom de Vries <tdevries@suse.de>
1639
1640 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1641 gdb_test_multiple call.
1642
b98cc2cf
TV
16432020-03-03 Tom de Vries <tdevries@suse.de>
1644
1645 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1646 gdb_test_multiple calls.
1647
63e163f2
AB
16482020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1649
1650 * gdb.base/default.exp: Remove test of 'set history filename'.
1651 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1652 filename to the empty string.
1653 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1654 and GDBHISTSIZE.
1655
24ed6739
AB
16562020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1657
1658 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1659 disabled.
1660
590003dc
TV
16612020-03-02 Pedro Alves <palves@redhat.com>
1662 Tom de Vries <tdevries@suse.de>
1663
1664 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1665 -prompt prefix, before user_code argument. Add -lbl option likewise.
1666 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1667 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1668 argument.
1669 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1670 have "\r\n" at start-of-line, instead of at end-of-line.
1671
f5e46084
SM
16722020-02-28 Simon Marchi <simon.marchi@efficios.com>
1673
1674 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1675 libinproctrace.so.
1676
f7a7000d
LM
16772020-02-28 Luis Machado <luis.machado@linaro.org>
1678
1679 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1680 to "p/x".
1681
718e0816
LM
16822020-02-28 Luis Machado <luis.machado@linaro.org>
1683
1684 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1685 asm/ptrace.h and error.h.
1686
13c3a74a
TV
16872020-02-28 Tom de Vries <tdevries@suse.de>
1688
1689 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1690 (struct wrapper, do_something, mundane/symada__cS): Move ...
1691 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1692 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1693 Update "print symada__cS before partial symtab expansion" regexp.
1694 Update breakpoint location. Flush symbol cache after expansion.
1695
85d2d5bb
LM
16962020-02-28 Luis Machado <luis.machado@linaro.org>
1697
1698 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1699
3608f86c
TV
17002020-02-27 Tom de Vries <tdevries@suse.de>
1701
1702 * config/sid.exp: Remove unused globals.
1703 * gdb.base/attach.exp: Same.
1704 * gdb.base/catch-load.exp: Same.
1705 * gdb.base/dbx.exp: Same.
1706 * lib/gdb.exp: Same.
1707 * lib/mi-support.exp: Same.
1708 * lib/prompt.exp: Same.
1709
c8d4f6df
TV
17102020-02-27 Tom de Vries <tdevries@suse.de>
1711
1712 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1713 not set.
1714
0d79cdc4
AM
17152020-02-26 Aaron Merey <amerey@redhat.com>
1716
1717 * gdb.debuginfod: New directory for debuginfod tests.
1718 * gdb.debuginfod/main.c: New test file.
1719 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1720
0dce4280
TV
17212020-02-26 Tom de Vries <tdevries@suse.de>
1722
1723 PR gdb/25603
1724 * gdb.base/persistent-lang.cc: New test.
1725 * gdb.base/persistent-lang.exp: New file.
1726
9e80cfa1
AB
17272020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1728
1729 * gdb.fortran/derived-type-striding.exp: Add a new test.
1730 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1731 new test.
1732
2078dbb2
AB
17332020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1734
1735 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1736 names.
1737
70d49700
TV
17382020-02-25 Tom de Vries <tdevries@suse.de>
1739
1740 PR go/18926
1741 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1742
a88ef40d
TV
17432020-02-24 Tom de Vries <tdevries@suse.de>
1744
1745 PR gdb/25592
1746 * gdb.base/info-locals-unused-static-var.c: New test.
1747 * gdb.base/info-locals-unused-static-var.exp: New file.
1748
01b1af32
TT
17492020-02-22 Tom Tromey <tom@tromey.com>
1750
1751 * gdb.python/tui-window.exp: New file.
1752 * gdb.python/tui-window.py: New file.
1753
7c043ba6
TT
17542020-02-22 Tom Tromey <tom@tromey.com>
1755
1756 PR tui/17850:
1757 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1758 tests.
1759
c22fef7e
TT
17602020-02-22 Tom Tromey <tom@tromey.com>
1761
1762 * gdb.tui/new-layout.exp: Add sub-layout tests.
1763
ee325b61
TT
17642020-02-22 Tom Tromey <tom@tromey.com>
1765
1766 * gdb.tui/new-layout.exp: New file.
1767
3f0cbb04
TT
17682020-02-22 Tom Tromey <tom@tromey.com>
1769
1770 * gdb.rust/rust-style.rs: New file.
1771 * gdb.rust/rust-style.exp: New file.
1772 * gdb.base/style.exp: Test structure printing.
1773 * gdb.base/style.c (struct some_struct): New type.
1774 (enum etype): New type.
1775 (struct_value): New global.
1776
75525152
TV
17772020-02-21 Tom de Vries <tdevries@suse.de>
1778
1779 PR go/18926
1780 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1781 Remove blanket xfails. Use message argument for gdb_breakpoint.
1782 Make continuing to breakpoint test conditional on setting breakpoint.
1783 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1784 DW_AT_name attribute. Add xfail for GCC PR93866.
1785
bd360d30
AB
17862020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1787
1788 * gdb.dwarf2/cpp-linkage-name.c: New file.
1789 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1790
c7adb09f 17912020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1792
1793 * lib/gdb.exp (gdb_wrapper_init): Reset
1794 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1795 not exist.
1796
a9c79803
TV
17972020-02-20 Tom de Vries <tdevries@suse.de>
1798
1799 PR go/17018
1800 * gdb.go/hello.exp: Copy ...
1801 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1802 print of st to print value of global definition. Add xfail for GCC
1803 PR93844.
1804 * gdb.go/hello.exp: Remove printing of st before definition.
1805 * gdb.go/hello.go: Copy ...
1806 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1807 to st.
1808 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1809
d7445728
TV
18102020-02-20 Tom de Vries <tdevries@suse.de>
1811
1812 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1813 (gdb_simple_compile): Handle compile_flags go by using .go extension
1814 for source file.
1815 * gdb.go/chan.exp: Use support_go_compile.
1816 * gdb.go/handcall.exp: Same.
1817 * gdb.go/hello.exp: Same.
1818 * gdb.go/integers.exp: Same.
1819 * gdb.go/max-depth.exp: Same.
1820 * gdb.go/methods.exp: Same.
1821 * gdb.go/package.exp: Same.
1822 * gdb.go/strings.exp: Same.
1823 * gdb.go/types.exp: Same.
1824 * gdb.go/unsafe.exp: Same.
1825
c9c41e6d
TV
18262020-02-19 Tom de Vries <tdevries@suse.de>
1827
1828 * gdb.python/lib-types.exp: Make xfail more strict.
1829
f20ff837
TV
18302020-02-19 Tom de Vries <tdevries@suse.de>
1831
1832 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1833
08410482
DE
18342020-02-19 Doug Evans <dje@google.com>
1835
1836 PR rust/25535
1837 * gdb.rust/simple.exp: Add test.
1838 * gdb.rust/simple.rs: Add test.
1839
623563f7
TV
18402020-02-19 Tom de Vries <tdevries@suse.de>
1841
1842 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1843 output line-by-line.
1844
d3308cfd
TV
18452020-02-19 Tom de Vries <tdevries@suse.de>
1846
1847 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1848
86cbc5dc
TV
18492020-02-19 Tom de Vries <tdevries@suse.de>
1850
1851 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1852 prelink.
1853
9db2b96b
TV
18542020-02-19 Tom de Vries <tdevries@suse.de>
1855
1856 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1857 (gdb_do_cache): Use gdb_do_cache_wrap.
1858 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1859
89e2fdc5
TV
18602020-02-19 Tom de Vries <tdevries@suse.de>
1861
1862 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1863 gdb_compile option.
1864
373d7ac0
SM
18652020-02-18 Simon Marchi <simon.marchi@efficios.com>
1866
1867 * gdb.base/printcmds.exp (test_print_enums): Update expected
1868 output.
1869
b29a2df0
SM
18702020-02-18 Simon Marchi <simon.marchi@efficios.com>
1871
1872 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1873 for "unknown".
1874
6740f0cc
SM
18752020-02-18 Simon Marchi <simon.marchi@efficios.com>
1876
1877 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1878 enumerator.
1879
edd45eb0
SM
18802020-02-18 Simon Marchi <simon.marchi@efficios.com>
1881
1882 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1883 FE_, add FE_NONE.
1884 (three): Update.
1885 (enum flag_enum_without_zero): New enum.
1886 (flag_enum_without_zero): New variable.
1887 (enum not_flag_enum): New enum.
1888 (three_not_flag): New variable.
1889 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1890 (test_print_enums): Add more tests for printing flag enums.
1891
d4295de4
TV
18922020-02-18 Tom de Vries <tdevries@suse.de>
1893
1894 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1895 (gdb_compile_ada): ... here.
1896 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1897 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1898
f251f505
TT
18992020-02-14 Tom Tromey <tom@tromey.com>
1900
1901 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1902 build directory.
1903 * boards/gdbserver-base.exp: Update path to gdbserver.
1904
8f432634
TV
19052020-02-13 Tom de Vries <tdevries@suse.de>
1906
1907 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1908
92b6eaf7
TV
19092020-02-13 Tom de Vries <tdevries@suse.de>
1910
1911 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1912 are missing.
1913
f3b0f7fe
TV
19142020-02-13 Tom de Vries <tdevries@suse.de>
1915
1916 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1917 call.
1918
f6be8713
SDJ
19192020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1920
1921 PR tui/25126
1922 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1923 * gdb.base/cached-source-file.c: New file.
1924 * gdb.base/cached-source-file.exp: New file.
1925
b2770d5e
TV
19262020-02-11 Tom de Vries <tdevries@suse.de>
1927
1928 PR testsuite/25488
1929 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1930
44f6938e
TV
19312020-02-10 Tom de Vries <tdevries@suse.de>
1932
1933 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1934
5f0e2eb7
MR
19352020-02-10 Maciej W. Rozycki <macro@wdc.com>
1936
1937 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1938 and $after_addr are both integers before making a comparison.
1939
46ce2b6f
TV
19402020-02-09 Tom de Vries <tdevries@suse.de>
1941
1942 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1943 command output and paste it into gdb.log. If any, paste catch message
1944 to gdb.log.
1945
5abbbe1d
TT
19462020-02-07 Tom Tromey <tromey@adacore.com>
1947
1948 PR breakpoints/24915:
1949 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1950
1d5d29e7
SV
19512020-02-06 Shahab Vahedi <shahab@synopsys.com>
1952
1953 * gdb.tui/tui-missing-src.exp: Add the "missing source
1954 file" test for the TUI.
1955
b0999b9b
AB
19562020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1957
1958 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1959 including a port number in the output.
1960
c3b149eb
AKS
19612020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1962
1963 * lib/fortran.exp (fortran_int4): Handle clang.
1964 (fortran_int8): Likewise.
1965 (fortran_real4): Likewise.
1966 (fortran_real8): Likewise.
1967 (fortran_complex4): Likewise.
1968 (fortran_logical4): Likewise.
1969 (fortran_character1): Likewise.
1970
f8dcc90b
TV
19712020-02-04 Tom de Vries <tdevries@suse.de>
1972
1973 * README (Race detection): Add note.
1974
f90ac7c2
TV
19752020-02-04 Tom de Vries <tdevries@suse.de>
1976
1977 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1978
780636ae
TV
19792020-02-04 Tom de Vries <tdevries@suse.de>
1980
1981 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1982
5d2e1193
RA
19832020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1984
1985 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1986 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1987 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1988 blttar, bnetarl.
1989 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1990 binary for blttar, bnetarl.
1991 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1992 wait instruction. Delete ldmx test.
1993 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1994
e409c542
AKS
19952020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1996
1997 * gdb.fortran/array-bounds-high.exp: New file.
1998 * gdb.fortran/array-bounds-high.f90: New file.
1999
b0029748
LD
20002020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2001
2002 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2003 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2004
195a8287
TV
20052020-02-01 Tom de Vries <tdevries@suse.de>
2006
2007 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2008
42330a68
AB
20092020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2010
2011 PR tui/9765
2012 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2013 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2014
b62a8028
LM
20152020-01-29 Luis Machado <luis.machado@linaro.org>
2016
2017 * gdb.arch/aarch64-brk-patterns.c: New source file.
2018 * gdb.arch/aarch64-brk-patterns.exp: New test.
2019
5f440116
TBA
20202020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2021
2022 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2023 GCC/Clang version.
2024 * gdb.cp/pass-by-ref.exp: Ditto.
2025
ee2a6fc6
TV
20262020-01-29 Tom de Vries <tdevries@suse.de>
2027
2028 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2029 * gdb.threads/watchpoint-fork-mt.c: Same.
2030 * gdb.threads/watchpoint-fork-parent.c: Same.
2031 * gdb.threads/watchpoint-fork-st.c: Same.
2032 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2033
16b10d6e
LM
20342020-01-27 Luis Machado <luis.machado@linaro.org>
2035
2036 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2037 sitting at a syscall instruction when we hit the syscall function's
2038 breakpoint.
2039 Check PC against one obtained with the x command.
2040 Validate syscall number.
2041 (step_over_syscall): Don't continue to the syscall instruction if
2042 we're already there.
2043
b1468492
PW
20442020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2045
2046 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2047
7ffa82e1
AB
20482020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2049
2050 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2051 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2052
3d92a3e3
AB
20532020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2054
2055 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2056 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2057
94a72be7
AB
20582020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2059
2060 * gdb.base/maint.exp: Update line table parsing test.
2061 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2062
53af73bf
PA
20632020-01-24 Pedro Alves <palves@redhat.com>
2064
2065 PR gdb/25410
2066 * gdb.multi/multi-re-run-1.c: New.
2067 * gdb.multi/multi-re-run-2.c: New.
2068 * gdb.multi/multi-re-run.exp: New.
2069
1ba1ac88
AB
20702020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2071
2072 PR gdb/23718
2073 * gdb.server/server-kill-python.exp: New file.
2074
f3364a6d
AB
20752020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2076
2077 * gdb.server/multi-ui-errors.c: New file.
2078 * gdb.server/multi-ui-errors.exp: New file.
2079
733d0a67
AB
20802020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2081
2082 PR tui/9765
2083 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2084
4f13c1c0
TT
20852020-01-19 Tom Tromey <tom@tromey.com>
2086
2087 * gdb.tui/main.exp: Add check for plain "file".
2088
40c94099
CB
20892020-01-16 Christian Biesinger <cbiesinger@google.com>
2090
2091 * lib/gdb.exp: Fix spelling error (seperatelly).
2092
ff47f4f0
TT
20932020-01-14 Tom Tromey <tom@tromey.com>
2094
2095 PR symtab/12535:
2096 * gdb.python/python.exp: Test decode_line with empty string
2097 argument.
2098
717c684d
BE
20992020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2100
2101 * gdb.base/skip-inline.exp: Extend test.
2102
44e4c775
AB
21032020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2104
2105 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2106 * gdb.dwarf2/dw2-bad-elf.c: New file.
2107 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2108
d93c6db7
AB
21092020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2110
2111 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2112 _line_saw_file.
2113
9a6d629c
AB
21142020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2115
2116 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2117 border.
2118
d9ebdab7
TBA
21192020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2120
2121 * gdb.multi/multi-target.exp (setup): Factor out "info
2122 connections" and "info inferiors" tests to ...
2123 (test_info_inferiors): ... this new procedure.
2124 (top level): Run new "info-inferiors" tests.
2125
f3c469b9
PA
21262020-01-10 Pedro Alves <palves@redhat.com>
2127
2128 * gdb.server/bkpt-other-inferior.exp: New file.
2129
121b3efd
PA
21302020-01-10 Pedro Alves <palves@redhat.com>
2131
2132 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2133 of "add-inferior".
2134 * gdb.base/quit-live.exp: Likewise.
2135 * gdb.base/remote-exec-file.exp: Likewise.
2136 * gdb.guile/scm-progspace.exp: Likewise.
2137 * gdb.linespec/linespec.exp: Likewise.
2138 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2139 * gdb.mi/user-selected-context-sync.exp: Likewise.
2140 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2141 "info inferiors" tests.
2142 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2143 "add-inferior".
2144 * gdb.multi/watchpoint-multi.exp: Likewise.
2145 * gdb.python/py-inferior.exp: Likewise.
2146 * gdb.server/extended-remote-restart.exp: Likewise.
2147 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2148 "info inferiors".
2149 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2150 * gdb.trace/report.exp: Likewise.
2151
1dadb1dd
PA
21522020-01-10 Pedro Alves <palves@redhat.com>
2153
2154 * gdb.multi/multi-target.c: New file.
2155 * gdb.multi/multi-target.exp: New file.
2156 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2157 mode requested, but remote does not support non-stop".
2158
78f2c40a
PA
21592020-01-10 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2162 disconnect before reconnecting.
2163
e7af6c70
TBA
21642020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2165 Pedro Alves <palves@redhat.com>
2166
2167 * gdb.server/connect-without-multi-process.exp: Also test
2168 continuing to end.
2169
acdf84a6
PA
21702020-01-10 Pedro Alves <palves@redhat.com>
2171
2172 * gdb.base/remote-exec-file.exp: New file.
2173
873657b9
PA
21742020-01-10 Pedro Alves <palves@redhat.com>
2175
2176 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2177 output.
2178 * gdb.threads/async.c: New.
2179 * gdb.threads/async.exp: New.
2180 * gdb.multi/tids-gid-reset.c: New.
2181 * gdb.multi/tids-gid-reset.exp: New.
2182
7f0ae84c
GB
21832020-01-10 George Barrett <bob@bob131.so>
2184
2185 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2186 to help in finding the image relocation offset.
2187 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2188 options in arguments.
2189 (stap_test_no_debuginfo): Likewise.
2190 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2191 test variants.
2192 (stap_test): Add null semaphore relocation test.
2193
47e9d49d
GB
21942020-01-10 George Barrett <bob@bob131.so>
2195
2196 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2197 * gdb.base/stap-probe.exp: Likewise.
2198 (stap_test): Pass argument as an additional flag.
2199 (stap_test_no_debuginfo): Likewise.
2200 (stap_test): Check `info probes stap' output for semaphore
2201 addresses if the test binary is supposed to have them.
2202
f5a7c406
AB
22032020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2204
2205 * gdb.tui/basic.exp: Add more scrolling tests.
2206
9ae6bf64
TT
22072020-01-09 Tom Tromey <tom@tromey.com>
2208
2209 PR tui/18932:
2210 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2211 meangingful value.
2212 (Term::command, Term::resize): Update.
2213 * gdb.tui/basic.exp: Add scrolling test.
2214
b2efe70c
AB
22152020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2216
2217 * gdb.tui/tui-layout-asm.exp: New file.
2218
3804da7e
AB
22192020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2220
2221 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2222
b40aa28f
AB
22232020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2224
2225 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2226 (Term::enter_tui): Use Term::prepare_for_tui.
2227
63ffd7c9
AB
22282020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2229
2230 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2231 called.
2232
3be966f6
AB
22332020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2234
2235 * gdb.base/skip.exp: Fix race condition in test.
2236
153d79c4
AB
22372020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2238
2239 * gdb.base/backtrace.c: New file.
2240 * gdb.base/backtrace.exp: New file.
2241
f2302a34
AB
22422020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2243
2244 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2245
6ec1d75e
PW
22462020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2247
2248 * gdb.base/style.exp: Test that warnings are styled.
2249
c296cbe6
BE
22502019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2251
2252 * gdb.base/line65535.exp: New file.
2253 * gdb.base/line65535.c: New file.
2254
b28a729d
SM
22552019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2256
2257 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2258 * lib/gnat_debug_info_test.adb: New file.
2259 * gdb.ada/ptype_tagged_param.exp: Use
2260 gnat_runtime_has_debug_info, expect a different output if
2261 runtime does not have debug info.
2262
7f2d7a0d
SM
22632019-12-20 Simon Marchi <simon.marchi@efficios.com>
2264
2265 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2266 (another) quote in test name.
2267
f3bce483
SM
22682019-12-20 Simon Marchi <simon.marchi@efficios.com>
2269
2270 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2271 Add quote in test name.
2272
c855a912
TBA
22732019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2274
2275 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2276 directory instead.
2277 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2278 * gdb.cp/pass-by-ref-2.cc: New file.
2279 * gdb.cp/pass-by-ref-2.exp: New file.
2280
fc9d2d72
TT
22812019-12-20 Tom Tromey <tom@tromey.com>
2282
2283 * gdb.tui/list-before.exp: New file.
2284
77b97e00
TT
22852019-12-20 Tom Tromey <tom@tromey.com>
2286
2287 * gdb.tui/list.exp: Check for source on initial listing.
2288
f69656d0
TT
22892019-12-11 Tom Tromey <tromey@adacore.com>
2290
2291 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2292 Add crlf test.
2293
99a55965
SM
22942019-12-18 Simon Marchi <simon.marchi@efficios.com>
2295
2296 * gdb.base/default.exp: Update value of $_gdb_major.
2297
5024637f
BE
22982019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2299
2300 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2301
b63634be
BE
23022019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2303
2304 * gdb.base/skip.exp: Whitespace fix.
2305
45d73523
BE
23062019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2307
2308 * gdb.base/skip-inline.c: New file.
2309 * gdb.base/skip-inline.exp: New file.
2310
d043f8c8
SM
23112019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2312
2313 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2314 jit_function_00 to jit_function_stack_mangle.
2315 * gdb.base/jithost.c (jit_function_t): Rename to...
2316 (jit_function_stack_mangle_t): ... this.
2317 (jit_function_add_t): New typedef.
2318 (jit_function_00_code): Rename to...
2319 (jit_function_stack_mangle_code): ... this, make static.
2320 (jit_function_add_code): New.
2321 (main): Generate "add" function and call it. Adjust to changes
2322 in jithost_abi.
2323 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2324 (struct jithost_abi) <begin, end>: Remove fields.
2325 <object, function_stack_mangle, function_add>: New fields.
2326 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2327 code_end>: Remove fields.
2328 <func_stack_mangle>: New field.
2329 (read_debug_info): Adjust to renaming, create block for "add"
2330 function.
2331 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2332
873de05c
TT
23332019-12-11 Tom Tromey <tom@tromey.com>
2334
2335 * gdb.tui/resize.exp: Fix regexp.
2336 * gdb.tui/regs.exp: Fix regexps.
2337 * gdb.tui/main.exp: Fix regexp.
2338
3d979945
TT
23392019-12-11 Tom Tromey <tom@tromey.com>
2340
2341 * gdb.tui/resize.exp: Update.
2342 * gdb.tui/empty.exp (layouts): Update.
2343
2192a9d3
TT
23442019-12-11 Tom Tromey <tom@tromey.com>
2345
2346 * gdb.tui/regs.exp: Update.
2347 * gdb.tui/empty.exp (layouts): Update.
2348 * gdb.tui/basic.exp: Update.
2349 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2350
d8edc8b7
PW
23512019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2352
2353 * gdb.base/options.exp: Add -raw-values in the print completion list.
2354 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2355
4c12d936
KB
23562019-12-10 Kevin Buettner <kevinb@redhat.com>
2357
2358 * gdb.threads/omp-par-scope.c: New file.
2359 * gdb/threads/omp-par-scope.exp: New file.
2360
26b911fb
KB
23612019-12-10 Kevin Buettner <kevinb@redhat.com>
2362
bb47f919
KB
2363 * lib/gdb.exp (support_nested_function_tests): New proc.
2364
23652019-12-10 Kevin Buettner <kevinb@redhat.com>
2366
2367 * lib/gdb.exp (gdb_compile_openmp): New proc.
2368 (build_executable_from_specs): Add an "openmp" option.
2369 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2370
6c71eb7d
TT
23712019-12-10 Tom Tromey <tromey@adacore.com>
2372
2373 * gdb.ada/unchecked_union.exp: New file.
2374 * gdb.ada/unchecked_union/pck.adb: New file.
2375 * gdb.ada/unchecked_union/pck.ads: New file.
2376 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2377 * gdb-utils.exp (string_to_regexp): Also quote "?".
2378
bac7c5cf
GB
23792019-12-10 George Barrett <bob@bob131.so>
2380
2381 Test scripted probe breakpoints.
2382 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2383 * gdb.python/py-breakpoint.c (main): Likewise.
2384 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2385 specifier test.
2386 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2387
330f1d38
TBA
23882019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2389
2390 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2391 an rvalue parameter.
2392 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2393 parameter.
2394
b43315e2
AB
23952019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2398 modules.
2399
54f73dad
AB
24002019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2403 broken version of GCC.
2404
d57cbee9
AB
24052019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2406
2407 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2408 sym-info-cmds library.
2409 * gdb.fortran/info-types.exp: Likewise.
2410 * lib/sym-info-cmds.exp: New file.
2411
c14aab8c
TV
24122019-12-08 Tom de Vries <tdevries@suse.de>
2413
2414 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2415
aa2d5a42
KS
24162019-12-07 Keith Seitz <keiths@redhat.com>
2417
2418 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2419 * gdb.base/corefile-buildid-shlib.c: New file.
2420 * gdb.base/corefile-buildid.c: New file.
2421 * gdb.base/corefile-buildid.exp: New file.
2422
93e55f0a
TV
24232019-12-06 Tom de Vries <tdevries@suse.de>
2424
2425 * gdb.dwarf2/varval.exp: Add decl before def test.
2426
c7d12402
TBA
24272019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2428
2429 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2430
06acc08f
TBA
24312019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2432
2433 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2434 CV and reference conversion for overload resolution.
2435 * gdb.cp/rvalue-ref-overload.exp: Test it.
2436
e0fad1ea
PW
24372019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2438
2439 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2440 * gdb.base/frameapply.exp: Test faas without command.
2441
8d70a9f0
AB
24422019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2443
2444 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2445 Fortran tests.
2446 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2447 order.
2448
36c8fb93
AB
24492019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2450
2451 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2452 casting to type with no kind specified.
2453 (test_basic_parsing_of_type_kinds): Additional tests for types
2454 with no kind specified, and add tests for single/double
2455 precision/complex types.
2456
4139ff00
TT
24572019-12-04 Tom Tromey <tromey@adacore.com>
2458
2459 * gdb.base/endianity.c (struct other) <x>: New field.
2460 (main): Initialize it.
2461 * gdb.base/endianity.exp: Update.
2462
a05cf17a
TT
24632019-12-04 Tom Tromey <tromey@adacore.com>
2464
2465 * gdb.ada/scalar_storage/storage.adb: New file.
2466 * gdb.ada/scalar_storage/pck.adb: New file.
2467 * gdb.ada/scalar_storage/pck.ads: New file.
2468 * gdb.ada/scalar_storage.exp: New file.
2469
103a685e
TT
24702019-12-04 Tom Tromey <tromey@adacore.com>
2471
2472 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2473 (main): Initialize it.
2474 * gdb.base/endianity.exp: Update.
2475
c2512106
AB
24762019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2477
2478 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2479
293b38d6
AB
24802019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2481
2482 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2483 -symbol-info-module-functions and -symbol-info-module-variables.
2484
216a7e6b
AB
24852019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2486
2487 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2488
5bbd8269
AB
24892019-12-01 Richard Bunt <richard.bunt@arm.com>
2490 Andrew Burgess <andrew.burgess@embecosm.com>
2491
2492 * gdb.fortran/derived-type-striding.exp: New file.
2493 * gdb.fortran/derived-type-striding.f90: New file.
2494 * gdb.fortran/array-slices.exp: New file.
2495 * gdb.fortran/array-slices.f90: New file.
2496
be09caf1
PW
24972019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2498
2499 * gdb.base/define.exp: Test . in command names.
2500 * gdb.base/setshow.exp: Update test, as . is now part of
2501 command name.
2502
643c0cbe
PW
25032019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2504
2505 * gdb.base/define-prefix.exp: New file.
2506
dcdec678
AB
25072019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2508
2509 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2510 compile.
2511 (skip_btrace_pt_tests): Likewise.
2512
640ab947
AB
25132019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2514
2515 * gdb.fortran/info-modules.exp: Compile source files in correct
2516 order.
2517
d22670f0
KB
25182019-11-27 Kevin Buettner <kevinb@redhat.com>
2519
2520 * gdb.dwarf2/imported-unit.exp: New file.
2521 * gdb.dwarf2/imported-unit.c: New file.
2522
db5960b4
AB
25232019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2524
2525 * gdb.mi/mi-fortran-modules-2.f90: New file.
2526 * gdb.mi/mi-fortran-modules.exp: New file.
2527 * gdb.mi/mi-fortran-modules.f90: New file.
2528
7dc42066
AB
25292019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2530
2531 * gdb.mi/mi-sym-info-1.c: New file.
2532 * gdb.mi/mi-sym-info-2.c: New file.
2533 * gdb.mi/mi-sym-info.exp: New file.
2534
0dfeecca
TT
25352019-11-22 Tom Tromey <tromey@adacore.com>
2536
2537 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2538 * gdb.ada/tasks/foo.adb: Add another stopping location.
2539
34877895
PJ
25402019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2541
2542 * gdb.base/endianity.c: New test.
2543 * gdb.base/endianity.exp: New file.
2544
2e84f897
LD
25452019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2546
2547 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2548
65d1cd5f
TV
25492019-11-21 Tom de Vries <tdevries@suse.de>
2550
2551 PR gdb/24956
2552 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2553
4f22c3f4
SDJ
25542019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2555
2556 * gdb.python/py-progspace.exp: Add missing parentheses on some
2557 'print' commands.
2558
9f6ad286
TT
25592019-11-19 Tom Tromey <tom@tromey.com>
2560
2561 * gdb.tui/winheight.exp: New file.
2562
0b8dbf3f
AB
25632019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2564
2565 * gdb.base/ctf-whatis.c: Delete.
2566 * gdb.base/ctf-whatis.exp: Delete.
2567 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2568
f833b7a7
AB
25692019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2570
2571 * gdb.base/ctf-cvexpr.exp: Delete.
2572 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2573
30d0a636
AB
25742019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2577 the compiler. Clean up header comment a little.
2578 * gdb.base/ctf-ptype.exp: Likewise.
2579 * gdb.base/ctf-whatis.exp: Likewise.
2580 * lib/gdb.exp (skip_ctf_tests): New proc.
2581
494409bb
SDJ
25822019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2583
2584 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2585 * gdb.tui/corefile-run.exp: New file.
2586
55708e99
TT
25872019-11-14 Tom Tromey <tromey@adacore.com>
2588
2589 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2590 regression tests.
2591
45e42163
TT
25922019-11-12 Tom Tromey <tom@tromey.com>
2593
2594 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2595 after any command. Expect prompt after WAIT_FOR is seen.
2596 (enter_tui): Enable resize messages.
2597 (command): Expect command in output.
2598 (get_line): Avoid error when cursor appears to be off-screen.
2599 (dump_screen): Include screen size in title.
2600 (_do_resize): New proc, from "resize".
2601 (resize): Rewrite. Do resize in two steps.
2602 * gdb.tui/empty.exp (layouts): Fix entries.
2603 (check_boxes): Remove xfail.
2604 (check_text): Dump screen on failure.
2605
086baaf1
AB
26062019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2607
2608 * gdb.python/py-symbol.exp: Add test for
2609 gdb.lookup_static_symbols.
2610
09ff83af
AB
26112019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2612
2613 * gdb.python/py-symbol.c: Declare and call function from new
2614 py-symbol-2.c file.
2615 * gdb.python/py-symbol.exp: Compile both source files, and add new
2616 tests for gdb.lookup_static_symbol.
2617 * gdb.python/py-symbol-2.c: New file.
2618
11af934b
TV
26192019-11-02 Tom de Vries <tdevries@suse.de>
2620
2621 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2622 * gdb.base/anon.exp: Same.
2623 * gdb.base/auto-connect-native-target.exp: Same.
2624 * gdb.base/call-ar-st.exp: Same.
2625 * gdb.base/catch-syscall.exp: Same.
2626 * gdb.base/commands.exp: Same.
2627 * gdb.base/default.exp: Same.
2628 * gdb.base/display.exp: Same.
2629 * gdb.base/float.exp: Same.
2630 * gdb.base/foll-fork.exp: Same.
2631 * gdb.base/help.exp: Same.
2632 * gdb.base/info-macros.exp: Same.
2633 * gdb.base/info-proc.exp: Same.
2634 * gdb.base/info-target.exp: Same.
2635 * gdb.base/long_long.exp: Same.
2636 * gdb.base/macscp.exp: Same.
2637 * gdb.base/memattr.exp: Same.
2638 * gdb.base/nofield.exp: Same.
2639 * gdb.base/pointers.exp: Same.
2640 * gdb.base/printcmds.exp: Same.
2641 * gdb.base/ptype.exp: Same.
2642 * gdb.base/restore.exp: Same.
2643 * gdb.base/return.exp: Same.
2644 * gdb.base/scope.exp: Same.
2645 * gdb.base/set-noassign.exp: Same.
2646 * gdb.base/setshow.exp: Same.
2647 * gdb.base/shlib-call.exp: Same.
2648 * gdb.base/signals.exp: Same.
2649 * gdb.base/sigstep.exp: Same.
2650 * gdb.base/skip.exp: Same.
2651 * gdb.base/solib-symbol.exp: Same.
2652 * gdb.base/stap-probe.exp: Same.
2653 * gdb.base/step-line.exp: Same.
2654 * gdb.base/step-test.exp: Same.
2655 * gdb.base/style.exp: Same.
2656 * gdb.base/varargs.exp: Same.
2657 * gdb.base/vla-datatypes.exp: Same.
2658 * gdb.base/vla-ptr.exp: Same.
2659 * gdb.base/vla-sideeffect.exp: Same.
2660 * gdb.base/volatile.exp: Same.
2661 * gdb.base/watch-cond-infcall.exp: Same.
2662 * gdb.base/watchpoint.exp: Same.
2663
e96ec2ba
TV
26642019-11-02 Tom de Vries <tdevries@suse.de>
2665
2666 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2667 * gdb.cp/cpexprs.exp: Same.
2668 * gdb.cp/except-multi-location.exp: Same.
2669 * gdb.cp/exceptprint.exp: Same.
2670 * gdb.cp/gdb2384.exp: Same.
2671 * gdb.cp/inherit.exp: Same.
2672 * gdb.cp/m-static.exp: Same.
2673 * gdb.cp/meth-typedefs.exp: Same.
2674 * gdb.cp/misc.exp: Same.
2675 * gdb.cp/namespace.exp: Same.
2676 * gdb.cp/non-trivial-retval.exp: Same.
2677 * gdb.cp/overload.exp: Same.
2678 * gdb.cp/pr17132.exp: Same.
2679 * gdb.cp/re-set-overloaded.exp: Same.
2680 * gdb.cp/rvalue-ref-types.exp: Same.
2681 * gdb.cp/templates.exp: Same.
2682
bd5766ec
LM
26832019-11-01 Luis Machado <luis.machado@linaro.org>
2684
2685 PR gdb/25124
2686
2687 * gdb.arch/pr25124.S: New file.
2688 * gdb.arch/pr25124.exp: New file.
2689
165f8965
AB
26902019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2691
2692 * gdb.fortran/info-modules.exp: Update expected results, and add
2693 additional tests for 'info module functinos', and 'info module
2694 variables'.
2695 * gdb.fortran/info-types.exp: Update expected results.
2696 * gdb.fortran/info-types.f90: Extend testcase with additional
2697 module variables and functions.
2698
59c35742
AB
26992019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2700
2701 * gdb.fortran/info-modules.exp: New file.
2702 * gdb.fortran/info-types.exp: Build with new file.
2703 * gdb.fortran/info-types.f90: Include and use new module.
2704 * gdb.fortran/info-types-2.f90: New file.
2705
f3fb2519
PW
27062019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2707
2708 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2709 * gdb.base/settings.exp: Test all settings types using
2710 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2711 that now verifies that the value of "maint show" is the same as
2712 returned by the settings functions. Test the type of the
2713 maintenance settings.
2714 * gdb.base/default.exp: Update show_conv_list.
2715
d1e36019
TV
27162019-10-31 Tom de Vries <tdevries@suse.de>
2717
2718 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2719 gdb_test.
2720 * gdb.arch/amd64-disp-step.exp: Same.
2721 * gdb.asm/asm-source.exp: Same.
2722 * gdb.btrace/buffer-size.exp: Same.
2723 * gdb.btrace/cpu.exp: Same.
2724 * gdb.btrace/enable.exp: Same.
2725 * gdb.dwarf2/count.exp: Same.
2726 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2727 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2728 * gdb.fortran/vla-datatypes.exp: Same.
2729 * gdb.fortran/vla-history.exp: Same.
2730 * gdb.fortran/vla-ptype.exp: Same.
2731 * gdb.fortran/vla-value.exp: Same.
2732 * gdb.fortran/whatis_type.exp: Same.
2733 * gdb.guile/guile.exp: Same.
2734 * gdb.multi/tids.exp: Same.
2735 * gdb.python/py-finish-breakpoint.exp: Same.
2736 * gdb.python/py-framefilter.exp: Same.
2737 * gdb.python/py-pp-registration.exp: Same.
2738 * gdb.python/py-xmethods.exp: Same.
2739 * gdb.python/python.exp: Same.
2740 * gdb.server/connect-with-no-symbol-file.exp: Same.
2741 * gdb.server/no-thread-db.exp: Same.
2742 * gdb.server/run-without-local-binary.exp: Same.
2743 * gdb.stabs/weird.exp: Same.
2744 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2745 * gdb.threads/thread-find.exp: Same.
2746 * gdb.threads/tls-shared.exp: Same.
2747 * gdb.threads/tls.exp: Same.
2748 * gdb.threads/wp-replication.exp: Same.
2749 * gdb.trace/ax.exp: Same.
2750 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2751
3d11e68e
TV
27522019-10-31 Tom de Vries <tdevries@suse.de>
2753
2754 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2755 * gdb.ada/array_subscript_addr.exp: Same.
2756 * gdb.ada/arrayidx.exp: Same.
2757 * gdb.ada/arrayparam.exp: Same.
2758 * gdb.ada/arrayptr.exp: Same.
2759 * gdb.ada/boolean_expr.exp: Same.
2760 * gdb.ada/call_pn.exp: Same.
2761 * gdb.ada/complete.exp: Same.
2762 * gdb.ada/fixed_cmp.exp: Same.
2763 * gdb.ada/fun_addr.exp: Same.
2764 * gdb.ada/funcall_param.exp: Same.
2765 * gdb.ada/interface.exp: Same.
2766 * gdb.ada/mod_from_name.exp: Same.
2767 * gdb.ada/null_array.exp: Same.
2768 * gdb.ada/packed_array.exp: Same.
2769 * gdb.ada/packed_tagged.exp: Same.
2770 * gdb.ada/print_chars.exp: Same.
2771 * gdb.ada/print_pc.exp: Same.
2772 * gdb.ada/ptype_arith_binop.exp: Same.
2773 * gdb.ada/ptype_field.exp: Same.
2774 * gdb.ada/ptype_tagged_param.exp: Same.
2775 * gdb.ada/rec_return.exp: Same.
2776 * gdb.ada/ref_tick_size.exp: Same.
2777 * gdb.ada/str_ref_cmp.exp: Same.
2778 * gdb.ada/taft_type.exp: Same.
2779 * gdb.ada/tagged.exp: Same.
2780 * gdb.ada/type_coercion.exp: Same.
2781 * gdb.ada/uninitialized_vars.exp: Same.
2782
60b6ede8
TV
27832019-10-30 Tom de Vries <tdevries@suse.de>
2784
2785 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2786
30baf67b
TV
27872019-10-26 Tom de Vries <tdevries@suse.de>
2788
2789 * gdb.base/bigcore.c: Fix typos in comments.
2790 * gdb.base/ctf-ptype.c: Same.
2791 * gdb.base/long_long.c: Same.
2792 * gdb.dwarf2/dw2-op-out-param.S: Same.
2793 * gdb.python/py-evthreads.c: Same.
2794 * gdb.reverse/i387-stack-reverse.c: Same.
2795 * gdb.trace/tfile.c: Same.
2796 * lib/compiler.c: Same.
2797 * lib/compiler.cc: Same.
2798
158da0d1
TV
27992019-10-25 Tom de Vries <tdevries@suse.de>
2800
2801 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2802 gdb_test_multiple calls.
2803 * gdb.reverse/sigall-reverse.exp: Same.
2804 * gdb.reverse/solib-precsave.exp: Same.
2805 * gdb.reverse/solib-reverse.exp: Same.
2806 * gdb.reverse/until-precsave.exp: Same.
2807 * gdb.reverse/until-reverse.exp: Same.
2808
4ccdfbec
TV
28092019-10-24 Tom de Vries <tdevries@suse.de>
2810
2811 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2812 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2813 kfail using -wrap pattern flag and convenience variable
2814 gdb_test_name.
2815
33d569b7
AB
28162019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2817
2818 * gdb.python/py-progspace.exp: Add tests for the
2819 Progspace.block_for_pc method.
2820
4d0b984b
TT
28212019-10-23 Tom Tromey <tom@tromey.com>
2822
2823 * configure: Rebuild.
2824 * aclocal.m4: Use m4_include, not sinclude.
2825
94cb3754
TV
28262019-10-21 Tom de Vries <tdevries@suse.de>
2827
2828 * gdb.base/infcall-nested-structs.c: Add
2829 __attribute__((noinline,noclone)) to all functions.
2830 (call_all): Add missing variable initialization. Simplify return value.
2831 (breakpt): Increment volatile variable, to prevent call from being
2832 optimized out.
2833 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2834
062f1fc1
TV
28352019-10-17 Tom de Vries <tdevries@suse.de>
2836
2837 * gdb.fortran/module.exp: Allow info variables to print info for files
2838 other than module.f90.
2839
0b54364d
AB
28402019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2841
2842 * gdb.fortran/module.exp: Extend with 'info variables' test.
2843
7ff5fae7
AB
28442019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2845
2846 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2847 F77_FOR_TARGET.
2848
d10eccaa
TV
28492019-10-16 Tom de Vries <tdevries@suse.de>
2850
2851 PR tdep/25096
2852 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2853
745ff14e
TV
28542019-10-16 Tom de Vries <tdevries@suse.de>
2855
2856 PR tdep/24104
2857 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2858 Add KFAIL for PR tdep/25096.
2859
03e1ab94
TV
28602019-10-16 Tom de Vries <tdevries@suse.de>
2861
2862 PR testsuite/25059
2863 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2864
b17fcc10
TV
28652019-10-16 Tom de Vries <tdevries@suse.de>
2866
2867 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2868 as signed.
2869
9223170f
SM
28702019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2871
2872 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2873 one instead of increasing timeout.
2874
d6e76313
TV
28752019-10-13 Tom de Vries <tdevries@suse.de>
2876
2877 PR record/25038
2878 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2879 * gdb.reverse/sigall-reverse.exp: Same.
2880 * gdb.reverse/solib-precsave.exp: Same.
2881 * gdb.reverse/solib-reverse.exp: Same.
2882 * gdb.reverse/step-precsave.exp: Same.
2883 * gdb.reverse/until-precsave.exp: Same.
2884 * gdb.reverse/until-reverse.exp: Same.
2885 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2886
6dfc0041
AA
28872019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2888
2889 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2890 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2891 (cmp_struct_05_01, cmp_struct_static_02_01)
2892 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2893 comparisons.
2894
abcf2cc8
TV
28952019-10-10 Tom de Vries <tdevries@suse.de>
2896
2897 PR testsuite/24888
2898 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2899 gnatlink.
2900
a50faaf6
TV
29012019-10-09 Tom de Vries <tdevries@suse.de>
2902
2903 PR testsuite/25048
2904 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2905
60ff3cd7
AB
29062019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2907
2908 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2909 exceptions due to missing debug information.
2910
dfee8566
TV
29112019-10-07 Tom de Vries <tdevries@suse.de>
2912
2913 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2914
3d63690a
AB
29152019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2916
2917 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2918 * gdb.base/annota1.exp: Update to use gdb_test_name.
2919
30d1f018
WP
29202019-10-07 Weimin Pan <weimin.pan@oracle.com>
2921
2922 * gdb.base/ctf-whatis.exp: New file.
2923 * gdb.base/ctf-whatis.c: New file.
2924 * gdb.base/ctf-ptype.exp: New file.
2925 * gdb.base/ctf-ptype.c: New file.
2926 * gdb.base/ctf-constvars.exp: New file.
2927 * gdb.base/ctf-constvars.c: New file.
2928 * gdb.base/ctf-cvexpr.exp: New file.
2929
4dbbb47c
TV
29302019-10-04 Tom de Vries <tdevries@suse.de>
2931
2932 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2933 for loop.
2934
77c2dba3
TT
29352019-10-03 Tom Tromey <tom@tromey.com>
2936
2937 PR rust/24976:
2938 * gdb.rust/simple.rs (Union2): New type.
2939 (main): Use Union2.
2940 * gdb.rust/simple.exp: Add test.
2941
179aed7f
AB
29422019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2943
2944 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2945 nested function prefix.
2946
0a4b0913
AB
29472019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2948 Richard Bunt <richard.bunt@arm.com>
2949 Andrew Burgess <andrew.burgess@embecosm.com>
2950
2951 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2952 nested functions.
2953 * gdb.fortran/nested-funcs.f90: Update expected results.
2954 * gdb.fortran/nested-funcs-2.exp: New file.
2955 * gdb.fortran/nested-funcs-2.f90: New file.
2956
082cce05
AB
29572019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2958
2959 * gdb.python/py-parameter.exp: Make test names unique.
2960 * gdb.python/py-template.exp: Likewise.
2961 * gdb.python/py-value.exp: Likewise.
2962
2b74ba5a
AB
29632019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2964
2965 * gdb.base/break-interp.exp: Reduce test name duplication.
2966 * gdb.base/call-sc.exp: Likewise.
2967 * gdb.base/callfuncs.exp: Likewise.
2968 * gdb.base/charset.exp: Likewise.
2969 * gdb.base/dump.exp: Likewise.
2970 * gdb.base/ena-dis-br.exp: Likewise.
2971 * gdb.base/relational.exp: Likewise.
2972 * gdb.base/step-over-syscall.exp: Likewise.
2973 * gdb.base/structs.exp: Likewise.
2974
58eb20d5
AB
29752019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2976
2977 * gdb.linespec/explicit.exp: Make test names unique.
2978 * gdb.linespec/ls-errs.exp: Likewise.
2979
4d421147
AB
29802019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2981
2982 * gdb.reverse/break-precsave.exp: Make test names unique.
2983 * gdb.reverse/break-reverse.exp: Likewise.
2984 * gdb.reverse/finish-precsave.exp: Likewise.
2985 * gdb.reverse/finish-reverse.exp: Likewise.
2986 * gdb.reverse/machinestate-precsave.exp: Likewise.
2987 * gdb.reverse/machinestate.exp: Likewise.
2988 * gdb.reverse/readv-reverse.exp: Likewise.
2989 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2990 * gdb.reverse/sigall-precsave.exp: Likewise.
2991 * gdb.reverse/sigall-reverse.exp: Likewise.
2992 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2993 * gdb.reverse/watch-precsave.exp: Likewise.
2994 * gdb.reverse/watch-reverse.exp: Likewise.
2995
d8c06f22
AB
29962019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2997
2998 * gdb.threads/stop-with-handle.c: New file.
2999 * gdb.threads/stop-with-handle.exp: New file.
3000
3a56ed86
TV
30012019-10-03 Tom de Vries <tdevries@suse.de>
3002
3003 PR testsuite/25059
3004 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3005 directory" line to be missing.
3006
42275044
TV
30072019-10-03 Tom de Vries <tdevries@suse.de>
3008
3009 PR testsuite/25059
3010 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3011 type optional.
3012
9ef62df0
AA
30132019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3014
3015 * gdb.python/py-format-string.c (string.h): New include.
3016 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3017 the same value, for endianness-independence.
3018 * gdb.python/py-format-string.exp (default_regexp_dict)
3019 (test_pretty_structs, test_format): Adjust expected output to the
3020 changed initialization.
3021
37f6a7f4
TT
30222019-10-02 Tom Tromey <tromey@adacore.com>
3023
3024 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3025
1d58d6a2
PA
30262019-10-02 Pedro Alves <palves@redhat.com>
3027 Andrew Burgess <andrew.burgess@embecosm.com>
3028
3029 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3030 "print-file-var.h".
3031 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3032 (get_version_1): Print this_version_id and its address.
3033 Add extern "C" wrappers around interface functions.
3034 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3035 "print-file-var.h".
3036 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3037 (get_version_2): Print this_version_id and its address.
3038 Add extern "C" wrappers around interface functions.
3039 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3040 <stddef.h> and "print-file-var.h".
3041 Add extern "C" wrappers around interface functions.
3042 [VERSION_ID_MAIN] (this_version_id): Define.
3043 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3044 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3045 up extern "C" blocks.
3046 * gdb.base/print-file-var.exp (test): New, factored out from top
3047 level.
3048 (top level): Test all combinations of attribute hidden or not,
3049 dlopen or not, and this_version_id symbol in main file or not.
3050 Compile tests as both C++ and C, make test names unique.
3051
d770d56f
TT
30522019-10-01 Tom Tromey <tom@tromey.com>
3053
3054 * gdb.base/style.exp: Test "show logging filename".
3055
7f6aba03
TT
30562019-10-01 Tom Tromey <tom@tromey.com>
3057
3058 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3059 * gdb.base/style.exp: Add metadata style test.
3060
14309bb6
TT
30612019-10-01 Tom Tromey <tom@tromey.com>
3062
3063 * gdb.base/style.exp: Test "pwd".
3064
2a3c1174
PA
30652019-10-01 Tom Tromey <tom@tromey.com>
3066
3067 * gdb.base/style.exp: Update tests.
3068
53d666ec
AA
30692019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3070
3071 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3072 'six' to unsigned.
3073 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3074 'five'. Use an all-ones bit pattern for each.
3075 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3076 to its changed values.
3077
4a56a520
TT
30782019-09-30 Tom Tromey <tromey@adacore.com>
3079
3080 * gdb.rust/traits.rs: Disable all warnings.
3081
0df0352a
TV
30822019-09-29 Tom de Vries <tdevries@suse.de>
3083
aac66a4c 3084 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3085
73d9a918
TV
30862019-09-29 Tom de Vries <tdevries@suse.de>
3087
3088 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3089
060b3ab4
TV
30902019-09-27 Tom de Vries <tdevries@suse.de>
3091
3092 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3093
68f7d34d
TV
30942019-09-27 Tom de Vries <tdevries@suse.de>
3095
3096 PR record/23188
3097 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3098
5d63b30a
TT
30992019-09-26 Tom Tromey <tromey@adacore.com>
3100
3101 * gdb.ada/py_taft.exp: New file.
3102 * gdb.ada/py_taft/main.adb: New file.
3103 * gdb.ada/py_taft/pkg.adb: New file.
3104 * gdb.ada/py_taft/pkg.ads: New file.
3105
3d435220
TV
31062019-09-24 Tom de Vries <tdevries@suse.de>
3107
3108 PR gdb/24598
3109 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3110
77d03678
TV
31112019-09-22 Tom de Vries <tdevries@suse.de>
3112
3113 * gdb.base/restore.exp: Allow register variables to be optimized out at
3114 -O0.
3115
abf516c6
UW
31162019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3117
3118 * gdb.arch/spu-info.exp: Remove file.
3119 * gdb.arch/spu-info.c: Remove file.
3120 * gdb.arch/spu-ls.exp: Remove file.
3121 * gdb.arch/spu-ls.c: Remove file.
3122
3123 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3124 * gdb.asm/spu.inc: Remove file.
3125
3126 * gdb.base/dump.exp: Remove support for spu*-*-*.
3127 * gdb.base/stack-checking.exp: Likewise.
3128 * gdb.base/overlays.exp: Likewise.
3129 * gdb.base/ovlymgr.c: Likewise.
3130 * gdb.base/spu.ld: Remove file.
3131
3132 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3133 * gdb.cp/cpexprs.exp: Likewise.
3134 * gdb.cp/exception.exp: Likewise.
3135 * gdb.cp/gdb2495.exp: Likewise.
3136 * gdb.cp/mb-templates.exp: Likewise.
3137 * gdb.cp/pr9167.exp: Likewise.
3138 * gdb.cp/userdef.exp: Likewise.
3139
3140 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3141
3142 * gdb.cell: Remove directory.
3143 * lib/cell.exp: Remove file.
3144
e452e88f
TV
31452019-09-19 Tom de Vries <tdevries@suse.de>
3146
3147 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3148
8a625130
TV
31492019-09-19 Tom de Vries <tdevries@suse.de>
3150
3151 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3152
81dc3ab5
TV
31532019-09-19 Tom de Vries <tdevries@suse.de>
3154
3155 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3156 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3157 (gdb_target_cmd): ... here.
3158 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3159 value 2.
3160
b078f3ac
AB
31612019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3162
3163 * gdb.base/source-dir.exp: Avoid having directory names in test
3164 names.
3165
f1b620e9
MG
31662019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3167
3168 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3169 directory.
3170
67f3ed6a
AB
31712019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3172
3173 * gdb.base/list-missing-source.exp: New file.
3174
d1b70248
TV
31752019-09-14 Tom de Vries <tdevries@suse.de>
3176
3177 PR teststuite/24599
3178 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3179 * lib/ada.exp (gnatmake_version_at_least): New proc.
3180
5fabdcd6
AB
31812019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3182
3183 * gdb.base/maint.exp: Use exec_has_index_section.
3184
aa17805f
AB
31852019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3186
3187 * gdb.base/maint.exp: Add test for 'maint info sections'.
3188
25e5c209
TV
31892019-09-12 Tom de Vries <tdevries@suse.de>
3190
3191 * gdb.base/store.exp: Allow register variables to be optimized out at
3192 -O0.
3193
4993045d
PW
31942019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3195
3196 * gdb.ada/rdv_wait.exp: Update to new task names.
3197 * gdb.base/task_switch_in_core.exp: Likewise.
3198 * gdb.base/info_sources_base.c: Likewise.
3199
8a516164
TT
32002019-09-10 Tom Tromey <tromey@adacore.com>
3201
3202 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3203
aa391654
TT
32042019-09-10 Tom Tromey <tromey@adacore.com>
3205
3206 * gdb.ada/dgopt.exp: New file.
3207 * gdb.ada/dgopt/x.adb: New file.
3208
8634b462
TT
32092019-09-08 Tom Tromey <tom@tromey.com>
3210
3211 * gdb.tui/resize.exp: Remove setup_xfail.
3212 * gdb.tui/regs.exp: Remove setup_xfail.
3213 * gdb.tui/basic.exp: Remove setup_xfail.
3214
736b0f76
DB
32152019-09-06 David Blaikie <dblaikie@gmail.com>
3216
3217 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3218 * gdb.cp/cplabel.exp: Ditto.
3219 * gdb.linespec/ls-errs.exp: Ditto.
3220
30331a6c
TV
32212019-09-05 Tom de Vries <tdevries@suse.de>
3222
3223 * lib/gdb.exp (cmp_file_string): New proc.
3224 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3225 runto_main. Verify save breakpoints output.
3226
98b0ebab
PW
32272019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3228
3229 * gdb.base/info-var.exp: Test info variables without running
3230 to main, to avoid expect's buffer overflow.
3231
4e962e74
TT
32322019-09-03 Tom Tromey <tromey@adacore.com>
3233
3234 * gdb.ada/bias.exp: New file.
3235 * gdb.ada/bias/bias.adb: New file.
3236 * gdb.ada/print_chars.exp: Add regression test.
3237 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3238 (MC): New variable.
3239
2ea1a07a
SL
32402019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3241
3242 * gdb.base/argv0-symlink.exp: Run only on native target
3243 and local host.
3244
8077c50d
TV
32452019-08-29 Tom de Vries <tdevries@suse.de>
3246
3247 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3248 diverse debug info.
3249 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3250
48352473
TV
32512019-08-28 Tom de Vries <tdevries@suse.de>
3252
3253 * gdb.base/info-var.exp: Allow info variables to print info for files
3254 other than info-var-f1.c and info-var-f2.c.
3255
d8f27c60
AB
32562019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3257
3258 * gdb.fortran/info-types.exp: Add module.
3259 * gdb.fortran/info-types.f90: Update expected results.
3260
1f20c35e
AB
32612019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3262
3263 * gdb.fortran/info-types.exp: New file.
3264 * gdb.fortran/info-types.f90: New file.
3265 * lib/fortran.exp (fortran_character1): New proc.
3266
4acfdd20
AB
32672019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3268
3269 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3270 functions'. Reindent as needed.
3271 * gdb.base/info-var-f1.c: New file.
3272 * gdb.base/info-var-f2.c: New file.
3273 * gdb.base/info-var.exp: New file.
3274 * gdb.base/info-var.h: New file.
3275
5c31b358
TV
32762019-08-26 Tom de Vries <tdevries@suse.de>
3277
3278 PR c++/24852
3279 * gdb.cp/no-libstdcxx-probe.exp: New test.
3280
b694989f
TV
32812019-08-26 Tom de Vries <tdevries@suse.de>
3282
3283 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3284 * tests need to be skipped.
3285 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3286 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3287 mi_skip_libstdcxx_probe_tests.
3288
d9c4ba53
SDJ
32892019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3290
3291 * gdb.python/py-xmethods.exp: Use raw strings when passing
3292 arguments to SimpleXMethodMatcher.
3293
395fad09
TV
32942019-08-22 Tom de Vries <tdevries@suse.de>
3295
3296 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3297 more informative.
3298
26c957f1
PA
32992019-08-21 Pedro Alves <palves@redhat.com>
3300
3301 * gdb.base/with.exp: Test "with" with no arguments.
3302
61f80d5d
TV
33032019-08-21 Tom de Vries <tdevries@suse.de>
3304
3305 * gdb.base/gdb-caching-proc.exp: Sort files.
3306
d7a11d13
TV
33072019-08-20 Tom de Vries <tdevries@suse.de>
3308
3309 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3310 compilation.
3311
34dafe9f
TV
33122019-08-16 Tom de Vries <tdevries@suse.de>
3313
3314 * gdb.base/compare-sections.exp ("after run to main"): Allow
3315 mismatched read-only sections for PIE executables.
3316
398fdd60
TT
33172019-08-16 Tom Tromey <tom@tromey.com>
3318
3319 * lib/tuiterm.exp (_csi_Z): New proc.
3320 * gdb.tui/basic.exp: Update window positions.
3321 * gdb.tui/empty.exp: Update window positions.
3322
d8f9e51c
SL
33232019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3324
3325 * gdb.base/examine-backward.exp: Correct regexp for
3326 "examine 3 bytes backward from ${address_zero}".
3327
3df505f6
TT
33282019-08-15 Tom Tromey <tom@tromey.com>
3329
3330 * gdb.tui/empty.exp: Enable resizing tests.
3331
272560b5
TT
33322019-08-15 Tom Tromey <tromey@adacore.com>
3333
3334 * gdb.ada/char_enum.exp: Add regression tests.
3335 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3336 and '0'.
3337 (Char, Gchar): Update.
3338 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3339
08235187
CB
33402019-08-15 Christian Biesinger <cbiesinger@google.com>
3341
3342 * gdb.python/python.exp: Expect a leading underscore on
3343 GdbOutput{,Error}File.
3344
22a2ab04
SL
33452019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3346
3347 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3348 Windows host.
3349
835b995b
SL
33502019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3351
3352 * gdb.base/batch-preserve-term-settings.exp
3353 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3354
97dd8e07
CB
33552019-08-15 Christian Biesinger <cbiesinger@google.com>
3356
3357 * lib/gdb.exp: When running on a mingw target, replace
3358 /x/ with x:/.
3359
75faf5c4
AH
33602019-08-14 Alan Hayward <alan.hayward@arm.com>
3361
3362 * gdb.arch/aarch64-prologue.c: New test.
3363 * gdb.arch/aarch64-prologue.exp: New file.
3364
abc6c00f
TV
33652019-08-13 Tom de Vries <tdevries@suse.de>
3366
3367 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3368 Thread.
3369
74c2c1f4
SL
33702019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3371
3372 * gdb.python/py-completion.exp: Download the .py file to the host
3373 and use its host pathname. Conditionalize tests that use
3374 tab completion and manipulate files on the build machine.
3375 * gdb.python/py-events.exp: Download the .py file to the host
3376 and use its host pathname.
3377 * gdb.python/py-evsignal.exp: Likewise.
3378 * gdb.python/py-evthreads.exp: Likewise.
3379 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3380 pathname syntax.
3381 * gdb.python/py-framefilter.exp: Download the .py file to the right
3382 place on the host. Match Windows pathname syntax.
3383 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3384 .py file to the host and use its host pathname.
3385 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3386 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3387 build pathname. Skip symlink test on Windows host. Add missing
3388 newline at end of file.
3389 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3390 and use its host pathname.
3391 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3392 * gdb.python/py-section-script.exp: Use host location of binfile
3393 on safe-path. Use correct path separator on Windows host.
3394 Reorder alternatives in gdb_test_multiple to prevent matching
3395 the wrong alternative on success.
3396 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3397
ca2589f3
PP
33982019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3399
3400 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3401 expect the GDB inferior to no longer immediately stop after
3402 being resumed with "signal SIGINT".
3403
020a839d
SL
34042019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3405
3406 * gdb.linespec/break-ask.exp: Generalize regexps to match
3407 Windows pathnames too.
3408
128d6509
TV
34092019-08-08 Tom de Vries <tdevries@suse.de>
3410
3411 PR testsuite/24862
3412 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3413
590042fc
PW
34142019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3415
3416 * gdb.base/style.exp: Update tests for help doc new invariants.
3417 * gdb.base/help.exp: Likewise.
3418
046bebe1
TT
34192019-08-06 Tom Tromey <tom@tromey.com>
3420
3421 * gdb.base/style.exp: Add disassemble test.
3422 * gdb.base/style.c (some_called_function): New function.
3423 (main): Use it.
3424
0b27c27d
CB
34252019-08-05 Christian Biesinger <cbiesinger@google.com>
3426
3427 * gdb.python/py-block.exp: Test dictionary access on blocks.
3428
580f1034
SM
34292019-08-05 Simon Marchi <simon.marchi@efficios.com>
3430
3431 PR gdb/24863
3432 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3433 -list-thread-groups --available test when running under
3434 check-read1.
3435
d86bd7cb
TV
34362019-08-05 Tom de Vries <tdevries@suse.de>
3437
3438 PR testsuite/24863
3439 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3440 * gdb.base/help.exp: Use with_read1_timeout_factor.
3441 * gdb.base/info-macros.exp: Same.
3442 * gdb.cp/nested-types.exp: Same.
3443
a80cf5d8
TV
34442019-08-05 Tom de Vries <tdevries@suse.de>
3445
3446 * lib/gdb.exp (version_at_least): Factor out of ...
3447 (tcl_version_at_least): ... here.
3448 (gdb_compile): Fail if pie results in non-PIE executable.
3449 (readelf_version, readelf_prints_pie): New proc.
3450 (exec_is_pie): Return -1 if unknown.
3451
d0962838
TV
34522019-08-05 Tom de Vries <tdevries@suse.de>
3453
3454 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3455
2252ff3d
SL
34562019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3457
3458 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3459
26655f53
SL
34602019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3461
3462 * lib/completion-support.exp (test_gdb_complete_none): Skip
3463 tab completion tests if no readline support.
3464 (test_gdb_complete_unique_re): Likewise.
3465 (test_gdb_complete_multiple): Likewise.
3466
db4dc13e
PW
34672019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3468
3469 * gdb.base/info_sources.exp: New file.
3470 * gdb.base/info_sources.c: New file.
3471 * gdb.base/info_sources_base.c: New file.
3472
0eba165a
PFC
34732019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3474
3475 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3476 prefix argument.
3477 (test_exit_status): Add prefix argument.
3478
59bd512b
TV
34792019-08-01 Tom de Vries <tdevries@suse.de>
3480
3481 PR testsuite/24863
3482 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3483 calling exp_continue for new thread and thread exited messages.
3484
2a3ad588
TV
34852019-08-01 Tom de Vries <tdevries@suse.de>
3486
3487 PR testsuite/24863
3488 * gdb.base/structs.exp: Fix check-read1 timeout using
3489 gdb_test_sequence.
3490 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3491
117eb594
TV
34922019-08-01 Tom de Vries <tdevries@suse.de>
3493
3494 PR testsuite/24863
3495 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3496 line.
3497
ed591340
TV
34982019-08-01 Tom de Vries <tdevries@suse.de>
3499
3500 PR testsuite/24863
3501 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3502
aa3b6533
TT
35032019-07-30 Tom Tromey <tromey@adacore.com>
3504
3505 * gdb.ada/display_nested.exp: New file.
3506 * gdb.ada/display_nested/foo.adb: New file.
3507 * gdb.ada/display_nested/pack.adb: New file.
3508 * gdb.ada/display_nested/pack.ads: New file.
3509
2906593f
CB
35102019-07-30 Christian Biesinger <cbiesinger@google.com>
3511
3512 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3513 namespace.
3514 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3515
0f575925
TV
35162019-07-30 Tom de Vries <tdevries@suse.de>
3517
3518 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3519 instead.
3520
b13057d9
TV
35212019-07-30 Tom de Vries <tdevries@suse.de>
3522
3523 PR testsuite/24834
3524 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3525 (exec_is_pie): New proc.
3526
5c4dde85
CB
35272019-07-29 Christian Biesinger <cbiesinger@google.com>
3528
3529 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3530
c620ed88
CB
35312019-07-29 Christian Biesinger <cbiesinger@google.com>
3532
3533 * gdb.python/py-objfile.c: Add global and static vars.
3534 * gdb.python/py-objfile.exp: Test new functions Objfile.
3535 lookup_global_symbol and lookup_static_symbol.
3536
3d235706
TT
35372019-07-29 Tom Tromey <tom@tromey.com>
3538
3539 * lib/tuiterm.exp (Term::_csi_@): New proc.
3540 (Term::_csi_X): Don't move cursor.
3541
c7e4c0a6
PW
35422019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3543
3544 * gdb.base/options.exp: Update backtrace - completion to
3545 new option -frame-info.
3546 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3547 Test new 'set print frame-info'. Test backtrace -frame-info
3548 overriding 'set print frame-info'.
3549 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3550 Test new 'set print frame-info'.
3551 Verify consistency of backtrace with and without filters, with and
3552 without -no-filters.
3553 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3554 default.
3555
de28a3b7
TV
35562019-07-29 Tom de Vries <tdevries@suse.de>
3557
3558 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3559 no arguments".
3560
507dd60e
TV
35612019-07-29 Tom de Vries <tdevries@suse.de>
3562
3563 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3564 is a substring of the first for "complete non-unique file name".
3565
5beafce9
TV
35662019-07-29 Tom de Vries <tdevries@suse.de>
3567
3568 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3569 with ".*".
3570
2d274232
TV
35712019-07-29 Tom de Vries <tdevries@suse.de>
3572
3573 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3574 Pass prompt_regexp parameter to gdb_test_multiple calls.
3575
9197cd8b
TV
35762019-07-29 Tom de Vries <tdevries@suse.de>
3577
3578 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3579 print registers" regexps.
9197cd8b 3580
b528dae0
TV
35812019-07-29 Tom de Vries <tdevries@suse.de>
3582
3583 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3584
d17725d7
TV
35852019-07-29 Tom de Vries <tdevries@suse.de>
3586
3587 PR gdb/24855
3588 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3589 (skip_python_tests_prompt): Add prompt_regexp argument to
3590 gdb_test_multiple calls.
3591
52b75bf1
TT
35922019-07-27 Tom Tromey <tom@tromey.com>
3593
3594 * gdb.tui/main.exp: New file.
3595
2b1d00c2
TT
35962019-07-27 Tom Tromey <tom@tromey.com>
3597
3598 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3599 optional.
3600 * gdb.tui/empty.exp: New file.
3601
ded631d5
TT
36022019-07-27 Tom Tromey <tom@tromey.com>
3603
3604 * lib/tuiterm.exp (spawn): New proc.
3605 (Term::resize): New proc.
3606 * gdb.tui/resize.exp: New file.
3607
58ac439d
TT
36082019-07-27 Tom Tromey <tom@tromey.com>
3609
3610 * gdb.tui/list.exp: New file.
3611
fe1f56ee
TT
36122019-07-27 Tom Tromey <tom@tromey.com>
3613
3614 * gdb.tui/regs.exp: New file.
3615
f790b310
TT
36162019-07-27 Tom Tromey <tom@tromey.com>
3617
3618 * gdb.tui/basic.exp: Add "layout split" test.
3619
d95fc6ee
TT
36202019-07-27 Tom Tromey <tom@tromey.com>
3621
3622 * gdb.tui/basic.exp: Add "layout asm" test.
3623
c3786b3a
TT
36242019-07-27 Tom Tromey <tom@tromey.com>
3625
3626 * lib/tuiterm.exp: New file.
3627 * gdb.tui/basic.exp: New file.
3628
98a617f8
KB
36292019-07-27 Kevin Buettner <kevinb@redhat.com>
3630
3631 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3632 Enable tests associated with this flag. Adjust regex
3633 referencing "foo_low" to now refer to "foo_cold" instead.
3634
5c076da4
KB
36352019-07-27 Kevin Buettner <kevinb@redhat.com>
3636
3637 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3638 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3639 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3640 foo_cold. Revise comments to match.
3641 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3642 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3643 were wrapped into this proc; Call do_test in loop from outermost
3644 level.
3645 (foo_low): Rename all occurrences to "foo_cold".
3646 (backtrace from baz): New test.
3647 (x2/i foo_cold): New test.
3648 (info line *foo_cold): New test.
3649
1512d3b7
TV
36502019-07-26 Tom de Vries <tdevries@suse.de>
3651
3652 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3653
297989a1
TV
36542019-07-25 Tom de Vries <tdevries@suse.de>
3655
3656 PR testsuite/24830
3657 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3658 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3659 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3660 (skip_libstdcxx_probe_tests): ... here.
3661 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3662
b3b965fb
TV
36632019-07-24 Tom de Vries <tdevries@suse.de>
3664
3665 PR testsuite/24807
3666 * gdb.objc/basicclass.m: Include stdio.h.
3667 * gdb.objc/nondebug.m: Same.
3668 * gdb.objc/objcdecode.m: Same.
3669
4625b4d0
TV
36702019-07-24 Tom de Vries <tdevries@suse.de>
3671
3672 PR testsuite/24612
3673 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3674 additional_flags.
3675
024a5840
TV
36762019-07-24 Tom de Vries <tdevries@suse.de>
3677
3678 PR testsuite/24831
3679 * gdb.multi/tids.exp: Update error messages for info threads.
3680
c76ddaa3
TV
36812019-07-24 Tom de Vries <tdevries@suse.de>
3682
3683 * gdb.base/info-types.exp: Allow info types to print info for more than
3684 one file.
3685
9a618ef6
TV
36862019-07-23 Tom de Vries <tdevries@suse.de>
3687
3688 PR testsuite/24842
3689 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3690 gdb_spawn_with_cmdline_opts.
3691
40eadf04
SP
36922019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3693
3694 * gdb.arch/arm-cmse-sgstubs.c: New test.
3695 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3696
5ba29434
TV
36972019-07-23 Tom de Vries <tdevries@suse.de>
3698
3699 PR testsuite/24711
3700 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3701 issuing next command.
3702
a8e9d247
AB
37032019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3704
3705 * gdb.ada/info_auto_lang.exp: Update expected results.
3706 * gdb.base/info-types.c: Add additional types to check.
3707 * gdb.base/info-types.exp: Update expected results.
3708
eb86c5e2
AB
37092019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3710
3711 * gdb.base/info-types.c: New file.
3712 * gdb.base/info-types.exp: New file.
3713
01e175fe
AB
37142019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3715
3716 * gdb.arch/riscv-bp-infcall.c: New file.
3717 * gdb.arch/riscv-bp-infcall.exp: New file.
3718
6b78c3f8
AB
37192019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3720
3721 PR breakpoints/24541
3722 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3723
da738167
TV
37242019-07-14 Tom de Vries <tdevries@suse.de>
3725
3726 PR testsuite/24760
3727 * gdb.objc/basicclass.exp: Fix unterminated string.
3728
0d4e84ed
AB
37292019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3730 Andrew Burgess <andrew.burgess@embecosm.com>
3731
3732 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3733 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3734 negative bounds.
3735 * gdb.fortran/vla-value.exp: Print elements of an array with
3736 negative bounds.
3737 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3738 testing.
3739
021d8588
AB
37402019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3741
3742 * gdb.base/options.exp (expect_string): Dequote strings in
3743 results.
3744 (test-string): Test strings with different quoting and reindent.
3745
f06f1252
TT
37462019-07-10 Tom Tromey <tromey@adacore.com>
3747
3748 * gdb.ada/mi_ex_cond.exp: Update expected results.
3749 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3750 * gdb.ada/mi_catch_ex.exp: Update expected results.
3751 * gdb.ada/mi_catch_assert.exp: Update expected results.
3752 * gdb.ada/catch_ex.exp (catch_exception_info)
3753 (catch_exception_entry, catch_assert_entry)
3754 (catch_unhandled_entry): Update.
3755 * gdb.ada/catch_assert_if.exp: Update expected results.
3756
b863685d
RB
37572019-07-10 Richard Bunt <richard.bunt@arm.com>
3758 Stephen Roberts <stephen.roberts@arm.com>
3759
3760 * gdb.base/define.exp: Restore original prompt.
3761
cb1e4e32
PA
37622019-07-09 Pedro Alves <palves@redhat.com>
3763
3764 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3765 breakpoints" output.
3766 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3767 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3768 throw" creates breakpoint.
3769 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3770 'type="catchpoint"'.
3771
b58a68fe
PA
37722019-07-09 Pedro Alves <palves@redhat.com>
3773
3774 PR c++/15468
3775 * gdb.cp/except-multi-location-lib.cc: New.
3776 * gdb.cp/except-multi-location-main.cc: New.
3777 * gdb.cp/except-multi-location.exp: New.
3778
0826779b
PW
37792019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3780
3781 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3782 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3783 argument and update callers.
3784
5b0e2db4
AB
37852019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3786
3787 * gdb.arch/amd64-break-on-asm-line.S: New file.
3788 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3789
1f6f6e21
PW
37902019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3791
3792 * gdb.base/printcmds.exp: Test printing C string and
3793 C wide string convenience vars without transiting via the inferior.
3794 Also make test names unique.
3795
ea142fbf
AH
37962019-07-08 Alan Hayward <alan.hayward@arm.com>
3797
5862c886 3798 PR breakpoints/25011
ea142fbf
AH
3799 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3800
213fd9fa
PA
38012019-07-04 Pedro Alves <palves@redhat.com>
3802
3803 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3804 body returned ok(0), break(3) or continue(4).
3805 * gdb.testsuite/foreach_with_prefix.exp: New file.
3806
2b40fda7
AH
38072019-07-04 Alan Hayward <alan.hayward@arm.com>
3808
3809 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3810
a26c8de0
PA
38112019-07-03 Pedro Alves <palves@redhat.com>
3812
3813 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3814 "return -code".
3815
5f4ba3e7
PA
38162019-07-03 Pedro Alves <palves@redhat.com>
3817
3818 PR cli/24732
3819 * gdb.base/shell.exp: Load completion-support.exp.
3820 Adjust expected error output. Add completion tests.
3821
a994424f
PA
38222019-07-03 Pedro Alves <palves@redhat.com>
3823
3824 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3825 string_to_regexp.
3826
3d9be6f5
PA
38272019-07-03 Pedro Alves <palves@redhat.com>
3828
3829 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3830 (expect_integer): Adjust to expect "-string".
3831 (expect_string): New.
3832 (all_options): Expect "-string".
3833 (test-flag, test-boolean): Adjust to expect "-string".
3834 (test-string): New proc.
3835 (top level): Call it.
3836
41fc454c
PA
38372019-07-03 Pedro Alves <palves@redhat.com>
3838
3839 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3840 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3841 the expected output in the success.
3842
b2b2a215
PA
38432019-07-03 Pedro Alves <palves@redhat.com>
3844
3845 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3846 Split one gdb_test_multiple call in two to avoid a race.
3847
fdbc9870
PA
38482019-07-03 Pedro Alves <palves@redhat.com>
3849
3850 * gdb.base/with.c: New file.
3851 * gdb.base/with.exp: New file.
3852
c6ac8931
PA
38532019-07-03 Pedro Alves <palves@redhat.com>
3854
3855 * gdb.base/settings.exp: Replace all references to "maint
3856 test-settings set" with references to "maint set test-settings",
3857 and all references to "maint test-settings show" with references
3858 to "maint show test-settings".
3859
970f9d09
PA
38602019-07-03 Pedro Alves <palves@redhat.com>
3861
3862 * gdb.base/settings.exp (test-string): Adjust expected out when
3863 testing "maint test-settings show filename"
3864
54d66006
PA
38652019-07-02 Pedro Alves <palves@redhat.com>
3866
3867 * gdb.base/options.exp (test-info-threads): New procedure.
3868 (top level): Call it.
3869
10d06d82
TT
38702019-06-28 Tom Tromey <tromey@adacore.com>
3871
3872 * gdb.dwarf2/ada-linkage-name.c: New file.
3873 * gdb.dwarf2/ada-linkage-name.exp: New file.
3874
3d507ff2
TT
38752019-06-27 Tom Tromey <tromey@adacore.com>
3876
d039f014 3877 PR c++/20020:
3d507ff2
TT
3878 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3879
8af58ffe
TV
38802019-06-26 Tom de Vries <tdevries@suse.de>
3881
3882 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3883
22e21752
TV
38842019-06-26 Tom de Vries <tdevries@suse.de>
3885
3886 * gdb.base/index-cache.exp: Add back missing debug option.
3887
b65b566c
PW
38882019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3889
3890 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3891
5c2c8c69
TV
38922019-06-25 Tom de Vries <tdevries@suse.de>
3893
3894 PR testsuite/24727
3895 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3896
164e3873
TV
38972019-06-24 Tom de Vries <tdevries@suse.de>
3898
3899 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3900
824eacee
TV
39012019-06-24 Tom de Vries <tdevries@suse.de>
3902
3903 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3904 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3905 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3906
385b97d3
TV
39072019-06-24 Tom de Vries <tdevries@suse.de>
3908
3909 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3910
c596f180
TV
39112019-06-21 Tom de Vries <tdevries@suse.de>
3912
3913 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3914
b13a7d03
TV
39152019-06-21 Tom de Vries <tdevries@suse.de>
3916
3917 PR testsuite/24518
3918 PR ada/24713
3919 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3920 index.
3921
899277ae
TT
39222019-06-19 Tom Tromey <tromey@adacore.com>
3923
3924 * gdb.ada/length_cond.exp: Add intro comment.
3925
680e1bee
TT
39262019-06-19 Tom Tromey <tromey@adacore.com>
3927
3928 * gdb.ada/length_cond.exp: New file.
3929 * gdb.ada/length_cond/length_cond.adb: New file.
3930 * gdb.ada/length_cond/pck.adb: New file.
3931 * gdb.ada/length_cond/pck.ads: New file.
3932
0ed4690a
TV
39332019-06-18 Tom de Vries <tdevries@suse.de>
3934
3935 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3936
d20ed5fd
TT
39372019-06-18 Tom Tromey <tromey@adacore.com>
3938
3939 * gdb.base/list0.h: Add comment explaining control character.
3940
86e04673
TV
39412019-06-18 Tom de Vries <tdevries@suse.de>
3942
3943 * boards/fission.exp: Break up long debug_flags line.
3944
c4973306
SM
39452019-06-16 Tom de Vries <tdevries@suse.de>
3946
3947 PR gdb/24445
3948 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3949 generated index.
3950
93cb9841
AB
39512019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3952
3953 PR gdb/24686
3954 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3955 improve detection of bug gdb/24541.
3956
399aaebd
SM
39572019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3958
3959 PR gdb/24669
3960 * gdb.base/index-cache.exp (uses_readnow,
3961 expecting_index_cache_use): Define global variable.
3962 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3963 expecting_index_cache_use.
3964
584a927c
AB
39652019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3966 Andrew Burgess <andrew.burgess@embecosm.com>
3967
3968 * gdb.fortran/pointers.f90: New file.
3969 * gdb.fortran/print_type.exp: New file.
3970 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3971 * gdb.fortran/vla-type.exp: Likewise.
3972 * gdb.fortran/vla-value.exp: Likewise.
3973 * gdb.mi/mi-vla-fortran.exp: Likewise.
3974
30056ea0
AB
39752019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3976
3977 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3978 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3979 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3980 as a stop reason.
3981
ec8e2b6d
AB
39822019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3983
3984 * gdb.base/annota1.exp: Update expected results.
3985 * gdb.cp/annota2.exp: Likewise.
3986 * gdb.cp/annota3.exp: Likewise.
3987
09e4c4e1
AB
39882019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3989
3990 * gdb.base/style-logging.exp: Remove path from test name.
3991
0735b091
TT
39922019-06-14 Tom Tromey <tromey@adacore.com>
3993
3994 PR gdb/24502:
3995 * gdb.base/style-logging.exp: New file.
3996
f5686554
TT
39972019-06-14 Tom Tromey <tromey@adacore.com>
3998
3999 * gdb.base/symfile-warn.exp: New file.
4000 * gdb.base/symfile-warn.c: New file.
4001
a0c1ffed
TT
40022019-06-14 Tom Tromey <tromey@adacore.com>
4003
4004 * gdb.base/annotate-symlink.exp: New file.
4005
f411722c
TT
40062019-06-14 Tom Tromey <tromey@adacore.com>
4007
4008 * gdb.ada/set_wstr.exp: Add reassignment test.
4009
4268ec18
TT
40102019-06-14 Tom Tromey <tromey@adacore.com>
4011
4012 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4013 'unchecked_access and 'unrestricted_access as well.
4014
9a9e394b
TT
40152019-06-14 Tom Tromey <tromey@adacore.com>
4016
4017 PR ada/24539:
4018 * gdb.ada/vla.exp: Update tests.
4019 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4020 pragma.
4021
4c048731
PA
40222019-06-13 Pedro Alves <palves@redhat.com>
4023
4024 * gdb.base/settings.exp (test-integer): Test junk after
4025 "unlimited".
4026
6665660a
PA
40272019-06-13 Pedro Alves <palves@redhat.com>
4028
4029 * gdb.base/options.exp (test-thread-apply): New.
4030 (top level): Call it.
4031
5d707134
PA
40322019-06-13 Pedro Alves <palves@redhat.com>
4033
4034 * gdb.base/options.exp (test-frame-apply): New.
4035 (top level): Test print commands with different "frame apply"
4036 prefixes.
4037
e2a689da
PA
40382019-06-13 Pedro Alves <palves@redhat.com>
4039
e79be6e5 4040 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4041 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4042 'max_completions' parameter and handle it.
4043 (test_gdb_completion_offers_commands): New.
4044
90a1ef87
PA
40452019-06-13 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4048
d4c16835
PA
40492019-06-13 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.base/options.exp (test-backtrace): New.
4052 (top level): Call it.
4053
2daf894e
PA
40542019-06-13 Pedro Alves <palves@redhat.com>
4055
4056 * gdb.guile/scm-frame-args.exp: Use "set print
4057 raw-frame-arguments" instead of "set print raw frame-arguments".
4058 * gdb.python/py-frame-args.exp: Likewise.
4059
e6ed716c
PA
40602019-06-13 Pedro Alves <palves@redhat.com>
4061
4062 * gdb.compile/compile.exp: Adjust expected output to option
4063 processing changes.
4064
7d8062de
PA
40652019-06-13 Pedro Alves <palves@redhat.com>
4066
4067 * gdb.base/options.exp: Build executable.
4068 (test-print): New procedure.
4069 (top level): Call it, once for "print" and another for "compile
4070 print".
4071
9d0faba9
PA
40722019-06-13 Pedro Alves <palves@redhat.com>
4073
4074 * gdb.base/options.c: New file.
4075 * gdb.base/options.exp: New file.
4076
dee7b4c8
PA
40772019-06-13 Pedro Alves <palves@redhat.com>
4078
4079 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4080 that "o" is ambiguous.
4081
dca0f6c0
PA
40822019-06-13 Pedro Alves <palves@redhat.com>
4083
4084 * gdb.base/settings.c: New file.
4085 * gdb.base/settings.exp: New file.
4086
ccf46844
PA
40872019-06-13 Pedro Alves <palves@redhat.com>
4088
4089 * gdb.base/completion.exp: Fix comment typo.
4090
b9a3f842
PA
40912019-06-13 Pedro Alves <palves@redhat.com>
4092
4093 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4094 foo --1" test.
4095
d106773e
PA
40962019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4097
4098 * gdb.fortran/block-data.f: New.
4099 * gdb.fortran/block-data.exp: New.
4100
fea82da0
TV
41012019-06-11 Tom de Vries <tdevries@suse.de>
4102
4103 PR testsuite/24521
4104 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4105 message.
4106
8c2e74f1
TV
41072019-06-11 Tom de Vries <tdevries@suse.de>
4108
4109 PR testsuite/24521
4110 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4111
b49851c8
TV
41122019-06-11 Tom de Vries <tdevries@suse.de>
4113
4114 * boards/readnow.exp: New file.
4115
a7067863
AB
41162019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4117
4118 * gdb.fortran/vla-sizeof.exp: Update expected results.
4119
1a3da2cd
AB
41202019-06-06 Amos Bird <amosbird@gmail.com>
4121
4122 * gdb.base/annota1.exp (thread_switch): Add test for
4123 thread-exited annotation.
4124
3847a7bf
TT
41252019-06-06 Tom Tromey <tromey@adacore.com>
4126
4127 * gdb.base/maint.exp: Expect command started/finished output.
4128
0088ba59
AB
41292019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4130
4131 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4132 comment.
4133 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4134
312617a3
AB
41352019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4136
4137 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4138 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4139 * gdb.arch/riscv-unwind-long-insn.c: New file.
4140 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4141
e1f2e1a2
CB
41422019-06-04 Christian Biesinger <cbiesinger@google.com>
4143
d3238f7d 4144 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4145
206584bd
PW
41462019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4147
4148 * lib/gdb.exp (help_list_trailer): New regexp variable
4149 factorizing the help trailer message.
4150 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4151 arg to allow to better factorize various tests.
4152 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4153 (test_prefix_command_help): Use help_list_trailer.
4154 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4155 * gdb.guile/scm-cmd.exp: Likewise.
4156 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4157 * gdb.base/help.exp: Use test_user_defined_class_help.
4158 * gdb.base/style.exp: Add tests for styling of help and apropos.
4159 * lib/gdb-utils.exp (style): Add title and highlight styles.
4160
708dc93e
PW
41612019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4162
4163 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4164 $_shell_exitsignal.
4165 * gdb.base/default.exp: Update for new convenience variables.
4166
f49055a5
TT
41672019-05-29 Tom Tromey <tromey@adacore.com>
4168
4169 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4170 to "break complete ada" test case's regexp.
4171
4330d61d
TT
41722019-05-29 Tom Tromey <tromey@adacore.com>
4173
4174 PR c++/20020:
4175 * gdb.cp/constexpr-field.exp: New file.
4176 * gdb.cp/constexpr-field.cc: New file.
4177
000439d5
TT
41782019-05-29 Tom Tromey <tromey@adacore.com>
4179
4180 * gdb.base/finish.exp (finish_no_print): New proc.
4181 (finish_tests): Call it.
4182
5a01c34c
TV
41832019-05-24 Tom de Vries <tdevries@suse.de>
4184
4185 * gdb.dwarf2/gdb-add-index.exp: New file.
4186
18125b16
TT
41872019-05-22 Tom Tromey <tromey@adacore.com>
4188
4189 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4190 * gdb.base/style.exp: Use "style".
4191 * lib/gdb-utils.exp (style): New proc.
4192
af1a8d03
TV
41932019-05-22 Tom de Vries <tdevries@suse.de>
4194
4195 * gdb.base/align.exp: Require c++11.
4196
e7fe496b
TV
41972019-05-22 Tom de Vries <tdevries@suse.de>
4198
4199 PR testsuite/24586
4200 * gdb.python/py-mi-var-info-path-expression.exp: Call
4201 mi_skip_python_tests to check if python is supported.
4202
8fca4da0
AH
42032019-05-22 Alan Hayward <alan.hayward@arm.com>
4204
4205 * gdb.arch/aarch64-pauth.c: New test.
4206 * gdb.arch/aarch64-pauth.exp: New file.
4207
b7060614
AH
42082019-05-22 Alan Hayward <alan.hayward@arm.com>
4209
4210 * README (Re-running Tests Outside The Testsuite): New section.
4211
669d0468
TV
42122019-05-21 Tom de Vries <tdevries@suse.de>
4213
4214 * gdb.arch/amd64-eval.exp: Require c++11.
4215 * gdb.base/max-depth.exp: Same.
4216 * gdb.compile/compile-cplus-array-decay.exp: Same.
4217 * gdb.cp/meth-typedefs.exp: Same.
4218 * gdb.cp/subtypes.exp: Same.
4219 * gdb.cp/temargs.exp: Same.
4220
ce3ebcaa
AH
42212019-05-21 Alan Hayward <alan.hayward@arm.com>
4222
4223 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4224
34d11c68
AB
42252019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4226
4227 PR gdb/18644
4228 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4229 * gdb.fortran/printing-types.exp: Add new test.
4230 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4231 testing.
4232 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4233 setup_kfail call.
4234
87781e84
AH
42352019-05-17 Alan Hayward <alan.hayward@arm.com>
4236
4237 * README (Running the Testsuite): Change example.
4238 (Testsuite Parameters): Remove TRANSCRIPT.
4239 * lib/gdb.exp: Remove TRANSCRIPT check.
4240
b420b89e
AH
42412019-05-17 Alan Hayward <alan.hayward@arm.com>
4242
4243 * README (Testsuite Parameters): Add replay logging to
4244 GDBSERVER_DEBUG.
4245 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4246 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4247 as a comma separated list.
4248 (gdb_debug_init): Override procedure.
4249
408e9b8b
AH
42502019-05-17 Alan Hayward <alan.hayward@arm.com>
4251
4252 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4253 (gdb_write_cmd_file): New procedure.
4254 * lib/gdbserver-support.exp (gdbserver_start): Call
4255 gdbserver_write_cmd_file.
4256 (gdbserver_write_cmd_file): New procedure.
4257
f9e2e39d
AH
42582019-05-17 Alan Hayward <alan.hayward@arm.com>
4259
4260 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4261 (delete_breakpoints): Likewise.
4262 (gdb_run_cmd): Likewise.
4263 (gdb_start_cmd): Likewise.
4264 (gdb_starti_cmd): Likewise.
4265 (gdb_internal_error_resync): Likewise.
4266 (gdb_test_multiple): Likewise.
4267 (gdb_reinitialize_dir): Likewise.
4268 (default_gdb_exit): Likewise.
4269 (gdb_file_cmd): Mark kill as optional.
4270 (default_gdb_start): Call gdb_stdin_log_init.
4271 (send_gdb): Call gdb_stdin_log_write.
4272 (rerun_to_main): Mark Y as an answer.
4273 (gdb_stdin_log_init): New function.
4274 (gdb_stdin_log_write): Likewise.
4275
81f47ac2
AH
42762019-05-17 Alan Hayward <alan.hayward@arm.com>
4277
4278 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4279 * gdb.base/debug-expr.exp: Likewise.
4280 * gdb.base/foll-fork.exp: Likewise.
4281 * gdb.base/foll-vfork.exp: Likewise.
4282 * gdb.base/fork-print-inferior-events.exp: Likewise.
4283 * gdb.base/gdb-sigterm.exp: Likewise.
4284 * gdb.base/gdbinit-history.exp: Likewise.
4285 * gdb.base/osabi.exp: Likewise.
4286 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4287 * gdb.base/ui-redirect.exp: Likewise.
4288 * gdb.gdb/unittest.exp: Likewise.
4289 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4290 * gdb.mi/mi-watch.exp: Likewise.
4291 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4292 * gdb.mi/user-selected-context-sync.exp: Likewise.
4293 * gdb.python/python.exp: Disable debug test when debugging.
4294 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4295 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4296 Likewise.
4297 * gdb.threads/stepi-random-signal.exp: Likewise.
4298
29b52314
AH
42992019-05-17 Alan Hayward <alan.hayward@arm.com>
4300
4301 * Makefile.in: Pass through GDB_DEBUG.
4302 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4303 (gdb,debug): Add board setting.
4304 * lib/gdb.exp (default_gdb_start): Start debugging.
4305 (gdb_debug_enabled): New procedure.
4306 (gdb_debug_init): Likewise.
29b52314
AH
4307
43082019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4309
29b52314
AH
4310 * Makefile.in: Pass through GDB_DEBUG.
4311 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4312 (gdb,debug): Add board setting.
4313 * lib/gdb.exp (default_gdb_start): Start debugging.
4314 (gdb_debug_enabled): New procedure.
4315 (gdb_debug_init): Likewise.
29b52314 4316
ca1285d1
AH
43172019-05-17 Alan Hayward <alan.hayward@arm.com>
4318
4319 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4320
f3a09c80
AH
43212019-05-17 Alan Hayward <alan.hayward@arm.com>
4322
4323 * gdb.base/ui-redirect.exp: Test redirection.
4324
26648588
JV
43252019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4326
4327 * gdb.mi/mi-complete.exp: New file.
4328 * gdb.mi/mi-complete.cc: Likewise.
4329
14237686
AB
43302019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4331
4332 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4333 indexed and sliced arrays, and pointers to arrays.
4334
e7bd7fba
TT
43352019-05-14 Tom Tromey <tromey@adacore.com>
4336
4337 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4338 styling test.
4339
2764128d
TV
43402019-05-14 Tom de Vries <tdevries@suse.de>
4341
4342 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4343 selection entry encoding.
4344
71bed2db
TT
43452019-05-10 Tom Tromey <tromey@adacore.com>
4346
4347 * gdb.ada/info_exc.exp: Add "complete" test.
4348
63b667ad
TV
43492019-05-09 Tom de Vries <tdevries@suse.de>
4350
4351 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4352 CU-relative.
4353
9cfd2b89
TV
43542019-05-09 Tom de Vries <tdevries@suse.de>
4355
4356 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4357 CU-relative.
4358
2228ef77
XR
43592019-05-08 Joel Brobecker <brobecker@adacore.com>
4360
4361 * gdb.ada/frame_arg_lang.exp: New testcase.
4362 * gdb.ada/frame_arg_lang/bla.adb: New file.
4363 * gdb.ada/frame_arg_lang/pck.ads: New file.
4364 * gdb.ada/frame_arg_lang/pck.adb: New file.
4365 * gdb.ada/frame_arg_lang/foo.c: New file.
4366
80e55b13
TT
43672019-05-08 Tom Tromey <tromey@adacore.com>
4368
4369 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4370
9d3421af
TT
43712019-05-08 Tom Tromey <tromey@adacore.com>
4372
4373 * gdb.base/ptype-offsets.exp: Update tests.
4374
844333e2
TT
43752019-05-08 Tom Tromey <tromey@adacore.com>
4376
4377 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4378 cases.
4379 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4380 "short".
4381
988915ee
TT
43822019-05-08 Tom Tromey <tromey@adacore.com>
4383
4384 * gdb.ada/vla.exp: New file.
4385 * gdb.ada/vla/vla.adb: New file.
4386
7bd55dac
TV
43872019-05-07 Tom de Vries <tdevries@suse.de>
4388
4389 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4390
75f06e9d
TV
43912019-05-07 Tom de Vries <tdevries@suse.de>
4392
4393 PR testsuite/24522
4394 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4395 section.
4396
77e7aaa4
TV
43972019-05-07 Tom de Vries <tdevries@suse.de>
4398
4399 PR testsuite/24522
4400 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4401 .debug_aranges section.
4402
456ba0fa
TV
44032019-05-07 Tom de Vries <tdevries@suse.de>
4404
4405 PR testsuite/24159
4406 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4407
5a56d6a6
TV
44082019-05-06 Tom de Vries <tdevries@suse.de>
4409
4410 * lib/gdb.exp (exec_has_index_section): New proc.
4411 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4412 section.
4413
9d6d4be8
TV
44142019-05-04 Tom de Vries <tdevries@suse.de>
4415
4416 * boards/cc-with-debug-names.exp: New file.
4417
222a8d25
TT
44182019-05-03 Tom Tromey <tromey@adacore.com>
4419
4420 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4421 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4422 * gdb.ada/char_enum.exp: Add test.
4423
0fdfd794
TV
44242019-05-03 Tom de Vries <tdevries@suse.de>
4425
4426 * boards/cc-with-gdb-index.exp: New file.
4427
80062eb9
AB
44282019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4429
4430 * gdb.rust/simple.exp: Add new test case.
4431 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4432 (main): Initialise an instance of the new struct.
4433
4504bbde
TT
44342019-05-01 Tom Tromey <tromey@adacore.com>
4435
4436 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4437 record.
4438 (NPR): New variable.
4439 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4440 test.
4441
d48e62f4
TT
44422019-05-01 Tom Tromey <tromey@adacore.com>
4443
4444 * gdb.ada/packed_array_assign.exp: Add packed assignment
4445 regression test.
4446
f59f30f5
TV
44472019-05-01 Tom de Vries <tdevries@suse.de>
4448
4449 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4450
b70bfc54
TV
44512019-05-01 Tom de Vries <tdevries@suse.de>
4452
4453 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4454
15f18d14
AT
44552019-04-30 Ali Tamur <tamur@google.com>
4456
4457 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4458
2ff0a947
TT
44592019-04-30 Tom Tromey <tromey@adacore.com>
4460
4461 * lib/ada.exp (find_ada_tool): New proc.
4462 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4463 * gdb.ada/catch_ex_std.exp: New file.
4464 * gdb.ada/catch_ex_std/foo.adb: New file.
4465 * gdb.ada/catch_ex_std/some_package.adb: New file.
4466 * gdb.ada/catch_ex_std/some_package.ads: New file.
4467
a776957c
TT
44682019-04-30 Tom Tromey <tromey@adacore.com>
4469
4470 PR c++/24470:
4471 * gdb.cp/temargs.cc: Add test code from PR.
4472
bc68014d
AB
44732019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4474
4475 * gdb.fortran/vla-datatypes.exp: Update expected results.
4476 * gdb.fortran/vla-ptype.exp: Likewise.
4477 * gdb.fortran/vla-type.exp: Likewise.
4478 * gdb.fortran/vla-value.exp: Likewise.
4479
f1fdc960
AB
44802019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4481
4482 * gdb.fortran/ptr-indentation.exp: Update expected results.
4483 * gdb.fortran/ptype-on-functions.exp: Likewise.
4484 * gdb.fortran/vla-ptr-info.exp: Likewise.
4485 * gdb.fortran/vla-value.exp: Likewise.
4486
bf7a4de1
AB
44872019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4488
4489 * gdb.fortran/ptype-on-functions.exp: New file.
4490 * gdb.fortran/ptype-on-functions.f90: New file.
4491
bbe75b9d
AB
44922019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4493
4494 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4495 case void string.
4496
1db455a7
AB
44972019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4498
4499 * gdb.fortran/complex.exp: Expand.
4500 * gdb.fortran/complex.f: Renamed to...
4501 * gdb.fortran/complex.f90: ...this, and extended to add more
4502 complex values.
4503
b6d03bb2
AB
45042019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4505
4506 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4507 MODULO, CMPLX.
4508
2e62ab40
AB
45092019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4510 Richard Bunt <richard.bunt@arm.com>
4511
4512 * gdb.base/max-depth.c: New file.
4513 * gdb.base/max-depth.exp: New file.
4514 * gdb.python/py-nested-maps.c: New file.
4515 * gdb.python/py-nested-maps.exp: New file.
4516 * gdb.python/py-nested-maps.py: New file.
4517 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4518 (test_all_common): Call test_max_depth.
4519 * gdb.fortran/max-depth.exp: New file.
4520 * gdb.fortran/max-depth.f90: New file.
4521 * gdb.go/max-depth.exp: New file.
4522 * gdb.go/max-depth.go: New file.
4523 * gdb.modula2/max-depth.exp: New file.
4524 * gdb.modula2/max-depth.c: New file.
4525 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4526
d2b584a5
TV
45272019-04-29 Tom de Vries <tdevries@suse.de>
4528
4529 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4530
136afab8
PW
45312019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4532
4533 * gdb.base/callexit.exp: Test may-call-functions off.
4534
725cbb63
KS
45352019-04-25 Keith Seitz <keiths@redhat.com>
4536
4537 PR c++/24367
4538 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4539 (another_incomplete_struct, test_incomplete): New definitions.
4540 (main): Use new definitions.
4541 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4542 functions.
4543
701adfb0
PA
45442019-04-25 Ali Tamur <tamur@google.com>
4545
4546 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4547
82433e3e
SDJ
45482019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4549
4550 PR corefiles/11608
4551 PR corefiles/18187
4552 * gdb.base/coredump-filter-build-id.exp: New file.
4553
dd06d4d6
AH
45542019-04-25 Alan Hayward <alan.hayward@arm.com>
4555
e79be6e5
SM
4556 * Makefile.in: Pass through GDBSERVER_DEBUG.
4557 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4558 (gdbserver,debug): Add board setting.
4559 * gdb.trace/tspeed.exp: Skip when debugging.
4560 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4561 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4562
1670072e
TT
45632019-04-24 Tom Tromey <tromey@adacore.com>
4564
4565 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4566 Rust.
4567
a59240a4
TT
45682019-04-24 Tom Tromey <tromey@adacore.com>
4569
4570 * gdb.arch/amd64-eval.exp: Test bitfield return.
4571 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4572 (class Foo) <return_bitfields>: New method.
4573 (main): Call it.
4574
b907456c
AB
45752019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4576
4577 * gdb.cp/many-args.cc: New file.
4578 * gdb.cp/many-args.exp: New file.
4579
5c565afd
TV
45802019-04-23 Tom de Vries <tdevries@suse.de>
4581
4582 PR gdb/24433
4583 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4584
ba22ff86
AH
45852019-04-23 Alan Hayward <alan.hayward@arm.com>
4586
4587 * gdb.trace/backtrace.exp: Use nopie flag.
4588 * gdb.trace/circ.exp: Likewise.
4589 * gdb.trace/collection.exp: Likewise.
4590 * gdb.trace/ftrace.exp: Likewise.
4591 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4592 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4593 * gdb.trace/qtro.exp: Likewise.
4594 * gdb.trace/read-memory.exp: Likewise.
4595 * gdb.trace/report.exp: Likewise.
4596 * gdb.trace/tfile.exp: Likewise.
4597 * gdb.trace/tfind.exp: Likewise.
4598 * gdb.trace/unavailable.exp: Likewise.
4599
7905fc35
PA
46002019-04-22 Pedro Alves <palves@redhat.com>
4601
4602 * gdb.base/solib-probes-nosharedlibrary.c,
4603 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4604
8ecb59f8
TT
46052019-04-19 Tom Tromey <tromey@adacore.com>
4606
4607 * gdb.ada/ptype_union.c: New file.
4608 * gdb.ada/ptype_union.exp: New file.
4609
62160ec9
TT
46102019-04-19 Tom Tromey <tromey@adacore.com>
4611
4612 PR symtab/24423:
4613 * gdb.base/list0.h (foo): Add a control-l character.
4614
36cd4ba5
TV
46152019-04-18 Tom de Vries <tdevries@suse.de>
4616
4617 PR gdb/24433
4618 * boards/local-board.exp: Set sysroot to "".
4619
b73715df
TV
46202019-04-18 Tom de Vries <tdevries@suse.de>
4621 Pedro Alves <palves@redhat.com>
4622
4623 PR gdb/24454
4624 * gdb.threads/vfork-follow-child-exec.c: New file.
4625 * gdb.threads/vfork-follow-child-exec.exp: New file.
4626 * gdb.threads/vfork-follow-child-exit.c: New file.
4627 * gdb.threads/vfork-follow-child-exit.exp: New file.
4628
4aa866af
LS
46292019-04-15 Leszek Swirski <leszeks@google.com>
4630
4631 * gdb.arch/amd64-eval.cc: New file.
4632 * gdb.arch/amd64-eval.exp: New file.
4633
e5a1a79a
AH
46342019-04-11 Alan Hayward <alan.hayward@arm.com>
4635
4636 * gdb.server/sysroot.c: New test.
4637 * gdb.server/sysroot.exp: New file.
4638 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4639 matching param.
4640
41077b66
AB
46412019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4642
4643 * gdb.base/align.exp: Extend test to cover structures containing
4644 only static fields.
4645
c30391f8
TV
46462019-04-11 Tom de Vries <tdevries@suse.de>
4647
4648 * boards/cc-with-dwz-m.exp: New file.
4649 * boards/cc-with-dwz.exp: New file.
4650 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4651
e242fd12
SM
46522019-04-09 Simon Marchi <simon.marchi@efficios.com>
4653
4654 * gdb.base/start-cpp.exp: New file.
4655 * gdb.base/start-cpp.cc: New file.
4656
2b0c8b01
KB
46572019-04-08 Kevin Buettner <kevinb@redhat.com>
4658
4659 * gdb.python/py-thrhandle.exp: Adjust tests to call
4660 thread_from_handle instead of thread_from_thread_handle.
4661
947210e5
KB
46622019-04-08 Kevin Buettner <kevinb@redhat.com>
4663
4664 * gdb.python/py-thrhandle.exp: Add tests for
4665 gdb.InferiorThread.handle.
4666
d7df6549
AB
46672019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4668
4669 * gdb.python/py-function.exp: Check calling helper function from
4670 all languages.
4671 * lib/gdb.exp (gdb_supported_languages): New proc.
4672
8bdc1658
AB
46732019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4674
4675 * gdb.base/complex-parts.c: New file.
4676 * gdb.base/complex-parts.exp: New file.
4677
05caa1d2
TT
46782019-04-01 Tom Tromey <tromey@adacore.com>
4679
4680 PR symtab/23331:
4681 * gdb.dwarf2/dw2-ranges-main.c: New file.
4682 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4683 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4684
7734102d
EZ
46852019-03-30 Simon Marchi <simark@simark.ca>
4686
4687 * gdb.base/default.exp: Add values for $_gdb_major and
4688 $_gdb_minor.
4689
188e1fa9
TT
46902019-03-29 Tom Tromey <tromey@adacore.com>
4691
4692 * gdb.base/help.exp: Tighten apropos regexp.
4693
2880242d
KS
46942019-03-29 Keith Seitz <keiths@redhat.com>
4695
4696 * gdb.fortran/array-bounds.exp: New file.
4697 * gdb.fortran/array-bounds.f90: New file.
4698
077cad8e
PW
46992019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4700
4701 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4702
80047cfc
PW
47032019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4704
4705 * gdb.multi/hello.c (main): Increase alarm timer.
4706
f489207e
SL
47072019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4708
4709 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4710 factor when no hardware watchpoint support.
4711
c92df149
AH
47122019-03-28 Alan Hayward <alan.hayward@arm.com>
4713 Pedro Alves <palves@redhat.com>
4714
4715 * boards/local-board.exp: set sysroot to /.
4716
933aebfa
AH
47172019-03-27 Alan Hayward <alan.hayward@arm.com>
4718
4719 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4720 in child.
4721
9f9aa852
AB
47222019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4723
4724 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4725 field.
4726 (make_container): Initialise new field.
4727 * gdb.python/py-prettyprint.exp: Add new tests.
4728 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4729 <display_hint>: New method.
4730
3714a195
AB
47312019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4732
4733 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4734 gdb_continue_to_breakpoint more throughout this test.
4735 (run_lang_tests) Supply unique test names, and use
4736 gdb_test_no_output.
4737
18c77628
AB
47382019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4739
4740 * gdb.base/finish-pretty.exp: Update expected results.
4741 * gdb.base/pretty-print.c: New file.
4742 * gdb.base/pretty-print.exp: New file.
4743
9a93502f
PA
47442019-03-25 Pedro Alves <palves@redhat.com>
4745
4746 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4747 move comments outside list. Append '-i "" eof' section.
4748
968aa7ae
AH
47492019-03-22 Alan Hayward <alan.hayward@arm.com>
4750
34a7f2a4 4751 PR testsuite/25016
968aa7ae
AH
4752 * README: Add pie options.
4753 * gdb.base/break-interp.exp: Ensure pie is disabled.
4754 * gdb.base/dump.exp: Likewise.
4755 * lib/gdb.exp (gdb_compile): Add pie option.
4756
4c7d57e7
TT
47572019-03-19 Tom Tromey <tromey@adacore.com>
4758
4759 * gdb.mi/mi2-cli-display.c: New file.
4760 * gdb.mi/mi2-cli-display.exp: New file.
4761
bff8c71f
TT
47622019-03-18 Joel Brobecker <brobecker@adacore.com>
4763 Tom Tromey <tromey@adacore.com>
4764
4765 * gdb.ada/ptype_array/pck.adb: New file.
4766 * gdb.ada/ptype_array/pck.ads: New file.
4767 * gdb.ada/ptype_array/foo.adb: New file.
4768 * gdb.ada/ptype_array.exp: New file.
4769
d085f989
TT
47702019-03-14 Tom Tromey <tromey@adacore.com>
4771
4772 * gdb.base/style.exp: Add "set style sources" test.
4773
b4be1b06
SM
47742019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4775
4776 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4777 * mi-breakpoint-multiple-locations.exp: ... this.
4778 (make_breakpoints_pattern): New proc.
4779 (do_test): Add mi_version parameter, test -break-insert,
4780 -break-info and =breakpoint-created.
4781
7cde5fc2
AB
47822019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4783
4784 * config/default.exp: Remove 'load_lib gdb.exp'.
4785 * config/monitor.exp: Likewise.
4786 * config/sid.exp: Likewise.
4787 * config/sim.exp: Likewise.
4788 * config/slite.exp: Likewise.
4789 * config/unix.exp: Likewise.
4790 * gdb.base/default.exp: Remove unhelpful comment.
4791
efbecbc1
AB
47922019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4793
4794 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4795
0841c79a
AB
47962019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4797
4798 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4799
4a270568
AB
48002019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4801
4802 * gdb.fortran/type-kinds.exp: Update expected results.
4803
067630bd
AB
48042019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4805
4806 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4807
3be47f7a
AB
48082019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4809
4810 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4811 function.
4812 (test_basic_parsing_of_type_kinds): Expand types tested.
4813 (test_parsing_invalid_type_kinds): New function.
4814
4d00f5d8
AB
48152019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4816
4817 * gdb.fortran/intrinsics.exp: New file.
4818 * gdb.fortran/intrinsics.f90: New file.
4819 * gdb.fortran/type-kinds.exp: New file.
4820
c8f91604
AB
48212019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4822
4823 * gdb.fortran/dot-ops.exp: New file.
4824
dd9f2c76
AB
48252019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4826
4827 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4828 Check upper and lower case logical literals.
4829
84ec9724
AB
48302019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4831
4832 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4833 Remove duplicate tests.
4834
c3734e09
AH
48352019-03-06 Alan Hayward <alan.hayward@arm.com>
4836
4837 * lib/gdb.exp (builtin_cd): rename of cd.
4838 (cd): Override builtin.
4839
aa3cfbda
RB
48402019-03-06 Richard Bunt <richard.bunt@arm.com>
4841
4842 * gdb.fortran/function-calls.exp: New file.
4843 * gdb.fortran/function-calls.f90: New test.
4844
7b63ad86
RB
48452019-03-04 Richard Bunt <richard.bunt@arm.com>
4846
4847 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4848 on user program standard output.
4849 * gdb.fortran/short-circuit-argument-list.f90: Record function
4850 calls.
4851
01abb042
AH
48522019-02-28 Alan Hayward <alan.hayward@arm.com>
4853
c3734e09
AH
4854 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4855 failure.
01abb042 4856
92137da0
RO
48572019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4858
4859 PR gdb/8527
4860 * gdb.base/interrupt-daemon-attach.c,
4861 gdb.base/interrupt-daemon-attach.exp: New test.
4862
5862844d
PA
48632019-02-27 Pedro Alves <palves@redhat.com>
4864
4865 * gdb.base/page.exp: Add tests for "set width/height -1".
4866
8ed25214
PA
48672019-02-27 Pedro Alves <palves@redhat.com>
4868
4869 * gdb.base/page.exp: Add tests for "set/show width/height" with
4870 "infinite" values.
4871
6c28e44a
TT
48722019-02-27 Tom Tromey <tromey@adacore.com>
4873
4874 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4875 2.4.
4876 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4877 workaround.
4878
bf9a735e
AB
48792019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4880
4881 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4882 tests for structs with static members.
4883
8791793c
TT
48842019-02-26 Tom Tromey <tromey@adacore.com>
4885
4886 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4887 ValueError, not TypeError.
4888
bc2a507e
KB
48892019-02-26 Kevin Buettner <kevinb@redhat.com>
4890
4891 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4892 call from main program.
4893
e0e7d3bd
JB
48942019-02-23 Joel Brobecker <brobecker@adacore.com>
4895
4896 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4897 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4898 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4899 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4900 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4901
9600246d
KS
49022019-02-22 Keith Seitz <keiths@redhat.com>
4903
4904 PR symtab/23853
4905 * gdb.base/symlink-sourcefile.c: New file.
4906 * gdb.base/symlink-sourcefile.exp: New file.
4907
0c95f9ed
TT
49082019-02-20 Tom Tromey <tom@tromey.com>
4909
4910 * gdb.base/info_qt.exp: Update.
4911
6caa91b6
SM
49122019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4913
4914 * gdb.base/source.exp: Move "error in sourced script" code to
4915 the end.
4916 * gdb.base/source-error.gdb: Move contents to
4917 source-error-1.gdb. Add new code to source source-error-1.gdb.
4918 * gdb.base/source-error-1.gdb: New file, from previous
4919 source-error.gdb.
4920
6506371f
TT
49212019-02-17 Tom Tromey <tom@tromey.com>
4922
4923 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4924 for macro styling.
4925 * gdb.base/style.c (SOME_MACRO): New macro.
4926
a0087920
TT
49272019-02-17 Tom Tromey <tom@tromey.com>
4928
4929 * gdb.base/style.exp: Add line-wrapping tests.
4930 * gdb.base/page.exp: Add test for quitting during pagination.
4931
a2cd4f14
JB
49322019-02-17 Joel Brobecker <brobecker@adacore.com>
4933
4934 * gdb.ada/big_packed_array: New testcase.
4935 * gdb.ada/homonym.exp: Fix incorrect expected output for
4936 "break <homonym__get_value>" test.
4937
9d70ffbc
WP
49382019-02-13 Weimin Pan <weimin.pan@oracle.com>
4939
4940 PR breakpoints/21870
4941 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4942 and prepare_for_testing. Add comment.
4943 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4944 redundant cleanup call. Clean up comment.
4945
01c7ae81
WP
49462019-02-12 Weimin Pan <weimin.pan@oracle.com>
4947
4948 PR breakpoints/21870
4949 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4950 * gdb.arch/aarch64-dbreg-contents.c: New file.
4951
aff29d1c
JB
49522019-02-10 Joel Brobecker <brobecker@adacore.com>
4953
4954 * gdb.ada/mi_ref_changeable: New testcase.
4955
df0da8a2
AH
49562019-02-07 Alan Hayward <alan.hayward@arm.com>
4957
4958 * gdb.base/attach.exp: Add double attach test.
4959
bd447abb
SM
49602019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4961
4962 * lib/gdb.exp (default_gdb_start): Don't match pagination
4963 prompt.
4964 (gdb_init): Set stty_init.
4965
1dbc40b9
TT
49662019-01-27 Tom Tromey <tom@tromey.com>
4967
4968 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4969 skip_python_tests.
4970
353229bf
AH
49712019-01-24 Alan Hayward <alan.hayward@arm.com>
4972
4973 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4974 New structure.
4975 (struct struct_static_02_02): Likewise.
4976 (struct struct_static_02_03): Likewise.
4977 (struct struct_static_02_04): Likewise.
4978 (struct struct_static_04_01): Likewise.
4979 (struct struct_static_04_02): Likewise.
4980 (struct struct_static_04_03): Likewise.
4981 (struct struct_static_04_04): Likewise.
4982 (struct struct_static_06_01): Likewise.
4983 (struct struct_static_06_02): Likewise.
4984 (struct struct_static_06_03): Likewise.
4985 (struct struct_static_06_04): Likewise.
4986 (cmp_struct_static_02_01): Likewise.
4987 (cmp_struct_static_02_02): Likewise.
4988 (cmp_struct_static_02_03): Likewise.
4989 (cmp_struct_static_02_04): Likewise.
4990 (cmp_struct_static_04_01): Likewise.
4991 (cmp_struct_static_04_02): Likewise.
4992 (cmp_struct_static_04_03): Likewise.
4993 (cmp_struct_static_04_04): Likewise.
4994 (cmp_struct_static_06_01): Likewise.
4995 (cmp_struct_static_06_02): Likewise.
4996 (cmp_struct_static_06_03): Likewise.
4997 (cmp_struct_static_06_04): Likewise.
4998 (call_all): Test new structs.
4999 * gdb.base/infcall-nested-structs.exp: Likewise.
5000
73021deb
AH
50012019-01-21 Alan Hayward <alan.hayward@arm.com>
5002 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5003
fc65c7db
AH
50042019-01-21 Alan Hayward <alan.hayward@arm.com>
5005 * gdb.base/stack-protector.c: New test.
5006 * gdb.base/stack-protector.exp: New file.
5007 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5008 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5009 option.
5010 (gdb_compile): Remove stack protector for GCC and prevent
5011 recursion.
5012
c24bdb02
KS
50132019-01-16 Keith Seitz <keiths@redhat.com>
5014
5015 PR gdb/23773
5016 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5017
6f072a10
PFC
50182019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5019
5020 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5021 aliases.
5022 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5023 tests.
5024 * gdb.arch/powerpc-vector-regs.c: New file.
5025 * gdb.arch/powerpc-vector-regs.exp: New file.
5026
a7b8d682
PFC
50272019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5028
5029 * gdb.arch/altivec-regs.exp: Fix the list passed to
5030 gdb_expect_list when testing "info vector".
5031
6eb6fb67
AB
50322019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5033
5034 * gdb.base/style.exp: Don't include path in testname.
5035
b56f80d8
KS
50362019-01-10 Keith Seitz <keiths@redhat.com>
5037
5038 PR gdb/23712
5039 PR symtab/23010
5040 * gdb.dwarf2/multidictionary.exp: New file.
5041
041be526
SM
50422019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5043
5044 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5045 (test_gnuv3_style_demangling): ... this.
5046 (test_lucid_style_demangling): Remove.
5047 (test_arm_style_demangling): Remove.
5048 (test_hp_style_demangling): Remove.
5049 (do_tests): Remove calls to the above.
5050
d820d0c3
AB
50512019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5052
5053 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5054 case.
5055
f097f5ad
TT
50562019-01-06 Tom Tromey <tom@tromey.com>
5057
5058 PR gdb/28155:
5059 * gdb.dwarf2/typedef-void-finish.exp: New file.
5060
2cd8cc0b
TT
50612018-12-28 Tom Tromey <tom@tromey.com>
5062 Simon Marchi <simark@simark.ca>
5063
5064 * gdb.base/jit-exec.exp: New file.
5065 * gdb.base/jit-exec.c: New file.
5066 * gdb.base/jit-execd.c: New file.
5067
35fb8261
TT
50682018-12-28 Tom Tromey <tom@tromey.com>
5069
5070 * gdb.base/style.exp: Update test to check for address styling.
5071
47fd17cd
TT
50722018-12-28 Tom Tromey <tom@tromey.com>
5073
5074 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5075 message.
5076
d47032b7
TT
50772018-12-28 Tom Tromey <tom@tromey.com>
5078
5079 * gdb.base/style.exp: Add test for version number styling.
5080
af79b68d
TT
50812018-12-28 Tom Tromey <tom@tromey.com>
5082
5083 * gdb.base/style.exp: Add test for print_address_symbolic.
5084
0bb296cb
TT
50852018-12-28 Tom Tromey <tom@tromey.com>
5086
5087 * gdb.base/style.exp: Add test for breakpoint setting.
5088
80ae2043
TT
50892018-12-28 Tom Tromey <tom@tromey.com>
5090
5091 * gdb.base/style.exp: Add test for variable names.
5092
cbe56571
TT
50932018-12-28 Tom Tromey <tom@tromey.com>
5094
5095 * gdb.base/style.exp: New file.
5096 * gdb.base/style.c: New file.
5097
9162a27c
TT
50982018-12-28 Tom Tromey <tom@tromey.com>
5099
5100 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5101 "dumb".
5102 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5103 the TERM environment variable.
5104
bc543c90
TT
51052018-12-27 Tom Tromey <tom@tromey.com>
5106
5107 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5108 pagination test.
5109
6f0ffe50
AB
51102018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5111
5112 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5113 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5114
b5a1e557
PW
51152018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5116
5117 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5118 Filename a.adb changed to bp_fun_addr.adb.
5119 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5120
6e8b1ab2
JV
51212018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5122
5123 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5124 non-PIE executables.
5125 * README: Mention the gdb,nopie_flag board setting.
5126 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5127 non-PIE executable.
5128 * gdb.arch/amd64-entry-value.exp: Likewise.
5129 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5130 * gdb.arch/i386-float.exp: Likewise.
5131 * gdb.arch/i386-signal.exp: Likewise.
5132 * gdb.mi/mi-reg-undefined.exp: Likewise.
5133
d00a27c5
PM
51342018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5135
5136 PR gdb/23974
5137 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5138
161d081c
PW
51392018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5140
5141 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5142 Update order of results accordingly.
5143
b001de23
AB
51442018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5145
5146 * gdb.base/annota1.exp: Update a test regexp.
5147
99e1a184
AB
51482018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5149
5150 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5151
7a81c1e2
PW
51522018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5153
5154 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5155 (reuse_time): Initialize to REUSE_TIME_CAP.
5156 (check_rc): New function.
5157 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5158 Check pthread_create rc.
5159 (spawner_thread_func): Check pthread_create and pthread_join rc.
5160
73e8dc90
PA
51612018-12-08 Pedro Alves <palves@redhat.com>
5162
5163 * gdb.base/list.exp (test_forward_search): Rename to ...
5164 (test_forward_reverse_search): ... this. Also test reverse-search
5165 and the forward-search alias.
5166
13f2ed32
AB
51672018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5168
5169 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5170 local timeout variable before return, and remove all local timeout
5171 variable entirely.
5172 (gdb_load): Likewise.
5173
64d27cfc
TV
51742018-12-01 Tom de Vries <tdevries@suse.de>
5175
5176 * gdb.base/gdb-caching-proc.exp: New file.
5177
f63c03b4
SDJ
51782018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5179
5180 * Makefile.in (TIMESTAMP): New variable.
5181 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5182 command.
5183 (check-single-racy): Likewise.
5184 (check/%.exp): Likewise.
5185 (check-racy/%.exp): Likewise.
5186 (workers/%.worker): Likewise.
5187 (build-perf): Likewise.
5188 (check-perf): Likewise.
5189 * README: Describe new "TS" and "TS_FORMAT" variables.
5190 * print-ts.py: New file.
5191
1c97054b
BF
51922018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5193
5194 PR python/23714
5195 * gdb.python/python.exp: Test command repetition after
5196 gdb.execute.
5197
1871a62d
AB
51982018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5199
5200 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5201 is correctly aligned.
5202
fb5e1ed9
PW
52032018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5204
5205 * gdb.ada/info_auto_lang.exp: New testcase.
5206 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5207 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5208 * gdb.ada/info_auto_lang/some_c.c: New file.
5209
43d397ca
PW
52102018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5211
5212 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5213 FUNC_lang language syntax.
5214
beddd671
PW
52152018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5216
5217 * gdb.base/info_minsym.c: New file.
5218 * gdb.base/info_minsym.exp: New file.
5219
73fc52c4
TT
52202018-11-19 Tom Tromey <tom@tromey.com>
5221
5222 PR rust/23625:
5223 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5224 * gdb.rust/expr.exp: Update expected output. Change one test.
5225
994b876a
TT
52262018-11-19 Tom Tromey <tom@tromey.com>
5227
5228 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5229
6769f276
PA
52302018-11-19 Pedro Alves <palves@redhat.com>
5231
5232 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5233 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5234 see the expected warning.
5235
38a72da0
AH
52362018-11-16 Alan Hayward <alan.hayward@arm.com>
5237
5238 PR gdb/22736:
5239 * gdb.cp/infcall-nodebug-lib.c: New test.
5240 * gdb.cp/infcall-nodebug-main.c: New test.
5241 * gdb.cp/infcall-nodebug.exp: New file.
5242
53a89d6e
SM
52432018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5244
5245 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5246 completer tests.
5247
9325300d
TV
52482018-11-09 Tom de Vries <tdevries@suse.de>
5249
5250 * gdb.base/msym-lang.c: New test.
5251 * gdb.base/msym-lang.exp: New file.
5252 * gdb.base/msym-lang-main.c: New test.
5253
20f0d60d
TT
52542018-11-08 Tom Tromey <tom@tromey.com>
5255
5256 PR gdb/23555:
5257 PR gdb/23838:
5258 * gdb.base/warning.exp: New file.
5259
b5420128
JB
52602018-11-08 Jan Beulich <jbeulich@suse.com>
5261
5262 * testsuite/gdb.arch/i386-avx512.c,
5263 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5264
cd115d61
AB
52652018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5266
5267 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5268 point hardware.
5269
35ee2dc2
AB
52702018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5271
5272 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5273 * gdb.dwarf2/missing-type-name.exp: New file.
5274
31aceee8
TV
52752018-11-06 Tom de Vries <tdevries@suse.de>
5276
5277 * gdb.base/many-headers.c: New test.
5278 * gdb.base/many-headers.exp: New file.
5279
109be305
JW
52802018-11-06 Jim Wilson <jimw@sifive.com>
5281
5282 * gdb.base/code_elim.exp: For riscv, set additional_flags
5283 to include -msmall-data-limit=0.
5284
e2b7af72
JB
52852018-11-01 Joel Brobecker <brobecker@adacore.com>
5286
5287 * gdb.ada/watch_minus_l: New testcase.
5288
cdcda965
SM
52892018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5290
5291 * gdb.arch/aix-sighandle.c: New file.
5292 * gdb.arch/aix-sighandle.exp: New file.
5293
92dcebf3
AB
52942018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5295
5296 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5297 registers being unions.
5298
68b9ac18
TV
52992018-10-31 Tom de Vries <tdevries@suse.de>
5300
5301 * lib/valgrind.exp: New file.
5302 (vgdb_start, vgdb_stop): New procs, factored out of ...
5303 * gdb.base/valgrind-bt.exp: ... here, ...
5304 * gdb.base/valgrind-disp-step.exp: ... here and ...
5305 * gdb.base/valgrind-infcall.exp: ... here.
5306
1443936e
TV
53072018-10-31 Tom de Vries <tdevries@suse.de>
5308
5309 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5310
eb77c9df
AB
53112018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5312
5313 * gdb.dwarf2/void-type.c: New file.
5314 * gdb.dwarf2/void-type.exp: New file.
5315
82b5e646
PW
53162018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5317
5318 * gdb.base/info_qt.c: New file.
5319 * gdb.base/info_qt.exp: New file.
5320
8d619c01
EBM
53212018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5322
5323 * gdb.arch/powerpc-htm-regs.c: New file.
5324 * gdb.arch/powerpc-htm-regs.exp: New file.
5325
f2cf6173
EBM
53262018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5327
5328 * gdb.arch/powerpc-tar.c: New file.
5329 * gdb.arch/powerpc-tar.exp: New file.
5330
7ca18ed6
EBM
53312018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5332
5333 * gdb.arch/powerpc-ppr-dscr.c: New file.
5334 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5335
bfcc0eba
TV
53362018-10-25 Tom de Vries <tdevries@suse.de>
5337
5338 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5339
fe1a5cad
TV
53402018-10-24 Tom de Vries <tdevries@suse.de>
5341
5342 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5343 longer exists error.
5344
a76dc3b7
TV
53452018-10-24 Tom de Vries <tdevries@suse.de>
5346
5347 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5348
4df46df7
TV
53492018-10-24 Tom de Vries <tdevries@suse.de>
5350
5351 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5352 --db-attach in valgrind.
5353
0dbfcfff
AB
53542018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5355
5356 * gdb.arch/riscv-reg-aliases.c: New file.
5357 * gdb.arch/riscv-reg-aliases.exp: New file.
5358
b04480b1
AH
53592018-10-19 Alan Hayward <alan.hayward@arm.com>
5360
5361 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5362
2c6ac8d7
AH
53632018-10-19 Alan Hayward <alan.hayward@arm.com>
5364
5365 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5366
2bc69f25
AH
53672018-10-19 Alan Hayward <alan.hayward@arm.com>
5368
5369 * gdb.cp/ovldbreak.exp: Fix regexps.
5370
1f1ae3a3
AH
53712018-10-19 Alan Hayward <alan.hayward@arm.com>
5372
5373 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5374
94c18618
SDJ
53752018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5376
5377 PR cli/23785
5378 * gdb.base/restore.exp: New test to check if "restore" with an
5379 invalid file doesn't segfault.
5380
812cd6eb
TV
53812018-10-18 Tom de Vries <tdevries@suse.de>
5382
5383 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5384 * gdb.ada/excep_handle.exp: Same.
5385 * gdb.ada/mi_string_access.exp: Same.
5386 * gdb.ada/mi_var_union.exp: Same.
5387 * gdb.arch/arc-analyze-prologue.exp: Same.
5388 * gdb.arch/arc-decode-insn.exp: Same.
5389 * gdb.base/readnever.exp: Same.
5390 * gdb.fortran/printing-types.exp: Same.
5391 * gdb.guile/scm-lazy-string.exp: Same.
5392
c4b90788
TV
53932018-10-16 Tom de Vries <tdevries@suse.de>
5394
5395 PR gdb/23730
5396 * gdb.base/catch-follow-exec.c: Add copyright notice.
5397 * gdb.base/catch-follow-exec.exp: Rewrite to use
5398 gdb_spawn_with_cmdline_opts. Require gdb-native.
5399
8bca2978
SL
54002018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5401
5402 * gdb.trace/actions-changed.exp: Check for arch support.
5403 * gdb.trace/actions.exp: Likewise.
5404 * gdb.trace/ax.exp: Likewise.
5405 * gdb.trace/backtrace.exp: Likewise.
5406 * gdb.trace/change-loc.exp: Likewise.
5407 * gdb.trace/deltrace.exp: Likewise.
5408 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5409 * gdb.trace/ftrace.exp: Likewise.
5410 * gdb.trace/infotrace.exp: Check for arch support.
5411 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5412 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5413 * gdb.trace/mi-tsv-changed.exp: Likewise.
5414 * gdb.trace/packetlen.exp: Likewise.
5415 * gdb.trace/passc-dyn.exp: Likewise.
5416 * gdb.trace/passcount.exp: Likewise.
5417 * gdb.trace/pending.exp: Likewise.
5418 * gdb.trace/range-stepping.exp: Check for shlib support.
5419 * gdb.trace/report.exp: Check for arch support.
5420 * gdb.trace/save-trace.exp: Likewise.
5421 * gdb.trace/signal.exp: Check for signal support.
5422 * gdb.trace/tfind.exp: Check for arch support.
5423 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5424 * gdb.trace/trace-common.h: Add comment.
5425 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5426 * gdb.trace/trace-enable-disable.exp: Likewise.
5427 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5428 * gdb.trace/tracecmd.exp: Check for arch support.
5429 * gdb.trace/tspeed.exp: Check for shlib and target support.
5430 * gdb.trace/tstatus.exp: Check for arch support.
5431 * gdb.trace/tsv.exp: Likewise.
5432 * gdb.trace/while-dyn.exp: Likewise.
5433 * gdb.trace/while-stepping.exp: Likewise.
5434 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5435
f9c49bff
SM
54362018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5437
5438 * gdb.trace/tspeed.exp: Remove nowarnings.
5439 (prepare_for_trace_test): Declare "global ipalib".
5440 * gdb.trace/tspeed.c: Include unistd.h.
5441 (main): Remove superfluous printf argument.
5442
d4330bde
SL
54432018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5444
5445 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5446 directory prefix on the filename.
5447
8ecfd7bd
SDJ
54482018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5449
5450 * gdb.gdb/unittest.exp: Update expected message informing that
5451 selftests have been disabled.
5452 * gdb.server/unittest.exp: Likewise.
5453
58bbcd02
TV
54542018-10-09 Tom de Vries <tdevries@suse.de>
5455
5456 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5457 with runto_main.
5458
9f6b697b
WP
54592018-10-08 Weimin Pan <weimin.pan@oracle.com>
5460
5461 PR c++/16841
5462 * gdb.cp/virtbase2.cc: New file.
5463 * gdb.cp/virtbase2.exp: New file.
5464
add5ded5
TT
54652018-10-06 Tom Tromey <tom@tromey.com>
5466
5467 PR python/19399:
5468 * gdb.python/py-inferior.exp: Add architecture test.
5469
f9e48344
TT
54702018-10-06 Tom Tromey <tom@tromey.com>
5471
5472 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5473 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5474
2a8be203
TT
54752018-10-06 Tom Tromey <tom@tromey.com>
5476
5477 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5478 of a "throw" catchpoint.
5479
e04caa70
SDJ
54802018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5481
5482 * gdb.base/info-proc.exp: Update string expected from "help info
5483 proc".
5484
5ca8c39f
TT
54852018-10-04 Tom Tromey <tom@tromey.com>
5486
5487 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5488 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5489 (test_initial_complaints, test_empty_complaints): Update.
5490 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5491
3453e7e4
TT
54922018-10-04 Tom Tromey <tom@tromey.com>
5493
5494 PR cli/19551:
5495 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5496 * lib/gdb.exp (gdb_file_cmd): Update.
5497 * gdb.stabs/weird.exp (print_weird_var): Update.
5498 * gdb.server/solib-list.exp: Update.
5499 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5500 * gdb.mi/mi-cli.exp: Update.
5501 * gdb.linespec/linespec.exp: Update.
5502 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5503 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5504 * gdb.cp/cp-relocate.exp: Update.
5505 * gdb.base/sym-file.exp: Update.
5506 * gdb.base/relocate.exp: Update.
5507 * gdb.base/readnever.exp: Update.
5508 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5509 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5510 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5511 * gdb.base/code_elim.exp: Update.
5512 * gdb.base/break-unload-file.exp (test_break): Update.
5513 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5514 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5515 Update.
5516 * gdb.base/attach.exp (do_attach_tests): Update.
5517 * gdb.base/sepdebug.exp: Update.
5518 * gdb.python/py-section-script.exp: Update.
5519
6afcf761
TT
55202018-10-04 Tom Tromey <tom@tromey.com>
5521
5522 PR cli/22234:
5523 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5524 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5525 output.
5526
fef1b293
TT
55272018-10-04 Tom Tromey <tom@tromey.com>
5528
5529 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5530 set width and height to 0.
5531 (test_command_line_attach_run): Use -quiet.
5532
ca98345e
SL
55332018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5534
5535 * lib/gdb.exp (skip_ifunc_tests): New.
5536 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5537 other compile failures.
5538 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5539
ff34e6ae
SM
55402018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5541
5542 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5543 is_amd64_regs_target.
5544
6bb8890e
AH
55452018-10-01 Alan Hayward <alan.hayward@arm.com>
5546
5547 * gdb.arch/aarch64-sighandler-regs.c: New test.
5548 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5549 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5550
224d30d3
MM
55512018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5552
5553 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5554 assembly.
5555
f67ffa6a
AB
55562018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5557
5558 * gdb.base/frame-selection.exp: New file.
5559 * gdb.base/frame-selection.c: New file.
5560
9fc3183f
AH
55612018-09-27 Alan Hayward <alan.hayward@arm.com>
5562
5563 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5564 pthread barrier.
5565 (main): Likewise.
5566
d354055e
AB
55672018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5568
5569 * gdb.base/large-frame-1.c: New file.
5570 * gdb.base/large-frame-2.c: New file.
5571 * gdb.base/large-frame.exp: New file.
5572 * gdb.base/large-frame.h: New file.
5573
db727370
JL
55742018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5575
5576 PR gdb/20948
5577 * gdb.base/write_mem.exp: New test.
5578 * gdb.base/write_mem.c: Likewise.
5579
ae778caf
TT
55802018-09-23 Tom Tromey <tom@tromey.com>
5581
5582 PR python/18852:
5583 * gdb.python/py-parameter.exp: Add test for parameter that throws
5584 on "set".
5585
fd3ba736
TT
55862018-09-23 Tom Tromey <tom@tromey.com>
5587
5588 PR python/17284:
5589 * gdb.python/py-template.exp (test_template_arg): Add test for
5590 negative template argument number.
5591
39a24317
TT
55922018-09-23 Tom Tromey <tom@tromey.com>
5593
5594 PR python/14062:
5595 * gdb.python/python.exp: Add test for post_event error.
5596
f5769a2c
TT
55972018-09-23 Tom Tromey <tom@tromey.com>
5598
5599 PR python/18170:
5600 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5601 convert pointers to int and long.
5602
1c1e54f6
TT
56032018-09-23 Tom Tromey <tom@tromey.com>
5604
5605 PR python/20126:
5606 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5607 signed-ness conversion tests.
5608
fb4fa946
TT
56092018-09-23 Tom Tromey <tom@tromey.com>
5610
5611 PR python/18352;
5612 * gdb.python/py-value.exp (test_float_conversion): New proc.
5613 Use it.
5614
a466edac
HAQ
56152018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5616
5617 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5618
4ee9b0c5
SL
56192018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5620
5621 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5622 no readline.
5623 * gdb.base/utf8-identifiers.exp: Likewise.
5624 * gdb.cp/cpcompletion.exp: Likewise.
5625 * gdb.linespec/cpcompletion.exp: Likewise.
5626 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5627 * gdb.linespec/cpls-ops.exp: Likewise.
5628
23be8da7
RB
56292018-09-19 Richard Bunt <richard.bunt@arm.com>
5630 Chris January <chris.january@arm.com>
5631
5632 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5633 * gdb.fortran/short-circuit-argument-list.exp: New file.
5634 * gdb.fortran/short-circuit-argument-list.f90: New test.
5635
5031d0ae
SDJ
56362018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5637
5638 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5639 "arch=" keyword when executing "-stack-list-frames".
5640
b4c0d1a4
SDJ
56412018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5642
5643 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5644 "arch=" keyword when executing "-stack-list-frames".
5645
7a6d2b45
SDJ
56462018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5647
5648 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5649 break ada".
5650
8588b356
SM
56512018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5652
5653 PR python/23669
5654 * gdb.python/python.exp: Test gdb.execute("show commands").
5655
65e65158
TT
56562018-09-16 Tom Tromey <tom@tromey.com>
5657
5658 * gdb.base/new-ui.exp (do_execution_tests): Update.
5659 * gdb.base/dbx.exp (test_breakpoints): Update.
5660
bf326452
AH
56612018-09-14 Alan Hayward <alan.hayward@arm.com>
5662
5663 * lib/gdb.exp (gdb_simple_compile): Add proc.
5664 (is_elf_target): Use gdb_simple_compile.
5665 (skip_altivec_tests): Likewise.
5666 (skip_vsx_tests): Likewise.
5667 (skip_tsx_tests): Likewise.
5668 (skip_btrace_tests): Likewise.
5669 (skip_btrace_pt_tests): Likewise.
5670 (gdb_can_simple_compile): Likewise.
5671 (gdb_has_argv0): Likewise.
5672 (gdb_target_symbol_prefix): Likewise.
5673 (target_supports_scheduler_locking): Likewise.
5674
2361b0fb
TT
56752018-09-13 Tom Tromey <tom@tromey.com>
5676
5677 * Makefile.in (TAGS): Recognize proc_with_prefix and
5678 gdb_caching_proc.
5679
0ae1a321
SM
56802018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5681
5682 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5683 method.
5684
a40bf0c2
SM
56852018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5686
5687 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5688 and a few other Inferior properties when the Inferior is no
5689 longer valid.
5690
4a3fe98f
TT
56912018-09-13 Tom Tromey <tom@tromey.com>
5692
5693 PR rust/23650:
5694 * gdb.rust/simple.exp: Add test for enum field access error.
5695
098b2108
TT
56962018-09-13 Tom Tromey <tom@tromey.com>
5697
5698 PR rust/23626:
5699 * gdb.rust/simple.rs (EmptyEnum): New type.
5700 (main): Use it.
5701 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5702
1256af7d
SM
57032018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5704
5705 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5706 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5707 * gdb.python/py-symtab.exp: Update test printing an objfile.
5708
4aa8e6c2
SM
57092018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5710
5711 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5712 object.
5713
c221b2f7
AH
57142018-09-12 Alan Hayward <alan.hayward@arm.com>
5715
5716 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5717 (support_complex_tests): Use gdb_can_simple_compile.
5718 (is_ilp32_target): Likewise.
5719 (is_lp64_target): Likewise.
5720 (is_64_target): Likewise.
5721 (is_amd64_regs_target): Likewise.
5722 (is_aarch32_target): Likewise.
5723 (gdb_int128_helper): Likewise.
5724
6f1107b5
JK
57252018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5726
5727 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5728
1f5d1570
JG
57292018-09-10 Jerome Guitton <guitton@adacore.com>
5730
5731 * gdb.ada/same_component_name: Add test for case of tagged record
5732 with variable-length fields.
5733
cc330e39
XR
57342018-09-10 Xavier Roirand <roirand@adacore.com>
5735
5736 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5737 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5738 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5739 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5740
b9c50e9a
XR
57412018-09-10 Xavier Roirand <roirand@adacore.com>
5742
5743 * gdb.ada/mi_string_access.exp: New testcase.
5744 * gdb.ada/mi_string_access/bar.adb: New file.
5745 * gdb.ada/mi_string_access/pck.adb: New file.
5746 * gdb.ada/mi_string_access/pck.asd: New file.
5747
2963898f
XR
57482018-09-10 Xavier Roirand <roirand@adacore.com>
5749
5750 * gdb.ada/mi_var_union.exp: New testcase.
5751 * gdb.ada/mi_var_union/bar.adb: New file.
5752 * gdb.ada/mi_var_union/pck.adb: New file.
5753 * gdb.ada/mi_var_union/pck.asd: New file.
5754
1aac008f
TT
57552018-09-08 Tom Tromey <tom@tromey.com>
5756
5757 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5758
332cf4c9
TT
57592018-09-08 Tom Tromey <tom@tromey.com>
5760
5761 PR python/16047:
5762 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5763 (register_pretty_printers): Register new printer.
5764 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5765 test.
5766 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5767 (an_int_type3): New global.
5768
424da6cf
JB
57692018-09-08 Joel Brobecker <brobecker@adacore.com>
5770
5771 * gdb.ada/expr_with_funcall: New testcase.
5772
2a62dfa9
JB
57732018-09-08 Joel Brobecker <brobecker@adacore.com>
5774
5775 * gdb.ada/packed_array_assign: New testcase.
5776
96b6697f
AB
57772018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5778
5779 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5780 names, and add test prefixes to make test names unique.
5781
e4a62c65
TV
57822018-09-05 Tom de Vries <tdevries@suse.de>
5783
5784 * gdb.dwarf2/varval.exp: Add test.
5785
dd083ee2
GB
57862018-09-04 Gary Benson <gbenson@redhat.com>
5787
5788 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5789 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5790
aef9346c
TT
57912018-08-31 Tom Tromey <tom@tromey.com>
5792
5793 * gdb.rust/simple.rs: Rename second variable "v".
5794
c67f2e15
AB
57952018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5796
5797 * gdb.base/funcargs.c (use_a): New function.
5798 (recurse): Call use_a.
5799
078a0207
KS
58002018-08-29 Keith Seitz <keiths@redhat.com>
5801
5802 * gdb.compile/compile-cplus-anonymous.cc: New file.
5803 * gdb.compile/compile-cplus-anonymous.exp: New file.
5804 * gdb.compile/compile-cplus-array-decay.cc: New file.
5805 * gdb.compile/compile-cplus-array-decay.exp: New file.
5806 * gdb.compile/compile-cplus-inherit.cc: New file.
5807 * gdb.compile/compile-cplus-inherit.exp: New file.
5808 * gdb.compile/compile-cplus-member.cc: New file.
5809 * gdb.compile/compile-cplus-member.exp: New file.
5810 * gdb.compile/compile-cplus-method.cc: New file.
5811 * gdb.compile/compile-cplus-method.exp: New file.
5812 * gdb.compile/compile-cplus-mod.c: "New" file.
5813 * gdb.compile/compile-cplus-namespace.cc: New file.
5814 * gdb.compile/compile-cplus-namespace.exp: New file.
5815 * gdb.compile/compile-cplus-nested.cc: New file.
5816 * gdb.compile/compile-cplus-nested.exp: New file.
5817 * gdb.compile/compile-cplus-print.c: "New" file.
5818 * gdb.compile/compile-cplus-print.exp: "New" file.
5819 * gdb.compile/compile-cplus-virtual.cc: New file.
5820 * gdb.compile/compile-cplus-virtual.exp: New file.
5821 * gdb.compile/compile-cplus.c: "New" file.
5822 * gdb.compile/compile-cplus.exp: "New" file.
5823 * lib/compile-support.exp: New file.
5824
b0f492b9
GB
58252018-08-16 Gary Benson <gbenson@redhat.com>
5826
5827 PR gdb/13000:
5828 * gdb.base/batch-exit-status.exp: New file.
5829 * gdb.base/batch-exit-status.good-commands: Likewise.
5830 * gdb.base/batch-exit-status.bad-commands: Likewise.
5831
36eb4c5f
AH
58322018-08-29 Alan Hayward <alan.hayward@arm.com>
5833
5834 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5835 (struct struct02): Likewise.
5836 (struct struct03): Likewise.
5837 (struct struct04): Likewise.
5838 (struct struct_01_01): New struct.
5839 (struct struct_01_02): Likewise.
5840 (struct struct_01_03): Likewise.
5841 (struct struct_01_04): Likewise.
5842 (struct struct_02_01): Likewise.
5843 (struct struct_02_02): Likewise.
5844 (struct struct_02_03): Likewise.
5845 (struct struct_02_04): Likewise.
5846 (struct struct_04_01): Likewise.
5847 (struct struct_04_02): Likewise.
5848 (struct struct_04_03): Likewise.
5849 (struct struct_04_04): Likewise.
5850 (struct struct_05_01): Likewise.
5851 (struct struct_05_02): Likewise.
5852 (struct struct_05_03): Likewise.
5853 (struct struct_05_04): Likewise.
5854 (cmp_struct01): Remove function.
5855 (cmp_struct02): Likewise.
5856 (cmp_struct03): Likewise.
5857 (cmp_struct04): Likewise.
5858 (cmp_struct_01_01): Add Function.
5859 (cmp_struct_01_02): Likewise.
5860 (cmp_struct_01_03): Likewise.
5861 (cmp_struct_01_04): Likewise.
5862 (cmp_struct_02_01): Likewise.
5863 (cmp_struct_02_02): Likewise.
5864 (cmp_struct_02_03): Likewise.
5865 (cmp_struct_02_04): Likewise.
5866 (cmp_struct_04_01): Likewise.
5867 (cmp_struct_04_02): Likewise.
5868 (cmp_struct_04_03): Likewise.
5869 (cmp_struct_04_04): Likewise.
5870 (cmp_struct_05_01): Likewise.
5871 (cmp_struct_05_02): Likewise.
5872 (cmp_struct_05_03): Likewise.
5873 (cmp_struct_05_04): Likewise.
5874 (call_all): Add new structs.
5875 * gdb.base/infcall-nested-structs.exp: Likewise.
5876
3bf9c013
JV
58772018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5878
5879 * gdb.python/py-framefilter-mi.exp: Update regexp to
5880 check for "arch" field in frame output.
5881
450d1e88
KB
58822018-08-23 Kevin Buettner <kevinb@redhat.com>
5883
5884 * gdb.dwarf2/dw2-ranges-func.c: New file.
5885 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5886
ae739fe7
SM
58872018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5888
5889 * gdb.base/term.exp: Compare terminal settings with values from
5890 the inferior.
5891 * gdb.base/term.c: Get and set terminal settings.
5892
6d52907e
JV
58932018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5894
5895 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5896 accommodate new "arch" field in frame output.
5897 * gdb.mi/mi-return.exp: Likewise.
5898 * gdb.mi/mi-stack.exp: Likewise.
5899 * gdb.mi/mi-syn-frame.exp: Likewise.
5900 * gdb.mi/user-selected-context-sync.exp: Likewise.
5901
be2d111a
MS
59022018-08-19 Michael Spang <spang@google.com>
5903
5904 PR gdb/11786
5905 * gdb.base/gcore-tls-pie.c: New file.
5906 * gdb.base/gcore-tls-pie.exp: New file.
5907
ae3a7c47
KB
59082018-08-18 Kevin Buettner <kevinb@redhat.com>
5909
5910 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5911 * gdb.dwarf2/varval.c: New file.
5912 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5913
2ecae92e
AH
59142018-08-17 Alan Hayward <alan.hayward@arm.com>
5915
5916 PR gdb/18931
5917 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5918
c1854f1d
KS
59192018-08-16 Keith Seitz <keiths@redhat.com>
5920
5921 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5922 tests expected to pass.
5923
26fb3983
JV
59242018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5925
5926 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5927 -data-disassemble -a.
5928 (test_disassembly_bogus_args): Likewise.
5929
67943c00
AB
59302018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5931
5932 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5933
5ff2bbae
AB
59342018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5935
5936 * gdb.base/vla-optimized-out.exp: Add new test.
5937
e5bbcd0f
AB
59382018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5939
5940 * gdb.base/vla-optimized-out-o3.exp: Delete.
5941 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5942 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5943 deleted tests.
5944
9d4a934c
AB
59452018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5946
5947 PR gdb/18050:
5948 * gdb.server/extended-remote-restart.c: New file.
5949 * gdb.server/extended-remote-restart.exp: New file.
5950
045cf012
SM
59512018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5952
5953 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5954 "set variable index = 42".
5955
87d6a7aa
SM
59562018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5957
5958 * boards/index-cache-gdb.exp: New file.
5959 * gdb.dwarf2/index-cache.exp: New file.
5960 * gdb.dwarf2/index-cache.c: New file.
5961 * gdb.base/maint.exp: Check if we are using the index cache.
5962
96d68bd4
RO
59632018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5964
5965 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5966 MAKEFLAGS.
5967
5a699617
RO
59682018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5969
5970 * dg-extract-results.sh: Move to toplevel contrib.
5971 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5972 * Makefile.in (check-parallel-racy): Likewise.
5973
5bd18990
AB
59742018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5975
5976 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5977 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5978 tests if the target supports scheduler locking.
5979
3fbbcf47
TV
59802018-08-04 Tom de Vries <tdevries@suse.de>
5981
5982 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5983
3e1d3d8c
TT
59842018-08-02 Tom Tromey <tom@tromey.com>
5985
5986 PR symtab/16842.
5987 * gdb.cp/temargs.exp: Test "info address" of a template
5988 parameter.
5989
5abe0f0c
JV
59902018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5991
5992 * gdb.python/py-mi-var-info-path-expression.c: New file.
5993 * gdb.python/py-mi-var-info-path-expression.py: New file.
5994 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5995
fb66cde8
SDJ
59962018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5997
5998 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5999 error after "cannot resolve name" string.
6000
c708f4d2
AB
60012018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6002
6003 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6004 started.
6005 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6006
37cc0cae
TV
60072018-07-28 Tom de Vries <tdevries@suse.de>
6008
6009 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6010
63b4ecf7
TV
60112018-07-26 Tom de Vries <tdevries@suse.de>
6012
6013 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6014
3c3bb058
AB
60152018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6016
6017 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6018 is visible.
6019
9e7f3bbb
TV
60202018-07-26 Tom de Vries <tdevries@suse.de>
6021
6022 PR breakpoints/23366
6023 * gdb.base/catch-follow-exec.c: New test.
6024 * gdb.base/catch-follow-exec.exp: New file.
6025
16f808ec
TV
60262018-07-25 Tom de Vries <tdevries@suse.de>
6027
6028 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6029 vla-optimized-out.c.
6030
d7154a8d
JV
60312018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6032
6033 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6034 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6035
232a0032
TV
60362018-07-20 Tom de Vries <tdevries@suse.de>
6037
6038 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6039 NOCLONE macro.
6040 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6041
fbb1d502
TV
60422018-07-19 Tom de Vries <tdevries@suse.de>
6043
6044 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6045 regular expression.
6046
42dc7699
TV
60472018-07-18 Tom de Vries <tdevries@suse.de>
6048
6049 * gdb.base/vla-optimized-out.c: New test.
6050 * gdb.base/vla-optimized-out.exp: New file.
6051
7f1f7e23
SDJ
60522018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6053
6054 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6055 message "No address associated with hostname" when gdbserver
6056 cannot resolve the hostname.
6057
5759ebb3
PW
60582018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6059
6060 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6061 Add some test prefixes to make tests unique.
6062
3606ccab
PW
60632018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6064
6065 * gdb.base/frameapply.c: New file.
6066 * gdb.base/frameapply.exp: New file.
6067
529c08b2
PW
60682018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6069
6070 * gdb.base/skip.exp: Update expected error message.
6071
c7ab0aef
SDJ
60722018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6073 Jan Kratochvil <jan.kratochvil@redhat.com>
6074 Paul Fertser <fercerpav@gmail.com>
6075 Tsutomu Seki <sekiriki@gmail.com>
6076
6077 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6078 parameter.
6079 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6080 by default.
6081 * boards/native-gdbserver.exp: Likewise.
6082 * gdb.server/run-without-local-binary.exp: Improve regexp used
6083 for detecting when a remote debugging connection succeeds.
6084 * gdb.server/server-connect.exp: New file.
6085 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6086 Do not prefix the port number with ":".
6087 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6088 support for detecting and using it. Add '$debughost_gdbserver'
6089 to the list of arguments used to start gdbserver. Handle case
6090 when gdbserver cannot resolve a network name.
6091
16ff70dd
SDJ
60922018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6093
6094 PR c++/23373
6095 * gdb.base/ptype-offsets.cc (struct static_member): New
6096 struct.
6097 (main) <stmember>: New variable.
6098 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6099 with a static member in it.
6100
3541979f
AB
61012018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6102
6103 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6104 watchpoints enabled and disabled.
6105
c8ad9b9a
AB
61062018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6107
6108 * gdb.base/examine-backward.exp: Still run tests around address
6109 0x0, even if address 0x0 is not readable. Update the pattern for
6110 matching address 0x0 in expected output.
6111
e0e5e971
AB
61122018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6113
6114 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6115 malloc/free.
6116
1ea5da02
TV
61172018-07-04 Tom de Vries <tdevries@suse.de>
6118
6119 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6120
471b9d15
MR
61212018-07-02 Maciej W. Rozycki <macro@mips.com>
6122
6123 PR tdep/8282
6124 * gdb.arch/mips-disassembler-options.exp: New test.
6125 * gdb.arch/mips-disassembler-options.s: New test source.
6126
75acb486
PA
61272018-06-29 Pedro Alves <palves@redhat.com>
6128
6129 * gdb.threads/names.exp: Adjust expected "info threads" output.
6130
cd2bb709
PA
61312018-06-29 Pedro Alves <palves@redhat.com>
6132
6133 * gdb.opt/inline-break.exp (line number, address): Add "info
6134 break" tests.
6135
991ff292
PA
61362018-06-29 Pedro Alves <palves@redhat.com>
6137
6138 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6139 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6140 number and address and running to them.
6141
356819b6 61422018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6143
6144 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6145
2512d7ef
JK
61462018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6147
6148 * lib/compiler.c: Remove executable permission flag.
6149
be1b6474
RB
61502018-06-28 Richard Bunt <richard.bunt@arm.com>
6151
6152 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6153 code.
6154 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6155
291f9a96
PT
61562018-06-28 Petr Tesarik <ptesarik@suse.cz>
6157
6158 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6159
ed6dfe51
PT
61602018-06-28 Petr Tesarik <ptesarik@suse.cz>
6161
6162 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6163 address argument is omitted.
6164
d4d429d5
PT
61652018-06-28 Petr Tesarik <ptesarik@suse.cz>
6166
6167 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6168
7ab6656f
OJ
61692018-06-27 Omair Javaid <omair.javaid@linaro.org>
6170
6171 PR gdb/21695
6172 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6173 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6174
a33ccfc7
TT
61752018-06-26 Tom Tromey <tom@tromey.com>
6176
6177 PR rust/22574:
6178 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6179 * gdb.rust/simple.rs (struct SimpleLayout): New.
6180
6d72d289
SM
61812018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6182
6183 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6184 "info registers" output.
6185
8363f9d5
RB
61862018-06-21 Richard Bunt <richard.bunt@arm.com>
6187
6188 * gdb.base/watchpoint-hw-attach.c: New test.
6189 * gdb.base/watchpoint-hw-attach.exp: New file.
6190
f00674fe
SM
61912018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6192
6193 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6194 through /bin/sh.
6195 * boards/dwarf4-gdb-index.exp: Likewise.
6196 * boards/fission-dwp.exp: Likewise.
6197
1d554008
UW
61982018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6199
6200 * gdb.base/float128.exp: Add comment and improved fail message
6201 to the failure case of "print large128" test.
6202
d0ac1c44
SM
62032018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6204
6205 * configure.ac: Remove AC_PREREQ.
6206 * configure: Re-generate.
6207
61b04dd0
PA
62082018-06-19 Pedro Alves <palves@redhat.com>
6209
6210 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6211 (func_extern_caller): New.
6212 (main): Call func_extern_caller.
6213 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6214 logic change.
6215
f63b508a
SM
62162018-06-18 Weimin Pan <weimin.pan@oracle.com>
6217
6218 PR gdb/16841
6219 * gdb.cp/typedef-base.cc: New file.
6220 * gdb.cp/typedef-base.exp: New file.
6221
0fe3a558
TV
62222018-06-18 Tom de Vries <tdevries@suse.de>
6223
6224 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6225
7010835a
AB
62262018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6227 Richard Bunt <Richard.Bunt@arm.com>
6228
6229 * gdb.threads/attach-slow-waitpid.c: New file.
6230 * gdb.threads/attach-slow-waitpid.exp: New file.
6231 * gdb.threads/slow-waitpid.c: New file.
6232
14897d65
PA
62332018-06-14 Pedro Alves <palves@redhat.com>
6234
6235 * gdb.base/fork-running-state.c: Include <errno.h>.
6236 (exit_if_relative_exits): New.
6237 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6238 exits.
6239 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6240 child exits.
6241
5d9a0608
TV
62422018-06-14 Tom de Vries <tdevries@suse.de>
6243
6244 PR cli/22573
6245 * gdb.base/finish-pretty.c: New test.
6246 * gdb.base/finish-pretty.exp: New file.
6247
11ae5818
PA
62482018-06-14 Pedro Alves <palves@redhat.com>
6249
6250 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6251 gdb's expected startup output.
6252
1d39de44
PA
62532018-06-14 Pedro Alves <palves@redhat.com>
6254
6255 * lib/selftest-support.exp (selftest_setup): Remove inlined
6256 function handling.
6257
70ee0000
TV
62582018-06-14 Tom de Vries <tdevries@suse.de>
6259
6260 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6261 matching of breakpoint printing.
6262
11f4b608
TV
62632018-06-13 Tom de Vries <tdevries@suse.de>
6264
6265 PR testsuite/23269
6266 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6267 (fork_child): ... here, and ...
6268 (fork_parent): ... here.
6269
62702018-06-12 Tom de Vries <tdevries@suse.de>
6271
6272 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6273
9516f85a
AB
62742018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6275 Stephen Roberts <stephen.roberts@arm.com>
6276
6277 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6278 rewrite test to describe action performed, rather than possible
6279 failure.
6280
5045b3d7
GB
62812018-06-08 Gary Benson <gbenson@redhat.com>
6282
6283 * gdb.threads/check-libthread-db.exp: New file.
6284 * gdb.threads/check-libthread-db.c: Likewise.
6285
c61b06a1
TT
62862018-06-05 Tom Tromey <tom@tromey.com>
6287
6288 * gdb.base/default.exp: Update expected "show version" output.
6289
eb6af809
TT
62902018-06-05 Tom Tromey <tom@tromey.com>
6291
6292 PR cli/12326:
6293 * gdb.cp/static-print-quit.exp: Update.
6294 * lib/gdb.exp (pagination_prompt): Update.
6295 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6296 * gdb.python/python.exp: Update.
6297
178d6a63
JB
62982018-06-04 Joel Brobecker <brobecker@adacore.com>
6299
6300 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6301
8e817061
JB
63022018-06-01 Joel Brobecker <brobecker@adacore.com>
6303
6304 * gdb.ada/bp_fun_addr: New testcase.
6305
e86ca25f
TT
63062018-06-01 Tom Tromey <tom@tromey.com>
6307
6308 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6309 results.
6310 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6311 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6312 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6313 * gdb.base/maint.exp (maint_pass_if): Update.
6314
4b2dfa9d
MR
63152018-05-31 Maciej W. Rozycki <macro@mips.com>
6316
6317 * gdb.base/endian.exp: New test.
6318 * gdb.base/endian.c: New test source.
6319
45f25d6c
AB
63202018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6321
6322 PR gdb/23203
6323 * gdb.base/bt-selected-frame.c: New file.
6324 * gdb.base/bt-selected-frame.exp: New file.
6325 * lib/gdb.exp (get_current_frame_number): New function.
6326
d9f6d7f8
MR
63272018-05-24 Maciej W. Rozycki <macro@mips.com>
6328 Pedro Alves <palves@redhat.com>
6329
6330 * gdb.threads/tls-core.c: Include <stdlib.h>
6331 (thread_proc): Call `abort'.
6332 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6333 (tls_core_test): New procedure, bits factored out from ...
6334 (top level): ... here. Test both native cores and gcore cores.
6335
ff1cf532
TT
63362018-05-23 Tom Tromey <tom@tromey.com>
6337
6338 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6339
b98664d3
TT
63402018-05-23 Tom Tromey <tom@tromey.com>
6341
6342 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6343 symfile_complaints.
6344 (test_short_complaints): Likewise.
6345 (test_empty_complaints): Likewise.
6346 (test_initial_complaints): Update.
6347
4e9668d0
TT
63482018-05-23 Tom Tromey <tom@tromey.com>
6349
6350 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6351
43ba33c7
TT
63522018-05-23 Tom Tromey <tom@tromey.com>
6353
6354 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6355 (test_short_complaints): Update.
6356
035522c0
PA
63572018-05-22 Pedro Alves <palves@redhat.com>
6358
6359 * gdb.base/remote.exp: Only gdb_start after compiling the
6360 testcase. Issue "disconnect" before testing "set remote" command
6361 defaults. Issue clean_restart before running to main.
6362
cc0be08f
PA
63632018-05-22 Pedro Alves <palves@redhat.com>
6364
6365 * gdb.base/remote.exp: Adjust expected output of "show remote
6366 memory-write-packet-size". Add tests for "set remote
6367 memory-write-packet-size 0" and "set remote
6368 memory-write-packet-size fixed/limit".
6369
b1b60145
PA
63702018-05-22 Pedro Alves <palves@redhat.com>
6371
6372 PR gdb/22973
6373 * gdb.base/utf8-identifiers.c: New file.
6374 * gdb.base/utf8-identifiers.exp: New file.
6375
0ec848ad
PFC
63762018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6377
6378 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6379
2c3305f6
PFC
63802018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6381
6382 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6383
ce1e8424
TT
63842018-05-18 Tom Tromey <tom@tromey.com>
6385
6386 * gdb.base/ptype-offsets.exp: Update.
6387
ddfe970e
KS
63882018-05-17 Keith Seitz <keiths@redhat.com>
6389
6390 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6391 in expected breakpoint stop locations.
6392 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6393 move to proper scope to test variable values.
6394 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6395 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6396 New functions.
6397 (main): Call not_inline_func3.
6398 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6399 inline_func1, inline_func2, and inline_func3. Test that when each
6400 breakpoint is hit, GDB properly reports both the stop location
6401 and the backtrace. Repeat tests for temporary breakpoints.
6402
0726fcc6
MR
64032018-05-15 Maciej W. Rozycki <macro@mips.com>
6404
6405 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6406 rather then trying to access it in determining whether the PID
6407 of `gdbserver' could have been retrieved.
6408
8ee22052
AB
64092018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6410
6411 * gdb.arch/amd64-init-x87-values.S: New file.
6412 * gdb.arch/amd64-init-x87-values.exp: New file.
6413
7785df48
JK
64142018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6415
6416 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6417
56bcdbea
TT
64182018-05-04 Tom Tromey <tom@tromey.com>
6419
6420 PR python/22730:
6421 * gdb.python/python.exp: Test multi-line execute.
6422
a913fffb
TT
64232018-05-04 Tom Tromey <tom@tromey.com>
6424
6425 PR python/22731:
6426 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6427
7a2c85f2
TT
64282018-05-04 Tom Tromey <tom@tromey.com>
6429
6430 PR gdb/11750:
6431 * gdb.base/define.exp: Test defining a user command inside a user
6432 command.
6433 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6434
a3b60e45
JK
64352018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6436 Pedro Alves <palves@redhat.com>
6437
6438 PR breakpoints/19806 and support for PR external/20207.
6439 * gdb.base/watchpoint-unaligned.c: New file.
6440 * gdb.base/watchpoint-unaligned.exp: New file.
6441
45fe4a03
AB
64422018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6443
6444 * gdb.base/maint.exp: Make test names unique, use
6445 test_prefix_command_help to test 'help maint info', and remove
6446 repeated test of 'help maint'.
6447
9be2ae8f
TT
64482018-05-04 Tom Tromey <tom@tromey.com>
6449
6450 PR gdb/22619:
6451 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6452 behavior.
6453
11859c31
AB
64542018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6455
6456 * gdb.base/maint.exp: Process output from 'maint print registers'
6457 line at a time.
6458
089a9490
AB
64592018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6460
6461 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6462 timeout.
6463
9b0797e2
AB
64642018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6465
6466 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6467 filter pattern.
6468
f6ac5f3d
PA
64692018-05-02 Pedro Alves <palves@redhat.com>
6470
6471 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6472 to_log_command renames.
6473 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6474
77d3c63b
TT
64752018-05-02 Tom Tromey <tom@tromey.com>
6476
6477 * gdb.python/py-parameter.exp: Set test message.
6478
0489430a
TT
64792018-05-02 Tom Tromey <tom@tromey.com>
6480
6481 PR python/20084:
6482 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6483 PARAM_ZUINTEGER_UNLIMITED tests.
6484
1632f8ba
DR
64852018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6486
6487 PR rust/23124
6488 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6489 when casting.
6490
6d7bb824
TT
64912018-04-30 Tom Tromey <tom@tromey.com>
6492
6493 * gdb.python/py-type.exp: Check align attribute.
6494 * gdb.python/py-type.c: New "aligncheck" global.
6495
007e1530
TT
64962018-04-30 Tom Tromey <tom@tromey.com>
6497
6498 PR exp/17095:
6499 * gdb.dwarf2/dw2-align.exp: New file.
6500 * gdb.cp/align.exp: New file.
6501 * gdb.base/align.exp: New file.
6502 * lib/gdb.exp (gdb_int128_helper): New proc.
6503 (has_int128_c, has_int128_cxx): New caching procs.
6504
6873858b
TT
65052018-04-27 Tom Tromey <tom@tromey.com>
6506
6507 PR rust/22545:
6508 * gdb.rust/simple.exp: Add inclusive range tests.
6509
79188d8d
PA
65102018-04-26 Pedro Alves <palves@redhat.com>
6511
6512 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6513 ifunc breakpoint locations correctly of ifunc breakpoints set
6514 while the program resolves the ifunc.
6515
c7075ad5
PA
65162018-04-26 Pedro Alves <palves@redhat.com>
6517
6518 * gdb.base/gnu-ifunc-final.c: New file.
6519 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6520 * gdb.base/gnu-ifunc.exp (executable): Delete.
6521 (staticexecutable): Adjust.
6522 (lib_opts, exec_opts): Delete.
6523 (make_binsuffix, build, set-break): New procedures.
6524 (misc_tests): New, with tests factored out from the top level.
6525 (top level): Test different combinations of ifunc resolver name,
6526 resolver with and with debug info, and ifunc target with and
6527 without debug info. Wrap static tests with with_target_prefix.
6528
8388016d
PA
65292018-04-26 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6532 return type" warnings.
6533
249b5733
PA
65342018-04-25 Pedro Alves <palves@redhat.com>
6535
6536 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6537 killed".
6538 * gdb.base/kill-after-signal.exp: Likewise.
6539 * gdb.threads/kill.exp: Likewise.
6540
f67c0c91
SDJ
65412018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6542 Sergio Durigan Junior <sergiodj@redhat.com>
6543 Pedro Alves <palves@redhat.com>
6544
6545 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6546 regexps to expect for '[Inferior ... detached]' as well.
6547 * gdb.base/attach.exp: Likewise.
6548 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6549 "gdb_continue_to_end".
6550 (test_catch_syscall_with_wrong_args): Likewise.
6551 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6552 ']'. Don't set 'verbose' on.
6553 * gdb.base/foll-vfork.exp: Likewise.
6554 * gdb.base/fork-print-inferior-events.c: New file.
6555 * gdb.base/fork-print-inferior-events.exp: New file.
6556 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6557 '[Inferior ... has been killed]' message.
6558 * gdb.base/kill-after-signal.exp: Likewise.
6559 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6560 detach message.
6561 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6562 message.
6563 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6564 regexps to expect for '[Inferior ... detached]' as well.
6565 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6566
0a8ddac4
SM
65672018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6568
6569 PR gdb/23104
6570 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6571
701adfb0
PA
65722018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6573
6574 PR gdb/23095
6575 * gdb.base/break-probes.exp: Pass shlib_load to
6576 prepare_for_testing. Set normal_bp to r_debug_state if target is
6577 bsd.
6578
d27d16bf
RB
65792018-04-19 Richard Bunt <richard.bunt@arm.com>
6580
6581 * gdb.threads/multiple-successive-infcall.c: New test.
6582 * gdb.threads/multiple-successive-infcall.exp: New file.
6583
a037790e
TT
65842018-04-17 Tom Tromey <tom@tromey.com>
6585
6586 * gdb.rust/simple.rs (Union): New type.
6587 (main): New local "u".
6588 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6589
e3a91079
AA
65902018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6591
6592 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6593 number information in output of "whereis" command.
6594 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6595
b744723f
AA
65962018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6597
6598 * gdb.ada/info_types.exp: Adjust expected output to the line
6599 numbers now printed by "info var/func/type".
6600 * gdb.base/completion.exp: Likewise.
6601 * gdb.base/included.exp: Likewise.
6602 * gdb.cp/cp-relocate.exp: Likewise.
6603 * gdb.cp/cplusfuncs.exp: Likewise.
6604 * gdb.cp/namespace.exp: Likewise.
6605 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6606
4a4495d6
MM
66072018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6608
6609 * gdb.btrace/cpu.exp: New.
6610
1d509aa6
MM
66112018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6612
6613 * gdb.base/step-indirect-call-thunk.exp: New.
6614 * gdb.base/step-indirect-call-thunk.c: New.
6615 * gdb.reverse/step-indirect-call-thunk.exp: New.
6616 * gdb.reverse/step-indirect-call-thunk.c: New.
6617
6295b6da
SM
66182018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6619
6620 * gdb.base/pie-fork.c: New file.
6621 * gdb.base/pie-fork.exp: New file.
6622
50146e70
TT
66232018-04-11 Tom Tromey <tom@tromey.com>
6624
6625 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6626
f50d8a2e
PA
66272018-04-10 Pedro Alves <palves@redhat.com>
6628
6629 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6630 exits. Instead loop running forever.
6631 (fork_parent): Run forever too.
6632
a0be7a36
SM
66332018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6634
6635 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6636 mi_continue_to_line.
6637 * gdb.mi/mi-stack.c (callee4): Add comment.
6638
9b73db36
SM
66392018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6640
6641 * gdb.mi/mi-stack.exp: Fix indentation.
6642
c912f608
SM
66432018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6644
6645 PR gdb/22979
6646 * gdb.arch/amd64-osabi.exp: New file.
6647
26540402
SM
66482018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6649
6650 PR gdb/22980
6651 * gdb.base/osabi.exp: New file.
6652
121ad66c 66532018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6654
6655 * gdb.cp/static-typedef-print.exp: New file.
6656 * gdb.cp/static-typedef-print.cc: New file.
6657
3fcded8f
JB
66582018-03-27 Joel Brobecker <brobecker@adacore.com>
6659
6660 * gdb.ada/varsize_limit: New testcase.
6661
59cc4834
JB
66622018-03-27 Joel Brobecker <brobecker@adacore.com>
6663
6664 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6665
6666 * gdb.ada/notcplusplus: New testcase.
6667
6668 * gdb.base/c-linkage-name.c: New file.
6669 * gdb.base/c-linkage-name.exp: New testcase.
6670
4ca59a9f
TT
66712018-03-26 Tom Tromey <tom@tromey.com>
6672
6673 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6674 * gdb.python/py-framefilter.py (name_error): New global.
6675 (ErrorInName.function): Use name_error.
6676
978d6c75
TT
66772018-03-26 Tom Tromey <tom@tromey.com>
6678
6679 PR backtrace/15582:
6680 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6681
b7fee5a3
KS
66822018-03-23 Keith Seitz <keiths@redhat.com>
6683
6684 PR c++/22968
6685 * gdb.cp/subtypes.exp: New file.
6686 * gdb.cp/subtypes.h: New file.
6687 * gdb.cp/subtypes.cc: New file.
6688 * gdb.cp/subtypes-2.cc: New file.
6689
376be529
AB
66902018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6691
6692 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6693 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6694 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6695 -nostartfiles when compiling the test. Confirm that all registers
6696 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6697
066cfa98
AB
66982018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6699
6700 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6701 option, syntax was wrong anyway.
6702 * gdb.arch/arm-disp-step.exp: Likewise.
6703 * gdb.arch/sparc64-regs.exp: Likewise.
6704 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6705 option, syntax was wrong anyway, switch to use
6706 prepare_for_testing.
6707 * gdb.arch/i386-disp-step.exp: Likewise.
6708
079670b9
AA
67092018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6710
6711 * gdb.ada/exec_changed.exp: Replace "target_info exists
6712 use_gdb_stub" by "use_gdb_stub".
6713 * gdb.ada/start.exp: Likewise.
6714 * gdb.base/async-shell.exp: Likewise.
6715 * gdb.base/attach-pie-misread.exp: Likewise.
6716 * gdb.base/attach-wait-input.exp: Likewise.
6717 * gdb.base/break-entry.exp: Likewise.
6718 * gdb.base/break-interp.exp: Likewise.
6719 * gdb.base/dprintf-detach.exp: Likewise.
6720 * gdb.base/nostdlib.exp: Likewise.
6721 * gdb.base/solib-nodir.exp: Likewise.
6722 * gdb.base/statistics.exp: Likewise.
6723 * gdb.base/testenv.exp: Likewise.
6724 * gdb.mi/mi-exec-run.exp: Likewise.
6725 * gdb.mi/mi-start.exp: Likewise.
6726 * gdb.multi/dummy-frame-restore.exp: Likewise.
6727 * gdb.multi/multi-arch-exec.exp: Likewise.
6728 * gdb.multi/multi-arch.exp: Likewise.
6729 * gdb.multi/tids.exp: Likewise.
6730 * gdb.multi/watchpoint-multi.exp: Likewise.
6731 * gdb.python/py-events.exp: Likewise.
6732 * gdb.threads/attach-into-signal.exp: Likewise.
6733 * gdb.threads/attach-stopped.exp: Likewise.
6734 * gdb.threads/threadapply.exp: Likewise.
6735 * lib/selftest-support.exp: Likewise.
6736
26d6cec4
AA
67372018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6738
6739 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6740
4ee89e90
SR
67412018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6742
6743 * gdb.perf/template-breakpoints.cc: New file.
6744 * gdb.perf/template-breakpoints.exp: New file.
6745 * gdb.perf/template-breakpoints.py: New file.
6746
92630041
TT
67472018-03-19 Tom Tromey <tom@tromey.com>
6748
6749 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6750 y0.
6751 * gdb.rust/simple.exp: Test bare identifier form of struct
6752 initializer.
6753
76727919
TT
67542018-03-19 Tom Tromey <tom@tromey.com>
6755
6756 * gdb.gdb/observer.exp: Remove.
6757
194ed413
AA
67582018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6759
6760 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6761 "qualified" option when setting breakpoints.
6762 * gdb.trace/backtrace.exp: Likewise.
6763 * gdb.trace/circ.exp: Likewise.
6764 * gdb.trace/collection.exp: Likewise.
6765 * gdb.trace/disconnected-tracing.exp: Likewise.
6766 * gdb.trace/ftrace-lock.exp: Likewise.
6767 * gdb.trace/ftrace.exp: Likewise.
6768 * gdb.trace/infotrace.exp: Likewise.
6769 * gdb.trace/packetlen.exp: Likewise.
6770 * gdb.trace/passc-dyn.exp: Likewise.
6771 * gdb.trace/qtro.exp: Likewise.
6772 * gdb.trace/read-memory.exp: Likewise.
6773 * gdb.trace/report.exp: Likewise.
6774 * gdb.trace/signal.exp: Likewise.
6775 * gdb.trace/status-stop.exp: Likewise.
6776 * gdb.trace/strace.exp: Likewise.
6777 * gdb.trace/tfind.exp: Likewise.
6778 * gdb.trace/trace-break.exp: Likewise.
6779 * gdb.trace/trace-condition.exp: Likewise.
6780 * gdb.trace/trace-mt.exp: Likewise.
6781 * gdb.trace/tstatus.exp: Likewise.
6782 * gdb.trace/tsv.exp: Likewise.
6783 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6784 * gdb.trace/unavailable.exp: Likewise.
6785 * gdb.trace/while-dyn.exp: Likewise.
6786
8b067d2c
AA
67872018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6788
6789 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6790 that libinproctrace is copied to the target.
6791
3ae9ce5d
TT
67922018-03-14 Tom Tromey <tom@tromey.com>
6793
6794 PR cli/14977:
6795 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6796 a null pointer.
6797 * gdb.base/wchar.exp: Likewise.
6798
b8c2339b
TT
67992018-03-14 Tom Tromey <tom@tromey.com>
6800
6801 PR cli/19918:
6802 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6803 flag.
6804
4872dc46
SM
68052018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6806
6807 PR gdb/22841
6808 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6809 "target" to remote_exec.
6810
e4fe3756
SM
68112018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6812
6813 PR gdb/22841
6814 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6815 ${board}_upload): Remove.
6816
e95a97d4
AA
68172018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6818
6819 * gdb.cp/watch-cp.cc: New test.
6820 * gdb.cp/watch-cp.exp: New file.
6821
dbbb1059
AB
68222018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6823
6824 * gdb.base/infcall-nested-structs.exp: New file.
6825 * gdb.base/infcall-nested-structs.c: New file.
6826 * gdb.base/float.exp: Add riscv support.
6827
ecc054c0
TP
68282018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6829
6830 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6831 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6832
25e3c82c
SDJ
68332018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6834
6835 * gdb.server/abspath.exp: New file.
6836 * lib/gdb.exp (with_cwd): New procedure.
6837
3083294d
SM
68382018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6839
6840 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6841 use it.
6842 (gdb_is_target_remote_prompt): New proc.
6843 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6844 (gdb_is_target_native): Pass prompt parameter to
6845 gdb_is_target_1.
6846
3275ef47
SM
68472018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6848
6849 * gdb.base/load-command.c: New file.
6850 * gdb.base/load-command.exp: New file.
6851 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6852 (gdb_is_target_1): ...this, and generalize for other targets
6853 than just remote.
6854 (gdb_is_target_remote): Use gdb_is_target_1.
6855 (gdb_is_target_native): use gdb_is_target_1.
6856
6893c19a
TT
68572018-02-26 Tom Tromey <tom@tromey.com>
6858
6859 PR python/16497:
6860 * gdb.python/py-framefilter.exp: Update test.
6861
2ddeaf8a
TT
68622018-02-26 Tom Tromey <tom@tromey.com>
6863
6864 * gdb.dwarf2/variant.c: New file.
6865 * gdb.dwarf2/variant.exp: New file.
6866
c9317f21
TT
68672018-02-26 Tom Tromey <tom@tromey.com>
6868
6869 * gdb.rust/simple.exp: Accept more possible results in enum test.
6870
6f6d0c26
SM
68712018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6872
6873 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6874 parentheses.
6875
11b03145
MR
68762018-02-23 Maciej W. Rozycki <macro@mips.com>
6877
6878 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6879 name of a variable: $actual_linejj -> $actual_line.
6880
54a27fe5
JB
68812018-02-21 John Baldwin <jhb@FreeBSD.org>
6882
6883 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6884
de65820c
MM
68852018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6886
6887 * gdb.btrace/buffer-size.exp: Do not force BTS.
6888
980548fd
PA
68892018-02-14 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6892 getting a "Quit".
6893
c4e12631
MM
68942018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6895
6896 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6897 Fix test name.
6898
c2e0e465
SM
68992018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6900
6901 * gdb.cp/m-static.exp: Check type of optimized out static
6902 member.
6903
f7216783
AB
69042018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6905
6906 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6907 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6908
0625771b
LS
69092018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6910 Leszek Swirski <leszeks@google.com>
6911
6912 * gdb.python/py-prettyprint.c
6913 (struct to_string_returns_value_inner,
6914 struct to_string_returns_value_wrapper): New.
6915 (main): Add tsrvw variable.
6916 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6917 ToStringReturnsValueWrapper): New classes.
6918 (register_pretty_printers): Register new pretty-printers.
6919 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6920 recursive pretty printer.
6921 * gdb.python/py-mi.exp: Likewise.
6922
59498c30
LS
69232018-02-01 Leszek Swirski <leszeks@google.com>
6924
6925 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6926 functions with the same name as an include file are parsed
6927 correctly.
6928
d4d38844
YQ
69292018-02-01 Yao Qi <yao.qi@linaro.org>
6930
6931 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6932 "\[^\r\n\]*".
6933
07e5f5cf
NP
69342018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6935
6936 * gdb.arch/powerpc-prologue-frame.s: New file.
6937 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6938 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6939
929b5ad4
JB
69402018-01-31 Joel Brobecker <brobecker@adacore.com>
6941
6942 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6943
e671cd59
PA
69442018-01-30 Pedro Alves <palves@redhat.com>
6945
6946 PR gdb/13211
6947 * gdb.base/interrupt-daemon.c: New.
6948 * gdb.base/interrupt-daemon.exp: New.
6949 * gdb.multi/multi-term-settings.c: New.
6950 * gdb.multi/multi-term-settings.exp: New.
6951
fc413dc4
JB
69522018-01-30 Joel Brobecker <brobecker@adacore.com>
6953
6954 * gdb.base/break.exp: Save the location where the breakpoint
6955 on break.c:47 was actually inserted when debugging the version
6956 compiled at -O2 and use it in the expected output of the "info
6957 break" test performed soon after.
6958
5c319bb2
PA
69592018-01-22 Pedro Alves <palves@redhat.com>
6960 Sergio Durigan Junior <sergiodj@redhat.com>
6961
6962 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6963 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6964
a9e40818
JB
69652018-01-22 Joel Brobecker <brobecker@adacore.com>
6966
6967 * gdb.base/break-include.c, gdb.base/break-include.inc,
6968 gdb.base/break-include.exp: New files.
6969 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6970 line number now being the actual line number where the breakpoint
6971 was inserted.
6972 * gdb.mi/mi-break.exp: Likewise.
6973 * gdb.mi/mi-reverse.exp: Likewise.
6974 * gdb.mi/mi-simplerun.exp: Ditto.
6975
e707fc44
AB
69762018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6977
6978 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6979 varobj.
6980 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6981
ae451627
AB
69822018-01-21 Don Breazeal <donb@codesourcery.com>
6983 Andrew Burgess <andrew.burgess@embecosm.com>
6984
6985 * gdb.mi/basics.c: Add new global.
6986 * gdb.mi/mi-frame-regs.exp: New file.
6987 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6988 case.
6989
b1b189e0
AB
69902018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6991
6992 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6993 non-parameter, and on an unknown symbol.
6994
fcfcc376
TT
69952018-01-19 Tom Tromey <tom@tromey.com>
6996
6997 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6998 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6999
634c1c31
AA
70002018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7001
7002 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7003 setrlimit and chdir to int.
7004
d6ad07fd
AA
70052018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7006
7007 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7008 function.
7009 (my_tend): Likewise.
7010 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7011 rationale of avoiding FP- and vector instructions.
7012
adf8243b
RK
70132018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7014
7015 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7016 "info reg" with "\[ \t\]*".
7017 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7018 "\[ \t\]+".
7019 * gdb.arch/s390-multiarch.exp: Ditto.
7020 * gdb.base/pc-fp.exp: Ditto.
7021 * gdb.reverse/i386-precsave.exp: Ditto.
7022 * gdb.reverse/i386-reverse.exp: Ditto.
7023 * gdb.reverse/i387-env-reverse.exp: Ditto.
7024 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7025
dcc06925
AA
70262018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7027
7028 * lib/gdb.exp (gdb_compile): Re-enable use of
7029 universal_compile_options for languages other than Rust.
7030
25d4fd80
AA
70312018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7032
7033 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7034
ee7f689e 70352018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
7036
7037 PR gdb/16577
7038 * gdb.base/solib-vanish.exp: New.
7039 * gdb.base/solib-vanish-main.c: New.
7040 * gdb.base/solib-vanish-lib1.c: New.
7041 * gdb.base/solib-vanish-lib2.c: New.
7042
d8447b6b
YQ
70432018-01-17 Yao Qi <yao.qi@linaro.org>
7044
7045 * gdb.compile/compile.exp: Match the address printed for
7046 frame in the output of command "bt".
7047
86d6a90c
TT
70482018-01-15 Tom Tromey <tom@tromey.com>
7049
7050 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7051 compute sp_reg.
7052
cbcdb1aa
AB
70532018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7054
7055 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7056 to prepare.
7057 (prepare): Return 0 on error, 1 on success.
7058
eea61984
PA
70592018-01-12 Pedro Alves <palves@redhat.com>
7060
7061 * gdb.base/continue-after-aborted-step-over.c: New.
7062 * gdb.base/continue-after-aborted-step-over.exp: New.
7063
6181e9c2
SM
70642018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7065
7066 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7067 options when not creating an executable.
7068
3cada740
PA
70692018-01-11 Pedro Alves <palves@redhat.com>
7070
7071 PR remote/22597
7072 * gdb.server/stop-reply-no-thread.c: New file.
7073 * gdb.server/stop-reply-no-thread.exp: New file.
7074
c63d3e8d
PA
70752018-01-10 Pedro Alves <palves@redhat.com>
7076
7077 PR gdb/22670
7078 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7079 functions too. Test setting breakpoints and printing C functions
7080 with no debug info too.
7081 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7082
d4c2a405
PA
70832018-01-10 Pedro Alves <palves@redhat.com>
7084
7085 PR gdb/22670
7086 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7087 a fail.
7088
8825213e
PA
70892018-01-10 Pedro Alves <palves@redhat.com>
7090
7091 PR gdb/22670
7092 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7093
605fd3c6
YQ
70942018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7095
7096 * gdb.server/unittest.exp: Match the output in non-development
7097 mode.
7098
1e5ded6c
YQ
70992018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7100
7101 * gdb.gdb/unittest.exp: Match output in non-development mode.
7102
30066b0b
JB
71032018-01-08 Joel Brobecker <brobecker@adacore.com>
7104
7105 * gdb.ada/access_tagged_param.exp: Relax expected output
7106 for value of "ObjL" in "continue" to pck.inspect breakpoint
7107 test.
7108
04bafb1e
XR
71092018-01-08 Joel Brobecker <brobecker@adacore.com>
7110
9f86398b
JB
7111 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7112 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7113
e379cee6
PA
71142018-01-05 Pedro Alves <palves@redhat.com>
7115
7116 PR gdb/18653
7117 * gdb.base/libsegfault.exp: New.
7118
de63c46b
PA
71192018-01-05 Joel Brobecker <brobecker@adacore.com>
7120
7121 PR gdb/22670
7122 * gdb.ada/access_tagged_param.exp: New file.
7123 * gdb.ada/access_tagged_param/foo.adb: New file.
7124
f98fc17b
PA
71252018-01-05 Pedro Alves <palves@redhat.com>
7126
7127 PR gdb/22670
7128 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7129 exercise lower case too, and to exercise both full matching and
7130 wild matching.
7131
342f8240
JB
71322018-01-05 Joel Brobecker <brobecker@adacore.com>
7133
7134 * gdb.ada/rename_subscript_param: New testcase.
7135
7150d33c
JG
71362018-01-05 Jerome Guitton <guitton@adacore.com>
7137
7138 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7139
cc0e770c
JB
71402018-01-05 Joel Brobecker <brobecker@adacore.com>
7141
7142 * gdb.ada/convvar_comp: New testcase.
7143
672a41aa 71442018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7145
7146 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7147 (My_Table): New global variable.
7148 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7149
7365ec2f
JB
71502018-01-04 Joel Brobecker <brobecker@adacore.com>
7151
7152 PR gdb/22670
7153 * gdb.ada/maint_with_ada: New testcase.
7154
289483b6
JB
71552018-01-04 Joel Brobecker <brobecker@adacore.com>
7156
7157 PR gdb/22670
7158 * gdb.ada/bp_c_mixed_case: New testcase.
7159
344420da
JB
71602018-01-04 Joel Brobecker <brobecker@adacore.com>
7161
7162 PR gdb/22670
7163 * gdb.ada/complete.exp: Add "complete break ada" test.
7164
66fc87a0
JB
71652018-01-04 Joel Brobecker <brobecker@adacore.com>
7166
7167 PR gdb/22670
7168 * gdb.ada/info_addr_mixed_case: New testcase.
7169
9f757bf7
XR
71702018-01-03 Xavier Roirand <roirand@adacore.com>
7171
7172 * gdb.ada/excep_handle.exp: New testcase.
7173 * gdb.ada/excep_handle/foo.adb: New file.
7174 * gdb.ada/excep_handle/pck.ads: New file.
7175
bd570f80
JB
71762018-01-03 Joel Brobecker <brobecker@adacore.com>
7177
7178 * gdb.base/step-line.c: Add extra empty line in copyright header.
7179 * gdb.base/step-line.inp: Likewise.
7180
9fe561ab
JB
71812018-01-02 Joel Brobecker <brobecker@adacore.com>
7182
7183 * gdb.ada/dyn_stride.exp: Add slice test.
7184
a405673c
JB
71852018-01-02 Joel Brobecker <brobecker@adacore.com>
7186
7187 * gdb.ada/dyn_stride: New testcase.
7188
cef0f868
SH
71892017-12-27 Stafford Horne <shorne@gmail.com>
7190
7191 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7192 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7193
b67d92b0
SH
71942017-12-27 Stafford Horne <shorne@gmail.com>
7195
7196 * gdb.base/reggroups.c: New file.
7197 * gdb.base/reggroups.exp: New file.
7198
eccab96d
JB
71992017-12-18 Joel Brobecker <brobecker@adacore.com>
7200
7201 * gdb.dwarf2/ada-valprint-error.c: New file.
7202 * gdb.dwarf2/ada-valprint-error.exp: New file.
7203
0e2da9f0
JB
72042017-12-18 Joel Brobecker <brobecker@adacore.com>
7205
7206 * gdb.ada/assign_arr: New testcase.
7207
cb923fcc
XR
72082017-12-18 Xavier Roirand <roirand@adacore.com>
7209
7210 * gdb.ada/funcall_ptr: New testcase.
7211
7c161838
SDJ
72122017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7213
7214 PR cli/16224
7215 * gdb.base/ptype-offsets.cc: New file.
7216 * gdb.base/ptype-offsets.exp: New file.
7217
1af17fd9
YQ
72182017-12-15 Yao Qi <yao.qi@linaro.org>
7219
7220 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7221 if XML is disabled.
7222
828d5846
XR
72232017-12-15 Xavier Roirand <roirand@adacore.com>
7224
7225 * gdb.ada/same_component_name: New testcase.
7226
79e8fcaa
JB
72272017-12-14 Joel Brobecker <brobecker@adacore.com>
7228
7229 * gdb.ada/str_binop_equal: New testcase.
7230
e05fa6f9
JB
72312017-12-14 Joel Brobecker <brobecker@adacore.com>
7232
7233 * gdb.ada/task_switch_in_core: New testcase.
7234
b89641ba
SM
72352017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7236
7237 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7238 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7239 call test_bkpt_qualified.
7240 (test_bkpt_qualified): New proc.
7241
6892d2e4
PA
72422017-12-13 Pedro Alves <palves@redhat.com>
7243
7244 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7245 Tighten regexp by matching with an anchor.
7246
a22ecf70
PA
72472017-12-13 Pedro Alves <palves@redhat.com>
7248
7249 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7250 ("expression with namespace"): New set of tests.
7251 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7252 (Nested::Test_NS::qux): New.
7253 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7254 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7255
9937536c
JB
72562017-12-13 Joel Brobecker <brobecker@adacore.com>
7257
7258 * gdb.base/server-del-break.c: New file.
7259 * gdb.base/server-del-break.exp: New file.
7260
fe49c6f5
SH
72612017-12-12 Stafford Horne <shorne@gmail.com>
7262
7263 * gdb.xml/tdesc-regs.exp: Add or1k support.
7264
c3d18620
SH
72652017-12-12 Stafford Horne <shorne@gmail.com>
7266
7267 * gdb.base/bp-permanent.c: Define nop of or1k.
7268
c5f9cfc8
JB
72692017-12-11 Joel Brobecker <brobecker@adacore.com>
7270
7271 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7272 output with components being reordered.
7273
a9c135fc
JB
72742017-12-11 Joel Brobecker <brobecker@adacore.com>
7275
7276 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7277 output with components being reordered.
7278
927aa2e7
JK
72792017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7280 Pedro Alves <palves@redhat.com>
7281
7282 * gdb.base/maint.exp (check for .gdb_index): Check also for
7283 .debug_names.
7284 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7285 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7286 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7287 (.gdb_index used after symbol reloading): Support also .debug_names.
7288 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7289
f17d9474
YQ
72902017-12-08 Yao Qi <yao.qi@linaro.org>
7291
7292 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7293 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7294
a0de8c21
YQ
72952017-12-08 Yao Qi <yao.qi@linaro.org>
7296
7297 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7298 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7299
a738ea1d
YQ
73002017-12-08 Yao Qi <yao.qi@linaro.org>
7301
7302 * gdb.arch/aarch64-tagged-pointer.c: New file.
7303 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7304
1cd9a73b
SDJ
73052017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7306
7307 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7308 "int".
7309
fa6eb693
KS
73102017-12-07 Keith Seitz <keiths@redhat.com>
7311
7312 PR breakpoints/22569
7313 * gdb.linespec/ls-errs.exp: Change expected result of "break
7314 -source this file has spaces.c -line 3".
7315 Check that an explicit source file followed by whitespace is
7316 identified as an invalid explicit location.
7317
883fd55a
KS
73182017-12-07 Keith Seitz <keiths@redhat.com>
7319
7320 * gdb.cp/nested-types.cc: New file.
7321 * gdb.cp/nested-types.exp: New file.
7322 * lib/cp-support.exp: Load data-structures.exp library.
7323 (debug_cp_test_ptype_class): New global.
7324 (cp_ptype_class_verbose, next_line): New procedures.
7325 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7326 Add and document new return value.
7327 Switch the list of lines to a queue.
7328 Add support for new `type' key for nested type definitions.
7329 Add debugging/troubleshooting messages.
7330 * lib/data-structures.exp: New file.
7331
ec72db3e
SM
73322017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7333
7334 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7335 with proc_with_prefix, don't use with_test_prefix.
7336
99598d71
TT
73372017-12-07 Tom Tromey <tom@tromey.com>
7338
7339 * gdb.base/break.exp: Add test for empty "commands".
7340
a8806230
YQ
73412017-12-07 Yao Qi <yao.qi@linaro.org>
7342
7343 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7344 malloc and catch syscall.
7345
824cc835
PM
73462017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7347
e79be6e5 7348 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7349 tests for explicit locations.
7350
7cc244de
PA
73512017-12-06 Pedro Alves <palves@redhat.com>
7352
7353 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7354 force-disabling XML descriptions.
7355
50a1fdd5
PA
73562017-12-04 Pedro Alves <palves@redhat.com>
7357
7358 PR gdb/22499
7359 * gdb.arch/amd64-disp-step-avx.S: New file.
7360 * gdb.arch/amd64-disp-step-avx.exp: New file.
7361
f0fb2488
PA
73622017-12-03 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7365 and <string.h>.
7366 (parent_function): Print distinct messages when waitpid fails, or
7367 the child exits with a signal, or the child exits for an unhandled
7368 reason.
7369 * gdb.threads/process-dies-while-detaching.exp
7370 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7371 it. Wait for both inferior output and GDB's prompt. Use an
7372 indirect spawn id list.
7373 (do_detach): New parameter 'child_exit'. Use it to compute
7374 expected inferior output.
7375 (test_detach, test_detach_watch, test_detach_killed_outside):
7376 Adjust to pass down the expected child exit kind.
7377
97cbe998
SDJ
73782017-12-01 Joel Brobecker <brobecker@adacore.com>
7379 Sergio Durigan Junior <sergiodj@redhat.com>
7380 Pedro Alves <palves@redhat.com>
7381
7382 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7383
40fc416f
SDJ
73842017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7385
7386 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7387 to 'symbol-file' and 'add-symbol-file' can be
7388 position-independent.
7389
1cc75e92
YQ
73902017-12-01 Yao Qi <yao.qi@linaro.org>
7391
7392 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7393 the URL in copyright header.
7394 * gdb.arch/aarch64-fp.exp: Likewise.
7395 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7396 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7397 * gdb.base/expand-psymtabs.exp: Likewise.
7398 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7399 * gdb.fortran/common-block.exp: Likewise.
7400 * gdb.fortran/common-block.f90: Likewise.
7401 * gdb.fortran/logical.exp: Likewise.
7402 * gdb.fortran/vla-datatypes.f90: Likewise.
7403 * gdb.fortran/vla-sub.f90: Likewise.
7404
875fb7a7
JB
74052017-11-30 Joel Brobecker <brobecker@adacore.com>
7406
7407 * gdb.ada/repeat_dyn: New testcase.
7408
6f14765f
UW
74092017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7410
7411 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7412 Update for changed thread numbering.
7413 * gdb.cell/bt.exp: Update for changed GDB output.
7414
f1af7b94
SM
74152017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7416
7417 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7418 setting isremote by hand.
7419 * boards/dwarf4-gdb-index.exp: Likewise.
7420 * boards/fission.exp: Likewise.
7421 * boards/stabs.exp: Likewise.
7422
e3919f3e
PA
74232017-11-30 Pedro Alves <palves@redhat.com>
7424
7425 * gdb.linespec/cpls-ops.exp
7426 (check_explicit_skips_function_argument): Extract the underlying
7427 type of size_t instead of hardcoding it.
7428
bd69330d
PA
74292017-11-29 Pedro Alves <palves@redhat.com>
7430
7431 PR c++/19436
7432 * gdb.linespec/cpls-abi-tag.cc: New file.
7433 * gdb.linespec/cpls-abi-tag.exp: New file.
7434
a20714ff
PA
74352017-11-29 Pedro Alves <palves@redhat.com>
7436
7437 * gdb.base/langs.exp: Use -qualified.
7438 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7439 it.
7440 * gdb.cp/namespace.exp: Use -qualified.
7441 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7442 (overload-3, template-overload, template-ret-type, const-overload)
7443 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7444 procedures.
7445 (test_driver): Call them.
7446 * gdb.cp/save-bp-qualified.cc: New.
7447 * gdb.cp/save-bp-qualified.exp: New.
7448 * gdb.linespec/explicit.exp: Test -qualified.
7449 * lib/completion-support.exp (completion::explicit_opts_list): Add
7450 "-qualified".
7451 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7452
f6f1d339
PM
74532017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7454
7455 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7456
02ca603a
TT
74572017-11-29 Tom Tromey <tom@tromey.com>
7458
7459 * gdb.base/relocate.exp: Update invalid argument test.
7460 Add new tests for invalid arguments.
7461
ed6c0bfb
TP
74622017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7463
7464 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7465 Return 0 as a long.
7466 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7467
f106e10e
TP
74682017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7469
7470 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7471 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7472 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7473 func ().
7474 * gdb.cp/shadow.cc (B.func): Return 0.
7475
10329bb2
JB
74762017-11-27 Joel Brobecker <brobecker@adacore.com>
7477
7478 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7479 expected output in gdb_expect call to allow the exception
7480 message to be present as well. Fix syntax confusion to avoid
7481 TCL thinking that exception_name is an array.
7482
617cd4bc
UW
74832017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7484
7485 * gdb.arch/spu-info.c: Include <unistd.h>.
7486 (do_signal_test): Fix broken calls to write.
7487 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7488 Fix checks for empty mailboxes. Update signal tests for corrected
7489 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7490 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7491 * gdb.cell/arch.exp: Use standard_output_file.
7492 * gdb.cell/break.exp: Likewise.
7493 * gdb.cell/bt.exp: Likewise.
7494 * gdb.cell/core.exp: Likewise.
7495 * gdb.cell/dwarfaddr.exp: Likewise.
7496 * gdb.cell/ea-cache.exp: Likewise.
7497 * gdb.cell/ea-standalone.exp: Likewise.
7498 * gdb.cell/f-regs.exp: Likewise.
7499 * gdb.cell/fork.exp: Likewise.
7500 * gdb.cell/gcore.exp: Likewise.
7501 * gdb.cell/mem-access.exp: Likewise.
7502 * gdb.cell/ptype.exp: Likewise.
7503 * gdb.cell/registers.exp: Likewise.
7504 * gdb.cell/sizeof.exp: Likewise.
7505 * gdb.cell/solib-symbol.exp: Likewise.
7506 * gdb.cell/solib.exp: Likewise.
617cd4bc 7507
a81aaca0
PA
75082017-11-25 Pedro Alves <palves@redhat.com>
7509
7510 * gdb.base/complete-empty.exp: New file.
7511 * gdb.base/completion.exp: Adjust.
7512
6a3c6ee4
PA
75132017-11-25 Pedro Alves <palves@redhat.com>
7514
7515 * gdb.linespec/cpls-ops.cc: New file.
7516 * gdb.linespec/cpls-ops.exp: New file.
7517 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7518 factored out from ...
7519 (test_complete_prefix_range): ... this.
7520
8955eb2d
PA
75212017-11-24 Pedro Alves <palves@redhat.com>
7522
7523 * gdb.linespec/cpcompletion.exp: New file.
7524 * gdb.linespec/cpls-hyphen.cc: New file.
7525 * gdb.linespec/cpls.cc: New file.
7526 * gdb.linespec/cpls2.cc: New file.
7527 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7528 test to use test_gdb_complete_unique. Add label completion,
7529 keyword completion and explicit location completion tests.
7530 * lib/completion-support.exp: New file.
7531
e547c119
JB
75322017-11-24 Joel Brobecker <brobecker@adacore.com>
7533
7534 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7535 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7536 when hitting an exception catchpoint.
7537
7c3c1aa8
YQ
75382017-11-22 Yao Qi <yao.qi@linaro.org>
7539
7540 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7541
41bd68f5
SM
75422017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7543
7544 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7545 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7546 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7547
1daad298
YQ
75482017-11-22 Yao Qi <yao.qi@linaro.org>
7549
7550 * gdb.base/info-os.exp: Pass pthreads.
7551 * gdb.multi/multi-attach.exp: Likewise.
7552
88465e87
YQ
75532017-11-22 Yao Qi <yao.qi@linaro.org>
7554
7555 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7556 compiler.
7557
dc196b23
YQ
75582017-11-22 Yao Qi <yao.qi@linaro.org>
7559
7560 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7561 * gdb.base/break-interp.exp: Likewise.
7562 * gdb.base/jit-attach-pie.exp: Likewise.
7563
2400729e
UW
75642017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7565
7566 * gdb.base/float128.c (large128): New variable.
7567 * gdb.base/float128.exp: Add test to print largest __float128 value.
7568
7a26362d
UW
75692017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7570
7571 * gdb.arch/vsx-regs.exp: Update register content checks.
7572
ed0f4273
UW
75732017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7574
7575 * gdb.arch/ppc-longdouble.exp: New file.
7576 * gdb.arch/ppc-longdouble.c: Likewise.
7577
a25d69c6
PA
75782017-11-21 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7581
73fcf641
PA
75822017-11-20 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7585 (long_double_typedef): New typedefs.
7586 Use DEF on double and long double.
7587 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7588 cases.
7589 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7590 and 'long_double_ptr_same_size' locals. Use them to decide
7591 whether cast from array/function to float is valid/invalid.
7592
71a3c369
TT
75932017-11-17 Tom Tromey <tom@tromey.com>
7594
7595 * gdb.rust/traits.rs: New file.
7596 * gdb.rust/traits.exp: New file.
7597
ced9779b
JB
75982017-11-17 Joel Brobecker <brobecker@adacore.com>
7599
7600 * gdb.ada/minsyms: New testcase.
7601
a0922d80
PA
76022017-11-16 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7605 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7606
ea04e54c
PA
76072017-11-16 Pedro Alves <palves@redhat.com>
7608
7609 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7610 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7611
e849ea89
PA
76122017-11-16 Pedro Alves <palves@redhat.com>
7613
7614 * gdb.server/reconnect-ctrl-c.c: New file.
7615 * gdb.server/reconnect-ctrl-c.exp: New file.
7616
d8ae99a7
PM
76172017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7618
7619 * gdb.python/py-rbreak.exp: New file.
7620 * gdb.python/py-rbreak.c: New file.
7621 * gdb.python/py-rbreak-func2.c: New file.
7622
968a13f8
PA
76232017-11-16 Pedro Alves <palves@redhat.com>
7624
7625 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7626 pattern.
7627 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7628 GDB.
7629
71774bc9
SM
76302017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7631
7632 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7633 regex.
7634
ddbb44cf
SM
76352017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7636
7637 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7638 test names.
7639
584a564f
PA
76402017-11-09 Pedro Alves <palves@redhat.com>
7641
7642 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7643 factored out from ...
7644 (top level): ... here, and adjusted to avoid expecting beyond the
7645 prompt in a single gdb_test_multiple.
7646
5ed7a928
PA
76472017-11-09 Pedro Alves <palves@redhat.com>
7648
7649 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7650 output.
7651 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7652 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7653 * gdb.server/ext-run.exp ("kill" test): Likewise.
7654 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7655
a60e0738
PA
76562017-11-09 Pedro Alves <palves@redhat.com>
7657
7658 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7659 match till end of line.
7660
2c88253f
PA
76612017-11-09 Pedro Alves <palves@redhat.com>
7662
7663 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7664
c7a38517
PA
76652017-11-09 Pedro Alves <palves@redhat.com>
7666
7667 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7668 New procedures, factored out from ...
7669 (top level): ... here, and adjusted to avoid expecting beyond the
7670 prompt in one go.
7671
f29f4b6b
PA
76722017-11-09 Pedro Alves <palves@redhat.com>
7673
7674 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7675 output. Fix '?' match.
7676
286acbb5
JB
76772017-11-08 Joel Brobecker <brobecker@adacore.com>
7678
7679 * gdb.ada/scoped_watch: New testcase.
7680 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7681 which is actually correct.
7682 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7683 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7684
62d7ae92
PA
76852017-11-08 Pedro Alves <palves@redhat.com>
7686
7687 * gdb.gdb/complaints.exp (test_initial_complaints)
7688 (test_serial_complaints, test_short_complaints): Call
7689 complaint_internal instead of complaint.
7690
280ca31f
DT
76912017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7692
7693 * gdb.threads/tls-core.c: New file.
7694 * gdb.threads/tls-core.exp: Likewise.
7695
b5ec771e
PA
76962017-11-08 Pedro Alves <palves@redhat.com>
7697
7698 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7699 (p Exported_Capitalized): New test.
7700 (p exported_capitalized): New test.
7701
a02b41a7
PA
77022017-11-07 Pedro Alves <palves@redhat.com>
7703
7704 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7705
95e95a6d
PA
77062017-11-07 Pedro Alves <palves@redhat.com>
7707
7708 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7709 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7710 (disable_invalid, disable_inverted, disable_negative): New
7711 procedures.
7712 ("bad numbers"): New set of tests.
7713
cee62dbd
PA
77142017-11-07 Pedro Alves <palves@redhat.com>
7715
7716 * gdb.cp/ena-dis-br-range.exp: Add tests.
7717
cc638e86
PA
77182017-11-07 Pedro Alves <palves@redhat.com>
7719
7720 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7721
d0fe4701
XR
77222017-11-07 Xavier Roirand <roirand@adacore.com>
7723 Pedro Alves <palves@redhat.com>
7724
7725 * gdb.base/ena-dis-br.exp: Add reference to
7726 gdb.cp/ena-dis-br-range.exp.
7727 * gdb.cp/ena-dis-br-range.exp: New file.
7728 * gdb.cp/ena-dis-br-range.cc: New file.
7729
46f67f80
PA
77302017-11-06 Pedro Alves <palves@redhat.com>
7731
7732 * gdb.base/attach-non-pgrp-leader.c: New.
7733 * gdb.base/attach-non-pgrp-leader.exp: New.
7734
726e1356
PA
77352017-11-06 Pedro Alves <palves@redhat.com>
7736
7737 * configure.ac: No longer check for termio.h and sgtty.h.
7738 * configure: Regenerate.
7739 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7740 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7741 Remove termio and sgtty code.
7742
50ab6ace
YQ
77432017-11-03 Yao Qi <yao.qi@linaro.org>
7744
7745 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7746 in GDB is disabled.
7747
8e68731c
YQ
77482017-11-03 Yao Qi <yao.qi@linaro.org>
7749
7750 * gdb.python/py-thrhandle.exp: Skip it if python is not
7751 enabled.
7752
3a87ae65
SM
77532017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7754
7755 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7756 as a breakpoint command.
7757
484d8d36
MD
77582017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7759
7760 PR python/21213
7761 * gdb.python/py-infthread.exp: Test calling
7762 InferiorThread.inferior () multiple times in a row.
7763
4a27f119
KS
77642017-10-27 Keith Seitz <keiths@redhat.com>
7765
7766 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7767 Test "info break" for every inlined function breakpoint.
7768
bb11dd58
YQ
77692017-10-27 Yao Qi <yao.qi@linaro.org>
7770
7771 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7772
a43f3893
PF
77732017-10-26 Patrick Frants <osscontribute@gmail.com>
7774
7775 * gdb.cp/classes.exp (test_static_members): Test printing
7776 Outer::instance.
7777 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7778 (Inner::instance, Outer::instance): New.
7779
792ccf00
PA
77802017-10-24 Pedro Alves <palves@redhat.com>
7781
7782 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7783 extra console" test in two stages.
7784
eb2bfbad
PA
77852017-10-24 Pedro Alves <palves@redhat.com>
7786
7787 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7788
1f75a651
PA
77892017-10-24 Pedro Alves <palves@redhat.com>
7790
7791 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7792 loop.
7793
779990d9
PA
77942017-10-24 Pedro Alves <palves@redhat.com>
7795
7796 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7797 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7798
ad9b8f5d
PA
77992017-10-24 Pedro Alves <palves@redhat.com>
7800
7801 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7802 parameter and handle it. Don't output read value in test name.
7803
fee6da6e
PA
78042017-10-24 Pedro Alves <palves@redhat.com>
7805
7806 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7807 custom test name.
7808
10389c2c
PA
78092017-10-24 Pedro Alves <palves@redhat.com>
7810
7811 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7812 include the unstable output directory name in the test's name.
7813 (initial_setup_simple) <'set args'>: Use custom test name.
7814
a80e65a9
PA
78152017-10-24 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7818 with explicit test name.
7819
15763a09
PA
78202017-10-20 Pedro Alves <palves@redhat.com>
7821
7822 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7823 'wait -i'. Use gdb_assert and remote_close.
7824
49a4ce2e
AB
78252017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7826
7827 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7828 number from variable rather than hard-coded.
7829
a75868f5
PA
78302017-10-19 Pedro Alves <palves@redhat.com>
7831
7832 * gdb.base/long-inferior-output.c: New file.
7833 * gdb.base/long-inferior-output.exp: New file.
7834
c8ba13ad
KS
78352017-11-18 Keith Seitz <keiths@redhat.com>
7836
7837 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7838 method.
7839 (main): Call it.
7840 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7841 Add additional user-defined conversion operator tests.
7842
b27de576
PA
78432017-10-17 Pedro Alves <palves@redhat.com>
7844
7845 * boards/native-stdio-gdbserver.exp: Load "local-board".
7846
8484c955
PA
78472017-10-17 Pedro Alves <palves@redhat.com>
7848
7849 * gdb.base/quit-live.c: New file.
7850 * gdb.base/quit-live.exp: New file.
7851
83d5a34d
KS
78522017-10-16 Keith Seitz <keiths@redhat.com>
7853
7854 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7855 (class_with_protected_typedef, class_with_private_typedef)
7856 (struct_with_public_typedef, struct_with_protected_typedef)
7857 (struct_with_private_typedef): New classes/structs.
7858 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7859 typedefs and access specifiers.
7860
739b3f1d
PA
78612017-10-16 Pedro Alves <palves@redhat.com>
7862 Simon Marchi <simon.marchi@polymtl.ca>
7863
7864 * README (Local vs Remote vs Native): New section.
7865 * boards/local-board.exp: New file, with bits factored out from
7866 ...
7867 * boards/native-extended-gdbserver.exp: ... here. Load
7868 "local-board".
7869 * boards/native-gdbserver.exp: Load "local-board".
7870 (${board}_spawn, ${board}_exec): Delete.
7871 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7872 ...
7873 * boards/stdio-gdbserver-base.exp: ... this new file.
7874 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7875 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7876 procedure.
7877 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7878 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7879 stdio_gdbserver_command.
7880 (${board}_get_remote_address, ${board}_get_comm_port)
7881 (${board}_download, ${board}_upload): Delete.
7882 (get_target_remote_pipe_cmd): New.
7883
fe68b953
SM
78842017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7885
7886 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7887 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7888 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7889 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7890 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7891 remove with_test_prefix.
7892
300b6685
PA
78932017-10-13 Pedro Alves <palves@redhat.com>
7894
7895 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7896 * gdb.base/annota1.exp: Use it instead of is_remote.
7897 * gdb.base/annota3.exp: Use it instead of is_remote.
7898 * gdb.cp/annota2.exp: Use it instead of is_remote.
7899 * gdb.cp/annota3.exp: Use it instead of is_remote.
7900 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7901
50500caf
PA
79022017-10-13 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7905 (test_num_test_vars, run_and_count_vars, find_env)
7906 (test_set_unset_env, test_inherit_env_var): New procedures.
7907 (top level): Use them.
7908
dad0c6d2
PA
79092017-10-13 Pedro Alves <palves@redhat.com>
7910
7911 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7912 also skip on stub-like targets.
7913
8b0553c1
PA
79142017-10-13 Pedro Alves <palves@redhat.com>
7915
7916 PR gdb/22293
7917 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7918 (top level): Move some tests to ...
7919 (test_not_found): ... this new procedure.
7920 (top level): Call it.
7921
7594f623
PA
79222017-10-13 Pedro Alves <palves@redhat.com>
7923
7924 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7925 expect different "info terminal" output if testing with a
7926 non-native target.
7927
ebe3b402
PA
79282017-10-13 Pedro Alves <palves@redhat.com>
7929 Simon Marchi <simon.marchi@polymtl.ca>
7930
7931 PR python/12966
7932 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7933
42f1b161
PA
79342017-10-13 Pedro Alves <palves@redhat.com>
7935
7936 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7937 already.
7938
8d6ef72b
PA
79392017-10-13 Pedro Alves <palves@redhat.com>
7940
7941 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7942 is_remote.
7943
d7bcd5b8
PA
79442017-10-13 Pedro Alves <palves@redhat.com>
7945
7946 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7947 is_remote.
7948
df479dc6
PA
79492017-10-13 Pedro Alves <palves@redhat.com>
7950
7951 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7952 is set.
7953 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7954 instead of is_remote.
7955
23fb630a
PA
79562017-10-13 Pedro Alves <palves@redhat.com>
7957
7958 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7959 (top level): Add comment.
7960
cc77b1dc
PA
79612017-10-13 Pedro Alves <palves@redhat.com>
7962
7963 * gdb.base/remote.exp (top level): Fix comment typo and add
7964 missing return.
7965
27c9e813
PA
79662017-10-13 Pedro Alves <palves@redhat.com>
7967 Simon Marchi <simon.marchi@polymtl.ca>
7968
7969 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7970 calls and add comments. Skip test if use_gdb_stub is set.
7971 (top level): Use "set cwd" command instead of "cd" command.
7972
5e830d98
PA
79732017-10-13 Pedro Alves <palves@redhat.com>
7974
7975 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7976 is_remote target check.
7977
f5ca0032
PA
79782017-10-13 Pedro Alves <palves@redhat.com>
7979
7980 * gdb.base/scope.exp: Use build_executable + clean_restart +
7981 gdb_file_cmd instead of prepare_for_testing and no longer skip
7982 "before run" tests on is_remote target boards. Update comments.
7983 * boards/native-extended-gdbserver.exp
7984 (extended_gdbserver_load_last_file): New, factored out from ...
7985 (gdb_load): ... this. Move further below and add comment.
7986 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7987
8aed1c0d
PA
79882017-10-12 Pedro Alves <palves@redhat.com>
7989
7990 * gdb.base/attach.exp: Remove references to gdb64.
7991 * gdb.base/dbx.exp: Remove references to gdb64.
7992
cfa34c87
SM
79932017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7994 Pedro Alves <palves@redhat.com>
7995
7996 * gdb.base/label.exp: Remove is_remote target check.
7997
9192b7de
PA
79982017-10-12 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.base/auvx.exp (coredir): Update comment.
8001 (top level) <core_works>: Use "set cwd" command instead of "cd"
8002 command.
8003
6bf0052d
PA
80042017-10-12 Pedro Alves <palves@redhat.com>
8005 Simon Marchi <simon.marchi@polymtl.ca>
8006
8007 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8008 target boards.
8009
e48ef82d
PA
80102017-10-12 Pedro Alves <palves@redhat.com>
8011 Simon Marchi <simon.marchi@polymtl.ca>
8012
8013 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8014 Instead skip if there's any gdb_protocol set.
8015
8d7aea57
SM
80162017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8017 Pedro Alves <palves@redhat.com>
8018
8019 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8020
30440677
PA
80212017-10-12 Pedro Alves <palves@redhat.com>
8022 Simon Marchi <simon.marchi@polymtl.ca>
8023
8024 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8025 instead of on dejagnu remote boards.
8026
4e04f045 80272017-10-12 Pedro Alves <palves@redhat.com>
175654b9 8028 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
8029
8030 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8031 checks. Use build_executable + clean_restart instead of
8032 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8033 of enabling non-stop after starting gdb.
8034
871a186e
PA
80352017-10-12 Pedro Alves <palves@redhat.com>
8036
8037 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8038 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8039 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8040 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8041
56d704da
AK
80422017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8043
8044 * gdb.arch/arc-tdesc-cpu.exp: New file.
8045 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8046
2f20e312
SM
80472017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8048
8049 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8050
65630365
PA
80512017-10-10 Pedro Alves <palves@redhat.com>
8052
8053 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8054 expect CLI output.
8055
bf469271
PA
80562017-10-10 Pedro Alves <palves@redhat.com>
8057
8058 * lib/selftest-support.exp (selftest_setup): Update for
8059 captured_command_loop's prototype change.
8060
777a42f1
PA
80612017-10-09 Pedro Alves <palves@redhat.com>
8062
8063 Test both arch1=>arch2 and arch2=>arch1.
8064
8065 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8066 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8067 factored out to...
8068 (append_arch1_options, append_arch2_options, append_arch_options)
8069 (build_executables): New procedures.
8070 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8071 local.
8072 (top level): Add new 'first_arch' testing axis.
8073
cbd2b4e3
PA
80742017-10-09 Pedro Alves <palves@redhat.com>
8075
8076 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8077 (barrier): New.
8078 (thread_start, all_started): New functions.
8079 (main): Spawn new thread and wait until it is scheduled.
8080 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8081 option.
8082 (do_test): Add 'selected_thread' parameter. Run to all_started
8083 instead of main. Explicitly set the breakpoint at main. Switch
8084 to the SELECTED_THREAD thread.
8085 (top level): Test handling the exec event with either the main
8086 thread or the second thread selected.
8087
5c9e4427
PA
80882017-10-09 Pedro Alves <palves@redhat.com>
8089
8090 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8091 logic. Move STOP marker after the value checks.
8092 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8093 regexp.
8094
b3b7c423
SL
80952017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8096
8097 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8098
3b4b2f16
UW
80992017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8100
8101 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8102 integer-to-dfp conversion.
8103 * gdb.base/dfp-test.exp: Likewise.
8104
5cd63fda
PA
81052017-10-04 Pedro Alves <palves@redhat.com>
8106
8107 * gdb.multi/hangout.c: Include <unistd.h>.
8108 (hangout_loop): New function.
8109 (main): Call alarm. Call hangout_loop in a loop.
8110 * gdb.multi/hello.c: Include <unistd.h>.
8111 (hello_loop): New function.
8112 (main): Call alarm. Call hangout_loop in a loop.
8113 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8114 inferior with the other selected.
8115
4c71c105
SM
81162017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8117
8118 * gdb.mi/list-thread-groups-available.exp: New file.
8119 * gdb.mi/list-thread-groups-available.c: New file.
8120
bc3b087d
SDJ
81212017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8122
8123 * gdb.base/set-cwd.exp: Make it available on
8124 native-extended-gdbserver.
8125
d092c5a2
SDJ
81262017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8127
8128 * gdb.base/set-cwd.c: New file.
8129 * gdb.base/set-cwd.exp: Likewise.
8130
45320ffa
TT
81312017-10-02 Tom Tromey <tom@tromey.com>
8132
8133 PR rust/22236:
8134 * gdb.rust/simple.rs (main): New variable "fslice".
8135 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8136
b3e3859b
TT
81372017-10-02 Tom Tromey <tom@tromey.com>
8138
8139 * gdb.rust/simple.exp: Test ptype of a slice.
8140
01af5e0d
TT
81412017-10-02 Tom Tromey <tom@tromey.com>
8142
8143 * gdb.rust/simple.exp: Test index of slice.
8144
a9bbfbd8
TT
81452017-09-27 Tom Tromey <tom@tromey.com>
8146
8147 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8148
df8899e5
TP
81492017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8150 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.base/compare-sections.exp (get value of read-only section): Read
8153 as unsigned value.
8154 (corrupt read-only section): Likewise and don't set written if patching
8155 failed.
8156
757bf54b
KB
81572017-09-21 Kevin Buettner <kevinb@redhat.com>
8158
8159 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8160 files.
8161
06871ae8
PA
81622017-09-20 Pedro Alves <palves@redhat.com>
8163
8164 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8165 symbol names in gdb's output.
8166 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8167
e5f25bc5
PA
81682017-09-20 Pedro Alves <palves@redhat.com>
8169
8170 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8171 Rename to ...
8172 (test_list_ambiguous_symbol): ... this and add a symbol name
8173 parameter. Adjust.
8174 (test_list_ambiguous_function): Reimplement on top of
8175 test_list_ambiguous_symbol and also test listing ambiguous
8176 variables.
8177 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8178 (ambiguous_fun): ... this.
8179 (ambiguous_var): New.
8180 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8181 (ambiguous_fun): ... this.
8182 (ambiguous_var): New.
8183
4e5a4f58
JB
81842017-09-19 John Baldwin <jhb@FreeBSD.org>
8185
8186 * gdb.base/starti.c: New file.
8187 * gdb.base/starti.exp: New file.
8188 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8189
26e53f3e
PA
81902017-09-14 Pedro Alves <palves@redhat.com>
8191
8192 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8193 (top level): Use it instead of runto.
8194
cb791d59
TT
81952017-09-11 Tom Tromey <tom@tromey.com>
8196
8197 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8198
7c96f8c1
TT
81992017-09-11 Tom Tromey <tom@tromey.com>
8200
8201 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8202 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8203
469412dd
CW
82042017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8205
8206 * gdb.fortran/printing-types.exp: New file.
8207 * gdb.fortran/printing-types.exp: New file.
8208
e0f86435
BH
82092017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8210
8211 * gdb.fortran/vla-ptype.exp: Fix typos.
8212 * gdb.fortran/vla-value.exp: Same.
8213
9e9af4be
BH
82142017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8215
8216 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8217 * gdb.mi/mi-var-child-f.exp: Likewise.
8218 * gdb.mi/mi-vla-fortran.exp: Likewise.
8219
a5ad232b 82202017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8221 Christoph Weinmann <christoph.t.weinmann@intel.com>
8222 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8223
8224 * gdb.fortran/ptr-indentation.f90: New file.
8225 * gdb.fortran/ptr-indentation.exp: New file.
8226
5aec60eb
TT
82272017-09-05 Tom Tromey <tom@tromey.com>
8228
8229 PR gdb/22010:
8230 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8231
8f8f8152
TP
82322017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8233
8234 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8235
fbd1b771
JK
82362017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8237
8238 * gdb.threads/tls-nodebug-pie.c: New file.
8239 * gdb.threads/tls-nodebug-pie.exp: New file.
8240
5eb5f850
TT
82412017-09-05 Tom Tromey <tom@tromey.com>
8242
8243 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8244 for rust.
8245
ae780a21
SM
82462017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8247
8248 * gdb.multi/multi-arch-exec.exp: Test with different
8249 "follow-exec-mode" settings.
8250 (do_test): New procedure.
8251
3693fdb3
PA
82522017-09-04 Pedro Alves <palves@redhat.com>
8253
8254 * gdb.base/func-static.c (S::method const, S::method volatile)
8255 (S::method volatile const): New methods.
8256 (c_s, v_s, cv_s): New instances.
8257 (main): Call method() on them.
8258 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8259 (cannot_resolve): New procedure.
8260 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8261 print-quote-unquoted columns.
8262 (do_test): Test printing each scope too.
8263
e68cb8e0
PA
82642017-09-04 Pedro Alves <palves@redhat.com>
8265
8266 * gdb.base/local-static.exp: Also test with
8267 class::method::variable wholly quoted.
8268 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8269
858be34c
PA
82702017-09-04 Pedro Alves <palves@redhat.com>
8271
8272 * gdb.base/local-static.c: New.
8273 * gdb.base/local-static.cc: New.
8274 * gdb.base/local-static.exp: New.
8275
46a4882b
PA
82762017-09-04 Pedro Alves <palves@redhat.com>
8277
8278 * gdb.asm/asm-source.exp: Add casts to int.
8279 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8280 (dataglobal64_1, dataglobal64_2): New globals.
8281 * gdb.base/nodebug.exp: Test different expressions involving the
8282 new globals, with print, whatis and ptype. Add casts to int.
8283 * gdb.base/solib-display.exp: Add casts to int.
8284 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8285 * gdb.cp/m-static.exp: Add cast to int.
8286 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8287 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8288 tls variable with no debug info without a cast. Test with a cast
8289 to int too.
8290 * gdb.trace/entry-values.exp: Add casts.
8291
2c5a2be1
PA
82922017-09-04 Pedro Alves <palves@redhat.com>
8293
8294 * gdb.base/nodebug.exp: Test that ptype's error about functions
8295 with unknown return type includes the function name too.
8296
7022349d
PA
82972017-09-04 Pedro Alves <palves@redhat.com>
8298
8299 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8300 return type of munmap in infcall.
8301 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8302 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8303 type of ftell in infcall.
8304 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8305 type of getpid in infcall.
8306 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8307 infcall.
8308 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8309 Bail on failure to extract the pid.
8310 * gdb.base/nodebug.c: #include <stdint.h>.
8311 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8312 New functions.
8313 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8314 Change expected output of print/whatis/ptype with functions with
8315 no debug info. Test all supported languages. Call
8316 test_call_promotion.
8317 * gdb.compile/compile.exp: Adjust expected output to expect
8318 warning.
8319 * gdb.threads/siginfo-threads.exp: Likewise.
8320
54990598
PA
83212017-09-04 Pedro Alves <palves@redhat.com>
8322
8323 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8324 "prototypes". Test calling float functions via prototyped and
8325 unprototyped function pointers.
8326 (perform_all_tests): New parameter "prototypes". Pass it down.
8327 (top level): Pass down "prototypes" parameter to
8328 perform_all_tests.
8329
34d16ea2
SM
83302017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8331
8332 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8333 Test with nested loops.
8334
9521ecda
SM
83352017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8336
8337 * gdb.base/commands.exp: Call the new procedures.
8338 (loop_break_test, loop_continue_test): New procedures.
8339
80a65e9b
SM
83402017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8341
8342 * gdb.base/commands.exp: Call new procedure.
8343 (define_if_without_arg_test): New procedure.
8344
e439fa14
PA
83452017-09-04 Pedro Alves <palves@redhat.com>
8346
8347 * gdb.base/list-ambiguous.exp: New file.
8348 * gdb.base/list-ambiguous0.c: New file.
8349 * gdb.base/list-ambiguous1.c: New file.
8350 * gdb.base/list.exp (test_list_range): Adjust expected output.
8351
0a2dde4a
SDJ
83522017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8353
8354 * gdb.base/share-env-with-gdbserver.c: New file.
8355 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8356
5e89eb3a
SM
83572017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8358
8359 * gdb.base/commands.exp (gdbvar_simple_if_test,
8360 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8361 progvar_simple_if_test, progvar_simple_while_test,
8362 progvar_complex_if_while_test, user_defined_command_test,
8363 user_defined_command_args_eval,
8364 user_defined_command_args_stack_test,
8365 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8366 temporary_breakpoint_commands,
8367 gdb_test_no_prompt, redefine_hook_test,
8368 redefine_backtrace_test): Remove "global gdb_prompt".
8369
fd437cbc
SM
83702017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8371
8372 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8373 New proc, call it from toplevel.
8374
87215ad1
SDJ
83752017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8376
8377 PR remote/21852
8378 * gdb.server/normal.c: New file, copied from gdb.base.
8379 * gdb.server/run-without-local-binary.exp: New file.
8380
58afddc6
WP
83812017-08-07 Weimin Pan <weimin.pan@oracle.com>
8382
8383 * gdb.arch/sparc64-adi.exp: New file.
8384 * gdb.arch/sparc64-adi.c: New file.
8385
5277199a
PA
83862017-08-22 Pedro Alves <palves@redhat.com>
8387
8388 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8389 (top level): Add "list all overloads" tests.
8390
14278e1f
TT
83912017-08-22 Tom Tromey <tom@tromey.com>
8392
8393 * gdb.gdb/xfullpath.exp: Remove.
8394
bf223d3e
PA
83952017-08-21 Pedro Alves <palves@redhat.com>
8396
8397 PR gdb/19487
8398 * gdb.base/symbol-alias.c: New.
8399 * gdb.base/symbol-alias2.c: New.
8400 * gdb.base/symbol-alias.exp: New.
8401
c973d0aa
PA
84022017-08-21 Pedro Alves <palves@redhat.com>
8403
8404 * gdb.base/dfp-test.c
8405 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8406 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8407 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8408 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8409 * gdb.base/whatis-ptype-typedefs.c: New.
8410 * gdb.base/whatis-ptype-typedefs.exp: New.
8411 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8412 (an_int, an_int_type, an_int_type2): New globals.
8413 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8414 involving typedefs and cast expressions.
8415 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8416 (lookup_typedefs_function): New.
8417 (typedefs_pretty_printers_dict): New.
8418 (top level): Register lookup_typedefs_function in
8419 gdb.pretty_printers.
8420
6d580b63
YQ
84212017-08-18 Yao Qi <yao.qi@linaro.org>
8422
8423 * gdb.server/unittest.exp: New.
8424
206726fb
SDJ
84252017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8426
8427 PR gdb/21954
8428 * gdb.base/environ.exp: Add test to check if 'unset environment'
8429 works.
8430
bf0ec4c2
AA
84312017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8432
8433 * lib/gdb.exp (universal_compile_options): New caching proc.
8434 (gdb_compile): Suppress GCC's coloring of messages.
8435
d6382fff
TT
84362017-08-14 Tom Tromey <tom@tromey.com>
8437
8438 PR gdb/21675:
8439 * gdb.base/printcmds.exp (test_radices): New function.
8440 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8441 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8442 * lib/gdb.exp (get_integer_valueof): Use p/d.
8443
c2c2dd9f
SM
84442017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8445
8446 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8447 characters.
8448
fdffd6f4
TT
84492017-08-05 Tom Tromey <tom@tromey.com>
8450
8451 * gdb.rust/simple.exp: Allow String to appear in a different
8452 namespace.
8453
27d41eac
YQ
84542017-07-26 Yao Qi <yao.qi@linaro.org>
8455
8456 * gdb.gdb/unittest.exp: Invoke command
8457 "maintenance check xml-descriptions".
8458
031ed05d
AA
84592017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8460
8461 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8462 calling context.
8463 (hex128): Drop erroneous calculation of parameters.
8464
dcd27ddf
SM
84652017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8466
8467 * gdb.python/py-unwind.exp: Disable stack protection when
8468 building test file.
8469
47e77640
PA
84702017-07-20 Pedro Alves <palves@redhat.com>
8471
8472 * gdb.base/default.exp (set language): Adjust expected output.
8473
62d2a18a
PA
84742017-07-20 Pedro Alves <palves@redhat.com>
8475
8476 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8477 (test_minsym): ... this, and make static.
8478 (get_pck__foo__bar__minsym): Rename to ...
8479 (get_test_minsym): ... this.
8480 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8481 symbol names and comments.
8482 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8483 (get_test_minsym): ... this.
8484 (pck__foo__bar__minsym__2): Rename to ...
8485 (test_minsym): ... this.
8486 (main): Adjust.
8487
c45ec17c
PA
84882017-07-17 Pedro Alves <palves@redhat.com>
8489
8490 * gdb.base/completion.exp: Adjust expected output.
8491 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8492 the completer works.
8493
c6756f62
PA
84942017-07-17 Pedro Alves <palves@redhat.com>
8495
8496 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8497
5bd68487
AB
84982017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8499
8500 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8501
8880f2a9
TT
85022017-07-14 Tom Tromey <tom@tromey.com>
8503
8504 PR rust/21764:
8505 * gdb.rust/simple.exp: Add tests.
8506
65547233
TT
85072017-07-14 Tom Tromey <tom@tromey.com>
8508
8509 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8510
8f14146e
PA
85112017-07-14 Pedro Alves <palves@redhat.com>
8512
8513 * gdb.linespec/base/one/thefile.cc (z1): New function.
8514 * gdb.linespec/base/two/thefile.cc (z2): New function.
8515 * gdb.linespec/linespec.exp: Add tests.
8516
b4365d02
AB
85172017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8518
8519 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8520 to mi_create_breakpoint.
8521
5d2cbaa5
AB
85222017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8523
8524 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8525 mi_create_breakpoint.
8526
11cb5716
IB
85272017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8528
8529 * gdb.dlang/demangle.exp: Update for demangling changes.
8530
03278692
TT
85312017-07-09 Tom Tromey <tom@tromey.com>
8532
8533 * gdb.dwarf2/shortpiece.exp: New file.
8534
33c5cd75
DB
85352017-07-06 David Blaikie <dblaikie@gmail.com>
8536
8537 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8538 built from fissiont-multi-cu{1,2}.c.
8539 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8540 except putting 'main' and 'func' in separate CUs in the same DWO file.
8541 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8542 test.
8543 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8544 test.
8545
8455d262
PA
85462017-07-06 Pedro Alves <palves@redhat.com>
8547
8548 * gdb.python/py-unwind.exp: Test flushregs.
8549
dc4bde35
SDJ
85502017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8551
8552 PR cli/21688
8553 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8554 tests for alias commands and trailing whitespace.
8555
51ed89aa
SDJ
85562017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8557
8558 PR cli/21688
8559 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8560 procedure. Call it.
8561
eb17d413
PA
85622017-06-29 Pedro Alves <palves@redhat.com>
8563
8564 * gdb.base/printcmds.exp: Add tests.
8565
41664b45
DG
85662017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8567
8568 PR gdb/21337
8569 * gdb.base/reread-readsym.exp: New file.
8570 * gdb.base/reread-readsym.c: New file.
8571
75312ae3
KB
85722017-06-21 Kevin Buettner <kevinb@redhat.com>
8573
8574 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8575 subpattern.
8576
66953522
PB
85772017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8578
8579 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8580 extended mnemonic.
8581 * gdb.arch/powerpc-power9.s: Likewise.
8582
5524b525
AA
85832017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8584
8585 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8586 on 32-bit x86 targets. Exploit is_*_target macros where
8587 appropriate.
8588
03c8af18
AA
85892017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8590
8591 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8592 register pieces.
8593
3bf31011
AA
85942017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8595
8596 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8597 located in one or more DWARF pieces.
8598
805acca0
AA
85992017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8600
8601 * lib/gdb.exp (get_endianness): New proc.
8602 * gdb.arch/aarch64-fp.exp: Use it.
8603 * gdb.arch/altivec-regs.exp: Likewise.
8604 * gdb.arch/e500-regs.exp: Likewise.
8605 * gdb.arch/vsx-regs.exp: Likewise.
8606 * gdb.base/dump.exp: Likewise.
8607 * gdb.base/funcargs.exp: Likewise.
8608 * gdb.base/gnu_vector.exp: Likewise.
8609 * gdb.dwarf2/formdata16.exp: Likewise.
8610 * gdb.dwarf2/implptrpiece.exp: Likewise.
8611 * gdb.dwarf2/nonvar-access.exp: Likewise.
8612 * gdb.python/py-inferior.exp: Likewise.
8613 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8614
e9352324
AA
86152017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8616
8617 PR gdb/21226
8618 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8619 stack value pieces are taken from the LSB end.
8620
d5d1163e
AA
86212017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8622
8623 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8624 variable at nonzero offset.
8625
0567c986
AA
86262017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8627
8628 * gdb.dwarf2/var-access.c: New file.
8629 * gdb.dwarf2/var-access.exp: New test.
8630 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8631
973e9aab
TT
86322017-06-12 Tom Tromey <tom@tromey.com>
8633
8634 * gdb.dwarf2/formdata16.exp: Add tests.
8635
d9109c80
TT
86362017-06-12 Tom Tromey <tom@tromey.com>
8637
8638 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8639
30a25466
TT
86402017-06-12 Tom Tromey <tom@tromey.com>
8641
8642 PR exp/16225:
8643 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8644 * gdb.arch/vsx-regs.exp: Update tests.
8645 * gdb.arch/s390-vregs.exp (hex128): New proc.
8646 Update test.
8647 * gdb.arch/altivec-regs.exp: Update tests.
8648
aefd8b33
SDJ
86492017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8650
8651 * gdb.base/startup-with-shell.c: New file.
8652 * gdb.base/startup-with-shell.exp: Likewise.
8653
2090129c
SDJ
86542017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8655
8656 * gdb.server/non-existing-program.exp: Update regex in order to
8657 reflect the fact that gdbserver is now using fork_inferior (with a
8658 shell) to startup the inferior.
8659
8e86a419
SM
86602017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8661
8662 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8663 support function calls from GDB.
8664
e6cf65f2
TT
86652017-05-21 Tom Tromey <tom@tromey.com>
8666
8667 PR rust/21466:
8668 * gdb.rust/unsized.exp: New file.
8669 * gdb.rust/unsized.rs: New file.
8670
43cc5389
TT
86712017-05-19 Tom Tromey <tom@tromey.com>
8672
8673 PR rust/21484:
8674 * gdb.rust/watch.exp: New file.
8675 * gdb.rust/watch.rs: New file.
8676
ec8df234
TT
86772017-05-18 Tom Tromey <tom@tromey.com>
8678
8679 * gdb.rust/simple.exp: Allow Box to be qualified.
8680
3e3e7fae
TP
86812017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8682
8683 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8684
59cc050d
PA
86852017-05-18 Pedro Alves <palves@redhat.com>
8686
8687 * gdb.base/fileio.c (test_write, test_read, test_close)
8688 (test_fstat): Don't print 'ret' in the fail path.
8689
c8f6abd1
PA
86902017-05-18 Pedro Alves <palves@redhat.com>
8691
8692 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8693 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8694 (test_system, test_rename, test_unlink, test_time): Change
8695 prototypes.
8696 * gdb.base/fileio.exp (stop_msg): Adjust.
8697
d2a03b77
PA
86982017-05-18 Pedro Alves <palves@redhat.com>
8699
8700 * gdb.base/fileio.c (null_str): New global.
8701 (test_stat): Use it.
8702 * gdb.base/fileio.exp: Remove nowarnings.
8703
0d5c6999
YQ
87042017-05-17 Yao Qi <yao.qi@linaro.org>
8705
8706 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8707
21873064
YQ
87082017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8709
8710 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8711 argument command.
8712 (top-level): Invoke test_set_inferior_tty.
8713
d512d31c
PA
87142017-05-04 Pedro Alves <palves@redhat.com>
8715
8716 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8717 Add parens to print call for Python 3.
8718
90cef2ed
KS
87192017-05-03 Keith Seitz <keiths@redhat.com>
8720
8721 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8722 (main): Call it.
8723
14f819c8
TW
87242017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8725
8726 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8727 to prev and next.
8728
913aeadd
TW
87292017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8730
8731 * gdb.python/py-record-btrace.exp: Remove test for
8732 gdb.BtraceInstruction.error.
8733
a3be24ad
TW
87342017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8735
8736 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8737
ae20e79a
TW
87382017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8739
8740 * gdb.python/py-record-btrace-threads.c: New file.
8741 * gdb.python/py-record-btrace-threads.exp: New file.
8742
45ce1b47
SDJ
87432017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8744
8745 PR testsuite/8595
8746 * gdb.base/environ.exp: Make test available in all architectures.
8747 Move bits related to "info program" testing to
8748 gdb.base/info-program.exp. Rewrite tests to use the two new
8749 procedures mentione below.
8750 (test_set_show_env_var) New procedure.
8751 (test_set_show_env_var_equal): Likewise.
8752 * gdb.base/info-program.exp: New file.
8753
e15c3eb4
KS
87542017-04-27 Keith Seitz <keiths@redhat.com>
8755
8756 * gdb.cp/oranking.cc (test15): New function.
8757 (main): Call test15 and declare additional variables for testing.
8758 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8759 "p foo101('abc')" tests.
8760 Add tests for cv qualifier overloads.
8761 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8762 "lvalue reference overload" test.
8763 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8764 "print value of f1 on Child&& in f2" test.
8765
3a3fd0fd
PA
87662017-04-19 Pedro Alves <palves@redhat.com>
8767
8768 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8769 procedure.
8770 (top level): Call it.
8771 * lib/gdb.exp (gdb_define_cmd): New procedure.
8772
53375380
PA
87732017-04-12 Pedro Alves <palves@redhat.com>
8774
8775 PR gdb/21323
8776 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8777 (wchar): New global.
8778 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8779 (do_test_wide_char, wide_char_types_no_program, top level): Add
8780 wchar_t testing.
8781
53e710ac
PA
87822017-04-12 Pedro Alves <palves@redhat.com>
8783
8784 PR c++/21323
8785 * gdb.cp/wide_char_types.c: New file.
8786 * gdb.cp/wide_char_types.exp: New file.
8787
0ad9d8c7
SDJ
87882017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8789
8790 PR gdb/21352
8791 * gdb.trace/tsv.exp: Add test for "tsave -r".
8792
b1b45502
IB
87932017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8794
8795 * gdb.dlang/watch-loc.c: New file.
8796 * gdb.dlang/watch-loc.exp: New file.
8797
ec13808e
JK
87982017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8799
8800 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8801
fe5f7374
AK
88022017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8803
8804 * gdb.arch/arc-analyze-prologue.S: New file.
8805 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8806
eea78757
AK
88072017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8808
8809 * gdb.arch/arc-decode-insn.S: New file.
8810 * gdb.arch/arc-decode-insn.exp: Likewise.
8811
5badf10a
IR
88122017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8813
8814 PR tdep/20928
8815 * gdb.arch/sparc64-regs.exp: New file.
8816 * gdb.arch/sparc64-regs.S: Likewise.
8817
cee59b3f
TW
88182017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8819
8820 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8821 and memory view on Python 3.
8822
c0f55cc6
AV
88232017-03-20 Artemiy Volkov <artemiyv@acm.org>
8824 Keith Seitz <keiths@redhat.com>
8825
8826 PR gdb/14441
8827 * gdb.cp/demangle.exp: Add rvalue reference tests.
8828 * gdb.cp/rvalue-ref-casts.cc: New file.
8829 * gdb.cp/rvalue-ref-casts.exp: New file.
8830 * gdb.cp/rvalue-ref-overload.cc: New file.
8831 * gdb.cp/rvalue-ref-overload.exp: New file.
8832 * gdb.cp/rvalue-ref-params.cc: New file.
8833 * gdb.cp/rvalue-ref-params.exp: New file.
8834 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8835 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8836 * gdb.cp/rvalue-ref-types.cc: New file.
8837 * gdb.cp/rvalue-ref-types.exp: New file.
8838 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8839 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8840
51457a05
MAL
88412017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8842
8843 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8844 New procedure.
8845
5b291c04
MAL
88462017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8847
8848 * lib/mi-support.exp (mi_gdb_test): Add additional message
8849 for unexpected output.
8850
59a56148
AA
88512017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8852
8853 * gdb.base/examine-backward.c (Barrier): New character array
8854 constant, to ensure that TestStrings is preceded by a string
8855 terminator.
8856
7942e96e
AA
88572017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8858
8859 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8860 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8861 and implicit pointer into such a location.
8862
6ebac3fb
DE
88632017-03-16 Doug Evans <dje@google.com>
8864
8865 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8866
ec3b243d
TP
88672017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8868
8869 * gdb.cp/m-static.exp: Fix expectation for prototype of
8870 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8871
88722017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8873
8874 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8875 * gdb.guile/scm-lazy-string.c: New file.
8876 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8877 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8878 for pointer, array, typedef lazy strings.
8879
2cc36e25 88802017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8881
8882 PR python/17728, python/18439, python/18779
8883 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8884 * gdb.python/py-lazy-string.c (pointer): New typedef.
8885 (main): New locals ptr, array, typedef_ptr.
8886 * gdb.python/py-value.exp: Move lazy string tests to ...
8887 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8888 array, typedef lazy strings.
ec3b243d 8889
0efcde63
AK
88902017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8891
8892 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8893 Add optional 'test' parameter.
8894
7978d7c3
SM
88952017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8896
8897 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8898 Skip for versions of DejaGnu < 1.5.
8899
896c0c1e
SM
89002017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8901
8902 * lib/gdb.exp (dejagnu_version): New proc.
8903 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8904 Use dejagnu_version.
8905
5f4d1085
KS
89062017-03-10 Keith Seitz <keiths@redhat.com>
8907
8908 PR c++/8128
8909 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8910 type from destructor regexps.
8911 Add a branch which actually passes the test.
8912 Adjust "ptype t5i" test names.
8913
1de05205
PA
89142017-03-08 Pedro Alves <palves@redhat.com>
8915
8916 * gdb.base/step-over-exit.exp: Add explicit test message.
8917
c65d6b55
PA
89182017-03-08 Pedro Alves <palves@redhat.com>
8919
8920 PR gdb/18360
8921 * gdb.threads/interrupt-while-step-over.c: New file.
8922 * gdb.threads/interrupt-while-step-over.exp: New file.
8923
2e86a283
PA
89242017-03-08 Pedro Alves <palves@redhat.com>
8925
8926 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8927 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8928
25dcbff6
PA
89292017-03-08 Pedro Alves <palves@redhat.com>
8930
8931 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8932 PKRU as not supported as a PASS.
8933
dc9366eb
PA
89342017-03-08 Pedro Alves <palves@redhat.com>
8935
8936 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8937 prefix instead of $binfile1/$binfile2.
8938 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8939 in test message.
8940 * gdb.python/py-completion.exp: Use "load python file" as test
8941 messages instead of unstable path names.
8942
6e5d74e7
PA
89432017-03-08 Pedro Alves <palves@redhat.com>
8944 Jan Kratochvil <jan.kratochvil@redhat.com>
8945
8946 PR cli/21218
8947 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8948 New proc.
8949 (top level): Call it.
8950
9753a2f6
PA
89512017-03-08 Pedro Alves <palves@redhat.com>
8952
8953 PR tui/21216
8954 * gdb.tui/tui-nl-filtered-output.exp: New file.
8955
1a4dd9dd
PA
89562017-03-08 Pedro Alves <palves@redhat.com>
8957
8958 * gdb.base/completion.exp: Move TUI completion tests to ...
8959 * gdb.tui/completion.exp: ... this new file.
8960
7cbbff33
PA
89612017-03-08 Pedro Alves <palves@redhat.com>
8962
8963 * gdb.base/tui-disasm-long-lines.c,
8964 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8965 gdb.base/tui-layout.exp: Move to ...
8966 * gdb.tui/: ... this new directory.
8967
5f6fd321
PA
89682017-03-07 Pedro Alves <palves@redhat.com>
8969
8970 * gdb.base/tui-layout.c: New file.
8971 * gdb.base/tui-layout.exp: New file.
8972
44959fa8
PA
89732017-03-07 Pedro Alves <palves@redhat.com>
8974
8975 * gdb.base/tui-layout.c: Rename to ...
8976 * gdb.base/tui-disasm-long-lines.c: ... this.
8977 * gdb.base/tui-layout.exp: Rename to ...
8978 * gdb.base/tui-disasm-long-lines.exp: ... this.
8979
f8c4e718
PA
89802017-03-07 Pedro Alves <palves@redhat.com>
8981
8982 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8983
6dbb839a 89842017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8985
8986 * i386-mpx-call.c: New file.
8987 * i386-mpx-call.exp: New file.
8988
65b48a81
PB
89892017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8990
8991 * gdb.arch/powerpc-power.exp: Delete test.
8992 * gdb.arch/powerpc-power.s: Likewise.
8993 * gdb.disasm/disassembler-options.exp: New test.
8994 * gdb.arch/powerpc-altivec.exp: Likewise.
8995 * gdb.arch/powerpc-altivec.s: Likewise.
8996 * gdb.arch/powerpc-altivec2.exp: Likewise.
8997 * gdb.arch/powerpc-altivec2.s: Likewise.
8998 * gdb.arch/powerpc-altivec3.exp: Likewise.
8999 * gdb.arch/powerpc-altivec3.s: Likewise.
9000 * gdb.arch/powerpc-power7.exp: Likewise.
9001 * gdb.arch/powerpc-power7.s: Likewise.
9002 * gdb.arch/powerpc-power8.exp: Likewise.
9003 * gdb.arch/powerpc-power8.s: Likewise.
9004 * gdb.arch/powerpc-power9.exp: Likewise.
9005 * gdb.arch/powerpc-power9.s: Likewise.
9006 * gdb.arch/powerpc-vsx.exp: Likewise.
9007 * gdb.arch/powerpc-vsx.s: Likewise.
9008 * gdb.arch/powerpc-vsx2.exp: Likewise.
9009 * gdb.arch/powerpc-vsx2.s: Likewise.
9010 * gdb.arch/powerpc-vsx3.exp: Likewise.
9011 * gdb.arch/powerpc-vsx3.s: Likewise.
9012 * gdb.arch/arm-disassembler-options.exp: Likewise.
9013 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9014 * gdb.arch/s390-disassembler-options.exp: Likewise.
9015
17cd4947
LM
90162017-02-23 Luis Machado <lgustavo@codesourcery.com>
9017
9018 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9019 (check_supported_features): ... this. Changed return type to void.
9020 (supports_rdseed): New static global.
9021 (rdseed): Check supports_rdseed.
9022 (initialize): Call check_supported_features.
9023
2039d74e
EBM
90242017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9025
9026 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9027 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9028 and lqarx/stqcx.
9029 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9030 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9031
a51d7ecf
EBM
90322017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9033
9034 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9035 uppercase.
9036
0224619f
JK
90372017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9038
9039 * gdb.dwarf2/formdata16.c: New file.
9040 * gdb.dwarf2/formdata16.exp: New file.
9041 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9042
216f72a1
JK
90432017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9044
9045 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9046 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9047 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9048 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9049 DW_AT_GNU_*.
9050
43988095
JK
90512017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9052
9053 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9054
99e8a4f9
SDJ
90552017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9056
9057 PR gdb/21164
9058 * gdb.base/maint.exp: Add testcases for when the commands do
9059 not have arguments.
9060
b58a8c0c
TP
90612017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9062
9063 * gdb.cp/chained-calls.exp: Use p instead of P.
9064
4e746bb6
TW
90652017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9066
9067 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9068 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9069
3f77c769
TT
90702017-02-14 Tom Tromey <tom@tromey.com>
9071
9072 PR python/13598:
9073 * gdb.python/py-events.exp: Add before_prompt event tests.
9074
075beec0
AA
90752017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9076
9077 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9078
bf5f525c
LM
90792017-02-13 Luis Machado <lgustavo@codesourcery.com>
9080
9081 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9082 (main): Call my_unique_function_name.
9083 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9084 completion of patterns with a single match.
9085 Add missing -re switches to gdb_test_multiple calls.
9086
13a66184
LM
90872017-02-13 Luis Machado <lgustavo@codesourcery.com>
9088
9089 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9090 return if core file is not recognized.
9091
26a06916
SM
90922017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9093
9094 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9095 and extra UIs.
9096
b761ca9e
SM
90972017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9098
9099 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9100 proc_with_prefix.
9101
b964bee0
TT
91022017-02-10 Tom Tromey <tom@tromey.com>
9103
9104 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9105
18da0c51
MG
91062017-02-10 Martin Galvan <martingalvan@sourceware.org>
9107
9108 PR gdb/21122
9109 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9110
604c4576
JG
91112017-02-08 Jerome Guitton <guitton@adacore.com>
9112
9113 * gdb.base/define.exp: Add test for command abbreviations
9114 in define.
9115
20b477a7
LM
91162017-02-06 Luis Machado <lgustavo@codesourcery.com>
9117
9118 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9119 * gdb.reverse/insn-reverse-x86.c: New file.
9120
3f7b46f2
IR
91212017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9122
9123 PR tdep/20936
9124 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9125
f0fd41c1
TT
91262017-02-03 Tom Tromey <tom@tromey.com>
9127
9128 PR rust/21097:
9129 * gdb.rust/simple.exp: Add new tests.
9130
5be5dbf0
PA
91312017-02-02 Pedro Alves <palves@redhat.com>
9132
9133 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9134 tests.
9135
7346ef59
AA
91362017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9137
9138 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9139 taking a 2-byte value out of a 4-byte DWARF implicit value on
9140 big-endian targets.
9141 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9142 logic. Add test cases for DW_OP_implicit.
9143
787f0025
MM
91442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9145
9146 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9147
68777c29
MM
91482017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9149
9150 * gdb.btrace/enable.exp: Call gdb_exit before
9151 skip_gdbserver_tests.
9152
0a1c7e28
MM
91532017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9154
9155 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9156 GDBFLAGS.
9157
b5ac99b0
MM
91582017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9159
9160 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9161 the test is skipped.
9162 * gdb.btrace/data.exp: Likewise.
9163 * gdb.btrace/delta.exp: Likewise.
9164 * gdb.btrace/dlopen.exp: Likewise.
9165 * gdb.btrace/enable-running.exp: Likewise.
9166 * gdb.btrace/enable.exp: Likewise.
9167 * gdb.btrace/exception.exp: Likewise.
9168 * gdb.btrace/function_call_history.exp: Likewise.
9169 * gdb.btrace/gcore.exp: Likewise.
9170 * gdb.btrace/instruction_history.exp: Likewise.
9171 * gdb.btrace/multi-thread-step.exp: Likewise.
9172 * gdb.btrace/nohist.exp: Likewise.
9173 * gdb.btrace/non-stop.exp: Likewise.
9174 * gdb.btrace/reconnect.exp: Likewise.
9175 * gdb.btrace/record_goto-step.exp: Likewise.
9176 * gdb.btrace/record_goto.exp: Likewise.
9177 * gdb.btrace/rn-dl-bind.exp: Likewise.
9178 * gdb.btrace/segv.exp: Likewise.
9179 * gdb.btrace/step.exp: Likewise.
9180 * gdb.btrace/stepi.exp: Likewise.
9181 * gdb.btrace/tailcall-only.exp: Likewise.
9182 * gdb.btrace/tailcall.exp: Likewise.
9183 * gdb.btrace/tsx.exp: Likewise.
9184 * gdb.btrace/unknown_functions.exp: Likewise.
9185 * gdb.btrace/vdso.exp: Likewise.
9186
cd4007e4
MM
91872017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9188
9189 * gdb.btrace/enable-running.c: New.
9190 * gdb.btrace/enable-running.exp: New.
9191
2735833d
WT
91922017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9193
9194 * gdb.arch/amd64-gs_base.c: New file.
9195 * gdb.arch/amd64-gs_base.exp: New file.
9196
b51e1e94
LM
91972017-01-26 Luis Machado <lgustavo@codesourcery.com>
9198
9199 * lib/memory.exp: Remove spurious empty newlines.
9200
72ca0410
SM
92012017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9202
9203 * gdb.python/py-bad-printers.exp: Load python file using "source".
9204 * gdb.python/py-events.exp: Likewise.
9205 * gdb.python/py-evsignal.exp: Likewise.
9206 * gdb.python/py-evthreads.exp: Likewise.
9207 * gdb.python/py-frame-args.exp: Likewise.
9208 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9209 * gdb.python/py-framefilter-mi.exp: Likewise.
9210 * gdb.python/py-framefilter.exp: Likewise.
9211 * gdb.python/py-mi.exp: Likewise.
9212 * gdb.python/py-pp-maint.exp: Likewise.
9213 * gdb.python/py-pp-registration.exp: Likewise.
9214 * gdb.python/py-prettyprint.exp: Likewise.
9215 (run_lang_tests): Likewise.
9216 * gdb.python/py-typeprint.exp: Likewise.
9217
e309aa65
LM
92182017-01-26 Luis Machado <lgustavo@codesourcery.com>
9219
9220 * lib/memory.exp: New file.
9221 * lib/gdb.exp: Load memory.exp.
9222 * gdb.base/memattr.exp (delete_memory): Move proc to
9223 lib/memory.exp and rename to delete_memory_regions.
9224 Replace delete_memory with delete_memory_regions.
9225 Cleanup memory regions before tests.
9226 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9227 before tests.
9228
515aff23
LM
92292017-01-26 Luis Machado <lgustavo@codesourcery.com>
9230
9231 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9232 files.
9233 (initialize): New function conditionally defined.
9234 (testcases): Move within conditional block.
9235 (main): Call initialize.
9236 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9237 of gdb.reverse/insn-reverse.c.
9238 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9239 gdb.reverse/insn-reverse.c.
9240
d8b49cf0
YQ
92412017-01-26 Yao Qi <yao.qi@linaro.org>
9242
9243 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9244 disassemble on address 0.
9245
f13a9a0c
YQ
92462017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9247 Yao Qi <yao.qi@linaro.org>
9248
9249 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9250 * gdb.dwarf2/implptr-64bit.S: Remove.
9251 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9252 variables in caller's context. Add DW_OP_implicit_value.
9253
5ac95241
YQ
92542017-01-25 Yao Qi <yao.qi@linaro.org>
9255
9256 * lib/dwarf.exp (Dwarf::_location): Handle
9257 DW_OP_GNU_implicit_pointer with proper size.
9258
23e82930
LM
92592017-01-20 Luis Machado <lgustavo@codesourcery.com>
9260
9261 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9262 and add untested calls.
9263
d334ae25
LM
92642017-01-20 Luis Machado <lgustavo@codesourcery.com>
9265
9266 * gdb.python/python.exp: Check line number against what GDB thinks
9267 the line number is for func1.
9268
f5e6296e
IB
92692017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9270
9271 * gdb.dlang/debug-expr.exp: New file.
9272
5b362f04
LM
92732016-12-23 Luis Machado <lgustavo@codesourcery.com>
9274
9275 Fix test names for the following files:
9276
9277 * gdb.ada/exec_changed.exp
9278 * gdb.ada/info_types.exp
9279 * gdb.arch/aarch64-atomic-inst.exp
9280 * gdb.arch/aarch64-fp.exp
9281 * gdb.arch/altivec-abi.exp
9282 * gdb.arch/altivec-regs.exp
9283 * gdb.arch/amd64-byte.exp
9284 * gdb.arch/amd64-disp-step.exp
9285 * gdb.arch/amd64-dword.exp
9286 * gdb.arch/amd64-entry-value-inline.exp
9287 * gdb.arch/amd64-entry-value-param.exp
9288 * gdb.arch/amd64-entry-value-paramref.exp
9289 * gdb.arch/amd64-entry-value.exp
9290 * gdb.arch/amd64-i386-address.exp
9291 * gdb.arch/amd64-invalid-stack-middle.exp
9292 * gdb.arch/amd64-invalid-stack-top.exp
9293 * gdb.arch/amd64-optimout-repeat.exp
9294 * gdb.arch/amd64-prologue-skip.exp
9295 * gdb.arch/amd64-prologue-xmm.exp
9296 * gdb.arch/amd64-stap-special-operands.exp
9297 * gdb.arch/amd64-stap-wrong-subexp.exp
9298 * gdb.arch/amd64-tailcall-cxx.exp
9299 * gdb.arch/amd64-tailcall-noret.exp
9300 * gdb.arch/amd64-tailcall-ret.exp
9301 * gdb.arch/amd64-tailcall-self.exp
9302 * gdb.arch/amd64-word.exp
9303 * gdb.arch/arm-bl-branch-dest.exp
9304 * gdb.arch/arm-disp-step.exp
9305 * gdb.arch/arm-neon.exp
9306 * gdb.arch/arm-single-step-kernel-helper.exp
9307 * gdb.arch/avr-flash-qualifier.exp
9308 * gdb.arch/disp-step-insn-reloc.exp
9309 * gdb.arch/e500-abi.exp
9310 * gdb.arch/e500-regs.exp
9311 * gdb.arch/ftrace-insn-reloc.exp
9312 * gdb.arch/i386-avx512.exp
9313 * gdb.arch/i386-bp_permanent.exp
9314 * gdb.arch/i386-byte.exp
9315 * gdb.arch/i386-cfi-notcurrent.exp
9316 * gdb.arch/i386-disp-step.exp
9317 * gdb.arch/i386-dr3-watch.exp
9318 * gdb.arch/i386-float.exp
9319 * gdb.arch/i386-gnu-cfi.exp
9320 * gdb.arch/i386-mpx-map.exp
9321 * gdb.arch/i386-mpx-sigsegv.exp
9322 * gdb.arch/i386-mpx-simple_segv.exp
9323 * gdb.arch/i386-mpx.exp
9324 * gdb.arch/i386-permbkpt.exp
9325 * gdb.arch/i386-prologue.exp
9326 * gdb.arch/i386-signal.exp
9327 * gdb.arch/i386-size-overlap.exp
9328 * gdb.arch/i386-unwind.exp
9329 * gdb.arch/i386-word.exp
9330 * gdb.arch/mips-fcr.exp
9331 * gdb.arch/powerpc-d128-regs.exp
9332 * gdb.arch/powerpc-stackless.exp
9333 * gdb.arch/ppc64-atomic-inst.exp
9334 * gdb.arch/s390-stackless.exp
9335 * gdb.arch/s390-tdbregs.exp
9336 * gdb.arch/s390-vregs.exp
9337 * gdb.arch/sparc-sysstep.exp
9338 * gdb.arch/thumb-bx-pc.exp
9339 * gdb.arch/thumb-singlestep.exp
9340 * gdb.arch/thumb2-it.exp
9341 * gdb.arch/vsx-regs.exp
9342 * gdb.asm/asm-source.exp
9343 * gdb.base/a2-run.exp
9344 * gdb.base/advance.exp
9345 * gdb.base/all-bin.exp
9346 * gdb.base/anon.exp
9347 * gdb.base/args.exp
9348 * gdb.base/arithmet.exp
9349 * gdb.base/async-shell.exp
9350 * gdb.base/async.exp
9351 * gdb.base/attach-pie-noexec.exp
9352 * gdb.base/attach-twice.exp
9353 * gdb.base/auto-load.exp
9354 * gdb.base/bang.exp
9355 * gdb.base/bitfields.exp
9356 * gdb.base/break-always.exp
9357 * gdb.base/break-caller-line.exp
9358 * gdb.base/break-entry.exp
9359 * gdb.base/break-inline.exp
9360 * gdb.base/break-on-linker-gcd-function.exp
9361 * gdb.base/break-probes.exp
9362 * gdb.base/break.exp
9363 * gdb.base/breakpoint-shadow.exp
9364 * gdb.base/call-ar-st.exp
9365 * gdb.base/call-sc.exp
9366 * gdb.base/call-signal-resume.exp
9367 * gdb.base/call-strs.exp
9368 * gdb.base/callfuncs.exp
9369 * gdb.base/catch-fork-static.exp
9370 * gdb.base/catch-gdb-caused-signals.exp
9371 * gdb.base/catch-load.exp
9372 * gdb.base/catch-signal-fork.exp
9373 * gdb.base/catch-signal.exp
9374 * gdb.base/catch-syscall.exp
9375 * gdb.base/charset.exp
9376 * gdb.base/checkpoint.exp
9377 * gdb.base/chng-syms.exp
9378 * gdb.base/code-expr.exp
9379 * gdb.base/code_elim.exp
9380 * gdb.base/commands.exp
9381 * gdb.base/completion.exp
9382 * gdb.base/complex.exp
9383 * gdb.base/cond-expr.exp
9384 * gdb.base/condbreak.exp
9385 * gdb.base/consecutive.exp
9386 * gdb.base/continue-all-already-running.exp
9387 * gdb.base/coredump-filter.exp
9388 * gdb.base/corefile.exp
9389 * gdb.base/dbx.exp
9390 * gdb.base/debug-expr.exp
9391 * gdb.base/define.exp
9392 * gdb.base/del.exp
9393 * gdb.base/disabled-location.exp
9394 * gdb.base/disasm-end-cu.exp
9395 * gdb.base/disasm-optim.exp
9396 * gdb.base/display.exp
9397 * gdb.base/duplicate-bp.exp
9398 * gdb.base/ena-dis-br.exp
9399 * gdb.base/ending-run.exp
9400 * gdb.base/enumval.exp
9401 * gdb.base/environ.exp
9402 * gdb.base/eu-strip-infcall.exp
9403 * gdb.base/eval-avoid-side-effects.exp
9404 * gdb.base/eval-skip.exp
9405 * gdb.base/exitsignal.exp
9406 * gdb.base/expand-psymtabs.exp
9407 * gdb.base/filesym.exp
9408 * gdb.base/find-unmapped.exp
9409 * gdb.base/finish.exp
9410 * gdb.base/float.exp
9411 * gdb.base/foll-exec-mode.exp
9412 * gdb.base/foll-exec.exp
9413 * gdb.base/foll-fork.exp
9414 * gdb.base/fortran-sym-case.exp
9415 * gdb.base/freebpcmd.exp
9416 * gdb.base/func-ptr.exp
9417 * gdb.base/func-ptrs.exp
9418 * gdb.base/funcargs.exp
9419 * gdb.base/gcore-buffer-overflow.exp
9420 * gdb.base/gcore-relro-pie.exp
9421 * gdb.base/gcore-relro.exp
9422 * gdb.base/gcore.exp
9423 * gdb.base/gdb1090.exp
9424 * gdb.base/gdb11530.exp
9425 * gdb.base/gdb11531.exp
9426 * gdb.base/gdb1821.exp
9427 * gdb.base/gdbindex-stabs.exp
9428 * gdb.base/gdbvars.exp
9429 * gdb.base/hbreak.exp
9430 * gdb.base/hbreak2.exp
9431 * gdb.base/included.exp
9432 * gdb.base/infcall-input.exp
9433 * gdb.base/inferior-died.exp
9434 * gdb.base/infnan.exp
9435 * gdb.base/info-macros.exp
9436 * gdb.base/info-os.exp
9437 * gdb.base/info-proc.exp
9438 * gdb.base/info-shared.exp
9439 * gdb.base/info-target.exp
9440 * gdb.base/infoline.exp
9441 * gdb.base/interp.exp
9442 * gdb.base/interrupt.exp
9443 * gdb.base/jit-reader.exp
9444 * gdb.base/jit-simple.exp
9445 * gdb.base/kill-after-signal.exp
9446 * gdb.base/kill-detach-inferiors-cmd.exp
9447 * gdb.base/label.exp
9448 * gdb.base/langs.exp
9449 * gdb.base/ldbl_e308.exp
9450 * gdb.base/line-symtabs.exp
9451 * gdb.base/linespecs.exp
9452 * gdb.base/list.exp
9453 * gdb.base/long_long.exp
9454 * gdb.base/longest-types.exp
9455 * gdb.base/maint.exp
9456 * gdb.base/max-value-size.exp
9457 * gdb.base/memattr.exp
9458 * gdb.base/mips_pro.exp
9459 * gdb.base/morestack.exp
9460 * gdb.base/moribund-step.exp
9461 * gdb.base/multi-forks.exp
9462 * gdb.base/nested-addr.exp
9463 * gdb.base/nextoverexit.exp
9464 * gdb.base/noreturn-finish.exp
9465 * gdb.base/noreturn-return.exp
9466 * gdb.base/nostdlib.exp
9467 * gdb.base/offsets.exp
9468 * gdb.base/opaque.exp
9469 * gdb.base/pc-fp.exp
9470 * gdb.base/permissions.exp
9471 * gdb.base/print-symbol-loading.exp
9472 * gdb.base/prologue-include.exp
9473 * gdb.base/psymtab.exp
9474 * gdb.base/ptype.exp
9475 * gdb.base/random-signal.exp
9476 * gdb.base/randomize.exp
9477 * gdb.base/range-stepping.exp
9478 * gdb.base/readline-ask.exp
9479 * gdb.base/recpar.exp
9480 * gdb.base/recurse.exp
9481 * gdb.base/relational.exp
9482 * gdb.base/restore.exp
9483 * gdb.base/return-nodebug.exp
9484 * gdb.base/return.exp
9485 * gdb.base/run-after-attach.exp
9486 * gdb.base/save-bp.exp
9487 * gdb.base/scope.exp
9488 * gdb.base/sect-cmd.exp
9489 * gdb.base/set-lang-auto.exp
9490 * gdb.base/set-noassign.exp
9491 * gdb.base/setvar.exp
9492 * gdb.base/sigall.exp
9493 * gdb.base/sigbpt.exp
9494 * gdb.base/siginfo-addr.exp
9495 * gdb.base/siginfo-infcall.exp
9496 * gdb.base/siginfo-obj.exp
9497 * gdb.base/siginfo.exp
9498 * gdb.base/signals-state-child.exp
9499 * gdb.base/signest.exp
9500 * gdb.base/sigstep.exp
9501 * gdb.base/sizeof.exp
9502 * gdb.base/skip.exp
9503 * gdb.base/solib-corrupted.exp
9504 * gdb.base/solib-nodir.exp
9505 * gdb.base/solib-search.exp
9506 * gdb.base/stack-checking.exp
9507 * gdb.base/stale-infcall.exp
9508 * gdb.base/stap-probe.exp
9509 * gdb.base/start.exp
9510 * gdb.base/step-break.exp
9511 * gdb.base/step-bt.exp
9512 * gdb.base/step-line.exp
9513 * gdb.base/step-over-exit.exp
9514 * gdb.base/step-over-syscall.exp
9515 * gdb.base/step-resume-infcall.exp
9516 * gdb.base/step-test.exp
9517 * gdb.base/store.exp
9518 * gdb.base/structs3.exp
9519 * gdb.base/sym-file.exp
9520 * gdb.base/symbol-without-target_section.exp
9521 * gdb.base/term.exp
9522 * gdb.base/testenv.exp
9523 * gdb.base/ui-redirect.exp
9524 * gdb.base/until.exp
9525 * gdb.base/unwindonsignal.exp
9526 * gdb.base/value-double-free.exp
9527 * gdb.base/vla-datatypes.exp
9528 * gdb.base/vla-ptr.exp
9529 * gdb.base/vla-sideeffect.exp
9530 * gdb.base/volatile.exp
9531 * gdb.base/watch-cond-infcall.exp
9532 * gdb.base/watch-cond.exp
9533 * gdb.base/watch-non-mem.exp
9534 * gdb.base/watch-read.exp
9535 * gdb.base/watch-vfork.exp
9536 * gdb.base/watchpoint-cond-gone.exp
9537 * gdb.base/watchpoint-delete.exp
9538 * gdb.base/watchpoint-hw-hit-once.exp
9539 * gdb.base/watchpoint-hw.exp
9540 * gdb.base/watchpoint-stops-at-right-insn.exp
9541 * gdb.base/watchpoints.exp
9542 * gdb.base/wchar.exp
9543 * gdb.base/whatis-exp.exp
9544 * gdb.btrace/buffer-size.exp
9545 * gdb.btrace/data.exp
9546 * gdb.btrace/delta.exp
9547 * gdb.btrace/dlopen.exp
9548 * gdb.btrace/enable.exp
9549 * gdb.btrace/exception.exp
9550 * gdb.btrace/function_call_history.exp
9551 * gdb.btrace/gcore.exp
9552 * gdb.btrace/instruction_history.exp
9553 * gdb.btrace/nohist.exp
9554 * gdb.btrace/reconnect.exp
9555 * gdb.btrace/record_goto-step.exp
9556 * gdb.btrace/record_goto.exp
9557 * gdb.btrace/rn-dl-bind.exp
9558 * gdb.btrace/segv.exp
9559 * gdb.btrace/step.exp
9560 * gdb.btrace/stepi.exp
9561 * gdb.btrace/tailcall-only.exp
9562 * gdb.btrace/tailcall.exp
9563 * gdb.btrace/tsx.exp
9564 * gdb.btrace/unknown_functions.exp
9565 * gdb.btrace/vdso.exp
9566 * gdb.compile/compile-ifunc.exp
9567 * gdb.compile/compile-ops.exp
9568 * gdb.compile/compile-print.exp
9569 * gdb.compile/compile-setjmp.exp
9570 * gdb.cp/abstract-origin.exp
9571 * gdb.cp/ambiguous.exp
9572 * gdb.cp/annota2.exp
9573 * gdb.cp/annota3.exp
9574 * gdb.cp/anon-ns.exp
9575 * gdb.cp/anon-struct.exp
9576 * gdb.cp/anon-union.exp
9577 * gdb.cp/arg-reference.exp
9578 * gdb.cp/baseenum.exp
9579 * gdb.cp/bool.exp
9580 * gdb.cp/breakpoint.exp
9581 * gdb.cp/bs15503.exp
9582 * gdb.cp/call-c.exp
9583 * gdb.cp/casts.exp
9584 * gdb.cp/chained-calls.exp
9585 * gdb.cp/class2.exp
9586 * gdb.cp/classes.exp
9587 * gdb.cp/cmpd-minsyms.exp
9588 * gdb.cp/converts.exp
9589 * gdb.cp/cp-relocate.exp
9590 * gdb.cp/cpcompletion.exp
9591 * gdb.cp/cpexprs.exp
9592 * gdb.cp/cplabel.exp
9593 * gdb.cp/cplusfuncs.exp
9594 * gdb.cp/cpsizeof.exp
9595 * gdb.cp/ctti.exp
9596 * gdb.cp/derivation.exp
9597 * gdb.cp/destrprint.exp
9598 * gdb.cp/dispcxx.exp
9599 * gdb.cp/enum-class.exp
9600 * gdb.cp/exception.exp
9601 * gdb.cp/exceptprint.exp
9602 * gdb.cp/expand-psymtabs-cxx.exp
9603 * gdb.cp/expand-sals.exp
9604 * gdb.cp/extern-c.exp
9605 * gdb.cp/filename.exp
9606 * gdb.cp/formatted-ref.exp
9607 * gdb.cp/fpointer.exp
9608 * gdb.cp/gdb1355.exp
9609 * gdb.cp/gdb2495.exp
9610 * gdb.cp/hang.exp
9611 * gdb.cp/impl-this.exp
9612 * gdb.cp/infcall-dlopen.exp
9613 * gdb.cp/inherit.exp
9614 * gdb.cp/iostream.exp
9615 * gdb.cp/koenig.exp
9616 * gdb.cp/local.exp
9617 * gdb.cp/m-data.exp
9618 * gdb.cp/m-static.exp
9619 * gdb.cp/mb-ctor.exp
9620 * gdb.cp/mb-inline.exp
9621 * gdb.cp/mb-templates.exp
9622 * gdb.cp/member-name.exp
9623 * gdb.cp/member-ptr.exp
9624 * gdb.cp/meth-typedefs.exp
9625 * gdb.cp/method.exp
9626 * gdb.cp/method2.exp
9627 * gdb.cp/minsym-fallback.exp
9628 * gdb.cp/misc.exp
9629 * gdb.cp/namelessclass.exp
9630 * gdb.cp/namespace-enum.exp
9631 * gdb.cp/namespace-nested-import.exp
9632 * gdb.cp/namespace.exp
9633 * gdb.cp/nextoverthrow.exp
9634 * gdb.cp/no-dmgl-verbose.exp
9635 * gdb.cp/non-trivial-retval.exp
9636 * gdb.cp/noparam.exp
9637 * gdb.cp/nsdecl.exp
9638 * gdb.cp/nsimport.exp
9639 * gdb.cp/nsnested.exp
9640 * gdb.cp/nsnoimports.exp
9641 * gdb.cp/nsrecurs.exp
9642 * gdb.cp/nsstress.exp
9643 * gdb.cp/nsusing.exp
9644 * gdb.cp/operator.exp
9645 * gdb.cp/oranking.exp
9646 * gdb.cp/overload-const.exp
9647 * gdb.cp/overload.exp
9648 * gdb.cp/ovldbreak.exp
9649 * gdb.cp/ovsrch.exp
9650 * gdb.cp/paren-type.exp
9651 * gdb.cp/parse-lang.exp
9652 * gdb.cp/pass-by-ref.exp
9653 * gdb.cp/pr-1023.exp
9654 * gdb.cp/pr-1210.exp
9655 * gdb.cp/pr-574.exp
9656 * gdb.cp/pr10687.exp
9657 * gdb.cp/pr12028.exp
9658 * gdb.cp/pr17132.exp
9659 * gdb.cp/pr17494.exp
9660 * gdb.cp/pr9067.exp
9661 * gdb.cp/pr9167.exp
9662 * gdb.cp/pr9631.exp
9663 * gdb.cp/printmethod.exp
9664 * gdb.cp/psmang.exp
9665 * gdb.cp/psymtab-parameter.exp
9666 * gdb.cp/ptype-cv-cp.exp
9667 * gdb.cp/ptype-flags.exp
9668 * gdb.cp/re-set-overloaded.exp
9669 * gdb.cp/ref-types.exp
9670 * gdb.cp/rtti.exp
9671 * gdb.cp/scope-err.exp
9672 * gdb.cp/shadow.exp
9673 * gdb.cp/smartp.exp
9674 * gdb.cp/static-method.exp
9675 * gdb.cp/static-print-quit.exp
9676 * gdb.cp/temargs.exp
9677 * gdb.cp/templates.exp
9678 * gdb.cp/try_catch.exp
9679 * gdb.cp/typedef-operator.exp
9680 * gdb.cp/typeid.exp
9681 * gdb.cp/userdef.exp
9682 * gdb.cp/using-crash.exp
9683 * gdb.cp/var-tag.exp
9684 * gdb.cp/virtbase.exp
9685 * gdb.cp/virtfunc.exp
9686 * gdb.cp/virtfunc2.exp
9687 * gdb.cp/vla-cxx.exp
9688 * gdb.disasm/t01_mov.exp
9689 * gdb.disasm/t02_mova.exp
9690 * gdb.disasm/t03_add.exp
9691 * gdb.disasm/t04_sub.exp
9692 * gdb.disasm/t05_cmp.exp
9693 * gdb.disasm/t06_ari2.exp
9694 * gdb.disasm/t07_ari3.exp
9695 * gdb.disasm/t08_or.exp
9696 * gdb.disasm/t09_xor.exp
9697 * gdb.disasm/t10_and.exp
9698 * gdb.disasm/t11_logs.exp
9699 * gdb.disasm/t12_bit.exp
9700 * gdb.disasm/t13_otr.exp
9701 * gdb.dlang/circular.exp
9702 * gdb.dwarf2/arr-stride.exp
9703 * gdb.dwarf2/arr-subrange.exp
9704 * gdb.dwarf2/atomic-type.exp
9705 * gdb.dwarf2/bad-regnum.exp
9706 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9707 * gdb.dwarf2/callframecfa.exp
9708 * gdb.dwarf2/clztest.exp
9709 * gdb.dwarf2/corrupt.exp
9710 * gdb.dwarf2/data-loc.exp
9711 * gdb.dwarf2/dup-psym.exp
9712 * gdb.dwarf2/dw2-anon-mptr.exp
9713 * gdb.dwarf2/dw2-anonymous-func.exp
9714 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9715 * gdb.dwarf2/dw2-bad-unresolved.exp
9716 * gdb.dwarf2/dw2-basic.exp
9717 * gdb.dwarf2/dw2-canonicalize-type.exp
9718 * gdb.dwarf2/dw2-case-insensitive.exp
9719 * gdb.dwarf2/dw2-common-block.exp
9720 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9721 * gdb.dwarf2/dw2-compressed.exp
9722 * gdb.dwarf2/dw2-const.exp
9723 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9724 * gdb.dwarf2/dw2-cu-size.exp
9725 * gdb.dwarf2/dw2-dup-frame.exp
9726 * gdb.dwarf2/dw2-entry-value.exp
9727 * gdb.dwarf2/dw2-icycle.exp
9728 * gdb.dwarf2/dw2-ifort-parameter.exp
9729 * gdb.dwarf2/dw2-inline-break.exp
9730 * gdb.dwarf2/dw2-inline-param.exp
9731 * gdb.dwarf2/dw2-intercu.exp
9732 * gdb.dwarf2/dw2-intermix.exp
9733 * gdb.dwarf2/dw2-lexical-block-bare.exp
9734 * gdb.dwarf2/dw2-linkage-name-trust.exp
9735 * gdb.dwarf2/dw2-minsym-in-cu.exp
9736 * gdb.dwarf2/dw2-noloc.exp
9737 * gdb.dwarf2/dw2-op-call.exp
9738 * gdb.dwarf2/dw2-op-out-param.exp
9739 * gdb.dwarf2/dw2-opt-structptr.exp
9740 * gdb.dwarf2/dw2-param-error.exp
9741 * gdb.dwarf2/dw2-producer.exp
9742 * gdb.dwarf2/dw2-ranges-base.exp
9743 * gdb.dwarf2/dw2-ref-missing-frame.exp
9744 * gdb.dwarf2/dw2-reg-undefined.exp
9745 * gdb.dwarf2/dw2-regno-invalid.exp
9746 * gdb.dwarf2/dw2-restore.exp
9747 * gdb.dwarf2/dw2-restrict.exp
9748 * gdb.dwarf2/dw2-single-line-discriminators.exp
9749 * gdb.dwarf2/dw2-strp.exp
9750 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9751 * gdb.dwarf2/dw2-unresolved.exp
9752 * gdb.dwarf2/dw2-var-zero-addr.exp
9753 * gdb.dwarf2/dw4-sig-types.exp
9754 * gdb.dwarf2/dwz.exp
9755 * gdb.dwarf2/dynarr-ptr.exp
9756 * gdb.dwarf2/enum-type.exp
9757 * gdb.dwarf2/gdb-index.exp
9758 * gdb.dwarf2/implptr-64bit.exp
9759 * gdb.dwarf2/implptr-optimized-out.exp
9760 * gdb.dwarf2/implptr.exp
9761 * gdb.dwarf2/implref-array.exp
9762 * gdb.dwarf2/implref-const.exp
9763 * gdb.dwarf2/implref-global.exp
9764 * gdb.dwarf2/implref-struct.exp
9765 * gdb.dwarf2/mac-fileno.exp
9766 * gdb.dwarf2/main-subprogram.exp
9767 * gdb.dwarf2/member-ptr-forwardref.exp
9768 * gdb.dwarf2/method-ptr.exp
9769 * gdb.dwarf2/missing-sig-type.exp
9770 * gdb.dwarf2/nonvar-access.exp
9771 * gdb.dwarf2/opaque-type-lookup.exp
9772 * gdb.dwarf2/pieces-optimized-out.exp
9773 * gdb.dwarf2/pieces.exp
9774 * gdb.dwarf2/pr10770.exp
9775 * gdb.dwarf2/pr13961.exp
9776 * gdb.dwarf2/staticvirtual.exp
9777 * gdb.dwarf2/subrange.exp
9778 * gdb.dwarf2/symtab-producer.exp
9779 * gdb.dwarf2/trace-crash.exp
9780 * gdb.dwarf2/typeddwarf.exp
9781 * gdb.dwarf2/valop.exp
9782 * gdb.dwarf2/watch-notconst.exp
9783 * gdb.fortran/array-element.exp
9784 * gdb.fortran/charset.exp
9785 * gdb.fortran/common-block.exp
9786 * gdb.fortran/complex.exp
9787 * gdb.fortran/derived-type-function.exp
9788 * gdb.fortran/derived-type.exp
9789 * gdb.fortran/logical.exp
9790 * gdb.fortran/module.exp
9791 * gdb.fortran/multi-dim.exp
9792 * gdb.fortran/nested-funcs.exp
9793 * gdb.fortran/print-formatted.exp
9794 * gdb.fortran/subarray.exp
9795 * gdb.fortran/vla-alloc-assoc.exp
9796 * gdb.fortran/vla-datatypes.exp
9797 * gdb.fortran/vla-history.exp
9798 * gdb.fortran/vla-ptr-info.exp
9799 * gdb.fortran/vla-ptype-sub.exp
9800 * gdb.fortran/vla-ptype.exp
9801 * gdb.fortran/vla-sizeof.exp
9802 * gdb.fortran/vla-type.exp
9803 * gdb.fortran/vla-value-sub-arbitrary.exp
9804 * gdb.fortran/vla-value-sub-finish.exp
9805 * gdb.fortran/vla-value-sub.exp
9806 * gdb.fortran/vla-value.exp
9807 * gdb.fortran/whatis_type.exp
9808 * gdb.go/chan.exp
9809 * gdb.go/handcall.exp
9810 * gdb.go/hello.exp
9811 * gdb.go/integers.exp
9812 * gdb.go/methods.exp
9813 * gdb.go/package.exp
9814 * gdb.go/strings.exp
9815 * gdb.go/types.exp
9816 * gdb.go/unsafe.exp
9817 * gdb.guile/scm-arch.exp
9818 * gdb.guile/scm-block.exp
9819 * gdb.guile/scm-breakpoint.exp
9820 * gdb.guile/scm-cmd.exp
9821 * gdb.guile/scm-disasm.exp
9822 * gdb.guile/scm-equal.exp
9823 * gdb.guile/scm-frame-args.exp
9824 * gdb.guile/scm-frame-inline.exp
9825 * gdb.guile/scm-frame.exp
9826 * gdb.guile/scm-iterator.exp
9827 * gdb.guile/scm-math.exp
9828 * gdb.guile/scm-objfile.exp
9829 * gdb.guile/scm-ports.exp
9830 * gdb.guile/scm-symbol.exp
9831 * gdb.guile/scm-symtab.exp
9832 * gdb.guile/scm-value-cc.exp
9833 * gdb.guile/types-module.exp
9834 * gdb.linespec/break-ask.exp
9835 * gdb.linespec/cpexplicit.exp
9836 * gdb.linespec/explicit.exp
9837 * gdb.linespec/keywords.exp
9838 * gdb.linespec/linespec.exp
9839 * gdb.linespec/ls-dollar.exp
9840 * gdb.linespec/ls-errs.exp
9841 * gdb.linespec/skip-two.exp
9842 * gdb.linespec/thread.exp
9843 * gdb.mi/mi-async.exp
9844 * gdb.mi/mi-basics.exp
9845 * gdb.mi/mi-break.exp
9846 * gdb.mi/mi-catch-load.exp
9847 * gdb.mi/mi-cli.exp
9848 * gdb.mi/mi-cmd-param-changed.exp
9849 * gdb.mi/mi-console.exp
9850 * gdb.mi/mi-detach.exp
9851 * gdb.mi/mi-disassemble.exp
9852 * gdb.mi/mi-eval.exp
9853 * gdb.mi/mi-file-transfer.exp
9854 * gdb.mi/mi-file.exp
9855 * gdb.mi/mi-fill-memory.exp
9856 * gdb.mi/mi-inheritance-syntax-error.exp
9857 * gdb.mi/mi-linespec-err-cp.exp
9858 * gdb.mi/mi-logging.exp
9859 * gdb.mi/mi-memory-changed.exp
9860 * gdb.mi/mi-read-memory.exp
9861 * gdb.mi/mi-record-changed.exp
9862 * gdb.mi/mi-reg-undefined.exp
9863 * gdb.mi/mi-regs.exp
9864 * gdb.mi/mi-return.exp
9865 * gdb.mi/mi-reverse.exp
9866 * gdb.mi/mi-simplerun.exp
9867 * gdb.mi/mi-solib.exp
9868 * gdb.mi/mi-stack.exp
9869 * gdb.mi/mi-stepi.exp
9870 * gdb.mi/mi-syn-frame.exp
9871 * gdb.mi/mi-until.exp
9872 * gdb.mi/mi-var-block.exp
9873 * gdb.mi/mi-var-child.exp
9874 * gdb.mi/mi-var-cmd.exp
9875 * gdb.mi/mi-var-cp.exp
9876 * gdb.mi/mi-var-display.exp
9877 * gdb.mi/mi-var-invalidate.exp
9878 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9879 * gdb.mi/mi-vla-fortran.exp
9880 * gdb.mi/mi-watch.exp
9881 * gdb.mi/mi2-var-child.exp
9882 * gdb.mi/user-selected-context-sync.exp
9883 * gdb.modula2/unbounded-array.exp
9884 * gdb.multi/dummy-frame-restore.exp
9885 * gdb.multi/multi-arch-exec.exp
9886 * gdb.multi/multi-arch.exp
9887 * gdb.multi/tids.exp
9888 * gdb.multi/watchpoint-multi.exp
9889 * gdb.opencl/callfuncs.exp
9890 * gdb.opencl/convs_casts.exp
9891 * gdb.opencl/datatypes.exp
9892 * gdb.opencl/operators.exp
9893 * gdb.opencl/vec_comps.exp
9894 * gdb.opt/clobbered-registers-O2.exp
9895 * gdb.opt/inline-break.exp
9896 * gdb.opt/inline-bt.exp
9897 * gdb.opt/inline-cmds.exp
9898 * gdb.opt/inline-locals.exp
9899 * gdb.pascal/case-insensitive-symbols.exp
9900 * gdb.pascal/floats.exp
9901 * gdb.pascal/gdb11492.exp
9902 * gdb.python/lib-types.exp
9903 * gdb.python/py-arch.exp
9904 * gdb.python/py-as-string.exp
9905 * gdb.python/py-bad-printers.exp
9906 * gdb.python/py-block.exp
9907 * gdb.python/py-breakpoint-create-fail.exp
9908 * gdb.python/py-breakpoint.exp
9909 * gdb.python/py-caller-is.exp
9910 * gdb.python/py-cmd.exp
9911 * gdb.python/py-explore-cc.exp
9912 * gdb.python/py-explore.exp
9913 * gdb.python/py-finish-breakpoint.exp
9914 * gdb.python/py-finish-breakpoint2.exp
9915 * gdb.python/py-frame-args.exp
9916 * gdb.python/py-frame-inline.exp
9917 * gdb.python/py-frame.exp
9918 * gdb.python/py-framefilter-mi.exp
9919 * gdb.python/py-infthread.exp
9920 * gdb.python/py-lazy-string.exp
9921 * gdb.python/py-linetable.exp
9922 * gdb.python/py-mi-events.exp
9923 * gdb.python/py-mi-objfile.exp
9924 * gdb.python/py-mi.exp
9925 * gdb.python/py-objfile.exp
9926 * gdb.python/py-pp-integral.exp
9927 * gdb.python/py-pp-maint.exp
9928 * gdb.python/py-pp-re-notag.exp
9929 * gdb.python/py-pp-registration.exp
9930 * gdb.python/py-recurse-unwind.exp
9931 * gdb.python/py-strfns.exp
9932 * gdb.python/py-symbol.exp
9933 * gdb.python/py-symtab.exp
9934 * gdb.python/py-sync-interp.exp
9935 * gdb.python/py-typeprint.exp
9936 * gdb.python/py-unwind-maint.exp
9937 * gdb.python/py-unwind.exp
9938 * gdb.python/py-value-cc.exp
9939 * gdb.python/py-xmethods.exp
9940 * gdb.reverse/amd64-tailcall-reverse.exp
9941 * gdb.reverse/break-precsave.exp
9942 * gdb.reverse/break-reverse.exp
9943 * gdb.reverse/consecutive-precsave.exp
9944 * gdb.reverse/consecutive-reverse.exp
9945 * gdb.reverse/finish-precsave.exp
9946 * gdb.reverse/finish-reverse-bkpt.exp
9947 * gdb.reverse/finish-reverse.exp
9948 * gdb.reverse/fstatat-reverse.exp
9949 * gdb.reverse/getresuid-reverse.exp
9950 * gdb.reverse/i386-precsave.exp
9951 * gdb.reverse/i386-reverse.exp
9952 * gdb.reverse/i386-sse-reverse.exp
9953 * gdb.reverse/i387-env-reverse.exp
9954 * gdb.reverse/i387-stack-reverse.exp
9955 * gdb.reverse/insn-reverse.exp
9956 * gdb.reverse/machinestate-precsave.exp
9957 * gdb.reverse/machinestate.exp
9958 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9959 * gdb.reverse/pipe-reverse.exp
9960 * gdb.reverse/readv-reverse.exp
9961 * gdb.reverse/recvmsg-reverse.exp
9962 * gdb.reverse/rerun-prec.exp
9963 * gdb.reverse/s390-mvcle.exp
9964 * gdb.reverse/step-precsave.exp
9965 * gdb.reverse/step-reverse.exp
9966 * gdb.reverse/time-reverse.exp
9967 * gdb.reverse/until-precsave.exp
9968 * gdb.reverse/until-reverse.exp
9969 * gdb.reverse/waitpid-reverse.exp
9970 * gdb.reverse/watch-precsave.exp
9971 * gdb.reverse/watch-reverse.exp
9972 * gdb.rust/generics.exp
9973 * gdb.rust/methods.exp
9974 * gdb.rust/modules.exp
9975 * gdb.rust/simple.exp
9976 * gdb.server/connect-with-no-symbol-file.exp
9977 * gdb.server/ext-attach.exp
9978 * gdb.server/ext-restart.exp
9979 * gdb.server/ext-wrapper.exp
9980 * gdb.server/file-transfer.exp
9981 * gdb.server/server-exec-info.exp
9982 * gdb.server/server-kill.exp
9983 * gdb.server/server-mon.exp
9984 * gdb.server/wrapper.exp
9985 * gdb.stabs/exclfwd.exp
9986 * gdb.stabs/gdb11479.exp
9987 * gdb.threads/clone-new-thread-event.exp
9988 * gdb.threads/corethreads.exp
9989 * gdb.threads/current-lwp-dead.exp
9990 * gdb.threads/dlopen-libpthread.exp
9991 * gdb.threads/gcore-thread.exp
9992 * gdb.threads/sigstep-threads.exp
9993 * gdb.threads/watchpoint-fork.exp
9994 * gdb.trace/actions-changed.exp
9995 * gdb.trace/backtrace.exp
9996 * gdb.trace/change-loc.exp
9997 * gdb.trace/circ.exp
9998 * gdb.trace/collection.exp
9999 * gdb.trace/disconnected-tracing.exp
10000 * gdb.trace/ftrace.exp
10001 * gdb.trace/mi-trace-frame-collected.exp
10002 * gdb.trace/mi-trace-unavailable.exp
10003 * gdb.trace/mi-traceframe-changed.exp
10004 * gdb.trace/mi-tsv-changed.exp
10005 * gdb.trace/no-attach-trace.exp
10006 * gdb.trace/passc-dyn.exp
10007 * gdb.trace/qtro.exp
10008 * gdb.trace/range-stepping.exp
10009 * gdb.trace/read-memory.exp
10010 * gdb.trace/save-trace.exp
10011 * gdb.trace/signal.exp
10012 * gdb.trace/status-stop.exp
10013 * gdb.trace/tfile.exp
10014 * gdb.trace/trace-break.exp
10015 * gdb.trace/trace-buffer-size.exp
10016 * gdb.trace/trace-condition.exp
10017 * gdb.trace/tracefile-pseudo-reg.exp
10018 * gdb.trace/tstatus.exp
10019 * gdb.trace/unavailable.exp
10020 * gdb.trace/while-dyn.exp
10021 * gdb.trace/while-stepping.exp
10022
34c41c68
DE
100232016-12-22 Doug Evans <xdje42@gmail.com>
10024
10025 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10026 and msymbols.
10027
16e69324
YQ
100282016-12-19 Yao Qi <yao.qi@linaro.org>
10029
10030 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10031 (test_with_self): Don't call do_steps_and_nexts, and remove
10032 code about stepping into xmalloc.
10033
f94f411b
YQ
100342016-12-09 Yao Qi <yao.qi@linaro.org>
10035
10036 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10037
100382016-12-09 Yao Qi <yao.qi@linaro.org>
10039
10040 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10041
f1b5deee
PA
100422016-12-09 Pedro Alves <palves@redhat.com>
10043
10044 * gdb.base/all-architectures-0.exp: New file.
10045 * gdb.base/all-architectures-1.exp: New file.
10046 * gdb.base/all-architectures-2.exp: New file.
10047 * gdb.base/all-architectures-3.exp: New file.
10048 * gdb.base/all-architectures-4.exp: New file.
10049 * gdb.base/all-architectures-5.exp: New file.
10050 * gdb.base/all-architectures-6.exp: New file.
10051 * gdb.base/all-architectures-7.exp: New file.
10052 * gdb.base/all-architectures.exp.in: New file.
10053
364ca42e
YQ
100542016-12-09 Yao Qi <yao.qi@linaro.org>
10055
10056 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10057
107c2d62
LM
100582016-12-02 Luis Machado <lgustavo@codesourcery.com>
10059
10060 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10061 possible.
10062 Remove useless pattern-matching code.
10063
df3ee9ca
PA
100642016-12-02 Pedro Alves <palves@redhat.com>
10065
10066 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10067 procedure.
10068 (top level): Call it.
10069
ec835369
PA
100702016-12-02 Pedro Alves <palves@redhat.com>
10071
10072 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10073 New procedure.
10074 (top level): Call it.
10075
01770bbd
PA
100762016-12-02 Pedro Alves <palves@redhat.com>
10077
10078 PR cli/20559
10079 * gdb.base/commands.exp (user_defined_command_args_eval): New
10080 procedure.
10081 (top level): Call it.
10082
008459ea
LM
100832016-12-02 Luis Machado <lgustavo@codesourcery.com>
10084
10085 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10086 timeout handling.
10087
0c1b455e
TT
100882016-12-02 Tom Tromey <tom@tromey.com>
10089
10090 * gdb.dwarf2/main-subprogram.c: New file.
10091 * gdb.dwarf2/main-subprogram.exp: New file.
10092
018572b8
LM
100932016-12-01 Luis Machado <lgustavo@codesourcery.com>
10094
10095 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10096 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10097 gdb_test_no_output for a couple of cases.
10098 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10099
84c93cd5
LM
101002016-12-01 Luis Machado <lgustavo@codesourcery.com>
10101
10102 Fix test names and standardize compilation error messages throughout
10103 the following files:
10104
10105 * gdb.ada/start.exp
10106 * gdb.arch/alpha-step.exp
10107 * gdb.arch/e500-prologue.exp
10108 * gdb.arch/ftrace-insn-reloc.exp
10109 * gdb.arch/gdb1291.exp
10110 * gdb.arch/gdb1431.exp
10111 * gdb.arch/gdb1558.exp
10112 * gdb.arch/i386-dr3-watch.exp
10113 * gdb.arch/i386-sse-stack-align.exp
10114 * gdb.arch/ia64-breakpoint-shadow.exp
10115 * gdb.arch/pa-nullify.exp
10116 * gdb.arch/powerpc-aix-prologue.exp
10117 * gdb.arch/thumb-bx-pc.exp
10118 * gdb.base/annota1.exp
10119 * gdb.base/annota3.exp
10120 * gdb.base/arrayidx.exp
10121 * gdb.base/assign.exp
10122 * gdb.base/attach.exp
10123 * gdb.base/auxv.exp
10124 * gdb.base/bang.exp
10125 * gdb.base/bfp-test.exp
10126 * gdb.base/bigcore.exp
10127 * gdb.base/bitfields2.exp
10128 * gdb.base/break-fun-addr.exp
10129 * gdb.base/break-probes.exp
10130 * gdb.base/call-rt-st.exp
10131 * gdb.base/callexit.exp
10132 * gdb.base/catch-fork-kill.exp
10133 * gdb.base/charset.exp
10134 * gdb.base/checkpoint.exp
10135 * gdb.base/comprdebug.exp
10136 * gdb.base/constvars.exp
10137 * gdb.base/coredump-filter.exp
10138 * gdb.base/cursal.exp
10139 * gdb.base/cvexpr.exp
10140 * gdb.base/detach.exp
10141 * gdb.base/display.exp
10142 * gdb.base/dmsym.exp
10143 * gdb.base/dprintf-pending.exp
10144 * gdb.base/dso2dso.exp
10145 * gdb.base/dtrace-probe.exp
10146 * gdb.base/dump.exp
10147 * gdb.base/enum_cond.exp
10148 * gdb.base/exe-lock.exp
10149 * gdb.base/exec-invalid-sysroot.exp
10150 * gdb.base/execl-update-breakpoints.exp
10151 * gdb.base/exprs.exp
10152 * gdb.base/fileio.exp
10153 * gdb.base/find.exp
10154 * gdb.base/finish.exp
10155 * gdb.base/fixsection.exp
10156 * gdb.base/foll-vfork.exp
10157 * gdb.base/frame-args.exp
10158 * gdb.base/gcore.exp
10159 * gdb.base/gdb1250.exp
10160 * gdb.base/global-var-nested-by-dso.exp
10161 * gdb.base/gnu-ifunc.exp
10162 * gdb.base/hashline1.exp
10163 * gdb.base/hashline2.exp
10164 * gdb.base/hashline3.exp
10165 * gdb.base/hbreak-in-shr-unsupported.exp
10166 * gdb.base/huge.exp
10167 * gdb.base/infcall-input.exp
10168 * gdb.base/info-fun.exp
10169 * gdb.base/info-shared.exp
10170 * gdb.base/jit-simple.exp
10171 * gdb.base/jit-so.exp
10172 * gdb.base/jit.exp
10173 * gdb.base/jump.exp
10174 * gdb.base/label.exp
10175 * gdb.base/lineinc.exp
10176 * gdb.base/logical.exp
10177 * gdb.base/longjmp.exp
10178 * gdb.base/macscp.exp
10179 * gdb.base/miscexprs.exp
10180 * gdb.base/new-ui-echo.exp
10181 * gdb.base/new-ui-pending-input.exp
10182 * gdb.base/new-ui.exp
10183 * gdb.base/nodebug.exp
10184 * gdb.base/nofield.exp
10185 * gdb.base/offsets.exp
10186 * gdb.base/overlays.exp
10187 * gdb.base/pending.exp
10188 * gdb.base/pointers.exp
10189 * gdb.base/pr11022.exp
10190 * gdb.base/printcmds.exp
10191 * gdb.base/prologue.exp
10192 * gdb.base/ptr-typedef.exp
10193 * gdb.base/realname-expand.exp
10194 * gdb.base/relativedebug.exp
10195 * gdb.base/relocate.exp
10196 * gdb.base/remote.exp
10197 * gdb.base/reread.exp
10198 * gdb.base/return2.exp
10199 * gdb.base/savedregs.exp
10200 * gdb.base/sep.exp
10201 * gdb.base/sepdebug.exp
10202 * gdb.base/sepsymtab.exp
10203 * gdb.base/set-inferior-tty.exp
10204 * gdb.base/setshow.exp
10205 * gdb.base/shlib-call.exp
10206 * gdb.base/sigaltstack.exp
10207 * gdb.base/siginfo-addr.exp
10208 * gdb.base/signals.exp
10209 * gdb.base/signull.exp
10210 * gdb.base/sigrepeat.exp
10211 * gdb.base/so-impl-ld.exp
10212 * gdb.base/solib-display.exp
10213 * gdb.base/solib-overlap.exp
10214 * gdb.base/solib-search.exp
10215 * gdb.base/solib-symbol.exp
10216 * gdb.base/structs.exp
10217 * gdb.base/structs2.exp
10218 * gdb.base/symtab-search-order.exp
10219 * gdb.base/twice.exp
10220 * gdb.base/unload.exp
10221 * gdb.base/varargs.exp
10222 * gdb.base/watchpoint-solib.exp
10223 * gdb.base/watchpoint.exp
10224 * gdb.base/whatis.exp
10225 * gdb.base/wrong_frame_bt_full.exp
10226 * gdb.btrace/dlopen.exp
10227 * gdb.cell/ea-standalone.exp
10228 * gdb.cell/ea-test.exp
10229 * gdb.cp/dispcxx.exp
10230 * gdb.cp/gdb2384.exp
10231 * gdb.cp/method2.exp
10232 * gdb.cp/nextoverthrow.exp
10233 * gdb.cp/pr10728.exp
10234 * gdb.disasm/am33.exp
10235 * gdb.disasm/h8300s.exp
10236 * gdb.disasm/mn10300.exp
10237 * gdb.disasm/sh3.exp
10238 * gdb.dwarf2/dw2-dir-file-name.exp
10239 * gdb.fortran/complex.exp
10240 * gdb.fortran/library-module.exp
10241 * gdb.guile/scm-pretty-print.exp
10242 * gdb.guile/scm-symbol.exp
10243 * gdb.guile/scm-type.exp
10244 * gdb.guile/scm-value.exp
10245 * gdb.linespec/linespec.exp
10246 * gdb.mi/gdb701.exp
10247 * gdb.mi/gdb792.exp
10248 * gdb.mi/mi-breakpoint-changed.exp
10249 * gdb.mi/mi-dprintf-pending.exp
10250 * gdb.mi/mi-dprintf.exp
10251 * gdb.mi/mi-exit-code.exp
10252 * gdb.mi/mi-pending.exp
10253 * gdb.mi/mi-solib.exp
10254 * gdb.mi/new-ui-mi-sync.exp
10255 * gdb.mi/pr11022.exp
10256 * gdb.mi/user-selected-context-sync.exp
10257 * gdb.opt/solib-intra-step.exp
10258 * gdb.python/py-events.exp
10259 * gdb.python/py-finish-breakpoint.exp
10260 * gdb.python/py-mi.exp
10261 * gdb.python/py-prettyprint.exp
10262 * gdb.python/py-shared.exp
10263 * gdb.python/py-symbol.exp
10264 * gdb.python/py-template.exp
10265 * gdb.python/py-type.exp
10266 * gdb.python/py-value.exp
10267 * gdb.reverse/solib-precsave.exp
10268 * gdb.reverse/solib-reverse.exp
10269 * gdb.server/solib-list.exp
10270 * gdb.stabs/weird.exp
10271 * gdb.threads/reconnect-signal.exp
10272 * gdb.threads/stepi-random-signal.exp
10273 * gdb.trace/actions.exp
10274 * gdb.trace/ax.exp
10275 * gdb.trace/backtrace.exp
10276 * gdb.trace/change-loc.exp
10277 * gdb.trace/deltrace.exp
10278 * gdb.trace/ftrace-lock.exp
10279 * gdb.trace/ftrace.exp
10280 * gdb.trace/infotrace.exp
10281 * gdb.trace/mi-tracepoint-changed.exp
10282 * gdb.trace/packetlen.exp
10283 * gdb.trace/passcount.exp
10284 * gdb.trace/pending.exp
10285 * gdb.trace/range-stepping.exp
10286 * gdb.trace/report.exp
10287 * gdb.trace/stap-trace.exp
10288 * gdb.trace/tfind.exp
10289 * gdb.trace/trace-break.exp
10290 * gdb.trace/trace-condition.exp
10291 * gdb.trace/trace-enable-disable.exp
10292 * gdb.trace/trace-mt.exp
10293 * gdb.trace/tracecmd.exp
10294 * gdb.trace/tspeed.exp
10295 * gdb.trace/tsv.exp
10296 * lib/perftest.exp
10297
fb9feb35
LM
102982016-12-01 Luis Machado <lgustavo@codesourcery.com>
10299
10300 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10301 with gdb_test_no_output.
10302 Use command as test name.
10303
cd2ddb6c
LM
103042016-12-01 Luis Machado <lgustavo@codesourcery.com>
10305
10306 Fix test names starting with uppercase throughout the files.
10307
10308 * gdb.ada/assign_1.exp
10309 * gdb.ada/boolean_expr.exp
10310 * gdb.base/arrayidx.exp
10311 * gdb.base/del.exp
10312 * gdb.base/gcore-buffer-overflow.exp
10313 * gdb.base/testenv.exp
10314 * gdb.compile/compile.exp
10315 * gdb.python/py-framefilter-invalidarg.exp
10316 * gdb.python/py-framefilter.exp
10317
bb95117e
LM
103182016-12-01 Luis Machado <lgustavo@codesourcery.com>
10319
10320 Fix test names starting with uppercase throughout the files.
10321
10322 * gdb.ada/array_return.exp
10323 * gdb.ada/expr_delims.exp
10324 * gdb.ada/mi_dyn_arr.exp
10325 * gdb.ada/mi_interface.exp
10326 * gdb.ada/mi_var_array.exp
10327 * gdb.ada/watch_arg.exp
10328 * gdb.arch/alpha-step.exp
10329 * gdb.arch/altivec-regs.exp
10330 * gdb.arch/e500-regs.exp
10331 * gdb.arch/powerpc-d128-regs.exp
10332 * gdb.base/arrayidx.exp
10333 * gdb.base/break.exp
10334 * gdb.base/checkpoint.exp
10335 * gdb.base/debug-expr.exp
10336 * gdb.base/dmsym.exp
10337 * gdb.base/radix.exp
10338 * gdb.base/sepdebug.exp
10339 * gdb.base/testenv.exp
10340 * gdb.base/watch_thread_num.exp
10341 * gdb.base/watchpoint-cond-gone.exp
10342 * gdb.cell/break.exp
10343 * gdb.cell/ea-cache.exp
10344 * gdb.compile/compile.exp
10345 * gdb.cp/gdb2495.exp
10346 * gdb.gdb/selftest.exp
10347 * gdb.gdb/xfullpath.exp
10348 * gdb.go/hello.exp
10349 * gdb.go/integers.exp
10350 * gdb.objc/basicclass.exp
10351 * gdb.pascal/hello.exp
10352 * gdb.pascal/integers.exp
10353 * gdb.python/py-breakpoint.exp
10354 * gdb.python/py-cmd.exp
10355 * gdb.python/py-linetable.exp
10356 * gdb.python/py-xmethods.exp
10357 * gdb.python/python.exp
10358 * gdb.reverse/consecutive-precsave.exp
10359 * gdb.reverse/finish-precsave.exp
10360 * gdb.reverse/i386-precsave.exp
10361 * gdb.reverse/machinestate-precsave.exp
10362 * gdb.reverse/sigall-precsave.exp
10363 * gdb.reverse/solib-precsave.exp
10364 * gdb.reverse/step-precsave.exp
10365 * gdb.reverse/until-precsave.exp
10366 * gdb.reverse/watch-precsave.exp
10367 * gdb.threads/leader-exit.exp
10368 * gdb.threads/pthreads.exp
10369 * gdb.threads/wp-replication.exp
10370 * gdb.trace/actions.exp
10371 * gdb.trace/mi-tsv-changed.exp
10372 * gdb.trace/tsv.exp
10373
de97fdd4
LM
103742016-12-01 Luis Machado <lgustavo@codesourcery.com>
10375
10376 Fix test names starting with uppercase throughout the files.
10377
10378 * gdb.arch/i386-bp_permanent.exp
10379 * gdb.arch/i386-gnu-cfi.exp
10380 * gdb.base/disasm-end-cu.exp
10381 * gdb.base/macscp.exp
10382 * gdb.base/pending.exp
10383 * gdb.base/watch_thread_num.exp
10384 * gdb.cp/exception.exp
10385 * gdb.cp/gdb2495.exp
10386 * gdb.cp/local.exp
10387 * gdb.python/py-evsignal.exp
10388 * gdb.python/python.exp
10389 * gdb.trace/tracecmd.exp
10390
9f058c10
LM
103912016-12-01 Luis Machado <lgustavo@codesourcery.com>
10392
10393 Fix test names starting with uppercase throughout the files.
10394
10395 * gdb.base/charset.exp
10396 * gdb.base/eval.exp
10397 * gdb.base/multi-forks.exp
10398 * gdb.guile/scm-progspace.exp
10399 * gdb.opencl/datatypes.exp
10400 * gdb.python/py-block.exp
10401 * gdb.python/py-function.exp
10402 * gdb.python/py-symbol.exp
10403 * gdb.python/py-symtab.exp
10404 * gdb.python/py-xmethods.exp
10405 * gdb.reverse/break-precsave.exp
10406 * gdb.reverse/break-reverse.exp
10407 * gdb.reverse/consecutive-precsave.exp
10408 * gdb.reverse/consecutive-reverse.exp
10409 * gdb.reverse/finish-precsave.exp
10410 * gdb.reverse/finish-reverse-bkpt.exp
10411 * gdb.reverse/finish-reverse.exp
10412 * gdb.reverse/fstatat-reverse.exp
10413 * gdb.reverse/getresuid-reverse.exp
10414 * gdb.reverse/i386-precsave.exp
10415 * gdb.reverse/i386-reverse.exp
10416 * gdb.reverse/i386-sse-reverse.exp
10417 * gdb.reverse/i387-stack-reverse.exp
10418 * gdb.reverse/insn-reverse.exp
10419 * gdb.reverse/machinestate-precsave.exp
10420 * gdb.reverse/machinestate.exp
10421 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10422 * gdb.reverse/pipe-reverse.exp
10423 * gdb.reverse/readv-reverse.exp
10424 * gdb.reverse/recvmsg-reverse.exp
10425 * gdb.reverse/rerun-prec.exp
10426 * gdb.reverse/s390-mvcle.exp
10427 * gdb.reverse/sigall-precsave.exp
10428 * gdb.reverse/sigall-reverse.exp
10429 * gdb.reverse/solib-precsave.exp
10430 * gdb.reverse/solib-reverse.exp
10431 * gdb.reverse/step-precsave.exp
10432 * gdb.reverse/step-reverse.exp
10433 * gdb.reverse/time-reverse.exp
10434 * gdb.reverse/until-precsave.exp
10435 * gdb.reverse/until-reverse.exp
10436 * gdb.reverse/waitpid-reverse.exp
10437 * gdb.reverse/watch-precsave.exp
10438 * gdb.reverse/watch-reverse.exp
10439
cdc7edd7
LM
104402016-12-01 Luis Machado <lgustavo@codesourcery.com>
10441
10442 Fix test names starting with uppercase throughout the files.
10443
10444 * gdb.arch/i386-mpx-simple_segv.exp
10445 * gdb.arch/i386-mpx.exp
10446 * gdb.arch/i386-permbkpt.exp
10447 * gdb.arch/pa-nullify.exp
10448 * gdb.arch/powerpc-d128-regs.exp
10449 * gdb.arch/vsx-regs.exp
10450 * gdb.base/bfp-test.exp
10451 * gdb.base/break.exp
10452 * gdb.base/breakpoint-shadow.exp
10453 * gdb.base/callfuncs.exp
10454 * gdb.base/charset.exp
10455 * gdb.base/commands.exp
10456 * gdb.base/completion.exp
10457 * gdb.base/dfp-test.exp
10458 * gdb.base/echo.exp
10459 * gdb.base/ending-run.exp
10460 * gdb.base/eval.exp
10461 * gdb.base/expand-psymtabs.exp
10462 * gdb.base/float128.exp
10463 * gdb.base/floatn.exp
10464 * gdb.base/foll-exec-mode.exp
10465 * gdb.base/gdb1056.exp
10466 * gdb.base/gdb11531.exp
10467 * gdb.base/kill-after-signal.exp
10468 * gdb.base/multi-forks.exp
10469 * gdb.base/overlays.exp
10470 * gdb.base/pending.exp
10471 * gdb.base/sepdebug.exp
10472 * gdb.base/testenv.exp
10473 * gdb.base/valgrind-db-attach.exp
10474 * gdb.base/watch_thread_num.exp
10475 * gdb.base/watchpoint-cond-gone.exp
10476 * gdb.base/watchpoint.exp
10477 * gdb.base/watchpoints.exp
10478 * gdb.cp/arg-reference.exp
10479 * gdb.cp/baseenum.exp
10480 * gdb.cp/operator.exp
10481 * gdb.cp/shadow.exp
10482 * gdb.dwarf2/dw2-op-out-param.exp
10483 * gdb.dwarf2/dw2-reg-undefined.exp
10484 * gdb.go/chan.exp
10485 * gdb.go/hello.exp
10486 * gdb.go/integers.exp
10487 * gdb.go/methods.exp
10488 * gdb.go/package.exp
10489 * gdb.guile/scm-parameter.exp
10490 * gdb.guile/scm-progspace.exp
10491 * gdb.guile/scm-value.exp
10492 * gdb.mi/mi-pending.exp
10493 * gdb.mi/user-selected-context-sync.exp
10494 * gdb.multi/multi-attach.exp
10495 * gdb.multi/tids.exp
10496 * gdb.opt/clobbered-registers-O2.exp
10497 * gdb.pascal/floats.exp
10498 * gdb.pascal/integers.exp
10499 * gdb.python/py-block.exp
10500 * gdb.python/py-events.exp
10501 * gdb.python/py-parameter.exp
10502 * gdb.python/py-symbol.exp
10503 * gdb.python/py-symtab.exp
10504 * gdb.python/py-type.exp
10505 * gdb.python/py-value.exp
10506 * gdb.python/py-xmethods.exp
10507 * gdb.python/python.exp
10508 * gdb.reverse/break-precsave.exp
10509 * gdb.reverse/consecutive-precsave.exp
10510 * gdb.reverse/finish-precsave.exp
10511 * gdb.reverse/i386-precsave.exp
10512 * gdb.reverse/machinestate-precsave.exp
10513 * gdb.reverse/sigall-precsave.exp
10514 * gdb.reverse/solib-precsave.exp
10515 * gdb.reverse/step-precsave.exp
10516 * gdb.reverse/until-precsave.exp
10517 * gdb.reverse/watch-precsave.exp
10518 * gdb.server/ext-attach.exp
10519 * gdb.server/ext-restart.exp
10520 * gdb.server/ext-run.exp
10521 * gdb.server/ext-wrapper.exp
10522 * gdb.stabs/gdb11479.exp
10523 * gdb.stabs/weird.exp
10524 * gdb.threads/attach-many-short-lived-threads.exp
10525 * gdb.threads/kill.exp
10526 * gdb.threads/watchpoint-fork.exp
10527
bc6c7af4
LM
105282016-12-01 Luis Machado <lgustavo@codesourcery.com>
10529
10530 Fix test names starting with uppercase throughout all the files below.
10531
10532 * gdb.ada/array_return.exp
10533 * gdb.ada/catch_ex.exp
10534 * gdb.ada/info_exc.exp
10535 * gdb.ada/mi_catch_ex.exp
10536 * gdb.ada/mi_dyn_arr.exp
10537 * gdb.ada/mi_ex_cond.exp
10538 * gdb.ada/mi_exc_info.exp
10539 * gdb.ada/mi_interface.exp
10540 * gdb.ada/mi_task_arg.exp
10541 * gdb.ada/mi_task_info.exp
10542 * gdb.ada/mi_var_array.exp
10543 * gdb.arch/alpha-step.exp
10544 * gdb.arch/amd64-disp-step.exp
10545 * gdb.arch/arm-disp-step.exp
10546 * gdb.arch/disp-step-insn-reloc.exp
10547 * gdb.arch/e500-prologue.exp
10548 * gdb.arch/ftrace-insn-reloc.exp
10549 * gdb.arch/gdb1558.exp
10550 * gdb.arch/i386-bp_permanent.exp
10551 * gdb.arch/i386-disp-step.exp
10552 * gdb.arch/i386-float.exp
10553 * gdb.arch/i386-gnu-cfi.exp
10554 * gdb.arch/ia64-breakpoint-shadow.exp
10555 * gdb.arch/mips16-thunks.exp
10556 * gdb.arch/pa-nullify.exp
10557 * gdb.arch/powerpc-aix-prologue.exp
10558 * gdb.arch/powerpc-power.exp
10559 * gdb.arch/ppc-dfp.exp
10560 * gdb.arch/s390-tdbregs.exp
10561 * gdb.arch/spu-info.exp
10562 * gdb.arch/spu-ls.exp
10563 * gdb.arch/thumb-bx-pc.exp
10564 * gdb.base/advance.exp
10565 * gdb.base/annota-input-while-running.exp
10566 * gdb.base/arrayidx.exp
10567 * gdb.base/asmlabel.exp
10568 * gdb.base/async.exp
10569 * gdb.base/attach-wait-input.exp
10570 * gdb.base/auto-connect-native-target.exp
10571 * gdb.base/batch-preserve-term-settings.exp
10572 * gdb.base/bfp-test.exp
10573 * gdb.base/bigcore.exp
10574 * gdb.base/bp-permanent.exp
10575 * gdb.base/break-always.exp
10576 * gdb.base/break-fun-addr.exp
10577 * gdb.base/break-idempotent.exp
10578 * gdb.base/break-main-file-remove-fail.exp
10579 * gdb.base/break-probes.exp
10580 * gdb.base/break-unload-file.exp
10581 * gdb.base/break.exp
10582 * gdb.base/call-ar-st.exp
10583 * gdb.base/call-rt-st.exp
10584 * gdb.base/call-sc.exp
10585 * gdb.base/call-signal-resume.exp
10586 * gdb.base/call-strs.exp
10587 * gdb.base/callexit.exp
10588 * gdb.base/callfuncs.exp
10589 * gdb.base/catch-gdb-caused-signals.exp
10590 * gdb.base/catch-signal-siginfo-cond.exp
10591 * gdb.base/catch-syscall.exp
10592 * gdb.base/compare-sections.exp
10593 * gdb.base/cond-eval-mode.exp
10594 * gdb.base/condbreak-call-false.exp
10595 * gdb.base/consecutive-step-over.exp
10596 * gdb.base/cursal.exp
10597 * gdb.base/disabled-location.exp
10598 * gdb.base/disasm-end-cu.exp
10599 * gdb.base/display.exp
10600 * gdb.base/double-prompt-target-event-error.exp
10601 * gdb.base/dprintf-bp-same-addr.exp
10602 * gdb.base/dprintf-detach.exp
10603 * gdb.base/dprintf-next.exp
10604 * gdb.base/dprintf-non-stop.exp
10605 * gdb.base/dprintf-pending.exp
10606 * gdb.base/dso2dso.exp
10607 * gdb.base/ending-run.exp
10608 * gdb.base/enum_cond.exp
10609 * gdb.base/examine-backward.exp
10610 * gdb.base/exe-lock.exp
10611 * gdb.base/exec-invalid-sysroot.exp
10612 * gdb.base/execl-update-breakpoints.exp
10613 * gdb.base/execution-termios.exp
10614 * gdb.base/fileio.exp
10615 * gdb.base/fixsection.exp
10616 * gdb.base/foll-exec-mode.exp
10617 * gdb.base/foll-exec.exp
10618 * gdb.base/fork-running-state.exp
10619 * gdb.base/frame-args.exp
10620 * gdb.base/fullpath-expand.exp
10621 * gdb.base/func-ptr.exp
10622 * gdb.base/gcore-relro-pie.exp
10623 * gdb.base/gdb1090.exp
10624 * gdb.base/gdb1555.exp
10625 * gdb.base/global-var-nested-by-dso.exp
10626 * gdb.base/gnu-ifunc.exp
10627 * gdb.base/hbreak-in-shr-unsupported.exp
10628 * gdb.base/hbreak-unmapped.exp
10629 * gdb.base/hook-stop.exp
10630 * gdb.base/infcall-input.exp
10631 * gdb.base/info-fun.exp
10632 * gdb.base/info-shared.exp
10633 * gdb.base/interrupt-noterm.exp
10634 * gdb.base/jit-so.exp
10635 * gdb.base/jit.exp
10636 * gdb.base/line-symtabs.exp
10637 * gdb.base/list.exp
10638 * gdb.base/longjmp.exp
10639 * gdb.base/macscp.exp
10640 * gdb.base/max-value-size.exp
10641 * gdb.base/nodebug.exp
10642 * gdb.base/nofield.exp
10643 * gdb.base/overlays.exp
10644 * gdb.base/paginate-after-ctrl-c-running.exp
10645 * gdb.base/paginate-bg-execution.exp
10646 * gdb.base/paginate-inferior-exit.exp
10647 * gdb.base/pending.exp
10648 * gdb.base/pr11022.exp
10649 * gdb.base/printcmds.exp
10650 * gdb.base/ptr-typedef.exp
10651 * gdb.base/ptype.exp
10652 * gdb.base/randomize.exp
10653 * gdb.base/range-stepping.exp
10654 * gdb.base/realname-expand.exp
10655 * gdb.base/relativedebug.exp
10656 * gdb.base/remote.exp
10657 * gdb.base/savedregs.exp
10658 * gdb.base/sepdebug.exp
10659 * gdb.base/set-noassign.exp
10660 * gdb.base/shlib-call.exp
10661 * gdb.base/shreloc.exp
10662 * gdb.base/sigaltstack.exp
10663 * gdb.base/sigbpt.exp
10664 * gdb.base/siginfo-addr.exp
10665 * gdb.base/siginfo-obj.exp
10666 * gdb.base/siginfo-thread.exp
10667 * gdb.base/signest.exp
10668 * gdb.base/signull.exp
10669 * gdb.base/sigrepeat.exp
10670 * gdb.base/skip.exp
10671 * gdb.base/so-impl-ld.exp
10672 * gdb.base/solib-corrupted.exp
10673 * gdb.base/solib-disc.exp
10674 * gdb.base/solib-display.exp
10675 * gdb.base/solib-overlap.exp
10676 * gdb.base/solib-search.exp
10677 * gdb.base/solib-symbol.exp
10678 * gdb.base/source-execution.exp
10679 * gdb.base/sss-bp-on-user-bp-2.exp
10680 * gdb.base/sss-bp-on-user-bp.exp
10681 * gdb.base/stack-checking.exp
10682 * gdb.base/stale-infcall.exp
10683 * gdb.base/step-break.exp
10684 * gdb.base/step-line.exp
10685 * gdb.base/step-over-exit.exp
10686 * gdb.base/step-test.exp
10687 * gdb.base/structs.exp
10688 * gdb.base/sym-file.exp
10689 * gdb.base/symtab-search-order.exp
10690 * gdb.base/term.exp
10691 * gdb.base/type-opaque.exp
10692 * gdb.base/unload.exp
10693 * gdb.base/until-nodebug.exp
10694 * gdb.base/until.exp
10695 * gdb.base/unwindonsignal.exp
10696 * gdb.base/watch-cond.exp
10697 * gdb.base/watch-non-mem.exp
10698 * gdb.base/watch_thread_num.exp
10699 * gdb.base/watchpoint-reuse-slot.exp
10700 * gdb.base/watchpoint-solib.exp
10701 * gdb.base/watchpoint.exp
10702 * gdb.btrace/dlopen.exp
10703 * gdb.cell/arch.exp
10704 * gdb.cell/break.exp
10705 * gdb.cell/bt.exp
10706 * gdb.cell/core.exp
10707 * gdb.cell/data.exp
10708 * gdb.cell/dwarfaddr.exp
10709 * gdb.cell/ea-cache.exp
10710 * gdb.cell/ea-standalone.exp
10711 * gdb.cell/ea-test.exp
10712 * gdb.cell/f-regs.exp
10713 * gdb.cell/fork.exp
10714 * gdb.cell/gcore.exp
10715 * gdb.cell/mem-access.exp
10716 * gdb.cell/ptype.exp
10717 * gdb.cell/registers.exp
10718 * gdb.cell/sizeof.exp
10719 * gdb.cell/solib-symbol.exp
10720 * gdb.cell/solib.exp
10721 * gdb.compile/compile-tls.exp
10722 * gdb.cp/exception.exp
10723 * gdb.cp/gdb2495.exp
10724 * gdb.cp/local.exp
10725 * gdb.cp/mb-inline.exp
10726 * gdb.cp/mb-templates.exp
10727 * gdb.cp/pr10687.exp
10728 * gdb.cp/pr9167.exp
10729 * gdb.cp/scope-err.exp
10730 * gdb.cp/templates.exp
10731 * gdb.cp/virtfunc.exp
10732 * gdb.dwarf2/dw2-dir-file-name.exp
10733 * gdb.dwarf2/dw2-single-line-discriminators.exp
10734 * gdb.fortran/complex.exp
10735 * gdb.fortran/library-module.exp
10736 * gdb.guile/guile.exp
10737 * gdb.guile/scm-cmd.exp
10738 * gdb.guile/scm-frame-inline.exp
10739 * gdb.guile/scm-objfile.exp
10740 * gdb.guile/scm-pretty-print.exp
10741 * gdb.guile/scm-symbol.exp
10742 * gdb.guile/scm-type.exp
10743 * gdb.guile/scm-value.exp
10744 * gdb.linespec/keywords.exp
10745 * gdb.linespec/ls-errs.exp
10746 * gdb.linespec/macro-relative.exp
10747 * gdb.linespec/thread.exp
10748 * gdb.mi/mi-breakpoint-changed.exp
10749 * gdb.mi/mi-dprintf-pending.exp
10750 * gdb.mi/mi-fullname-deleted.exp
10751 * gdb.mi/mi-logging.exp
10752 * gdb.mi/mi-pending.exp
10753 * gdb.mi/mi-solib.exp
10754 * gdb.mi/new-ui-mi-sync.exp
10755 * gdb.mi/user-selected-context-sync.exp
10756 * gdb.multi/dummy-frame-restore.exp
10757 * gdb.multi/multi-arch-exec.exp
10758 * gdb.multi/remove-inferiors.exp
10759 * gdb.multi/watchpoint-multi-exit.exp
10760 * gdb.opt/solib-intra-step.exp
10761 * gdb.perf/backtrace.exp
10762 * gdb.perf/single-step.exp
10763 * gdb.perf/skip-command.exp
10764 * gdb.perf/skip-prologue.exp
10765 * gdb.perf/solib.exp
10766 * gdb.python/lib-types.exp
10767 * gdb.python/py-as-string.exp
10768 * gdb.python/py-bad-printers.exp
10769 * gdb.python/py-block.exp
10770 * gdb.python/py-breakpoint.exp
10771 * gdb.python/py-cmd.exp
10772 * gdb.python/py-events.exp
10773 * gdb.python/py-evthreads.exp
10774 * gdb.python/py-finish-breakpoint.exp
10775 * gdb.python/py-finish-breakpoint2.exp
10776 * gdb.python/py-frame-inline.exp
10777 * gdb.python/py-frame.exp
10778 * gdb.python/py-inferior.exp
10779 * gdb.python/py-infthread.exp
10780 * gdb.python/py-mi.exp
10781 * gdb.python/py-objfile.exp
10782 * gdb.python/py-pp-maint.exp
10783 * gdb.python/py-pp-registration.exp
10784 * gdb.python/py-prettyprint.exp
10785 * gdb.python/py-recurse-unwind.exp
10786 * gdb.python/py-shared.exp
10787 * gdb.python/py-symbol.exp
10788 * gdb.python/py-symtab.exp
10789 * gdb.python/py-template.exp
10790 * gdb.python/py-type.exp
10791 * gdb.python/py-unwind-maint.exp
10792 * gdb.python/py-unwind.exp
10793 * gdb.python/py-value.exp
10794 * gdb.python/python.exp
10795 * gdb.reverse/finish-reverse-bkpt.exp
10796 * gdb.reverse/insn-reverse.exp
10797 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10798 * gdb.reverse/solib-precsave.exp
10799 * gdb.reverse/solib-reverse.exp
10800 * gdb.stabs/gdb11479.exp
10801 * gdb.stabs/weird.exp
10802 * gdb.threads/fork-child-threads.exp
10803 * gdb.threads/fork-plus-threads.exp
10804 * gdb.threads/fork-thread-pending.exp
10805 * gdb.threads/forking-threads-plus-breakpoint.exp
10806 * gdb.threads/hand-call-in-threads.exp
10807 * gdb.threads/interrupted-hand-call.exp
10808 * gdb.threads/linux-dp.exp
10809 * gdb.threads/local-watch-wrong-thread.exp
10810 * gdb.threads/next-while-other-thread-longjmps.exp
10811 * gdb.threads/non-ldr-exit.exp
10812 * gdb.threads/pending-step.exp
10813 * gdb.threads/print-threads.exp
10814 * gdb.threads/process-dies-while-detaching.exp
10815 * gdb.threads/process-dies-while-handling-bp.exp
10816 * gdb.threads/pthreads.exp
10817 * gdb.threads/queue-signal.exp
10818 * gdb.threads/reconnect-signal.exp
10819 * gdb.threads/signal-command-handle-nopass.exp
10820 * gdb.threads/signal-command-multiple-signals-pending.exp
10821 * gdb.threads/signal-delivered-right-thread.exp
10822 * gdb.threads/signal-sigtrap.exp
10823 * gdb.threads/sigthread.exp
10824 * gdb.threads/staticthreads.exp
10825 * gdb.threads/stepi-random-signal.exp
10826 * gdb.threads/thread-unwindonsignal.exp
10827 * gdb.threads/thread_check.exp
10828 * gdb.threads/thread_events.exp
10829 * gdb.threads/tid-reuse.exp
10830 * gdb.threads/tls-nodebug.exp
10831 * gdb.threads/tls-shared.exp
10832 * gdb.threads/tls-so_extern.exp
10833 * gdb.threads/tls.exp
10834 * gdb.threads/wp-replication.exp
10835 * gdb.trace/actions-changed.exp
10836 * gdb.trace/actions.exp
10837 * gdb.trace/backtrace.exp
10838 * gdb.trace/change-loc.exp
10839 * gdb.trace/collection.exp
10840 * gdb.trace/deltrace.exp
10841 * gdb.trace/disconnected-tracing.exp
10842 * gdb.trace/entry-values.exp
10843 * gdb.trace/ftrace-lock.exp
10844 * gdb.trace/ftrace.exp
10845 * gdb.trace/infotrace.exp
10846 * gdb.trace/mi-trace-frame-collected.exp
10847 * gdb.trace/mi-trace-unavailable.exp
10848 * gdb.trace/mi-traceframe-changed.exp
10849 * gdb.trace/mi-tracepoint-changed.exp
10850 * gdb.trace/mi-tsv-changed.exp
10851 * gdb.trace/no-attach-trace.exp
10852 * gdb.trace/packetlen.exp
10853 * gdb.trace/passc-dyn.exp
10854 * gdb.trace/passcount.exp
10855 * gdb.trace/pending.exp
10856 * gdb.trace/pr16508.exp
10857 * gdb.trace/qtro.exp
10858 * gdb.trace/range-stepping.exp
10859 * gdb.trace/read-memory.exp
10860 * gdb.trace/report.exp
10861 * gdb.trace/save-trace.exp
10862 * gdb.trace/signal.exp
10863 * gdb.trace/stap-trace.exp
10864 * gdb.trace/status-stop.exp
10865 * gdb.trace/strace.exp
10866 * gdb.trace/tfile.exp
10867 * gdb.trace/tfind.exp
10868 * gdb.trace/trace-break.exp
10869 * gdb.trace/trace-condition.exp
10870 * gdb.trace/trace-enable-disable.exp
10871 * gdb.trace/trace-mt.exp
10872 * gdb.trace/tracecmd.exp
10873 * gdb.trace/tracefile-pseudo-reg.exp
10874 * gdb.trace/tspeed.exp
10875 * gdb.trace/tstatus.exp
10876 * gdb.trace/tsv.exp
10877 * gdb.trace/unavailable.exp
10878 * gdb.trace/while-dyn.exp
10879 * gdb.trace/while-stepping.exp
10880 * lib/gdb-guile.exp
10881 * lib/gdb.exp
10882 * lib/mi-support.exp
10883 * lib/pascal.exp
10884 * lib/perftest.exp
10885 * lib/prelink-support.exp
10886 * lib/selftest-support.exp
10887
ad02e4fe
SM
108882016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10889
10890 * Makefile.in: Include disable-implicit-rules.mk.
10891
22347e55
AA
108922016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10893
10894 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10895 non-byte-aligned bit fields.
10896
da5b30da
AA
108972016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10898
10899 PR gdb/12616
10900 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10901 respects the DW_AT_data_bit_offset attribute.
10902
b593ecca
SM
109032016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10904
10905 * gdb.base/default.exp: Fix output of "set language".
10906
3b165252
SM
109072016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10908
10909 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10910 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10911 make.
10912 * configure.ac: Remove checks for the make program.
10913 * configure: Re-generate.
10914
1a2f3d7f
KB
109152016-11-16 Kevin Buettner <kevinb@redhat.com>
10916
10917 * gdb.python/py-recurse-unwind.c (main): Add loop.
10918 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10919 to read_register() and gdb.parse_and_eval(). Make each code
10920 call a separate case that can be individually tested.
10921 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10922 proc. Call cont_and_backtrace for each of the code paths that
10923 we want to test in the unwinder.
10924
b7f38fda
AA
109252016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10926
10927 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10928 the definition of struct S.
10929
1f8db343
CM
109302016-11-11 Catherine Moore <clm@codesourcery.com>
10931
10932 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10933
fad0c9fb
PA
109342016-11-09 Pedro Alves <palves@redhat.com>
10935
10936 * gdb.base/commands.exp (runto_or_return): New procedure.
10937 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10938 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10939 (progvar_simple_while_test, progvar_complex_if_while_test)
10940 (if_while_breakpoint_command_test)
10941 (infrun_breakpoint_command_test, breakpoint_command_test)
10942 (user_defined_command_test, watchpoint_command_test)
10943 (test_command_prompt_position, redefine_hook_test)
10944 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10945 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10946 multi_line_input and multi_line. Remove gdb_expect and
10947 gdb_stop_suppressing_tests uses.
10948 * lib/gdb.exp (valnum_re): New global.
10949 (multi_line_input): New procedure.
10950
8354c62c
SM
109512016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10952
10953 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10954 Remove.
10955 (test_setup): Define with proc_with_prefix.
10956 (test_cli_inferior): Likewise.
10957 (test_cli_thread): Likewise.
10958 (test_cli_frame): Likewise.
10959 (test_cli_select_frame): Likewise.
10960 (test_cli_up_down): Likewise.
10961 (test_mi_thread_select): Likewise.
10962 (test_mi_stack_select_frame): Likewise.
10963 (test_cli_in_mi_inferior): Likewise.
10964 (test_cli_in_mi_thread): Likewise.
10965 (test_cli_in_mi_frame): Likewise.
10966 (top level): Do not use with_test_prefix_procname.
10967
64f367a2
PA
109682016-11-09 Pedro Alves <palves@redhat.com>
10969
10970 * gdb.base/commands.exp (gdbvar_simple_if_test)
10971 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10972 (progvar_simple_if_test, progvar_simple_while_test)
10973 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10974 (infrun_breakpoint_command_test, breakpoint_command_test)
10975 (user_defined_command_test, watchpoint_command_test)
10976 (test_command_prompt_position, deprecated_command_test)
10977 (bp_deleted_in_command, temporary_breakpoint_commands)
10978 (stray_arg0_test, source_file_with_indented_comment)
10979 (recursive_source_test, if_commands_test)
10980 (error_clears_commands_left, redefine_hook_test)
10981 (redefine_backtrace_test): Use proc_with_prefix.
10982 * lib/gdb.exp (proc_with_prefix): New proc.
10983
0bb65f1e
AA
109842016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10985
10986 * gdb.base/tui-layout.c: New file.
10987 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10988 disassembly window contains very long lines.
10989
7353f247
TT
109902016-11-08 Tom Tromey <tom@tromey.com>
10991
10992 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10993 depend on Python 2.
10994
30a7bb83
TT
109952016-11-08 Tom Tromey <tom@tromey.com>
10996
10997 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10998 New method.
10999
cdf5a07c
MG
110002016-10-29 Manish Goregaokar <manish@mozilla.com>
11001
2806dc7e 11002 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 11003
51a789c3
MG
110042016-10-27 Manish Goregaokar <manish@mozilla.com>
11005
2806dc7e
PA
11006 * gdb.rust/simple.rs: Add test for univariant enums without
11007 discriminants and for encoded struct-like enums.
51a789c3 11008
f610ab6d
PA
110092016-10-28 Pedro Alves <palves@redhat.com>
11010
11011 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11012 gdb_test_multiple, tighten regexps and match symtabs and line
11013 tables incrementally.
11014
b129b0ca
LM
110152016-10-28 Luis Machado <lgustavo@codesourcery.com>
11016
11017 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11018 general.
11019
ecf45d2c
SL
110202016-10-25 Luis Machado <lgustavo@codesourcery.com>
11021
11022 * gdb.base/exec-invalid-sysroot.exp: New file.
11023
b8d38ee4
JK
110242016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11025
11026 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11027
f90fd8c2
JK
110282016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11029
11030 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11031
2d2476aa
MR
110322016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11033
2806dc7e
PA
11034 * gdb.base/killed-outside.exp: Remove $options from a call to
11035 `prepare_for_testing'.
2d2476aa 11036
e42b25a0
SM
110372016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11038
11039 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11040 Change test message.
11041
3ccdb432
SM
110422016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11043
11044 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11045 Update comment.
11046
5bad3170
SM
110472016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11048
11049 * gdb.trace/mi-trace-save.exp: New file.
11050
5ad9dba7
YQ
110512016-10-13 Yao Qi <yao.qi@linaro.org>
11052
11053 * gdb.base/code_elim.exp (get_var_address): Remove.
11054 * gdb.base/relocate.exp: Likewise.
11055 * gdb.base/shreloc.exp: Likewise.
11056 * lib/gdb.exp (get_var_address): New.
11057
62df7e21
YQ
110582016-10-13 Yao Qi <yao.qi@linaro.org>
11059
11060 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11061 floating point tests if $skip_float_test is false.
11062
4dac951e
LM
110632016-10-12 Luis Machado <lgustavo@codesourcery.com>
11064
11065 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11066 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11067 argc values.
11068 Add 1 to argc so we guarantee distinct initial/modified argc values.
11069
8f1a8fc4
JK
110702016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11071
11072 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11073
16c85b5d
JK
110742016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11075
11076 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11077 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11078 * gdb.arch/vsx-regs.exp: Likewise.
11079
1d0e042a
YQ
110802016-10-07 Yao Qi <yao.qi@linaro.org>
11081
11082 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11083
68dadef5
MM
110842016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11085
11086 * gdb.python/python.exp: Test decode_line("*0").
11087
33fa2c6e
DE
110882016-10-06 Doug Evans <dje@google.com>
11089
11090 * gdb.python/py-value.exp (test_value_creation): Add test for large
11091 unsigned 64-bit value.
11092
9c37b5ae
TT
110932016-10-06 Tom Tromey <tom@tromey.com>
11094
11095 * gdb.compile/compile.exp: Change java tests to rust.
11096 * gdb.base/setshow.exp: Change java tests to rust.
11097 * gdb.base/default.exp: Remove java from language list.
11098 * README (Examples): Update language example.
11099 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11100 test.
11101 * lib/gdb.exp (skip_java_tests): Remove.
11102 * lib/java.exp: Remove.
11103 * gdb.java: Remove.
11104
78b86327
MR
111052016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11106
11107 * gdb.arch/mips-fcr.exp: New test.
11108 * gdb.arch/mips-fcr.c: Source for the new test.
11109
7470adbb
MR
111102016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11111
11112 * gdb.base/solib-disc.exp: Use `standard_output_file'
11113 throughout.
11114
4a556533
PA
111152016-10-06 Pedro Alves <palves@redhat.com>
11116
11117 * gdb.base/jit-simple-dl.c: New file.
11118 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11119 * gdb.base/jit-simple.c: ... this.
11120 * gdb.base/jit-simple.exp (jit_run): Delete.
11121 (build_jit): New proc.
11122 (jit_test_reread): Recompile either the main program or the shared
11123 library, depending on what is being tested. Skip changing address
11124 if caller wants to. Compare before/after addresses. If testing
11125 standalone, explicitly load the binary. Test "maint info
11126 breakpoints".
11127 (top level): Add "standalone vs shared lib" and "change address"
11128 vs "same address" axes.
11129
5a122fbc
PA
111302016-10-06 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11133 call.
11134 (jit_run): Delete.
11135 (jit_test_reread): Use with_test_prefix. Reload the main binary
11136 explicitly. Compare the before/after addresses of the JIT
11137 descriptor.
11138
ee8da4b8
DE
111392016-08-15 Doug Evans <dje@google.com>
11140
11141 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11142 for single bitfields is bool.
11143 * gdb.xml/tdesc-regs.exp: Ditto.
11144
f389f6fe
JK
111452016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11146
11147 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11148
fdebf1a4
YQ
111492016-10-05 Yao Qi <yao.qi@linaro.org>
11150
11151 * lib/gdb.exp (support_complex_tests): Return zero if
11152 gdb_skip_float_test return true.
11153
9c36d954 111542016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11155 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11156
11157 PR gdb/20487
11158 * gdb.mi/user-selected-context-sync.exp: New file.
11159 * gdb.mi/user-selected-context-sync.c: New file.
11160
4034d0ff 111612016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11162 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11163
11164 PR gdb/20487
11165 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11166 =thread-select-event check.
11167
a4297203
PB
111682016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11169
11170 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11171 the compulsory L operand changes.
11172 * gdb.arch/powerpc-power.s: Likewise.
11173
bb805577
JK
111742016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11175
11176 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11177 * gdb.base/jit-attach-pie.c: New file.
11178 * gdb.base/jit-attach-pie.exp: New file.
11179
6d61dee5
PA
111802016-09-28 Pedro Alves <palves@redhat.com>
11181
11182 * gdb.base/infcall-input.c: New file.
11183 * gdb.base/infcall-input.exp: New file.
11184
f73842fc
YQ
111852016-09-22 Yao Qi <yao.qi@linaro.org>
11186
11187 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11188 (gdb_exit): Rename it to ...
11189 (gdbserver_gdb_exit): ... Close GDBserver.
11190 (gdb_exit): New proc, call gdbserver_gdb_exit.
11191 (mi_gdb_exit): Likewise.
11192
90681dab
YQ
111932016-09-22 Yao Qi <yao.qi@linaro.org>
11194
11195 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11196 path.
11197 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11198 Remove duplication.
11199
9c211fd8
YQ
112002016-09-22 Yao Qi <yao.qi@linaro.org>
11201
11202 * lib/gdbserver-support.exp: Check the existence of
11203 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11204
ad0a504f
AK
112052016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11206
11207 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11208
36cf1806
TT
112092016-09-21 Tom Tromey <tom@tromey.com>
11210
11211 PR gdb/20604:
11212 * gdb.base/quit.exp: New file.
11213
74172ecf
SM
112142016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11215
11216 * .gitignore: New file.
11217
3d0ec882
MR
112182016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11219
11220 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11221 throughout.
11222
8193adea
AA
112232016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11224
11225 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11226
d41a5c09
JK
112272016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11228
11229 * gdb.cp/casts.cc (decltype): Move it ...
11230 (main): ... with its call to ...
11231 * gdb.cp/casts03.cc: ... a new file.
11232 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11233
d2dfe700
JK
112342016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11235
11236 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11237
e2a92b16
PB
112382016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11239
11240 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11241 and sync up the test with tests in gas/testsuite/gas/ppc.
11242 * gdb.arch/powerpc-power.exp: Likewise.
11243
49b4de64
JK
112442016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11245
11246 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11247
2c29df25
SDJ
112482016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11249 Jan Kratochvil <jan.kratochvil@redhat.com>
11250
11251 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11252 make m1's definition to be different from m2's. Use 'dummy' as an
11253 argument for probe 'two'.
11254
cc3c2846
JB
112552016-09-10 Jon Beniston <jon@beniston.com>
11256
11257 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11258 for sim target.
11259
e1b2624a
AA
112602016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11261
11262 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11263 variable declaration.
11264 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11265 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11266 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11267 received HWCAP as its argument.
11268
4295e285
PA
112692016-09-06 Pedro Alves <palves@redhat.com>
11270
11271 * gdb.base/new-ui-pending-input.c: New file.
11272 * gdb.base/new-ui-pending-input.exp: New file.
11273 * gdb.exp (clear_gdb_spawn_id): New procedure.
11274 (with_spawn_id): Check whether gdb_spawn_id exists before
11275 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11276 on exit.
11277
00d5215e
UW
112782016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11279
11280 * gdb.base/float128.c: New file.
11281 * gdb.base/float128.exp: Likewise.
11282 * gdb.base/floatn.c: Likewise.
11283 * gdb.base/floatn.exp: Likewise.
11284
a9ff5f12
UW
112852016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11286
11287 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11288
f245535c
PA
112892016-09-05 Pedro Alves <palves@redhat.com>
11290
11291 PR backtrace/19927
11292 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11293 unwinders are immediately called as side effect of "source" or
11294 "disable unwinder" commands.
11295 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11296
ae9cf263
YQ
112972016-09-02 Yao Qi <yao.qi@linaro.org>
11298
11299 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11300 is true and $type is "float" or "double".
11301
27aba047
YQ
113022016-09-02 Yao Qi <yao.qi@linaro.org>
11303
11304 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11305 true.
11306 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11307 * gdb.base/call-rt-st.exp: Likewise.
11308 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11309 return value instead of gdb,skip_float_test.
11310 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11311 (do_function_calls): Use its return value instead of
11312 gdb,skip_float_test.
11313 * gdb.base/finish.exp: Likewise.
11314 * gdb.base/funcargs.exp: Likewise.
11315 * gdb.base/return.exp: Likewise.
11316 * gdb.base/return2.exp: Likewise.
11317 * gdb.base/varargs.exp: Likewise.
11318 * lib/gdb.exp (gdb_skip_float_test): Change it to
11319 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11320
5af962df
AA
113212016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11322
11323 * gdb.multi/tids.exp: Test "thread apply all".
11324
7fac6910
JK
113252016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11326
11327 * gdb.base/default.exp (tty): Remove.
11328
bb1fe4ac
KB
113292016-08-24 Kevin Buettner <kevinb@redhat.com>
11330
2806dc7e
PA
11331 * gdb.python/py-recurse-unwind.c: New file.
11332 * gdb.python/py-recurse-unwind.py: New file.
11333 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11334
0a1ddfa6
SM
113352016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11336
11337 * gdb.base/set-inferior-tty.exp: New file.
11338 * gdb.base/set-inferior-tty.c: New file.
11339
d9de1fe3
PA
113402016-08-23 Pedro Alves <palves@redhat.com>
11341
11342 PR gdb/20494
11343 * gdb.base/new-ui-echo.c: New file.
11344 * gdb.base/new-ui-echo.exp: New file.
11345
e9d9abd7
YQ
113462016-08-23 Yao Qi <yao.qi@linaro.org>
11347
11348 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11349 gdbserver_spawn.
11350 * gdb.server/connect-without-multi-process.exp (do_test):
11351 Likewise.
11352
3589529e
YQ
113532016-08-23 Yao Qi <yao.qi@linaro.org>
11354
11355 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11356 standalone_txt. Delete gdb_txt and standalone_txt on host
11357 and target. Spawn the binary on target. Copy files from
11358 target to host.
11359
6bb90213
PA
113602016-08-22 Pedro Alves <palves@redhat.com>
11361
11362 PR gdb/20505
11363 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11364 with_test_prefix. Factor out bits to ...
11365 (test_no_vdso): ... this new procedure.
11366
20c2c024
CL
113672016-08-19 Carl Love <cel@us.ibm.com>
11368
11369 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11370 maintaining separate logic for constructing the output path.
11371 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11372 * gdb.arch/ppc-dfp.exp: Likewise.
11373 * gdb.arch/ppc-fp.exp: Likewise.
11374 * gdb.arch/vsx-regs.exp: Likewise.
11375 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11376 binprefix for generating the additional binary files.
11377
0646e07d
PA
113782016-08-19 Pedro Alves <palves@redhat.com>
11379
11380 * gdb.trace/mi-trace-frame-collected.exp
11381 (test_trace_frame_collected): On x32, expect two registers.
11382
46da9242
CL
113832016-08-18 Carl Love <cel@us.ibm.com>
11384
11385 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11386 and sync up the test with tests in gas/testsuite/gas/ppc.
11387 * gdb.arch/powerpc-power.exp: Likewise.
11388
eb2332d7
SM
113892016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11390
11391 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11392 expected error message.
11393
63c61e04
SM
113942016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11395
11396 * gdb.multi/remove-inferiors.exp: New file.
11397 * gdb.multi/remove-inferiors.c: New file.
11398
7b17065f
YQ
113992016-08-12 Yao Qi <yao.qi@linaro.org>
11400
11401 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11402 argument list.
11403
01d3dedf
PA
114042016-08-10 Pedro Alves <palves@redhat.com>
11405
11406 PR gdb/19187
11407 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11408 setup_kfails.
11409
3eb7562a
PA
114102016-08-09 Pedro Alves <palves@redhat.com>
11411 Simon Marchi <simon.marchi@ericsson.com>
11412
11413 PR gdb/20418
11414 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11415 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11416
80614914
PA
114172016-08-09 Pedro Alves <palves@redhat.com>
11418
11419 PR mi/20431
11420 * gdb.mi/mi-cmd-error.exp: New file.
11421
f348d89a
PA
114222016-08-09 Pedro Alves <palves@redhat.com>
11423
11424 PR gdb/18653
11425 * gdb.base/signals-state-child.c: New file.
11426 * gdb.base/signals-state-child.exp: New file.
11427 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11428
e5ca03b4
PA
114292016-08-09 Pedro Alves <palves@redhat.com>
11430
11431 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11432
282a0691
TT
114332016-08-03 Tom Tromey <tom@tromey.com>
11434
11435 PR python/18565:
11436 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11437
41bfcd63
YQ
114382016-08-01 Yao Qi <yao.qi@linaro.org>
11439
11440 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11441 variable mode to "multi-process" if $multi_process is 1, otherwise
11442 set it to "single-process".
11443
e3465b24
YQ
114442016-08-01 Yao Qi <yao.qi@linaro.org>
11445
11446 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11447 * gdb.cp/cpexprs.exp: Likewise.
11448 * gdb.cp/m-static.exp: Likewise.
11449
0b31a4bc
TT
114502016-07-26 Tom Tromey <tom@tromey.com>
11451
11452 PR python/20190:
11453 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11454 test.
11455
e0461dbb
MM
114562016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11457
11458 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11459 selecting assembly source files.
11460 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11461 assembly source files.
11462 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11463 assembly source files.
11464 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11465 selecting assembly source files.
11466
8194e927
SM
114672016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11468
11469 * gdb.base/new-ui.exp (do_test_invalid_args): New
11470 procedure.
11471
c0272db5
TW
114722016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11473
11474 * gdb.btrace/reconnect.c: New file.
11475 * gdb.btrace/reconnect.exp: New file.
11476
e3487908
GKB
114772016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11478
11479 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11480 to test_catch_syscall_group.
11481 (test_catch_syscall_group): New.
11482
12df5c00
TT
114832016-07-21 Tom Tromey <tom@tromey.com>
11484
11485 * gdb.rust/simple.rs (main): Use empty struct expression.
11486 * gdb.rust/simple.exp: Add tests for empty struct expression.
11487
bae62ee2
YQ
114882016-07-21 Yao Qi <yao.qi@linaro.org>
11489
11490 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11491 if gdb_skip_xml_test is true on some targets.
11492
b1b53fb3
YQ
114932016-07-21 Yao Qi <yao.qi@linaro.org>
11494
11495 * gdb.server/solib-list.exp: Unset last_loaded_file.
11496
027d97f8
JK
114972016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11498
11499 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11500 "step into captured_main (args)".
11501
7674d381
JK
115022016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11503
11504 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11505
72b5d099
JK
115062016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11507
11508 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11509
1f960ced
PA
115102016-07-19 Pedro Alves <palves@redhat.com>
11511
11512 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11513 * gdb.opt/inline-bt.exp: Likewise.
11514 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11515 additional_flags=-Winline.
11516 * gdb.opt/inline-locals.exp: Likewise.
11517 * gdb.opt/inline-markers.c (ATTR): Define.
11518 (inlined_fn): Use it.
11519
f25827c1
YQ
115202016-07-19 Yao Qi <yao.qi@linaro.org>
11521
11522 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11523 (test_with_self): Remove some code. Remove argument executable.
11524 (top-level): Use do_self_tests.
11525
37539ebe
DB
115262016-07-15 Zachary Welch <zwelch@codesourcery.com>
11527 Don Breazeal <donb@codesourcery.com>
11528
11529 * gdb.base/maint.exp: Escape paths used in regular expressions.
11530 * gdb.stabs/weird.exp: Likewise.
11531
dac790e1
TT
115322016-07-13 Tom Tromey <tom@tromey.com>
11533
11534 PR python/15620, PR python/18620:
11535 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11536 (test_bkpt_events): New procs.
11537
93daf339
TT
115382016-07-13 Tom Tromey <tom@tromey.com>
11539
11540 PR python/17698:
11541 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11542 test.
11543 (test_watchpoints): Likewise.
11544 (test_bkpt_pending): New proc.
11545
6571a381
TT
115462016-07-13 Tom Tromey <tom@tromey.com>
11547
11548 PR cli/18053:
11549 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11550 completion test.
11551
e8732474
JK
115522016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11553
11554 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11555 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11556 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11557 f_label.
11558 (g): Rename g_end_lbl to g_label.
11559 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11560 low_pc and high_pc.
11561 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11562
e0f3fd7c
TT
115632016-07-12 Tom Tromey <tom@tromey.com>
11564
11565 PR python/19293:
11566 * gdb.python/py-unwind-maint.exp: Update tests.
11567
3cfe46b6
YQ
115682016-07-12 Yao Qi <yao.qi@linaro.org>
11569
11570 * lib/selftest-support.exp (selftest_setup): Match the output
11571 when captured_main is inlined.
11572
4f19a0e6
WT
115732016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11574
11575 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11576 New variables.
11577 (print this%a, print this%b, print this): New tests.
11578 * gdb.fortran/derived-types.f90 (this): New object and
11579 initialization.
11580
986cf455
SM
115812016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11582
11583 * gdb.ada/arraydim.exp: Remove extra directory level in build
11584 directory.
11585
f0464b23
SM
115862016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11587
11588 * lib/ada.exp: Remove extra directory level in build directory.
11589 * gdb.ada/cond_lang.exp: Likewise.
11590 * gdb.ada/exec_changed.exp: Likewise.
11591 * gdb.ada/lang_switch.exp: Likewise.
11592
42d94011
MG
115932016-07-06 Manish Goregaokar <manish@mozilla.com>
11594
2806dc7e
PA
11595 * simple.rs: Add test for raw pointer subscripting.
11596 * simple.exp: Add test expectations.
42d94011 11597
647c264c
YQ
115982016-07-05 Yao Qi <yao.qi@linaro.org>
11599
11600 * gdb.mi/mi-reverse.exp: Match =record-started output.
11601
20aa2c60
PA
116022016-07-01 Pedro Alves <palves@redhat.com>
11603
11604 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11605 procedure.
11606 (jit_reader_test): Test the jit reader's unwinder.
11607 * gdb.base/jithost.c (jit_function_00_code): New global.
11608 (main): Use memcpy to fill in the mmapped code, instead of poking
11609 bytes manually here.
11610 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11611 value.
11612 (read_debug_info): Save the function's range.
11613 (read_sp): New function.
11614 (unwind_frame): Use it. Also unwind RBP.
11615 (get_frame_id): Use read_sp.
11616 (gdb_init_reader): Use calloc instead of malloc.
11617 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11618 parameter. Use gdb_test_multiple.
11619
ced2dffb
PA
116202016-07-01 Pedro Alves <palves@redhat.com>
11621 Antoine Tremblay <antoine.tremblay@ericsson.com>
11622
11623 * gdb.threads/process-dies-while-detaching.c: New file.
11624 * gdb.threads/process-dies-while-detaching.exp: New file.
11625
63000888
PA
116262016-07-01 Pedro Alves <palves@redhat.com>
11627
11628 * gdb.multi/watchpoint-multi-exit.c: New file.
11629 * gdb.multi/watchpoint-multi-exit.exp: New file.
11630
038d4868
PA
116312016-06-30 Pedro Alves <palves@redhat.com>
11632
11633 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11634 unset inferior_spawn_id.
11635
994e9c83
PA
116362016-06-30 Pedro Alves <palves@redhat.com>
11637
11638 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11639 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11640
e5653468
YQ
116412016-06-29 Yao Qi <yao.qi@linaro.org>
11642
11643 * gdb.base/return.c: Add copyright header.
11644
803b47e5
TT
116452016-06-29 Tom Tromey <tom@tromey.com>
11646
11647 PR python/20129:
11648 * gdb.python/py-framefilter.exp: Add tests for setting priority
11649 and disabling of non-existent frame filter.
11650
28244707
YQ
116512016-06-29 Yao Qi <yao.qi@linaro.org>
11652
11653 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11654 0x0f07ff.
11655
a31d2f06
YQ
116562016-06-28 Yao Qi <yao.qi@linaro.org>
11657
11658 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11659 triplets. Start gdb, execute catch syscall, and continue. Check
11660 gdb's output to determine catch syscall is supported.
11661
921d8f54
MG
116622016-06-27 Manish Goregaokar <manish@mozilla.com>
11663
25d49b86
PA
11664 * gdb.rust/simple.rs: Add test for returning unit in a function.
11665 * gdb.rust/simple.exp: Add expectation for functions returning
11666 unit.
921d8f54 11667
f4952523
PMR
116682016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11669
11670 * gdb.python/py-breakpoint-create-fail.c,
11671 gdb.python/py-breakpoint-create-fail.exp,
11672 gdb.python/py-breakpoint-create-fail.py: New testcase.
11673
fccb08f8
MG
116742016-06-25 Manish Goregaokar <manish@mozilla.com>
11675
11676 PR gdb/20239
11677 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11678 * gdb.rust/simple.exp: Add test expectations for new NonZero
11679 tests.
fccb08f8 11680
6b850546
DT
116812016-06-24 David Taylor <dtaylor@emc.com>
11682
11683 * gdb.base/offsets.exp: New file.
11684 * gdb.base/offsets.c: New file.
11685
17621150
TT
116862016-06-23 Tom Tromey <tom@tromey.com>
11687
11688 PR gdb/16483:
11689 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11690 before any filters are loaded.
11691
04d59df6
WT
116922016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11693
11694 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11695 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11696 structs.
11697 * gdb.fortran/derived-type-function.exp: New file.
11698 * gdb.fortran/derived-type-function.f90: New file.
11699
11700
ac69f786
PA
117012016-06-21 Pedro Alves <palves@redhat.com>
11702
11703 * gdb.base/new-ui.exp: New file.
11704 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11705 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11706 (with_spawn_id): New procedure.
11707
49940788
PA
117082016-06-21 Pedro Alves <palves@redhat.com>
11709
11710 * gdb.mi/mi-exec-run.exp: New file.
11711
ef274d26
PA
117122016-06-21 Pedro Alves <palves@redhat.com>
11713
11714 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11715 breakpoint command's output on the main UI.
11716 (test_break): New procedure, factored out from calls in the top
11717 level.
11718 (top level): Use foreach_with_prefix to test MI as main UI and as
11719 separate UI.
11720
468afe6c
PA
117212016-06-21 Pedro Alves <palves@redhat.com>
11722
11723 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11724 (test_awatch_creation_and_listing)
11725 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11726 Remove 'type' parameter.
11727 (test_watchpoint_all): New parameter mi_mode. Remove
11728 with_test_prefix.
11729 (top level): Use foreach_with_prefix, and add main/separate UI MI
11730 testing axis.
11731
51f77c37
PA
117322016-06-21 Pedro Alves <palves@redhat.com>
11733
11734 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11735 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11736 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11737 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11738 (gdb_main_spawn_id, mi_spawn_id): Declare and
11739 comment.
11740 (mi_create_inferior_pty): New procedure,
11741 factored out from default_mi_gdb_start.
11742 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11743 procedures.
11744 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11745 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11746 Use mi_create_inferior_pty.
11747 (mi_gdb_start): Use eval to pass down args list.
11748
8980e177
PA
117492016-06-21 Pedro Alves <palves@redhat.com>
11750
11751 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11752 * gdb.opt/inline-cmds.exp: Add MI tests.
11753
f38d3ad1
PA
117542016-06-21 Pedro Alves <palves@redhat.com>
11755
11756 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11757
45db7c09
PA
117582016-06-21 Pedro Alves <palves@redhat.com>
11759
11760 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11761 (top level): Use it instead of mi_execute_to.
11762
5a069ab3
PA
117632016-06-21 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11766 (cont_handler_str): New.
11767 (signal_stop_handler): Set stop_handler_str instead of printing to
11768 stdout.
11769 (continue_handler): Set cont_handler_str instead of printing to
11770 stdout.
11771 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11772 mi_send_resuming_command. Print stop_handler_str and
11773 cont_handler_str instead of expecting the python events print
11774 directly.
11775
2838cc1d
SD
117762016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11777
11778 * gdb.base/jit-reader.exp: New file.
11779 * gdb.base/jithost.c: New file.
11780 * gdb.base/jithost.h: New file.
11781 * gdb.base/jitreader.c : New file.
11782 * gdb.base/jit-protocol.h: New file.
11783
21a77091
YQ
117842016-06-17 Yao Qi <yao.qi@linaro.org>
11785
11786 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11787 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11788 and detach-on-fork. Adjust tests.
11789 (top level): Invoke break_cond_on_syscall with combinations of
11790 syscall, follow-fork-mode and detach-on-fork.
11791
f50bf8e5
YQ
117922016-06-17 Yao Qi <yao.qi@linaro.org>
11793
11794 * gdb.base/step-over-exit.c: New.
11795 * gdb.base/step-over-exit.exp: New.
11796
a28d8e50
YTL
117972016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11798
11799 * gdb.base/float.exp: Add target check for nds32*-*-*.
11800 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11801
cad8e26d
AB
118022016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11803
11804 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11805 for unsupported target features.
11806 * gdb.base/call-rt-st.exp: Likewise.
11807 * gdb.base/call-sc.exp: Likewise.
11808 * gdb.base/call-signal-resume.exp: Likewise.
11809 * gdb.base/call-strs.exp: Likewise.
11810 * gdb.base/callexit.exp: Likewise.
11811 * gdb.base/callfuncs.exp: Likewise.
11812 * gdb.base/nodebug.exp: Likewise.
11813 * gdb.base/printcmds.exp: Likewise.
11814 * gdb.base/ptype.exp: Likewise.
11815 * gdb.base/structs.exp: Likewise.
11816 * gdb.base/unwindonsignal.exp: Likewise.
11817 * gdb.cp/gdb2495.exp: Likewise.
11818 * gdb.cp/templates.exp: Likewise.
11819 * gdb.cp/virtfunc.exp: Likewise.
11820 * gdb.threads/hand-call-in-threads.exp: Likewise.
11821 * gdb.threads/interrupted-hand-call.exp: Likewise.
11822 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11823
347dc102
TT
118242016-06-10 Tom Tromey <tom@tromey.com>
11825
11826 PR rust/20110:
11827 * gdb.rust/expr.exp: Add test for integer constant larger than
11828 i32.
11829
5e13cf25
BH
118302016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11831
11832 * gdb.fortran/nested-funcs.exp: New.
11833 * gdb.fortran/nested-funcs.f90: New.
11834
bb556f1f
TK
118352016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11836
11837 * gdb.base/examine-backward.c: New file.
11838 * gdb.base/examine-backward.exp: New file.
11839
38b022b4
SM
118402016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11841
11842 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11843 matching.
11844
1b40ec05
TT
118452016-06-02 Tom Tromey <tom@tromey.com>
11846
11847 PR python/18984:
11848 * gdb.python/py-shared.exp: Add solib_name test.
11849
193bd378
SM
118502016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11851
11852 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11853
3326303b
MG
118542016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11855
11856 PR c++/19893
11857 * gdb.dwarf2/implref.exp: Rename to...
11858 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11859 * gdb.dwarf2/implref-array.c: New file.
11860 * gdb.dwarf2/implref-array.exp: Likewise.
11861 * gdb.dwarf2/implref-global.c: Likewise.
11862 * gdb.dwarf2/implref-global.exp: Likewise.
11863 * gdb.dwarf2/implref-struct.c: Likewise.
11864 * gdb.dwarf2/implref-struct.exp: Likewise.
11865
825c8ef2
AT
118662016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11867
11868 * gdb.trace/trace-condition.exp: Add 64bit tests.
11869
2320162a
AT
118702016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11871
11872 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11873 bits types.
11874 (main): Adapt to 8 to 64 bits types.
11875 * gdb.trace/trace-condition.exp: Add new tests.
11876
a7818233
AT
118772016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11878
11879 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11880
0d336466
AT
118812016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11882
11883 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11884 Move condition tests...
11885 * gdb.trace/trace-condition.exp: Here.
11886
7faeb45a
AT
118872016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11888
11889 * gdb.trace/trace-condition.exp: Add counter-case tests.
11890
e385593e
JK
118912016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11892
11893 PR c++/15231
11894 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11895 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11896
744608cc
PA
118972016-05-27 Pedro Alves <palves@redhat.com>
11898
11899 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11900 New procedure.
11901 (top level): Call it, and bail out of DejaGnu is known to be bad.
11902
ac775bf4
AB
119032016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11904
11905 * gdb.base/whatis.c: Extend the test case.
11906 * gdb.base/whatis.exp: Add additional tests.
11907
2bbad2ea
BH
119082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11909
11910* gdb.fortran/type.f90: Add pointer variable.
11911* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11912
8b70175d
BH
119132016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11914
11915 * gdb.fortran/vla-type.exp: Fix testcase name.
11916
86d8a848
BH
119172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11918
11919 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11920
e188eb36
BH
119212016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11922
11923 * gdb.fortran/type.f90: Add nested structures.
11924 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11925 * gdb.fortran/derived-type.exp: Adapt expected output.
11926 * gdb.fortran/vla-type.exp: Adapt expected output.
11927
9b2db1fd
BH
119282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11929
11930 * gdb.fortran/whatis_type.exp: Adapt expected output.
11931
72b17055
BH
119322016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11933
11934 * gdb.fortran/print_type.exp: Fix expected output.
11935 * gdb.fortran/whatis_type.exp: Fix expected output.
11936
3cd81d8d
BH
119372016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11938
11939 * gdb.fortran/whatis_type.exp: Use multi_line.
11940
ddae9462
TT
119412016-05-24 Tom Tromey <tom@tromey.com>
11942
11943 PR python/17386:
11944 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11945 use value as an index.
11946
1957f6b8
TT
119472016-05-23 Tom Tromey <tom@tromey.com>
11948
11949 PR python/17981:
11950 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11951 no-breakpoint case.
11952
026a9174
PA
119532016-05-24 Pedro Alves <palves@redhat.com>
11954
11955 PR gdb/19828
11956 * gdb.threads/clone-attach-detach.c: New file.
11957 * gdb.threads/clone-attach-detach.exp: New file.
11958
e70a7231
FR
119592016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11960
11961 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11962
0f6ed0e0
TT
119632016-05-23 Tom Tromey <tom@tromey.com>
11964
11965 PR python/19438, PR python/18393:
11966 * gdb.python/py-progspace.exp: Add "dir" test.
11967 * gdb.python/py-objfile.exp: Add "dir" test.
11968
ffd19d61
YQ
119692016-05-23 Yao Qi <yao.qi@linaro.org>
11970
11971 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11972 * gdb.arch/thumb2-it.exp: Likewise.
11973
9e8f9b05
SM
119742016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11975
11976 * gdb.mi/mi-threads-interrupt.c: New file.
11977 * gdb.mi/mi-threads-interrupt.exp: New file.
11978
61c6156d
SM
119792016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11980
11981 PR gdb/18077
11982 * gdb.mi/mi-async-run.exp: New file.
11983 * gdb.mi/mi-async-run.c: New file.
11984
67218854
TT
119852016-05-17 Tom Tromey <tom@tromey.com>
11986 Manish Goregaokar <manishsmail@gmail.com>
11987
11988 * lib/rust-support.exp: New file.
11989 * lib/gdb.exp (skip_rust_tests): New proc.
11990 (build_executable_from_specs): Handle rust.
11991 * lib/future.exp (gdb_find_rustc): New proc.
11992 (gdb_default_target_compile): Handle rust.
11993 * gdb.rust/expr.exp: New file.
11994 * gdb.rust/generics.exp: New file.
11995 * gdb.rust/generics.rs: New file.
11996 * gdb.rust/methods.exp: New file.
11997 * gdb.rust/methods.rs: New file.
11998 * gdb.rust/modules.exp: New file.
11999 * gdb.rust/modules.rs: New file.
12000 * gdb.rust/simple.exp: New file.
12001 * gdb.rust/simple.rs: New file.
12002
c44af4eb
TT
120032016-05-17 Tom Tromey <tom@tromey.com>
12004
12005 * gdb.base/default.exp (set language): Add rust.
12006
dcd1f979
TT
120072016-05-17 Tom Tromey <tom@tromey.com>
12008
12009 * gdb.gdb/unittest.exp: New file.
12010
155b7f57
YQ
120112016-05-16 Yao Qi <yao.qi@linaro.org>
12012
12013 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12014 shell_prompt. Update shell_prompt_re.
12015
8ddd5a6c
DE
120162016-05-12 Doug Evans <dje@google.com>
12017
12018 PR symtab/19999
12019 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12020 $options when building executable.
12021 * gdb.dwarf2/fission-loclists-pie.S: New file.
12022 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12023
02e370d9
SM
120242016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12025
12026 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12027 of [is_remote target],
12028
8929ad8b
SM
120292016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12030
12031 * lib/gdb.exp (use_gdb_stub): New procedure.
12032
6c447423
DE
120332016-05-03 Yunlian Jiang <yunlian@google.com>
12034 Doug Evans <dje@google.com>
12035
12036 PR symtab/19914
12037 * gdb.dwarf2/dwp-sepdebug.c: New file.
12038 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12039
444e826c
SM
120402016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12041
12042 * gdb.base/detach.exp: Remove is_remote check.
12043
740feeaa
SM
120442016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12045
12046 * gdb.base/annota-input-while-running.exp: Don't check for
12047 [is_remote target]. Enable annotations after running to main.
12048 Remove unused "set test..." line.
12049
9080ac9d
SM
120502016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12051
12052 * gdb.trace/trace-enable-disable.exp: New file.
12053 * gdb.trace/trace-enable-disable.c: New file.
12054
952ebca5
SM
120552016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12056
12057 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12058 use it in info sharedlibrary test.
12059 * gdb.trace/ftrace-lock.exp: Likewise.
12060 * gdb.trace/ftrace.exp: Likewise.
12061 * gdb.trace/range-stepping.exp: Likewise.
12062 * gdb.trace/trace-break.exp: Likewise.
12063 * gdb.trace/trace-condition.exp: Likewise.
12064 * gdb.trace/trace-mt.exp: Likewise.
12065
d9019901
SM
120662016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12067
12068 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12069 (gdb_load_shlib): ... this.
12070 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12071 gdb_load_shlib.
12072 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12073 * gdb.base/ctxobj.exp: Likewise.
12074 * gdb.base/dprintf-pending.exp: Likewise.
12075 * gdb.base/dso2dso.exp: Likewise.
12076 * gdb.base/fixsection.exp: Likewise.
12077 * gdb.base/gcore-relro.exp: Likewise.
12078 * gdb.base/gdb1555.exp: Likewise.
12079 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12080 * gdb.base/gnu-ifunc.exp: Likewise.
12081 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12082 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12083 * gdb.base/pending.exp: Likewise.
12084 * gdb.base/print-file-var.exp: Likewise.
12085 * gdb.base/print-symbol-loading.exp: Likewise.
12086 * gdb.base/shlib-call.exp: Likewise.
12087 * gdb.base/shreloc.exp: Likewise.
12088 * gdb.base/so-impl-ld.exp: Likewise.
12089 * gdb.base/solib-disc.exp: Likewise.
12090 * gdb.base/solib-nodir.exp: Likewise.
12091 * gdb.base/solib-overlap.exp: Likewise.
12092 * gdb.base/solib-symbol.exp: Likewise.
12093 * gdb.base/solib-weak.exp (do_test): Likewise.
12094 * gdb.base/sym-file.exp: Likewise.
12095 * gdb.base/symtab-search-order.exp: Likewise.
12096 * gdb.base/type-opaque.exp: Likewise.
12097 * gdb.base/unload.exp: Likewise.
12098 * gdb.base/watchpoint-solib.exp: Likewise.
12099 * gdb.compile/compile.exp: Likewise.
12100 * gdb.cp/gdb2384.exp: Likewise.
12101 * gdb.cp/infcall-dlopen.exp: Likewise.
12102 * gdb.cp/re-set-overloaded.exp: Likewise.
12103 * gdb.fortran/library-module.exp: Likewise.
12104 * gdb.opt/solib-intra-step.exp: Likewise.
12105 * gdb.python/py-finish-breakpoint.exp: Likewise.
12106 * gdb.python/py-shared.exp: Likewise.
12107 * gdb.reverse/solib-precsave.exp: Likewise.
12108 * gdb.reverse/solib-reverse.exp: Likewise.
12109 * gdb.server/solib-list.exp: Likewise.
12110 * gdb.threads/dlopen-libpthread.exp: Likewise.
12111 * gdb.threads/tls-shared.exp: Likewise.
12112 * gdb.threads/tls-so_extern.exp: Likewise.
12113 * gdb.trace/change-loc.exp: Likewise.
12114 * gdb.trace/ftrace-lock.exp: Likewise.
12115 * gdb.trace/ftrace.exp: Likewise.
12116 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12117 * gdb.trace/pending.exp: Likewise.
12118 * gdb.trace/range-stepping.exp: Likewise.
12119 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12120 (strace_info_marker): Likewise.
12121 (strace_probe_marker): Likewise.
12122 (strace_trace_on_same_addr): Likewise.
12123 (strace_trace_on_diff_addr): Likewise.
12124 * gdb.trace/trace-break.exp: Likewise.
12125 * gdb.trace/trace-condition.exp: Likewise.
12126 * gdb.trace/trace-mt.exp: Likewise.
12127
fca4cfd9
SM
121282016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12129
12130 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12131 result of gdb_remote_download.
12132 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12133 * gdb.base/dso2dso.exp: Likewise.
12134 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12135 * gdb.base/print-file-var.exp: Likewise.
12136 * gdb.base/shlib-call.exp: Likewise.
12137 * gdb.base/shreloc.exp: Likewise.
12138 * gdb.base/solib-overlap.exp: Likewise.
12139 * gdb.base/solib-weak.exp (do_test): Likewise.
12140 * gdb.base/unload.exp: Likewise.
12141
11cf4ffb
YQ
121422016-04-27 Yao Qi <yao.qi@linaro.org>
12143
12144 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12145 exists.
12146
3e2e34f8
KB
121472016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12148
12149 * vla-type.exp: Print structure from toplevel.
12150
8f07e298
BH
121512016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12152
12153 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12154 of dynamic types.
12155 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12156 of dynamic types.
12157
9920b434
BH
121582016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12159
12160 * gdb.fortran/vla-type.f90: New file.
12161 * gdb.fortran/vla-type.exp: New file.
12162
f3abeff5
YQ
121632016-04-25 Yao Qi <yao.qi@linaro.org>
12164
12165 * gdb.base/branch-to-self.c: New file.
12166 * gdb.base/branch-to-self.exp: New file.
12167
0a5d52f0
YQ
121682016-04-22 Yao Qi <yao.qi@linaro.org>
12169
12170 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12171 more after $hex.
12172
495346f6
YQ
121732016-04-22 Yao Qi <yao.qi@linaro.org>
12174
12175 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12176 * gdb.base/annota3.exp: Likewise.
12177
4a7e075c
YQ
121782016-04-22 Yao Qi <yao.qi@linaro.org>
12179
12180 * gdb.reverse/step-precsave.exp: Do one step and test program
12181 stops in "callee" and do multiple steps until program goes out
12182 of "callee".
12183 * gdb.reverse/step-reverse.exp: Likewise.
12184
5b061e98
YQ
121852016-04-22 Yao Qi <yao.qi@linaro.org>
12186
12187 * gdb.trace/signal.exp: Also pass if
12188 $tracepoint_hits($i) > $iterations.
12189
5c5dc57f
YQ
121902016-04-22 Yao Qi <yao.qi@linaro.org>
12191
12192 * gdb.trace/signal.c: New file.
12193 * gdb.trace/signal.exp: New file.
12194
a55411b9
DE
121952016-04-19 Doug Evans <xdje42@gmail.com>
12196
12197 * gdb.base/bad-file.exp: New file.
12198
a22df60a
MG
121992016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12200
12201 * gdb.dwarf2/implref.exp: New file.
12202
0c13f7e5
BH
122032016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12204
12205 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12206 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12207 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12208 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12209 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12210 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12211 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12212 * lib/fortran.exp (fortran_int4): New procedure.
12213 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12214 (fortran_logical4): Likewise.
12215
9b9b09e9
BH
122162016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12217
12218 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12219
a14d1f4d
BH
122202016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12221
12222 * lib/compiler.c: Add Intel specific preprocessor macros.
12223 * lib/compiler.cc: Likewise.
25d49b86 12224
7d49b1d0
LM
122252016-04-13 Luis Machado <lgustavo@codesourcery.com>
12226
12227 * gdb.server/connect-with-no-symbol-file.c: New file.
12228 * gdb.server/connect-with-no-symbol-file.exp: New file.
12229
8392fa22
SM
122302016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12231
12232 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12233
8c4c4aeb
SM
122342016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12235
12236 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12237 standard output directory.
12238
45e3745e
AT
122392016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12240
12241 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12242
e26b7e41
MM
122432016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12244
12245 * gdb.btrace/instruction_history.c (loop): Add declaration.
12246
8ce09462
AT
122472016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12248
12249 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12250
2e88a1ea
SM
122512016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12252
12253 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12254 parentheses to print.
12255 (continue_handler): Likewise.
12256
f48e22e3
SM
122572016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12258
12259 * gdb.server/solib-list.exp: Remove is_remote check.
12260 Pass shlib= to gdb_compile. Don't link shared library with
12261 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12262 Run binary filename through "readlink -f" on the target.
12263
096be756
PA
122642016-04-08 Pedro Alves <palves@redhat.com>
12265
12266 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12267 interpreter filename as argument to gdbserver_spawn.
12268 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12269 Return empty if $last_loaded_file does not exist.
12270
06500533
JK
122712016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12272
12273 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12274 * gdb.base/jit-main.c: Use exit after usage.
12275
2d35e871
JK
122762016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12277
12278 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12279 GDBHISTSIZE prior to the tests.
12280 * gdb.base/gdbinit-history.exp: Likewise.
12281
122822016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12283
12284 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12285 instead of build_executable. Use gdb_load_shlibs.
12286
c8064e7e
YQ
122872016-04-07 Yao Qi <yao.qi@linaro.org>
12288
12289 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12290 Execute "si" command.
12291
bde47561
YQ
122922016-04-07 Yao Qi <yao.qi@linaro.org>
12293
12294 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12295 number instead of the comments on some line.
12296
b16f8a3b
DB
122972016-04-06 Don Breazeal <donb@codesourcery.com>
12298
12299 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12300 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12301
c2f901df
SM
123022016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12303
12304 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12305 standard_output_file. Remove unused binfile variable.
12306
ac17fda0
CU
123072016-04-05 Catalin Udma <catalin.udma@freescale.com>
12308
12309 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12310 * gdb.python/py-mi-objfile.exp: Match "list main" output
12311 in console format.
12312
03a8c4df
SM
123132016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12314
12315 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12316 absolute.
12317
6e774b13
SM
123182016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12319
12320 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12321 absolute.
12322 * gdb.trace/ftrace.exp: Likewise.
12323 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12324 targets as well.
12325 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12326 (gdb_load_shlibs): Copy libraries to test directory when testing
12327 natively. Only set solib-search-path if testing remotely.
12328 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12329
7817ea46
SM
123302016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12331
12332 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12333 gdb_download. Use it even if the target is not remote.
12334 * gdb.base/jit.exp (compile_jit_test): Likewise.
12335 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12336 output directory if the destination board is local, otherwise use
12337 the standard remote_download from DejaGnu.
12338 (gdb_download): Remove.
12339 (gdb_load_shlibs): Use gdb_remote_download instead of
12340 gdb_download.
12341 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12342 Use gdb_remote_download instead of gdb_download. Use it even if
12343 the target is not remote.
12344 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12345 instead of gdb_download.
12346
7beb7f68
SM
123472016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12348
12349 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12350 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12351 run.
12352
cc63428a
AV
123532016-04-01 Artemiy Volkov <artemiyv@acm.org>
12354
12355 PR gdb/19820
12356 * gdb.base/printcmds.exp: Add artificial arrays tests.
12357
64cdf930
PA
123582016-03-31 Pedro Alves <palves@redhat.com>
12359
12360 PR gdb/19858
12361 * gdb.base/jit-main.c: Include unistd.h.
12362 (ATTACH): Define to 0 if not already defined.
12363 (wait_for_gdb, mypid): New globals.
12364 (WAIT_FOR_GDB): New macro.
12365 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12366 some breakpoint locations.
12367 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12368 New procedures.
12369 (one_jit_test): Add REATTACH parameter, and handle it. Use
12370 continue_to_test_location.
12371 (top level): Test attach, and adjusts calls to one_jit_test.
12372
40dea8cb
PA
123732016-03-31 Pedro Alves <palves@redhat.com>
12374
12375 PR gdb/19858
12376 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12377 BINSUFFIX parameter, and handle it.
12378 (top level): Adjust calls compile_jit_test.
12379
e7ea3ec7
CU
123802016-03-31 Catalin Udma <catalin.udma@freescale.com>
12381
12382 PR python/19743
12383 * gdb.python/py-mi-events-gdb.py: New file.
12384 * gdb.python/py-mi-events.c: New file.
12385 * gdb.python/py-mi-events.exp: New file.
12386
e6359af3
YQ
123872016-03-30 Yao Qi <yao.qi@linaro.org>
12388
12389 * gdb.reverse/until-precsave.exp: Match function name only.
12390 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12391 Move malloc to a condition block.
12392 * gdb.reverse/until-reverse.exp: Match function name only.
12393
a4105d04
MK
123942016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12395
12396 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12397 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12398 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12399 variable for GPR 0 instead of assuming it is register 0.
12400 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12401 * lib/trace-support.exp: Add s390 registers.
12402
bfa6adb9
YQ
124032016-03-29 Yao Qi <yao.qi@linaro.org>
12404
12405 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12406
1e6697ea
YQ
124072016-03-24 Yao Qi <yao.qi@linaro.org>
12408
12409 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12410 test message.
12411
64bcd522
AA
124122016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12413
12414 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12415 maintaining separate logic for constructing the output path.
12416
7868401b
DB
124172016-03-16 Don Breazeal <donb@codesourcery.com>
12418
12419 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12420 Retry fork and waitpid on interrupted system call errors.
12421 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12422 Use with_timeout_factor to increase timeout by factor of 10.
12423
1cafadb4
DB
124242016-03-15 Don Breazeal <donb@codesourcery.com>
12425
12426 * gdb.cp/scope-err.cc: New test program.
12427 * gdb.cp/scope-err.exp: New test script.
12428 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12429 lines and "set breakpoint here" comment.
12430 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12431 Fixed some whitespace and format issues.
12432 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12433 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12434
81516450
DE
124352016-03-15 Doug Evans <dje@google.com>
12436
12437 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12438 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12439 All callers updated. Add tests for enums, mixed flags register.
12440
aa52b601
DE
124412016-03-15 Doug Evans <dje@google.com>
12442
12443 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12444 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12445
fa4ff313
SM
124462016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12447
12448 * gdb.base/default.exp: Add $_as_string to the list of expected
12449 convenience functions.
12450
f2403c39
AB
124512016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12452
12453 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12454
f2f3ccb9
SM
124552016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12456
12457 * gdb.python/py-as-string.exp: New file.
12458 * gdb.python/py-as-string.c: New file.
12459
00dbd492
PA
124602016-03-09 Pedro Alves <palves@redhat.com>
12461
12462 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12463 signal" -> "Thread NN received signal" output change.
12464 * gdb.threads/ia64-sigill.exp: Likewise.
12465 * gdb.threads/linux-dp.exp: Likewise.
12466 * gdb.threads/manythreads.exp: Likewise.
12467 * gdb.threads/pending-step.exp: Likewise.
12468 * gdb.threads/print-threads.exp: Likewise.
12469 * gdb.threads/sigstep-threads.exp: Likewise.
12470 * gdb.threads/staticthreads.exp: Likewise.
12471 * gdb.threads/tls.exp: Likewise.
12472
1e6697ea
YQ
124732016-03-09 Pedro Alves <palves@redhat.com>
12474
12475 * gdb.base/command-line-input.exp: New file.
12476
b04fd3be
MK
124772016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12478
12479 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12480 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12481 * gdb.trace/pending.exp: Accept leading dot before function name.
12482 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12483 * lib/trace-support.exp: Set registers for ppc.
12484
98fa59e9
MK
124852016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12486
12487 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12488 use it for disassembly; accept .main in addition to main in backtrace.
12489
f77198c8
MK
124902016-03-09 Wei-cheng Wang <cole945@gmail.com>
12491 Marcin Kościelnicki <koriakin@0x04.net>
12492
12493 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12494 (gdb_recursion_test_ptr): New global variable.
12495 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12496 gdb_recursion_test.
12497 (gdb_c_test): Ditto.
12498
ba84e0da
MK
124992016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12500
12501 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12502 ordering.
12503
4366d36e
MK
125042016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12505
12506 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12507 (bar): Add bar_start_lbl label.
12508 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12509 of foo/bar for emitting DWARF and tracing.
12510
5eb264df
SDJ
125112016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12512
12513 * analyze-racy-logs.py: Set executable bit.
12514
fb6a751f
SDJ
125152016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12516
12517 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12518 (CHECK_TARGET_TMP): Likewise.
12519 (check-single-racy): New rule.
12520 (check-parallel-racy): Likewise.
12521 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12522 (do-check-parallel-racy): New rule.
12523 (check-racy/%.exp): Likewise.
12524 * README (Racy testcases): New section.
12525 * analyze-racy-logs.py: New file.
12526
bdf7e230
DE
125272016-03-03 Doug Evans <dje@google.com>
12528
12529 * gdb.base/skip.exp: Use with_test_prefix.
12530
4719d415
YQ
125312016-03-03 Yao Qi <yao.qi@linaro.org>
12532
12533 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12534 Invoke step_over_syscall "clone" and break_cond_on_syscall
12535 "clone".
12536 * gdb.base/step-over-clone.c: New file.
12537
ea507862
YQ
125382016-03-03 Yao Qi <yao.qi@linaro.org>
12539
12540 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12541 code format.
12542
8fc8cbda
YQ
125432016-03-03 Yao Qi <yao.qi@linaro.org>
12544
12545 * gdb.base/disp-step-fork.c: Rename to ...
12546 * gdb.base/step-over-fork.c: ... it. New file.
12547 * gdb.base/disp-step-vfork.c: Rename to ...
12548 * gdb.base/step-over-vfork.c: ... it. New file.
12549 * gdb.base/disp-step-syscall.exp: Rename to ...
12550 * gdb.base/step-over-syscall.exp: ... it. New file.
12551 (disp_step_cross_syscall): Rename to ...
12552 (step_over_syscall): ... it.
12553
92fa70b0
YQ
125542016-03-03 Yao Qi <yao.qi@linaro.org>
12555
12556 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12557 If target supports condition evaluation on target, invoke
12558 break_cond_on_syscall for fork and vfork.
12559
e197ad3c
YQ
125602016-03-03 Yao Qi <yao.qi@linaro.org>
12561
12562 * gdb.base/disp-step-syscall.exp: Don't invoke
12563 support_displaced_stepping.
12564 (disp_step_cross_syscall): Test with displaced stepping off and
12565 on if supported.
12566
0b47da9f
YQ
125672016-03-03 Yao Qi <yao.qi@linaro.org>
12568
12569 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12570 proc.
12571 (setup): New proc.
12572 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12573 and setup.
12574
065ab6dc
BH
125752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12576
12577 * gdb.fortran/vla-history.exp: Remove breakpoint.
12578
07e448ad 125792016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12580
25d49b86
PA
12581 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12582 exceeds timeout.
07e448ad 12583
9ac2d526 125842016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12585
25d49b86
PA
12586 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12587 breakpoint.
9ac2d526 12588
17807369
BH
125892016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12590
12591 * gdb.mi/vla.f90: Nullify pointer after declaration.
12592
86e501af
PA
125932016-03-01 Pedro Alves <palves@redhat.com>
12594
12595 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12596
1e903e32
PA
125972016-03-01 Pedro Alves <palves@redhat.com>
12598
12599 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12600 before anything else.
12601 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12602 _GNU_SOURCE here.
12603 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12604 before anything else.
12605 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12606
6ccb54e2
PA
126072016-03-01 Pedro Alves <palves@redhat.com>
12608
12609 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12610
30ca9da1
YQ
126112016-03-01 Yao Qi <yao.qi@linaro.org>
12612
12613 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12614 prepare_for_testing.
12615
dc856b38
YQ
126162016-03-01 Yao Qi <yao.qi@linaro.org>
12617
12618 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12619
4a932159
AA
126202016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12621
12622 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12623 manually constructing the output path.
12624
f2489477
AA
126252016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12626
12627 * gdb.arch/s390-stackless.S: New.
12628 * gdb.arch/s390-stackless.exp: New.
12629
38899f16
IB
126302016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12631
12632 * gdb.dlang/circular.c: New file.
12633 * gdb.dlang/circular.exp: New file.
12634
9fde51ed
YQ
126352016-02-26 Yao Qi <yao.qi@linaro.org>
12636
12637 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12638 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12639 (testcases): Update.
12640
ce90fefe
YQ
126412016-02-26 Yao Qi <yao.qi@linaro.org>
12642
12643 * gdb.reverse/aarch64.c: Rename to ...
12644 * gdb.reverse/insn-reverse.c: ... it.
12645 * gdb.reverse/aarch64.exp: Rename to ...
12646 * gdb.reverse/insn-reverse.exp: ... it.
12647
3263bceb
YQ
126482016-02-26 Yao Qi <yao.qi@linaro.org>
12649
12650 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12651 (testcase_ftype): New.
12652 (testcases): New array.
12653 (n_testcases): New.
12654 (main): Call each element in testcases.
12655 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12656 (read_testcase): New.
12657 Do the tests in a loop.
12658
6cb59ff1
YQ
126592016-02-25 Yao Qi <yao.qi@linaro.org>
12660
12661 * gdb.base/branches.c: Remove.
12662
ae91f625
MK
126632016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12664
12665 PR gdb/13808
12666 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12667
678b48b7
MK
126682016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12669
12670 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12671
7337a6f2
MK
126722016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12673
12674 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12675 change x86_64 call_insn to 'callq'.
12676
861ca91f
AT
126772016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12678
12679 * gdb.trace/tfile-avx.c: Move to...
12680 * gdb.trace/tracefile-pseudo-reg.c: Here.
12681 * gdb.trace/tfile-avx.exp: Move to...
12682 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12683
bf74e428
GB
126842016-02-24 Gary Benson <gbenson@redhat.com>
12685
12686 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12687 message on attach.
12688
cce0e923
DE
126892016-02-23 Doug Evans <dje@google.com>
12690
12691 * gdb.base/skip.c (test_skip): New function.
12692 (end_test_skip_file_and_function): New function.
12693 (test_skip_file_and_function): New function.
12694 * gdb.base/skip1.c (test_skip): New function.
12695 (skip1_test_skip_file_and_function): New function.
12696 * gdb.base/skip.exp: Add tests for new skip options.
12697 * gdb.base/skip-solib.exp: Update expected output.
12698 * gdb.perf/skip-command.cc: New file.
12699 * gdb.perf/skip-command.exp: New file.
12700 * gdb.perf/skip-command.py: New file.
12701
4000e47e
MK
127022016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12703
12704 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12705 info registers pattern.
12706
24f75ead
IB
127072016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12708
12709 * lib/future.exp: Add D support.
12710 (gdb_find_gdc): New proc.
12711 (gdb_default_target_compile): Add D support.
12712
fbb7bcbe
WW
127132016-02-18 Wei-cheng Wang <cole945@gmail.com>
12714
12715 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12716 user+system time.
12717 (trace_speed_test): Determine the iteration count for a time
12718 between 15..30 seconds.
12719
012b3a21
WT
127202016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12721
12722 * gdb.arch/i386-mpx-sigsegv.c: New file.
12723 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12724 * gdb.arch/i386-mpx-simple_segv.c: New file.
12725 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12726
2d5189bd
YQ
127272016-02-18 Yao Qi <yao.qi@linaro.org>
12728
12729 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12730 Don't call setup_kfail.
12731
40fb20d0
YQ
127322016-02-18 Yao Qi <yao.qi@linaro.org>
12733
12734 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12735 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12736
21b1f8d2
DE
127372016-02-16 Doug Evans <dje@google.com>
12738
12739 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12740 * gdb.base/skip1.c: Ditto.
12741 * gdb.base/skip.exp: Whitespace cleanup.
12742
4041ed77
DB
127432016-02-16 Don Breazeal <donb@codesourcery.com>
12744
12745 PR remote/19496
12746 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12747 Remove kfail for PR remote/19496.
12748
c4ef31bf
SM
127492016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12750
12751 * lib/gdb.exp (standard_temp_file): Return a path specific to
12752 the runtest invocation.
12753
266b65b3
SM
127542016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12755
12756 * gdb.trace/save-trace.exp: Change relative path to be in the
12757 standard output directory.
12758
a7a0a6a9
JK
127592016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12760
12761 * gdb.arch/i386-prologue.c: Add missing prototypes.
12762
c99dbb42
JK
127632016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12764
12765 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12766 * gdb.arch/i386-prologue.exp: Likewise.
12767 * gdb.arch/i386-size.exp: Likewise.
12768
aa480355
SM
127692016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12770
12771 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12772 define object file path.
12773 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12774 file path.
12775 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12776 standard_output_file to define binfile.
12777
ba881f50
JK
127782016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12779
12780 Fix compatibility with recent gfortran-5.3.1.
12781 * gdb.fortran/vla-history.exp (print vla1 allocated)
12782 (print vla2 allocated, print $2, print $3): Remove
12783 (print $4): Rename to ...
12784 (print $2): ... here.
12785 (print $9): Rename to ...
12786 (print $5): ... here.
12787 (print $10): Rename to ...
12788 (print $6): ... here.
12789 * gdb.fortran/vla.f90: Add pvla initialization.
12790
e9fb005c
JK
127912016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12792
12793 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12794 New test.
12795 * gdb.fortran/vla-value-sub.exp: Likewise.
12796
e44e00ff
MK
127972016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12798
12799 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12800
97e94151
SM
128012016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12802
12803 * i386-biarch-core.exp: Define corefile using
12804 standard_output_file.
12805
01113bc1
YQ
128062016-02-12 Yao Qi <yao.qi@linaro.org>
12807
12808 * gdb.arch/arm-single-step-kernel-helper.c: New.
12809 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12810
33b4777c
MM
128112016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12812
12813 * gdb.btrace/tailcall-only.exp: New.
12814 * gdb.btrace/tailcall-only.c: New.
12815 * gdb.btrace/x86_64-tailcall-only.S: New.
12816 * gdb.btrace/i686-tailcall-only.S: New.
12817
acc23c11
PA
128182016-02-11 Pedro Alves <palves@redhat.com>
12819
12820 * README (Parallel testing): Add missing double quotes.
12821
e352bf0a
PA
128222016-02-11 Pedro Alves <palves@redhat.com>
12823
12824 * README (Parallel testing): New section.
12825 (GDB_PARALLEL): Rewrite.
12826 (FORCE_PARALLEL): Document.
12827
9f5fed78
MK
128282016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12829
12830 * gdb.trace/tfile-avx.c: New test.
12831 * gdb.trace/tfile-avx.exp: New test.
12832
9ef9e6a6
KS
128332016-02-09 Keith Seitz <keiths@redhat.com>
12834
12835 PR breakpoints/19546
12836 * gdb.base/infcall-exec.c: New file.
12837 * gdb.base/infcall-exec2.c: New file.
12838 * gdb.base/infcall-exec.exp: New file.
12839
a96e36da
KS
128402016-02-09 Keith Seitz <keiths@redhat.com>
12841
12842 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12843 (toplevel): Call test_bkpt_address.
12844
9f61929f
KS
128452016-02-09 Keith Seitz <keiths@redhat.com>
12846
12847 PR python/19506
12848 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12849 (toplevel): Call test_bkpt_address.
12850
1e94266c
SM
128512016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12852
12853 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12854 to AC_OUTPUT.
12855 * configure: Regenerate.
12856
2a7f3dff
PA
128572016-02-09 Pedro Alves <palves@redhat.com>
12858
12859 PR breakpoints/19548
12860 * gdb.base/execl-update-breakpoints.c (some_function): New
12861 function.
12862 (main): Call it.
12863 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12864 Tighten expected GDB output.
12865
2151ccc5
SM
128662016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12867
12868 * Makefile.in (ALL_SUBDIRS): Remove.
12869 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12870 (distclean maintainer-clean realclean): Likewise.
12871 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12872 * configure: Regenerate.
12873 * gdb.ada/Makefile.in: Delete.
12874 * gdb.arch/Makefile.in: Likewise.
12875 * gdb.asm/Makefile.in: Likewise.
12876 * gdb.base/Makefile.in: Likewise.
12877 * gdb.btrace/Makefile.in: Likewise.
12878 * gdb.cell/Makefile.in: Likewise.
12879 * gdb.compile/Makefile.in: Likewise.
12880 * gdb.cp/Makefile.in: Likewise.
12881 * gdb.disasm/Makefile.in: Likewise.
12882 * gdb.dlang/Makefile.in: Likewise.
12883 * gdb.dwarf2/Makefile.in: Likewise.
12884 * gdb.fortran/Makefile.in: Likewise.
12885 * gdb.gdb/Makefile.in: Likewise.
12886 * gdb.go/Makefile.in: Likewise.
12887 * gdb.guile/Makefile.in: Likewise.
12888 * gdb.java/Makefile.in: Likewise.
12889 * gdb.linespec/Makefile.in: Likewise.
12890 * gdb.mi/Makefile.in: Likewise.
12891 * gdb.modula2/Makefile.in: Likewise.
12892 * gdb.multi/Makefile.in: Likewise.
12893 * gdb.objc/Makefile.in: Likewise.
12894 * gdb.opencl/Makefile.in: Likewise.
12895 * gdb.opt/Makefile.in: Likewise.
12896 * gdb.pascal/Makefile.in: Likewise.
12897 * gdb.perf/Makefile.in: Likewise.
12898 * gdb.python/Makefile.in: Likewise.
12899 * gdb.reverse/Makefile.in: Likewise.
12900 * gdb.server/Makefile.in: Likewise.
12901 * gdb.stabs/Makefile.in: Likewise.
12902 * gdb.threads/Makefile.in: Likewise.
12903 * gdb.trace/Makefile.in: Likewise.
12904 * gdb.xml/Makefile.in: Likewise.
12905 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12906 GDB_PARALLEL.
12907 (standard_output_file): Remove check for GDB_PARALLEL, always
12908 return path in outputs/$subdir/$testname.
12909
437277d4
SM
129102016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12911
12912 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12913 (site.exp): Assign abs_srcdir to tcl's srcdir.
12914
31d913c7
YQ
129152016-02-04 Yao Qi <yao.qi@linaro.org>
12916
12917 * gdb.base/foll-exec-mode.c: Include limits.h.
12918 (main): Add parameters argc and argv. Get directory from
12919 argv[0].
12920 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12921 compilation.
12922 * gdb.base/foll-exec.c: Include limits.h.
12923 (main): Add parameters argc and argv.
12924 Get directory from argv[0].
12925 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12926 Adjust tests on the number of lines as source code changed.
12927 * gdb.base/foll-vfork-exit.c: Include limits.h.
12928 (main): Add one line of statement before vfork.
12929 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12930 (main): Add parameters argc and argv. Get directory from
12931 argv[0].
12932 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12933 (setup_gdb): Set tbreak to skip some source lines.
12934 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12935 (main): Add parameters argc and argv. Get directory from
12936 argv[0].
12937 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12938 compilation.
12939 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12940 (main): Add parameters argc and argv. Get directory from
12941 argv[0].
12942 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12943 compilation.
12944
9482b9fb
DE
129452016-02-01 Doug Evans <dje@google.com>
12946
12947 * gdb.base/skip.exp: Clean up multiple references to same test name.
12948
6b2e4f10
PA
129492016-02-01 Pedro Alves <palves@redhat.com>
12950
ccb6afd6 12951 PR remote/19496
6b2e4f10
PA
12952 * gdb.threads/forking-threads-plus-breakpoint.exp
12953 (displaced_stepping_supported): New global.
12954 (probe_displaced_stepping_support): New procedure.
12955 (do_test): Add 'displaced' parameter, and use it.
12956 (top level): Check for displaced stepping support. Add displaced
12957 stepping on/off testing axis.
12958
37a8db1a
AB
129592016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12960
12961 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12962 pointer. Don't perform further tests on the unassociated pointer
12963 if the first test fails.
12964
5fdf6324
AB
129652016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12966
12967 * gdb.base/max-value-size.c: New file.
12968 * gdb.base/max-value-size.exp: New file.
12969 * gdb.base/huge.exp: Disable max-value-size for this test.
12970
935c6144
IB
129712016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12972
12973 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12974
7fe8399d
YQ
129752016-01-28 Yao Qi <yao.qi@linaro.org>
12976
12977 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12978
a2077e25
PA
129792016-01-25 Pedro Alves <palves@redhat.com>
12980
12981 PR threads/19461
12982 * gdb.base/fork-running-state.c: New file.
12983 * gdb.base/fork-running-state.exp: New file.
12984
1d2736d4
PA
129852016-01-25 Pedro Alves <palves@redhat.com>
12986
12987 PR gdb/19494
12988 * gdb.base/catch-fork-kill.c: New file.
12989 * gdb.base/catch-fork-kill.exp: New file.
12990
f1da4b11
PA
129912016-01-25 Pedro Alves <palves@redhat.com>
12992
12993 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12994 Delete, moved to lib/gdb.exp.
12995 * gdb.threads/forking-threads-plus-breakpoint.exp
12996 (foreach_with_prefix): Likewise.
12997 * gdb.threads/process-dies-while-handling-bp.exp
12998 (foreach_with_prefix): Likewise.
12999 * lib/gdb.exp (foreach_with_prefix): New procedure.
13000
45f38546
MK
130012016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13002
13003 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13004 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13005
dc29a1ce
MK
130062016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13007
13008 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13009 endian targets.
13010
092127d7
JK
130112016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13012 Pedro Alves <palves@redhat.com>
13013
13014 Fix testsuite compatibility with Guile.
13015 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13016 number.
13017
31d765d3
JK
130182016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13019
13020 Fix testsuite compatibility with Guile.
13021 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13022 (thread 1): New test for backtrace through signal handler.
13023
1ac78c04
YQ
130242016-01-22 Yao Qi <yao.qi@linaro.org>
13025
13026 PR testsuite/19491
13027 * gdb.base/multi-forks.c: Include
13028 ../lib/unbuffer_output.c
13029 (main): Call gdb_unbuffer_output.
13030
4f5946a8
DE
130312016-01-21 Doug Evans <dje@google.com>
13032
13033 * lib/ada.exp (gdb_compile_ada): Fix typo.
13034
305e13e6
JB
130352016-01-21 Joel Brobecker <brobecker@adacore.com>
13036
13037 * gdb.base/break-fun-addr.exp: New file.
13038 * gdb.base/break-fun-addr1.c: New file.
13039 * gdb.base/break-fun-addr2.c: New file.
13040
5f5dfff6
SM
130412016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13042
13043 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13044 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13045 enum flag values.
13046
fd356fa2
AA
130472016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13048
13049 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13050 when GDB can not set the vector return value. Add more comments
13051 for clarification.
13052
9df22175
AT
130532016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13054
13055 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13056 command.
13057
41d1845e
SM
130582016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13059
13060 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13061
01ac6840
SM
130622016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13063
13064 * Makefile.in (check-single): Pass --status to runtest.
13065 (check/%.exp): Likewise.
13066
130672016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13068
13069 * Makefile.in (check-parallel): Propagate return code from make
13070 do-check-parallel.
13071
bd0a71fa
MK
130722016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13073
13074 * gdb.trace/ftrace.exp: Fix expected message on continue.
13075 * gdb.trace/pending.exp: Fix expected message on continue.
13076 * gdb.trace/trace-break.exp: Fix expected message on continue.
13077
8bcbad33
SM
130782016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13079
13080 * lib/gdb.exp (gdb_test): Remove unused global references.
13081
f303dbd6
PA
130822016-01-18 Pedro Alves <palves@redhat.com>
13083
13084 * gdb.base/async-shell.exp: Adjust expected output.
13085 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13086 * gdb.base/siginfo-thread.exp: Adjust expected output.
13087 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13088 * gdb.java/jnpe.exp: Adjust expected output.
13089 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13090 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13091 * gdb.threads/leader-exit.exp: Adjust expected output.
13092 * gdb.threads/manythreads.exp: Adjust expected output.
13093 * gdb.threads/pthreads.exp: Adjust expected output.
13094 * gdb.threads/schedlock.exp: Adjust expected output.
13095 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13096 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13097 expected output.
13098 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13099 output.
13100 * gdb.threads/sigthread.exp: Adjust expected output.
13101 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13102
b2789696
YQ
131032016-01-18 Yao Qi <yao.qi@linaro.org>
13104
13105 * gdb.guile/scm-section-script.c: Replace @progbits with
13106 %progbits.
13107 * gdb.python/py-section-script.c: Likewise.
13108
71ef29a8
PA
131092016-01-15 Pedro Alves <palves@redhat.com>
13110
13111 * gdb.multi/tids.exp: Test star wildcard ranges.
13112
3f5b7598
PA
131132016-01-15 Pedro Alves <palves@redhat.com>
13114
13115 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13116 command from "thread apply" invocation.
13117 (thr_apply_info_thr_invalid): Default the expected output to the
13118 input tid list.
13119 (top level): Add tests that use convenience variables. Add tests
13120 for "thread apply" with a valid TID list, but missing the command.
13121
663f6d42
PA
131222016-01-13 Pedro Alves <palves@redhat.com>
13123
13124 * gdb.base/default.exp: Expect $_gthread as well.
13125 * gdb.multi/tids.exp: Test $_gthread.
13126 * gdb.threads/thread-specific.exp: Test $_gthread.
13127
c84f6bbf
PA
131282016-01-13 Pedro Alves <palves@redhat.com>
13129
13130 * gdb.multi/tids.exp: Test "info threads -gid".
13131
22a02324
PA
131322016-01-13 Pedro Alves <palves@redhat.com>
13133
13134 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13135 Breakpoint.thread.
13136 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13137
5d5658a1
PA
131382016-01-07 Pedro Alves <palves@redhat.com>
13139
13140 * gdb.base/break.exp: Adjust to output changes.
13141 * gdb.base/hbreak2.exp: Likewise.
13142 * gdb.base/sepdebug.exp: Likewise.
13143 * gdb.base/watch_thread_num.exp: Likewise.
13144 * gdb.linespec/keywords.exp: Likewise.
13145 * gdb.multi/info-threads.exp: Likewise.
13146 * gdb.threads/thread-find.exp: Likewise.
13147 * gdb.multi/tids.c: New file.
13148 * gdb.multi/tids.exp: New file.
13149
84654457
PA
131502016-01-13 Pedro Alves <palves@redhat.com>
13151
13152 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13153
e3940304
PA
131542016-01-13 Pedro Alves <palves@redhat.com>
13155
13156 * gdb.base/default.exp: Expect $_inferior as well.
13157 * gdb.multi/base.exp: Test $_inferior.
13158
a911d87a
PA
131592016-01-13 Pedro Alves <palves@redhat.com>
13160
13161 PR breakpoints/19388
13162 * gdb.base/catch-signal-siginfo-cond.c: New file.
13163 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13164
82075af2
JS
131652016-01-12 Josh Stone <jistone@redhat.com>
13166 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13167
13168 * gdb.base/catch-syscall.c (do_execve): New variable.
13169 (main): Conditionally trigger an execve.
13170 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13171 (test_catch_syscall_execve): New, check entry/return across execve.
13172 (do_syscall_tests): Call test_catch_syscall_execve.
13173
e46eeedd
PA
131742016-01-12 Pedro Alves <palves@redhat.com>
13175
13176 * gdb.base/random-signal.exp (do_test): New procedure, with body
13177 of testcase moved in.
13178
01d8c27e
JK
131792016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13180 Pedro Alves <palves@redhat.com>
13181
13182 * gdb.base/funcargs.exp (finish from indirectly called function):
13183 Reintroduce the case for 'First'.
13184
9a706302
JK
131852016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13186 Pedro Alves <palves@redhat.com>
13187
13188 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13189 (tcatch_vfork_then_child_follow_exec)
13190 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13191 identification.
13192
c0ecb95f
JK
131932016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13194
13195 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13196 and repeats to unlimited.
13197 * gdb.python/py-value.exp: Likewise.
13198 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13199 and repeats to unlimited.
13200
6cfc1fcb
JK
132012016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13202
13203 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13204 and reordering the functions.
13205 * gdb.multi/hangout.c: Likewise.
13206 * gdb.multi/hello.c: Likewise.
13207
582a1b00
SM
132082016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13209
13210 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13211 absolute.
13212 (SingleStatisticTestResult.report): Use dict.keys instead of
13213 dict.iterkeys.
13214
79bc59cb
PA
132152016-01-06 Pedro Alves <palves@redhat.com>
13216
13217 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13218
43368e1d
MM
132192016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13220
13221 * gdb.btrace/dlopen.exp: New.
13222 * gdb.btrace/dlopen.c: New.
13223 * gdb.btrace/dlopen-dso.c: New.
13224
79fad5b8
SL
132252015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13226
13227 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13228 PATTERN argument is optional.
13229
ab8314b3
JB
132302015-12-24 Joel Brobecker <brobecker@adacore.com>
13231
13232 * lib/ada.exp (target_compile_ada_from_dir): New function.
13233 (gdb_compile_ada): Reimplement avoiding the use of project files.
13234 * gdb.ada/gnat_ada.gpr: Delete.
13235 * gdb.ada/cond_lang.exp: Adjust test to make path before
13236 filename optional.
13237 * gdb.ada/small_reg_param.exp: Likewise.
13238
fe33faff
SM
132392015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13240
13241 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13242
6d265cb4
TP
132432015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13244
13245 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13246 case.
13247
10125099
SM
132482015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13249
13250 * gdb.base/break.exp: Remove dead code.
13251 * gdb.base/sepdebug.exp: Likewise.
13252
3ca22649
SM
132532015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13254
13255 * gdb.asm/asm-source.exp: Remove HP-UX references.
13256 * gdb.base/annota1.exp: Likewise.
13257 * gdb.base/annota3.exp: Likewise.
13258 * gdb.base/attach.exp: Likewise.
13259 * gdb.base/bigcore.exp: Likewise.
13260 * gdb.base/break.exp: Likewise.
13261 * gdb.base/call-ar-st.exp: Likewise.
13262 * gdb.base/callfuncs.exp: Likewise.
13263 * gdb.base/catch-fork-static.exp: Likewise.
13264 * gdb.base/display.exp: Likewise.
13265 * gdb.base/foll-exec-mode.exp: Likewise.
13266 * gdb.base/foll-exec.exp: Likewise.
13267 * gdb.base/foll-fork.exp: Likewise.
13268 * gdb.base/foll-vfork.exp: Likewise.
13269 * gdb.base/funcargs.exp: Likewise.
13270 * gdb.base/hbreak2.exp: Likewise.
13271 * gdb.base/inferior-died.exp: Likewise.
13272 * gdb.base/interrupt.exp: Likewise.
13273 * gdb.base/multi-forks.exp: Likewise.
13274 * gdb.base/nodebug.exp: Likewise.
13275 * gdb.base/sepdebug.exp: Likewise.
13276 * gdb.base/solib1.c: Likewise.
13277 * gdb.base/step-test.exp: Likewise.
13278 * gdb.mi/non-stop.c: Likewise.
13279 * gdb.mi/pthreads.c: Likewise.
13280 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13281 * gdb.threads/pthreads.c: Likewise.
13282 * gdb.threads/staticthreads.exp: Likewise.
13283 * lib/future.exp: Likewise.
13284 * lib/gdb.exp: Likewise.
13285 * gdb.base/so-indr-cl.c: Remove.
13286 * gdb.base/so-indr-cl.exp: Likewise.
13287 * gdb.base/solib.c: Likewise.
13288 * gdb.base/solib.exp: Likewise.
13289 * gdb.base/solib2.c: Likewise.
13290
b6304613
SM
132912015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13292
13293 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13294 * gdb.base/call-ar-st.exp: Likewise.
13295 * gdb.base/callfuncs.exp: Likewise.
13296 * gdb.base/condbreak.exp: Likewise.
13297 * gdb.base/constvars.exp: Likewise.
13298 * gdb.base/hbreak2.exp: Likewise.
13299 * gdb.base/langs.exp: Likewise.
13300 * gdb.base/list.exp: Likewise.
13301 * gdb.base/long_long.exp: Likewise.
13302 * gdb.base/ptype.exp: Likewise.
13303 * gdb.base/scope.exp: Likewise.
13304 * gdb.base/signals.exp: Likewise.
13305 * gdb.base/so-impl-ld.exp: Likewise.
13306 * gdb.base/varargs.exp: Likewise.
13307 * gdb.base/volatile.exp: Likewise.
13308 * gdb.base/whatis.exp: Likewise.
13309 * gdb.cp/cplusfuncs.exp: Likewise.
13310 * gdb.cp/inherit.exp: Likewise.
13311 * gdb.cp/local.exp: Likewise.
13312 * gdb.cp/member-ptr.exp: Likewise.
13313 * gdb.cp/method.exp: Likewise.
13314 * gdb.cp/overload.exp: Likewise.
13315 * gdb.cp/templates.exp: Likewise.
13316 * gdb.stabs/weird.exp: Likewise.
13317 * lib/compiler.c: Likewise.
13318 * lib/compiler.cc: Likewise.
13319 * lib/cp-support.exp: Likewise.
13320 * lib/gdb.exp: Likewise.
13321
bf401b07
SM
133222015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13323
13324 * configure.ac: Remove HP-UX case.
13325 * configure: Regenerate.
13326
aff9c0f8
SM
133272015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13328
13329 * lib/gdb.exp (gdb_compile): Add function doc.
13330
a6904d5a
PA
133312015-12-17 Pedro Alves <palves@redhat.com>
13332
13333 PR threads/19354
13334 * gdb.multi/info-threads.exp: New file.
13335
a22279dd
YQ
133362015-12-15 Yao Qi <yao.qi@linaro.org>
13337
13338 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13339 is aarch64*-*-*.
13340
0588c796
SL
133412015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13342
13343 * gdb.base/history-duplicates.exp: Skip if no readline support.
13344
5d978e17
SL
133452015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13346
13347 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13348
7e763b86
SL
133492015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13350
13351 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13352
87a3a92c
SL
133532015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13354
13355 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13356 ctrl-C if nointerrupts target property is set.
13357 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13358 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13359 * gdb.base/paginate-bg-execution.exp: Likewise.
13360 * gdb.base/paginate-execution-startup.exp: Likewise.
13361 * gdb.base/random-signal.exp: Likewise.
13362 * gdb.base/range-stepping.exp: Likewise.
13363 * gdb.cp/annota2.exp: Likewise.
13364 * gdb.cp/annota3.exp: Likewise.
13365 * gdb.gdb/selftest.exp: Likewise.
13366 * gdb.threads/continue-pending-status.exp: Likewise.
13367 * gdb.threads/leader-exit.exp: Likewise.
13368 * gdb.threads/manythreads.exp: Likewise.
13369 * gdb.threads/pthreads.exp: Likewise.
13370 * gdb.threads/schedlock.exp: Likewise.
13371 * gdb.threads/sigthread.exp: Likewise.
13372
a8f077dc
DB
133732015-12-11 Don Breazeal <donb@codesourcery.com>
13374
13375 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13376 remote.
13377 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13378 * gdb.base/foll-exec.exp (main): Enable for target remote.
13379 * gdb.base/foll-fork.exp (main): Likewise.
13380 * gdb.base/foll-vfork.exp (main): Likewise.
13381 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13382 (proc continue_to_exit_bp_loc): Use clean_restart.
13383 * gdb.base/pie-execl.exp (main): Disable for target remote.
13384 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13385 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13386 * gdb.threads/execl.exp (main): Likewise.
13387 * gdb.threads/fork-child-threads.exp (main): Likewise.
13388 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13389 remote.
13390 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13391 remote.
13392 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13393 pid.tid style ptids, instead of just tid.
13394 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13395 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13396 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13397 ptids, instead of just tid.
13398
3b2464a8
AB
133992015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13400
13401 * gdb.base/list.exp (test_list_forward): Add end of file error
13402 test.
13403 (test_repeat_list_command): Add end of file error test.
13404 (test_list_backwards): Add beginning of file error test.
13405
a0def019
AB
134062015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13407
13408 * gdb.base/list.exp (test_list_invalid_args): New function,
13409 defined, and called.
13410
5c000dff
AB
134112015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13412
13413 * gdb.base/list.exp (test_list): Make test names unique.
13414
f1637ebe
YQ
134152015-12-11 Yao Qi <yao.qi@linaro.org>
13416
13417 * gdb.base/coremaker2.c: Remove.
13418
36d6fc0a
PA
134192015-12-10 Pedro Alves <palves@redhat.com>
13420
13421 * gdb.multi/base.exp: Remove stale "spaces" references.
13422
762f7747
PA
134232015-12-10 Pedro Alves <palves@redhat.com>
13424
13425 * gdb.multi/base.exp: Don't use nowarnings.
13426 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13427 * gdb.multi/hangout.c: Include stdio.h.
13428 * gdb.multi/hello.c: Include stdlib.h.
13429 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13430 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13431 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13432
28d2bfb9
AB
134332015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13434
13435 * gdb.dwarf2/dw2-ranges-base.c: New file.
13436 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13437 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13438 support additional line table, and debug ranges generation.
13439 (Dwarf::ranges): New function, generate .debug_ranges.
13440 (Dwarf::lines): Support generating simple line table programs.
13441 (Dwarf::assemble): Initialise new namespace variables.
13442
5fc2beac
KB
134432015-12-09 Kevin Buettner <kevinb@redhat.com>
13444
13445 * gdb.base/async.exp (proc test_background): Add case for
13446 asynchronous execution not supported.
13447
1c35a88f
LM
134482015-12-09 Luis Machado <lgustavo@codesourcery.com>
13449
13450 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13451 format and change test names to make them unique.
13452
b593e3d9
RK
134532015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13454 Pedro Alves <pedro@redhat.com>
13455
13456 PR gdb/18702
13457 Add checking of floatformats setup on x86_64 hosts.
13458 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13459 (smallval, bigval): New labels/constants.
13460 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13461 float" after loading bigval and smallval.
13462
d72413e6
PMR
134632015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13464
13465 * gdb.ada/fun_overload_menu.exp: New testcase.
13466 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13467
ece66d65
JS
134682015-12-04 Josh Stone <jistone@redhat.com>
13469
13470 * gdb.base/catch-fork-static.exp: New.
13471
41d0efca
YQ
134722015-12-03 Yao Qi <yao.qi@linaro.org>
13473
13474 * gdb.base/sizeof.c: Don't include stdio.h and
13475 ../lib/unbuffer_output.c.
13476 (main): New variable 'size' and 'value'. Remove printf and
13477 gdb_unbuffer_output. Assign return value to size and value.
13478 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13479 at the beginning.
13480 (check_sizeof): Check the result by printing variable 'size'.
13481 (check_valueof): Check the result by printing variable 'value'.
13482
99fd02d9
YQ
134832015-12-01 Yao Qi <yao.qi@linaro.org>
13484
13485 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13486 for aarch64*-*-linux* target.
13487
f2faf941
PA
134882015-11-30 Pedro Alves <palves@redhat.com>
13489
13490 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13491
04bf20c5
PA
134922015-11-30 Pedro Alves <palves@redhat.com>
13493
13494 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13495 Handle non-stop mode vCont replies.
13496
09df4675
PA
134972015-11-30 Pedro Alves <palves@redhat.com>
13498
13499 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13500 prepare_for_testing. Start gdb with "set non-stop on" appended to
13501 GDBFLAGS. Lax expected stop output.
13502
58b584af
YQ
135032015-11-27 Yao Qi <yao.qi@linaro.org>
13504
13505 * gdb.arch/arm-neon.exp: New.
13506 * gdb.arch/arm-neon.c: New.
13507
dfcb77a8
YQ
135082015-11-27 Yao Qi <yao.qi@linaro.org>
13509
13510 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13511
88e8ec1b
YQ
135122015-11-27 Yao Qi <yao.qi@linaro.org>
13513
13514 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13515 frames-invalid annotation.
13516
bfde72c2
YQ
135172015-11-27 Yao Qi <yao.qi@linaro.org>
13518
13519 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13520
f6512a69
SM
135212015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13522
13523 * gdb.threads/names.exp: New file.
13524 * gdb.threads/names.c: New file.
13525 * README: Mention gdb,no_thread_names.
13526
46a3515b
MM
135272015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13528
13529 PR 19297
13530 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13531 support" error.
13532
62147a22
PA
135332015-11-24 Pedro Alves <palves@redhat.com>
13534
13535 PR 17539
13536 * gdb.base/display.exp: Expect displays to be sorted in ascending
13537 order. Use multi_line.
13538 * gdb.base/solib-display.exp: Likewise.
13539
2f341b6e
PA
135402015-11-24 Pedro Alves <palves@redhat.com>
13541
13542 PR 17539
25d49b86
PA
13543 * gdb.base/display.exp: Expect displays to be sorted in ascending
13544 order. Use multi_line.
13545 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13546
7e0aa6aa
PA
135472015-11-24 Pedro Alves <palves@redhat.com>
13548
13549 PR 17539
13550 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13551 threads in ascending order.
13552 * gdb.base/foll-fork.exp: Likewise.
13553 * gdb.base/foll-vfork.exp: Likewise.
13554 * gdb.base/multi-forks.exp: Likewise.
13555 * gdb.mi/mi-nonstop.exp: Likewise.
13556 * gdb.mi/mi-nsintrall.exp: Likewise.
13557 * gdb.multi/base.exp: Likewise.
13558 * gdb.multi/multi-arch.exp: Likewise.
13559 * gdb.python/py-inferior.exp: Likewise.
13560 * gdb.threads/break-while-running.exp: Likewise.
13561 * gdb.threads/execl.exp: Likewise.
13562 * gdb.threads/gcore-thread.exp: Likewise.
13563 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13564 * gdb.threads/kill.exp: Likewise.
13565 * gdb.threads/linux-dp.exp: Likewise.
13566 * gdb.threads/multiple-step-overs.exp: Likewise.
13567 * gdb.threads/next-bp-other-thread.exp: Likewise.
13568 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13569 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13570 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13571 * gdb.threads/thread-find.exp: Likewise.
13572 * gdb.threads/tls.exp: Likewise.
13573 * lib/mi-support.exp (mi_reverse_list): Delete.
13574 (mi_check_thread_states): No longer reverse list.
13575
2cc57ad8
PA
135762015-11-24 Pedro Alves <palves@redhat.com>
13577
13578 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13579 use lowercase.
13580
c93e8391
SM
135812015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13582
13583 * gdb.trace/actions.c: Include trace-common.h.
13584 (main): Add a location for a fast tracepoint.
13585 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13586 the normal tracepoints.
13587 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13588
045ccf91
SM
135892015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13590
13591 * save-trace.exp: Factor out code to these...
13592 (gdb_save_tracepoints): New.
13593 (gdb_load_tracepoints): New.
13594 (do_save_load_test): New.
13595
5506f9f6
KB
135962015-11-23 Kevin Buettner <kevinb@redhat.com>
13597
13598 * gdb.base/asmlabel.exp: New test.
13599 * gdb.base/asmlabel.c: New test case.
13600
16c3b12f
JB
136012015-11-23 Joel Brobecker <brobecker@adacore.com>
13602
13603 * gdb.base/wrong_frame_bt_full-main.c: New file.
13604 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13605 * gdb.base/wrong_frame_bt_full.exp: New file.
13606
155bfbd3
JB
136072015-11-23 Joel Brobecker <brobecker@adacore.com>
13608
13609 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13610
bb097445
JM
136112015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13612
206853a0 13613 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13614 pstate register when comparing registers values in
13615 sparc64-*-linux-gnu targets to avoid spurious differences.
13616
9c88ed8f
JM
136172015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13618
206853a0 13619 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13620
96161e25
SL
136212015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13622
13623 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13624 as type argument to gdb_compile.
13625 * gdb.base/nested-subp2.exp: Likewise.
13626 * gdb.base/nested-subp3.exp: Likewise.
13627
340c2830
DV
136282015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13629
13630 * lib/dwarf.exp (_note): Fix left shift of negative value.
13631 * gdb.trace/trace-condition.exp: Likewise.
13632
c1862d0f
YQ
136332015-11-13 Yao Qi <yao.qi@linaro.org>
13634
13635 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13636 comments about d10v.
13637 (test_scalar_returns): Likewise.
13638 * gdb.base/d10v.ld: Remove.
13639 * gdb.base/overlays.exp: Remove the target triplet checking for
13640 d10v-*-*.
13641 * gdb.base/structs.exp (test_struct_returns): Remove the
13642 comments about d10v.
13643 (test_struct_calls): Likewise.
13644
77ae9c19
YQ
136452015-11-13 Yao Qi <yao.qi@linaro.org>
13646
13647 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13648 * gdb.base/gnu_vector.c: Don't include stdio.h.
13649 (main): Don't print res and call add_some_intvecs.
13650
430e004e
MK
136512015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13652
13653 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13654 macro.
13655 (func5): Removed.
13656 (func4): Use FAST_TRACEPOINT_LABEL.
13657 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13658 macro.
13659 (func): Removed.
13660 (thread_function): Use FAST_TRACEPOINT_LABEL.
13661 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13662 (func): Remove.
13663 (marker): Use FAST_TRACEPOINT_LABEL.
13664 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13665 (pendfunc1): Remove.
13666 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13667 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13668 (foo): Remove.
13669 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13670 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13671 macro.
13672 (func): Remove.
13673 (marker): Use FAST_TRACEPOINT_LABEL.
13674 * gdb.trace/trace-common.h: New header.
13675 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13676 macro.
13677 (func): Remove.
13678 (marker): Use FAST_TRACEPOINT_LABEL.
13679 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13680 (func): Remove.
13681 (thread_function): Use FAST_TRACEPOINT_LABEL.
13682
6e7675a7
MK
136832015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13684
13685 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13686 in front.
13687 * gdb.trace/change-loc.exp: Use global pcreg definition.
13688 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13689 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13690 in front.
13691 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13692 * gdb.trace/pending.exp: Likewise.
13693 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13694 * gdb.trace/trace-break.exp: Likewise.
13695 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13696 in front.
13697 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13698 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13699 in front.
13700 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13701
dddc0e16
JB
137022015-11-09 Joel Brobecker <brobecker@adacore.com>
13703
13704 * gdb.ada/fin_fun_out: New testcase.
13705
c6f0b406
KB
137062015-11-07 Kevin Buettner <kevinb@redhat.com>
13707
13708 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13709 value associated with DW_AT_byte_size.
13710 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13711 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13712 DW_AT_upper_bound.
13713
f01dcfd9
KB
137142015-11-07 Kevin Buettner <kevinb@redhat.com>
13715
13716 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13717 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13718 version.
13719 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13720 gdb.dwarf2/dw2-canonicalize-type.exp,
13721 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13722 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13723 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13724 provided by gdb_target_symbol_prefix_flags_asm.
13725 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13726 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13727 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13728 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13729 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13730 macros where needed). Use this macro for symbols which require
13731 the prefix provided by SYMBOL_PREFIX.
13732
2223449a
KB
137332015-11-05 Kevin Buettner <kevinb@redhat.com>
13734
13735 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13736 New procs.
13737 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13738 representing expressions, of more than one list element.
13739 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13740 to prepend linker symbol prefix to f.
13741 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13742 table_1 and table_2.
13743 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13744 Likewise, for f and g.
13745 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13746 for ptr.
13747 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13748 for main.
13749 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13750 table_1_ptr and table_2_ptr.
13751
6f2f1a3a
JK
137522015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13753 Joel Brobecker <brobecker@adacore.com>
13754
13755 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13756
566c56c9
MK
137572015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13758
13759 * gdb.reverse/s390-mvcle.c: New test.
13760 * gdb.reverse/s390-mvcle.exp: New file.
13761 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13762
d5f0636b
MK
137632015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13764
13765 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13766
7ad8b86c
MK
137672015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13768
13769 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13770 reaching marker2.
13771 * gdb.reverse/getresuid-reverse.exp: Likewise.
13772 * gdb.reverse/pipe-reverse.exp: Likewise.
13773 * gdb.reverse/readv-reverse.exp: Likewise.
13774 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13775 * gdb.reverse/time-reverse.exp: Likewise.
13776 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13777
4081c0f1
YQ
137782015-10-30 Yao Qi <yao.qi@linaro.org>
13779
13780 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13781 (empty_cycle): Remove.
13782 (main): Don't call empty_cycle. Don't use watch_count_done.
13783 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13784 empty_cycle. Rewrite the code counting HW watchpoints.
13785
452b4ba5
MK
137862015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13787
13788 * gdb.reverse/fstatat-reverse.c: New test.
13789 * gdb.reverse/fstatat-reverse.exp: New file.
13790 * gdb.reverse/getresuid-reverse.c: New test.
13791 * gdb.reverse/getresuid-reverse.exp: New file.
13792 * gdb.reverse/pipe-reverse.c: New test.
13793 * gdb.reverse/pipe-reverse.exp: New file.
13794 * gdb.reverse/readv-reverse.c: New test.
13795 * gdb.reverse/readv-reverse.exp: New file.
13796 * gdb.reverse/recvmsg-reverse.c: New test.
13797 * gdb.reverse/recvmsg-reverse.exp: New file.
13798 * gdb.reverse/time-reverse.c: New test.
13799 * gdb.reverse/time-reverse.exp: New file.
13800 * gdb.reverse/waitpid-reverse.c: New test.
13801 * gdb.reverse/waitpid-reverse.exp: New file.
13802
5e2e7507
JK
138032015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13804
13805 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13806
0fde2c53
DE
138072015-10-26 Doug Evans <dje@google.com>
13808
13809 PR symtab/17391
13810 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13811 * gdb.dwarf2/bad-regnum.c: New file.
13812 * gdb.dwarf2/bad-regnum.exp: New file.
13813
1a70ae97
DE
138142015-10-26 Doug Evans <dje@google.com>
13815
13816 PR python/18938
13817 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13818 file.
13819
27dc26ab
JK
138202015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13821
13822 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13823 for a change by "Mention language in compile error message".
13824
bed91f4d
SM
138252015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13826
13827 PR python/18073
13828 * gdb.python/py-type.c (C::a_method): New.
13829 (C::a_const_method): New.
13830 (C::a_static_method): New.
13831 (a_function): New.
13832 * gdb.python/py-type.exp (test_fields): Test getting fields
13833 from function and method.
13834
3f2f83dd
KB
138352015-10-21 Keven Boell <keven.boell@intel.com>
13836
13837 * gdb.fortran/vla-alloc-assoc.exp: New file.
13838 * gdb.fortran/vla-datatypes.exp: New file.
13839 * gdb.fortran/vla-datatypes.f90: New file.
13840 * gdb.fortran/vla-history.exp: New file.
13841 * gdb.fortran/vla-ptype-sub.exp: New file.
13842 * gdb.fortran/vla-ptype.exp: New file.
13843 * gdb.fortran/vla-sizeof.exp: New file.
13844 * gdb.fortran/vla-sub.f90: New file.
13845 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13846 * gdb.fortran/vla-value-sub-finish.exp: New file.
13847 * gdb.fortran/vla-value-sub.exp: New file.
13848 * gdb.fortran/vla-value.exp: New file.
13849 * gdb.fortran/vla-ptr-info.exp: New file.
13850 * gdb.mi/mi-vla-fortran.exp: New file.
13851 * gdb.mi/vla.f90: New file.
13852
27145d50
SL
138532015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13854
13855 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13856 of hardwired timeout value.
13857
5f3ff4f8
JK
138582015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13859 Pedro Alves <palves@redhat.com>
13860
13861 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13862 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13863
bfd09d20
JS
138642015-10-19 Josh Stone <jistone@redhat.com>
13865
13866 * gdb.base/catch-syscall.c: Include <sched.h>.
13867 (unknown_syscall): New variable.
13868 (main): Trigger a vfork and an unknown syscall.
13869 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13870 (unknown_syscall_number): Likewise.
13871 (check_call_to_syscall): Accept an optional syscall pattern.
13872 (check_return_from_syscall): Likewise.
13873 (check_continue): Likewise.
13874 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13875 (test_catch_syscall_skipping_return): New test toggling off 'catch
13876 syscall' to step over the syscall return, then toggling back on.
13877 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13878 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13879 (do_syscall_tests): Call test_catch_syscall_without_args and
13880 test_catch_syscall_mid_vfork.
13881 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13882 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13883
b32b93c6
AS
138842015-10-19 Andrew Stubbs <ams@codesourcery.com>
13885
13886 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13887 print g_vE): Add new pass patterns.
13888 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13889 print various symbol names for vptr fields.
13890
9d622bda
AB
138912015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13892
13893 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13894 results.
13895
0fd8ac1c
YQ
138962015-10-12 Yao Qi <yao.qi@linaro.org>
13897
13898 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13899
34240514
YQ
139002015-10-12 Yao Qi <yao.qi@linaro.org>
13901
13902 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13903 is aarch64*-*-linux*.
13904
8240f442
YQ
139052015-10-12 Yao Qi <yao.qi@linaro.org>
13906
13907 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13908 (can_relocate_bcond_true): ... it.
13909 (can_relocate_bcond_false): New function.
13910 (foo): Likewise.
13911 (can_relocate_bl): Likewise.
13912 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13913 can_relocate_bl.
13914
2520f728
PMR
139152015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13916
13917 * gdb.base/nested-addr.c: New file.
13918 * gdb.base/nested-addr.exp: New testcase.
13919
abcef95a
MM
139202015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13921
13922 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13923 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13924 its output. Ignore the output of "record goto begin" and instead
13925 check that GDB is replaying.
13926
145e3ddb
PA
139272015-10-09 Pedro Alves <palves@redhat.com>
13928
13929 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13930 (top level): Use it in the run with no args test.
13931
d5d8c4e1
IB
139322015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13933
13934 * gdb.dlang/properties.exp: New file.
13935
06e635ef
SL
139362015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13937
13938 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13939 whether or not address 0x1000 is mapped on the target.
13940
e019fd1d
SM
139412015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13942
13943 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13944 build.
13945
77ba2a67
MM
139462015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13947
13948 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13949 instruction-history test.
13950
c60eb31f
DE
139512015-09-28 Doug Evans <dje@google.com>
13952
13953 * gdb.base/gcore.c (array_func): Add reference to static_array.
13954
9a3c8263
SM
139552015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13956
13957 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13958 source line.
13959
9720e656
SL
139602015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13961
13962 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13963 short or char as base type.
13964
938d3bf2
SL
139652015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13966
13967 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13968 to allow any size enum.
13969
e6c2c623
PMR
139702015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13971
13972 * gdb.ada/array_ptr_renaming.exp: New testcase.
13973 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13974 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13975
06da0f77
PL
139762015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13977
13978 * gdb.trace/ftrace-lock.c: New file.
13979 * gdb.trace/ftrace-lock.exp: New file.
13980
4f51c22a
PL
139812015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13982
13983 * gdb.arch/insn-reloc.c: New file.
13984 * gdb.arch/ftrace-insn-reloc.exp: New file.
13985
7041adf4
PL
139862015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13987
13988 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13989 instruction.
13990 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13991 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13992 * gdb.trace/range-stepping.c: Likewise.
13993 * gdb.trace/trace-break.c: Likewise.
13994 * gdb.trace/trace-mt.c (thread_function): Likewise.
13995 * gdb.trace/ftrace.c (marker): Likewise.
13996 * gdb.trace/trace-condition.c (marker): Likewise.
13997 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13998 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13999 is_aarch64_target.
14000
015d2e7e
DE
140012015-09-18 Doug Evans <xdje42@gmail.com>
14002
14003 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14004 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14005
26b188a2
SL
140062015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14007
14008 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14009 the breakpoint.
14010
79dc332b
SL
140112015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14012
14013 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14014 the pending breakpoint. Remove timeout override for "Run till
14015 MI pending breakpoint on pendfunc3 on thread 2" test.
14016
f57929f2
SL
140172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14018
14019 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14020 filename pattern.
14021
3f469b17
SL
140222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14023
14024 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14025 in breakpoint filename pattern.
14026
515b89b3
SL
140272015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14028
7800dbe4
SL
14029 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14030
140312015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14032
515b89b3
SL
14033 * gdb.linespec/explicit.exp: Check for readline support for
14034 tab-completion tests. Fix obvious typo.
14035
d2939ba2
MM
140362015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14037
14038 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14039 and replay.
14040
cbb55fa7
MM
140412015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14042
14043 * gdb.btrace/non-stop.c: New.
14044 * gdb.btrace/non-stop.exp: New.
14045
43691ca1
PL
140462015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14047 Yao Qi <yao.qi@linaro.org>
14048
14049 * gdb.trace/trace-condition.c: New file.
14050 * gdb.trace/trace-condition.exp: New file.
14051
d78908cf
WW
140522015-09-16 Wei-cheng Wang <cole945@gmail.com>
14053
14054 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14055 for testing bytecode compilation.
14056
1ed415e2
PA
140572015-09-16 Pedro Alves <palves@redhat.com>
14058 Sandra Loosemore <sandra@codesourcery.com>
14059
14060 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14061 (SECONDS): Redefine.
14062 (main): Call pthread_kill and alarm early.
14063 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14064 support.
14065 (test): If the target can't hardware step and doesn't support
14066 displaced stepping, increase the timeout.
14067
d136eff5
PA
140682015-09-16 Pedro Alves <palves@redhat.com>
14069
14070 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14071 (enable_debug): New procedures.
14072 (test): Use them. Bail out if waiting for threads fails.
14073 (top level): Bail out if a test fails.
14074
991f019c
YQ
140752015-09-16 Yao Qi <yao.qi@linaro.org>
14076
14077 * gdb.asm/asm-source.exp: Set asm-arch for
14078 aarch64*-*-* target.
14079 * gdb.asm/aarch64.inc: New file.
14080
bfca584f
PMR
140812015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14082
14083 * gdb.ada/array_of_variable_length.exp: New testcase.
14084 * gdb.ada/array_of_variable_length/foo.adb: New file.
14085 * gdb.ada/array_of_variable_length/pck.adb: New file.
14086 * gdb.ada/array_of_variable_length/pck.ads: New file.
14087
b326e587
DE
140882015-09-15 Doug Evans <dje@google.com>
14089
14090 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14091 of function static local variable.
14092
5382cfab
PW
140932015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14094
14095 * gdb.threads/tls-so_extern.exp: New test file.
14096 * gdb.threads/tls-so_extern.c: New test file.
14097 * gdb.threads/tls-so_extern_main.c: New test file.
14098
141c5cc4
JK
140992015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14100
14101 * gdb.opt/solib-intra-step-lib.c: New file.
14102 * gdb.opt/solib-intra-step-main.c: New file.
14103 * gdb.opt/solib-intra-step.exp: New file.
14104
d15dcecd
PA
141052015-09-15 Pedro Alves <palves@redhat.com>
14106
14107 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14108 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14109
4c2f2a79
PA
141102015-09-14 Pedro Alves <palves@redhat.com>
14111
14112 * gdb.base/hook-stop-continue.c: Delete.
14113 * gdb.base/hook-stop-continue.exp: Delete.
14114 * gdb.base/hook-stop-frame.c: Delete.
14115 * gdb.base/hook-stop-frame.exp: Delete.
14116 * gdb.base/hook-stop.c: New file.
14117 * gdb.base/hook-stop.exp: New file.
14118
919e6dbe
PMR
141192015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14120
14121 * gdb.ada/access_to_packed_array.exp: New testcase.
14122 * gdb.ada/access_to_packed_array/foo.adb: New file.
14123 * gdb.ada/access_to_packed_array/pack.adb: New file.
14124 * gdb.ada/access_to_packed_array/pack.ads: New file.
14125
157280a4
MM
141262015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14127
14128 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14129 buffer size test.
14130
2fd33e94
DB
141312015-09-11 Don Breazeal <donb@codesourcery.com>
14132
14133 * gdb.base/foll-exec.c: Add copyright header. Fix
14134 formatting issues.
14135 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14136 (do_exec_tests): Use clean_restart in place of zap_session,
14137 and for test initialization. Fix formatting issues. Use
14138 fail in place of perror.
14139 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14140 an expect statement to match an expression with output from
14141 the program under debug.
14142 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14143 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14144 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14145 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14146 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14147
e70b6e8e
DE
141482015-09-09 Doug Evans <dje@google.com>
14149
14150 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14151
7a551a51
DE
141522015-09-09 Doug Evans <dje@google.com>
14153
14154 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14155
4c666f84
DE
141562015-09-09 Doug Evans <dje@google.com>
14157
14158 * gdb.base/savedregs.exp: Fix typo.
14159
243a9253
PA
141602015-09-09 Pedro Alves <palves@redhat.com>
14161
14162 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14163
c0fa8fbd
SL
141642015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14165
14166 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14167 command actually switches threads. Give up on remaining
14168 tests if target fails to stop at breakpoint.
14169
cd7c1778
PMR
141702015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14171
14172 * gdb.ada/funcall_char.exp: New testcase.
14173 * gdb.ada/funcall_char/foo.adb: New file.
14174
dc5c8746
PMR
141752015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14176
14177 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14178 expected outputs. Add two testcases for completing ambiguous
14179 functions.
14180 * gdb.ada/complete/aux_pck.adb: New file.
14181 * gdb.ada/complete/aux_pck.ads: New file.
14182 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14183 Ambiguous_Func functions.
14184 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14185 * gdb.ada/complete/pck.adb: Likewise.
14186
4e83a1e7
UW
141872015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14188
14189 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14190 failures to run the test program under GDB.
14191
8ce74153
LM
141922015-08-26 Luis Machado <lgustavo@codesourcery.com>
14193
14194 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14195 to C.
14196
e9756d52
PP
141972015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14198
14199 * gdb.base/run-after-attach.exp: New test file.
14200 * gdb.base/run-after-attach.c: New test file.
14201
8d37573b
DB
142022015-08-26 Don Breazeal <donb@codesourcery.com>
14203
14204 * gdb.base/foll-exec-2.c: New test program.
14205 * gdb.base/foll-exec-2.exp: New test.
14206
63e43d3a
PMR
142072015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14208
14209 * gdb.base/nested-subp1.exp: New file.
14210 * gdb.base/nested-subp1.c: New file.
14211 * gdb.base/nested-subp2.exp: New file.
14212 * gdb.base/nested-subp2.c: New file.
14213 * gdb.base/nested-subp3.exp: New file.
14214 * gdb.base/nested-subp3.c: New file.
14215
3d40fbb5
PA
142162015-08-24 Pedro Alves <palves@redhat.com>
14217
14218 * gdb.server/connect-without-multi-process.c: New file.
14219 * gdb.server/connect-without-multi-process.exp: New file.
14220
4422ac93
LM
142212015-08-24 Luis Machado <lgustavo@codesourcery.com>
14222
14223 * gdb.opt/inline-markers.c: Make z int.
14224
91dddb86
LM
142252015-08-24 Luis Machado <lgustavo@codesourcery.com>
14226
14227 * gdb.opt/inline-markers.c: Make z volatile.
14228
a48847ee
LM
142292015-08-24 Luis Machado <lgustavo@codesourcery.com>
14230
14231 * gdb.opt/inline-bt.c: New volatile global z.
14232 * gdb.opt/inline-cmds.c: Likewise.
14233 * gdb.opt/inline-locals.c: Likewise.
14234 * gdb.opt/inline-markers.c: New extern global z.
14235 (marker): Use z.
14236 (inline_fn): Likewise.
14237
0ebbc52b
PA
142382015-08-24 Pedro Alves <palves@redhat.com>
14239
14240 * config/m32r-stub.exp: Remove file.
14241 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14242 * gdb.base/call-rt-st.exp: Likewise.
14243 * gdb.base/call-strs.exp: Likewise.
14244 * gdb.base/default.exp: Remove references to h8300-*-hms and
14245 *-*-udi*.
14246 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14247
77c365df
AA
142482015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14249
14250 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14251 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14252 and "return" use KFAIL when GDB can not read/write the vector
14253 return value.
14254
4313b8c0
GB
142552015-08-21 Gary Benson <gbenson@redhat.com>
14256
14257 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14258
0e433b32
PA
142592015-08-20 Pedro Alves <palves@redhat.com>
14260
14261 * gdb.server/solib-list.exp: No longer expect an interior stop in
14262 non-stop mode.
14263
221e1a37
PA
142642015-08-20 Pedro Alves <palves@redhat.com>
14265
14266 * gdb.server/connect-stopped-target.c: New file.
14267 * gdb.server/connect-stopped-target.exp: New file.
14268
40e3ad0e
PA
142692015-08-20 Pedro Alves <palves@redhat.com>
14270
14271 * gdb.dwarf2/comp-unit-lang.exp: New file.
14272 * gdb.dwarf2/comp-unit-lang.c: New file.
14273
af39b327
PMR
142742015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14275
14276 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14277 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14278
7d45c7c3 142792015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14280
7d45c7c3
KB
14281 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14282 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14283
4d6cceb4
DE
142842015-08-18 Doug Evans <dje@google.com>
14285 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14286
14287 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14288 skip_python_tests. New arg prompt_regexp.
14289 (skip_python_tests): New function.
14290 * lib/mi-support.exp (mi_skip_python_tests): New function.
14291 * gdb.python/py-mi-objfile-gdb.py: New file.
14292 * gdb.python/py-mi-objfile.c: New file.
14293 * gdb.python/py-mi-objfile.exp: New file.
14294
ad89c2aa
KS
142952015-08-17 Keith Seitz <keiths@redhat.com>
14296
14297 * gdb.linespec/explicit.exp: Move strace test from here ...
14298 * gdb.trace/strace.exp: ... to here.
14299
e3ae3c43
PP
143002015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14301
14302 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14303 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14304
604b2636
DE
143052015-08-14 Doug Evans <xdje42@gmail.com>
14306
14307 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14308 inferior before selecting a new file.
14309
6ff0ba5f
DE
143102015-08-14 Doug Evans <xdje42@gmail.com>
14311
14312 * gdb.mi/mi-disassemble.exp: Update.
14313 * gdb.base/disasm-optim.S: New file.
14314 * gdb.base/disasm-optim.c: New file.
14315 * gdb.base/disasm-optim.h: New file.
14316 * gdb.base/disasm-optim.exp: New file.
14317
9ca98f92
KS
143182015-08-14 Keith Seitz <keiths@redhat.com>
14319
14320 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14321 "evaluated-by".
14322
52bbc560
JB
143232015-08-13 Joel Brobecker <brobecker@adacore.com>
14324
14325 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14326
5d8c3ed3
PMR
143272015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14328
14329 * gdb.ada/fun_renaming.exp: New testcase.
14330 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14331 * gdb.ada/fun_renaming/pack.adb: New file.
14332 * gdb.ada/fun_renaming/pack.ads: New file.
14333
ea8812bc
KS
143342015-08-12 Keith Seitz <keiths@redhat.com>
14335
14336 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14337 gdb_get_line_number.
14338
4dafcdeb
JB
143392015-08-12 Joel Brobecker <brobecker@adacore.com>
14340
14341 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14342 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14343 gdb.base/dso2dso.exp: New files.
14344
5ba32597
SDJ
143452015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14346 Pedro Alves <palves@redhat.com>
14347 Keith Seitz <keiths@redhat.com>
14348
14349 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14350 GDBFLAGS.
14351
b6dafabf
PP
143522015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14353
14354 * gdb.base/gdbhistsize-history.exp
14355 (test_histsize_history_setting): Use save_vars.
14356 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14357 Use save_vars.
14358 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14359 * gdb.base/readline.exp: Use save_vars.
14360
abe8e607
PP
143612015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14362
14363 * lib/gdb.exp (save_vars): New proc.
14364
629500fa
KS
143652015-08-11 Keith Seitz <keiths@redhat.com>
14366
14367 * gdb.base/help.exp: Update help_breakpoint_text.
14368
eb8c4e2e
KS
143692015-08-11 Keith Seitz <keiths@redhat.com>
14370
14371 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14372 (at toplevel): Call test_explicit_breakpoints.
14373 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14374 breakpoints.
14375 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14376 breakpoint conditions, "-cond".
14377
87f0e720
KS
143782015-08-11 Keith Seitz <keiths@redhat.com>
14379
14380 * gdb.linespec/3explicit.c: New file.
14381 * gdb.linespec/cpexplicit.cc: New file.
14382 * gdb.linespec/cpexplicit.exp: New file.
14383 * gdb.linespec/explicit.c: New file.
14384 * gdb.linespec/explicit.exp: New file.
14385 * gdb.linespec/explicit2.c: New file.
14386 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14387 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14388 before using in the matching pattern.
14389 Clarify that `prefix' is a regular expression.
14390
f00aae0f
KS
143912015-08-11 Keith Seitz <keiths@redhat.com>
14392
14393 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14394 test.
14395 Add tests for missing ",FMT" and ",".
14396
e27852be
DE
143972015-08-10 Doug Evans <dje@google.com>
14398 Keith Seitz <keiths@redhat.com>
14399
14400 PR gdb/17960
14401 * gdb.base/completion.exp: Add location completer tests.
14402
7f03bd92
PA
144032015-08-07 Pedro Alves <palves@redhat.com>
14404
14405 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14406 tests here.
14407 (top level): Run do_test with and without displaced stepping.
14408
3fc8eb30
PA
144092015-08-07 Pedro Alves <palves@redhat.com>
14410
14411 * gdb.base/valgrind-disp-step.c: New file.
14412 * gdb.base/valgrind-disp-step.exp: New file.
14413
d4569d7b
PA
144142015-08-07 Pedro Alves <palves@redhat.com>
14415
14416 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14417 Delete function.
14418 (main): Add alarm. Run an infinite loop instead of calling
14419 wait_threads.
14420 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14421 comment.
14422 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14423 Delete function.
14424 (main): Add alarm. Run an infinite loop instead of calling
14425 wait_threads.
14426 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14427 comment.
14428
e1316e60
PA
144292015-08-07 Pedro Alves <palves@redhat.com>
14430
14431 * gdb.base/checkpoint-ns.exp: New file.
14432 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14433 standard_testfile.
14434
da8c46d2
MM
144352015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14436
14437 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14438 * gdb.btrace/instruction_history.exp: Update.
14439 * gdb.btrace/tsx.exp: New.
14440 * gdb.btrace/tsx.c: New.
14441
de1c2c52
PA
144422015-08-06 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14445 increase timeout.
14446 * gdb.reverse/until-precsave.exp: Bump timeouts.
14447
782e0bf4
PA
144482015-08-06 Pedro Alves <palves@redhat.com>
14449
14450 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14451
83e97ed0
PA
144522015-08-06 Pedro Alves <palves@redhat.com>
14453
14454 PR gdb/18749
14455 * gdb.threads/process-dies-while-handling-bp.c: New file.
14456 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14457
863d01bd
PA
144582015-08-06 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14461 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14462
0a39bb32
PA
144632015-08-05 Pedro Alves <palves@redhat.com>
14464
14465 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14466 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14467
ee2d2b10
SL
144682015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14469
14470 * gdb.base/bp-permanent.exp: Report test as unsupported if
14471 the target cannot stop at the permanent breakpoint.
14472
4e1bdb00
DE
144732015-08-03 Doug Evans <dje@google.com>
14474
14475 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14476 10000.
14477
3d338901
DE
144782015-08-03 Doug Evans <dje@google.com>
14479
14480 * Makefile.in (workers/%.worker, build-perf): New rule.
14481 (GDB_PERFTEST_MODE): New variable.
14482 (check-perf): Use it.
14483 (clean): Clean up gdb.perf parallel build subdirs.
14484 * lib/build-piece.exp: New file.
14485 * lib/gdb.exp (make_gdb_parallel_path): New function
14486 (standard_output_file, standard_temp_file): Call it.
14487 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14488 of $GDB_PARALLEL.
14489 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14490
af061d3e
DE
144912015-08-03 Doug Evans <dje@google.com>
14492
8e1afc81 14493 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14494 (LOG_FILE_NAME): New global.
14495 (TextReporter.__init__): Initialize self.txt_sum.
14496 (TextReporter.report): Add support for multiple data-points.
14497 Move report to perftest.sum, put raw data in perftest.log.
14498 (TextReporter.start): Open sum and log files.
14499 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14500 * gdb.perf/lib/perftest/testresult.py
14501 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14502
2c8c5d37
PA
145032015-07-31 Pedro Alves <palves@redhat.com>
14504
14505 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14506 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14507 kill_wait_spawned_process instead of explicit "kill -9".
14508 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14509 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14510 kill_wait_spawned_process.
14511 * gdb.base/attach-twice.exp: Likewise.
14512 * gdb.base/attach.exp: Likewise.
14513 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14514 gdb_test_multiple.
14515 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14516 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14517 kill_wait_spawned_process.
14518 * gdb.base/valgrind-infcall.exp: Likewise.
14519 * gdb.multi/multi-attach.exp: Likewise.
14520 * gdb.python/py-prompt.exp: Likewise.
14521 * gdb.python/py-sync-interp.exp: Likewise.
14522 * gdb.server/ext-attach.exp: Likewise.
14523 * gdb.threads/attach-into-signal.exp (corefunc): Use
14524 spawn_wait_for_attach, spawn_id_get_pid and
14525 kill_wait_spawned_process.
14526 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14527 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14528 spawn_id_get_pid and kill_wait_spawned_process.
14529 * gdb.threads/attach-stopped.exp (corefunc): Use
14530 spawn_wait_for_attach, spawn_id_get_pid and
14531 kill_wait_spawned_process.
14532 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14533 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14534 kill_wait_spawned_process instead of explicit "kill -9".
14535 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14536 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14537 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14538 processes. Don't map cygwin/windows pids here. Now returns a
14539 spawn id list.
14540
032a0fca
SL
145412015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14542
14543 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14544 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14545 correct patch.
14546
61a934ca
SL
145472015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14548
14549 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14550
4bc4d428
SL
145512015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14552
14553 Reapply:
14554 2014-05-21 Mark Wielaard <mjw@redhat.com>
14555
14556 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14557
998d452a
PA
145582015-07-30 Pedro Alves <palves@redhat.com>
14559
14560 * linux-low.c (handle_extended_wait): Set the child's last
14561 reported status to TARGET_WAITKIND_STOPPED.
14562
69dde7dc
PA
145632015-07-30 Pedro Alves <palves@redhat.com>
14564
14565 PR threads/18600
14566 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14567 only shows inferior 1.
14568
4dd63d48
PA
145692015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14570 Pedro Alves <palves@redhat.com>
14571
14572 PR threads/18600
14573 * gdb.threads/fork-plus-threads.c: New file.
14574 * gdb.threads/fork-plus-threads.exp: New file.
14575
d618e4c5
PP
145762015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14577
14578 * gdb.base/batch-preserve-term-settings.exp
14579 (test_terminal_settings_preserved_after_cli_exit): Use
14580 send_quit_command.
14581
1eef6428
PA
145822015-07-29 Pedro Alves <palves@redhat.com>
14583 Don Breazeal <donb@codesourcery.com>
14584
14585 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14586 output from both inferior_spawn_id and gdb_spawn_id.
14587
7da5b897
SDJ
145882015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14589
14590 * gdb.threads/attach-into-signal.exp (corefunc): Use
14591 with_test_prefix on nested loops, uniquefying the test messages.
14592
dac804df
SDJ
145932015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14594
14595 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14596 commit.
14597
06265e53
PP
145982015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14599
14600 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14601 New proc.
14602 (test_terminal_settings_preserved_after_sigterm): New test.
14603
18206ca3
PP
146042015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14605
14606 * gdb.base/batch-preserve-term-settings.exp
14607 (test_terminal_settings_preserved_after_cli_exit): New test.
14608
90074d11
PP
146092015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14610
14611 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14612 manipulation of saved_gdbflags.
14613 (test_terminal_settings_preserved): Remove global declaration of
14614 the unused variable pagination_prompt. Remove manipulation of
14615 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14616 GDBFLAGS.
14617
eb1a7902
PA
146182015-07-29 Pedro Alves <palves@redhat.com>
14619
14620 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14621
8b75dd3b
PA
146222015-07-29 Pedro Alves <palves@redhat.com>
14623
14624 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14625 at the top.
14626
dedad4e3
PA
146272015-07-29 Pedro Alves <palves@redhat.com>
14628
14629 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14630 (main): Call gdb_unbuffer_output.
14631 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14632 (main): Call gdb_unbuffer_output.
14633 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14634 (main): Call gdb_unbuffer_output.
14635 * gdb.base/call-strs.exp: Adjust to step over the
14636 gdb_unbuffer_output call.
14637 * gdb.base/catch-gdb-caused-signals.c: Include
14638 "../lib/unbuffer_output.c".
14639 (main): Call gdb_unbuffer_output.
14640 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14641 (main): Call gdb_unbuffer_output.
14642 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14643 (main): Call gdb_unbuffer_output.
14644 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14645 (main): Call gdb_unbuffer_output.
14646 * gdb.base/shlib-call.exp: Adjust to step over the
14647 gdb_unbuffer_output call.
14648 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14649 (main): Call gdb_unbuffer_output.
14650 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14651 (main): Call gdb_unbuffer_output.
14652 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14653 (main): Rename to ...
14654 (test): ... this.
14655 (main): Reimplement.
14656 * gdb.base/varargs.exp: Run to test instead of to main.
14657 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14658 (main): Call gdb_unbuffer_output.
14659
58789a91
PA
146602015-07-29 Pedro Alves <palves@redhat.com>
14661
14662 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14663 factore out from mi_continue_dprintf. For call-style dprintfs,
14664 expect dprintf output out of $inferior_spawn_id.
14665 (mi_continue_dprintf): Use mi_expect_dprintf.
14666 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14667 (main): Call gdb_unbuffer_output.
14668
e8376742
PA
146692015-07-29 Pedro Alves <palves@redhat.com>
14670
14671 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14672 (default_mi_gdb_start): Set inferior_spawn_id instead of
14673 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14674 gdb_spawn_id.
14675 (mi_gdb_test): Always expect inferior output from both
14676 $inferior_spawn_id and $gdb_spawn_id.
14677
08280010
PA
146782015-07-29 Pedro Alves <palves@redhat.com>
14679
14680 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14681 send_inferior and $inferior_spawn_id.
14682
4d30e432
PA
146832015-07-29 Pedro Alves <palves@redhat.com>
14684
14685 * gdb.gdb/complaints.exp (test_initial_complaints)
14686 (test_serial_complaints, test_short_complaints): Use
14687 gdb_test_stdio.
14688 (test_empty_complaint): Handle $inferior_spawn_id !=
14689 $gdb_spawn_id.
14690
0d30a335
PA
146912015-07-29 Pedro Alves <palves@redhat.com>
14692
14693 * gdb.base/varargs.exp: Use gdb_test_stdio.
14694
39413b29
PA
146952015-07-29 Pedro Alves <palves@redhat.com>
14696
14697 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14698
7cb000a9
PA
146992015-07-29 Pedro Alves <palves@redhat.com>
14700
14701 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14702
d7b8ac82
PA
147032015-07-29 Pedro Alves <palves@redhat.com>
14704
14705 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14706 parameter into two new parameters, "inf_result" and "gdb_result".
14707 Expect inferior output and gdb output from $inferior_spawn_id and
14708 $gdb_spawn_id, respectively. Adjust all callers.
14709
789c3a0c
PA
147102015-07-29 Pedro Alves <palves@redhat.com>
14711
14712 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14713 of gdb_test_sequence.
14714
77e760c3
PA
147152015-07-29 Pedro Alves <palves@redhat.com>
14716
14717 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14718 (saw_spurious_output): Expect inferior output from
14719 $inferior_spawn_id. Use gdb_test_stdio.
14720
8396d2cd
PA
147212015-07-29 Pedro Alves <palves@redhat.com>
14722
14723 * gdb.base/dprintf.exp: Use standard_testfile. Change
14724 prepare_for_testing call.
14725 (srcfile): Don't set.
14726 (restart): New procedure.
14727 (test_dprintf): New procecure, use to continue over dprintfs.
14728 (test_call, test_agent): New procedures, tests moved here.
14729 Restart gdb and recreate dprintfs. Adjust expected output.
14730
2051d61f
PA
147312015-07-29 Pedro Alves <palves@redhat.com>
14732
14733 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14734
452397af
PA
147352015-07-29 Pedro Alves <palves@redhat.com>
14736
14737 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14738
8aed9555
PA
147392015-07-29 Pedro Alves <palves@redhat.com>
14740
14741 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14742 gdb_test_stdio.
14743
188a61b4
PA
147442015-07-29 Pedro Alves <palves@redhat.com>
14745
14746 * lib/gdb.exp (gdb_test_stdio): New procedure.
14747
12264a45
PA
147482015-07-29 Pedro Alves <palves@redhat.com>
14749
14750 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14751
23ffc893
PA
147522015-07-29 Pedro Alves <palves@redhat.com>
14753
14754 * gdb.base/call-signal-resume.exp: Remove check for
14755 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14756 * gdb.base/unwindonsignal.exp: Likewise.
14757 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14758 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14759
65566918
PA
147602015-07-29 Pedro Alves <palves@redhat.com>
14761
14762 * gdb.base/siginfo-addr.c (pass): New function.
14763 (handler): Call it iff si_addr is correct.
14764 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14765 Set a breakpoint at "pass" and continue to it.
14766
d60a9221
SDJ
147672015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14768
14769 * gdb.python/py-objfile.exp: Make some tests have unique names.
14770 * gdb.python/py-pp-registration.exp: Likewise.
14771
bde40b8f
PA
147722015-07-28 Pedro Alves <palves@redhat.com>
14773
14774 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14775
13e1dec8
SM
147762015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14777
14778 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14779
da33c9a7
SM
147802015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14781
14782 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14783
077836f7
PP
147842015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14785
14786 * gdb.base/gdb-sigterm-2.exp: New test.
14787
b8cc7b2e
DE
147882015-07-25 Doug Evans <xdje42@gmail.com>
14789
14790 Revert:
14791 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14792 (workers/%.worker, build-perf): New rule.
14793 (GDB_PERFTEST_MODE): New variable.
14794 (check-perf): Use it.
14795 (clean): Clean up gdb.perf parallel build subdirs.
14796 * lib/build-piece.exp: New file.
14797 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14798 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14799 name.
14800 (standard_temp_file): Ditto.
14801 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14802 of $GDB_PARALLEL.
14803
c8bd4544
DE
148042015-07-24 Doug Evans <dje@google.com>
14805
14806 * gdb.perf/lib/perftest/utils.py: New file.
14807 * gdb.perf/gm-hello.cc: New file.
14808 * gdb.perf/gm-pervasive-typedef.cc: New file.
14809 * gdb.perf/gm-pervasive-typedef.h: New file.
14810 * gdb.perf/gm-std.cc: New file.
14811 * gdb.perf/gm-std.h: New file.
14812 * gdb.perf/gm-use-cerr.cc: New file.
14813 * gdb.perf/gm-utils.h: New file.
14814 * gdb.perf/gmonster-null-lookup.py: New file.
14815 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14816 * gdb.perf/gmonster-print-cerr.py: New file.
14817 * gdb.perf/gmonster-ptype-string.py: New file.
14818 * gdb.perf/gmonster-runto-main.py: New file.
14819 * gdb.perf/gmonster-select-file.py: New file.
14820 * gdb.perf/gmonster1-null-lookup.exp: New file.
14821 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14822 * gdb.perf/gmonster1-print-cerr.exp: New file.
14823 * gdb.perf/gmonster1-ptype-string.exp: New file.
14824 * gdb.perf/gmonster1-runto-main.exp: New file.
14825 * gdb.perf/gmonster1-select-file.exp: New file.
14826 * gdb.perf/gmonster1.cc: New file.
14827 * gdb.perf/gmonster1.exp: New file.
14828 * gdb.perf/gmonster2-null-lookup.exp: New file.
14829 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14830 * gdb.perf/gmonster2-print-cerr.exp: New file.
14831 * gdb.perf/gmonster2-ptype-string.exp: New file.
14832 * gdb.perf/gmonster2-runto-main.exp: New file.
14833 * gdb.perf/gmonster2-select-file.exp: New file.
14834 * gdb.perf/gmonster2.cc: New file.
14835 * gdb.perf/gmonster2.exp: New file.
14836
6eab34f3
DE
148372015-07-24 Doug Evans <dje@google.com>
14838
14839 * gdb.perf/README: New file.
14840 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14841 * lib/gen-perf-test.exp: New file.
14842
63738bfd
DE
148432015-07-24 Doug Evans <dje@google.com>
14844
14845 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14846 (PerfTest::startup): New function.
14847 (PerfTest::run): Return result of calling body.
14848 (PerfTest::assemble): Rewrite.
14849 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14850 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14851 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14852 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14853 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14854
7b606f95
DE
148552015-07-24 Doug Evans <dje@google.com>
14856
14857 * lib/gdb.exp (clean_restart): Make executable optional.
14858
a97b16b8
DE
148592015-07-24 Doug Evans <dje@google.com>
14860
14861 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14862 compiler_info references.
14863 * gdb.cp/temargs.exp: Ditto.
14864 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14865 (get_compiler_info): Early exit if already computed. Set compiler_info
14866 to "unknown" if there was a problem.
14867 (test_compiler_info): Add function comment. Call get_compiler_info.
14868
35baa57f
DE
148692015-07-24 Doug Evans <dje@google.com>
14870
14871 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14872 (workers/%.worker, build-perf): New rule.
14873 (GDB_PERFTEST_MODE): New variable.
14874 (check-perf): Use it.
14875 (clean): Clean up gdb.perf parallel build subdirs.
14876 * lib/build-piece.exp: New file.
14877 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14878 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14879 name.
14880 (standard_temp_file): Ditto.
14881 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14882 of $GDB_PARALLEL.
14883
6ebea266
DE
148842015-07-24 Doug Evans <dje@google.com>
14885
14886 * lib/future.exp (gdb_default_target_compile): New option
14887 "early_flags".
14888 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14889 --as-needed.
14890
1e76a7e9
SDJ
148912015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14892
14893 * gdb.base/catch-syscall.exp: Call gdb_exit before
14894 gdb_skip_xml_test.
14895
5068630a
PA
148962015-07-24 Pedro Alves <palves@redhat.com>
14897
14898 * gdb.python/py-events.exp: Accept output between the stop event
14899 and the prompt.
14900 * gdb.python/py-evsignal.exp: Likewise.
14901 * gdb.python/py-evthreads.exp: Likewise.
14902
77598427
PA
149032015-07-24 Pedro Alves <palves@redhat.com>
14904
14905 PR gdb/18717
14906 * gdb.threads/non-ldr-exit.c: New file.
14907 * gdb.threads/non-ldr-exit.exp: New file.
14908
11e6c98f
YQ
149092015-07-24 Yao Qi <yao.qi@linaro.org>
14910
14911 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14912 restarting process.
14913
51aee833
YQ
149142015-07-24 Yao Qi <yao.qi@linaro.org>
14915
14916 * gdb.server/ext-restart.exp: New file.
14917
8cfe207c
YQ
149182015-07-24 Yao Qi <yao.qi@linaro.org>
14919
14920 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14921 argument options.
14922 * gdb.server/ext-wrapper.exp: New file.
14923
cc12ce38
DE
149242015-07-23 Doug Evans <dje@google.com>
14925
14926 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14927 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14928
d0d84780
PMR
149292015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14930
14931 * gdb.ada/var_arr_typedef.exp: New testcase.
14932 * gdb.ada/var_arr_typedef/pack.adb: New file.
14933 * gdb.ada/var_arr_typedef/pack.ads: New file.
14934 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14935
8b558f79
JB
149362015-07-20 Joel Brobecker <brobecker@adacore.com>
14937
14938 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14939
775a3298
JK
149402015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14941
14942 * gdb.arch/i386-biarch-core.exp: Replace istarget
14943 by "complete set gnutarget". Remove expectation for the "core-file"
14944 command.
14945
db1ff28b
JK
149462015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14947
14948 Revert the previous commit:
14949 Tests for validate symbol file using build-id.
14950
0a94970d
JK
149512015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14952
14953 Tests for validate symbol file using build-id.
14954 * gdb.base/solib-mismatch-lib.c: New file.
14955 * gdb.base/solib-mismatch-libmod.c: New file.
14956 * gdb.base/solib-mismatch.c: New file.
14957 * gdb.base/solib-mismatch.exp: New file.
14958
03346981
SL
149592015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14960
14961 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14962 nios2-*-linux*.
14963 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14964 * gdb.base/siginfo.exp: Likewise.
14965 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14966
42422cc7
PL
149672015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14968
14969 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14970 Move it to ...
14971 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14972 ... here.
14973 * gdb.trace/range-stepping.exp: Check that the target supports
14974 range stepping.
14975
cfa68bae
JK
149762015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14977
14978 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14979
8ffdba26
PA
149802015-07-14 Pedro Alves <palves@redhat.com>
14981
14982 * gdb.base/killed-outside.exp: New file.
14983 * gdb.base/killed-outside.c: New file.
14984
218a5a11
JK
149852015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14986
14987 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14988 (n at main): New.
14989 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14990
e03ed3c6
AA
149912015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14992
14993 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14994 infcall tests instead of setting up for KFAIL.
14995
485668e5
MM
149962015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14997
14998 * gdb.btrace/record_goto-step.exp: New.
14999
08464196
JK
150002015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15001
15002 PR compile/18484
15003 * gdb.compile/compile.c (struct struct_type): Add volatile to
15004 selffield's type.
15005 * gdb.compile/compile.exp
15006 (compile code struct_object.selffield = &struct_object): Skip further
15007 struct_object tests if this one xfails.
15008
bcf5c1d9
RC
150092015-07-08 Robert O'Callahan <robert@ocallahan.org>
15010
15011 PR exp/18617
15012 * gdb.trace/ax.exp: Add test.
15013
4931af25
YQ
150142015-07-07 Yao Qi <yao.qi@linaro.org>
15015
15016 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15017 instead of istarget "aarch64*-*-*".
15018 * gdb.arch/aarch64-fp.exp: Likewise.
15019 * gdb.base/float.exp: Likewise.
15020 * gdb.reverse/aarch64.exp: Likewise.
15021 * lib/gdb.exp (is_aarch64_target): New proc.
15022
9fcf688e
YQ
150232015-07-07 Yao Qi <yao.qi@linaro.org>
15024
15025 * lib/gdb.exp (is_aarch32_target): New proc.
15026 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15027 instead of "istarget "arm*-*-*"".
15028 * gdb.arch/arm-disp-step.exp: Likewise.
15029 * gdb.arch/thumb-bx-pc.exp: Likewise.
15030 * gdb.arch/thumb-prologue.exp: Likewise.
15031 * gdb.arch/thumb-singlestep.exp: Likewise.
15032 * gdb.base/disp-step-syscall.exp: Likewise.
15033 * gdb.base/float.exp: Likewise.
15034
fbd8d50d
YQ
150352015-07-07 Yao Qi <yao.qi@linaro.org>
15036
15037 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15038 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15039
71be1fdc
YQ
150402015-07-07 Yao Qi <yao.qi@linaro.org>
15041
15042 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15043 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15044 if it exists.
15045 * gdb.multi/multi-arch.exp: Likewise.
15046
3e221d36
SM
150472015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15048
15049 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15050 print.
15051
d441430b
YQ
150522015-07-07 Yao Qi <yao.qi@linaro.org>
15053
15054 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15055
06f810bd
MG
150562015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15057
15058 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15059 '[' and ']' characters.
15060
5e61e7c0
IB
150612015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15062
15063 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15064
28bf096c
PA
150652015-06-29 Pedro Alves <palves@redhat.com>
15066
15067 PR threads/18127
15068 * gdb.threads/hand-call-new-thread.c: New file.
15069 * gdb.threads/hand-call-new-thread.c: New file.
15070
ee93cd5e
KS
150712015-06-26 Keith Seitz <keiths@redhat.com>
15072 Doug Evans <dje@google.com>
15073
15074 PR 16253
15075 * gdb.cp/var-tag-2.cc: New file.
15076 * gdb.cp/var-tag-3.cc: New file.
15077 * gdb.cp/var-tag-4.cc: New file.
15078 * gdb.cp/var-tag.cc: New file.
15079 * gdb.cp/var-tag.exp: New file.
15080
fc637f04
PP
150812015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15082
15083 * gdb.base/history-duplicates.exp: New test.
15084
2e52ae68
PP
150852015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15086
15087 * gdb.base/completion.exp: Test the completion of the "focus"
15088 command.
15089
6e22494e
JK
150902015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15091
15092 * gdb.arch/amd64-prologue-skip.S: New file.
15093 * gdb.arch/amd64-prologue-skip.exp: New file.
15094
bf7b9cd9
SM
150952015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15096
15097 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15098 is_address_zero_readable check.
15099
201e8dfd
PB
151002015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15101
15102 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15103 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15104
5cd867b4
YQ
151052015-06-24 Yao Qi <yao.qi@linaro.org>
15106
15107 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15108 linux targets.
15109
4d7be007
YQ
151102015-06-24 Yao Qi <yao.qi@linaro.org>
15111
15112 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15113 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15114 * gdb.base/siginfo-thread.exp: Likewise.
15115
07fcd301
YQ
151162015-06-22 Yao Qi <yao.qi@linaro.org>
15117
15118 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15119
52042a00
YQ
151202015-06-22 Yao Qi <yao.qi@linaro.org>
15121
15122 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15123 aarch64*-*-*.
15124 (skip_hw_watchpoint_tests): Likewise.
15125
74bd41ce
PP
151262015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15127
15128 * gdb.base/gdbinit-history.exp: Test the interaction between
15129 setting GDBHISTSIZE and setting the history size via .gdbinit.
15130
bc460514
PP
151312015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15132
15133 PR gdb/16999
15134 * gdb.base/gdbhistsize-history.exp: New test.
15135
b58c513b
PP
151362015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15137
15138 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15139 with GDBHISTSIZE.
15140 * gdb.base/readline.exp: Likewise.
15141
92046791
YQ
151422015-06-17 Yao Qi <yao.qi@linaro.org>
15143
15144 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15145 line.
15146
2093d2d3
PP
151472015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15148
15149 * gdb.base/gdbinit-history.exp: Add test case to check that
15150 an unlimited history file does not get truncated on exit.
15151
e6c693af
AA
151522015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15153
15154 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15155 (VECTOR): New macro. Use it...
15156 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15157 ...for these typedefs.
15158 (int8, char1, int1, double1): New typedefs.
15159 (struct just_int2, struct two_int2): New structures.
15160 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15161 (add_structvecs, add_singlevecs): New functions.
15162 (main): Call add_some_intvecs twice.
15163 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15164 the compile and exit upon failure. Try compiling for the "native"
15165 architecture. Test inferior function calls with vector arguments
15166 and vector return value handling with "finish" and "return".
15167
c74f7d1c
JT
151682015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15169
15170 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15171 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15172 PE file.
15173 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15174
98aa42ee
AT
151752015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15176
15177 PR breakpoints/16465
15178 * gdb.mi/mi-dprintf-pending.c: New file.
15179 * gdb.mi/mi-dprintf-pending.exp: New test.
15180 * gdb.mi/mi-dprintf-pendshr.c: New file.
15181
7d73c23c 151822015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15183 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15184
15185 * gdb.arch/i386-mpx-map.c: New file.
15186 * gdb.arch/i386-mpx-map.exp: New File.
15187
151882015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15189
15190 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15191 * gdb.arch/i386-mpx.exp: Indentation fixed.
15192
151932015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15194
15195 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15196 function and improved indentation.
15197 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15198 gdb_test_multiple. Added additional tests to skip the test.
15199
152002015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15201
15202 * gdb.arch/i386-avx512.c: Change path in include file.
15203 * gdb.arch/i386-avx512.exp: Change include dir path
15204 compilation flag.
15205 * gdb.arch/i386-mpx.c: Change path in include file.
15206 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15207 flag.
15208
d5eba19a
JK
152092015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15210
15211 * gdb.compile/compile-print.exp (compile print *vararray@3)
15212 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15213
7f361056
JK
152142015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15215
15216 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15217 (do not keep jit in memory): ... this.
15218 (expect 5): Change it to ...
15219 (expect no 5): ... this.
15220
3b462ec2
SM
152212015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15222
15223 PR gdb/15564
15224 * gdb.mi/mi-detach.exp: New file.
15225
e0619de6
JK
152262015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15227
15228 PR symtab/18392
15229 * gdb.arch/amd64-tailcall-self.S: New file.
15230 * gdb.arch/amd64-tailcall-self.c: New file.
15231 * gdb.arch/amd64-tailcall-self.exp: New file.
15232
e970cb34
DB
152332015-05-28 Don Breazeal <donb@codesourcery.com>
15234
15235 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15236 tests for remote targets by checking is_target_gdbserver.
15237
b2e2f908
DE
152382015-05-27 Doug Evans <dje@google.com>
15239
15240 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15241 * gdb.dwarf2/opaque-type-lookup.c: New file.
15242 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15243
82c7be31
DE
152442015-05-26 Doug Evans <dje@google.com>
15245
15246 * gdb.cp/iostream.cc: New file.
15247 * gdb.cp/iostream.exp: New file.
15248
b4f54984
DE
152492015-05-26 Doug Evans <dje@google.com>
15250
15251 * gdb.dwarf2/dw2-op-call.exp: Update.
15252 * gdb.dwarf2/dw4-sig-types.exp: Update.
15253 * gdb.dwarf2/implptr.exp: Update.
15254 * gdb.mi/mi-cmd-param-changed.exp: Update.
15255
4ea6efe9
DE
152562015-05-26 Doug Evans <dje@google.com>
15257
15258 * gdb.python/py-lazy-string.c: New file.
15259 * gdb.python/py-lazy-string.exp: New file.
15260 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15261 (main): Update. Add estring3.
15262 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15263 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15264
f6bb7db3
YQ
152652015-05-26 Omair Javaid <omair.javaid@linaro.org>
15266 Yao Qi <yao.qi@linaro.org>
15267
15268 * gdb.reverse/aarch64.c: New.
15269 * gdb.reverse/aarch64.exp: New.
15270
a81bfbd0
OJ
152712015-05-26 Omair Javaid <omair.javaid@linaro.org>
15272
25d49b86
PA
15273 * lib/gdb.exp (supports_process_record): Return true for
15274 aarch64*-linux*.
a81bfbd0
OJ
15275 (supports_reverse): Likewise.
15276
158bf1b4
PP
152772015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15278
15279 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15280 Use with_test_prefix.
15281
a0145030
AB
152822015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15283
15284 * gdb.base/completion.exp: Add test for completion of layout
15285 names.
15286
ebe3b578
AB
152872015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15288
15289 * lib/gdb.exp (skip_tui_tests): New proc.
15290 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15291
84204ed7
PA
152922015-05-19 Pedro Alves <palves@redhat.com>
15293
15294 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15295 Save the whole env array instead of just HOME. Unset HISTSIZE in
15296 the environment while testing. Restore whole environment
15297 afterwards.
15298
37442ce1
DE
152992015-05-16 Doug Evans <xdje42@gmail.com>
15300
15301 * gdb.guile/scm-ports.c: New file.
15302 * gdb.guile/scm-ports.exp: Add memory port tests.
15303
36de76f9
JK
153042015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15305
15306 * gdb.compile/compile-print.c: New file.
15307 * gdb.compile/compile-print.exp: New file.
15308
3a9558c4
JK
153092015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15310
15311 * gdb.compile/compile-ops.exp: Cast param to void.
15312 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15313 (compile code struct_object.selffield = &struct_object): Add xfail.
15314
aa715135
JG
153152015-05-15 Joel Brobecker <brobecker@adacore.com>
15316
15317 * gdb.ada/arr_enum_with_gap: New testcase.
15318
931e5bc3
JG
153192015-05-15 Joel Brobecker <brobecker@adacore.com>
15320
15321 * gdb.ada/byte_packed_arr: New testcase.
15322
9cd4d857
JB
153232015-05-15 Joel Brobecker <brobecker@adacore.com>
15324
15325 * gdb.ada/pckd_neg: New testcase.
15326
ebfd00d2
PP
153272015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15328
15329 PR gdb/17820
15330 * gdb.base/gdbinit-history.exp: New test.
15331 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15332 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15333
4c082a81
SC
153342015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15335
15336 * gdb.python/py-xmethods.cc: Enhance test case.
15337 * gdb.python/py-xmethods.exp: New tests.
15338 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15339 function.
15340 (B_indexoper): Likewise.
15341 (global_dm_list) : Add new xmethod worker functions.
15342
f7797074
SDJ
153432015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15344
15345 * gdb.base/coredump-filter.exp: Correctly unset
15346 "coredump_var_addr" array.
15347
a4674e4e
PA
153482015-05-08 Pedro Alves <palves@redhat.com>
15349
15350 * gdb.server/non-existing-program.exp: Unset spawn_id.
15351
df2eb078
SC
153522015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15353
15354 PR python/18291
15355 * gdb.python/py-xmethods.exp: Add tests.
15356
422349a3
YQ
153572015-05-08 Yao Qi <yao.qi@linaro.org>
15358
15359 PR gdb/18208
15360 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15361 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15362 function set_coredump_filter, and remove remote_exec call.
15363 Remove argument ipid. Callers update.
15364 (top level): Don't get inferior's PID.
15365
63fc80ce
AA
153662015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15367
15368 * gdb.base/watch_thread_num.exp: Skip test on targets without
15369 access watchpoints.
15370
80ad801e
PA
153712015-05-06 Pedro Alves <palves@redhat.com>
15372
15373 PR server/18081
15374 * gdb.server/non-existing-program.exp: New file.
15375
0fa7fe50
JB
153762015-05-05 Joel Brobecker <brobecker@adacore.com>
15377
15378 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15379
3ea89b92
PMR
153802015-05-05 Joel Brobecker <brobecker@adacore.com>
15381
15382 * gdb.ada/out_of_line_in_inlined: New testcase.
15383
87b8eff0
JB
153842015-05-05 Joel Brobecker <brobecker@adacore.com>
15385
15386 * gdb.ada/var_rec_arr: New testcase.
15387
5fccc635
YQ
153882015-04-30 Yao Qi <yao.qi@linaro.org>
15389
15390 * gdb.base/break-idempotent.exp: If
15391 skip_hw_watchpoint_multi_tests returns true, skip the tests
15392 on "rwatch" and "awatch".
15393
42d38f42
YQ
153942015-04-30 Yao Qi <yao.qi@linaro.org>
15395
15396 * gdb.base/relativedebug.exp: Invoke gdb command
15397 "info sharedlibrary", and if libc.so doesn't have debug info,
15398 skip the test.
15399
2ce1cdbf
DE
154002015-04-29 Doug Evans <dje@google.com>
15401
15402 * gdb.python/py-xmethods.exp: Add ptype tests.
15403 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15404 get_result_type method.
15405
f24a38c5
LM
154062015-04-29 Luis Machado <lgustavo@codesourcery.com>
15407
15408 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15409 the target does not support hardware watchpoints.
15410
ecbf2b3c
LM
154112015-04-29 Luis Machado <lgustavo@codesourcery.com>
15412
15413 * gdb.base/break-always.exp: Abort testing if writing to memory
15414 causes an error.
15415
34f5f757
DE
154162015-04-28 Doug Evans <dje@google.com>
15417
15418 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15419 * gdb.python/py-pp-registration.exp: ... here. New file.
15420 * gdb.python/py-pp-registration.c: New file.
15421 * gdb.python/py-pp-registration.py: New file.
15422
69b4374a
DE
154232015-04-28 Doug Evans <dje@google.com>
15424
15425 * gdb.python/py-bad-printers.c: New file.
15426 * gdb.python/py-bad-printers.py: New file.
15427 * gdb.python/py-bad-printers.exp: New file.
15428
59fb7612
SS
154292015-04-28 Sasha Smundak <asmundak@google.com>
15430
15431 * gdb.python/py-type.exp: New test.
15432
2631b16a
AW
154332015-04-28 Andy Wingo <wingo@igalia.com>
15434
15435 * gdb.python/py-parameter.exp:
15436 * gdb.guile/scm-parameter.exp: Escape the path that we are
15437 matching against, as it might contain characters that are special
15438 to regular expressions.
15439
460efde1
JB
154402015-04-27 Joel Brobecker <brobecker@adacore.com>
15441
15442 * gdb.ada/rec_comp: New testcase.
15443
2d369d8e
SDJ
154442015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15445
15446 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15447 before using it.
15448
cf75d6c3
AB
154492015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15450
15451 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15452 new tests for verilog output.
15453
8dbe7ca5
YQ
154542015-04-24 Yao Qi <yao.qi@linaro.org>
15455
15456 * boards/remote-gdbserver-on-localhost.exp: New file.
15457
4ef9fb2f
PA
154582015-04-23 Pedro Alves <palves@redhat.com>
15459
15460 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15461 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15462 "end of file", remove $inferior_spawn_id from the indirect list.
15463
0a803169
PA
154642015-04-23 Pedro Alves <palves@redhat.com>
15465
15466 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15467
749ef8f8
PA
154682015-04-23 Pedro Alves <palves@redhat.com>
15469
15470 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15471 on $any_spawn_id instead of only on $gdb_spawn_id.
15472
8aae4344
PM
154732015-04-21 Pierre Muller <muller@sourceware.org>
15474
15475 PR pascal/17815
15476 * lib/pascal.exp (gpc_compile): Add new option "class".
15477 (fpc_compile): Likewise.
15478 * gdb.pascal/case-insensitive-symbols.pas: New file.
15479 * gdb.pascal/case-insensitive-symbols.exp: New file.
15480
1586c8fb
GB
154812015-04-20 Gary Benson <gbenson@redhat.com>
15482
15483 * gdb.base/attach.exp: Fix three extended remote failures.
15484
1b6e6f5c
GB
154852015-04-17 Gary Benson <gbenson@redhat.com>
15486
15487 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15488 the main executable over the remote protocol.
15489
e797481d
PA
154902015-04-16 Pedro Alves <palves@redhat.com>
15491
15492 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15493 a new gdbserver if gdbserver_reconnect_p is set.
15494
1ca99c42
PA
154952015-04-16 Pedro Alves <palves@redhat.com>
15496
15497 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15498 is set, don't exit gdbserver.
15499
af9fd6f8
AA
155002015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15501
15502 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15503 appropriate .insn, such that an older assembler can be used.
15504 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15505 the z/Architecture instruction set on 31-bit targets as well.
15506
04ff1e61
AA
155072015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15508
15509 * gdb.go/handcall.exp: Remove all logic related to the first
15510 breakpoint and rely on go_runto_main instead.
15511 * gdb.go/strings.exp: Likewise.
15512 * gdb.go/unsafe.exp: Likewise.
15513 * gdb.go/hello.exp: Likewise. Also rename the remaining
15514 breakpoint marker to "breakpoint 1".
15515 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15516 * gdb.go/strings.go: Likewise.
15517 * gdb.go/unsafe.go: Likewise.
15518 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15519 "set breakpoint 2 here" and rename the remaining breakpoint marker
15520 to "breakpoint 1".
15521
40d2f8d6
SM
155222015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15523
15524 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15525 if itertools.imap is not present.
15526 * gdb.python/py-objfile.exp: Add parentheses.
15527 * gdb.python/py-type.exp: Same.
15528 * gdb.python/py-unwind-maint.py: Same.
15529
8cbc97c6
YQ
155302015-04-15 Yao Qi <yao.qi@linaro.org>
15531
15532 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15533 of ":$ptr_size" and set its form explicitly.
15534
45fd756c
YQ
155352015-04-15 Pedro Alves <palves@redhat.com>
15536 Yao Qi <yao.qi@linaro.org>
15537
15538 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15539 timeout by factor of 4.
15540 (test_regular_watch): Likewise.
15541 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15542 * gdb.reverse/sigall-reverse.exp: Likewise.
15543 * gdb.reverse/until-precsave.exp: Likewise.
15544 * lib/gdb.exp (with_timeout_factor): New proc.
15545 (gdb_expect): Move some code to ...
15546 (get_largest_timeout): ... here. New procedure.
15547
9e811bc3
LM
155482015-04-14 Luis Machado <lgustavo@codesourcery.com>
15549
15550 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15551
0ff6fcb2
LM
155522015-04-13 Luis Machado <lgustavo@codesourcery.com>
15553
15554 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15555 to write to the .text section.
15556
7578d5f7
LM
155572015-04-13 Luis Machado <lgustavo@codesourcery.com>
15558
15559 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15560 Handle the case of targets that do not provide PID information.
15561
2efe15c4
YQ
155622015-04-13 Yao Qi <yao.qi@linaro.org>
15563
15564 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15565 and use expect instead of gdb_expect.
15566
8cd8f2f8
SDJ
155672015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15568
15569 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15570 "coredump_var_addr" to avoid naming conflict with other testcases.
15571
9ee41772
PA
155722015-04-10 Pedro Alves <palves@redhat.com>
15573
15574 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15575 gdb_test_sequence and gdb_assert.
15576
07473109
PA
155772015-04-10 Pedro Alves <palves@redhat.com>
15578
15579 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15580 test messages that don't include the breakpoint address.
15581
de3db44c
YQ
155822015-04-10 Yao Qi <yao.qi@linaro.org>
15583
15584 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15585 false for some offset and width combinations which aren't
15586 supported by linux kernel.
15587
c79d856c
PA
155882015-04-10 Pedro Alves <palves@redhat.com>
15589
15590 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15591 procedure, factored out from ...
15592 (top level): ... here. Add "set displaced-stepping" testing axis.
15593 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15594 parameter "displaced". Use it.
15595 (top level): Use foreach and add "set displaced-stepping" testing
15596 axis.
15597
ebc90b50
PA
155982015-04-10 Pedro Alves <palves@redhat.com>
15599
15600 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15601 Remove comment.
15602 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15603 both the address of the instruction that triggers the watchpoint
15604 and the address of the instruction immediately after, and use
15605 those addresses for the test. Fix comment.
15606
8f572e5c
PA
156072015-04-10 Pedro Alves <palves@redhat.com>
15608
15609 * gdb.base/sigstep.exp (breakpoint_to_handler)
15610 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15611 Test "backtrace" in handler.
15612 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15613 (top level): Add new "displaced" test axis to
15614 breakpoint_to_handler, breakpoint_to_handler_entry and
15615 breakpoint_over_handler.
15616
8d707a12
PA
156172015-04-10 Pedro Alves <palves@redhat.com>
15618
15619 PR gdb/18216
15620 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15621
ef713951
YQ
156222015-04-10 Yao Qi <yao.qi@linaro.org>
15623
15624 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15625 (test_add_rn_pc): New function.
15626 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15627 (top level): Invoke test_add_rn_pc.
15628
906d60cf
PA
156292015-04-10 Pedro Alves <palves@redhat.com>
15630
15631 PR gdb/13858
15632 * gdb.base/step-over-no-symbols.exp: New file.
15633
f2983cc3
AW
156342015-04-09 Andy Wingo <wingo@igalia.com>
15635
15636 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15637 after the Python tests.
15638
6d62641c
SDJ
156392015-04-08 Keith Seitz <keiths@redhat.com>
15640
15641 PR python/16699
15642 * gdb.python/py-completion.exp: New tests for completion.
15643 * gdb.python/py-completion.py (CompleteLimit1): New class.
15644 (CompleteLimit2): Likewise.
15645 (CompleteLimit3): Likewise.
15646 (CompleteLimit4): Likewise.
15647 (CompleteLimit5): Likewise.
15648 (CompleteLimit6): Likewise.
15649 (CompleteLimit7): Likewise.
15650
f3770638
PA
156512015-04-08 Pedro Alves <palves@redhat.com>
15652
15653 PR gdb/18214
15654 PR gdb/18216
15655 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15656 function.
15657 (main): Install it as SIGUSR1 handler.
15658 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15659 parameter. Always use "setup" as prefix. Toggle "set
15660 displaced-stepping" off/on depending on global. Don't switch to
15661 thread 1 here.
15662 (top level): Add displaced stepping "off/on" test axis. Update
15663 "setup" calls. Wrap each subtest with with_test_prefix. Test
15664 continuing with a queued signal in each thread.
15665
4496bed7
PA
156662015-04-08 Pedro Alves <palves@redhat.com>
15667
15668 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15669 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15670 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15671 Return early if running to main fails.
15672 * gdb.trace/while-stepping.exp: Likewise.
15673
b97fde92
PA
156742015-04-07 Pedro Alves <palves@redhat.com>
15675
15676 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15677 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15678 interact with inferior program.
15679
f71c18e7
PA
156802015-04-07 Pedro Alves <palves@redhat.com>
15681
15682 * lib/gdb.exp (inferior_spawn_id): New global.
15683 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15684 spawn id after processing the user code.
15685 (default_gdb_start): Set inferior_spawn_id.
15686 (send_inferior): New procedure.
15687 * lib/gdbserver-support.exp (gdbserver_start): Set
15688 inferior_spawn_id.
15689 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15690
6423214f
PA
156912015-04-07 Pedro Alves <palves@redhat.com>
15692
15693 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15694 * lib/gdbserver-support.exp (gdbserver_start): Make
15695 $server_spawn_id global.
15696 (gdbserver_start): Don't wait for gdbserver's spawn id with
15697 expect_background.
15698 (close_gdbserver): New procedure.
15699 (gdb_exit): Rename the default version and reimplement.
15700
71c0ee8c
PA
157012015-04-07 Pedro Alves <palves@redhat.com>
15702
72f4393d 15703 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15704 append the substituted item, not the original item.
15705
203bc29b
PA
157062015-04-07 Pedro Alves <palves@redhat.com>
15707
15708 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15709 gdb_expect.
15710
508a3ddf
PA
157112015-04-07 Pedro Alves <palves@redhat.com>
15712
15713 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15714 output appearing once only.
15715
9f6dbe2b
PA
157162015-04-07 Pedro Alves <palves@redhat.com>
15717
15718 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15719 that doesn't expect anything. Return early if running to main
15720 fails.
15721
337532fa
YQ
157222015-04-07 Yao Qi <yao.qi@linaro.org>
15723
15724 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15725 (child_function): Call alarm.
15726 (main): Move call to alarm into the loop.
15727 * gdb.threads/non-stop-fair-events.exp: Build program with
15728 -DTIMEOUT=$timeout.
15729
01b622d4
DE
157302015-04-06 Doug Evans <xdje42@gmail.com>
15731
15732 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15733 Fix dest parameter to board_info.
15734 (fpc_compile): Ditto.
15735 (gdb_compile_pascal): Rename dest arg to destfile.
15736
961f4160
PMR
157372015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15738
15739 * gdb.ada/funcall_ref.exp: New file.
15740 * gdb.ada/funcall_ref/foo.adb: New file.
15741
cafda597
YQ
157422015-04-02 Yao Qi <yao.qi@linaro.org>
15743
15744 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15745 is remote.
15746
fed040c6
GB
157472015-04-02 Gary Benson <gbenson@redhat.com>
15748
15749 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15750
d11916aa
SS
157512015-04-01 Sasha Smundak <asmundak@google.com>
15752
15753 * gdb.python/py-unwind-maint.c: New file.
15754 * gdb.python/py-unwind-maint.exp: New test.
15755 * gdb.python/py-unwind-maint.py: New file.
15756 * gdb.python/py-unwind.c: New file.
15757 * gdb.python/py-unwind.exp: New test.
15758 * gdb.python/py-unwind.py: New test.
15759
a1471180
PA
157602015-04-01 Pedro Alves <palves@redhat.com>
15761
15762 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15763 to fail instead of non-existent $test.
15764
0bbeccb1
PA
157652015-04-01 Pedro Alves <palves@redhat.com>
15766
15767 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15768 GDBFLAGS if not empty.
15769
3c724c8c
PMR
157702015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15771
15772 * gdb.ada/complete.exp: Remove "multi_line".
15773 * gdb.ada/info_exc.exp: Remove "multi_line".
15774 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15775 * gdb.ada/ptype_field.exp: Remove "multi_line".
15776 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15777 * gdb.ada/tagged.exp: Remove "multi_line".
15778 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15779 [multi_line ...]
15780 * gdb.btrace/delta.exp: Likewise.
15781 * gdb.btrace/exception.exp: Likewise.
15782 * gdb.btrace/function_call_history.exp: Likewise.
15783 * gdb.btrace/instruction_history.exp: Likewise.
15784 * gdb.btrace/nohist.exp: Likewise.
15785 * gdb.btrace/record_goto.exp: Likewise.
15786 * gdb.btrace/segv.exp: Likewise.
15787 * gdb.btrace/stepi.exp: Likewise.
15788 * gdb.btrace/tailcall.exp: Likewise.
15789 * gdb.btrace/unknown_functions.exp: Likewise.
15790 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15791 * lib/gdb.exp: Add the "multi_line" helper.
15792
4eec2deb
PA
157932015-04-01 Pedro Alves <palves@redhat.com>
15794
15795 * gdb.threads/tid-reuse.c: New file.
15796 * gdb.threads/tid-reuse.exp: New file.
15797
df8411da
SDJ
157982015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15799
15800 PR corefiles/16092
15801 * gdb.base/coredump-filter.c: New file.
15802 * gdb.base/coredump-filter.exp: Likewise.
15803
6ef37366
PM
158042015-03-27 Petr Machata <pmachata@redhat.com>
15805
15806 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15807 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15808 (Dwarf::assemble): Initialize them.
15809 (Dwarf::lines): New function.
15810
7ec911b0
JT
158112015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15812
15813 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15814 SYMBOL_PREFIX for x86_64-*-cygwin.
15815
ff908ebf
AW
158162015-03-26 Andy Wingo <wingo@igalia.com>
15817
15818 PR symtab/18148
15819 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15820 const_value but not a location.
15821 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15822 location defined in non-main CUs are visible.
15823
6d5f0679
YQ
158242015-03-26 Yao Qi <yao.qi@linaro.org>
15825
15826 PR testsuite/18139
15827 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15828 Add a line number entry for the same line.
15829 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15830 Add a line number entry for the same line.
15831
2898689b
YQ
158322015-03-26 Yao Qi <yao.qi@linaro.org>
15833
15834 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15835 .int 0.
15836 (func): Likewise. Add .Lfunc_1 label.
15837 Use .Lfunc_1 label.
15838 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15839 .int 0.
15840 (func): Likewise.
15841 Use .Lfunc_1 label.
15842
85180498
YQ
158432015-03-26 Yao Qi <yao.qi@linaro.org>
15844
15845 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15846 Call gdb_compile instead to compile each .s files without debug
15847 information.
15848
8aa08a8d
YQ
158492015-03-26 Yao Qi <yao.qi@linaro.org>
15850
15851 * gdb.base/savedregs.exp (process_saved_regs): Make
15852 "Saved registers:" optional in the pattern.
15853
66849923
MM
158542015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15855
15856 * gdb.btrace/next.exp: Merged into step.exp.
15857 * gdb.btrace/finish.exp: Merged into step.exp.
15858 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15859 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15860 "record goto" and checking the exact replay position.
15861 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15862 check for "Recording format" in "info record" output.
15863 * gdb.btrace/record_goto.exp: Choose test file based on target.
15864 * gdb.btrace/x86-record_goto.S: Renamed into ...
15865 * gdb.btrace/x86_64-record_goto.S: ... this.
15866 * gdb.btrace/i686-record_goto.S: New.
15867 * gdb.btrace/x86-tailcall.S: Renamed into ...
15868 * gdb.btrace/x86_64-tailcall.S: ... this.
15869 * gdb.btrace/i686-tailcall.S: New.
15870 * gdb.btrace/x86-tailcall.c: Renamed into ...
15871 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15872 separate statements. Update test.
15873 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15874 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15875 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15876 * gdb.btrace/tailcall.exp: Choose test file based on target.
15877 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15878
11cc1b74
MM
158792015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15880
15881 * gdb.btrace/exception.exp: Increase BTS buffer size.
15882
a25d8bf9
PA
158832015-03-24 Pedro Alves <palves@redhat.com>
15884
15885 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15886
856e7dd6
PA
158872015-03-24 Pedro Alves <palves@redhat.com>
15888
15889 * gdb.threads/schedlock.exp (test_step): No longer expect that
15890 "set scheduler-locking step" with "next" over a function call runs
15891 threads unlocked.
15892
ad235a41
AT
158932015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15894
15895 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15896
15630549
AT
158972015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15898
15899 PR breakpoints/16466
15900 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15901 * gdb.mi/mi-pending.c (thread_func): New function.
15902 (int main): Add threading support required.
15903 * gdb.mi/mi-pending.exp: Add tests for this issue.
15904 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15905 (pendfunc2): Remove stdio dependency.
15906 * gdb.mi/mi-pendshr2.c: New file.
15907
693dca06
KS
159082015-03-23 Keith Seitz <keiths@redhat.com>
15909
15910 * gdb.linespec/keywords.c: New file.
15911 * gdb.linespec/keywords.exp: New file.
15912
7e993ebf
KS
159132015-03-23 Keith Seitz <keiths@redhat.com>
15914
15915 PR gdb/18021
15916 * gdb.dwarf2/staticvirtual.exp: New test.
15917
bc23328c
JK
159182015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15919
15920 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15921 * README: Remove HP-UX and gdb.hp.
15922 (configuration):
15923 * configure: Regenerate.
15924 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15925 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15926 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15927 gdb.hp/gdb.defects/Makefile.
15928 * gdb.hp/Makefile.in: File deleted.
15929 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15930 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15931 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15932 * gdb.hp/gdb.aCC/run.c: File deleted.
15933 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15934 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15935 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15936 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15937 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15938 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15939 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15940 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15941 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15942 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15943 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15944 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15945 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15946 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15947 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15948 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15949 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15950 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15951 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15952 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15953 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15954 * gdb.hp/gdb.compat/average.c: File deleted.
15955 * gdb.hp/gdb.compat/sum.c: File deleted.
15956 * gdb.hp/gdb.compat/xdb.c: File deleted.
15957 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15958 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15959 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15960 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15961 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15962 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15963 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15964 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15965 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15966 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15967 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15968 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15969 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15970 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15971 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15972 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15973 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15974 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15975 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15976 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15977 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15978 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15979 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15980 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15981 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15982 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15983 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15984 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15985 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15986 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15987 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15988 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15989 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15990 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15991 * gdb.hp/tools/odump: File deleted.
15992
8bf3b159
PA
159932015-03-19 Pedro Alves <palves@redhat.com>
15994
15995 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15996 (saw_thread_3): New globals.
15997 (top level): Increment them when an event for the corresponding
15998 thread is seen.
15999 (no thread starvation): New test.
16000
eb54c8bf
PA
160012015-03-19 Pedro Alves <palves@redhat.com>
16002
16003 * gdb.threads/continue-pending-status.c: New file.
16004 * gdb.threads/continue-pending-status.exp: New file.
16005
32d2e5d6
PA
160062015-03-18 Pedro Alves <palves@redhat.com>
16007
16008 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16009 Use gdb_is_target_remote instead of is_remote. Use
16010 gdb_test_multiple instead of gdb_expect. Exit early if
16011 gdb_test_multiple hits its internal matches. Tighten stepi tests
16012 expected output. Fail on exit with any signal, instead of just
16013 SIGILL.
16014
f68f11b7
YQ
160152015-03-18 Yao Qi <yao.qi@linaro.org>
16016
16017 PR tdep/18107
16018 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16019 variable.
16020 * gdb.base/catch-syscall.exp: Don't skip it on
16021 aarch64*-*-linux* target. Remove elements in all_syscalls.
16022 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16023 target.
16024 (setup_all_syscalls): New proc.
16025
ca5fd19b
YQ
160262015-03-16 Yao Qi <yao.qi@linaro.org>
16027
16028 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16029 (top level): Skip tests if valid_addr_p returns false for
16030 $cmd1 or $cmd2.
16031
85642ba0
AW
160322015-03-11 Andy Wingo <wingo@igalia.com>
16033
16034 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16035
e03f9645
YQ
160362015-03-11 Yao Qi <yao.qi@linaro.org>
16037
16038 * gdb.base/catch-syscall.exp: Fix typo in comments.
16039
5d0962b2
YQ
160402015-03-11 Yao Qi <yao.qi@linaro.org>
16041
16042 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16043
b2df3cef
PA
160442015-03-09 Pedro Alves <palves@redhat.com>
16045
16046 * dg-extract-results.py: Delete.
16047
ef878e53
PA
160482015-03-09 Pedro Alves <palves@redhat.com>
16049
16050 Merge dg-extract-results.sh from GCC upstream (r218843).
16051
16052 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16053 * dg-extract-results.sh: Use --text with grep to avoid issues with
16054 binary files. Fall back to cat -v, if that doesn't work.
16055
9494d219
PA
160562015-03-05 Pedro Alves <palves@redhat.com>
16057
16058 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16059
a8d9763a
SM
160602015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16061
16062 * lib/mi-support.exp (mi_expect_interrupt): Accept
16063 alternative event for when in all-stop mode.
16064
be9957b8
PA
160652015-03-04 Pedro Alves <palves@redhat.com>
16066
16067 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16068
d57be0f4 160692015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16070
16071 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16072
c214c7cf
AA
160732015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16074
16075 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16076 regexps for GDB's current line display, accept a hex address
16077 preceding the line number.
16078
6d74a497
AA
160792015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16080
16081 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16082 the 'arch1' variable for "s390*-linux*" targets.
16083
511aee7c
PA
160842015-03-04 Pedro Alves <palves@redhat.com>
16085
16086 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16087 (main): Pass missing retval argument to pthread_join call.
16088
95e50b27
PA
160892015-03-02 Pedro Alves <palves@redhat.com>
16090
16091 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16092 (top level): Call do_test with non-stop as well.
16093
28054d69
PA
160942015-03-02 Pedro Alves <palves@redhat.com>
16095
16096 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16097 -1.
16098
4fa5d7b4
AA
160992015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16100
16101 * gdb.arch/s390-vregs.exp: New test.
16102 * gdb.arch/s390-vregs.S: New file.
16103
97c18565
PA
161042015-02-27 Pedro Alves <palves@redhat.com>
16105
16106 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16107 call to catch_command_errors.
16108 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16109 catch_command_errors.
16110
a37bfa30
PA
161112015-02-27 Pedro Alves <palves@redhat.com>
16112
16113 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16114 "true" for boolean result.
16115 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16116 prototype of main.
16117
6f98576f
PA
161182015-02-27 Pedro Alves <palves@redhat.com>
16119
16120 * lib/unbuffer_output.c: New file.
16121 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16122 (main): Call gdb_unbuffer_output.
16123
eba5ab56
YQ
161242015-02-27 Yao Qi <yao.qi@linaro.org>
16125
16126 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16127 target.
16128
0def5aaa
DE
161292015-02-26 Doug Evans <dje@google.com>
16130
16131 * gdb.cp/class2.cc (Dbase, D): New classes.
16132 (main): New local delta.
16133 * gdb.cp/class2.exp: Test printing delta.
16134 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16135 (dynbar): New global.
16136 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16137
081a1c2c
JK
161382015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16139
16140 * gdb.compile/compile-ifunc.c: New file.
16141 * gdb.compile/compile-ifunc.exp: New file.
16142
2f41223f
AT
161432015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16144
16145 * gdb.base/structs.exp: Check for correct struct on finish.
16146
03eddd80
YQ
161472015-02-26 Yao Qi <yao.qi@linaro.org>
16148
16149 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16150 is zero.
16151
80c57053
JK
161522015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16153
16154 * gdb.arch/cordic.ko.bz2: New file.
16155 * gdb.arch/cordic.ko.debug.bz2: New file.
16156 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16157
21613c12
YQ
161582015-02-25 Yao Qi <yao.qi@linaro.org>
16159
16160 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16161 aarch64*-*-* target.
16162
d8b901ed
PA
161632015-02-23 Pedro Alves <palves@redhat.com>
16164
16165 * lib/gdb.exp (delete_breakpoints): Rewrite using
16166 gdb_test_multiple.
16167
e5b85ead
PA
161682015-02-23 Pedro Alves <palves@redhat.com>
16169
16170 * gdb.base/info-os.c: Include stdlib.h.
16171
85c3a371
DE
161722015-02-22 Doug Evans <xdje42@gmail.com>
16173
16174 PR symtab/17855
16175 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16176 is read after symbols have been re-read.
16177 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16178 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16179
96553a0c
DE
161802015-02-21 Doug Evans <dje@google.com>
16181
16182 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16183
97a0c697
JK
161842015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16185
16186 PR corefiles/17808
16187 * gdb.arch/i386-biarch-core.core.bz2: New file.
16188 * gdb.arch/i386-biarch-core.exp: New file.
16189
a47cd6e9
PA
161902015-02-21 Pedro Alves <palves@redhat.com>
16191
16192 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16193 runto_main fails.
16194
c5facdc4
PA
161952015-02-20 Pedro Alves <palves@redhat.com>
16196
16197 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16198 info probes.
16199
2db9a427
PA
162002015-02-20 Pedro Alves <palves@redhat.com>
16201
16202 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16203
60fb7e9e
PA
162042015-02-20 Pedro Alves <palves@redhat.com>
16205
16206 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16207 clean_restart before gdb_target_supports_trace.
16208
5c5019c2
PA
162092015-02-20 Pedro Alves <palves@redhat.com>
16210
16211 PR threads/18006
16212 * gdb.threads/clone-thread_db.c: New file.
16213 * gdb.threads/clone-thread_db.exp: New file.
16214
c9587f88
AT
162152015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16216
16217 PR breakpoints/16812
16218 * gdb.base/catch-gdb-caused-signals.c: New file.
16219 * gdb.base/catch-gdb-caused-signals.exp: New file.
16220
f6a88844
JM
162212015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16222
16223 * configure: Regenerated.
16224 * configure.ac: Use GDB_AC_TRANSFORM.
16225 * aclocal.m4: sinclude ../transform.m4.
16226
497c491b
JM
162272015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16228
16229 * lib/dtrace.exp: New file.
16230 * gdb.base/dtrace-probe.exp: Likewise.
16231 * gdb.base/dtrace-probe.d: Likewise.
16232 * gdb.base/dtrace-probe.c: Likewise.
16233 * lib/pdtrace.in: Likewise.
16234 * configure.ac: Output variables with the transformed names of
16235 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16236 * configure: Regenerated.
16237
03e98035
JM
162382015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16239
16240 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16241 expected message when trying to access $_probe_* convenience
16242 variables while not on a probe.
16243
63cc30e9
JK
162442015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16245
16246 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16247
0703599a
PA
162482015-02-11 Pedro Alves <pedro@codesourcery.com>
16249
16250 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16251 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16252
7e60a48e
DE
162532015-02-10 Doug Evans <xdje42@gmail.com>
16254
16255 * lib/gdb.exp (gdb_load): Always return a result.
16256
01b088bc
PA
162572015-02-10 Pedro Alves <palves@redhat.com>
16258
16259 * gdb.threads/signal-sigtrap.c: New file.
16260 * gdb.threads/signal-sigtrap.exp: New file.
16261
b05ec7a5
AT
162622015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16263
16264 * gdb.trace/no-attach-trace.c: New file.
16265 * gdb.trace/no-attach-trace.exp: New file.
16266
a2c2acaf
MW
162672015-02-09 Mark Wielaard <mjw@redhat.com>
16268
16269 * gdb.dwarf2/atomic.c: New file.
16270 * gdb.dwarf2/atomic-type.exp: Likewise.
16271
31fd9caa
MM
162722015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16273
16274 * gdb.btrace/buffer-size.exp: Update "info record" output.
16275 * gdb.btrace/delta.exp: Update "info record" output.
16276 * gdb.btrace/enable.exp: Update "info record" output.
16277 * gdb.btrace/finish.exp: Update "info record" output.
16278 * gdb.btrace/instruction_history.exp: Update "info record" output.
16279 * gdb.btrace/next.exp: Update "info record" output.
16280 * gdb.btrace/nexti.exp: Update "info record" output.
16281 * gdb.btrace/step.exp: Update "info record" output.
16282 * gdb.btrace/stepi.exp: Update "info record" output.
16283 * gdb.btrace/nohist.exp: Update "info record" output.
16284
d33501a5
MM
162852015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16286
16287 * gdb.btrace/buffer-size: New.
16288
f4abbc16
MM
162892015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16290
16291 * gdb.btrace/delta.exp: Update "info record" output.
16292 * gdb.btrace/enable.exp: Update "info record" output.
16293 * gdb.btrace/finish.exp: Update "info record" output.
16294 * gdb.btrace/instruction_history.exp: Update "info record" output.
16295 * gdb.btrace/next.exp: Update "info record" output.
16296 * gdb.btrace/nexti.exp: Update "info record" output.
16297 * gdb.btrace/step.exp: Update "info record" output.
16298 * gdb.btrace/stepi.exp: Update "info record" output.
16299 * gdb.btrace/nohist.exp: Update "info record" output.
16300
b9d61307
SM
163012015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16302
16303 PR gdb/15678
16304 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16305
e584fdbc
PA
163062015-02-06 Pedro Alves <palves@redhat.com>
16307
16308 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16309 macro.
16310 (seconds_left, again): New globals.
16311 (main): Wait seconds_left in a 1-second sleep loop instead of
16312 sleeping 180 seconds. If 'again' is set, reset the seconds
16313 counter.
16314 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16315 'again' in the inferior before detaching. Print the seconds left.
16316 (options): New global.
16317 (top level): Build program with -DTIMEOUT=$timeout.
16318
77f41761
PA
163192015-02-06 Pedro Alves <palves@redhat.com>
16320
16321 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16322 determine how many seconds to pass to 'alarm'.
16323 * gdb.base/gdb-sigterm.exp (top level): Build program with
16324 -DTIMEOUT=$timeout.
16325 (do_test): Return success/failure indication. Add more verbose
16326 logging. Don't fail if 200 single steps are seen. Instead, fail
16327 when the test times out.
16328 (passes): New global.
16329 (top level): Break the testing loop if testing fails on any
16330 iteration. Use gdb_assert.
16331
b9394193
DB
163322015-02-04 Don Breazeal <donb@codesourcery.com>
16333
16334 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16335 and initialize them.
16336 (ipc_cleanup): New function.
16337 (main): Don't declare shmid, semid, and msqid. Add a call to
16338 atexit so that we call ipc_cleanup on exit.
16339
42d9e528
PA
163402015-02-04 Pedro Alves <palves@redhat.com>
16341
16342 * boards/native-extended-gdbserver.exp: Remove any target variant
16343 specifications from the board name before clearing the isremote
16344 flag from board_info.
16345
ae6ae975
DE
163462015-01-31 Doug Evans <xdje42@gmail.com>
16347
16348 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16349
cfb069a8
GB
163502015-01-31 Gary Benson <gbenson@redhat.com>
16351
16352 * gdb.base/completion.exp: Disable completion limiting for
16353 existing tests. Add new tests to check completion limiting.
16354 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16355
5dd31d79
DE
163562015-01-31 Doug Evans <xdje42@gmail.com>
16357
16358 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16359
9f050062
DE
163602015-01-31 Doug Evans <xdje42@gmail.com>
16361
16362 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16363 entries. Duplicate file section script entries.
16364 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16365 inlined entries. Add test for safe-path rejection.
16366 * gdb.python/py-section-script.c: Add duplicate inlined section script
16367 entries. Duplicate file section script entries.
16368 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16369 inlined entries. Add test for safe-path rejection.
16370
df25ebbd
JB
163712015-01-29 Joel Brobecker <brobecker@adacore.com>
16372
16373 * gdb.ada/disc_arr_bound: New testcase.
16374
4a0ca9ec
JB
163752015-01-29 Joel Brobecker <brobecker@adacore.com>
16376
16377 * gdb.ada/mi_var_array: New testcase.
16378
3a8b707a
DE
163792015-01-27 Doug Evans <dje@google.com>
16380
16381 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16382 Add test for objfile.filename, objfile.username after objfile
16383 has been unloaded.
16384
f8313f6e
JB
163852015-01-26 Joel Brobecker <brobecker@adacore.com>
16386
16387 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16388 the second test to print the name attribute of value
16389 returned by the call to gdb.lookup_type, and adjust
16390 the expected output accordingly.
16391
37bc665e
MW
163922015-01-25 Mark Wielaard <mjw@redhat.com>
16393
16394 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16395 * gdb.base/disp-step-fork.c: Include unistd.h.
16396 * gdb.base/siginfo-obj.c: Include stdio.h.
16397 * gdb.base/siginfo-thread.c: Likewise.
16398 * gdb.mi/non-stop.c: Include unistd.h.
16399 * gdb.mi/nsthrexec.c: Include stdio.h.
16400 * gdb.mi/pthreads.c: Include unistd.h.
16401 * gdb.modula2/unbounded1.c (main): Declare returns int.
16402 * gdb.reverse/consecutive-reverse.c: Likewise.
16403 * gdb.threads/create-fail.c: Include unistd.h.
16404 * gdb.threads/killed.c: Likewise.
16405 * gdb.threads/linux-dp.c: Likewise.
16406 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16407 * gdb.threads/non-ldr-exc-2.c: Likewise.
16408 * gdb.threads/non-ldr-exc-3.c: Likewise.
16409 * gdb.threads/non-ldr-exc-4.c: Likewise.
16410 * gdb.threads/pthreads.c: Include unistd.h.
16411 (main): Declare returns int.
16412 * gdb.threads/tls-main.c (foo): New declaration.
16413 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16414
f7e5394d
SM
164152015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16416
16417 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16418 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16419
743649fd
MW
164202015-01-15 Mark Wielaard <mjw@redhat.com>
16421
16422 * gdb.base/noreturn-return.c: New file.
16423 * gdb.base/noreturn-return.exp: New file.
16424 * gdb.base/noreturn-finish.c: New file.
16425 * gdb.base/noreturn-finish.exp: New file.
16426
198297aa
PA
164272015-01-23 Pedro Alves <palves@redhat.com>
16428
16429 * gdb.threads/continue-pending-after-query.c: New file.
16430 * gdb.threads/continue-pending-after-query.exp: New file.
16431
717cf30c
AG
164322015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16433 Simon Marchi <simon.marchi@ericsson.com>
16434
16435 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16436 * gdb.base/valgrind-db-attach.exp: Same.
16437 * gdb.base/valgrind-infcall.exp: Same.
16438 * lib/mi-support.exp (default_mi_gdb_start): Same.
16439 * lib/prompt.exp (default_prompt_gdb_start): Same.
16440 * lib/gdb.exp (default_gdb_spawn): Same.
16441 (gdb_interact): New.
16442
16443
4b62a76e
JK
164442015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16445
16446 * gdb.compile/compile.exp (pointer to jit function): New test.
16447
b4cdae6f
WW
164482015-01-17 Wei-cheng Wang <cole945@gmail.com>
16449
16450 * lib/gdb.exp (supports_process_record): Return true for
16451 powerpc*-*-linux*.
16452 (supports_reverse): Likewise.
16453
d221e7ef
DB
164542015-01-15 Don Breazeal <donb@codesourcery.com>
16455
16456 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16457 instead of checking whether the target board is remote and
16458 use spawn_wait_for_attach instead of exec/sleep.
16459 * gdb.base/attach-twice.exp: Likewise.
16460
bafffb51
JB
164612015-01-15 Joel Brobecker <brobecker@adacore.com>
16462
16463 * gdb.ada/var_arr_attrs: New testcase.
16464
5589af0e
PA
164652015-01-14 Pedro Alves <palves@redhat.com>
16466 Joel Brobecker <brobecker@adacore.com>
16467
16468 PR gdb/17525
16469 * gdb.base/bp-cmds-execution-x-script.c: New file.
16470 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16471 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16472
6c400b59
PA
164732015-01-14 Pedro Alves <palves@redhat.com>
16474
16475 PR cli/17828
16476 * gdb.base/batch-preserve-term-settings.c: New file.
16477 * gdb.base/batch-preserve-term-settings.exp: New file.
16478
e02c96a7
DE
164792015-01-13 Doug Evans <dje@google.com>
16480
16481 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16482 binary.
16483
576fd14c
JB
164842015-01-13 Joel Brobecker <brobecker@adacore.com>
16485
16486 * Makefile.in (clean mostlyclean): Do not delete *.py.
16487
04dccad0
JB
164882015-01-13 Joel Brobecker <brobecker@adacore.com>
16489
16490 * gdb.python/py-lookup-type.exp: New file.
16491
3d230f71
PA
164922015-01-12 Pedro Alves <palves@redhat.com>
16493
16494 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16495 restore GDBFLAGS before returning.
16496
7e67715d
JK
164972015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16498
16499 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16500 is_amd64_regs_target and is_x86_like_target.
16501
f2e0d4b4
DE
165022015-01-11 Doug Evans <xdje42@gmail.com>
16503
16504 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16505 is given without an explicit form.
16506 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16507 attributes.
16508 * gdb.dwarf/corrupt.exp: Ditto.
16509 * gdb.dwarf2/enum-type.exp: Ditto.
16510 * gdb.trace/entry-values.exp: Ditto.
16511 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16512
439250fb
DE
165132015-01-11 Doug Evans <xdje42@gmail.com>
16514
16515 PR gdb/15830
16516 * gdb.base/maint.exp: Remove references to "maint demangle".
16517 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16518 Add tests for explicitly specifying language to demangle.
16519 * gdb.dlang/demangle.exp: Ditto.
16520
ede9f622
PA
165212015-01-09 Pedro Alves <palves@redhat.com>
16522
16523 * gdb.threads/non-stop-fair-events.c: New file.
16524 * gdb.threads/non-stop-fair-events.exp: New file.
16525
a7b796db
PA
165262015-01-09 Pedro Alves <palves@redhat.com>
16527
16528 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16529 the global scope. Set a breakpoint after all threads are started
16530 rather than stepping over two source lines. Expect the prompt.
16531 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16532 global.
16533 (NUM): Now 15.
16534 (main): Use threads_started_barrier to wait for all threads to
16535 start. Main thread no longer calls thread_function. Exit after
16536 180 seconds.
16537 (loop): New function.
16538 (thread_function): Wait on threads_started_barrier barrier. Call
16539 'loop' at each iteration.
16540 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16541 threads have started, instead of hardcoding number of "next"
16542 steps. Use an access watchpoint instead of a write watchpoint.
16543
9665ffdd
PA
165442015-01-09 Pedro Alves <palves@redhat.com>
16545
16546 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16547 (thread_func): Wait on barrier.
16548 (main): Wait for all threads to start before stopping GDB.
16549 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16550 global.
16551 (thread1_func, thread2_func): Wait on barrier.
16552 (main): Wait for all threads to start before stopping GDB.
16553 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16554 New global.
16555 (thread1_func, thread2_func): Wait on barrier.
16556 (main): Wait for all threads to start before stopping GDB.
16557
c945a99f
PA
165582015-01-09 Pedro Alves <palves@redhat.com>
16559
16560 * gdb.threads/attach-many-short-lived-threads.c: New file.
16561 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16562
c1a747c1
PA
165632014-01-09 Pedro Alves <palves@redhat.com>
16564
16565 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16566 instead of to thread 2.
16567 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16568 Add barrier around each pthread_create call instead of around all
16569 calls.
16570 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16571 Set a break on thread_function and have the child threads hit it
16572 one at at a time.
16573
60b3033e
PA
165742015-01-09 Pedro Alves <palves@redhat.com>
16575
16576 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16577 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16578 false.
16579 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16580 checking whether the target board is remote.
16581 * gdb.multi/multi-attach.exp: Likewise.
16582 * gdb.python/py-sync-interp.exp: Likewise.
16583 * gdb.server/ext-attach.exp: Likewise.
16584 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16585 tests that need to attach, instead of checking whether the target
16586 board is remote at the top of the file.
16587
acc018ac
YQ
165882015-01-08 Yao Qi <yao@codesourcery.com>
16589
16590 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16591
50a18af8
JK
165922015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16593
16594 Fix testcase compilation.
16595 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16596
8503d6e1
JB
165972015-01-06 Joel Brobecker <brobecker@adacore.com>
16598
16599 * gdb.python/py-type.exp: Add a couple test about empty
16600 array creation, and negative-length array creation.
16601
cc73dbcc
DE
166022015-01-02 Doug Evans <xdje42@gmail.com>
16603
16604 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16605
0300bbc7
DE
166062015-01-02 Doug Evans <dje@google.com>
16607
16608 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16609
9d85a0ec
YQ
166102014-12-29 Yao Qi <yao@codesourcery.com>
16611
16612 * gdb.trace/entry-values.exp: Update comments. Rename variable
16613 bar_call_foo to returned_from_foo.
16614
87186c6a
MMN
166152014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16616
16617 PR gdb/17394
16618 * gdb.linespec/break-asm-file.c: New file.
16619 * gdb.linespec/break-asm-file.exp: New file.
16620 * gdb.linespec/break-asm-file0.s: New file.
16621 * gdb.linespec/break-asm-file1.s: New file.
16622
1bab7383
YQ
166232014-12-18 Nigel Stephens <nigel@mips.com>
16624 Maciej W. Rozycki <macro@codesourcery.com>
16625
16626 * gdb.base/float.exp: Handle the new output from "info float" on
16627 MIPS targets.
16628
1bc1068a
JK
166292014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16630
16631 Fix MinGW compilation.
16632 * gdb.compile/compile-ops.exp: Update untested message if
16633 !skip_compile_feature_tests.
16634 * gdb.compile/compile-setjmp.exp: Likewise.
16635 * gdb.compile/compile-tls.exp: Likewise.
16636 * gdb.compile/compile.exp: Likewise.
16637 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16638 supported on this host".
16639
b6615d10
DE
166402014-12-16 Doug Evans <xdje42@gmail.com>
16641
16642 * boards/stabs.exp: New file.
16643
25dda427
AA
166442014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16645
16646 * gdb.base/completion.exp: Adjust to format changes of "maint
16647 print user-registers".
16648
bf330350
CU
166492014-12-16 Catalin Udma <catalin.udma@freescale.com>
16650
16651 PR server/17457
16652 * gdb.arch/aarch64-fp.c: New file.
16653 * gdb.arch/aarch64-fp.exp: New file.
16654
395cf596
SDJ
166552014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16656
16657 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16658 r210637, r210913, r211666, r215400, r215817).
16659
16660 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16661 * dg-extract-results.py: New file.
16662 * dg-extract-results.sh: Use it if the environment seems
16663 suitable.
16664
16665 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16666
16667 * dg-extract-results.py (parse_run): Handle warnings that
16668 are printed before a test harness is run.
16669
16670 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16671
16672 * dg-extract-results.py (Named): Remove __cmp__ method.
16673 (output_variation): Use a key to sort variation.harnesses.
16674
16675 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16676
16677 * dg-extract-results.py: For Python 3, force sys.stdout to
16678 handle surrogate escape sequences.
16679 (safe_open): New function.
16680 (output_segment, main): Use it.
16681
16682 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16683
16684 * dg-extract-results.py (Prog.result_re): Include options
16685 in test name.
16686
16687 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16688
16689 * dg-extract-results.py (output_variation): Always sort if
16690 do_sum.
16691
e882ef3c
SM
166922014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16693
16694 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16695 as long as we get pagination notifications.
16696
4992aa20
JM
166972014-12-15 Jason Merrill <jason@redhat.com>
16698
16699 * Makefile.in (check-gdb.%): Restore.
16700 * README: Mention it.
16701
c1b5a1a6
JB
167022014-12-13 Joel Brobecker <brobecker@adacore.com>
16703
16704 * gdb.ada/str_uninit: New testcase.
16705
5537b577
JK
167062014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16707
16708 PR symtab/17642
16709 * gdb.base/vla-stub-define.c: New file.
16710 * gdb.base/vla-stub.c: New file.
16711 * gdb.base/vla-stub.exp: New file.
16712
bb2ec1b3
TT
167132014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16714 Jan Kratochvil <jan.kratochvil@redhat.com>
16715 Tom Tromey <tromey@redhat.com>
16716
16717 * configure.ac: Add gdb.compile/.
16718 * configure: Regenerate.
16719 * gdb.compile/Makefile.in: New file.
16720 * gdb.compile/compile-ops.exp: New file.
16721 * gdb.compile/compile-ops.c: New file.
16722 * gdb.compile/compile-tls.c: New file.
16723 * gdb.compile/compile-tls.exp: New file.
16724 * gdb.compile/compile-constvar.S: New file.
16725 * gdb.compile/compile-constvar.c: New file.
16726 * gdb.compile/compile-mod.c: New file.
16727 * gdb.compile/compile-nodebug.c: New file.
16728 * gdb.compile/compile-setjmp-mod.c: New file.
16729 * gdb.compile/compile-setjmp.c: New file.
16730 * gdb.compile/compile-setjmp.exp: New file.
16731 * gdb.compile/compile-shlib.c: New file.
16732 * gdb.compile/compile.c: New file.
16733 * gdb.compile/compile.exp: New file.
16734 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16735
4ff709eb
TT
167362014-12-12 Tom Tromey <tromey@redhat.com>
16737
16738 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16739 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16740
6dddd6a5
DE
167412014-12-12 Doug Evans <dje@google.com>
16742
16743 * lib/gdb-python.exp (get_python_valueof): New function.
16744 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16745
71c24708
AA
167462014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16747
16748 * gdb.base/completion.exp: Add test for completion of "info
16749 registers ".
16750
3e29f34a
MR
167512014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16752
16753 * gdb.base/func-ptrs.c: New file.
16754 * gdb.base/func-ptrs.exp: New file.
16755
fc126975
SM
167562014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16757
16758 PR breakpoints/17012
16759 * gdb.base/dprintf-detach.c: New file.
16760 * gdb.base/dprintf-detach.exp: New file.
16761
0a46d518
SM
167622014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16763
16764 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16765 * lib/gdb.exp (target_is_gdbserver): New procedure.
16766
a0be3e44
DE
167672014-12-08 Doug Evans <dje@google.com>
16768
16769 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16770
df1b803a
YQ
167712014-12-05 Yao Qi <yao@codesourcery.com>
16772
16773 * gdb.guile/scm-error.exp: Remove the third argument to
16774 gdb_remote_download.
16775 * gdb.guile/scm-frame-args.exp: Likewise.
16776 * gdb.guile/scm-section-script.exp: Likewise.
16777
ddb9f679
YQ
167782014-12-05 Yao Qi <yao@codesourcery.com>
16779
16780 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16781
86e4ed39
DE
167822014-12-04 Doug Evans <dje@google.com>
16783
16784 * gdb.python/py-objfile.exp: Add tests for
16785 objfile.add_separate_debug_file.
16786
7c50a931
DE
167872014-12-04 Doug Evans <dje@google.com>
16788
16789 * lib/gdb.exp (get_build_id): New function.
16790 (build_id_debug_filename_get): Rewrite to use it.
16791 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16792
621661e3
MR
167932014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16794
16795 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16796 `method(long)', not just 0x0.
16797 * gdb.cp/nsalias.exp: Align code labels to 4.
16798 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16799 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16800 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16801 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16802 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16803 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16804
29f0c3b7
DE
168052014-12-02 Doug Evans <dje@google.com>
16806
e1e061e7 16807 PR symtab/17602
29f0c3b7 16808 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16809 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16810 * gdb.cp/anon-ns.exp: Update.
16811
162078c8
NB
168122014-12-02 Nick Bull <nicholaspbull@gmail.com>
16813
16814 * gdb.python/py-events.py (inferior_call_handler): New.
16815 (register_changed_handler, memory_changed_handler): New.
16816 (test_events.invoke): Register new handlers.
16817 * gdb.python/py-events.exp: Add tests for inferior call,
16818 memory_changed and register_changed events.
16819
fdb09caf
AA
168202014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16821
16822 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16823 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16824 if the linker doesn't understand this.
16825
55cfb2c4
SM
168262014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16827
16828 * gdb.python/python.exp: Change expected reply to help().
16829
9e8cd6df
YQ
168302014-12-01 Yao Qi <yao@codesourcery.com>
16831
16832 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16833 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16834 * configure: Re-generated.
16835
6c659fc2
SC
168362014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16837
16838 * gdb.cp/chained-calls.cc: New file.
16839 * gdb.cp/chained-calls.exp: New file.
16840 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16841
d7fc3181
SM
168422014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16843
16844 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16845 * gdb.dwarf2/symtab-producer.exp: Same.
16846 * gdb.gdb/python-interrupts.exp: Same.
16847 * gdb.gdb/python-selftest.exp: Same.
16848 * gdb.python/py-linetable.exp: Same.
16849 * gdb.python/py-type.exp: Same.
16850 * gdb.python/py-value-cc.exp: Same.
16851 * gdb.python/py-value.exp: Same.
16852
10e79639
YQ
168532014-11-28 Yao Qi <yao@codesourcery.com>
16854
16855 * gdb.base/break-probes.exp: Match library name prefixed with
16856 sysroot.
16857
f28a0564
SM
168582014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16859
16860 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16861 test expected output. Add parentheses for the call to print.
16862 Remove L suffix from integers.
16863
3fe1ce1d
DE
168642014-11-26 Doug Evans <dje@google.com>
16865
16866 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16867
84429e27
YQ
168682014-11-22 Yao Qi <yao@codesourcery.com>
16869
16870 * gdb.trace/entry-values.c: Remove asms.
16871 (foo): Add foo_label.
16872 (bar): Add bar_label.
16873 * gdb.trace/entry-values.exp: Remove code computing foo's
16874 length and bar's length.
16875 (Dwarf::assemble): Invoke function_range for bar and use
16876 MACRO_AT_func for foo.
16877
26741859
YQ
168782014-11-22 Yao Qi <yao@codesourcery.com>
16879
16880 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16881 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16882 Use .Lgcc43_procstart instead of gcc43.
16883
45e44d27
JB
168842014-11-21 Joel Brobecker <brobecker@adacore.com>
16885
16886 * gdb.ada/n_arr_bound: New testcase.
16887
458c8db8
SDJ
168882014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16889
16890 PR breakpoints/10737
16891 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16892 test_catch_syscall_multi_arch.
16893 (test_catch_syscall_multi_arch): New function.
16894
43f3e411
DE
168952014-11-20 Doug Evans <xdje42@gmail.com>
16896
16897 * gdb.base/maint.exp: Update expected output.
16898
0d7b2549
AA
168992014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16900
16901 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16902 4-byte instruction on S390.
16903
8908fca5
JB
169042014-11-19 Joel Brobecker <brobecker@adacore.com>
16905
16906 * gdb.ada/arr_arr: New testcase.
16907
4a46959e
JB
169082014-11-19 Joel Brobecker <brobecker@adacore.com>
16909
16910 * gdb.ada/pkd_arr_elem: New Testcase.
16911
470e2f4e
LM
169122014-11-18 Luis Machado <lgustavo@codesourcery.com>
16913
16914 * gdb.reverse/break-precsave: Expect completion message for
16915 core file reads.
16916 * gdb.reverse/consecutive-precsave.exp: Likewise.
16917 * gdb.reverse/finish-precsave.exp: Likewise.
16918 * gdb.reverse/i386-precsave.exp: Likewise.
16919 * gdb.reverse/machinestate-precsave.exp: Likewise.
16920 * gdb.reverse/sigall-precsave.exp: Likewise.
16921 * gdb.reverse/solib-precsave.exp: Likewise.
16922 * gdb.reverse/step-precsave.exp: Likewise.
16923 * gdb.reverse/until-precsave.exp: Likewise.
16924 * gdb.reverse/watch-precsave.exp: Likewise.
16925
a267f3ad
AA
169262014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16927
16928 * gdb.base/bp-permanent.c: Include unistd.h.
16929 * gdb.python/py-framefilter-mi.c (main): Add return type.
16930 * gdb.python/py-framefilter.c (main): Likewise.
16931 * gdb.trace/actions-changed.c (main): Likewise.
16932
12084a9a
AA
169332014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16934
16935 * gdb.mi/until.c: Add eye-catchers.
16936 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16937 line numbers.
16938
dc7e1a77
AA
169392014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16940
16941 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16942 function header variants in break1.c.
16943 * gdb.base/ena-dis-br.exp: Likewise.
16944 * gdb.base/hbreak2.exp: Likewise.
16945 * gdb.reverse/until-precsave.exp: Drop references to removed
16946 non-prototype function header variants in ur1.c.
16947 * gdb.reverse/until-reverse.exp: Likewise.
16948
41c77605
PM
169492014-11-17 Petr Machata <pmachata@redhat.com>
16950
16951 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16952 ${_cu_offset_size} bytes abbrev offset.
16953
34248c3a
DE
169542014-11-15 Doug Evans <xdje42@gmail.com>
16955
16956 PR symtab/17559
16957 * gdb.base/line-symtabs.exp: New file.
16958 * gdb.base/line-symtabs.c: New file.
16959 * gdb.base/line-symtabs.h: New file.
16960
646da059
YQ
169612014-11-14 Yao Qi <yao@codesourcery.com>
16962
16963 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16964 (func): Add label func_label.
16965 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16966 Replace low_pc and high_pc with MACRO_AT_range.
16967 Replace name, low_pc and high_pc with MACRO_AT_func.
16968
9301ebe6
YQ
169692014-11-14 Yao Qi <yao@codesourcery.com>
16970
16971 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16972 Replace name, low_pc and high_pc with MACRO_AT_func.
16973
f166b542
YQ
169742014-11-14 Yao Qi <yao@codesourcery.com>
16975
16976 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16977 produce debug information.
16978 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16979
0f6e71e3
YQ
169802014-11-14 Yao Qi <yao@codesourcery.com>
16981
16982 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16983 object and get function length.
16984 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16985 with MACRO_AT_func.
16986 (top-level): Replace gdb_compile and clean_restart with
16987 prepare_for_testing.
16988 * gdb.dwarf2/main.c (main): Add label main_label.
16989
876c4df9
YQ
169902014-11-14 Yao Qi <yao@codesourcery.com>
16991
16992 * lib/dwarf.exp (function_range): New procedure.
16993 (Dwarf::_handle_macro_at_func): New procedure.
16994 (Dwarf::_handle_macro_at_range): New procedure.
16995 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16996
02ad9cf1
YQ
169972014-11-14 Yao Qi <yao@codesourcery.com>
16998
16999 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17000 (_handle_attribute): New procedure.
17001
a59add0c
AA
170022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17003
17004 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17005 * gdb.base/call-sc.c (zed): Likewise.
17006 * gdb.base/checkpoint.c (main): Likewise.
17007 * gdb.base/dump.c (main): Likewise.
17008 * gdb.base/gcore.c (main): Likewise.
17009 * gdb.base/huge.c (main): Likewise.
17010 * gdb.base/multi-forks.c (main): Likewise.
17011 * gdb.base/pr10179-a.c (main): Likewise.
17012 * gdb.base/savedregs.c (main): Likewise.
17013 * gdb.base/sigaltstack.c (main): Likewise.
17014 * gdb.base/siginfo.c (main): Likewise.
17015 * gdb.base/structs.c (zed): Likewise.
17016 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17017 * gdb.mi/mi-syn-frame.c (main): Likewise.
17018 * gdb.mi/until.c (foo, main): Likewise.
17019 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17020 * gdb.base/solib-weak.c (foo): Declare.
17021 * gdb.base/attach-twice.c: Include stdio.h.
17022 * gdb.base/weaklib1.c: Likewise.
17023 * gdb.base/weaklib2.c: Likewise.
17024 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17025 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17026 unistd.h.
17027 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17028 * gdb.mi/mi-exit-code.c: Likewise.
17029 * gdb.base/break-interp-lib.c: Include string.h.
17030 * gdb.base/coremaker.c: Likewise.
17031 * gdb.base/testenv.c: Likewise.
17032 * gdb.python/py-finish-breakpoint.c: Likewise.
17033 * gdb.base/inferior-died.c: Include sys/wait.h.
17034 * gdb.base/fileio.c: Include time.h.
17035 * gdb.base/async-shell.c: Include unistd.h.
17036 * gdb.base/dprintf-non-stop.c: Likewise.
17037 * gdb.base/info-os.c: Likewise.
17038 * gdb.mi/mi-console.c: Likewise.
17039 * gdb.mi/watch-nonstop.c: Likewise.
17040 * gdb.python/py-events.c: Likewise.
17041 * gdb.base/async.c (baz): Move up before its invocation.
17042 * gdb.base/code_elim2.c (my_global_func): Likewise.
17043 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17044 * gdb.base/advance.c (func2): Likewise.
17045
3b5d5997
AA
170462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17047
17048 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17049 variant.
17050 * gdb.base/annota3.c: Likewise.
17051 * gdb.base/async.c: Likewise.
17052 * gdb.base/average.c: Likewise.
17053 * gdb.base/call-ar-st.c: Likewise.
17054 * gdb.base/call-rt-st.c: Likewise.
17055 * gdb.base/call-sc.c: Likewise.
17056 * gdb.base/call-strs.c: Likewise.
17057 * gdb.base/ending-run.c: Likewise.
17058 * gdb.base/execd-prog.c: Likewise.
17059 * gdb.base/exprs.c: Likewise.
17060 * gdb.base/foll-exec.c: Likewise.
17061 * gdb.base/foll-fork.c: Likewise.
17062 * gdb.base/foll-vfork.c: Likewise.
17063 * gdb.base/funcargs.c: Likewise.
17064 * gdb.base/gcore.c: Likewise.
17065 * gdb.base/jump.c: Likewise.
17066 * gdb.base/langs0.c: Likewise.
17067 * gdb.base/langs1.c: Likewise.
17068 * gdb.base/langs2.c: Likewise.
17069 * gdb.base/mips_pro.c: Likewise.
17070 * gdb.base/nodebug.c: Likewise.
17071 * gdb.base/opaque0.c: Likewise.
17072 * gdb.base/opaque1.c: Likewise.
17073 * gdb.base/recurse.c: Likewise.
17074 * gdb.base/run.c: Likewise.
17075 * gdb.base/scope0.c: Likewise.
17076 * gdb.base/scope1.c: Likewise.
17077 * gdb.base/setshow.c: Likewise.
17078 * gdb.base/setvar.c: Likewise.
17079 * gdb.base/shmain.c: Likewise.
17080 * gdb.base/shr1.c: Likewise.
17081 * gdb.base/shr2.c: Likewise.
17082 * gdb.base/sigall.c: Likewise.
17083 * gdb.base/signals.c: Likewise.
17084 * gdb.base/so-indr-cl.c: Likewise.
17085 * gdb.base/solib2.c: Likewise.
17086 * gdb.base/structs.c: Likewise.
17087 * gdb.base/sum.c: Likewise.
17088 * gdb.base/vforked-prog.c: Likewise.
17089 * gdb.base/watchpoint.c: Likewise.
17090 * gdb.reverse/shr2.c: Likewise.
17091 * gdb.reverse/until-reverse.c: Likewise.
17092 * gdb.reverse/ur1.c: Likewise.
17093 * gdb.reverse/watch-reverse.c: Likewise.
17094
066a77c5
AA
170952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17096
17097 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17098 variant.
17099 * gdb.base/sepdebug.exp: Drop references to removed code.
17100
4f204ea5
AA
171012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17102
17103 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17104 variant. Preserve original line numbering.
17105 * gdb.base/list1.c: Likewise.
17106
3b377a3a
AA
171072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17108
17109 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17110 variant.
17111 * gdb.base/break1.c: Likewise.
17112 * gdb.base/break.exp: Drop references to removed code.
17113
e444df73
AA
171142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17115
17116 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17117 variant.
17118
8008f2a7
AA
171192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17120
17121 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17122
a5a06887
AA
171232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17124
17125 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17126 logic into perform_all_tests() and invoke it with and without
17127 function header prototypes.
17128 (do_function_calls): Remove conditional XFAIL for PR 5318.
17129 (rerun_and_prepare): Remove duplicate code.
17130 (perform_all_tests): New. Main logic moved here.
17131
44dba9b9
AA
171322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17133
17134 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17135 code guarded by #ifdef NO_PROTOTYPES.
17136 (t_double_many_args): Likewise.
17137 (DEF_FUNC_MANY_ARGS_1): Likewise.
17138 (DEF_FUNC_VALUES_1): Likewise.
17139 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17140 guarded by #ifdef PROTOTYPES.
17141
d1fbcd56
AA
171422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17143
17144 * gdb.mi/mi-console.c: Add eye-catcher.
17145 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17146 instead of literal line number.
17147
b0e59b8f
AA
171482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17149
17150 * gdb.base/shr2.c: Add eye-catcher.
17151 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17152 line number.
17153
78f98cca
AA
171542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17155
17156 * gdb.base/jump.c: Add eye-catchers.
17157 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17158 numbers.
17159
58fa2af0
AA
171602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17161
17162 * gdb.base/execd-prog.c: Add eye-catchers.
17163 * gdb.base/foll-exec.c: Likewise.
17164 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17165 line numbers.
17166
04e5059b
AA
171672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17168
17169 * gdb.base/ending-run.c: Add eye-catchers.
17170 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17171 literal line numbers.
17172
dbfdb174
AA
171732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17174
17175 * gdb.base/call-rt-st.c: Add eye-catchers.
17176 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17177 literal line numbers.
17178
888a2ade
AA
171792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17180
17181 * gdb.base/call-ar-st.c: Add eye-catchers.
17182 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17183 literal line numbers.
17184
6acc2dde
AA
171852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17186
17187 * gdb.base/average.c: Add eye-catchers.
17188 * gdb.base/sum.c: Likewise.
17189 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17190 regexps dynamically.
17191
9ecfcd1d
AA
171922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17193
17194 * gdb.base/solib1.c: Add eye-catchers.
17195 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17196 literal line numbers.
17197
78708b7c
PA
171982014-11-12 Pedro Alves <palves@redhat.com>
17199
17200 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17201 leader has exited.
17202
af48d08f
PA
172032014-11-12 Pedro Alves <palves@redhat.com>
17204
17205 * gdb.arch/i386-bp_permanent.c: New file.
17206 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17207 (srcfile): Set to i386-bp_permanent.c.
17208 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17209 that stepi does not execute the 'leave' instruction, instead of
17210 testing it does execute.
17211 * gdb.base/bp-permanent.c: New file.
17212 * gdb.base/bp-permanent.exp: New file.
17213
af3768e9
DE
172142014-11-10 Doug Evans <xdje42@gmail.com>
17215
17216 PR symtab/17564
17217 * gdb.base/symtab-search-order.exp: New file.
17218 * gdb.base/symtab-search-order.c: New file.
17219 * gdb.base/symtab-search-order-1.c: New file.
17220 * gdb.base/symtab-search-order-shlib-1.c: New file.
17221
9de00a4a
PA
172222014-11-07 Pedro Alves <palves@redhat.com>
17223
17224 PR gdb/17511
17225 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17226 i?86-*-linux*.
17227
e0f52461
SC
172282014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17229
17230 PR c++/17494
17231 * gdb.cp/pr17494.cc: New file.
17232 * gdb.cp/pr17494.exp: New file.
17233
6ce8c980
YQ
172342014-11-02 Yao Qi <yao@codesourcery.com>
17235
17236 * gdb.python/python.exp: Get working directory and match the
17237 output of "set extended-prompt \\w " with it.
17238
02be9a71
DE
172392014-10-30 Doug Evans <dje@google.com>
17240
17241 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17242 in objfiles.
17243 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17244 in progspaces.
17245
3bdff46b
LM
172462014-10-30 Janis Johnson <janisjo@codesourcery.com>
17247
17248 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17249 * gdb.base/realname-expand.exp: Likewise.
17250 * gdb.linespec/macro-relative.exp: Likewise.
17251
ab917dfb
PA
172522014-10-29 Pedro Alves <palves@redhat.com>
17253
17254 PR gdb/17408
17255 * gdb.threads/schedlock.c (some_function): New function.
17256 (call_function): New global.
17257 (MAYBE_CALL_SOME_FUNCTION): New macro.
17258 (thread_function): Call it.
17259 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17260 and use it instead of a global counter. Adjust all callers.
17261 (get_current_thread): Use "find current thread" for test message
17262 here rather than having all callers pass down the same string.
17263 (goto_loop): New procedure, factored out from ...
17264 (my_continue): ... this.
17265 (step_ten_loops): Change parameter from test message to command to
17266 use. Adjust.
17267 (list_count): Delete global.
17268 (check_result): New procedure, factored out from duplicate top
17269 level code.
17270 (continue tests): Wrap in with_test_prefix.
17271 (test_step): New procedure, factored out from duplicate top level
17272 code.
17273 (top level): Test "step" in combination with all scheduler-locking
17274 modes. Test "next" in combination with all scheduler-locking
17275 modes, and in combination with stepping over a function call or
17276 not.
17277 * gdb.threads/next-bp-other-thread.c: New file.
17278 * gdb.threads/next-bp-other-thread.exp: New file.
17279
d3d4baed
PA
172802014-10-29 Pedro Alves <palves@redhat.com>
17281
17282 PR python/17372
17283 * gdb.python/python.exp: Test a multi-line command that spawns
17284 interactive Python.
17285 * gdb.base/multi-line-starts-subshell.exp: New file.
17286
563e8d85
YQ
172872014-10-29 Yao Qi <yao@codesourcery.com>
17288
17289 * gdb.base/fileio.exp: Make directories on host.
17290
0ea4d52e
YQ
172912014-10-29 Yao Qi <yao@codesourcery.com>
17292
17293 * gdb.base/fileio.c (test_write): Close the file.
17294
7f5ef605
PA
172952014-10-28 Pedro Alves <palves@redhat.com>
17296
17297 PR gdb/12623
17298 * gdb.base/sigstep.c (no_handler): New global.
17299 (main): If 'no_handler is true, set the signal handlers to
17300 SIG_IGN.
17301 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17302 with_sw_watch and no_handler parameters. Handle them.
17303 (top level) <stepping over handler when stopped at a breakpoint
17304 test>: Add a test axis for testing with a software watchpoint, and
17305 another for testing with the signal handler set to SIG_IGN.
17306 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17307 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17308
abbdbd03
PA
173092014-10-28 Pedro Alves <palves@redhat.com>
17310
17311 PR gdb/17511
17312 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17313 * gdb.base/sigstep.exp (other_handler_location): New global.
17314 (advance): Support stepping into the signal handler, and running
17315 commands while in the handler.
17316 (in_handler_map): New global.
17317 (top level): In the advance test, add combinations for getting
17318 into the handler with stepping commands, and for running commands
17319 in the handler. Add comment descripting the advancei tests.
17320
1df4399f
PA
173212014-10-28 Pedro Alves <palves@redhat.com>
17322
17323 * gdb.base/sigstep.exp: Use build_executable instead of
17324 prepare_for_testing.
17325 (top level): Move code that starts GDB, runs to main and creates a
17326 display to ...
17327 (restart): ... this new procedure.
17328 (top level): Move backtrace from signal handler test to ...
17329 (validate_backtrace): ... this new procedure.
17330 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17331 with_test_prefix. Always restart GDB.
17332 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17333 with_test_prefix. Always restart GDB. No need to delete
17334 breakpoints after the test.
17335 (test_skip_handler): Remove prefix parameter.
17336 (skip_over_handler, breakpoint_to_handler)
17337 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17338 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17339 restart GDB. No need to delete breakpoints after the test.
17340 (top level): Use foreach to call the test procedures with
17341 different commands.
17342
a5b6e449
PA
173432014-10-28 Pedro Alves <palves@redhat.com>
17344
17345 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17346 instead of GNATS numbers.
17347 * gdb.base/sigbpt.exp: Likewise.
17348 * gdb.base/siginfo.exp: Likewise.
17349 * gdb.base/sigstep.exp: Likewise.
17350
e5f8a7cc
PA
173512014-10-27 Pedro Alves <palves@redhat.com>
17352
17353 * gdb.base/sigstep.c (dummy): New global.
17354 (main): Issue a couple writes to the new global.
17355 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17356 procedures.
17357 (skip_over_handler): Use test_skip_handler.
17358 (top level): Call skip_over_handler for stepi and nexti too.
17359 (breakpoint_over_handler): Use test_skip_handler.
17360 (top level): Call breakpoint_over_handler for stepi and nexti too.
17361
763905a3
YQ
173622014-10-27 Yao Qi <yao@codesourcery.com>
17363
17364 * gdb.trace/tfile.c (adjust_function_address)
17365 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17366 function descriptor.
17367
6f259a23
DB
173682014-10-24 Don Breazeal <donb@codesourcery.com>
17369
17370 * gdb.base/foll-fork.exp (test_follow_fork,
17371 catch_fork_child_follow): Check for updated fork messages emitted
17372 from infrun.c.
17373 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17374 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17375 vfork_and_exec_child_follow_through_step): Check for updated vfork
17376 messages emitted from infrun.c.
17377
09dd9a69
PA
173782014-10-24 Pedro Alves <palves@redhat.com>
17379
17380 * gdb.base/corefile.exp: Remove references to ultrix.
17381 * gdb.base/interrupt.exp: Likewise.
17382 * gdb.base/whatis.exp: Likewise.
17383 * gdb.gdb/selftest.exp: Likewise.
17384 * gdb.threads/manythreads.exp: Likewise.
17385 * gdb.threads/print-threads.exp: Likewise.
17386 * gdb.threads/pthreads.exp:: Likewise.
17387 * gdb.threads/schedlock.exp: Likewise.
17388
3433cfa5
SC
173892014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17390
17391 * gdb.cp/non-trivial-retval.cc: Add a test case.
17392 * gdb.cp/non-trivial-retval.exp: Add a test.
17393
092f880b
YQ
173942014-10-20 Yao Qi <yao@codesourcery.com>
17395
17396 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17397 * gdb.python/py-objfile-script-gdb.py: New file.
17398 * gdb.python/py-objfile-script.exp: Update reference to
17399 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17400 of remote_download. Remove the dest file.
17401
acbdb7f3
YQ
174022014-10-20 Yao Qi <yao@codesourcery.com>
17403
17404 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17405 * gdb.base/step-line.exp: Likewise.
17406 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17407 * gdb.dwarf2/dw2-basic.exp: Likewise.
17408 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17409 * gdb.dwarf2/dw2-filename.exp: Likewise.
17410 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17411 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17412 * gdb.dwarf2/dw2-producer.exp: Likewise.
17413 * gdb.dwarf2/mac-fileno.exp: Likewise.
17414 * gdb.python/py-frame-args.exp: Likewise.
17415 * gdb.python/py-framefilter.exp: Likewise.
17416 * gdb.python/py-mi.exp: Likewise.
17417 * gdb.python/py-objfile-script.exp: Likewise
17418 * gdb.python/py-pp-integral.exp: Likewise.
17419 * gdb.python/py-pp-re-notag.exp: Likewise.
17420 * gdb.python/py-prettyprint.exp: Likewise.
17421 * gdb.python/py-section-script.exp: Likewise.
17422 * gdb.python/py-typeprint.exp: Likewise.
17423 * gdb.python/py-xmethods.exp: Likewise.
17424 * gdb.stabs/weird.exp: Likewise.
17425 * gdb.xml/tdesc-regs.exp: Likewise.
17426
bd286a29
KCY
174272014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17428
17429 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17430 (out_cu): Use addr_len for the size of addresses.
17431 (out_line): Likewise. Size DW_LNE_set_address instruction
17432 according to addr_len.
17433 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17434 (FUNC): Add START_INSNS to definition.
17435
673dc4a0
YQ
174362014-10-18 Yao Qi <yao@codesourcery.com>
17437
17438 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17439 gdb_has_argv0 return true.
17440 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17441 check [target_info exists noargs], check [gdb_has_argv0]
17442 instead.
17443 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17444 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17445 procedures.
17446
4ffbba72
DE
174472014-10-17 Doug Evans <dje@google.com>
17448
17449 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17450 event.
17451 * gdb.python/py-events.py: Add clear_objfiles event.
17452
d096d8c1
DE
174532014-10-17 Doug Evans <dje@google.com>
17454
17455 * gdb.python/py-objfile.exp: Test progspace attribute.
17456
a80db015
LM
174572014-10-17 Luis Machado <lgustavo@codesourcery.com>
17458
17459 * gdb.guile/scm-breakpoint.exp: Do not assume any
17460 directory separators when matching source file paths.
17461 * gdb.python/py-breakpoint.exp: Likewise.
17462 * gdb.reverse/break-precsave.exp: Likewise.
17463 * gdb.reverse/break-reverse.exp: Likewise.
17464 * gdb.reverse/consecutive-precsave.exp: Likewise.
17465 * gdb.reverse/finish-precsave.exp: Likewise.
17466 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17467 * gdb.reverse/finish-reverse.exp: Likewise.
17468 * gdb.reverse/i386-precsave.exp: Likewise.
17469 * gdb.reverse/i387-env-reverse.exp: Likewise.
17470 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17471 * gdb.reverse/machinestate-precsave.exp: Likewise.
17472 * gdb.reverse/machinestate.exp: Likewise.
17473 * gdb.reverse/sigall-precsave.exp: Likewise.
17474 * gdb.reverse/solib-precsave.exp: Likewise.
17475 * gdb.reverse/step-precsave.exp: Likewise.
17476 * gdb.reverse/until-precsave.exp: Likewise.
17477 * gdb.reverse/watch-precsave.exp: Likewise.
17478 * gdb.reverse/watch-reverse.exp: Likewise.
17479
b22089ab
YQ
174802014-10-17 Yao Qi <yao@codesourcery.com>
17481
17482 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17483 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17484
6c4486e6
PA
174852014-10-17 Pedro Alves <palves@redhat.com>
17486
17487 PR gdb/17471
17488 * gdb.base/bg-execution-repeat.c: New file.
17489 * gdb.base/bg-execution-repeat.exp: New file.
17490
0ff33695
PA
174912014-10-17 Pedro Alves <palves@redhat.com>
17492
17493 PR gdb/17300
17494 * gdb.base/continue-all-already-running.c: New file.
17495 * gdb.base/continue-all-already-running.exp: New file.
17496
6fdebc3d
PA
174972014-10-17 Pedro Alves <palves@redhat.com>
17498
17499 PR gdb/17472
17500 * gdb.base/annota-input-while-running.c: New file.
17501 * gdb.base/annota-input-while-running.exp: New file.
17502
32a8097b
PA
175032014-10-17 Pedro Alves <palves@redhat.com>
17504
17505 * gdb.base/callfuncs.exp: emove references to osf.
17506 * gdb.base/sigall.exp: Likewise.
17507 * gdb.gdb/selftest.exp: Likewise.
17508 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17509 * gdb.mi/non-stop.c: Likewise.
17510 * gdb.mi/pthreads.c: Likewise.
17511 * gdb.reverse/sigall-precsave.exp: Likewise.
17512 * gdb.reverse/sigall-reverse.exp: Likewise.
17513 * gdb.threads/pthreads.c: Likewise.
17514 * gdb.threads/pthreads.exp: Likewise.
17515
7a3517ff
YQ
175162014-10-17 Yao Qi <yao@codesourcery.com>
17517
17518 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17519 check 'target_info exists noargs'.
17520 (test_command_prompt_position): Likewise.
17521 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17522 Remove "set args".
17523 (progvar_simple_while_test): Likewise.
17524 (progvar_complex_if_while_test): Likewise.
17525 (if_while_breakpoint_command_test): Likewise.
17526 (infrun_breakpoint_command_test): Likewise.
17527 (breakpoint_command_test): Likewise.
17528 (watchpoint_command_test): Likewise.
17529 (bp_deleted_in_command_test): Likewise.
17530 (temporary_breakpoint_commands): Likewise.
17531
bb99c472
YQ
175322014-10-16 Yao Qi <yao@codesourcery.com>
17533
17534 * gdb.base/remotetimeout.exp: Remove noargs checking.
17535
7c16b83e
PA
175362014-10-15 Pedro Alves <palves@redhat.com>
17537
17538 PR breakpoints/9649
17539 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17540 * gdb.base/breakpoint-in-ro-region.exp
17541 (probe_target_hardware_step): New procedure.
17542 (top level): Probe hardware stepping and hardware breakpoint
17543 support. Test stepping through a read-only region, with both
17544 "breakpoint auto-hw" on and off and both "always-inserted" on and
17545 off.
17546
35a49624
IB
175472014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17548
17549 * gdb.dlang/demangle.exp: Update for demangling changes.
17550
2d1c107c
SC
175512014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17552
17553 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17554 * gdb.cp/non-trivial-retval.exp: Add new tests.
17555
778811d5
SC
175562014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17557
17558 PR c++/13403
17559 PR c++/15154
17560 * gdb.cp/non-trivial-retval.cc: New file.
17561 * gdb.cp/non-trivial-retval.exp: New file.
17562
10c5f0a8
YQ
175632014-10-15 Yao Qi <yao@codesourcery.com>
17564
17565 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17566 remote host.
17567
65d7b369
YQ
175682014-10-15 Yao Qi <yao@codesourcery.com>
17569
17570 * gdb.python/py-symbol.exp: Match file base name if host is
17571 remote, otherwise match file name with dir name.
17572 * gdb.python/py-symtab.exp: Likewise.
17573 * gdb.python/python.exp: Likewise.
17574
46dc1394
YQ
175752014-10-15 Yao Qi <yao@codesourcery.com>
17576
17577 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17578 pattern.
17579 * gdb.python/py-symtab.exp: Likewise.
17580 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17581 locationn.
17582
c40cc657
JB
175832014-10-14 Joel Brobecker <brobecker@adacore.com>
17584
17585 * gdb.ada/addr_arith: New testcase.
17586
2abf49e1
MR
175872014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17588
17589 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17590 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17591 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17592 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17593
f7088df3
SDJ
175942014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17595
17596 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17597 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17598 * gdb.arch/stap-eval-lang-ada.exp: New file.
17599
4dc06805
YQ
176002014-10-14 Yao Qi <yao@codesourcery.com>
17601
17602 * gdb.mi/mi-var-child.c (nothing1): New function.
17603 (nothing2): New function.
17604 (do_children_tests): Set function pointers by nothing1 and
17605 nothing2.
17606 * gdb.mi/mi-var-child.exp: Step over new added statements.
17607 Update test to match the new output.
17608 * gdb.mi/var-cmd.c (nothing1): New function.
17609 (nothing2): New function.
17610 (do_children_tests): Set function pointers by nothing1 and
17611 nothing2.
17612 * gdb.mi/mi-var-display.exp: Update test to match output.
17613 Step to the line specified by $line_dct_nothing.
17614 Increase the number of lines to step.
17615
46a93de2
YQ
176162014-10-14 Yao Qi <yao@codesourcery.com>
17617
17618 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17619 tests.
17620 * gdb.mi/mi2-var-child.exp: Likewise.
17621
14ea52ee
DE
176222014-10-13 Doug Evans <dje@google.com>
17623
17624 * gdb.python/py-objfile.exp: Change name of file name test.
17625
e5c6e92b
DE
176262014-10-13 Doug Evans <dje@google.com>
17627
17628 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17629 from the start of the CU.
17630
c780cc2f
JK
176312014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17632 Yao Qi <yao@codesourcery.com>
17633
17634 Fix "save breakpoints" for "catch" command.
17635 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17636 Remove -nonewline. Match also the added "main" line.
17637
99894e11
JK
176382014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17639
17640 Fix "save breakpoints" for "disable $bpnum" command.
17641 * gdb.base/save-bp.c (main): Add label.
17642 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17643
6e1ac5a3
JK
176442014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17645
17646 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17647
754dd2b0
YQ
176482014-10-11 Yao Qi <yao@codesourcery.com>
17649
17650 * gdb.server/server-kill.exp: Execute command
17651 "set remote trace-status-packet on" before "tstatus".
17652
f90183d7
YQ
176532014-10-11 Yao Qi <yao@codesourcery.com>
17654
17655 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17656 (main): Call getppid.
17657 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17658 and continue to it. Read variable "server_pid".
17659
bf40a607
YQ
176602014-10-11 Yao Qi <yao@codesourcery.com>
17661
17662 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17663
052ca370
YQ
176642014-10-11 Yao Qi <yao@codesourcery.com>
17665
17666 * gdb.threads/thread-find.exp: Don't execute command
17667 "info threads".
17668 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17669 * gdb.threads/linux-dp.exp: Don't check the condition
17670 $threads_created equals to zero.
17671
3831839c
PA
176722014-10-10 Pedro Alves <palves@redhat.com>
17673
17674 * gdb.base/bigcore.exp: Remove references to IRIX.
17675 * gdb.base/funcargs.exp: Likewise.
17676 * gdb.base/interrupt.exp: Likewise.
17677 * gdb.base/mips_pro.exp: Likewise.
17678 * gdb.base/nodebug.exp: Likewise.
17679 * gdb.base/setvar.exp: Likewise.
17680 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17681
8b9a549d
PA
176822014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17683 Pedro Alves <palves@redhat.com>
17684
17685 PR symtab/14466
17686 * gdb.base/vdso-warning.c: New file.
17687 * gdb.base/vdso-warning.exp: New file.
17688
d48ba5e8
DE
176892014-10-02 Doug Evans <dje@google.com>
17690
17691 * gdb.base/structs.c (main): Don't run forever.
17692
2278c276
PA
176932014-10-02 Pedro Alves <palves@redhat.com>
17694
17695 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17696 (top level) <stop threads 1, stop threads 2>: Use it.
17697
b57bacec
PA
176982014-10-02 Pedro Alves <palves@redhat.com>
17699
17700 * gdb.threads/break-while-running.exp (test): Add new
17701 'update_thread_list' argument. Skip "info threads" if false.
17702 (top level): Add new 'update_thread_list' axis.
17703
13fd3ff3
PA
177042014-10-02 Pedro Alves <palves@redhat.com>
17705
17706 PR breakpoints/17431
17707 * gdb.base/execl-update-breakpoints.c: New file.
17708 * gdb.base/execl-update-breakpoints.exp: New file.
17709
0fec99e8
PA
177102014-10-01 Pedro Alves <palves@redhat.com>
17711
17712 * gdb.base/breakpoint-in-ro-region.c: New file.
17713 * gdb.base/breakpoint-in-ro-region.exp: New file.
17714
2ddf4301
SM
177152014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17716
17717 * gdb.mi/mi-exit-code.exp: New file.
17718 * gdb.mi/mi-exit-code.c: New file.
17719
6a5f3f43
YQ
177202014-09-30 Yao Qi <yao@codesourcery.com>
17721
17722 * lib/prelink-support.exp (build_executable_own_libs): Error if
17723 the target isn't native.
17724
345bcc73
YQ
177252014-09-30 Yao Qi <yao@codesourcery.com>
17726
17727 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17728 false.
17729
a25a5a45
PA
177302014-09-22 Pedro Alves <palves@redhat.com>
17731
17732 * gdb.threads/break-while-running.exp: New file.
17733 * gdb.threads/break-while-running.c: New file.
17734
00ba3162
YQ
177352014-09-19 Yao Qi <yao@codesourcery.com>
17736
17737 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17738 Invoke test. Restart GDB with --readnow and invoke test again.
17739
c3b7b696
YQ
177402014-09-19 Yao Qi <yao@codesourcery.com>
17741
17742 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17743 proc set_breakpoint_on_gcd_function. Invoke
17744 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17745 invoke set_breakpoint_on_gcd_function again.
17746
2b4fd423
DE
177472014-09-18 Doug Evans <dje@google.com>
17748
17749 * gdb.dwarf2/symtab-producer.exp: New file.
17750
a5947601
SDJ
177512014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17752
17753 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17754 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17755 * gdb.base/global-var-nested-by-dso.c: Likewise.
17756 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17757
91c19059
SDJ
177582014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17759 Pedro Alves <palves@redhat.com>
17760
17761 * gdb.base/watch-bitfields.exp: Pass string other than test file
17762 name to prepare_for_testing.
17763 (watch): New procedure.
17764 (expect_watchpoint): Use with_test_prefix.
17765 (top level): Factor out tests to ...
17766 (test_watch_location, test_regular_watch): ... these new
17767 procedures, and use with_test_prefix and gdb_continue_to_end.
17768
bb9d5f81
PP
177692014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17770
17771 PR breakpoints/12526
17772 * gdb.base/watch-bitfields.exp: New file.
17773 * gdb.base/watch-bitfields.c: New file.
17774
635856f5
PA
177752014-09-16 Pedro Alves <palves@redhat.com>
17776
17777 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17778 software and hardware addresses, not software address against
17779 itself.
17780
7280ceea
PA
177812014-09-16 Pedro Alves <palves@redhat.com>
17782
17783 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17784 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17785
428b16bd
PA
177862014-09-16 Pedro Alves <palves@redhat.com>
17787
17788 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17789 files.
17790 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17791 "*-*-vxworks*" throughout.
17792 * gdb.base/break.exp: Likewise.
17793 * gdb.base/default.exp: Likewise.
17794 * gdb.base/scope.exp: Likewise.
17795 * gdb.base/sepdebug.exp: Likewise.
17796 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17797 throughout.
17798 * gdb.base/run.c: Likewise.
17799 * gdb.base/sepdebug.c: Likewise.
17800 * gdb.hp/gdb.aCC/run.c: Likewise.
17801 * gdb.reverse/until-reverse.c: Likewise.
17802 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17803
666d413c
YQ
178042014-09-16 Yao Qi <yao@codesourcery.com>
17805
17806 * boards/local-remote-host-native.exp: New file.
17807
57cbd724
DE
178082014-09-14 Doug Evans <xdje42@gmail.com>
17809
17810 * gdb.threads/queue-signal.c (thread_count): New variable.
17811 (thread_count_mutex, thread_count_condvar): New variables.
17812 (incr_thread_count, wait_all_threads_running): New functions.
17813 (main): Wait for all threads to be in their thread functions.
17814
81219e53
DE
178152014-09-13 Doug Evans <xdje42@gmail.com>
17816
17817 * gdb.threads/queue-signal.c: New file.
17818 * gdb.threads/queue-signal.exp: New file.
17819
3714cea7
DE
178202014-09-13 Doug Evans <xdje42@gmail.com>
17821
17822 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17823 be consistent with what default_gdb_init uses.
17824 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17825 the plain text of the prompt. Add some logging printfs.
17826 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17827
fa43b1d7
PA
178282014-09-12 Pedro Alves <palves@redhat.com>
17829
17830 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17831 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17832 * gdb.arch/i386-size-overlap.exp: Likewise.
17833 * gdb.arch/i386-size.exp: Likewise.
17834 * gdb.arch/i386-unwind.exp: Likewise.
17835 * gdb.base/a2-run.exp: Likewise.
17836 * gdb.base/break.exp: Likewise.
17837 * gdb.base/charset.exp: Likewise.
17838 * gdb.base/chng-syms.exp: Likewise.
17839 * gdb.base/commands.exp: Likewise.
17840 * gdb.base/dbx.exp: Likewise.
17841 * gdb.base/find.exp: Likewise.
17842 * gdb.base/funcargs.exp: Likewise.
17843 * gdb.base/jit-simple.exp: Likewise.
17844 * gdb.base/reread.exp: Likewise.
17845 * gdb.base/sepdebug.exp: Likewise.
17846 * gdb.base/step-bt.exp: Likewise.
17847 * gdb.cp/mb-inline.exp: Likewise.
17848 * gdb.cp/mb-templates.exp: Likewise.
17849 * gdb.objc/basicclass.exp: Likewise.
17850 * gdb.threads/killed.exp: Likewise.
17851
9d9bf2df
EBM
178522014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17853
17854 PR tdep/17379
17855 * gdb.arch/powerpc-stackless.S: New file.
17856 * gdb.arch/powerpc-stackless.exp: New file.
17857
1cf2f1b0
JK
178582014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17859
17860 * gdb.base/attach.c: Include unistd.h.
17861 (main): Call alarm. Add label postloop.
17862 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17863 gdb_breakpoint, gdb_continue_to_breakpoint.
17864 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17865
98880d46
PA
178662014-09-11 Pedro Alves <palves@redhat.com>
17867
17868 PR gdb/17347
17869 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17870 * gdb.base/attach.exp (test_command_line_attach_run): New
17871 procedure.
17872 (top level): Call it.
17873
4c92ff2c
PA
178742014-09-11 Pedro Alves <palves@redhat.com>
17875
17876 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17877 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17878 (do_command_attach_tests): Use spawn_wait_for_attach.
17879 * gdb.base/solib-overlap.exp: Likewise.
17880 * gdb.multi/multi-attach.exp: Likewise.
17881 * gdb.python/py-prompt.exp: Likewise.
17882 * gdb.python/py-sync-interp.exp: Likewise.
17883 * gdb.server/ext-attach.exp: Likewise.
17884
3adc1a7d
GKB
178852014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17886
17887 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17888 command in testcase. Simplify testcase.
17889
96334934
JB
178902014-09-10 Joel Brobecker <brobecker@adacore.com>
17891
17892 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17893
eb479039
JB
178942014-09-10 Joel Brobecker <brobecker@adacore.com>
17895
17896 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17897
deede10c
JB
178982014-09-10 Joel Brobecker <brobecker@adacore.com>
17899
17900 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17901
7828a5f5
JB
179022014-09-10 Joel Brobecker <brobecker@adacore.com>
17903
17904 * gdb.dwarf2/dynarr-ptr.c: New file.
17905 * gdb.dwarf2/dynarr-ptr.exp: New file.
17906
33aeebcf
MR
179072014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17908
17909 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17910 of 30 rather than hardcoding 120 for a slow test case. Take the
17911 `gdb,timeout' target setting into account for this calculation.
17912 Don't extend the timeout for the test cases that don't need it.
17913
7b415901
MR
179142014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17915
17916 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17917 a factor of 2 for a slow test case. Take the `gdb,timeout'
17918 target setting into account for this calculation.
17919 * gdb.reverse/until-precsave.exp: Increase the timeout by
17920 a factor of 15 and 3 respectively rather than adding 120
17921 for a pair of slow test cases. Take the `gdb,timeout'
17922 target setting into account for this calculation.
17923
4a40f85a
MR
179242014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17925
17926 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17927 timeout, don't pass one down to gdb_expect.
17928 (gdb_expect): Rework timeout selection.
17929
09635af7
MR
179302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17931
17932 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17933 exception on timeout.
17934 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17935 (gdbserver_start_extended): Catch any `gdbserver_start' error
17936 exceptions.
17937 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17938 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17939 `gdbserver_gdb_load' error exceptions.
17940
2bdd10b7
MR
179412014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17942
17943 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17944 120 on waiting for the TCP socket to open.
17945
316935f0
DE
179462014-09-09 Doug Evans <xdje42@gmail.com>
17947
17948 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17949 _caller_matches, _any_caller_is, _any_caller_matches.
17950
83740597
DE
179512014-09-09 Doug Evans <xdje42@gmail.com>
17952
17953 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17954
4c122fc3
YQ
179552014-09-09 Yao Qi <yao@codesourcery.com>
17956
17957 * gdb.mi/mi-var-display.exp: Set print symbol off.
17958
a9f116cb
GKB
179592014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17960
17961 PR gdb/17035
17962 * gdb.base/commands.exp: Add tests to verify user-defined
17963 commands with empty bodies.
17964 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17965 python commands in `show user command`.
17966 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17967 scheme commands in `show user command`.
17968
c75bd3a2
JK
179692014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17970
17971 PR python/17355
17972 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17973 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17974 * gdb.python/py-framefilter-invalidarg.exp: New file.
17975 * gdb.python/py-framefilter-invalidarg.py: New file.
17976
faa42425
DE
179772014-09-06 Doug Evans <xdje42@gmail.com>
17978
17979 PR 15276
17980 * gdb.python/py-caller-is.c: New file.
17981 * gdb.python/py-caller-is.exp: New file.
17982
474ca4f6
SDJ
179832014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17984
17985 PR gdb/17235
17986 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17987 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17988
eb0b0463
SDJ
179892014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17990
17991 PR fortran/17237
17992 * gdb.fortran/print-formatted.exp: New file.
17993 * gdb.fortran/print-formatted.f90: Likewise.
17994
5f3b99cf
SS
179952014-09-03 Sasha Smundak <asmundak@google.com>
17996
17997 * gdb.python/py-frame.exp: Test Frame.read_register.
17998
7d793aa9
SDJ
179992014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18000
18001 PR python/16699
18002 * gdb.python/py-completion.exp: New file.
18003 * gdb.python/py-completion.py: Likewise.
18004
fb0576e9
DE
180052014-08-28 Doug Evans <dje@google.com>
18006
18007 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18008 eax,etc. are live with values set by gdb and thus the compiler can't
18009 use them.
18010 * gdb.arch/i386-pseudo.c (main): Ditto.
18011
ee92b0dd
DE
180122014-08-27 Doug Evans <dje@google.com>
18013
18014 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18015
6649db35
DE
180162014-08-25 Doug Evans <dje@google.com>
18017
18018 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18019 (main): Ditto.
18020
564b7600
DE
180212014-08-25 Doug Evans <dje@google.com>
18022
18023 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18024
3881fb67
YQ
180252014-08-24 Yao Qi <yao@codesourcery.com>
18026
18027 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18028 symbol off.
18029 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18030
a05a36a5
DE
180312014-08-22 Doug Evans <dje@google.com>
18032
18033 PR 17276
18034 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18035 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18036 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18037
7c343b48
YQ
180382014-08-22 Yao Qi <yao@codesourcery.com>
18039
18040 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18041 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18042 * gdb.python/python.exp: Likewise. Use .py file on the host
18043 instead of the build.
18044
22fd09ae
JK
180452014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18046
18047 * gdb.threads/gcore-stale-thread.c: New file.
18048 * gdb.threads/gcore-stale-thread.exp: New file.
18049
a8454a7c
PA
180502014-08-21 Pedro Alves <palves@redhat.com>
18051
18052 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18053 * gdb.base/gcore-relro-pie.exp: Likewise.
18054 * gdb.base/gcore-relro.exp: Likewise.
18055 * gdb.base/gcore.exp: Likewise.
18056 * gdb.base/print-symbol-loading.exp: Likewise.
18057 * gdb.threads/gcore-thread.exp: Likewise.
18058 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18059
2a31c623
PA
180602014-08-20 Pedro Alves <palves@redhat.com>
18061 Jan Kratochvil <jan.kratochvil@redhat.com>
18062
18063 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18064 configure.
18065 (EXPECT): Handle READ1 being set.
18066 (all): Depend on EXTRA_RULES.
18067 (check-read1, expect-read1, read1.so, read1): New rules.
18068 * README (Testsuite Parameters): Document the READ1 make variable.
18069 (Race detection): New section.
18070 * configure: Regenerate.
18071 * configure.ac: If build==host==target, and running under a
18072 GNU/glibc system, add read1 to the extra Makefile rules.
18073 (EXTRA_RULES): AC_SUBST it.
18074 * lib/read1.c: New file.
18075
d36430db
JB
180762014-08-20 Joel Brobecker <brobecker@adacore.com>
18077
18078 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18079 the handling of variables declared as a typedef to an array
18080 which a DW_AT_data_location attribute.
18081
9a0dc9e3
PA
180822014-08-19 Andrew Burgess <aburgess@broadcom.com>
18083 Pedro Alves <palves@redhat.com>
18084
18085 PR symtab/14604
18086 PR symtab/14605
18087 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18088 gdb_test.
18089
0718a8da
PA
180902014-08-19 Pedro Alves <palves@redhat.com>
18091
18092 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18093
13b448cd
YQ
180942014-08-19 Yao Qi <yao@codesourcery.com>
18095
18096 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18097 right line.
18098
1cbf5077
DB
180992014-08-18 David Blaikie <dblaikie@gmail.com>
18100
18101 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18102
bf0fae19
JB
181032014-08-18 Joel Brobecker <brobecker@adacore.com>
18104
18105 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18106 attribute in array range.
18107
3c8c5dcc
JB
181082014-08-18 Joel Brobecker <brobecker@adacore.com>
18109
18110 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18111
e66d4446
SC
181122014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18113
18114 PR c++/17132
18115 * gdb.cp/pr17132.cc: New file.
18116 * gdb.cp/pr17132.exp: New file.
18117
940df408
SC
181182014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18119
18120 * gdb.python/py-xmethods.py (A_getarrayind)
18121 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18122 Use 'print' with function call syntax.
18123 (E_method_matcher.match): Fix tab vs space indentation mixup.
18124
ebcc6c3a
YQ
181252014-08-15 Yao Qi <yao@codesourcery.com>
18126
18127 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18128 false.
18129
775e0f04
YQ
181302014-08-15 Yao Qi <yao@codesourcery.com>
18131
18132 * gdb.cp/casts.exp: Set print symbol off.
18133 * gdb.cp/class2.exp: Likewise.
18134 * gdb.cp/overload.exp: Likewise.
18135 * gdb.cp/templates.exp: Likewise.
18136
d769e349
DE
181372014-08-11 Doug Evans <dje@google.com>
18138
18139 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18140 (test_load_shlib): Update.
18141
20c6f1e1
YQ
181422014-08-09 Yao Qi <yao@codesourcery.com>
18143
18144 * gdb.base/display.exp: Invoke is_address_zero_readable.
18145 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18146 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18147 * gdb.base/hbreak-unmapped.exp: Return if
18148 is_address_zero_readable returns true.
18149 * gdb.base/signest.exp: Likewise.
18150 * gdb.base/signull.exp: Likewise.
18151 * gdb.base/sigbpt.exp: Likewise.
18152 * gdb.guile/scm-disasm.exp: Do the test if
18153 is_address_zero_readable returns false.
18154 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18155 * gdb.python/py-arch.exp: Likewise.
18156 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18157 * lib/gdb.exp (is_address_zero_readable): New proc.
18158
5792e8e3
YQ
181592014-08-09 Yao Qi <yao@codesourcery.com>
18160
18161 PR testsuite/13443
18162 * gdb.mi/mi-var-display.exp: Make test messages unique.
18163
3cecbbbe
TT
181642014-08-04 Tom Tromey <tromey@redhat.com>
18165
18166 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18167 target 0".
18168
00b51ff5
TT
181692014-08-04 Tom Tromey <tromey@redhat.com>
18170
18171 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18172 "target_resume".
18173
6908c509
JB
181742014-08-01 Joel Brobecker <brobecker@adacore.com>
18175
18176 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18177 inner_vla_struct_object_size.
18178 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18179 as xfail.
18180
cc6563d2
PA
181812014-07-30 Pedro Alves <palves@redhat.com>
18182
18183 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18184 comment.
18185
7e09a223
YQ
181862014-07-29 Yao Qi <yao@codesourcery.com>
18187
18188 PR gdb/17206
18189 * gdb.base/until-nodebug.exp: New.
18190
7ebdbe92
DE
181912014-07-28 Doug Evans <xdje42@gmail.com>
18192
18193 PR guile/17203
18194 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18195 previously existing parameter, and previously ambiguously spelled
18196 parameter.
18197
fdb1adc6
WN
181982014-07-28 Will Newton <will.newton@linaro.org>
18199
18200 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18201
186fcde0
DE
182022014-07-26 Ludovic Courtès <ludo@gnu.org>
18203 Doug Evans <xdje42@gmail.com>
18204
18205 PR guile/17146
18206 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18207
70509625
PA
182082014-07-25 Pedro Alves <palves@redhat.com>
18209
18210 * gdb.threads/signal-command-handle-nopass.c: New file.
18211 * gdb.threads/signal-command-handle-nopass.exp: New file.
18212 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18213 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18214 * gdb.threads/signal-delivered-right-thread.c: New file.
18215 * gdb.threads/signal-delivered-right-thread.exp: New file.
18216
c3f814a1
PA
182172014-07-25 Pedro Alves <palves@redhat.com>
18218
18219 * gdb.base/double-prompt-target-event-error.exp
18220 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18221 match.
18222 (cancel_pagination_in_target_event): Rework double prompt
18223 detection.
18224 * gdb.base/paginate-after-ctrl-c-running.exp
18225 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18226 <return>' match.
18227 * gdb.base/paginate-bg-execution.exp
18228 (test_bg_execution_pagination_return)
18229 (test_bg_execution_pagination_cancel): Remove '-notransfer
18230 <return>' matches.
18231 * gdb.base/paginate-execution-startup.exp
18232 (test_fg_execution_pagination_return)
18233 (test_fg_execution_pagination_cancel): Remove '-notransfer
18234 <return>' matches.
18235 * gdb.base/paginate-inferior-exit.exp
18236 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18237 match.
18238 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18239 * lib/gdb.exp (pagination_prompt): Run text through
18240 string_to_regexp.
18241 (gdb_test_multiple): Match $pagination_prompt instead of
18242 "<return>".
18243 (string_to_regexp): Move to lib/gdb-utils.exp.
18244
e214cf6c
JK
182452014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18246
18247 * gdb.arch/amd64-entry-value-paramref.S: New file.
18248 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18249 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18250 * gdb.arch/amd64-optimout-repeat.S: New file.
18251 * gdb.arch/amd64-optimout-repeat.c: New file.
18252 * gdb.arch/amd64-optimout-repeat.exp: New file.
18253
17d0c5c8
JK
182542014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18255
18256 PR gdb/17170
18257 * gdb.base/statistics.exp: New file.
18258
b8b8facf
DE
182592014-07-17 Doug Evans <dje@google.com>
18260
74b49205 18261 PR gdb/17170
b8b8facf
DE
18262 * gdb.base/maint.exp: Update testing of per-command stats.
18263
1b5d0ab3
PA
182642014-07-16 Pedro Alves <palves@redhat.com>
18265
18266 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18267 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18268 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18269 (tfile_write_buf): New functions.
18270 (add_memory_block): Rewrite using the above.
18271 (adjust_function_address): New function.
18272 (FUNCTION_ADDRESS): New macro.
18273 (write_basic_trace_file): Remove short_x local, and use
18274 tfile_write_16. Change type of func_addr local to unsigned long
18275 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18276 here. Cast argument of add_memory_block to char pointer.
18277 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18278 (main): Remove parameters.
18279 * gdb.trace/tfile.exp: Remove nowarnings.
18280
4d974e88
SM
182812014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18282
18283 * gdb.base/debug-expr.exp: Test string evaluation with
18284 "debug expression" on.
18285
41e99568
PA
182862014-07-15 Pedro Alves <palves@redhat.com>
18287
18288 * gdb.base/reread.exp: Use clean_restart.
18289
487d9753
PL
182902014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18291
18292 * gdb.arch/avr-flash-qualifer.c: New.
18293 * gdb.arch/avr-flash-qualifer.exp: New.
18294
cc1c52ad
PA
182952014-07-14 Pedro Alves <palves@redhat.com>
18296
18297 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18298 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18299
1e973570
PA
183002014-07-14 Pedro Alves <palves@redhat.com>
18301
18302 * gdb.base/double-prompt-target-event-error.c: New file.
18303 * gdb.base/double-prompt-target-event-error.exp: New file.
18304
93d6eb10
PA
183052014-07-14 Pedro Alves <palves@redhat.com>
18306
18307 PR gdb/17072
18308 * gdb.base/paginate-inferior-exit.c: New file.
18309 * gdb.base/paginate-inferior-exit.exp: New file.
18310
0017922d
PA
183112014-07-14 Pedro Alves <palves@redhat.com>
18312
18313 PR gdb/17072
18314 * gdb.base/paginate-bg-execution.c: New file.
18315 * gdb.base/paginate-bg-execution.exp: New file.
18316
94696ad3
PA
183172014-07-14 Pedro Alves <palves@redhat.com>
18318
18319 PR gdb/17072
18320 * gdb.base/paginate-execution-startup.c: New file.
18321 * gdb.base/paginate-execution-startup.exp: New file.
18322 * lib/gdb.exp (pagination_prompt): New global.
18323 (default_gdb_spawn): New procedure, factored out from
18324 default_gdb_spawn.
18325 (default_gdb_start): Adjust to call default_gdb_spawn.
18326 (gdb_spawn): New procedure.
18327
bd293940
PA
183282014-07-14 Pedro Alves <palves@redhat.com>
18329
18330 * lib/gdb.exp (gdb_assert): New procedure.
18331 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18332
c933f875
PA
183332014-07-14 Pedro Alves <palves@redhat.com>
18334
18335 * gdb.base/execution-termios.c: New file.
18336 * gdb.base/execution-termios.exp: New file.
18337
d98b7a16
TT
183382014-07-14 Tom Tromey <tromey@redhat.com>
18339
18340 * gdb.cp/vla-cxx.cc: New file.
18341 * gdb.cp/vla-cxx.exp: New file.
18342
548740d6
TT
183432014-07-14 Tom Tromey <tromey@redhat.com>
18344
18345 * gdb.reverse/rerun-prec.c: New file.
18346 * gdb.reverse/rerun-prec.exp: New file.
18347
a25eb028
MR
183482014-07-12 Maciej W. Rozycki <macro@mips.com>
18349 Maciej W. Rozycki <macro@codesourcery.com>
18350
18351 * lib/gdb-utils.exp: New file.
18352 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18353 inline `gdb_init_command' processing.
18354 (gdb_start_cmd): Likewise.
18355 * lib/mi-support.exp (mi_run_cmd): Likewise.
18356 * README: Document `gdb_init_command' and `gdb_init_commands'.
18357
218c2655
JK
183582014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18359
18360 Fix false FAIL running under a very long directory name.
18361 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18362 and "set print elements 10000". Twice.
18363
5401fde3
YQ
183642014-07-11 Yao Qi <yao@codesourcery.com>
18365
18366 * gdb.base/exprs.exp: "set print symbol off".
18367
e76126e8
PA
183682014-07-11 Pedro Alves <palves@redhat.com>
18369
18370 * gdb.threads/kill.c: New file.
18371 * gdb.threads/kill.exp: New file.
18372
2d6f0de6
YQ
183732014-07-10 Yao Qi <yao@codesourcery.com>
18374
18375 * gdb.trace/tfile.c (write_basic_trace_file)
18376 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18377 address written to trace file.
18378
7180e04a
PA
183792014-07-09 Pedro Alves <palves@redhat.com>
18380
18381 * gdb.base/attach-wait-input.exp: New file.
18382 * gdb.base/attach-wait-input.c: New file.
18383
9a9a7608
AB
183842014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18385
18386 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18387 setting up test structures.
18388 (main): Call new test function.
18389 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18390 test function, continue into test function and walk test
18391 structures.
18392
161ac41e
YQ
183932014-07-02 Yao Qi <yao@codesourcery.com>
18394
18395 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18396 'bar_start' at the beginning of functions 'foo' and 'bar'
18397 respectively.
18398 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18399 instead of 'foo' and 'bar'.
18400
1f267ae3
MM
184012014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18402
18403 * gdb.btrace/segv.exp: New.
18404 * gdb.btrace/segv.c: New.
18405
2b239efb
LM
184062014-07-02 Luis Machado <lgustavo@codesourcery.com>
18407
18408 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18409 instruction.
18410
cf363f18
MW
184112014-06-30 Mark Wielaard <mjw@redhat.com>
18412
18413 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18414 vulture, vilify, villar): New volatile array constants.
18415 (vindictive, vegetation): New const volatile array constants.
18416 * gdb.base/volatile.exp: Test volatile and const volatile array
18417 types.
18418
aebf9d24
AA
184192014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18420
18421 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18422 target lacks support for awatch, rwatch, or hbreak.
18423
b67a2c6f
YQ
184242014-06-27 Yao Qi <yao@codesourcery.com>
18425
18426 * gdb.multi/dummy-frame-restore.exp: New.
18427 * gdb.multi/dummy-frame-restore.c: New.
18428
aef92902
MM
184292014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18430
18431 * gdb.btrace/gcore.exp: New.
18432
8e9db26e
PA
184332014-06-23 Pedro Alves <palves@redhat.com>
18434
18435 * gdb.base/watchpoint-reuse-slot.c: New file.
18436 * gdb.base/watchpoint-reuse-slot.exp: New file.
18437
70afc5b7
SC
184382014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18439
18440 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18441 progspace's filename in 'info', 'enable' and 'disable' command
18442 tests.
18443
b972bd9c
JK
184442014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18445
18446 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18447 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18448 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18449
125f8a3d
GB
184502014-06-20 Gary Benson <gbenson@redhat.com>
18451
18452 * gdb.arch/i386-avx.exp: Fix include file location.
18453 * gdb.arch/i386-sse.exp: Likewise.
18454
3ed9baed
IB
184552014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18456
18457 * gdb.dlang/expression.exp: New file.
18458
034f788c
PA
184592014-06-19 Pedro Alves <palves@redhat.com>
18460
18461 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18462 out from ...
18463 (top level): ... here. Iterate running tests under different
18464 scheduler-locking settings.
18465
45371d0c
LM
184662014-06-18 Luis Machado <lgustavo@codesourcery.com>
18467
18468 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18469 to DW_FORM_addr and use non-zero addresses.
18470
5d376983
SC
184712014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18472
18473 PR gdb/17017
18474 * gdb.python/py-xmethods.cc: Add global function call counters and
18475 increment them in their respective functions. Remove "cout"
18476 statements.
18477 * gdb.python/py-xmethods.exp: Make tests check the global function
18478 call counters instead of depending on inferior IO.
18479
a1aa2221
LM
184802014-06-18 Don Breazeal <donb@codesourcery.com>
18481
18482 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18483 Deleted procedure.
18484 (explicit_fork_parent_follow): Deleted procedure.
18485 (explicit_fork_child_follow): Deleted procedure.
18486 (test_follow_fork): New procedure.
18487 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18488 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18489 procedure calls.
18490
0fc05997
YQ
184912014-06-17 Yao Qi <yao@codesourcery.com>
18492
18493 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18494 CP1252.
18495
70795c52
LM
184962014-06-17 Luis Machado <lgustavo@codesourcery.com>
18497
18498 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18499 Initialize ptr and S explicitly.
18500 (skip_type_update_when_not_use_rtti_test): Likewise.
18501
6be47f0c
KS
185022014-06-16 Keith Seitz <keiths@redhat.com>
18503
18504 PR mi/15863
18505 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18506 the inferior is started.
18507
d03de421
PA
185082014-06-16 Pedro Alves <palves@redhat.com>
18509
18510 * gdb.base/break-main-file-remove-fail.c: New file.
18511 * gdb.base/break-main-file-remove-fail.exp: New file.
18512 * gdb.base/break-unload-file.exp: Use build_executable instead of
18513 prepare_for_testing.
18514 (test_break): New parameter "initial_load". Handle it.
18515 (top level): Add initial_load cmdline/file axis.
18516
f9579b99
TT
185172014-06-12 Tom Tromey <tromey@redhat.com>
18518
18519 * gdb.base/completion.exp: Don't use directory name in test.
18520
3657956b
GB
185212014-06-09 Gary Benson <gbenson@redhat.com>
18522
18523 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18524 separate the always-available ANSI-standard signals from the
18525 signals that require checking.
18526 (main): Likewise.
18527 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18528 Likewise.
18529 (main): Likewise.
18530
4186eb54
KS
185312014-06-07 Keith Seitz <keiths@redhat.com>
18532
18533 Revert:
18534 PR c++/16253
18535 * gdb.cp/var-tag.cc: New file.
18536 * gdb.cp/var-tag.exp: New file.
18537 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18538 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18539 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18540 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18541
25326a28 185422014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18543
18544 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18545
829155c9
PA
185462014-06-06 Pedro Alves <palves@redhat.com>
18547
18548 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18549 in target debug output instead of looking at RSP packets,
18550 disabling the test on any target that uses hardware stepping.
18551 Update comments.
18552
61c8d22e
PA
185532014-06-06 Pedro Alves <palves@redhat.com>
18554
18555 * gdb.base/break-unload-file.exp: Fix typo.
18556
d9a47287
YQ
185572014-06-06 Yao Qi <yao@codesourcery.com>
18558
18559 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18560 from "jit_function" to "^jit_function".
18561
e5e01dbf
YQ
185622014-06-06 Yao Qi <yao@codesourcery.com>
18563
18564 * gdb.base/async.c (foo): Add one statement.
18565 * gdb.base/async.exp: Get the next instruction address and
18566 match the output of "nexti" by instruction address. Match
18567 the hex address in the output of "finish".
18568
73ba372c
GB
185692014-06-06 Gary Benson <gbenson@redhat.com>
18570
18571 * gdb.base/call-signals.c: Remove preprocessor conditionals
18572 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18573 SIGSEGV and SIGTERM.
18574 * gdb.base/sigall.c: Likewise.
18575 * gdb.base/unwindonsignal.c: Likewise.
18576 * gdb.reverse/sigall-reverse.c: Likewise.
18577
831517df
YQ
185782014-06-06 Yao Qi <yao@codesourcery.com>
18579
18580 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18581 readable, skip the test.
18582
b8b91e98
YQ
185832014-06-06 Yao Qi <yao@codesourcery.com>
18584
18585 * gdb.threads/staticthreads.c (thread_function): Move the line
18586 setting breakpoint on forward.
18587 * gdb.threads/staticthreads.exp: Update comments.
18588
fb934770
LC
185892014-06-05 Ludovic Courtès <ludo@gnu.org>
18590
18591 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18592 "history-append! type error".
18593
6ef284bd
SM
185942014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18595
18596 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18597 erroneous dprintf expected input.
18598
a872e241
DE
185992014-06-04 Doug Evans <xdje42@gmail.com>
18600
18601 * gdb.guile/scm-generics.exp: Delete.
18602
16f691fb
DE
186032014-06-04 Doug Evans <xdje42@gmail.com>
18604
18605 * gdb.guile/scm-breakpoint.exp: Update.
18606 Add tests for breakpoint registration.
18607
012370f6
TT
186082014-06-04 Tom Tromey <tromey@redhat.com>
18609
18610 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18611 VLA-in-union.
18612 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18613 inner_vla_struct, vla_union types. Initialize objects of those
18614 types and compute their sizes.
18615
9f5a4cef
HZ
186162014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18617 Hui Zhu <hui@codesourcery.com>
18618
18619 * gdb.base/fileio.exp: Add test for shell not available as well as
18620 available.
18621 * gdb.base/fileio.c (test_system): Check for shell twice.
18622
90a45c4d
YQ
186232014-06-04 Yao Qi <yao@codesourcery.com>
18624
18625 * gdb.base/auto-connect-native-target.exp: Remove redundant
18626 space from the regexp pattern.
18627
70017e41
YQ
186282014-06-04 Yao Qi <yao@codesourcery.com>
18629
18630 * gdb.base/default.exp: Replace "child" with "native" in
18631 regexp pattern.
18632
883964a7
SC
186332014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18634
18635 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18636 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18637 * gdb.python/py-xmethods.py: Python script supporting the
18638 new testcase and tests.
18639
ef370185
JB
186402014-06-03 Joel Brobecker <brobecker@adacore.com>
18641 Pedro Alves <palves@redhat.com>
18642
18643 PR breakpoints/17000
18644 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18645 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18646
1e2ccb61
BM
186472014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18648
18649 * gdb.base/subst.exp: Add tests to verify partial path matching
18650 output.
18651
c6ec5ab2
PA
186522014-06-03 Pedro Alves <palves@redhat.com>
18653
18654 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18655 target that doesn't use software single-stepping.
18656
835c559f
PA
186572014-06-03 Pedro Alves <palves@redhat.com>
18658
18659 PR breakpoints/17000
18660 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18661 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18662
06eb1586
DE
186632014-06-02 Doug Evans <xdje42@gmail.com>
18664
18665 * gdb.guile/scm-parameter.exp: New file.
18666
e698b8c4
DE
186672014-06-02 Doug Evans <xdje42@gmail.com>
18668
18669 * gdb.guile/scm-cmd.c: New file.
18670 * gdb.guile/scm-cmd.exp: New file.
18671
ded03782
DE
186722014-06-02 Doug Evans <xdje42@gmail.com>
18673
18674 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18675 pretty-printer lookup.
18676 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18677 (make-pp_s-printer): Call it.
18678 (make-pretty-printer-from-dict): New function.
18679 (lookup-pretty-printer-maker-from-dict): New function.
18680 (*pretty-printer*): Simplify.
18681 (make-objfile-pp_s-printer): New function.
18682 (install-objfile-pretty-printers!): New function.
18683 (make-progspace-pp_s-printer): New function.
18684 (install-progspace-pretty-printers!): New function.
18685 * gdb.guile/scm-progspace.c: New file.
18686 * gdb.guile/scm-progspace.exp: New file.
18687
41fac0cf
PA
186882014-06-02 Pedro Alves <palves@redhat.com>
18689
18690 * gdb.base/dprintf-bp-same-addr.c: New file.
18691 * gdb.base/dprintf-bp-same-addr.exp: New file.
18692
96ae5695
EBM
186932014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18694
18695 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18696 * gdb.arch/powerpc-power.s: Likewise.
18697
da02b3a8
JB
186982014-06-02 Joel Brobecker <brobecker@adacore.com>
18699
18700 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18701
c72b2e7b
YQ
187022014-06-01 Yao Qi <yao@codesourcery.com>
18703
18704 * gdb.base/watchpoint.exp (test_watch_location): Check null
18705 pointer can be dereferenced. If not, do the test, otherwise
18706 skip it.
18707
53e8a631
AB
187082014-05-30 Andrew Burgess <aburgess@broadcom.com>
18709
18710 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18711 results.
18712 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18713
938f0e2f
AB
187142014-05-30 Andrew Burgess <aburgess@broadcom.com>
18715
18716 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18717 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18718 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18719 * gdb.arch/amd64-invalid-stack-top.c: New file.
18720 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18721
9ba6657a
PA
187222014-05-30 Pedro Alves <palves@redhat.com>
18723
18724 PR breakpoints/17000
18725 * gdb.base/sss-bp-on-user-bp.c: New file.
18726 * gdb.base/sss-bp-on-user-bp.exp: New file.
18727
522c09bf
DB
187282014-05-30 David Blaikie <dblaikie@gmail.com>
18729
18730 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18731 gnu_inline semantics via attribute.
18732 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18733 source explicitly specifies the required semantics.
18734
bf4ef81e
MR
187352014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18736
18737 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18738
329ea579
PA
187392014-05-29 Pedro Alves <palves@redhat.com>
18740 Tom Tromey <tromey@redhat.com>
18741
18742 * gdb.base/async-shell.exp: Don't enable target-async.
18743 * gdb.base/async.exp
18744 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18745 parameter. Adjust.
18746 (top level): Don't test with "target-async".
18747 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18748 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18749 * gdb.base/inferior-died.exp: Don't enable target-async.
18750 * gdb.base/interrupt-noterm.exp: Likewise.
18751 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18752 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18753 * gdb.mi/mi-nonstop.exp: Likewise.
18754 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18755 * gdb.mi/mi-nsintrall.exp: Likewise.
18756 * gdb.mi/mi-nsmoribund.exp: Likewise.
18757 * gdb.mi/mi-nsthrexec.exp: Likewise.
18758 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18759 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18760 * gdb.python/py-evsignal.exp: Don't enable target-async.
18761 * gdb.python/py-evthreads.exp: Likewise.
18762 * gdb.python/py-prompt.exp: Likewise.
18763 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18764 * gdb.server/solib-list.exp: Don't enable target-async.
18765 * gdb.threads/thread-specific-bp.exp: Likewise.
18766 * lib/mi-support.exp: Adjust to use mi-async.
18767
fd664c91
PA
187682014-05-29 Pedro Alves <palves@redhat.com>
18769
18770 PR gdb/13860
18771 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18772 reason, even in sync mode.
18773
251bde03
PA
187742014-05-29 Pedro Alves <palves@redhat.com>
18775 Hui Zhu <hui@codesourcery.com>
18776
18777 PR PR15693
18778 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18779 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18780 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18781 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18782
7f3c0343
JB
187832014-05-28 Joel Brobecker <brobecker@adacore.com>
18784
18785 * config/monitor.exp (gdb_target_monitor): Replace use of
18786 "set remotebaud" by "set serial baud".
18787
b2715b27
AW
187882014-05-26 Andy Wingo <wingo@igalia.com>
18789
18790 * gdb.guile/scm-breakpoint.exp:
18791 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18792 properties instead of gdb-object-properties.
18793
498a4489
YQ
187942014-05-26 Yao Qi <yao@codesourcery.com>
18795
18796 * gdb.server/no-thread-db.exp: Specify source file name
18797 explicitly when setting a breakpoint.
18798
589fdceb
MM
187992014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18800
18801 * gdb.btrace/vdso.c: New.
18802 * gdb.btrace/vdso.exp: New.
18803
e9089e05
MM
188042014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18805
18806 * gdb.base/gcore.exp (capture_command_output): Move ...
18807 * lib/gdb.exp (capture_command_output): ... here.
18808
67b5c0c1
MM
188092014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18810
18811 * gdb.btrace/data.exp: Test memory access during btrace replay.
18812
a2199296
SM
188132014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18814
18815 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18816
17b2616c
PA
188172014-05-21 Pedro Alves <palves@redhat.com>
18818
18819 PR gdb/13860
18820 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18821 (top level): Test that output related to execution commands is
18822 sent to the console with CLI commands, but not with MI commands.
18823 Test that breakpoint events are always mirrored to the console.
18824 Also expect the new source line to be output after a "next" in
18825 async mode too. Make it a pass/fail test.
18826 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18827 output.
18828 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18829
5166082f
PA
188302014-05-21 Pedro Alves <palves@redhat.com>
18831
18832 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18833 Use them to test variations of "list" after reaching a breakpoint.
18834 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18835 Test "list" with listsize 10 after reaching a breakpoint.
18836 * gdb.python/python.exp (decode_line current location line
18837 number): Adjust expected line number.
18838
2f25d70f
SM
188392014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18840
18841 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18842 behavior for $args, pass it directly to "run".
18843
ff604a67
MR
188442014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18845
18846 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18847 30000 to 65536.
18848
6a3cb8e8
PA
188492014-05-21 Pedro Alves <palves@redhat.com>
18850
18851 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18852 auto-connect-native-target off".
18853 * gdb.base/auto-connect-native-target.c: New file.
18854 * gdb.base/auto-connect-native-target.exp: New file.
18855
4ebfc96e
PA
188562014-05-21 Pedro Alves <palves@redhat.com>
18857
18858 * gdb.base/default.exp: Test "target native" instead of "target
18859 child".
18860
36d46afb
MW
188612014-05-21 Mark Wielaard <mjw@redhat.com>
18862
18863 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18864
5876f503
JK
188652014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18866
18867 Fix TLS access for -static -pthread.
18868 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18869 <HAVE_TLS> (thread_function, main): Initialize it.
18870 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18871 Add clean_restart.
18872 <$have_tls != "">: Check TLSVAR.
18873
0256a6ac
PA
188742014-05-21 Pedro Alves <palves@redhat.com>
18875
18876 * gdb.base/dcache-line-read-error.c: New.
18877 * gdb.base/dcache-line-read-error.exp: New.
18878
936d2992
PA
188792014-05-20 Pedro Alves <palves@redhat.com>
18880
18881 * gdb.base/compare-sections.c: New file.
18882 * gdb.base/compare-sections.exp: New file.
18883
802e8e6d
PA
188842014-05-20 Pedro Alves <palves@redhat.com>
18885
18886 * gdb.base/break-idempotent.c: New file.
18887 * gdb.base/break-idempotent.exp: New file.
18888
e59fa00f
MM
188892014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18890
18891 * gdb.btrace/nohist.exp: New.
18892
8b696e31
YQ
188932014-05-20 Yao Qi <yao@codesourcery.com>
18894
18895 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18896 gdb.reverse directory and gdb_reverse_timeout exists in board
18897 setting.
18898 * README: Document gdb_reverse_timeout.
18899
73c9764f
YQ
189002014-05-20 Yao Qi <yao@codesourcery.com>
18901
18902 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18903 'test_file_name'. Treat args as a string instead of a list.
18904 (gdb_init): Rename argument 'args' by 'test_file_name'.
18905
f1f4348a
JK
189062014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18907
18908 * gdb.arch/powerpc-power.exp: New file.
18909 * gdb.arch/powerpc-power.s: New file.
18910
0dbe70ce
DE
189112014-05-16 Doug Evans <dje@google.com>
18912
18913 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18914 * gdb.base/completion.exp: Check that all expected files exist
18915 before doing file completion.
0dbe70ce 18916
8d551b02
DE
189172014-05-16 Doug Evans <dje@google.com>
18918
18919 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18920 Update.
18921 (do_syscall_tests_without_xml): Update.
18922
73eb7709
PA
189232014-05-16 Pedro Alves <palves@redhat.com>
18924
18925 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18926 instead of "unknown output after running".
18927
3fae92fc
YQ
189282014-05-16 Yao Qi <yao@codesourcery.com>
18929
18930 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18931 file1.txt from host at the end.
18932 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18933
c2b2ccc5
DE
189342014-05-15 Doug Evans <dje@google.com>
18935
18936 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18937 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18938 loading file. Add test for TU lookup.
18939
8c217a4b
SM
189402014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18941
18942 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18943 calling "-exec-arguments" or "set args" before running the
18944 inferior.
18945
3deb39c6
SM
189462014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18947
18948 * lib/mi-support.exp (mi_expect_stop): Expect message for
18949 inferiors that exit with non-zero exit code.
18950
71a79f8c
YQ
189512014-05-14 Yao Qi <yao@codesourcery.com>
18952
18953 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18954 match absolute path on remote host.
18955 (test_file_list_exec_source_files): Remove "/" from the
18956 pattern.
18957
f23fcd46
YQ
189582014-05-14 Yao Qi <yao@codesourcery.com>
18959
18960 * boards/local-remote-host-notty.exp (${board}_file): New
18961 proc.
18962
9404b58f
KM
189632014-05-07 Kyle McMartin <kyle@redhat.com>
18964
18965 Pushed by Joel Brobecker <brobecker@adacore.com>.
18966 * gdb.arch/aarch64-atomic-inst.c: New file.
18967 * gdb.arch/aarch64-atomic-inst.exp: New file.
18968
5e45f04c
YQ
189692014-05-07 Yao Qi <yao@codesourcery.com>
18970
18971 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18972 in current context" too.
18973
c888a17d
KS
189742014-05-05 Keith Seitz <keiths@redhat.com>
18975
18976 * gdb.linespec/ls-dollar.exp: Add test for linespec
18977 file:convenience_variable.
18978
290a839c
YQ
189792014-05-05 Yao Qi <yao@codesourcery.com>
18980
18981 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18982 traceframes into tfile and ctf trace files. Read data from
18983 trace file and test collected data.
18984 (gdb_collect_locals_test): Likewise.
18985 (gdb_unavailable_registers_test): Likewise.
18986 (gdb_unavailable_floats): Likewise.
18987 (gdb_collect_globals_test): Likewise.
18988 (top-level): Append "ctf" to trace_file_targets if GDB
18989 supports.
18990
b5262cd0
YQ
189912014-05-05 Yao Qi <yao@codesourcery.com>
18992
18993 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18994 code to ...
18995 (gdb_collect_args_test_1): ... it. New proc.
18996 (gdb_collect_locals_test): Move some code to ...
18997 (gdb_collect_locals_test_1): ... it. New proc.
18998 (gdb_unavailable_registers_test): Move some code to ...
18999 (gdb_unavailable_registers_test_1): ... it. New proc.
19000 (gdb_unavailable_floats): Move some code to ...
19001 (gdb_unavailable_floats_1): ... it. New proc.
19002
30a1e6cc
SDJ
190032014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19004
19005 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19006 probes to test for bitness recognition.
19007 * gdb.arch/amd64-stap-optional-prefix.exp
19008 (test_probe_value_without_reg): New procedure.
19009 Add code to test for different kinds of bitness.
19010
f33da99a
SDJ
190112014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19012
19013 PR breakpoints/16889
19014 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19015 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19016
5b80f00d
PA
190172014-05-01 Pedro Alves <palves@redhat.com>
19018
19019 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19020 gdb_file_cmd if no file is specified.
19021 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19022 last_loaded_file to set the remote exec-file.
19023
f8c2a73c
PA
190242014-05-01 Pedro Alves <palves@redhat.com>
19025
19026 * boards/local-remote-host.exp: New file.
19027
be6e8ac7
PA
190282014-05-01 Pedro Alves <palves@redhat.com>
19029
19030 * boards/local-remote-host.exp: Rename to ...
19031 * boards/local-remote-host-notty.exp: ... this.
19032
cac0dc8f
JB
190332014-04-28 Joel Brobecker <brobecker@adacore.com>
19034
19035 * gdb.ada/dyn_arrayidx: New testcase.
19036
9730e6cc
YQ
190372014-04-26 Yao Qi <yao@codesourcery.com>
19038
19039 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19040 and compute the length of function main. Save it in
19041 $main_length.
19042 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19043 (top-level): Use gdb_compile to compile objects into
19044 executable and restart GDB. Remove invocation to
19045 prepare_for_testing.
19046
7ae1a6a6
PA
190472014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19048 Pedro Alves <palves@redhat.com>
19049
19050 PR server/16255
19051 * gdb.multi/multi-attach.c: New file.
19052 * gdb.multi/multi-attach.exp: New file.
19053
4082afcc
PA
190542014-04-25 Pedro Alves <palves@redhat.com>
19055
19056 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19057 user.
19058 (top level): Test that "set remote conditional-breakpoints-packet
19059 off" works as intended.
19060 * gdb.base/dprintf.exp: Test that "set remote
19061 breakpoint-commands-packet off" works as intended.
19062 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19063 New function.
19064 (top level): Call it.
19065 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19066 remote fast-tracepoints-packet off" works as intended.
19067 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19068 * lib/gdb.exp (gdb_is_target_remote): ... here.
19069
2abc3f8d
DB
190702014-04-24 David Blaikie <dblaikie@gmail.com>
19071
19072 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19073 ensure clang would not discard them.
19074 * gdb.base/gdbvars.c: Ditto.
19075 * gdb.base/memattr.c: Ditto.
19076 * gdb.base/whatis.c: Ditto.
19077 * gdb.python/py-prettyprint.c: Ditto.
19078 * gdb.trace/actions.c: Ditto.
19079 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19080 ensure clang would not discard it.
19081
bfd39632
DB
190822014-04-24 David Blaikie <dblaikie@gmail.com>
19083
19084 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19085 clang to emit the full definition of type required by the test
19086 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19087
22842ff6
DB
190882014-04-24 David Blaikie <dblaikie@gmail.com>
19089
19090 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19091 coax Clang into emitting the definition of the type.
19092 * gdb.cp/pr10728-x.h (y): Ditto.
19093 * gdb.cp/pr10728-y.cc (y): Ditto.
19094
c2e827ad
DB
190952014-04-24 David Blaikie <dblaikie@gmail.com>
19096
19097 * gdb.base/label.exp: XFAIL label related tests under Clang.
19098 * gdb.cp/cplabel.exp: Ditto.
19099 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19100 under Clang those using labels.
19101
4c2d33e7
YQ
191022014-04-25 Yao Qi <yao@codesourcery.com>
19103
19104 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19105 double_label.
19106 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19107 partial_label and double_label.
19108
56083b99
DB
191092014-04-24 David Blaikie <dblaikie@gmail.com>
19110
19111 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19112
25d4e99d
DB
191132014-04-24 David Blaikie <dblaikie@gmail.com>
19114
19115 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19116 of the function to work across GCC and Clang.
19117 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19118 pointer types (const void ** const V void **).
19119
01f9f808
MS
191202014-04-24 Michael Sturm <michael.sturm@mintel.com>
19121 Walfred Tedeschi <walfred.tedeschi@intel.com>
19122
19123 * Makefile.in (EXECUTABLES): Added i386-avx512.
19124 * gdb.arch/i386-avx512.c: New file.
19125 * gdb.arch/i386-avx512.exp: Likewise.
19126
4b48d439
KS
191272014-04-23 Keith Seitz <keiths@redhat.com>
19128
19129 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19130 (mi_make_breakpoint_table): New procedure.
19131 (mi_create_breakpoint): Use mi_make_breakpoint
19132 and return the result.
19133 (mi_make_breakpoint): New procedure.
19134 (mi_build_kv_pairs): New procedure.
19135
19136 * gdb.mi/mi-break.exp: Remove unused globals,
19137 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19138 All callers updated.
19139 * gdb.mi/mi-dprintf.exp: Use variable to track command
19140 number.
19141 Update all callers of mi_create_breakpoint and use
19142 mi_make_breakpoint_table.
19143 Remove any unused global variables.
19144 * gdb.mi/mi-nonstop.exp: Likewise.
19145 * gdb.mi/mi-nsintrall.exp: Likewise.
19146 * gdb.mi/mi-nsmoribund.exp: Likewise.
19147 * gdb.mi/mi-nsthrexec.exp: Likewise.
19148 * gdb.mi/mi-reverse.exp: Likewise.
19149 * gdb.mi/mi-simplerun.exp: Likewise.
19150 * gdb.mi/mi-stepn.exp: Likewise.
19151 * gdb.mi/mi-syn-frame.exp: Likewise.
19152 * gdb.mi/mi-until.exp: Likewise.
19153 * gdb.mi/mi-var-cp.exp: Likewise.
19154 * gdb.mi/mi-var-display.exp: Likewise.
19155 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19156 * gdb.mi/mi2-var-child.exp: Likewise.
19157 * gdb.mi/mi-vla-c99.exp: Likewise.
19158 * lib/mi-support.exp: Likewise.
19159
19160 From Ian Lance Taylor <iant@cygnus.com>:
19161 * lib/gdb.exp (parse_args): New procedure.
19162
08351840
PA
191632014-04-23 Pedro Alves <palves@redhat.com>
19164
19165 * gdb.base/break-unload-file.c: New file.
19166 * gdb.base/break-unload-file.exp: New file.
19167 * gdb.base/sym-file-lib.c (baz): New function.
19168 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19169 field.
19170 (load): Store the segment's mapped size.
19171 (unload): New function.
19172 (unload_shlib): New function.
19173 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19174 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19175 set a breakpoint at baz, and call it.
19176 * gdb.base/sym-file.exp: New tests for stale breakpoint
19177 instructions.
19178
076855f9
PA
191792014-04-23 Pedro Alves <palves@redhat.com>
19180
19181 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19182 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19183 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19184 * gdb.base/hbreak-unmapped.c: New file.
19185 * gdb.base/hbreak-unmapped.exp: New file.
19186 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19187 * lib/gdb.exp (gdb_is_target_remote): ... here.
19188
483805cf
PA
191892014-04-22 Pedro Alves <palves@redhat.com>
19190
19191 * gdb.base/consecutive-step-over.c: New file.
19192 * gdb.base/consecutive-step-over.exp: New file.
19193
06d97543
PA
191942014-04-22 Pedro Alves <palves@redhat.com>
19195
19196 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19197 instead of send_gdb/gdb_expect.
19198
b4429ea2
YQ
191992014-04-22 Yao Qi <yao@codesourcery.com>
19200
19201 * lib/trace-support.exp (generate_tracefile): New procedure.
19202 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19203 return 0.
19204 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19205 if generate_tracefile returns 1.
19206
51d48146
PA
192072014-04-18 Tom Tromey <palves@redhat.com>
19208 Pedro alves <tromey@redhat.com>
19209
19210 PR backtrace/15558
19211 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19212 with a backtrace limit.
19213 * gdb.python/py-frame-inline.exp: Test running to an inline
19214 function with a backtrace limit, and printing the newest frame.
19215 * gdb.python/py-frame-inline.c (main): Call f.
19216
bd1dce5f
MS
192172014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19218
19219 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19220
40d1a503
MS
192212014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19222
19223 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19224 Drop prefix from unsupported source file path.
19225
389b98f7
YQ
192262014-04-17 Yao Qi <yao@codesourcery.com>
19227
19228 * lib/gdb.exp (with_target_charset): New proc.
19229 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19230 with_target_charset.
19231 (test_print_strings): Likewise.
19232 (test_repeat_bytes): Likewise.
19233 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19234 for some tests.
19235
22869d73
KS
192362014-04-16 Keith Seitz <keiths@redhat.com>
19237
19238 PR gdb/15827
19239 * gdb.dwarf2/corrupt.c: New file.
19240 * gdb.dwarf2/corrupt.exp: New file.
19241
c4f87ca6
KS
192422014-04-16 Keith Seitz <keiths@redhat.com>
19243
19244 PR c++/16597
19245 * gdb.cp/namelessclass.cc: New file.
19246 * gdb.cp/namelessclass.exp: New file.
19247 * gdb.cp/namelessclass.S: New file.
19248
ab19de87
DE
192492014-04-16 Doug Evans <dje@google.com>
19250
19251 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19252 Add comment.
19253 (gdbserver_default_get_comm_port): New function.
19254 (gdbserver_start): Check if board file provided
19255 "gdbserver,get_comm_port" and use it if so.
19256 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19257 (gdb,socketport): Set to "stdio".
19258 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19259 (stdio_gdbserver_template): Delete.
19260 (${board}_get_remote_address): Update.
19261 (${board}_build_remote_cmd): Delete.
19262 (${board}_get_comm_port): New function.
19263 (${board}_spawn): Update.
19264 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19265 Delete.
19266 (${board}_get_remote_address): Update.
19267 (${board}_get_comm_port): New function.
19268
fc98a809
AB
192692014-04-16 Andrew Burgess <aburgess@broadcom.com>
19270
19271 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19272 appearing in any order.
19273
87fd9e6e
DE
192742014-04-15 Doug Evans <dje@google.com>
19275
19276 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19277 uninitialized value of "description".
19278
099fc3ea
KS
192792014-04-15 Keith Seitz <keiths@redhat.com>
19280
19281 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19282 Remove unused globals.
19283 (test_running_the_program): Likewise.
19284 (test_controlled_execution): Likewise.
19285 (test_controlling_breakpoints): Likewise.
19286 (test_program_termination): Likewise.
19287
5da151d4
KS
192882014-04-15 Keith Seitz <keiths@redhat.com>
19289
19290 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19291 unused globals.
19292 (test_rbreak_creation_and_listing): Likewise.
19293 (test_ignore_count): Likewise.
19294 (test_error): Likewise.
19295
35e5d2f0
PA
192962014-04-15 Pedro Alves <palves@redhat.com>
19297
19298 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19299 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19300 sym-file-loader.c.
19301 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19302 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19303 to sym-file-loader.c.
19304 (struct library): Forward declare.
19305 (load_shlib, lookup_function): Change prototypes.
19306 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19307 (translate_offset): Remove declarations.
19308 (get_text_addr): New declaration.
19309 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19310 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19311 sym-file-loader.h.
19312 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19313 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19314 here from sym-file-loader.h.
19315 (struct library): New structure.
19316 (load_shlib, lookup_function): Change prototypes and adjust to
19317 work with a struct library.
19318 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19319 (translate_offset): Make static.
19320 (get_text_addr): New function.
19321 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19322
eb4c1710
PA
193232014-04-15 Pedro Alves <palves@redhat.com>
19324
19325 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19326
2d1baf52
PA
193272014-04-15 Pedro Alves <palves@redhat.com>
19328
19329 * gdb.base/sym-file-loader.c: Include <limits.h>.
19330 (SELF_LINK): New define.
19331 (get_origin): New function.
19332 (load_shlib): Use it.
19333 * gdb.base/sym-file.exp: Don't early return if the target is
19334 remote. Use runto_main, and issue fail is that fails. Use
19335 gdb_load_shlibs.
19336 (shlib_name): Delete.
19337 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19338
7dd6df01
PA
193392014-04-15 Pedro Alves <palves@redhat.com>
19340
19341 * gdb.base/sym-file.exp: Remove regex characters from test
19342 message. Don't refer to breakpoint numbers in test messages.
19343
b50c8614
KS
193442014-04-14 Keith Seitz <keiths@redhat.com>
19345
19346 PR c++/16253
19347 * gdb.cp/var-tag.cc: New file.
19348 * gdb.cp/var-tag.exp: New file.
19349 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19350 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19351 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19352 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19353
3d567982
TT
193542014-04-14 Tom Tromey <tromey@redhat.com>
19355
19356 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19357 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19358 type.
19359 * gdb.cp/enum-class.exp: New file.
19360 * gdb.cp/enum-class.cc: New file.
19361
0626fc76
TT
193622014-04-14 Tom Tromey <tromey@redhat.com>
19363
19364 * gdb.dwarf2/enum-type.exp: New file.
19365
dca325b3
SA
193662014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19367
19368 * gdb.mi/mi-vla-c99.exp: New file.
19369 * gdb.mi/vla.c: New file.
19370
5854b38a
SA
193712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19372
19373 * gdb.base/vla-datatypes.c: New file.
19374 * gdb.base/vla-datatypes.exp: New file.
19375
463bb957
SA
193762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19377
19378 * gdb.base/vla-ptr.c: New file.
19379 * gdb.base/vla-ptr.exp: New file.
19380
3dd170be
SA
193812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19382
19383 * gdb.dwarf2/count.exp: New file.
19384
5ecaaa66
SA
193852014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19386
19387 * gdb.base/vla-sideeffect.c: New file.
19388 * gdb.base/vla-sideeffect.exp: New file.
19389
41f1ada5
DB
193902014-04-14 David Blaikie <dblaikie@gmail.com>
19391
19392 * gdb.mi/non-stop.c: Add return value for non-void function return
19393 statement.
19394 * gdb.threads/staticthreads.c: Ditto.
19395
0be03e84
DE
193962014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19397 Doug Evans <xdje42@gmail.com>
19398
19399 * gdb.guile/scm-value.c: Improve test case.
19400 * gdb.guile/scm-value.exp: Add new test.
19401
f180a1fb
DB
194022014-04-11 David Blaikie <dblaikie@gmail.com>
19403
19404 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19405 override Clang's default.
19406
6b662e19
JB
194072014-04-11 Joel Brobecker <brobecker@adacore.com>
19408
19409 Revert the following changes (regressions):
19410
19411 * gdb.base/vla-sideeffect.c: New file.
19412 * gdb.base/vla-sideeffect.exp: New file.
19413
19414 * gdb.dwarf2/count.exp: New file.
19415
19416 * gdb.base/vla-multi.c: New file.
19417 * gdb.base/vla-multi.exp: New file.
19418
19419 * gdb.base/vla-ptr.c: New file.
19420 * gdb.base/vla-ptr.exp: New file.
19421
19422 * gdb.base/vla-datatypes.c: New file.
19423 * gdb.base/vla-datatypes.exp: New file.
19424
19425 * gdb.mi/mi-vla-c99.exp: New file.
19426 * gdb.mi/vla.c: New file.
19427
245a5f0b
KS
194282014-04-11 Keith Seitz <keiths@redhat.com>
19429
19430 PR c++/16675
19431 * gdb.cp/cpsizeof.exp: New file.
19432 * gdb.cp/cpsizeof.cc: New file.
19433
58a84dcf
SA
194342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19435
191a8a90
JB
19436 * gdb.mi/mi-vla-c99.exp: New file.
19437 * gdb.mi/vla.c: New file.
58a84dcf 19438
c8655f75
SA
194392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19440
19441 * gdb.base/vla-datatypes.c: New file.
19442 * gdb.base/vla-datatypes.exp: New file.
19443
024e13b4
SA
194442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19445
19446 * gdb.base/vla-ptr.c: New file.
19447 * gdb.base/vla-ptr.exp: New file.
19448
1a237e0e
SA
194492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19450
19451 * gdb.base/vla-multi.c: New file.
19452 * gdb.base/vla-multi.exp: New file.
19453
504f3432
SA
194542014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19455
19456 * gdb.dwarf2/count.exp: New file.
19457
3bce8237
SA
194582014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19459
191a8a90
JB
19460 * gdb.base/vla-sideeffect.c: New file.
19461 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19462
322f9c21
YQ
194632014-04-11 Yao Qi <yao@codesourcery.com>
19464
19465 * gdb.base/completion.exp: Check file exists before running tests
19466 on file completion.
19467
d708bcd1
PA
194682014-04-10 Pedro Alves <palves@redhat.com>
19469
19470 * gdb.base/cond-eval-mode.c: New file.
19471 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19472 prepare_for_testing to build the new file. Check result of
19473 runto_main.
19474 (test_break, test_watch): New procedures.
19475 (top level): Use them.
19476
ae1d2761
PM
194772014-04-08 Pierre Muller <muller@sourceware.org>
19478
19479 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19480 Ctrl-V use for mingw hosts.
19481
7af389b8
SC
194822014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19483
19484 * gdb.python/py-value.c: Improve test case.
19485 * gdb.python/py-value.exp: Add new test.
19486
5e703181
DE
194872014-04-07 David Blaikie <dblaikie@gmail.com>
19488
19489 * lib/compiler.c: Identify the clang compiler.
19490 * lib/compiler.cc: Ditto.
19491
9810b410
YQ
194922014-04-03 Yao Qi <yao@codesourcery.com>
19493
19494 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19495
98d1b8dc
AB
194962014-04-01 Anton Blanchard <anton@samba.org>
19497
19498 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19499 messages unique.
19500
3114cea1
AB
195012014-04-01 Anton Blanchard <anton@samba.org>
19502
19503 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19504 prepare_for_testing.
19505
62f7182c
AB
195062014-04-01 Anton Blanchard <anton@samba.org>
19507
19508 * gdb.arch/ppc64-atomic-inst.c: Remove.
19509 * gdb.arch/ppc64-atomic-inst.S: New file.
19510 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19511
770e7fc7
DE
195122014-03-31 Doug Evans <dje@google.com>
19513
19514 * gdb.base/print-symbol-loading-lib.c: New file.
19515 * gdb.base/print-symbol-loading-main.c: New file.
19516 * gdb.base/print-symbol-loading.exp: New file.
19517
46e2bafa
YQ
195182014-03-31 Yao Qi <yao@codesourcery.com>
19519
19520 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19521
8776cfe9
JB
195222014-03-28 Joel Brobecker <brobecker@adacore.com>
19523
19524 * gdb.ada/mi_dyn_arr: New testcase.
19525
5d1ef361
DE
195262014-03-27 Doug Evans <dje@google.com>
19527
19528 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19529
b5bee914
YQ
195302014-03-27 Yao Qi <yao@codesourcery.com>
19531
19532 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19533 if target is nios2-*-*.
19534
0d4d0e77
YQ
195352014-03-26 Yao Qi <yao@codesourcery.com>
19536
19537 * lib/gdb.exp (readline_is_used): New proc.
19538 * gdb.base/completion.exp: Move tests on command complete up.
19539 Skip the rest of tests if readline is not used.
19540 * gdb.ada/complete.exp: Skp the test if readline is not
19541 used.
19542 * gdb.base/filesym.exp: Likewise.
19543 * gdb.base/macscp.exp: Likewise.
19544 * gdb.base/readline-ask.exp: Likewise.
19545 * gdb.base/readline.exp: Likewise.
19546 * gdb.python/py-cmd.exp: Likewise.
19547 * gdb.trace/tfile.exp: Likewise.
19548
29361eee
YQ
195492014-03-26 Yao Qi <yao@codesourcery.com>
19550
19551 * gdb.base/macscp.exp: Fix code format issues.
19552
bc9a5525
UW
195532014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19554
19555 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19556 * gdb.asm/powerpc64le.inc: New file.
19557
d3839ede
PA
195582014-03-25 Pedro Alves <palves@redhat.com>
19559 Doug Evans <dje@google.com>
19560
19561 * gdb.base/source-execution.c: New file.
19562 * gdb.base/source-execution.exp: New file.
19563 * gdb.base/source-execution.gdb: New file.
19564
01672a57
DE
195652014-03-24 Doug Evans <dje@google.com>
19566
19567 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19568 using fission.
19569
88bbeca9
HZ
195702014-03-24 Hui Zhu <hui@codesourcery.com>
19571 Pedro Alves <palves@redhat.com>
19572
19573 PR breakpoints/16101
19574 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19575 test pass/fail messages. Detect missing support for dprintf when
19576 breakpoints are actually inserted.
19577 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19578 breakpoints are actually inserted.
19579 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19580 fails.
19581
d2348791
JK
195822014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19583
19584 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19585
feef67ab
DE
195862014-03-22 Doug Evans <xdje42@gmail.com>
19587
19588 * gdb.python/python.exp (python not supported): Verify multi-line
19589 python command issues an error.
25d743f9 19590 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19591 guile command issues an error.
feef67ab 19592
ecebef6a
MR
195932014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19594
19595 * gdb.threads/thread-specific.exp: Handle the lack of usable
19596 $this_breakpoint and $this_thread.
19597
ccdd1909
HZ
195982014-03-21 Hui Zhu <hui@codesourcery.com>
19599
19600 * gdb.base/attach.exp (do_command_attach_tests): New.
19601
beb460e8
PA
196022014-03-20 Tom Tromey <tromey@redhat.com>
19603 Pedro Alves <palves@redhat.com>
19604
19605 PR cli/15718
19606 * gdb.base/condbreak-call-false.c: New file.
19607 * gdb.base/condbreak-call-false.exp: New file.
19608
40acf43a
PA
196092014-03-20 Pedro Alves <palves@redhat.com>
19610
19611 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19612 Delete.
19613 (block_signals, unblock_signals): Delete.
19614 (child_function_2, main): Remove references to deleted variable
19615 and functions.
19616
9f5e1e02
PA
196172014-03-20 Pedro Alves <palves@redhat.com>
19618
19619 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19620 Use pthread_kill to signal thread 2.
19621 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19622 Adjust to make the test send itself a signal rather than using the
19623 host's "kill" command.
19624
99619bea
PA
196252014-03-20 Pedro Alves <palves@redhat.com>
19626
19627 * gdb.threads/multiple-step-overs.c: New file.
19628 * gdb.threads/multiple-step-overs.exp: New file.
19629 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19630 Adjust expected infrun debug output.
19631
2adfaa28
PA
196322014-03-20 Pedro Alves <palves@redhat.com>
19633
19634 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19635 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19636
31e77af2
PA
196372014-03-20 Pedro Alves <palves@redhat.com>
19638
19639 PR breakpoints/7143
19640 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19641 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19642 of gdb_test_multiple.
19643 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19644 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19645
b9f437de
PA
196462014-03-20 Pedro Alves <palves@redhat.com>
19647
19648 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19649 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19650
05adc73e
PA
196512014-03-19 Pedro Alves <palves@redhat.com>
19652
19653 * gdb.base/async.exp: Remove early return.
19654
6048b950
PA
196552014-03-19 Pedro Alves <palves@redhat.com>
19656
19657 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19658
8bcfb00a
PA
196592014-03-19 Pedro Alves <palves@redhat.com>
19660
19661 * gdb.base/async.exp (test_background): Expect \r\n after
19662 "completed." in the fail pattern.
19663
884e37dc
PA
196642014-03-19 Pedro Alves <palves@redhat.com>
19665
19666 * gdb.base/async.exp (test_background): New procedure.
19667 Use it for all background execution command tests.
19668
148e57e2
PA
196692014-03-19 Pedro Alves <palves@redhat.com>
19670
19671 * gdb.base/async.exp: Use prepare_for_testing.
19672
f48088c7
PA
196732014-03-19 Pedro Alves <palves@redhat.com>
19674
19675 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19676 the same line.
19677
e2f6c966
PA
196782014-03-19 Pedro Alves <palves@redhat.com>
19679
19680 * gdb.base/async.c (main): Add "jump here" and "until here" line
19681 marker comments.
19682 * gdb.base/async.exp (jump_here): New global.
19683 (jump& test): Use it.
19684 (until_here): New global.
19685 (until& test): Use it.
19686
c30568d4
PA
196872014-03-19 Pedro Alves <palves@redhat.com>
19688
19689 * gdb.base/async.exp: Don't frob gdb_protocol.
19690
0172b6a7
DE
196912014-03-18 Doug Evans <xdje42@gmail.com>
19692
19693 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19694 Fix spelling of exec-done-display.
19695
06c868a8
JK
196962014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19697
19698 PR gdb/15358
19699 * gdb.base/gdb-sigterm.c: New file.
19700 * gdb.base/gdb-sigterm.exp: New file.
19701
0c7e1a46
PA
197022014-03-18 Pedro Alves <palves@redhat.com>
19703
19704 PR gdb/13860
19705 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19706 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19707 solib-event.
19708
f7c77d93
JB
197092014-03-17 Joel Brobecker <brobecker@adacore.com>
19710
19711 * gdb.ada/pckd_arr_ren: New testcase.
19712
5a1e8c7a
DE
197132014-03-13 Doug Evans <xdje42@gmail.com>
19714
19715 PR guile/16612
19716 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19717 collect after discarding symbols.
19718
350e1a76
DE
197192014-03-13 Ludovic Courtès <ludo@gnu.org>
19720 Doug Evans <xdje42@gmail.com>
19721
19722 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19723 to history survives a gc.
19724
a69900ae
PA
197252014-03-13 Pedro Alves <palves@redhat.com>
19726
19727 * gdb.base/default.exp: Don't test "target procfs".
19728
5db9f0bd
PA
197292014-03-13 Pedro Alves <palves@redhat.com>
19730
19731 * gdb.base/default.exp: Update "target child" and "target procfs"
19732 tests to not expect "Unix".
19733
b3ccfe11
TT
197342014-03-12 Tom Tromey <tromey@redhat.com>
19735
19736 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19737 New procs. Add target-async tests.
19738 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19739 Add target-async tests.
19740
646f4417
AA
197412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19742
19743 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19744 'func_start' and 'func_end' for the beginning and end of the
19745 function code, respectively.
19746 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19747 'func_end' instead of 'func' and 'main'.
19748
288c211f
AA
197492014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19750
19751 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19752 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19753 generate the debug info assembler source.
19754
e0c0f156
AA
197552014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19756
19757 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19758 * gdb.dwarf2/arr-subrange.exp: Likewise.
19759 * gdb.dwarf2/dwz.exp: Likewise.
19760 * gdb.dwarf2/method-ptr.exp: Likewise.
19761 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19762 * gdb.dwarf2/subrange.exp: Likewise.
19763 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19764 * gdb.dwarf2/implptrpiece.exp: Likewise.
19765 * gdb.dwarf2/nostaticblock.exp: Likewise.
19766
0e5c4555
AA
197672014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19768
19769 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19770 directory to absolute path name arguments.
19771
5ec18f2b
JG
197722014-03-10 Joel Brobecker <brobecker@adacore.com>
19773
19774 * gdb.ada/tagged_access: New testcase.
19775
847fc4f2
MM
197762014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19777
19778 * gdb.btrace/data.exp: Update expected output.
19779
cc3da688
YQ
197802014-03-06 Yao Qi <yao@codesourcery.com>
19781
19782 * gdb.trace/pr16508.exp: New file.
19783
0f26cec1
PA
197842014-03-05 Pedro Alves <palves@redhat.com>
19785
19786 PR gdb/16575
19787 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19788 procedure.
19789 (top level): Adjust to use it. Add tests that exercise breakpoint
19790 interaction with the code-cache.
19791
7a5a839f
LC
197922014-02-26 Ludovic Courtès <ludo@gnu.org>
19793
19794 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19795 test for 'history-append!'.
19796
31aa7e4e
JB
197972014-02-26 Joel Brobecker <brobecker@adacore.com>
19798
19799 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19800 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19801 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19802 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19803 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19804 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19805
1b588015
JB
198062014-02-26 Joel Brobecker <brobecker@adacore.com>
19807
19808 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19809 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19810 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19811
55426c9d
JB
198122014-02-26 Joel Brobecker <brobecker@adacore.com>
19813
19814 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19815
dc53a7ad
JB
198162014-02-26 Joel Brobecker <brobecker@adacore.com>
19817
19818 * gdb.dwarf2/arr-stride.c: New file.
19819 * gdb.dwarf2/arr-stride.exp: New file.
19820
12ab52e9
PA
198212014-02-26 Pedro Alves <palves@redhat.com>
19822
19823 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19824 that won't ever trigger. Make sure that GDB reports the correct
19825 breakpoint that caused the stop.
19826
849c862e
JK
198272014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19828
19829 PR gdb/16626
19830 * gdb.base/auto-load-script: New file.
19831 * gdb.base/auto-load.c: New file.
19832 * gdb.base/auto-load.exp: New file.
19833
71b7d793
JK
19834 PR gdb/16626
19835 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19836
e2f0d509
JK
198372014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19838
19839 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19840 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19841
50cc37c8
DE
198422014-02-24 Doug Evans <dje@google.com>
19843
19844 * lib/gdb.exp (run_on_host): Log error output if program fails.
19845
ea4758f2
PA
198462014-02-21 Pedro Alves <palves@redhat.com>
19847
19848 * gdb.threads/step-after-sr-lock.c: Rename to ...
19849 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19850 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19851 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19852 ... this.
19853
d7b30f67
SDJ
198542014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19855
19856 PR tdep/16397
19857 * gdb.arch/amd64-stap-special-operands.exp: New file.
19858 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19859 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19860 * gdb.arch/amd64-stap-triplet.S: Likewise.
19861 * gdb.arch/amd64-stap-triplet.c: Likewise.
19862
83deb43f
JB
198632014-02-20 Joel Brobecker <brobecker@adacore.com>
19864
19865 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19866 in .section pseudo-op.
19867
adde2bff
DE
198682014-02-20 lin zuojian <manjian2006@gmail.com>
19869 Joel Brobecker <brobecker@adacore.com>
19870 Doug Evans <xdje42@gmail.com>
19871
19872 PR symtab/16581
19873 * gdb.dwarf2/dw2-icycle.S: New file.
19874 * gdb.dwarf2/dw2-icycle.c: New file.
19875 * gdb.dwarf2/dw2-icycle.exp: New file.
19876
f7bd0f78
SC
198772014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19878
19879 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19880 operations on gdb.Value objects.
19881 * gdb.python/py-value-cc.exp: Add new test to test operations on
19882 gdb.Value objects.
19883
c17ef0d5
DE
198842014-02-18 Doug Evans <dje@google.com>
19885
19886 * Makefile.in (TESTS): New variable.
19887 (expanded_tests, expanded_tests_or_none): New variables
19888 (check-single): Pass $(expanded_tests_or_none) to runtest.
19889 (check-parallel): Only run tests in $(TESTS) if non-empty.
19890 (check/no-matching-tests-found): New rule.
19891 * README: Document TESTS makefile variable.
19892
5dd3176f
DE
198932014-02-18 Doug Evans <dje@google.com>
19894
19895 * Makefile.in (check-parallel): rm -rf outputs temp.
19896
0b10be4f
JK
198972014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19898
19899 Fix "ERROR: no fileid for" in the testsuite.
19900 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19901
85f224e7
DE
199022014-02-12 Doug Evans <dje@google.com>
19903
19904 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19905 (MISCELLANEOUS): New variable.
19906 (clean): rm -rf $(MISCELLANEOUS).
19907 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19908 dwp live in the same directory as symlinks, with each symlink pointed
19909 to a differently named file in a different directory.
19910
149b30ff
DE
199112014-02-11 Doug Evans <dje@google.com>
19912
19913 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19914 of Tcl file commands.
19915
1dfdac32
MK
199162014-02-10 Mark Kettenis <kettenis@gnu.org>
19917
19918 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19919 "kill -SIGUSR1 -1".
19920
aa4fb036
JB
199212014-02-10 Joel Brobecker <brobecker@adacore.com>
19922
19923 * gdb.ada/tick_length_array_enum_idx: New testcase.
19924
ed3ef339
DE
199252014-02-10 Doug Evans <xdje42@gmail.com>
19926
19927 * configure.ac (AC_OUTPUT): Add gdb.guile.
19928 * configure: Regenerate.
19929 * lib/gdb-guile.exp: New file.
19930 * lib/gdb.exp (get_target_charset): New function.
19931 * gdb.base/help.exp: Update expected output from "apropos apropos".
19932 * gdb.guile/Makefile.in: New file.
19933 * gdb.guile/guile.exp: New file.
19934 * gdb.guile/scm-arch.c: New file.
19935 * gdb.guile/scm-arch.exp: New file.
19936 * gdb.guile/scm-block.c: New file.
19937 * gdb.guile/scm-block.exp: New file.
19938 * gdb.guile/scm-breakpoint.c: New file.
19939 * gdb.guile/scm-breakpoint.exp: New file.
19940 * gdb.guile/scm-disasm.c: New file.
19941 * gdb.guile/scm-disasm.exp: New file.
19942 * gdb.guile/scm-equal.c: New file.
19943 * gdb.guile/scm-equal.exp: New file.
19944 * gdb.guile/scm-error.exp: New file.
19945 * gdb.guile/scm-error.scm: New file.
19946 * gdb.guile/scm-frame-args.c: New file.
19947 * gdb.guile/scm-frame-args.exp: New file.
19948 * gdb.guile/scm-frame-args.scm: New file.
19949 * gdb.guile/scm-frame-inline.c: New file.
19950 * gdb.guile/scm-frame-inline.exp: New file.
19951 * gdb.guile/scm-frame.c: New file.
19952 * gdb.guile/scm-frame.exp: New file.
19953 * gdb.guile/scm-generics.exp: New file.
19954 * gdb.guile/scm-gsmob.exp: New file.
19955 * gdb.guile/scm-iterator.c: New file.
19956 * gdb.guile/scm-iterator.exp: New file.
19957 * gdb.guile/scm-math.c: New file.
19958 * gdb.guile/scm-math.exp: New file.
19959 * gdb.guile/scm-objfile-script-gdb.in: New file.
19960 * gdb.guile/scm-objfile-script.c: New file.
19961 * gdb.guile/scm-objfile-script.exp: New file.
19962 * gdb.guile/scm-objfile.c: New file.
19963 * gdb.guile/scm-objfile.exp: New file.
19964 * gdb.guile/scm-ports.exp: New file.
19965 * gdb.guile/scm-pretty-print.c: New file.
19966 * gdb.guile/scm-pretty-print.exp: New file.
19967 * gdb.guile/scm-pretty-print.scm: New file.
19968 * gdb.guile/scm-section-script.c: New file.
19969 * gdb.guile/scm-section-script.exp: New file.
19970 * gdb.guile/scm-section-script.scm: New file.
19971 * gdb.guile/scm-symbol.c: New file.
19972 * gdb.guile/scm-symbol.exp: New file.
19973 * gdb.guile/scm-symtab-2.c: New file.
19974 * gdb.guile/scm-symtab.c: New file.
19975 * gdb.guile/scm-symtab.exp: New file.
19976 * gdb.guile/scm-type.c: New file.
19977 * gdb.guile/scm-type.exp: New file.
19978 * gdb.guile/scm-value-cc.cc: New file.
19979 * gdb.guile/scm-value-cc.exp: New file.
19980 * gdb.guile/scm-value.c: New file.
19981 * gdb.guile/scm-value.exp: New file.
19982 * gdb.guile/source2.scm: New file.
19983 * gdb.guile/types-module.cc: New file.
19984 * gdb.guile/types-module.exp: New file.
19985
7026a7c1
YQ
199862014-02-10 Yao Qi <yao@codesourcery.com>
19987
19988 PR testsuite/16543
19989 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19990 * configure: Regenerated.
19991 * Makefile.in: New file.
19992
6c466447
AS
199932014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19994
19995 * gdb.python/py-framefilter.exp: Fix typo.
19996
6e854735
YQ
199972014-02-08 Yao Qi <yao@codesourcery.com>
19998
19999 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20000 that no =breakpoint-modified is emitted when breakpoints are
20001 modified through MI commands.
20002
d137e6dc
PA
200032014-02-07 Pedro Alves <pedro@codesourcery.com>
20004 Pedro Alves <palves@redhat.com>
20005
20006 * gdb.threads/step-after-sr-lock.c: New file.
20007 * gdb.threads/step-after-sr-lock.exp: New file.
20008
b5ee5a50
PA
200092014-02-07 Pedro Alves <palves@redhat.com>
20010
20011 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20012
3c77faf3
JK
200132014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20014
20015 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20016 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20017
6dddc817
DE
200182014-02-06 Doug Evans <xdje42@gmail.com>
20019
20020 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20021 output.
20022
20023 * gdb.gdb/python-interrupts.exp: New file.
20024
de7b2893
YQ
200252014-02-05 Yao Qi <yao@codesourcery.com>
20026
20027 * gdb.trace/report.exp (use_collected_data): Test the output
20028 of "info threads" and "info inferiors".
20029
66d032ac
YQ
200302014-02-05 Yao Qi <yao@codesourcery.com>
20031
20032 Revert this patch:
20033
20034 2013-05-24 Yao Qi <yao@codesourcery.com>
20035
20036 * gdb.trace/tfile.exp: Test inferior and thread.
20037
591a12a1
UW
200382014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20039
20040 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20041 on a function.
20042 * gdb.base/step-bt.c: Call hello via function pointer to make
20043 sure its first instruction is executed on powerpc64le-linux.
20044
0ff3e01f
UW
200452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20046
20047 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20048
084ee545
UW
200492014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20050
20051 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20052 of the test patterns for use on little-endian systems.
20053
6ed14ff3
UW
200542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20055
20056 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20057 (decimal_vector): Fix for little-endian.
20058
401e27fd
JM
200592014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20060
20061 * gdb.arch/sparc-sysstep.exp: New file.
20062 * gdb.arch/sparc-sysstep.c: Likewise.
20063
20064 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20065
8b924729
EBM
200662014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20067
20068 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20069
fb151210
JB
200702014-01-23 Tom Tromey <tromey@redhat.com>
20071
20072 * gdb.ada/array_char_idx: New testcase.
20073
0740f8d8
TT
200742014-01-23 Tom Tromey <tromey@redhat.com>
20075
20076 PR python/16487:
20077 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20078 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20079 classes.
20080
21909fa1
TT
200812014-01-23 Tom Tromey <tromey@redhat.com>
20082
20083 PR python/16491:
20084 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20085 string from an inferior frame.
20086 * gdb.python/py-framefilter-mi.exp: Update.
20087
87ce2a04
DE
200882014-01-22 Doug Evans <dje@google.com>
20089
20090 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20091
237b092b
AA
200922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20093
20094 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20095
d674a709
AA
200962014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20097
20098 * gdb.trace/entry-values.exp: Remove excess space character from
20099 regex patterns. Handle s390 call instruction.
20100
20fa3390
AA
201012014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20102
20103 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20104 define "*_start" label. Make "name" static.
20105 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20106 ${name} by references to ${name}_start.
20107
78466714
AA
201082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20109
20110 * gdb.base/info-macros.exp: Remove "debug" from the compile
20111 options.
20112
ec9f644a
IB
201132014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20114
20115 * gdb.dlang/demangle.exp: New file.
20116
94b1b47e
IB
201172014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20118
20119 * gdb.dlang/primitive-types.exp: New file.
20120
7f420862
IB
201212014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20122
20123 * configure.ac: Create gdb.dlang/Makefile.
20124 * configure: Regenerate.
20125 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20126 * gdb.dlang/Makefile.in: New file.
20127 * lib/d-support.exp: New file.
20128 * lib/gdb.exp (skip_d_tests): New proc.
20129
52834460
MM
201302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20131
20132 * gdb.btrace/delta.exp: Check reverse stepi.
20133 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20134 * gdb.btrace/finish.exp: New.
20135 * gdb.btrace/next.exp: New.
20136 * gdb.btrace/nexti.exp: New.
20137 * gdb.btrace/record_goto.c: Add comments.
20138 * gdb.btrace/step.exp: New.
20139 * gdb.btrace/stepi.exp: New.
20140 * gdb.btrace/multi-thread-step.c: New.
20141 * gdb.btrace/multi-thread-step.exp: New.
20142 * gdb.btrace/rn-dl-bind.c: New.
20143 * gdb.btrace/rn-dl-bind.exp: New.
20144 * gdb.btrace/data.c: New.
20145 * gdb.btrace/data.exp: New.
20146 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20147
6e07b1d2
MM
201482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20149
20150 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20151 * gdb.btrace/exception.exp: Update.
20152 * gdb.btrace/instruction_history.exp: Update.
20153 * gdb.btrace/record_goto.exp: Update.
20154 * gdb.btrace/tailcall.exp: Update.
20155 * gdb.btrace/unknown_functions.exp: Update.
20156 * gdb.btrace/delta.exp: New.
20157
0b722aec
MM
201582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20159
20160 * gdb.btrace/record_goto.exp: Add backtrace test.
20161 * gdb.btrace/tailcall.exp: Add backtrace test.
20162
066ce621
MM
201632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20164
20165 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20166 * gdb.btrace/record_goto.c: New.
20167 * gdb.btrace/record_goto.exp: New.
20168 * gdb.btrace/x86-record_goto.S: New.
20169
0688d04e
MM
201702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20171
20172 * gdb.btrace/function_call_history.exp: Update tests.
20173 * gdb.btrace/instruction_history.exp: Update tests.
20174
8710b709
MM
201752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20176
20177 * gdb.btrace/function_call_history.exp: Fix expected field
20178 order for "record function-call-history".
20179 Add new tests for "record function-call-history /c".
20180 * gdb.btrace/exception.cc: New.
20181 * gdb.btrace/exception.exp: New.
20182 * gdb.btrace/tailcall.exp: New.
20183 * gdb.btrace/x86-tailcall.S: New.
20184 * gdb.btrace/x86-tailcall.c: New.
20185 * gdb.btrace/unknown_functions.c: New.
20186 * gdb.btrace/unknown_functions.exp: New.
20187 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20188
5de9129b
MM
201892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20190
20191 * gdb.btrace/instruction_history.exp: Update.
20192 * gdb.btrace/function_call_history.exp: Update.
20193
23a7fe75
MM
201942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20195
20196 * gdb.btrace/function_call_history.exp: Fix expected function
20197 trace.
20198 * gdb.btrace/instruction_history.exp: Initialize traced.
20199 Remove traced_functions.
20200
724c7dd8
MM
202012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20202
20203 * gdb.btrace/function_call_history.exp: Update
20204 * gdb.btrace/instruction_history.exp: Update.
20205
6d78d93b
MM
202062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20207
20208 * gdb.btrace/enable.exp: Update expected text.
20209
93a360cc
OJ
202102014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20211
20212 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20213 bytes.
20214
3772b53f
MR
202152014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20216
20217 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20218
596662fa
OJ
202192014-01-15 Omair Javaid <omair.javaid@linaro.org>
20220
20221 * lib/gdb.exp (supports_process_record): Return true for
20222 arm*-linux*. (supports_reverse): Likewise.
20223
b5b08fb4
SC
202242014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20225
20226 PR python/15464
20227 PR python/16113
20228 * gdb.python/py-type.c: Enhance test case.
20229 * gdb.python/py-value-cc.cc: Likewise
20230 * gdb.python/py-type.exp: Add new tests.
20231 * gdb.python/py-value-cc.exp: Likewise
20232
52d7fb13
AA
202332014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20234 Pedro Alves <palves@redhat.com>
20235
20236 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20237 Make "name" extern.
20238 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20239 references to ${name}_start by references to ${name}.
20240
a2cd8cfe
JB
202412014-01-10 Joel Brobecker <brobecker@adacore.com>
20242
20243 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20244
4e23fced
JB
202452014-01-10 Joel Brobecker <brobecker@adacore.com>
20246
20247 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20248
c6a9e42c
PA
202492014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20250 Pedro Alves <palves@redhat.com>
20251
20252 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20253 mi_gdb_target_load.
c6a9e42c 20254
b7ea362b
PA
202552014-01-08 Pedro Alves <palves@redhat.com>
20256
20257 * gdb.threads/reconnect-signal.c: New file.
20258 * gdb.threads/reconnect-signal.exp: New file.
20259
5e3f4fab
EBM
202602014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20261
20262 * gdb.base/source-dir.exp: New file.
20263
79301218
JB
202642014-01-07 Joel Brobecker <brobecker@adacore.com>
20265
20266 * gdb.ada/mi_interface: New testcase.
20267
8e355c5d
JB
202682014-01-07 Joel Brobecker <brobecker@adacore.com>
20269
20270 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20271 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20272 gdb.ada/pp-rec-component/pck.ads: New files.
20273
c0d48811
JB
202742014-01-07 Joel Brobecker <brobecker@adacore.com>
20275
20276 * gdb.python/py-pp-integral.c: New file.
20277 * gdb.python/py-pp-integral.py: New file.
20278 * gdb.python/py-pp-integral.exp: New file.
20279
17b609c3 20280For older changes see ChangeLog-1993-2013.
c906108c 20281\f
8d8cb839
EZ
20282;; Local Variables:
20283;; mode: change-log
20284;; left-margin: 8
20285;; fill-column: 74
20286;; version-control: never
20287;; End:
902f2ccb 20288
b811d2c2 20289 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20290 Copying and distribution of this file, with or without modification,
20291 are permitted provided the copyright notice and this notice are preserved.
This page took 3.831901 seconds and 4 git commands to generate.