]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Update thread_control_state::trap_expected comments
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d2d1ea20
TT
12020-06-16 Tom Tromey <tom@tromey.com>
2
3 * gdb.python/tui-window.py (failwin): New function. Register it
4 as a TUI window type.
5 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
6
c802e8a7
GB
72020-06-16 Gary Benson <gbenson@redhat.com>
8
9 * gdb.python/py-nested-maps.c (create_map): Add missing return
10 value.
11 (create_map_map): Likewise.
12
ff08abb8
TBA
132020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
14
15 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
16 variable.
17 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
18 and use the already-defined 'options' variable.
19
a29d5112
AB
202020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
21 Tom de Vries <tdevries@suse.de>
22
23 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
24 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
25 (gdb_setup_known_globals): New proc.
26 (gdb_cleanup_globals): New proc.
27 * lib/gdb.exp (load_lib): New override proc.
28 (gdb_stdin_log_init): Set var in_file as persistent global.
29 * lib/pascal.exp (gdb_stdin_log_init): Set vars
30 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
31 fpc_compiler as persistent global.
32
8c74a764
TV
332020-06-12 Tom de Vries <tdevries@suse.de>
34
35 * lib/tuiterm.exp (spawn): Rename to ...
36 (tui_spawn): ... this.
37 (toplevel): Move rename of spawn ...
38 (gdb_init_tuiterm): ... here. New proc.
39 (gdb_finish_tuiterm): New proc.
40 * lib/gdb.exp (gdb_finish_hooks): New global var.
41 (gdb_finish): Handle gdb_finish_hooks.
42 (tuiterm_env): New proc.
43 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
44 tuiterm_env.
45 * gdb.tui/basic.exp: Same.
46 * gdb.tui/corefile-run.exp: Same.
47 * gdb.tui/empty.exp: Same.
48 * gdb.tui/list-before.exp: Same.
49 * gdb.tui/list.exp: Same.
50 * gdb.tui/main.exp: Same.
51 * gdb.tui/new-layout.exp: Same.
52 * gdb.tui/regs.exp: Same.
53 * gdb.tui/resize.exp: Same.
54 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
55 * gdb.tui/tui-layout-asm.exp: Same.
56 * gdb.tui/tui-missing-src.exp: Same.
57 * gdb.tui/winheight.exp: Same.
58
26783bce
TV
592020-06-12 Tom de Vries <tdevries@suse.de>
60
61 PR testsuite/26110
62 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
63 (gdb_finish): Reinstall dejagnu's override of ::unknown.
64
2b4e6a3f
TT
652020-06-11 Tom Tromey <tom@tromey.com>
66
67 PR gdb/18318:
68 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
69 floating point tests.
70
2f33032a
KS
712020-06-11 Keith Seitz <keiths@redhat.com>
72
73 PR gdb/21356
74 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
75 vla_struct.
76 Add new struct vla_typedef and union vla_typedef_union and
77 corresponding instantiation objects.
78 Initialize new objects.
79 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
80 and vla_typedef_union_object.
81 Fixup type for vla_struct_object.
82
a8baf0a3
TV
832020-06-11 Tom de Vries <tdevries@suse.de>
84
85 * lib/gdb.exp (with_override): New proc, factored out of ...
86 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
87
7ab96794
TV
882020-06-10 Tom de Vries <tdevries@suse.de>
89
90 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
91
cab5c3b7
SM
922020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
93
94 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
95 parameter, update callers.
96
f8c41851
SM
972020-06-04 Simon Marchi <simon.marchi@efficios.com>
98
99 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
100 * gdb.dwarf2/share-psymtabs-bt.c: New file.
101 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
102
1c07a73f
TV
1032020-06-04 Tom de Vries <tdevries@suse.de>
104
105 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
106
95146b5d
TV
1072020-06-04 Tom de Vries <tdevries@suse.de>
108
109 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
110 exp_continue.
111
0cfcd4f0
TV
1122020-06-04 Tom de Vries <tdevries@suse.de>
113
114 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
115
f9b5d5ea
TV
1162020-06-03 Tom de Vries <tdevries@suse.de>
117
118 PR symtab/26046
119 * gdb.cp/breakpoint-locs-2.cc: New test.
120 * gdb.cp/breakpoint-locs.cc: New test.
121 * gdb.cp/breakpoint-locs.exp: New file.
122 * gdb.cp/breakpoint-locs.h: New test.
123
5144dfba
TV
1242020-06-03 Tom de Vries <tdevries@suse.de>
125
126 PR testsuite/25609
127 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
128 value of global verbose.
129 * gdb.base/jit-elf.exp: Same.
130 * gdb.base/jit-reader.exp: Same.
131
621eacdf
TV
1322020-06-02 Tom de Vries <tdevries@suse.de>
133
134 * gdb.dwarf2/multidictionary.exp: Don't use
135 gdb_spawn_with_cmdline_opts.
136
1313c56e
AB
1372020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
138
139 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
140 use_header case.
141 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
142 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
143 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
144 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
145 * gdb.dwarf2/dw2-inline-header.c: New file.
146 * gdb.dwarf2/dw2-inline-header.h: New file.
147
f68f85b5
PA
1482020-05-30 Pedro Alves <palves@redhat.com>
149
150 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
151 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
152
678048e8
GB
1532020-05-29 Gary Benson <gbenson@redhat.com>
154
155 * gdb.compile/compile-cplus.exp (additional_flags): Also
156 set when building with clang.
157 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
158 when building with clang.
159
9fcafd23
GB
1602020-05-29 Gary Benson <gbenson@redhat.com>
161
162 * gdb.arch/i386-avx.exp (additional_flags): Also set when
163 building with clang.
164 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
165
735d5a07
GB
1662020-05-29 Gary Benson <gbenson@redhat.com>
167
168 * gdb.cp/koenig.exp (prepare_for_testing): Add
169 additional_flags=-Wno-unused-comparison.
170 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
171
4ad2c6a0
GB
1722020-05-28 Gary Benson <gbenson@redhat.com>
173
174 * gdb.base/sigaltstack.c (catcher): Add default case to switch
175 statement.
176
09fe663e
GB
1772020-05-28 Gary Benson <gbenson@redhat.com>
178
179 * gdb.cp/classes.exp (prepare_for_testing): Add
180 additional_flags=-Wno-deprecated-register.
181 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
182 * gdb.cp/misc.exp: Likewise.
183
cee00f17
GB
1842020-05-28 Gary Benson <gbenson@redhat.com>
185
186 * gdb.linespec/cpls-ops.cc (dummy): New static global.
187 (test_op_new::operator new): Add return statement.
188 (test_op_new_array::operator new[]): Likewise.
189
636edd00
PA
1902020-05-27 Pedro Alves <palves@redhat.com>
191
192 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
193 check. Use test_gdb_complete_unique instead of
194 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
195 test_gdb_complete_multiple instead of
196 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
197
c2b75043
LM
1982020-05-27 Luis Machado <luis.machado@linaro.org>
199
200 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
201 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
202 * gdb.arch/arm-disassembler-options.exp: Likewise.
203 * gdb.arch/arm-disp-step.exp: Likewise.
204 * gdb.arch/thumb-prologue.exp: Likewise.
205 * gdb.base/async.exp: Likewise.
206 * gdb.base/auxv.exp: Likewise.
207 * gdb.base/complex-parts.exp: Likewise.
208 * gdb.base/ena-dis-br.exp: Likewise.
209 * gdb.base/foll-exec.exp: Likewise.
210 * gdb.base/permissions.exp: Likewise.
211 * gdb.base/relocate.exp: Likewise.
212 * gdb.base/return2.exp: Likewise.
213 * gdb.base/sigbpt.exp: Likewise.
214 * gdb.base/siginfo-obj.exp: Likewise.
215 * gdb.cp/converts.exp: Likewise.
216 * gdb.cp/exceptprint.exp: Likewise.
217 * gdb.cp/inherit.exp: Likewise.
218 * gdb.cp/nsnoimports.exp: Likewise.
219 * gdb.cp/virtbase2.exp: Likewise.
220 * gdb.mi/mi-var-cmd.exp: Likewise.
221 * gdb.mi/var-cmd.c: Likewise.
222
53a47a3e
TT
2232020-05-26 Tom Tromey <tromey@adacore.com>
224
225 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
226
0bc2354b
TT
2272020-05-26 Tom Tromey <tromey@adacore.com>
228
229 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
230 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
231 type.
232 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
233 variable.
234
0db49895
CBG
2352020-05-26 Christian Biesinger <cbiesinger@google.com>
236
237 * Makefile.in: Use = instead of == for the test command
238 for portability.
239
40d22035
TV
2402020-05-26 Tom de Vries <tdevries@suse.de>
241
242 * gdb.base/gold-gdb-index-2.c: New test.
243 * gdb.base/gold-gdb-index.c: New test.
244 * gdb.base/gold-gdb-index.exp: New file.
245 * gdb.base/gold-gdb-index.h: New test.
246
043e2e02
TV
2472020-05-25 Tom de Vries <tdevries@suse.de>
248
249 * boards/gold-gdb-index.exp: New file.
250
462f72c5
SM
2512020-05-25 Simon Marchi <simon.marchi@efficios.com>
252
253 * boards/simavr.exp: New file.
254
6cf66e76
SM
2552020-05-25 Simon Marchi <simon.marchi@efficios.com>
256
257 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
258 * gdb.base/inferior-args.exp: New file.
259 * gdb.base/inferior-args.c: New file.
260
75d04512
SM
2612020-05-25 Simon Marchi <simon.marchi@efficios.com>
262
263 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
264 inferior_args. Pass it to gdb_reload.
265 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
266 inferior_args.
267 (gdb_reload): Add inferior_args argument.
268 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
269 pass it to gdbserver_run.
270 * boards/native-gdbserver.exp: Do not set noargs.
271 * boards/native-extended-gdbserver.exp (gdb_reload): Add
272 inferior_args argument.
273 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
274 * gdb.base/a2-run.exp: Check for use_gdb_stub.
275 * gdb.base/args.exp: Likewise.
276
42cf1844
TV
2772020-05-25 Tom de Vries <tdevries@suse.de>
278
279 * lib/gdb.exp (exec_is_pie): Add comment.
280
8f7d38ef
TV
2812020-05-25 Tom de Vries <tdevries@suse.de>
282
283 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
284 instead of $binfile in the untested message.
285
465e1b0f
TV
2862020-05-25 Tom de Vries <tdevries@suse.de>
287
288 PR testsuite/26031
289 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
290
3c5a0e02
TV
2912020-05-25 Tom de Vries <tdevries@suse.de>
292
293 * boards/gold.exp: New file.
294
0a4f5f8c
TT
2952020-05-23 Tom Tromey <tom@tromey.com>
296
297 * gdb.base/style.exp: Remove completion styling test.
298 * lib/gdb-utils.exp (style): Remove completion styles.
299
eca1f90c
TT
3002020-05-23 Tom Tromey <tom@tromey.com>
301
302 * gdb.base/style.exp: Add completion styling test.
303 * lib/gdb-utils.exp (style): Add completion styles.
304
7c13f4e8
AB
3052020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
306
307 * gdb.base/annota1.exp: Update expected results.
308 * gdb.cp/annota2.exp: Update expected results, remove duplicate
309 test name.
310 * gdb.cp/annota3.exp: Update expected results.
311
41977d16
SM
3122020-05-20 Simon Marchi <simon.marchi@efficios.com>
313
314 PR gdb/26016
315 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
316 against MAP_FAILED.
317 * gdb.base/coremaker.c (mmapdata): Likewise.
318 * gdb.base/jit-reader-host.c (main): Likewise.
319 * gdb.base/sym-file-loader.c (load): Likewise.
320 (load_shlib): Likewise.
321
b4757f2e
TT
3222020-05-20 Tom Tromey <tromey@adacore.com>
323
324 * gdb.ada/array_char_idx.exp: Recognize initialized array.
325
9a0bacfb
TV
3262020-05-20 Tom de Vries <tdevries@suse.de>
327
328 PR symtab/25833
329 * gdb.base/with-mf-inc.c: New test.
330 * gdb.base/with-mf-main.c: New test.
331 * gdb.base/with-mf.exp: New file.
332
76571211
TT
3332020-05-19 Tom Tromey <tromey@adacore.com>
334
335 * gdb.rust/simple.exp: Restore missing test result.
336
4cd9f3d5
TV
3372020-05-19 Tom de Vries <tdevries@suse.de>
338
339 * gdb.base/gdb-caching-proc.exp: Fix typo.
340
7d874253
TT
3412020-05-19 Tom Tromey <tromey@adacore.com>
342
343 * gdb.rust/simple.exp: Add some test descriptions.
344 (test_one_slice): Use with_test_prefix.
345
1d727695
TV
3462020-05-18 Tom de Vries <tdevries@suse.de>
347
348 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
349
7f32a4d5
PA
3502020-05-17 Pedro Alves <palves@redhat.com>
351
352 PR gdb/25741
353 * gdb.base/hw-sw-break-same-address.exp: New file.
354
7cfd74cf
PA
3552020-05-16 Pedro Alves <palves@redhat.com>
356
357 * gdb.multi/multi-re-run.exp (test_re_run): Switch
358 LAST_LOADED_FILE accordingly.
359
57b4f16e
PW
3602020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
361
362 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
363
7c05caf7
PW
3642020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
365
366 * gdb.base/help.exp: Test apropos and help for commands
367 having aliases. Fixed comments not starting with an
368 upper-case letter or not finishing with a dot.
369
7aa1b46f
PW
3702020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
371
3b3aaacb
PW
372 * gdb.base/alias.exp: Update help output check.
373
57b4f16e 3742020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 375
7aa1b46f
PW
376 * gdb.base/default.exp: Update output following fixes.
377
0605465f
PW
3782020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
379
380 * gdb.base/alias.exp: Test aliases starting with a prefix of
381 another alias.
382
86e4e63d
GB
3832020-05-15 Gary Benson <gbenson@redhat.com>
384
385 * gdb.base/info-os.c (main): Add return statement.
386 * gdb.base/info_minsym.c (minsym_fun): Likewise.
387 * gdb.base/large-frame-2.c (func): Likewise.
388 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
389 * gdb.base/pr10179-b.c (foo2): Likewise.
390 * gdb.base/valgrind-disp-step.c (foo): Likewise.
391 * gdb.base/watch-cond.c (func): Likewise.
392 * gdb.multi/goodbye.c (verylongfun): Likewise.
393 * gdb.multi/hello.c (commonfun): Likewise.
394 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
395 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
396 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
397 Likewise.
398 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
399 * gdb.threads/interrupt-while-step-over.c (child_function):
400 Likewise.
401 * gdb.trace/actions-changed.c (end): Likewise.
402
163df4df
GB
4032020-05-15 Gary Benson <gbenson@redhat.com>
404
405 * gdb.opencl/callfuncs.exp: Report when test skipped.
406 * gdb.opencl/convs_casts.exp: Likewise.
407 * gdb.opencl/datatypes.exp: Likewise.
408 * gdb.opencl/operators.exp: Likewise.
409 * gdb.opencl/vec_comps.exp: Likewise.
410
6dbc505a
TV
4112020-05-15 Tom de Vries <tdevries@suse.de>
412
413 * gdb.base/align.exp.in: Rename to ...
414 * gdb.base/align.exp.tcl: ... this.
415 * gdb.base/align-c++.exp: Update.
416 * gdb.base/align-c.exp: Update.
417 * gdb.base/all-architectures.exp.in: Rename to ...
418 * gdb.base/all-architectures.exp: ... this.
419 * gdb.base/all-architectures-0.exp: Update.
420 * gdb.base/all-architectures-1.exp: Update.
421 * gdb.base/all-architectures-2.exp: Update.
422 * gdb.base/all-architectures-3.exp: Update.
423 * gdb.base/all-architectures-4.exp: Update.
424 * gdb.base/all-architectures-5.exp: Update.
425 * gdb.base/all-architectures-6.exp: Update.
426 * gdb.base/all-architectures-7.exp: Update.
427 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
428 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
429 * gdb.base/infcall-nested-structs-c++.exp: Update.
430 * gdb.base/infcall-nested-structs-c.exp: Update.
431 * gdb.base/info-types.exp.in: Rename to ...
432 * gdb.base/info-types.exp.tcl: ... this.
433 * gdb.base/info-types-c++.exp: Update.
434 * gdb.base/info-types-c.exp: Update.
435 * gdb.base/max-depth.exp.in: Rename to ...
436 * gdb.base/max-depth.exp.tcl: ... this.
437 * gdb.base/max-depth-c++.exp: Update.
438 * gdb.base/max-depth-c.exp: Update.
439 * gdb.cp/cpexprs.exp.in: Rename to ...
440 * gdb.cp/cpexprs.exp.tcl: ... this.
441 * gdb.cp/cpexprs-debug-types.exp: Update.
442 * gdb.cp/cpexprs.exp: Update.
443 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
444 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
445 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
446 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
447 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
448 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
449 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
450 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
451 * gdb.dwarf2/clang-debug-names-2.exp: Update.
452 * gdb.dwarf2/clang-debug-names.exp: Update.
453
d1034d78
AB
4542020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
455
456 * lib/check-test-names.exp: Remove code that prevents this file
457 loading when tests are run in parallel.
458
3c5c3649
PA
4592020-05-15 Pedro Alves <palves@redhat.com>
460
461 * gdb.multi/multi-kill.exp (start_inferior): Remove
462 'testpid' parameter. Refer to namespace variable directly.
463 (testpid): Declare as namespace variable.
464
272c36b8
PA
4652020-05-15 Pedro Alves <palves@redhat.com>
466
467 * gdb.multi/multi-kill.exp: Wrap in namespace.
468 (start_inferior): Add TESTPID parameter. Use it instead of the
469 testpid global.
470 (top level): Define empty TESTPID array, and pass it down to
471 start_inferior.
472
02eba61a
TV
4732020-05-14 Tom de Vries <tdevries@suse.de>
474
475 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
476 output.
477
971a3747
TV
4782020-05-14 Tom de Vries <tdevries@suse.de>
479
480 * gdb.base/align.exp: Split into ...
481 * gdb.base/align.exp.in: ...
482 * gdb.base/align-c++.exp: ...
483 * gdb.base/align-c.exp: ... these.
484 * gdb.base/infcall-nested-structs.exp: Split into ...
485 * gdb.base/infcall-nested-structs.exp.in: ...
486 * gdb.base/infcall-nested-structs-c++.exp: ...
487 * gdb.base/infcall-nested-structs-c.exp: ... these.
488 * gdb.base/info-types.exp: Split into ...
489 * gdb.base/info-types.exp.in: ...
490 * gdb.base/info-types-c++.exp: ...
491 * gdb.base/info-types-c.exp: ... these.
492 * gdb.base/max-depth.exp: Split into ...
493 * gdb.base/max-depth.exp.in: ...
494 * gdb.base/max-depth-c++.exp: ...
495 * gdb.base/max-depth-c.exp: ... these.
496 * gdb.cp/infcall-nodebug.exp: Split into ...
497 * gdb.cp/infcall-nodebug.exp.in: ...
498 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
499 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
500 * gdb.cp/infcall-nodebug-c-d0.exp: ...
501 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
502
a05575d3
TBA
5032020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
504 Pedro Alves <palves@redhat.com>
505
506 * gdb.multi/multi-exit.c: New file.
507 * gdb.multi/multi-exit.exp: New file.
508 * gdb.multi/multi-kill.c: New file.
509 * gdb.multi/multi-kill.exp: New file.
510
6ad82919
TBA
5112020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
512
513 * gdb.base/annota1.exp: Update the expected output.
514 * gdb.cp/annota2.exp: Ditto.
515
843f4d93
AB
5162020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
517
518 * lib/check-test-names.exp: Disable when testing is being run in
519 parallel.
520
c7c66341
TV
5212020-05-12 Tom de Vries <tdevries@suse.de>
522
523 * gdb.base/jit-elf.exp: Fix string concat.
524
1b59ca1c
TV
5252020-05-12 Tom de Vries <tdevries@suse.de>
526
527 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
528 messages.
529
b4991d29
TV
5302020-05-12 Tom de Vries <tdevries@suse.de>
531
532 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
533
dbb0ab10
TV
5342020-05-12 Tom de Vries <tdevries@suse.de>
535
536 * gdb.ada/catch_ex.exp: Use with_test_prefix.
537 * gdb.ada/mi_catch_ex.exp: Same.
538 * gdb.ada/mi_catch_ex_hand.exp: Same.
539
7549fed8
TV
5402020-05-12 Tom de Vries <tdevries@suse.de>
541
542 * gdb.fortran/complex.exp: Use with_test_prefix.
543
af2d5cd8
TV
5442020-05-12 Tom de Vries <tdevries@suse.de>
545
546 * gdb.trace/passcount.exp: Fix test-names.
547
7c121311
TV
5482020-05-12 Tom de Vries <tdevries@suse.de>
549
550 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
551
c9f3b40e
TV
5522020-05-12 Tom de Vries <tdevries@suse.de>
553
554 * gdb.gdb/complaints.exp: Use with_test_prefix.
555 * gdb.xml/tdesc-regs.exp: Same.
556 * gdb.opt/inline-locals.exp: Fix test name.
557
111b33f0
TV
5582020-05-12 Tom de Vries <tdevries@suse.de>
559
560 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
561 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
562 * gdb.dwarf2/implref-struct.exp: Same.
563 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
564 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
565
ebf47080
SM
5662020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
567
568 * gdb.base/jit-so.exp (one_jit_test): Change test name.
569
d30dcd12
AB
5702020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
571
572 * lib/check-test-names.exp (all_test_names): New module variable.
573 (counts): Add 'duplicates' field.
574 (_check_duplicates): New procedure.
575 (check): Also check for duplicates.
576 (do_log_summary): Print duplicates count.
577 (do_reset_vars): Reset counter for duplicate test names, and
578 discard all know test names.
579
34584c09
AB
5802020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * lib/gdb.exp: Include check-test-names.exp library.
583 * lib/check-test-names.exp: New file.
584
e0002117
TV
5852020-05-11 Tom de Vries <tdevries@suse.de>
586
587 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
588
53f539a3
KS
5892020-05-11 Keith Seitz <keiths@redhat.com>
590
591 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
592
113ee09a
TV
5932020-05-11 Tom de Vries <tdevries@suse.de>
594
595 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
596 * gdb.cp/cpexprs.exp.in: .. here.
597 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
598 cpexprs.exp.
599
ba3e70b0
KS
6002020-05-11 Keith Seitz <keiths@redhat.com>
601
602 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
603 test names.
604 * gdb.ada/arrayptr.exp: Likewise.
605 * gdb.ada/assign_arr.exp: Likewise.
606 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
607 * gdb.ada/bp_on_var.exp: Likewise.
608 * gdb.ada/call_pn.exp: Likewise.
609 * gdb.ada/complete.exp: Likewise.
610 * gdb.ada/fun_overload_menu.exp: Likewise.
611 * gdb.ada/funcall_param.exp: Likewise.
612 * gdb.ada/funcall_ref.exp: Likewise.
613 * gdb.ada/packed_array_assign.exp: Likewise.
614 * gdb.ada/same_component_name.exp: Likewise.
615 * gdb.ada/type_coercion.exp: Likewise.
616 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
617 * gdb.ada/variant_record_packed_array.exp: Likewise.
618
3ee6bb11
TV
6192020-05-11 Tom de Vries <tdevries@suse.de>
620
621 PR symtab/25941
622 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
623 out of ...
624 * gdb.dwarf2/clang-debug-names.exp: ... here.
625 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
626 clang-debug-names.exp.in.
627 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
628 * gdb.dwarf2/clang-debug-names-2.c: New test.
629
86cd6bc8
AKS
6302020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
631
632 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
633 (fortran_runto_main): New Proc, fortran version of runto_main.
634 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
635 * gdb.fortran/array-bounds.exp: Likewise.
636 * gdb.fortran/array-slices.exp: Likewise.
637 * gdb.fortran/block-data.exp: Likewise.
638 * gdb.fortran/charset.exp: Likewise.
639 * gdb.fortran/common-block.exp: Likewise.
640 * gdb.fortran/complex.exp: Likewise.
641 * gdb.fortran/derived-type-function.exp: Likewise.
642 * gdb.fortran/derived-type.exp: Likewise.
643 * gdb.fortran/info-modules.exp: Likewise.
644 * gdb.fortran/info-types.exp: Likewise.
645 * gdb.fortran/intrinsics.exp: Likewise.
646 * gdb.fortran/library-module.exp: Likewise.
647 * gdb.fortran/logical.exp: Likewise.
648 * gdb.fortran/max-depth.exp: Likewise.
649 * gdb.fortran/module.exp: Likewise.
650 * gdb.fortran/multi-dim.exp: Likewise.
651 * gdb.fortran/nested-funcs.exp: Likewise.
652 * gdb.fortran/print-formatted.exp: Likewise.
653 * gdb.fortran/print_type.exp: Likewise.
654 * gdb.fortran/printing-types.exp: Likewise.
655 * gdb.fortran/ptr-indentation.exp: Likewise.
656 * gdb.fortran/ptype-on-functions.exp: Likewise.
657 * gdb.fortran/subarray.exp: Likewise.
658 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
659 * gdb.fortran/vla-datatypes.exp: Likewise.
660 * gdb.fortran/vla-history.exp: Likewise.
661 * gdb.fortran/vla-ptr-info.exp: Likewise.
662 * gdb.fortran/vla-ptype-sub.exp: Likewise.
663 * gdb.fortran/vla-ptype.exp: Likewise.
664 * gdb.fortran/vla-sizeof.exp: Likewise.
665 * gdb.fortran/vla-type.exp: Likewise.
666 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
667 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
668 * gdb.fortran/vla-value-sub.exp: Likewise.
669 * gdb.fortran/vla-value.exp: Likewise.
670 * gdb.fortran/whatis_type.exp: Likewise.
671 * gdb.mi/mi-var-child-f.exp: Likewise.
672
6dc55ce9 6732020-05-09 Tom de Vries <tdevries@suse.de>
674
675 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
676
283cb58c
TV
6772020-05-08 Tom de Vries <tdevries@suse.de>
678
679 * gdb.dwarf2/clang-debug-names.c: New test.
680 * gdb.dwarf2/clang-debug-names.exp: New file.
681
ac4a4f1c
SM
6822020-05-06 Simon Marchi <simon.marchi@efficios.com>
683
684 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
685 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
686
24fe640b
TV
6872020-05-06 Tom de Vries <tdevries@suse.de>
688
689 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
690 breakpoint is at a "recommended breakpoint location".
691 * gdb.reverse/consecutive-reverse.exp: Same.
692
0d8683a3
TV
6932020-05-06 Tom de Vries <tdevries@suse.de>
694
695 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
696 address.
697
b8983c46
TV
6982020-05-06 Tom de Vries <tdevries@suse.de>
699
700 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
701
abf6d805
TV
7022020-05-06 Tom de Vries <tdevries@suse.de>
703
704 * gdb.base/store.exp (check_set, up_set): Allowing missing location
705 info for r.
706
0fc2a808
TV
7072020-05-06 Tom de Vries <tdevries@suse.de>
708
709 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
710 necessary.
711
873dd427
TV
7122020-05-06 Tom de Vries <tdevries@suse.de>
713
714 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
715 void.
716
7c99e7e2
TV
7172020-05-06 Tom de Vries <tdevries@suse.de>
718
719 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
720 of ...
721 * gdb.base/async.exp: ... here.
722 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
723 "recommended breakpoint location".
724
6173d6a6
TV
7252020-05-06 Tom de Vries <tdevries@suse.de>
726
727 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
728
6015a067
TV
7292020-05-04 Tom de Vries <tdevries@suse.de>
730
731 * gdb.base/async.exp: Check whether instruction addresses are a
732 "recommended breakpoint location".
733
3b6acaee
TT
7342020-05-03 Tom Tromey <tom@tromey.com>
735
736 * gdb.base/sepdebug.exp: Remove "catch" test.
737 * gdb.base/break.exp: Remove "catch" test.
738 * gdb.base/default.exp: Update expected output.
739
5beb4d17
TV
7402020-05-02 Tom de Vries <tdevries@suse.de>
741
742 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
743 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
744 * gdb.arch/i386-mpx-map.exp: Same.
745 * gdb.arch/i386-mpx-sigsegv.exp: Same.
746 * gdb.arch/i386-mpx-simple_segv.exp: Same.
747 * gdb.arch/i386-mpx.exp: Same.
748
8caf140d
TV
7492020-05-02 Tom de Vries <tdevries@suse.de>
750
751 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
752
693196cb
TV
7532020-05-01 Tom de Vries <tdevries@suse.de>
754
755 * gdb.ada/operator_bp.exp: Allow more than required amount of
756 breakpoint.
757
53ae0aa9
TV
7582020-05-01 Tom de Vries <tdevries@suse.de>
759
760 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
761
ee9d1e5f
HD
7622020-04-30 Hannes Domani <ssbssa@yahoo.de>
763
764 PR gdb/18706
765 * gdb.cp/stub-array-size.cc: New test.
766 * gdb.cp/stub-array-size.exp: New file.
767 * gdb.cp/stub-array-size.h: New test.
768 * gdb.cp/stub-array-size2.cc: New test.
769
d5cf82c0
HD
7702020-04-30 Hannes Domani <ssbssa@yahoo.de>
771
772 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
773 output to the new format.
774
42e165c3
SM
7752020-04-29 Simon Marchi <simon.marchi@efficios.com>
776
777 * gdb.base/break.exp: Use with_test_prefix.
778
6e4e3fe1
TV
7792020-04-29 Tom de Vries <tdevries@suse.de>
780
781 * lib/gdb.exp (debug_types): New proc.
782 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
783 * gdb.python/py-symtab.exp: Same.
784
d642b692
HD
7852020-04-29 Hannes Domani <ssbssa@yahoo.de>
786
787 PR gdb/17320
788 * gdb.base/pretty-array.c: New test.
789 * gdb.base/pretty-array.exp: New file.
790
ea90f227
TV
7912020-04-29 Tom de Vries <tdevries@suse.de>
792
793 PR symtab/25889
794 * gdb.cp/cpexprs.exp: Adapt for inclusion.
795 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
796 and include cpexprs.exp.
797
a65189c9
TV
7982020-04-28 Mark Williams <mark@myosotissp.com>
799
800 PR gdb/24480
801 * dw4-toplevel-types.exp: Test for top level types.
802 * dw4-toplevel-types.cc: Test for top level types.
803
32d1f47a
TBA
8042020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
805
806 * gdb.threads/stop-with-handle.exp: Fix typo in comment
807 (theads -> threads).
808
56a4f5a1
TV
8092020-04-28 Tom de Vries <tdevries@suse.de>
810
811 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
812
0b2f8a3b
TV
8132020-04-28 Tom de Vries <tdevries@suse.de>
814
815 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
816
5390c717
TV
8172020-04-28 Tom de Vries <tdevries@suse.de>
818
819 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
820
15cd93d0
TV
8212020-04-28 Tom de Vries <tdevries@suse.de>
822
823 * gdb.dwarf2/main-foo.c: New test.
824 * gdb.dwarf2/struct-with-sig.exp: New file.
825
d472f0fb
TV
8262020-04-25 Tom de Vries <tdevries@suse.de>
827
828 * boards/debug-types.exp: New file.
829
8d840e05
AB
8302020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
831
832 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
833
bcfe6157
TT
8342020-04-24 Tom Tromey <tom@tromey.com>
835
836 PR symtab/12707:
837 * gdb.python/py-symbol.exp: Update expected results for
838 linkage_name test.
839 * gdb.cp/print-demangle.exp: New file.
840 * gdb.base/c-linkage-name.exp: Fix test.
841 * gdb.guile/scm-symbol.exp: Update expected results for
842 linkage_name test.
843
f049a313
TT
8442020-04-24 Tom Tromey <tom@tromey.com>
845
846 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
847 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
848 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
849 assembler.
850
7cf28874
TV
8512020-04-24 Tom de Vries <tdevries@suse.de>
852
853 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
854 C++.
855
dac2fef7
TT
8562020-04-24 Tom Tromey <tromey@adacore.com>
857
858 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
859 values.
860 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
861 values. Update test for minimal encodings.
862 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
863 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
864 values. Update test for minimal encodings.
865
1acda803
TT
8662020-04-24 Tom Tromey <tromey@adacore.com>
867
868 PR python/23662:
869 * gdb.ada/variant.exp: Add Python checks.
870 * gdb.rust/simple.exp: Add dynamic type checks.
871
adfb9815
TT
8722020-04-24 Tom Tromey <tromey@adacore.com>
873
874 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
875 Make array type matching more lax.
876 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
877 * gdb.ada/mi_variant.exp: New file.
878 * gdb.ada/mi_variant/pck.ads: New file.
879 * gdb.ada/mi_variant/pkg.adb: New file.
880 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
881 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
882
7d79de9a
TT
8832020-04-24 Tom Tromey <tromey@adacore.com>
884
885 * gdb.ada/variant.exp: Add dynamic field offset tests.
886 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
887 * gdb.ada/variant/pkg.adb: Add new variables.
888
f8e89861
TT
8892020-04-24 Tom Tromey <tromey@adacore.com>
890
891 * gdb.ada/variant.exp: New file
892 * gdb.ada/variant/pkg.adb: New file
893 * gdb.ada/variant/pck.adb: New file
894
86e887ae
TV
8952020-04-24 Tom de Vries <tdevries@suse.de>
896
897 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
898
88428775
TV
8992020-04-24 Tom de Vries <tdevries@suse.de>
900
901 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
902 flags.
903
4e86f6e7
TV
9042020-04-24 Tom de Vries <tdevries@suse.de>
905
906 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
907
2016d3e6
TV
9082020-04-24 Tom de Vries <tdevries@suse.de>
909
910 * lib/gdb.exp (default_gdb_start): Handle eof.
911 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
912 failure.
913 * gdb.base/readnever.exp: Handle clean_restart failure.
914
70bc38f5
TV
9152020-04-23 Tom de Vries <tdevries@suse.de>
916
917 * gdb.base/decl-before-def.exp: Run to main and print a again.
918
de82891c
TV
9192020-04-23 Tom de Vries <tdevries@suse.de>
920
921 * gdb.base/decl-before-def-decl.c: New test.
922 * gdb.base/decl-before-def-def.c: New test.
923 * gdb.base/decl-before-def.exp: New file.
924
96038148
TV
9252020-04-23 Tom de Vries <tdevries@suse.de>
926
927 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
928
54ac3df1
TV
9292020-04-22 Tom de Vries <tdevries@suse.de>
930
931 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
932 debug_info_offset.
933 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
934 before $objsfile in the line line.
935
714534e1
TV
9362020-04-22 Tom de Vries <tdevries@suse.de>
937
938 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
939
16a7dbf4
MS
9402020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
941
942 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
943 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
944 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
945 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
946 * gdb.base/jit-protocol.h: Update definitions to match all usage
947 contexts.
948
9492020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
950
951 * gdb.base: Rename all jit related test and source files.
952
9532020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
954
955 * gdb.base/jit-reader.exp: Relax register output check.
956
317d2668
TV
9572020-04-22 Tom de Vries <tdevries@suse.de>
958
959 PR symtab/25764
960 * gdb.base/psym-external-decl-2.c: New test.
961 * gdb.base/psym-external-decl.c: New test.
962 * gdb.base/psym-external-decl.exp: New file.
963 * gdb.threads/tls.exp: Add PR25807 kfail.
964
eea9e357
TV
9652020-04-22 Tom de Vries <tdevries@suse.de>
966
967 PR symtab/25801
968 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
969 in "info source" output.
970
3d5afab3
TV
9712020-04-22 Tom de Vries <tdevries@suse.de>
972
973 PR symtab/25700
974 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
975 symtab for imported_unit.c.
976
b32102f6
GB
9772020-04-21 Gary Benson <gbenson@redhat.com>
978
979 * gdb.base/advance.c (func): New argument, to match call site.
980 (func2, func3): Add return statements.
981
d43b7a2d
TBA
9822020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
983
984 * gdb.multi/run-only-second-inf.c: New file.
985 * gdb.multi/run-only-second-inf.exp: New file.
986
d89edf9b
MM
9872020-04-21 Markus Metzger <markus.t.metzger@intel.com>
988
989 * gdb.btrace/multi-inferior.c: New test.
990 * gdb.btrace/multi-inferior.exp: New file.
991
1a476b6d
MM
9922020-04-21 Markus Metzger <markus.t.metzger@intel.com>
993
994 * gdb.btrace/enable-new-thread.c: New test.
995 * gdb.btrace/enable-new-thread.exp: New file.
996
4778a5f8
TV
9972020-04-21 Tom de Vries <tdevries@suse.de>
998
999 PR gdb/25471
1000 * gdb.threads/killed-outside.c: New test.
1001 * gdb.threads/killed-outside.exp: New file.
1002
9b2c992c
GB
10032020-04-20 Gary Benson <gbenson@redhat.com>
1004
1005 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1006 * gdb.base/nested-subp2.exp: Likewise.
1007 * gdb.base/nested-subp3.exp: Likewise.
1008
b5d1d6f7
GB
10092020-04-20 Gary Benson <gbenson@redhat.com>
1010
1011 * gdb.base/nested-subp1.exp: Disable test when using clang.
1012 * gdb.base/nested-subp2.exp: Likewise.
1013 * gdb.base/nested-subp3.exp: Likewise.
1014
25230285
GB
10152020-04-20 Gary Benson <gbenson@redhat.com>
1016
1017 * gdb.cp/exception.cc: Fix compilation error with clang.
1018
fa93cc8f
GB
10192020-04-20 Gary Benson <gbenson@redhat.com>
1020
809730f3 1021 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1022
e0c45f30
GB
10232020-04-20 Gary Benson <gbenson@redhat.com>
1024
1025 * gdb.base/jit-main.c: Fix compilation error with clang.
1026
4ddfec93
KR
10272020-04-17 Kamil Rytarowski <n54@gmx.com>
1028
1029 * gdb.base/attach-twice.c: Include "sys/types.h".
1030 (PTRACE_ATTACH): Add fallback definition.
1031 (main): Pass `0' to the 4th argument of `ptrace'.
1032
2bed205e
KR
10332020-04-17 Kamil Rytarowski <n54@gmx.com>
1034
1035 * gdb.base/fork-running-state.c: Include "signal.h".
1036
0743fc83
TT
10372020-04-17 Tom Tromey <tromey@adacore.com>
1038
1039 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1040 Update tests.
1041 * gdb.btrace/cpu.exp: Update tests.
1042 * gdb.base/maint.exp: Update tests.
1043 * gdb.base/default.exp: Update tests.
1044 * gdb.base/completion.exp: Update tests.
1045
efba5c23
TV
10462020-04-16 Tom de Vries <tdevries@suse.de>
1047
1048 PR symtab/25791
1049 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1050 (ensure_gdb_index): and factor out and move ...
1051 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1052 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1053
d191d716
TV
10542020-04-16 Tom de Vries <tdevries@suse.de>
1055
1056 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1057 loading exec.
1058
99f1bc6a
AB
10592020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1060
1061 * gdb.base/many-completions.exp: New file.
1062
194d088f
TV
10632020-04-14 Tom de Vries <tdevries@suse.de>
1064
1065 PR symtab/25718
1066 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1067
c1a66c06
TV
10682020-04-14 Tom de Vries <tdevries@suse.de>
1069
1070 PR symtab/25720
1071 * gdb.base/maint-expand-symbols-header-file.c: New test.
1072 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1073 * gdb.base/maint-expand-symbols-header-file.h: New test.
1074
21b0982c
AB
10752020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1076
1077 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1078 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1079 get_func_info.
1080 (get_func_info): Delete.
1081 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1082 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1083 * lib/dwarf.exp (get_func_info): New function.
1084
dd1cab06
TV
10852020-04-13 Tom de Vries <tdevries@suse.de>
1086
1087 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1088 to what find_gnatmake does.
1089
71ea2b6b
TV
10902020-04-10 Tom de Vries <tdevries@suse.de>
1091
1092 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1093 -readnow.
1094
bdfc1e8a
TV
10952020-04-10 Tom de Vries <tdevries@suse.de>
1096
1097 PR cli/25808
1098 * gdb.base/style.c: Add leading newlines.
1099 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1100 Check listing of main's one-line body.
1101
14ca8ecf
TV
11022020-04-08 Tom de Vries <tdevries@suse.de>
1103
1104 * lib/gdb.exp (psymtabs_p): New proc.
1105 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1106 importing unit" unsupported if there are no partial symbols.
1107
e21d048f
TV
11082020-04-08 Tom de Vries <tdevries@suse.de>
1109
1110 PR testsuite/25760
1111 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1112
25c11aca
TV
11132020-04-07 Tom de Vries <tdevries@suse.de>
1114
1115 PR symtab/25796
1116 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1117
5707e24b
TV
11182020-04-07 Tom de Vries <tdevries@suse.de>
1119
1120 * gdb.base/check-psymtab.c: New test.
1121 * gdb.base/check-psymtab.exp: New file.
1122
6ee448cc
TT
11232020-04-06 Tom Tromey <tromey@adacore.com>
1124
1125 * gdb.ada/variant-record/proc.adb: New file.
1126 * gdb.ada/variant-record/value.adb: New file.
1127 * gdb.ada/variant-record/value.s: New file.
1128 * gdb.ada/variant-record.exp: New file.
1129
9e7c9a03
HD
11302020-04-03 Hannes Domani <ssbssa@yahoo.de>
1131
1132 PR gdb/25325
1133 * gdb.cp/typed-enum.cc: New test.
1134 * gdb.cp/typed-enum.exp: New file.
1135
c90d28ac
AB
11362020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1137
1138 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1139 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1140 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1141 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1142 * gdb.opt/inline-small-func.c: New file.
1143 * gdb.opt/inline-small-func.exp: New file.
1144 * gdb.opt/inline-small-func.h: New file.
1145
34e9a9fa
AB
11462020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1147
1148 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1149 function.
1150
6a354911
AB
11512020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1152
1153 * lib/dwarf.exp (function_range): Allow compiler options to be
1154 specified.
1155
880d9777
TV
11562020-04-02 Tom de Vries <tdevries@suse.de>
1157
1158 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1159 __attribute__((always_inline)).
1160 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1161
f32682ea
TV
11622020-04-02 Tom de Vries <tdevries@suse.de>
1163
1164 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1165 (gdbserver_gdb_exit): ... here. Add timeout warning.
1166 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1167 (connect_target_extended_remote): Append new server_spawn_id to
1168 server_spawn_ids.
1169 (cleanup): New proc.
1170 (setup, <toplevel>): Call cleanup.
1171
d3214198
TV
11722020-04-02 Tom de Vries <tdevries@suse.de>
1173
1174 * gdb.base/main-psymtab.exp: New file.
1175
cc77ed24
TV
11762020-04-02 Tom de Vries <tdevries@suse.de>
1177
1178 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1179
3638a098
TT
11802020-04-01 Tom Tromey <tom@tromey.com>
1181
1182 * gdb.base/complex-parts.exp: Add type tests.
1183
c34e8714
TT
11842020-04-01 Tom Tromey <tom@tromey.com>
1185
1186 * gdb.base/complex-parts.exp: Add arithmetic tests.
1187
981c08ce
TT
11882020-04-01 Tom Tromey <tom@tromey.com>
1189
1190 * gdb.compile/compile.exp: Update.
1191 * gdb.compile/compile-cplus.exp: Update.
1192 * gdb.base/varargs.exp: Update.
1193 * gdb.base/floatn.exp: Update.
1194 * gdb.base/endianity.exp: Update.
1195 * gdb.base/callfuncs.exp (do_function_calls): Update.
1196 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1197 (complex_float_integral_args): Update.
1198 * gdb.base/complex.exp: Update.
1199 * gdb.base/complex-parts.exp: Update.
1200
3d1cfd43
TT
12012020-04-01 Tom Tromey <tromey@adacore.com>
1202
1203 * gdb.rust/union.rs: New file.
1204 * gdb.rust/union.exp: New file.
1205 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1206 (main): Update.
1207 * gdb.rust/simple.exp: Move union tests to union.exp.
1208
e033dfa9
TT
12092020-04-01 Tom Tromey <tromey@adacore.com>
1210
1211 * gdb.rust/simple.rs (main): Remove "y0".
1212
53cccef1
TBA
12132020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1214
1215 * gdb.multi/stop-all-on-exit.c: New test.
1216 * gdb.multi/stop-all-on-exit.exp: New file.
1217
60e22c1e
HD
12182020-04-01 Hannes Domani <ssbssa@yahoo.de>
1219
1220 PR gdb/24789
1221 * gdb.cp/misc.cc: Add integer reference variable.
1222 * gdb.cp/misc.exp: Add test.
1223
e139a727
TBA
12242020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1225
1226 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1227 scenario to cover execution until the end and also the case
1228
16b0db75
TV
12292020-03-31 Tom de Vries <tdevries@suse.de>
1230
1231 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1232 c. Use "maint info symtabs" to check symtab expansion.
1233
c0502da6
TV
12342020-03-30 Tom de Vries <tdevries@suse.de>
1235
1236 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1237 unsupported.
1238 (verify_psymtab_expanded): Move ...
1239 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1240 test.
1241 (readnow): New proc.
1242
5935fd15
AB
12432020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1244
1245 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1246 with $hex.
1247
1773be9e
TT
12482020-03-20 Tom Tromey <tromey@adacore.com>
1249
1250 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1251
70304be9
TT
12522020-03-20 Tom Tromey <tromey@adacore.com>
1253
1254 * gdb.ada/sub_variant/subv.adb: New file.
1255 * gdb.ada/sub_variant.exp: New file.
1256
0dd7b8f7
TV
12572020-03-20 Tom de Vries <tdevries@suse.de>
1258
1259 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1260 first break fails.
1261 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1262
cada5fc9
AB
12632020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1264
1265 * gdb.server/exit-multiple-threads.c: New file.
1266 * gdb.server/exit-multiple-threads.exp: New file.
1267
6b8c53f2
AB
12682020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1269
1270 * gdb.fortran/mixed-lang-stack.c: New file.
1271 * gdb.fortran/mixed-lang-stack.cpp: New file.
1272 * gdb.fortran/mixed-lang-stack.exp: New file.
1273 * gdb.fortran/mixed-lang-stack.f90: New file.
1274
19a2740f
AB
12752020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1276
1277 * gdb.linespec/cp-completion-aliases.cc: New file.
1278 * gdb.linespec/cp-completion-aliases.exp: New file.
1279
d8c8b848
TV
12802020-03-19 Tom de Vries <tdevries@suse.de>
1281
1282 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1283 more precise.
1284
a9933ccf
TV
12852020-03-18 Tom de Vries <tdevries@suse.de>
1286
1287 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1288 * gdb.dwarf2/break-inline-psymtab.c: New test.
1289 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1290
2f89101f
TV
12912020-03-16 Tom de Vries <tdevries@suse.de>
1292
1293 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1294 cache_verify and cache_verify_proc.
1295
6b9374f1
TV
12962020-03-15 Tom de Vries <tdevries@suse.de>
1297
1298 * gdb.server/solib-list.exp: Handle
1299 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1300
eaeaf44c
TV
13012020-03-15 Tom de Vries <tdevries@suse.de>
1302
1303 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1304 objfiles".
1305
3293bbaf
TT
13062020-03-14 Tom Tromey <tom@tromey.com>
1307
1308 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1309
ab44624c
TV
13102020-03-14 Tom de Vries <tdevries@suse.de>
1311
1312 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1313
54c43825
TV
13142020-03-14 Tom de Vries <tdevries@suse.de>
1315
1316 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1317 result in line-by-line fashion.
1318
2ac70237
TV
13192020-03-14 Tom de Vries <tdevries@suse.de>
1320
1321 * lib/gdb.exp (supports_statement_frontiers): New proc.
1322 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1323
09546b56
TV
13242020-03-14 Tom de Vries <tdevries@suse.de>
1325
1326 * gdb.base/printcmds.exp: Add missing quoting for "print
1327 teststring2".
1328
a1f6a07c
TT
13292020-03-13 Tom Tromey <tom@tromey.com>
1330
1331 * gdb.base/printcmds.exp (test_print_strings): Add regression
1332 test.
1333 * gdb.base/printcmds.c (charptr): New typedef.
1334 (teststring2): New global.
1335
1b83d09c
AB
13362020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1337
1338 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1339 full path in the test name.
1340 (test_ld): Add some with_test_prefix blocks to make test names
1341 unique.
1342
2d61316c
TV
13432020-03-13 Tom de Vries <tdevries@suse.de>
1344
1345 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1346
2e9145ac
TV
13472020-03-13 Tom de Vries <tdevries@suse.de>
1348
1349 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1350
96c7f873
TV
13512020-03-13 Tom de Vries <tdevries@suse.de>
1352
1353 PR symtab/25646
1354 * gdb.dwarf2/imported-unit.exp: Add test.
1355
49ba92c0
TV
13562020-03-13 Tom de Vries <tdevries@suse.de>
1357
1358 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1359 (var1, var2): New variable.
1360 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1361 matching symbols.
1362
301b21e0
TV
13632020-03-13 Tom de Vries <tdevries@suse.de>
1364
1365 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1366 (Term::command): Use prompt prefix.
1367 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1368 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1369 command_no_prompt_prefix instead of prefix.
1370 * gdb.tui/tui-layout-asm.exp: Same.
1371
3f512721
SM
13722020-03-12 Simon Marchi <simon.marchi@efficios.com>
1373
1374 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1375
40310f30
SM
13762020-03-12 Simon Marchi <simon.marchi@efficios.com>
1377
1378 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1379 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1380 on" while stepping over the test instruction, match printed
1381 message.
1382
09252140
TV
13832020-03-12 Tom de Vries <tdevries@suse.de>
1384
1385 * gdb.base/info-types.exp: Use exp_continue during matching of output
1386 of "info types".
1387
14e9c72c
TV
13882020-03-12 Tom de Vries <tdevries@suse.de>
1389
1390 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1391
e515d67e
TV
13922020-03-12 Tom de Vries <tdevries@suse.de>
1393
1394 * gdb.fortran/module.exp: Use exp_continue during matching of output
1395 of "info variable -n".
1396
307eafd8
TV
13972020-03-12 Tom de Vries <tdevries@suse.de>
1398
1399 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1400 gdb.dwarf2/dw2-ranges-base.c.
1401
9a2de3fc
TV
14022020-03-12 Tom de Vries <tdevries@suse.de>
1403
1404 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1405 in presence of GLIBC debuginfo.
1406
3217502e
TV
14072020-03-12 Tom de Vries <tdevries@suse.de>
1408
1409 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1410 $core.
1411
1281424c
TV
14122020-03-12 Tom de Vries <tdevries@suse.de>
1413
1414 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1415 more precise.
1416
038b97fc
SM
14172020-03-11 Simon Marchi <simon.marchi@efficios.com>
1418
1419 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1420 from Unix to Windows path.
1421
5308d1e7
TV
14222020-03-11 Tom de Vries <tdevries@suse.de>
1423
1424 * gdb.ada/minsyms.exp: Set language to ada.
1425
f870f78f
TV
14262020-03-11 Tom de Vries <tdevries@suse.de>
1427
1428 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1429
5a13315d
TV
14302020-03-11 Tom de Vries <tdevries@suse.de>
1431
1432 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1433
976862ed
TT
14342020-03-11 Tom Tromey <tromey@adacore.com>
1435
1436 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1437
7462c383
TV
14382020-03-11 Tom de Vries <tdevries@suse.de>
1439
1440 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1441
1c6c46a0
TV
14422020-03-11 Tom de Vries <tdevries@suse.de>
1443
1444 * gdb.base/break-interp.exp: Limit verbose scope.
1445
44f41bb7
TV
14462020-03-11 Tom de Vries <tdevries@suse.de>
1447
1448 * gdb.fortran/logical.f90: Define variable with character type.
1449 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1450
b76f3a42
TV
14512020-03-11 Tom de Vries <tdevries@suse.de>
1452
1453 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1454
1c33af77
TV
14552020-03-11 Tom de Vries <tdevries@suse.de>
1456
1457 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1458 symtabs.
1459
8c95582d
AB
14602020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1461 Bernd Edlinger <bernd.edlinger@hotmail.de>
1462
1463 * gdb.cp/step-and-next-inline.cc: New file.
1464 * gdb.cp/step-and-next-inline.exp: New file.
1465 * gdb.cp/step-and-next-inline.h: New file.
1466 * gdb.dwarf2/dw2-is-stmt.c: New file.
1467 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1468 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1469 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1470 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1471
cecf8547
AB
14722020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1473
1474 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1475 is-stmt flag in the line table.
1476
0ba678c9
TV
14772020-03-09 Tom de Vries <tdevries@suse.de>
1478
1479 * lib/gdb.exp (cached_file): Create cache dir.
1480
72fbdf83
TV
14812020-03-07 Tom de Vries <tdevries@suse.de>
1482
1483 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1484 * gdb.cp/rvalue-ref-params.exp: Same.
1485
436b5e99
TV
14862020-03-06 Tom de Vries <tdevries@suse.de>
1487
1488 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1489 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1490
09f2921c
TV
14912020-03-06 Tom de Vries <tdevries@suse.de>
1492
1493 * README: Fix "the the".
1494 * gdb.base/dprintf.exp: Same.
1495
50a3cc5d
TV
14962020-03-05 Tom de Vries <tdevries@suse.de>
1497
1498 * gdb.base/maint.exp: Update "main print statistics" expected output.
1499
0a709cba
AKS
15002020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1501
1502 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1503 (fortran_int8): Likewise.
1504 (fortran_real4): Likewise.
1505 (fortran_real8): Likewise.
1506 (fortran_complex4): Likewise.
1507 (fortran_logical4): Likewise.
1508 (fortran_character1): Likewise.
1509
5e5d66b6
AB
15102020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1511
1512 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1513 printed as true.
1514
7b973adc
SDJ
15152020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1516
1517 * gdb.base/printcmds.exp: Add test to verify printf of a
1518 variable holding an address.
1519
478e490a
TV
15202020-03-03 Tom de Vries <tdevries@suse.de>
1521
1522 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1523
1ef44e86
TV
15242020-03-03 Tom de Vries <tdevries@suse.de>
1525
1526 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1527 gdb_test_multiple call.
1528
b98cc2cf
TV
15292020-03-03 Tom de Vries <tdevries@suse.de>
1530
1531 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1532 gdb_test_multiple calls.
1533
63e163f2
AB
15342020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1535
1536 * gdb.base/default.exp: Remove test of 'set history filename'.
1537 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1538 filename to the empty string.
1539 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1540 and GDBHISTSIZE.
1541
24ed6739
AB
15422020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1545 disabled.
1546
590003dc
TV
15472020-03-02 Pedro Alves <palves@redhat.com>
1548 Tom de Vries <tdevries@suse.de>
1549
1550 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1551 -prompt prefix, before user_code argument. Add -lbl option likewise.
1552 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1553 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1554 argument.
1555 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1556 have "\r\n" at start-of-line, instead of at end-of-line.
1557
f5e46084
SM
15582020-02-28 Simon Marchi <simon.marchi@efficios.com>
1559
1560 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1561 libinproctrace.so.
1562
f7a7000d
LM
15632020-02-28 Luis Machado <luis.machado@linaro.org>
1564
1565 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1566 to "p/x".
1567
718e0816
LM
15682020-02-28 Luis Machado <luis.machado@linaro.org>
1569
1570 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1571 asm/ptrace.h and error.h.
1572
13c3a74a
TV
15732020-02-28 Tom de Vries <tdevries@suse.de>
1574
1575 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1576 (struct wrapper, do_something, mundane/symada__cS): Move ...
1577 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1578 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1579 Update "print symada__cS before partial symtab expansion" regexp.
1580 Update breakpoint location. Flush symbol cache after expansion.
1581
85d2d5bb
LM
15822020-02-28 Luis Machado <luis.machado@linaro.org>
1583
1584 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1585
3608f86c
TV
15862020-02-27 Tom de Vries <tdevries@suse.de>
1587
1588 * config/sid.exp: Remove unused globals.
1589 * gdb.base/attach.exp: Same.
1590 * gdb.base/catch-load.exp: Same.
1591 * gdb.base/dbx.exp: Same.
1592 * lib/gdb.exp: Same.
1593 * lib/mi-support.exp: Same.
1594 * lib/prompt.exp: Same.
1595
c8d4f6df
TV
15962020-02-27 Tom de Vries <tdevries@suse.de>
1597
1598 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1599 not set.
1600
0d79cdc4
AM
16012020-02-26 Aaron Merey <amerey@redhat.com>
1602
1603 * gdb.debuginfod: New directory for debuginfod tests.
1604 * gdb.debuginfod/main.c: New test file.
1605 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1606
0dce4280
TV
16072020-02-26 Tom de Vries <tdevries@suse.de>
1608
1609 PR gdb/25603
1610 * gdb.base/persistent-lang.cc: New test.
1611 * gdb.base/persistent-lang.exp: New file.
1612
9e80cfa1
AB
16132020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1614
1615 * gdb.fortran/derived-type-striding.exp: Add a new test.
1616 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1617 new test.
1618
2078dbb2
AB
16192020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1620
1621 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1622 names.
1623
70d49700
TV
16242020-02-25 Tom de Vries <tdevries@suse.de>
1625
1626 PR go/18926
1627 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1628
a88ef40d
TV
16292020-02-24 Tom de Vries <tdevries@suse.de>
1630
1631 PR gdb/25592
1632 * gdb.base/info-locals-unused-static-var.c: New test.
1633 * gdb.base/info-locals-unused-static-var.exp: New file.
1634
01b1af32
TT
16352020-02-22 Tom Tromey <tom@tromey.com>
1636
1637 * gdb.python/tui-window.exp: New file.
1638 * gdb.python/tui-window.py: New file.
1639
7c043ba6
TT
16402020-02-22 Tom Tromey <tom@tromey.com>
1641
1642 PR tui/17850:
1643 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1644 tests.
1645
c22fef7e
TT
16462020-02-22 Tom Tromey <tom@tromey.com>
1647
1648 * gdb.tui/new-layout.exp: Add sub-layout tests.
1649
ee325b61
TT
16502020-02-22 Tom Tromey <tom@tromey.com>
1651
1652 * gdb.tui/new-layout.exp: New file.
1653
3f0cbb04
TT
16542020-02-22 Tom Tromey <tom@tromey.com>
1655
1656 * gdb.rust/rust-style.rs: New file.
1657 * gdb.rust/rust-style.exp: New file.
1658 * gdb.base/style.exp: Test structure printing.
1659 * gdb.base/style.c (struct some_struct): New type.
1660 (enum etype): New type.
1661 (struct_value): New global.
1662
75525152
TV
16632020-02-21 Tom de Vries <tdevries@suse.de>
1664
1665 PR go/18926
1666 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1667 Remove blanket xfails. Use message argument for gdb_breakpoint.
1668 Make continuing to breakpoint test conditional on setting breakpoint.
1669 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1670 DW_AT_name attribute. Add xfail for GCC PR93866.
1671
bd360d30
AB
16722020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1673
1674 * gdb.dwarf2/cpp-linkage-name.c: New file.
1675 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1676
c7adb09f 16772020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1678
1679 * lib/gdb.exp (gdb_wrapper_init): Reset
1680 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1681 not exist.
1682
a9c79803
TV
16832020-02-20 Tom de Vries <tdevries@suse.de>
1684
1685 PR go/17018
1686 * gdb.go/hello.exp: Copy ...
1687 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1688 print of st to print value of global definition. Add xfail for GCC
1689 PR93844.
1690 * gdb.go/hello.exp: Remove printing of st before definition.
1691 * gdb.go/hello.go: Copy ...
1692 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1693 to st.
1694 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1695
d7445728
TV
16962020-02-20 Tom de Vries <tdevries@suse.de>
1697
1698 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1699 (gdb_simple_compile): Handle compile_flags go by using .go extension
1700 for source file.
1701 * gdb.go/chan.exp: Use support_go_compile.
1702 * gdb.go/handcall.exp: Same.
1703 * gdb.go/hello.exp: Same.
1704 * gdb.go/integers.exp: Same.
1705 * gdb.go/max-depth.exp: Same.
1706 * gdb.go/methods.exp: Same.
1707 * gdb.go/package.exp: Same.
1708 * gdb.go/strings.exp: Same.
1709 * gdb.go/types.exp: Same.
1710 * gdb.go/unsafe.exp: Same.
1711
c9c41e6d
TV
17122020-02-19 Tom de Vries <tdevries@suse.de>
1713
1714 * gdb.python/lib-types.exp: Make xfail more strict.
1715
f20ff837
TV
17162020-02-19 Tom de Vries <tdevries@suse.de>
1717
1718 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1719
08410482
DE
17202020-02-19 Doug Evans <dje@google.com>
1721
1722 PR rust/25535
1723 * gdb.rust/simple.exp: Add test.
1724 * gdb.rust/simple.rs: Add test.
1725
623563f7
TV
17262020-02-19 Tom de Vries <tdevries@suse.de>
1727
1728 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1729 output line-by-line.
1730
d3308cfd
TV
17312020-02-19 Tom de Vries <tdevries@suse.de>
1732
1733 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1734
86cbc5dc
TV
17352020-02-19 Tom de Vries <tdevries@suse.de>
1736
1737 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1738 prelink.
1739
9db2b96b
TV
17402020-02-19 Tom de Vries <tdevries@suse.de>
1741
1742 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1743 (gdb_do_cache): Use gdb_do_cache_wrap.
1744 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1745
89e2fdc5
TV
17462020-02-19 Tom de Vries <tdevries@suse.de>
1747
1748 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1749 gdb_compile option.
1750
373d7ac0
SM
17512020-02-18 Simon Marchi <simon.marchi@efficios.com>
1752
1753 * gdb.base/printcmds.exp (test_print_enums): Update expected
1754 output.
1755
b29a2df0
SM
17562020-02-18 Simon Marchi <simon.marchi@efficios.com>
1757
1758 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1759 for "unknown".
1760
6740f0cc
SM
17612020-02-18 Simon Marchi <simon.marchi@efficios.com>
1762
1763 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1764 enumerator.
1765
edd45eb0
SM
17662020-02-18 Simon Marchi <simon.marchi@efficios.com>
1767
1768 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1769 FE_, add FE_NONE.
1770 (three): Update.
1771 (enum flag_enum_without_zero): New enum.
1772 (flag_enum_without_zero): New variable.
1773 (enum not_flag_enum): New enum.
1774 (three_not_flag): New variable.
1775 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1776 (test_print_enums): Add more tests for printing flag enums.
1777
d4295de4
TV
17782020-02-18 Tom de Vries <tdevries@suse.de>
1779
1780 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1781 (gdb_compile_ada): ... here.
1782 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1783 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1784
f251f505
TT
17852020-02-14 Tom Tromey <tom@tromey.com>
1786
1787 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1788 build directory.
1789 * boards/gdbserver-base.exp: Update path to gdbserver.
1790
8f432634
TV
17912020-02-13 Tom de Vries <tdevries@suse.de>
1792
1793 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1794
92b6eaf7
TV
17952020-02-13 Tom de Vries <tdevries@suse.de>
1796
1797 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1798 are missing.
1799
f3b0f7fe
TV
18002020-02-13 Tom de Vries <tdevries@suse.de>
1801
1802 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1803 call.
1804
f6be8713
SDJ
18052020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1806
1807 PR tui/25126
1808 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1809 * gdb.base/cached-source-file.c: New file.
1810 * gdb.base/cached-source-file.exp: New file.
1811
b2770d5e
TV
18122020-02-11 Tom de Vries <tdevries@suse.de>
1813
1814 PR testsuite/25488
1815 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1816
44f6938e
TV
18172020-02-10 Tom de Vries <tdevries@suse.de>
1818
1819 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1820
5f0e2eb7
MR
18212020-02-10 Maciej W. Rozycki <macro@wdc.com>
1822
1823 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1824 and $after_addr are both integers before making a comparison.
1825
46ce2b6f
TV
18262020-02-09 Tom de Vries <tdevries@suse.de>
1827
1828 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1829 command output and paste it into gdb.log. If any, paste catch message
1830 to gdb.log.
1831
5abbbe1d
TT
18322020-02-07 Tom Tromey <tromey@adacore.com>
1833
1834 PR breakpoints/24915:
1835 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1836
1d5d29e7
SV
18372020-02-06 Shahab Vahedi <shahab@synopsys.com>
1838
1839 * gdb.tui/tui-missing-src.exp: Add the "missing source
1840 file" test for the TUI.
1841
b0999b9b
AB
18422020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1843
1844 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1845 including a port number in the output.
1846
c3b149eb
AKS
18472020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1848
1849 * lib/fortran.exp (fortran_int4): Handle clang.
1850 (fortran_int8): Likewise.
1851 (fortran_real4): Likewise.
1852 (fortran_real8): Likewise.
1853 (fortran_complex4): Likewise.
1854 (fortran_logical4): Likewise.
1855 (fortran_character1): Likewise.
1856
f8dcc90b
TV
18572020-02-04 Tom de Vries <tdevries@suse.de>
1858
1859 * README (Race detection): Add note.
1860
f90ac7c2
TV
18612020-02-04 Tom de Vries <tdevries@suse.de>
1862
1863 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1864
780636ae
TV
18652020-02-04 Tom de Vries <tdevries@suse.de>
1866
1867 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1868
5d2e1193
RA
18692020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1870
1871 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1872 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1873 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1874 blttar, bnetarl.
1875 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1876 binary for blttar, bnetarl.
1877 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1878 wait instruction. Delete ldmx test.
1879 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1880
e409c542
AKS
18812020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1882
1883 * gdb.fortran/array-bounds-high.exp: New file.
1884 * gdb.fortran/array-bounds-high.f90: New file.
1885
b0029748
LD
18862020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1887
1888 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1889 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1890
195a8287
TV
18912020-02-01 Tom de Vries <tdevries@suse.de>
1892
1893 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1894
42330a68
AB
18952020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1896
1897 PR tui/9765
1898 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1899 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1900
b62a8028
LM
19012020-01-29 Luis Machado <luis.machado@linaro.org>
1902
1903 * gdb.arch/aarch64-brk-patterns.c: New source file.
1904 * gdb.arch/aarch64-brk-patterns.exp: New test.
1905
5f440116
TBA
19062020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1907
1908 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1909 GCC/Clang version.
1910 * gdb.cp/pass-by-ref.exp: Ditto.
1911
ee2a6fc6
TV
19122020-01-29 Tom de Vries <tdevries@suse.de>
1913
1914 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1915 * gdb.threads/watchpoint-fork-mt.c: Same.
1916 * gdb.threads/watchpoint-fork-parent.c: Same.
1917 * gdb.threads/watchpoint-fork-st.c: Same.
1918 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1919
16b10d6e
LM
19202020-01-27 Luis Machado <luis.machado@linaro.org>
1921
1922 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1923 sitting at a syscall instruction when we hit the syscall function's
1924 breakpoint.
1925 Check PC against one obtained with the x command.
1926 Validate syscall number.
1927 (step_over_syscall): Don't continue to the syscall instruction if
1928 we're already there.
1929
b1468492
PW
19302020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1931
1932 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1933
7ffa82e1
AB
19342020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1935
1936 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1937 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1938
3d92a3e3
AB
19392020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1940
1941 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1942 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1943
94a72be7
AB
19442020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1945
1946 * gdb.base/maint.exp: Update line table parsing test.
1947 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1948
53af73bf
PA
19492020-01-24 Pedro Alves <palves@redhat.com>
1950
1951 PR gdb/25410
1952 * gdb.multi/multi-re-run-1.c: New.
1953 * gdb.multi/multi-re-run-2.c: New.
1954 * gdb.multi/multi-re-run.exp: New.
1955
1ba1ac88
AB
19562020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1957
1958 PR gdb/23718
1959 * gdb.server/server-kill-python.exp: New file.
1960
f3364a6d
AB
19612020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1962
1963 * gdb.server/multi-ui-errors.c: New file.
1964 * gdb.server/multi-ui-errors.exp: New file.
1965
733d0a67
AB
19662020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1967
1968 PR tui/9765
1969 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1970
4f13c1c0
TT
19712020-01-19 Tom Tromey <tom@tromey.com>
1972
1973 * gdb.tui/main.exp: Add check for plain "file".
1974
40c94099
CB
19752020-01-16 Christian Biesinger <cbiesinger@google.com>
1976
1977 * lib/gdb.exp: Fix spelling error (seperatelly).
1978
ff47f4f0
TT
19792020-01-14 Tom Tromey <tom@tromey.com>
1980
1981 PR symtab/12535:
1982 * gdb.python/python.exp: Test decode_line with empty string
1983 argument.
1984
717c684d
BE
19852020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1986
1987 * gdb.base/skip-inline.exp: Extend test.
1988
44e4c775
AB
19892020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1990
1991 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1992 * gdb.dwarf2/dw2-bad-elf.c: New file.
1993 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1994
d93c6db7
AB
19952020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1996
1997 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1998 _line_saw_file.
1999
9a6d629c
AB
20002020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2001
2002 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2003 border.
2004
d9ebdab7
TBA
20052020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2006
2007 * gdb.multi/multi-target.exp (setup): Factor out "info
2008 connections" and "info inferiors" tests to ...
2009 (test_info_inferiors): ... this new procedure.
2010 (top level): Run new "info-inferiors" tests.
2011
f3c469b9
PA
20122020-01-10 Pedro Alves <palves@redhat.com>
2013
2014 * gdb.server/bkpt-other-inferior.exp: New file.
2015
121b3efd
PA
20162020-01-10 Pedro Alves <palves@redhat.com>
2017
2018 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2019 of "add-inferior".
2020 * gdb.base/quit-live.exp: Likewise.
2021 * gdb.base/remote-exec-file.exp: Likewise.
2022 * gdb.guile/scm-progspace.exp: Likewise.
2023 * gdb.linespec/linespec.exp: Likewise.
2024 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2025 * gdb.mi/user-selected-context-sync.exp: Likewise.
2026 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2027 "info inferiors" tests.
2028 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2029 "add-inferior".
2030 * gdb.multi/watchpoint-multi.exp: Likewise.
2031 * gdb.python/py-inferior.exp: Likewise.
2032 * gdb.server/extended-remote-restart.exp: Likewise.
2033 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2034 "info inferiors".
2035 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2036 * gdb.trace/report.exp: Likewise.
2037
1dadb1dd
PA
20382020-01-10 Pedro Alves <palves@redhat.com>
2039
2040 * gdb.multi/multi-target.c: New file.
2041 * gdb.multi/multi-target.exp: New file.
2042 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2043 mode requested, but remote does not support non-stop".
2044
78f2c40a
PA
20452020-01-10 Pedro Alves <palves@redhat.com>
2046
2047 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2048 disconnect before reconnecting.
2049
e7af6c70
TBA
20502020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2051 Pedro Alves <palves@redhat.com>
2052
2053 * gdb.server/connect-without-multi-process.exp: Also test
2054 continuing to end.
2055
acdf84a6
PA
20562020-01-10 Pedro Alves <palves@redhat.com>
2057
2058 * gdb.base/remote-exec-file.exp: New file.
2059
873657b9
PA
20602020-01-10 Pedro Alves <palves@redhat.com>
2061
2062 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2063 output.
2064 * gdb.threads/async.c: New.
2065 * gdb.threads/async.exp: New.
2066 * gdb.multi/tids-gid-reset.c: New.
2067 * gdb.multi/tids-gid-reset.exp: New.
2068
7f0ae84c
GB
20692020-01-10 George Barrett <bob@bob131.so>
2070
2071 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2072 to help in finding the image relocation offset.
2073 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2074 options in arguments.
2075 (stap_test_no_debuginfo): Likewise.
2076 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2077 test variants.
2078 (stap_test): Add null semaphore relocation test.
2079
47e9d49d
GB
20802020-01-10 George Barrett <bob@bob131.so>
2081
2082 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2083 * gdb.base/stap-probe.exp: Likewise.
2084 (stap_test): Pass argument as an additional flag.
2085 (stap_test_no_debuginfo): Likewise.
2086 (stap_test): Check `info probes stap' output for semaphore
2087 addresses if the test binary is supposed to have them.
2088
f5a7c406
AB
20892020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2090
2091 * gdb.tui/basic.exp: Add more scrolling tests.
2092
9ae6bf64
TT
20932020-01-09 Tom Tromey <tom@tromey.com>
2094
2095 PR tui/18932:
2096 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2097 meangingful value.
2098 (Term::command, Term::resize): Update.
2099 * gdb.tui/basic.exp: Add scrolling test.
2100
b2efe70c
AB
21012020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2102
2103 * gdb.tui/tui-layout-asm.exp: New file.
2104
3804da7e
AB
21052020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2106
2107 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2108
b40aa28f
AB
21092020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2110
2111 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2112 (Term::enter_tui): Use Term::prepare_for_tui.
2113
63ffd7c9
AB
21142020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2115
2116 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2117 called.
2118
3be966f6
AB
21192020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2120
2121 * gdb.base/skip.exp: Fix race condition in test.
2122
153d79c4
AB
21232020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2124
2125 * gdb.base/backtrace.c: New file.
2126 * gdb.base/backtrace.exp: New file.
2127
f2302a34
AB
21282020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2129
2130 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2131
6ec1d75e
PW
21322020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2133
2134 * gdb.base/style.exp: Test that warnings are styled.
2135
c296cbe6
BE
21362019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2137
2138 * gdb.base/line65535.exp: New file.
2139 * gdb.base/line65535.c: New file.
2140
b28a729d
SM
21412019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2142
2143 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2144 * lib/gnat_debug_info_test.adb: New file.
2145 * gdb.ada/ptype_tagged_param.exp: Use
2146 gnat_runtime_has_debug_info, expect a different output if
2147 runtime does not have debug info.
2148
7f2d7a0d
SM
21492019-12-20 Simon Marchi <simon.marchi@efficios.com>
2150
2151 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2152 (another) quote in test name.
2153
f3bce483
SM
21542019-12-20 Simon Marchi <simon.marchi@efficios.com>
2155
2156 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2157 Add quote in test name.
2158
c855a912
TBA
21592019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2160
2161 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2162 directory instead.
2163 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2164 * gdb.cp/pass-by-ref-2.cc: New file.
2165 * gdb.cp/pass-by-ref-2.exp: New file.
2166
fc9d2d72
TT
21672019-12-20 Tom Tromey <tom@tromey.com>
2168
2169 * gdb.tui/list-before.exp: New file.
2170
77b97e00
TT
21712019-12-20 Tom Tromey <tom@tromey.com>
2172
2173 * gdb.tui/list.exp: Check for source on initial listing.
2174
f69656d0
TT
21752019-12-11 Tom Tromey <tromey@adacore.com>
2176
2177 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2178 Add crlf test.
2179
99a55965
SM
21802019-12-18 Simon Marchi <simon.marchi@efficios.com>
2181
2182 * gdb.base/default.exp: Update value of $_gdb_major.
2183
5024637f
BE
21842019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2185
2186 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2187
b63634be
BE
21882019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2189
2190 * gdb.base/skip.exp: Whitespace fix.
2191
45d73523
BE
21922019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2193
2194 * gdb.base/skip-inline.c: New file.
2195 * gdb.base/skip-inline.exp: New file.
2196
d043f8c8
SM
21972019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2198
2199 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2200 jit_function_00 to jit_function_stack_mangle.
2201 * gdb.base/jithost.c (jit_function_t): Rename to...
2202 (jit_function_stack_mangle_t): ... this.
2203 (jit_function_add_t): New typedef.
2204 (jit_function_00_code): Rename to...
2205 (jit_function_stack_mangle_code): ... this, make static.
2206 (jit_function_add_code): New.
2207 (main): Generate "add" function and call it. Adjust to changes
2208 in jithost_abi.
2209 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2210 (struct jithost_abi) <begin, end>: Remove fields.
2211 <object, function_stack_mangle, function_add>: New fields.
2212 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2213 code_end>: Remove fields.
2214 <func_stack_mangle>: New field.
2215 (read_debug_info): Adjust to renaming, create block for "add"
2216 function.
2217 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2218
873de05c
TT
22192019-12-11 Tom Tromey <tom@tromey.com>
2220
2221 * gdb.tui/resize.exp: Fix regexp.
2222 * gdb.tui/regs.exp: Fix regexps.
2223 * gdb.tui/main.exp: Fix regexp.
2224
3d979945
TT
22252019-12-11 Tom Tromey <tom@tromey.com>
2226
2227 * gdb.tui/resize.exp: Update.
2228 * gdb.tui/empty.exp (layouts): Update.
2229
2192a9d3
TT
22302019-12-11 Tom Tromey <tom@tromey.com>
2231
2232 * gdb.tui/regs.exp: Update.
2233 * gdb.tui/empty.exp (layouts): Update.
2234 * gdb.tui/basic.exp: Update.
2235 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2236
d8edc8b7
PW
22372019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2238
2239 * gdb.base/options.exp: Add -raw-values in the print completion list.
2240 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2241
4c12d936
KB
22422019-12-10 Kevin Buettner <kevinb@redhat.com>
2243
2244 * gdb.threads/omp-par-scope.c: New file.
2245 * gdb/threads/omp-par-scope.exp: New file.
2246
26b911fb
KB
22472019-12-10 Kevin Buettner <kevinb@redhat.com>
2248
bb47f919
KB
2249 * lib/gdb.exp (support_nested_function_tests): New proc.
2250
22512019-12-10 Kevin Buettner <kevinb@redhat.com>
2252
2253 * lib/gdb.exp (gdb_compile_openmp): New proc.
2254 (build_executable_from_specs): Add an "openmp" option.
2255 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2256
6c71eb7d
TT
22572019-12-10 Tom Tromey <tromey@adacore.com>
2258
2259 * gdb.ada/unchecked_union.exp: New file.
2260 * gdb.ada/unchecked_union/pck.adb: New file.
2261 * gdb.ada/unchecked_union/pck.ads: New file.
2262 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2263 * gdb-utils.exp (string_to_regexp): Also quote "?".
2264
bac7c5cf
GB
22652019-12-10 George Barrett <bob@bob131.so>
2266
2267 Test scripted probe breakpoints.
2268 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2269 * gdb.python/py-breakpoint.c (main): Likewise.
2270 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2271 specifier test.
2272 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2273
330f1d38
TBA
22742019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2275
2276 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2277 an rvalue parameter.
2278 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2279 parameter.
2280
b43315e2
AB
22812019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2282
2283 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2284 modules.
2285
54f73dad
AB
22862019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2287
2288 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2289 broken version of GCC.
2290
d57cbee9
AB
22912019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2292
2293 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2294 sym-info-cmds library.
2295 * gdb.fortran/info-types.exp: Likewise.
2296 * lib/sym-info-cmds.exp: New file.
2297
c14aab8c
TV
22982019-12-08 Tom de Vries <tdevries@suse.de>
2299
2300 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2301
aa2d5a42
KS
23022019-12-07 Keith Seitz <keiths@redhat.com>
2303
2304 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2305 * gdb.base/corefile-buildid-shlib.c: New file.
2306 * gdb.base/corefile-buildid.c: New file.
2307 * gdb.base/corefile-buildid.exp: New file.
2308
93e55f0a
TV
23092019-12-06 Tom de Vries <tdevries@suse.de>
2310
2311 * gdb.dwarf2/varval.exp: Add decl before def test.
2312
c7d12402
TBA
23132019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2314
2315 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2316
06acc08f
TBA
23172019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2318
2319 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2320 CV and reference conversion for overload resolution.
2321 * gdb.cp/rvalue-ref-overload.exp: Test it.
2322
e0fad1ea
PW
23232019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2324
2325 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2326 * gdb.base/frameapply.exp: Test faas without command.
2327
8d70a9f0
AB
23282019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2329
2330 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2331 Fortran tests.
2332 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2333 order.
2334
36c8fb93
AB
23352019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2336
2337 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2338 casting to type with no kind specified.
2339 (test_basic_parsing_of_type_kinds): Additional tests for types
2340 with no kind specified, and add tests for single/double
2341 precision/complex types.
2342
4139ff00
TT
23432019-12-04 Tom Tromey <tromey@adacore.com>
2344
2345 * gdb.base/endianity.c (struct other) <x>: New field.
2346 (main): Initialize it.
2347 * gdb.base/endianity.exp: Update.
2348
a05cf17a
TT
23492019-12-04 Tom Tromey <tromey@adacore.com>
2350
2351 * gdb.ada/scalar_storage/storage.adb: New file.
2352 * gdb.ada/scalar_storage/pck.adb: New file.
2353 * gdb.ada/scalar_storage/pck.ads: New file.
2354 * gdb.ada/scalar_storage.exp: New file.
2355
103a685e
TT
23562019-12-04 Tom Tromey <tromey@adacore.com>
2357
2358 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2359 (main): Initialize it.
2360 * gdb.base/endianity.exp: Update.
2361
c2512106
AB
23622019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2363
2364 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2365
293b38d6
AB
23662019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2367
2368 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2369 -symbol-info-module-functions and -symbol-info-module-variables.
2370
216a7e6b
AB
23712019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2372
2373 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2374
5bbd8269
AB
23752019-12-01 Richard Bunt <richard.bunt@arm.com>
2376 Andrew Burgess <andrew.burgess@embecosm.com>
2377
2378 * gdb.fortran/derived-type-striding.exp: New file.
2379 * gdb.fortran/derived-type-striding.f90: New file.
2380 * gdb.fortran/array-slices.exp: New file.
2381 * gdb.fortran/array-slices.f90: New file.
2382
be09caf1
PW
23832019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2384
2385 * gdb.base/define.exp: Test . in command names.
2386 * gdb.base/setshow.exp: Update test, as . is now part of
2387 command name.
2388
643c0cbe
PW
23892019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2390
2391 * gdb.base/define-prefix.exp: New file.
2392
dcdec678
AB
23932019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2394
2395 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2396 compile.
2397 (skip_btrace_pt_tests): Likewise.
2398
640ab947
AB
23992019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2400
2401 * gdb.fortran/info-modules.exp: Compile source files in correct
2402 order.
2403
d22670f0
KB
24042019-11-27 Kevin Buettner <kevinb@redhat.com>
2405
2406 * gdb.dwarf2/imported-unit.exp: New file.
2407 * gdb.dwarf2/imported-unit.c: New file.
2408
db5960b4
AB
24092019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2410
2411 * gdb.mi/mi-fortran-modules-2.f90: New file.
2412 * gdb.mi/mi-fortran-modules.exp: New file.
2413 * gdb.mi/mi-fortran-modules.f90: New file.
2414
7dc42066
AB
24152019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2416
2417 * gdb.mi/mi-sym-info-1.c: New file.
2418 * gdb.mi/mi-sym-info-2.c: New file.
2419 * gdb.mi/mi-sym-info.exp: New file.
2420
0dfeecca
TT
24212019-11-22 Tom Tromey <tromey@adacore.com>
2422
2423 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2424 * gdb.ada/tasks/foo.adb: Add another stopping location.
2425
34877895
PJ
24262019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2427
2428 * gdb.base/endianity.c: New test.
2429 * gdb.base/endianity.exp: New file.
2430
2e84f897
LD
24312019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2432
2433 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2434
65d1cd5f
TV
24352019-11-21 Tom de Vries <tdevries@suse.de>
2436
2437 PR gdb/24956
2438 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2439
4f22c3f4
SDJ
24402019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2441
2442 * gdb.python/py-progspace.exp: Add missing parentheses on some
2443 'print' commands.
2444
9f6ad286
TT
24452019-11-19 Tom Tromey <tom@tromey.com>
2446
2447 * gdb.tui/winheight.exp: New file.
2448
0b8dbf3f
AB
24492019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2450
2451 * gdb.base/ctf-whatis.c: Delete.
2452 * gdb.base/ctf-whatis.exp: Delete.
2453 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2454
f833b7a7
AB
24552019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2456
2457 * gdb.base/ctf-cvexpr.exp: Delete.
2458 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2459
30d0a636
AB
24602019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2461
2462 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2463 the compiler. Clean up header comment a little.
2464 * gdb.base/ctf-ptype.exp: Likewise.
2465 * gdb.base/ctf-whatis.exp: Likewise.
2466 * lib/gdb.exp (skip_ctf_tests): New proc.
2467
494409bb
SDJ
24682019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2469
2470 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2471 * gdb.tui/corefile-run.exp: New file.
2472
55708e99
TT
24732019-11-14 Tom Tromey <tromey@adacore.com>
2474
2475 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2476 regression tests.
2477
45e42163
TT
24782019-11-12 Tom Tromey <tom@tromey.com>
2479
2480 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2481 after any command. Expect prompt after WAIT_FOR is seen.
2482 (enter_tui): Enable resize messages.
2483 (command): Expect command in output.
2484 (get_line): Avoid error when cursor appears to be off-screen.
2485 (dump_screen): Include screen size in title.
2486 (_do_resize): New proc, from "resize".
2487 (resize): Rewrite. Do resize in two steps.
2488 * gdb.tui/empty.exp (layouts): Fix entries.
2489 (check_boxes): Remove xfail.
2490 (check_text): Dump screen on failure.
2491
086baaf1
AB
24922019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2493
2494 * gdb.python/py-symbol.exp: Add test for
2495 gdb.lookup_static_symbols.
2496
09ff83af
AB
24972019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2498
2499 * gdb.python/py-symbol.c: Declare and call function from new
2500 py-symbol-2.c file.
2501 * gdb.python/py-symbol.exp: Compile both source files, and add new
2502 tests for gdb.lookup_static_symbol.
2503 * gdb.python/py-symbol-2.c: New file.
2504
11af934b
TV
25052019-11-02 Tom de Vries <tdevries@suse.de>
2506
2507 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2508 * gdb.base/anon.exp: Same.
2509 * gdb.base/auto-connect-native-target.exp: Same.
2510 * gdb.base/call-ar-st.exp: Same.
2511 * gdb.base/catch-syscall.exp: Same.
2512 * gdb.base/commands.exp: Same.
2513 * gdb.base/default.exp: Same.
2514 * gdb.base/display.exp: Same.
2515 * gdb.base/float.exp: Same.
2516 * gdb.base/foll-fork.exp: Same.
2517 * gdb.base/help.exp: Same.
2518 * gdb.base/info-macros.exp: Same.
2519 * gdb.base/info-proc.exp: Same.
2520 * gdb.base/info-target.exp: Same.
2521 * gdb.base/long_long.exp: Same.
2522 * gdb.base/macscp.exp: Same.
2523 * gdb.base/memattr.exp: Same.
2524 * gdb.base/nofield.exp: Same.
2525 * gdb.base/pointers.exp: Same.
2526 * gdb.base/printcmds.exp: Same.
2527 * gdb.base/ptype.exp: Same.
2528 * gdb.base/restore.exp: Same.
2529 * gdb.base/return.exp: Same.
2530 * gdb.base/scope.exp: Same.
2531 * gdb.base/set-noassign.exp: Same.
2532 * gdb.base/setshow.exp: Same.
2533 * gdb.base/shlib-call.exp: Same.
2534 * gdb.base/signals.exp: Same.
2535 * gdb.base/sigstep.exp: Same.
2536 * gdb.base/skip.exp: Same.
2537 * gdb.base/solib-symbol.exp: Same.
2538 * gdb.base/stap-probe.exp: Same.
2539 * gdb.base/step-line.exp: Same.
2540 * gdb.base/step-test.exp: Same.
2541 * gdb.base/style.exp: Same.
2542 * gdb.base/varargs.exp: Same.
2543 * gdb.base/vla-datatypes.exp: Same.
2544 * gdb.base/vla-ptr.exp: Same.
2545 * gdb.base/vla-sideeffect.exp: Same.
2546 * gdb.base/volatile.exp: Same.
2547 * gdb.base/watch-cond-infcall.exp: Same.
2548 * gdb.base/watchpoint.exp: Same.
2549
e96ec2ba
TV
25502019-11-02 Tom de Vries <tdevries@suse.de>
2551
2552 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2553 * gdb.cp/cpexprs.exp: Same.
2554 * gdb.cp/except-multi-location.exp: Same.
2555 * gdb.cp/exceptprint.exp: Same.
2556 * gdb.cp/gdb2384.exp: Same.
2557 * gdb.cp/inherit.exp: Same.
2558 * gdb.cp/m-static.exp: Same.
2559 * gdb.cp/meth-typedefs.exp: Same.
2560 * gdb.cp/misc.exp: Same.
2561 * gdb.cp/namespace.exp: Same.
2562 * gdb.cp/non-trivial-retval.exp: Same.
2563 * gdb.cp/overload.exp: Same.
2564 * gdb.cp/pr17132.exp: Same.
2565 * gdb.cp/re-set-overloaded.exp: Same.
2566 * gdb.cp/rvalue-ref-types.exp: Same.
2567 * gdb.cp/templates.exp: Same.
2568
bd5766ec
LM
25692019-11-01 Luis Machado <luis.machado@linaro.org>
2570
2571 PR gdb/25124
2572
2573 * gdb.arch/pr25124.S: New file.
2574 * gdb.arch/pr25124.exp: New file.
2575
165f8965
AB
25762019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2577
2578 * gdb.fortran/info-modules.exp: Update expected results, and add
2579 additional tests for 'info module functinos', and 'info module
2580 variables'.
2581 * gdb.fortran/info-types.exp: Update expected results.
2582 * gdb.fortran/info-types.f90: Extend testcase with additional
2583 module variables and functions.
2584
59c35742
AB
25852019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2586
2587 * gdb.fortran/info-modules.exp: New file.
2588 * gdb.fortran/info-types.exp: Build with new file.
2589 * gdb.fortran/info-types.f90: Include and use new module.
2590 * gdb.fortran/info-types-2.f90: New file.
2591
f3fb2519
PW
25922019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2593
2594 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2595 * gdb.base/settings.exp: Test all settings types using
2596 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2597 that now verifies that the value of "maint show" is the same as
2598 returned by the settings functions. Test the type of the
2599 maintenance settings.
2600 * gdb.base/default.exp: Update show_conv_list.
2601
d1e36019
TV
26022019-10-31 Tom de Vries <tdevries@suse.de>
2603
2604 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2605 gdb_test.
2606 * gdb.arch/amd64-disp-step.exp: Same.
2607 * gdb.asm/asm-source.exp: Same.
2608 * gdb.btrace/buffer-size.exp: Same.
2609 * gdb.btrace/cpu.exp: Same.
2610 * gdb.btrace/enable.exp: Same.
2611 * gdb.dwarf2/count.exp: Same.
2612 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2613 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2614 * gdb.fortran/vla-datatypes.exp: Same.
2615 * gdb.fortran/vla-history.exp: Same.
2616 * gdb.fortran/vla-ptype.exp: Same.
2617 * gdb.fortran/vla-value.exp: Same.
2618 * gdb.fortran/whatis_type.exp: Same.
2619 * gdb.guile/guile.exp: Same.
2620 * gdb.multi/tids.exp: Same.
2621 * gdb.python/py-finish-breakpoint.exp: Same.
2622 * gdb.python/py-framefilter.exp: Same.
2623 * gdb.python/py-pp-registration.exp: Same.
2624 * gdb.python/py-xmethods.exp: Same.
2625 * gdb.python/python.exp: Same.
2626 * gdb.server/connect-with-no-symbol-file.exp: Same.
2627 * gdb.server/no-thread-db.exp: Same.
2628 * gdb.server/run-without-local-binary.exp: Same.
2629 * gdb.stabs/weird.exp: Same.
2630 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2631 * gdb.threads/thread-find.exp: Same.
2632 * gdb.threads/tls-shared.exp: Same.
2633 * gdb.threads/tls.exp: Same.
2634 * gdb.threads/wp-replication.exp: Same.
2635 * gdb.trace/ax.exp: Same.
2636 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2637
3d11e68e
TV
26382019-10-31 Tom de Vries <tdevries@suse.de>
2639
2640 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2641 * gdb.ada/array_subscript_addr.exp: Same.
2642 * gdb.ada/arrayidx.exp: Same.
2643 * gdb.ada/arrayparam.exp: Same.
2644 * gdb.ada/arrayptr.exp: Same.
2645 * gdb.ada/boolean_expr.exp: Same.
2646 * gdb.ada/call_pn.exp: Same.
2647 * gdb.ada/complete.exp: Same.
2648 * gdb.ada/fixed_cmp.exp: Same.
2649 * gdb.ada/fun_addr.exp: Same.
2650 * gdb.ada/funcall_param.exp: Same.
2651 * gdb.ada/interface.exp: Same.
2652 * gdb.ada/mod_from_name.exp: Same.
2653 * gdb.ada/null_array.exp: Same.
2654 * gdb.ada/packed_array.exp: Same.
2655 * gdb.ada/packed_tagged.exp: Same.
2656 * gdb.ada/print_chars.exp: Same.
2657 * gdb.ada/print_pc.exp: Same.
2658 * gdb.ada/ptype_arith_binop.exp: Same.
2659 * gdb.ada/ptype_field.exp: Same.
2660 * gdb.ada/ptype_tagged_param.exp: Same.
2661 * gdb.ada/rec_return.exp: Same.
2662 * gdb.ada/ref_tick_size.exp: Same.
2663 * gdb.ada/str_ref_cmp.exp: Same.
2664 * gdb.ada/taft_type.exp: Same.
2665 * gdb.ada/tagged.exp: Same.
2666 * gdb.ada/type_coercion.exp: Same.
2667 * gdb.ada/uninitialized_vars.exp: Same.
2668
60b6ede8
TV
26692019-10-30 Tom de Vries <tdevries@suse.de>
2670
2671 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2672
30baf67b
TV
26732019-10-26 Tom de Vries <tdevries@suse.de>
2674
2675 * gdb.base/bigcore.c: Fix typos in comments.
2676 * gdb.base/ctf-ptype.c: Same.
2677 * gdb.base/long_long.c: Same.
2678 * gdb.dwarf2/dw2-op-out-param.S: Same.
2679 * gdb.python/py-evthreads.c: Same.
2680 * gdb.reverse/i387-stack-reverse.c: Same.
2681 * gdb.trace/tfile.c: Same.
2682 * lib/compiler.c: Same.
2683 * lib/compiler.cc: Same.
2684
158da0d1
TV
26852019-10-25 Tom de Vries <tdevries@suse.de>
2686
2687 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2688 gdb_test_multiple calls.
2689 * gdb.reverse/sigall-reverse.exp: Same.
2690 * gdb.reverse/solib-precsave.exp: Same.
2691 * gdb.reverse/solib-reverse.exp: Same.
2692 * gdb.reverse/until-precsave.exp: Same.
2693 * gdb.reverse/until-reverse.exp: Same.
2694
4ccdfbec
TV
26952019-10-24 Tom de Vries <tdevries@suse.de>
2696
2697 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2698 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2699 kfail using -wrap pattern flag and convenience variable
2700 gdb_test_name.
2701
33d569b7
AB
27022019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2703
2704 * gdb.python/py-progspace.exp: Add tests for the
2705 Progspace.block_for_pc method.
2706
4d0b984b
TT
27072019-10-23 Tom Tromey <tom@tromey.com>
2708
2709 * configure: Rebuild.
2710 * aclocal.m4: Use m4_include, not sinclude.
2711
94cb3754
TV
27122019-10-21 Tom de Vries <tdevries@suse.de>
2713
2714 * gdb.base/infcall-nested-structs.c: Add
2715 __attribute__((noinline,noclone)) to all functions.
2716 (call_all): Add missing variable initialization. Simplify return value.
2717 (breakpt): Increment volatile variable, to prevent call from being
2718 optimized out.
2719 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2720
062f1fc1
TV
27212019-10-17 Tom de Vries <tdevries@suse.de>
2722
2723 * gdb.fortran/module.exp: Allow info variables to print info for files
2724 other than module.f90.
2725
0b54364d
AB
27262019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2727
2728 * gdb.fortran/module.exp: Extend with 'info variables' test.
2729
7ff5fae7
AB
27302019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2731
2732 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2733 F77_FOR_TARGET.
2734
d10eccaa
TV
27352019-10-16 Tom de Vries <tdevries@suse.de>
2736
2737 PR tdep/25096
2738 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2739
745ff14e
TV
27402019-10-16 Tom de Vries <tdevries@suse.de>
2741
2742 PR tdep/24104
2743 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2744 Add KFAIL for PR tdep/25096.
2745
03e1ab94
TV
27462019-10-16 Tom de Vries <tdevries@suse.de>
2747
2748 PR testsuite/25059
2749 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2750
b17fcc10
TV
27512019-10-16 Tom de Vries <tdevries@suse.de>
2752
2753 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2754 as signed.
2755
9223170f
SM
27562019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2757
2758 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2759 one instead of increasing timeout.
2760
d6e76313
TV
27612019-10-13 Tom de Vries <tdevries@suse.de>
2762
2763 PR record/25038
2764 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2765 * gdb.reverse/sigall-reverse.exp: Same.
2766 * gdb.reverse/solib-precsave.exp: Same.
2767 * gdb.reverse/solib-reverse.exp: Same.
2768 * gdb.reverse/step-precsave.exp: Same.
2769 * gdb.reverse/until-precsave.exp: Same.
2770 * gdb.reverse/until-reverse.exp: Same.
2771 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2772
6dfc0041
AA
27732019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2774
2775 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2776 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2777 (cmp_struct_05_01, cmp_struct_static_02_01)
2778 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2779 comparisons.
2780
abcf2cc8
TV
27812019-10-10 Tom de Vries <tdevries@suse.de>
2782
2783 PR testsuite/24888
2784 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2785 gnatlink.
2786
a50faaf6
TV
27872019-10-09 Tom de Vries <tdevries@suse.de>
2788
2789 PR testsuite/25048
2790 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2791
60ff3cd7
AB
27922019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2793
2794 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2795 exceptions due to missing debug information.
2796
dfee8566
TV
27972019-10-07 Tom de Vries <tdevries@suse.de>
2798
2799 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2800
3d63690a
AB
28012019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2802
2803 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2804 * gdb.base/annota1.exp: Update to use gdb_test_name.
2805
30d1f018
WP
28062019-10-07 Weimin Pan <weimin.pan@oracle.com>
2807
2808 * gdb.base/ctf-whatis.exp: New file.
2809 * gdb.base/ctf-whatis.c: New file.
2810 * gdb.base/ctf-ptype.exp: New file.
2811 * gdb.base/ctf-ptype.c: New file.
2812 * gdb.base/ctf-constvars.exp: New file.
2813 * gdb.base/ctf-constvars.c: New file.
2814 * gdb.base/ctf-cvexpr.exp: New file.
2815
4dbbb47c
TV
28162019-10-04 Tom de Vries <tdevries@suse.de>
2817
2818 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2819 for loop.
2820
77c2dba3
TT
28212019-10-03 Tom Tromey <tom@tromey.com>
2822
2823 PR rust/24976:
2824 * gdb.rust/simple.rs (Union2): New type.
2825 (main): Use Union2.
2826 * gdb.rust/simple.exp: Add test.
2827
179aed7f
AB
28282019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2829
2830 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2831 nested function prefix.
2832
0a4b0913
AB
28332019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2834 Richard Bunt <richard.bunt@arm.com>
2835 Andrew Burgess <andrew.burgess@embecosm.com>
2836
2837 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2838 nested functions.
2839 * gdb.fortran/nested-funcs.f90: Update expected results.
2840 * gdb.fortran/nested-funcs-2.exp: New file.
2841 * gdb.fortran/nested-funcs-2.f90: New file.
2842
082cce05
AB
28432019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2844
2845 * gdb.python/py-parameter.exp: Make test names unique.
2846 * gdb.python/py-template.exp: Likewise.
2847 * gdb.python/py-value.exp: Likewise.
2848
2b74ba5a
AB
28492019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2850
2851 * gdb.base/break-interp.exp: Reduce test name duplication.
2852 * gdb.base/call-sc.exp: Likewise.
2853 * gdb.base/callfuncs.exp: Likewise.
2854 * gdb.base/charset.exp: Likewise.
2855 * gdb.base/dump.exp: Likewise.
2856 * gdb.base/ena-dis-br.exp: Likewise.
2857 * gdb.base/relational.exp: Likewise.
2858 * gdb.base/step-over-syscall.exp: Likewise.
2859 * gdb.base/structs.exp: Likewise.
2860
58eb20d5
AB
28612019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2862
2863 * gdb.linespec/explicit.exp: Make test names unique.
2864 * gdb.linespec/ls-errs.exp: Likewise.
2865
4d421147
AB
28662019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2867
2868 * gdb.reverse/break-precsave.exp: Make test names unique.
2869 * gdb.reverse/break-reverse.exp: Likewise.
2870 * gdb.reverse/finish-precsave.exp: Likewise.
2871 * gdb.reverse/finish-reverse.exp: Likewise.
2872 * gdb.reverse/machinestate-precsave.exp: Likewise.
2873 * gdb.reverse/machinestate.exp: Likewise.
2874 * gdb.reverse/readv-reverse.exp: Likewise.
2875 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2876 * gdb.reverse/sigall-precsave.exp: Likewise.
2877 * gdb.reverse/sigall-reverse.exp: Likewise.
2878 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2879 * gdb.reverse/watch-precsave.exp: Likewise.
2880 * gdb.reverse/watch-reverse.exp: Likewise.
2881
d8c06f22
AB
28822019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2883
2884 * gdb.threads/stop-with-handle.c: New file.
2885 * gdb.threads/stop-with-handle.exp: New file.
2886
3a56ed86
TV
28872019-10-03 Tom de Vries <tdevries@suse.de>
2888
2889 PR testsuite/25059
2890 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2891 directory" line to be missing.
2892
42275044
TV
28932019-10-03 Tom de Vries <tdevries@suse.de>
2894
2895 PR testsuite/25059
2896 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2897 type optional.
2898
9ef62df0
AA
28992019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2900
2901 * gdb.python/py-format-string.c (string.h): New include.
2902 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2903 the same value, for endianness-independence.
2904 * gdb.python/py-format-string.exp (default_regexp_dict)
2905 (test_pretty_structs, test_format): Adjust expected output to the
2906 changed initialization.
2907
37f6a7f4
TT
29082019-10-02 Tom Tromey <tromey@adacore.com>
2909
2910 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2911
1d58d6a2
PA
29122019-10-02 Pedro Alves <palves@redhat.com>
2913 Andrew Burgess <andrew.burgess@embecosm.com>
2914
2915 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2916 "print-file-var.h".
2917 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2918 (get_version_1): Print this_version_id and its address.
2919 Add extern "C" wrappers around interface functions.
2920 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2921 "print-file-var.h".
2922 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2923 (get_version_2): Print this_version_id and its address.
2924 Add extern "C" wrappers around interface functions.
2925 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2926 <stddef.h> and "print-file-var.h".
2927 Add extern "C" wrappers around interface functions.
2928 [VERSION_ID_MAIN] (this_version_id): Define.
2929 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2930 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2931 up extern "C" blocks.
2932 * gdb.base/print-file-var.exp (test): New, factored out from top
2933 level.
2934 (top level): Test all combinations of attribute hidden or not,
2935 dlopen or not, and this_version_id symbol in main file or not.
2936 Compile tests as both C++ and C, make test names unique.
2937
d770d56f
TT
29382019-10-01 Tom Tromey <tom@tromey.com>
2939
2940 * gdb.base/style.exp: Test "show logging filename".
2941
7f6aba03
TT
29422019-10-01 Tom Tromey <tom@tromey.com>
2943
2944 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2945 * gdb.base/style.exp: Add metadata style test.
2946
14309bb6
TT
29472019-10-01 Tom Tromey <tom@tromey.com>
2948
2949 * gdb.base/style.exp: Test "pwd".
2950
2a3c1174
PA
29512019-10-01 Tom Tromey <tom@tromey.com>
2952
2953 * gdb.base/style.exp: Update tests.
2954
53d666ec
AA
29552019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2956
2957 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2958 'six' to unsigned.
2959 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2960 'five'. Use an all-ones bit pattern for each.
2961 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2962 to its changed values.
2963
4a56a520
TT
29642019-09-30 Tom Tromey <tromey@adacore.com>
2965
2966 * gdb.rust/traits.rs: Disable all warnings.
2967
0df0352a
TV
29682019-09-29 Tom de Vries <tdevries@suse.de>
2969
aac66a4c 2970 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 2971
73d9a918
TV
29722019-09-29 Tom de Vries <tdevries@suse.de>
2973
2974 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2975
060b3ab4
TV
29762019-09-27 Tom de Vries <tdevries@suse.de>
2977
2978 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2979
68f7d34d
TV
29802019-09-27 Tom de Vries <tdevries@suse.de>
2981
2982 PR record/23188
2983 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2984
5d63b30a
TT
29852019-09-26 Tom Tromey <tromey@adacore.com>
2986
2987 * gdb.ada/py_taft.exp: New file.
2988 * gdb.ada/py_taft/main.adb: New file.
2989 * gdb.ada/py_taft/pkg.adb: New file.
2990 * gdb.ada/py_taft/pkg.ads: New file.
2991
3d435220
TV
29922019-09-24 Tom de Vries <tdevries@suse.de>
2993
2994 PR gdb/24598
2995 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2996
77d03678
TV
29972019-09-22 Tom de Vries <tdevries@suse.de>
2998
2999 * gdb.base/restore.exp: Allow register variables to be optimized out at
3000 -O0.
3001
abf516c6
UW
30022019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3003
3004 * gdb.arch/spu-info.exp: Remove file.
3005 * gdb.arch/spu-info.c: Remove file.
3006 * gdb.arch/spu-ls.exp: Remove file.
3007 * gdb.arch/spu-ls.c: Remove file.
3008
3009 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3010 * gdb.asm/spu.inc: Remove file.
3011
3012 * gdb.base/dump.exp: Remove support for spu*-*-*.
3013 * gdb.base/stack-checking.exp: Likewise.
3014 * gdb.base/overlays.exp: Likewise.
3015 * gdb.base/ovlymgr.c: Likewise.
3016 * gdb.base/spu.ld: Remove file.
3017
3018 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3019 * gdb.cp/cpexprs.exp: Likewise.
3020 * gdb.cp/exception.exp: Likewise.
3021 * gdb.cp/gdb2495.exp: Likewise.
3022 * gdb.cp/mb-templates.exp: Likewise.
3023 * gdb.cp/pr9167.exp: Likewise.
3024 * gdb.cp/userdef.exp: Likewise.
3025
3026 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3027
3028 * gdb.cell: Remove directory.
3029 * lib/cell.exp: Remove file.
3030
e452e88f
TV
30312019-09-19 Tom de Vries <tdevries@suse.de>
3032
3033 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3034
8a625130
TV
30352019-09-19 Tom de Vries <tdevries@suse.de>
3036
3037 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3038
81dc3ab5
TV
30392019-09-19 Tom de Vries <tdevries@suse.de>
3040
3041 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3042 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3043 (gdb_target_cmd): ... here.
3044 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3045 value 2.
3046
b078f3ac
AB
30472019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3048
3049 * gdb.base/source-dir.exp: Avoid having directory names in test
3050 names.
3051
f1b620e9
MG
30522019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3053
3054 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3055 directory.
3056
67f3ed6a
AB
30572019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3058
3059 * gdb.base/list-missing-source.exp: New file.
3060
d1b70248
TV
30612019-09-14 Tom de Vries <tdevries@suse.de>
3062
3063 PR teststuite/24599
3064 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3065 * lib/ada.exp (gnatmake_version_at_least): New proc.
3066
5fabdcd6
AB
30672019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3068
3069 * gdb.base/maint.exp: Use exec_has_index_section.
3070
aa17805f
AB
30712019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3072
3073 * gdb.base/maint.exp: Add test for 'maint info sections'.
3074
25e5c209
TV
30752019-09-12 Tom de Vries <tdevries@suse.de>
3076
3077 * gdb.base/store.exp: Allow register variables to be optimized out at
3078 -O0.
3079
4993045d
PW
30802019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3081
3082 * gdb.ada/rdv_wait.exp: Update to new task names.
3083 * gdb.base/task_switch_in_core.exp: Likewise.
3084 * gdb.base/info_sources_base.c: Likewise.
3085
8a516164
TT
30862019-09-10 Tom Tromey <tromey@adacore.com>
3087
3088 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3089
aa391654
TT
30902019-09-10 Tom Tromey <tromey@adacore.com>
3091
3092 * gdb.ada/dgopt.exp: New file.
3093 * gdb.ada/dgopt/x.adb: New file.
3094
8634b462
TT
30952019-09-08 Tom Tromey <tom@tromey.com>
3096
3097 * gdb.tui/resize.exp: Remove setup_xfail.
3098 * gdb.tui/regs.exp: Remove setup_xfail.
3099 * gdb.tui/basic.exp: Remove setup_xfail.
3100
736b0f76
DB
31012019-09-06 David Blaikie <dblaikie@gmail.com>
3102
3103 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3104 * gdb.cp/cplabel.exp: Ditto.
3105 * gdb.linespec/ls-errs.exp: Ditto.
3106
30331a6c
TV
31072019-09-05 Tom de Vries <tdevries@suse.de>
3108
3109 * lib/gdb.exp (cmp_file_string): New proc.
3110 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3111 runto_main. Verify save breakpoints output.
3112
98b0ebab
PW
31132019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3114
3115 * gdb.base/info-var.exp: Test info variables without running
3116 to main, to avoid expect's buffer overflow.
3117
4e962e74
TT
31182019-09-03 Tom Tromey <tromey@adacore.com>
3119
3120 * gdb.ada/bias.exp: New file.
3121 * gdb.ada/bias/bias.adb: New file.
3122 * gdb.ada/print_chars.exp: Add regression test.
3123 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3124 (MC): New variable.
3125
2ea1a07a
SL
31262019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3127
3128 * gdb.base/argv0-symlink.exp: Run only on native target
3129 and local host.
3130
8077c50d
TV
31312019-08-29 Tom de Vries <tdevries@suse.de>
3132
3133 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3134 diverse debug info.
3135 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3136
48352473
TV
31372019-08-28 Tom de Vries <tdevries@suse.de>
3138
3139 * gdb.base/info-var.exp: Allow info variables to print info for files
3140 other than info-var-f1.c and info-var-f2.c.
3141
d8f27c60
AB
31422019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3143
3144 * gdb.fortran/info-types.exp: Add module.
3145 * gdb.fortran/info-types.f90: Update expected results.
3146
1f20c35e
AB
31472019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3148
3149 * gdb.fortran/info-types.exp: New file.
3150 * gdb.fortran/info-types.f90: New file.
3151 * lib/fortran.exp (fortran_character1): New proc.
3152
4acfdd20
AB
31532019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3154
3155 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3156 functions'. Reindent as needed.
3157 * gdb.base/info-var-f1.c: New file.
3158 * gdb.base/info-var-f2.c: New file.
3159 * gdb.base/info-var.exp: New file.
3160 * gdb.base/info-var.h: New file.
3161
5c31b358
TV
31622019-08-26 Tom de Vries <tdevries@suse.de>
3163
3164 PR c++/24852
3165 * gdb.cp/no-libstdcxx-probe.exp: New test.
3166
b694989f
TV
31672019-08-26 Tom de Vries <tdevries@suse.de>
3168
3169 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3170 * tests need to be skipped.
3171 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3172 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3173 mi_skip_libstdcxx_probe_tests.
3174
d9c4ba53
SDJ
31752019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3176
3177 * gdb.python/py-xmethods.exp: Use raw strings when passing
3178 arguments to SimpleXMethodMatcher.
3179
395fad09
TV
31802019-08-22 Tom de Vries <tdevries@suse.de>
3181
3182 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3183 more informative.
3184
26c957f1
PA
31852019-08-21 Pedro Alves <palves@redhat.com>
3186
3187 * gdb.base/with.exp: Test "with" with no arguments.
3188
61f80d5d
TV
31892019-08-21 Tom de Vries <tdevries@suse.de>
3190
3191 * gdb.base/gdb-caching-proc.exp: Sort files.
3192
d7a11d13
TV
31932019-08-20 Tom de Vries <tdevries@suse.de>
3194
3195 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3196 compilation.
3197
34dafe9f
TV
31982019-08-16 Tom de Vries <tdevries@suse.de>
3199
3200 * gdb.base/compare-sections.exp ("after run to main"): Allow
3201 mismatched read-only sections for PIE executables.
3202
398fdd60
TT
32032019-08-16 Tom Tromey <tom@tromey.com>
3204
3205 * lib/tuiterm.exp (_csi_Z): New proc.
3206 * gdb.tui/basic.exp: Update window positions.
3207 * gdb.tui/empty.exp: Update window positions.
3208
d8f9e51c
SL
32092019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3210
3211 * gdb.base/examine-backward.exp: Correct regexp for
3212 "examine 3 bytes backward from ${address_zero}".
3213
3df505f6
TT
32142019-08-15 Tom Tromey <tom@tromey.com>
3215
3216 * gdb.tui/empty.exp: Enable resizing tests.
3217
272560b5
TT
32182019-08-15 Tom Tromey <tromey@adacore.com>
3219
3220 * gdb.ada/char_enum.exp: Add regression tests.
3221 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3222 and '0'.
3223 (Char, Gchar): Update.
3224 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3225
08235187
CB
32262019-08-15 Christian Biesinger <cbiesinger@google.com>
3227
3228 * gdb.python/python.exp: Expect a leading underscore on
3229 GdbOutput{,Error}File.
3230
22a2ab04
SL
32312019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3232
3233 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3234 Windows host.
3235
835b995b
SL
32362019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3237
3238 * gdb.base/batch-preserve-term-settings.exp
3239 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3240
97dd8e07
CB
32412019-08-15 Christian Biesinger <cbiesinger@google.com>
3242
3243 * lib/gdb.exp: When running on a mingw target, replace
3244 /x/ with x:/.
3245
75faf5c4
AH
32462019-08-14 Alan Hayward <alan.hayward@arm.com>
3247
3248 * gdb.arch/aarch64-prologue.c: New test.
3249 * gdb.arch/aarch64-prologue.exp: New file.
3250
abc6c00f
TV
32512019-08-13 Tom de Vries <tdevries@suse.de>
3252
3253 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3254 Thread.
3255
74c2c1f4
SL
32562019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3257
3258 * gdb.python/py-completion.exp: Download the .py file to the host
3259 and use its host pathname. Conditionalize tests that use
3260 tab completion and manipulate files on the build machine.
3261 * gdb.python/py-events.exp: Download the .py file to the host
3262 and use its host pathname.
3263 * gdb.python/py-evsignal.exp: Likewise.
3264 * gdb.python/py-evthreads.exp: Likewise.
3265 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3266 pathname syntax.
3267 * gdb.python/py-framefilter.exp: Download the .py file to the right
3268 place on the host. Match Windows pathname syntax.
3269 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3270 .py file to the host and use its host pathname.
3271 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3272 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3273 build pathname. Skip symlink test on Windows host. Add missing
3274 newline at end of file.
3275 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3276 and use its host pathname.
3277 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3278 * gdb.python/py-section-script.exp: Use host location of binfile
3279 on safe-path. Use correct path separator on Windows host.
3280 Reorder alternatives in gdb_test_multiple to prevent matching
3281 the wrong alternative on success.
3282 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3283
ca2589f3
PP
32842019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3285
3286 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3287 expect the GDB inferior to no longer immediately stop after
3288 being resumed with "signal SIGINT".
3289
020a839d
SL
32902019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3291
3292 * gdb.linespec/break-ask.exp: Generalize regexps to match
3293 Windows pathnames too.
3294
128d6509
TV
32952019-08-08 Tom de Vries <tdevries@suse.de>
3296
3297 PR testsuite/24862
3298 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3299
590042fc
PW
33002019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3301
3302 * gdb.base/style.exp: Update tests for help doc new invariants.
3303 * gdb.base/help.exp: Likewise.
3304
046bebe1
TT
33052019-08-06 Tom Tromey <tom@tromey.com>
3306
3307 * gdb.base/style.exp: Add disassemble test.
3308 * gdb.base/style.c (some_called_function): New function.
3309 (main): Use it.
3310
0b27c27d
CB
33112019-08-05 Christian Biesinger <cbiesinger@google.com>
3312
3313 * gdb.python/py-block.exp: Test dictionary access on blocks.
3314
580f1034
SM
33152019-08-05 Simon Marchi <simon.marchi@efficios.com>
3316
3317 PR gdb/24863
3318 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3319 -list-thread-groups --available test when running under
3320 check-read1.
3321
d86bd7cb
TV
33222019-08-05 Tom de Vries <tdevries@suse.de>
3323
3324 PR testsuite/24863
3325 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3326 * gdb.base/help.exp: Use with_read1_timeout_factor.
3327 * gdb.base/info-macros.exp: Same.
3328 * gdb.cp/nested-types.exp: Same.
3329
a80cf5d8
TV
33302019-08-05 Tom de Vries <tdevries@suse.de>
3331
3332 * lib/gdb.exp (version_at_least): Factor out of ...
3333 (tcl_version_at_least): ... here.
3334 (gdb_compile): Fail if pie results in non-PIE executable.
3335 (readelf_version, readelf_prints_pie): New proc.
3336 (exec_is_pie): Return -1 if unknown.
3337
d0962838
TV
33382019-08-05 Tom de Vries <tdevries@suse.de>
3339
3340 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3341
2252ff3d
SL
33422019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3343
3344 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3345
26655f53
SL
33462019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3347
3348 * lib/completion-support.exp (test_gdb_complete_none): Skip
3349 tab completion tests if no readline support.
3350 (test_gdb_complete_unique_re): Likewise.
3351 (test_gdb_complete_multiple): Likewise.
3352
db4dc13e
PW
33532019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3354
3355 * gdb.base/info_sources.exp: New file.
3356 * gdb.base/info_sources.c: New file.
3357 * gdb.base/info_sources_base.c: New file.
3358
0eba165a
PFC
33592019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3360
3361 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3362 prefix argument.
3363 (test_exit_status): Add prefix argument.
3364
59bd512b
TV
33652019-08-01 Tom de Vries <tdevries@suse.de>
3366
3367 PR testsuite/24863
3368 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3369 calling exp_continue for new thread and thread exited messages.
3370
2a3ad588
TV
33712019-08-01 Tom de Vries <tdevries@suse.de>
3372
3373 PR testsuite/24863
3374 * gdb.base/structs.exp: Fix check-read1 timeout using
3375 gdb_test_sequence.
3376 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3377
117eb594
TV
33782019-08-01 Tom de Vries <tdevries@suse.de>
3379
3380 PR testsuite/24863
3381 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3382 line.
3383
ed591340
TV
33842019-08-01 Tom de Vries <tdevries@suse.de>
3385
3386 PR testsuite/24863
3387 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3388
aa3b6533
TT
33892019-07-30 Tom Tromey <tromey@adacore.com>
3390
3391 * gdb.ada/display_nested.exp: New file.
3392 * gdb.ada/display_nested/foo.adb: New file.
3393 * gdb.ada/display_nested/pack.adb: New file.
3394 * gdb.ada/display_nested/pack.ads: New file.
3395
2906593f
CB
33962019-07-30 Christian Biesinger <cbiesinger@google.com>
3397
3398 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3399 namespace.
3400 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3401
0f575925
TV
34022019-07-30 Tom de Vries <tdevries@suse.de>
3403
3404 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3405 instead.
3406
b13057d9
TV
34072019-07-30 Tom de Vries <tdevries@suse.de>
3408
3409 PR testsuite/24834
3410 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3411 (exec_is_pie): New proc.
3412
5c4dde85
CB
34132019-07-29 Christian Biesinger <cbiesinger@google.com>
3414
3415 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3416
c620ed88
CB
34172019-07-29 Christian Biesinger <cbiesinger@google.com>
3418
3419 * gdb.python/py-objfile.c: Add global and static vars.
3420 * gdb.python/py-objfile.exp: Test new functions Objfile.
3421 lookup_global_symbol and lookup_static_symbol.
3422
3d235706
TT
34232019-07-29 Tom Tromey <tom@tromey.com>
3424
3425 * lib/tuiterm.exp (Term::_csi_@): New proc.
3426 (Term::_csi_X): Don't move cursor.
3427
c7e4c0a6
PW
34282019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3429
3430 * gdb.base/options.exp: Update backtrace - completion to
3431 new option -frame-info.
3432 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3433 Test new 'set print frame-info'. Test backtrace -frame-info
3434 overriding 'set print frame-info'.
3435 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3436 Test new 'set print frame-info'.
3437 Verify consistency of backtrace with and without filters, with and
3438 without -no-filters.
3439 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3440 default.
3441
de28a3b7
TV
34422019-07-29 Tom de Vries <tdevries@suse.de>
3443
3444 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3445 no arguments".
3446
507dd60e
TV
34472019-07-29 Tom de Vries <tdevries@suse.de>
3448
3449 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3450 is a substring of the first for "complete non-unique file name".
3451
5beafce9
TV
34522019-07-29 Tom de Vries <tdevries@suse.de>
3453
3454 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3455 with ".*".
3456
2d274232
TV
34572019-07-29 Tom de Vries <tdevries@suse.de>
3458
3459 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3460 Pass prompt_regexp parameter to gdb_test_multiple calls.
3461
9197cd8b
TV
34622019-07-29 Tom de Vries <tdevries@suse.de>
3463
3464 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3465 print registers" regexps.
9197cd8b 3466
b528dae0
TV
34672019-07-29 Tom de Vries <tdevries@suse.de>
3468
3469 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3470
d17725d7
TV
34712019-07-29 Tom de Vries <tdevries@suse.de>
3472
3473 PR gdb/24855
3474 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3475 (skip_python_tests_prompt): Add prompt_regexp argument to
3476 gdb_test_multiple calls.
3477
52b75bf1
TT
34782019-07-27 Tom Tromey <tom@tromey.com>
3479
3480 * gdb.tui/main.exp: New file.
3481
2b1d00c2
TT
34822019-07-27 Tom Tromey <tom@tromey.com>
3483
3484 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3485 optional.
3486 * gdb.tui/empty.exp: New file.
3487
ded631d5
TT
34882019-07-27 Tom Tromey <tom@tromey.com>
3489
3490 * lib/tuiterm.exp (spawn): New proc.
3491 (Term::resize): New proc.
3492 * gdb.tui/resize.exp: New file.
3493
58ac439d
TT
34942019-07-27 Tom Tromey <tom@tromey.com>
3495
3496 * gdb.tui/list.exp: New file.
3497
fe1f56ee
TT
34982019-07-27 Tom Tromey <tom@tromey.com>
3499
3500 * gdb.tui/regs.exp: New file.
3501
f790b310
TT
35022019-07-27 Tom Tromey <tom@tromey.com>
3503
3504 * gdb.tui/basic.exp: Add "layout split" test.
3505
d95fc6ee
TT
35062019-07-27 Tom Tromey <tom@tromey.com>
3507
3508 * gdb.tui/basic.exp: Add "layout asm" test.
3509
c3786b3a
TT
35102019-07-27 Tom Tromey <tom@tromey.com>
3511
3512 * lib/tuiterm.exp: New file.
3513 * gdb.tui/basic.exp: New file.
3514
98a617f8
KB
35152019-07-27 Kevin Buettner <kevinb@redhat.com>
3516
3517 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3518 Enable tests associated with this flag. Adjust regex
3519 referencing "foo_low" to now refer to "foo_cold" instead.
3520
5c076da4
KB
35212019-07-27 Kevin Buettner <kevinb@redhat.com>
3522
3523 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3524 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3525 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3526 foo_cold. Revise comments to match.
3527 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3528 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3529 were wrapped into this proc; Call do_test in loop from outermost
3530 level.
3531 (foo_low): Rename all occurrences to "foo_cold".
3532 (backtrace from baz): New test.
3533 (x2/i foo_cold): New test.
3534 (info line *foo_cold): New test.
3535
1512d3b7
TV
35362019-07-26 Tom de Vries <tdevries@suse.de>
3537
3538 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3539
297989a1
TV
35402019-07-25 Tom de Vries <tdevries@suse.de>
3541
3542 PR testsuite/24830
3543 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3544 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3545 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3546 (skip_libstdcxx_probe_tests): ... here.
3547 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3548
b3b965fb
TV
35492019-07-24 Tom de Vries <tdevries@suse.de>
3550
3551 PR testsuite/24807
3552 * gdb.objc/basicclass.m: Include stdio.h.
3553 * gdb.objc/nondebug.m: Same.
3554 * gdb.objc/objcdecode.m: Same.
3555
4625b4d0
TV
35562019-07-24 Tom de Vries <tdevries@suse.de>
3557
3558 PR testsuite/24612
3559 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3560 additional_flags.
3561
024a5840
TV
35622019-07-24 Tom de Vries <tdevries@suse.de>
3563
3564 PR testsuite/24831
3565 * gdb.multi/tids.exp: Update error messages for info threads.
3566
c76ddaa3
TV
35672019-07-24 Tom de Vries <tdevries@suse.de>
3568
3569 * gdb.base/info-types.exp: Allow info types to print info for more than
3570 one file.
3571
9a618ef6
TV
35722019-07-23 Tom de Vries <tdevries@suse.de>
3573
3574 PR testsuite/24842
3575 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3576 gdb_spawn_with_cmdline_opts.
3577
40eadf04
SP
35782019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3579
3580 * gdb.arch/arm-cmse-sgstubs.c: New test.
3581 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3582
5ba29434
TV
35832019-07-23 Tom de Vries <tdevries@suse.de>
3584
3585 PR testsuite/24711
3586 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3587 issuing next command.
3588
a8e9d247
AB
35892019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3590
3591 * gdb.ada/info_auto_lang.exp: Update expected results.
3592 * gdb.base/info-types.c: Add additional types to check.
3593 * gdb.base/info-types.exp: Update expected results.
3594
eb86c5e2
AB
35952019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3596
3597 * gdb.base/info-types.c: New file.
3598 * gdb.base/info-types.exp: New file.
3599
01e175fe
AB
36002019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3601
3602 * gdb.arch/riscv-bp-infcall.c: New file.
3603 * gdb.arch/riscv-bp-infcall.exp: New file.
3604
6b78c3f8
AB
36052019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3606
3607 PR breakpoints/24541
3608 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3609
da738167
TV
36102019-07-14 Tom de Vries <tdevries@suse.de>
3611
3612 PR testsuite/24760
3613 * gdb.objc/basicclass.exp: Fix unterminated string.
3614
0d4e84ed
AB
36152019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3616 Andrew Burgess <andrew.burgess@embecosm.com>
3617
3618 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3619 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3620 negative bounds.
3621 * gdb.fortran/vla-value.exp: Print elements of an array with
3622 negative bounds.
3623 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3624 testing.
3625
021d8588
AB
36262019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3627
3628 * gdb.base/options.exp (expect_string): Dequote strings in
3629 results.
3630 (test-string): Test strings with different quoting and reindent.
3631
f06f1252
TT
36322019-07-10 Tom Tromey <tromey@adacore.com>
3633
3634 * gdb.ada/mi_ex_cond.exp: Update expected results.
3635 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3636 * gdb.ada/mi_catch_ex.exp: Update expected results.
3637 * gdb.ada/mi_catch_assert.exp: Update expected results.
3638 * gdb.ada/catch_ex.exp (catch_exception_info)
3639 (catch_exception_entry, catch_assert_entry)
3640 (catch_unhandled_entry): Update.
3641 * gdb.ada/catch_assert_if.exp: Update expected results.
3642
b863685d
RB
36432019-07-10 Richard Bunt <richard.bunt@arm.com>
3644 Stephen Roberts <stephen.roberts@arm.com>
3645
3646 * gdb.base/define.exp: Restore original prompt.
3647
cb1e4e32
PA
36482019-07-09 Pedro Alves <palves@redhat.com>
3649
3650 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3651 breakpoints" output.
3652 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3653 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3654 throw" creates breakpoint.
3655 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3656 'type="catchpoint"'.
3657
b58a68fe
PA
36582019-07-09 Pedro Alves <palves@redhat.com>
3659
3660 PR c++/15468
3661 * gdb.cp/except-multi-location-lib.cc: New.
3662 * gdb.cp/except-multi-location-main.cc: New.
3663 * gdb.cp/except-multi-location.exp: New.
3664
0826779b
PW
36652019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3666
3667 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3668 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3669 argument and update callers.
3670
5b0e2db4
AB
36712019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3672
3673 * gdb.arch/amd64-break-on-asm-line.S: New file.
3674 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3675
1f6f6e21
PW
36762019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3677
3678 * gdb.base/printcmds.exp: Test printing C string and
3679 C wide string convenience vars without transiting via the inferior.
3680 Also make test names unique.
3681
ea142fbf
AH
36822019-07-08 Alan Hayward <alan.hayward@arm.com>
3683
5862c886 3684 PR breakpoints/25011
ea142fbf
AH
3685 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3686
213fd9fa
PA
36872019-07-04 Pedro Alves <palves@redhat.com>
3688
3689 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3690 body returned ok(0), break(3) or continue(4).
3691 * gdb.testsuite/foreach_with_prefix.exp: New file.
3692
2b40fda7
AH
36932019-07-04 Alan Hayward <alan.hayward@arm.com>
3694
3695 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3696
a26c8de0
PA
36972019-07-03 Pedro Alves <palves@redhat.com>
3698
3699 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3700 "return -code".
3701
5f4ba3e7
PA
37022019-07-03 Pedro Alves <palves@redhat.com>
3703
3704 PR cli/24732
3705 * gdb.base/shell.exp: Load completion-support.exp.
3706 Adjust expected error output. Add completion tests.
3707
a994424f
PA
37082019-07-03 Pedro Alves <palves@redhat.com>
3709
3710 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3711 string_to_regexp.
3712
3d9be6f5
PA
37132019-07-03 Pedro Alves <palves@redhat.com>
3714
3715 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3716 (expect_integer): Adjust to expect "-string".
3717 (expect_string): New.
3718 (all_options): Expect "-string".
3719 (test-flag, test-boolean): Adjust to expect "-string".
3720 (test-string): New proc.
3721 (top level): Call it.
3722
41fc454c
PA
37232019-07-03 Pedro Alves <palves@redhat.com>
3724
3725 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3726 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3727 the expected output in the success.
3728
b2b2a215
PA
37292019-07-03 Pedro Alves <palves@redhat.com>
3730
3731 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3732 Split one gdb_test_multiple call in two to avoid a race.
3733
fdbc9870
PA
37342019-07-03 Pedro Alves <palves@redhat.com>
3735
3736 * gdb.base/with.c: New file.
3737 * gdb.base/with.exp: New file.
3738
c6ac8931
PA
37392019-07-03 Pedro Alves <palves@redhat.com>
3740
3741 * gdb.base/settings.exp: Replace all references to "maint
3742 test-settings set" with references to "maint set test-settings",
3743 and all references to "maint test-settings show" with references
3744 to "maint show test-settings".
3745
970f9d09
PA
37462019-07-03 Pedro Alves <palves@redhat.com>
3747
3748 * gdb.base/settings.exp (test-string): Adjust expected out when
3749 testing "maint test-settings show filename"
3750
54d66006
PA
37512019-07-02 Pedro Alves <palves@redhat.com>
3752
3753 * gdb.base/options.exp (test-info-threads): New procedure.
3754 (top level): Call it.
3755
10d06d82
TT
37562019-06-28 Tom Tromey <tromey@adacore.com>
3757
3758 * gdb.dwarf2/ada-linkage-name.c: New file.
3759 * gdb.dwarf2/ada-linkage-name.exp: New file.
3760
3d507ff2
TT
37612019-06-27 Tom Tromey <tromey@adacore.com>
3762
d039f014 3763 PR c++/20020:
3d507ff2
TT
3764 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3765
8af58ffe
TV
37662019-06-26 Tom de Vries <tdevries@suse.de>
3767
3768 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3769
22e21752
TV
37702019-06-26 Tom de Vries <tdevries@suse.de>
3771
3772 * gdb.base/index-cache.exp: Add back missing debug option.
3773
b65b566c
PW
37742019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3775
3776 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3777
5c2c8c69
TV
37782019-06-25 Tom de Vries <tdevries@suse.de>
3779
3780 PR testsuite/24727
3781 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3782
164e3873
TV
37832019-06-24 Tom de Vries <tdevries@suse.de>
3784
3785 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3786
824eacee
TV
37872019-06-24 Tom de Vries <tdevries@suse.de>
3788
3789 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3790 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3791 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3792
385b97d3
TV
37932019-06-24 Tom de Vries <tdevries@suse.de>
3794
3795 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3796
c596f180
TV
37972019-06-21 Tom de Vries <tdevries@suse.de>
3798
3799 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3800
b13a7d03
TV
38012019-06-21 Tom de Vries <tdevries@suse.de>
3802
3803 PR testsuite/24518
3804 PR ada/24713
3805 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3806 index.
3807
899277ae
TT
38082019-06-19 Tom Tromey <tromey@adacore.com>
3809
3810 * gdb.ada/length_cond.exp: Add intro comment.
3811
680e1bee
TT
38122019-06-19 Tom Tromey <tromey@adacore.com>
3813
3814 * gdb.ada/length_cond.exp: New file.
3815 * gdb.ada/length_cond/length_cond.adb: New file.
3816 * gdb.ada/length_cond/pck.adb: New file.
3817 * gdb.ada/length_cond/pck.ads: New file.
3818
0ed4690a
TV
38192019-06-18 Tom de Vries <tdevries@suse.de>
3820
3821 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3822
d20ed5fd
TT
38232019-06-18 Tom Tromey <tromey@adacore.com>
3824
3825 * gdb.base/list0.h: Add comment explaining control character.
3826
86e04673
TV
38272019-06-18 Tom de Vries <tdevries@suse.de>
3828
3829 * boards/fission.exp: Break up long debug_flags line.
3830
c4973306
SM
38312019-06-16 Tom de Vries <tdevries@suse.de>
3832
3833 PR gdb/24445
3834 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3835 generated index.
3836
93cb9841
AB
38372019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3838
3839 PR gdb/24686
3840 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3841 improve detection of bug gdb/24541.
3842
399aaebd
SM
38432019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3844
3845 PR gdb/24669
3846 * gdb.base/index-cache.exp (uses_readnow,
3847 expecting_index_cache_use): Define global variable.
3848 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3849 expecting_index_cache_use.
3850
584a927c
AB
38512019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3852 Andrew Burgess <andrew.burgess@embecosm.com>
3853
3854 * gdb.fortran/pointers.f90: New file.
3855 * gdb.fortran/print_type.exp: New file.
3856 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3857 * gdb.fortran/vla-type.exp: Likewise.
3858 * gdb.fortran/vla-value.exp: Likewise.
3859 * gdb.mi/mi-vla-fortran.exp: Likewise.
3860
30056ea0
AB
38612019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3862
3863 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3864 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3865 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3866 as a stop reason.
3867
ec8e2b6d
AB
38682019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3869
3870 * gdb.base/annota1.exp: Update expected results.
3871 * gdb.cp/annota2.exp: Likewise.
3872 * gdb.cp/annota3.exp: Likewise.
3873
09e4c4e1
AB
38742019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3875
3876 * gdb.base/style-logging.exp: Remove path from test name.
3877
0735b091
TT
38782019-06-14 Tom Tromey <tromey@adacore.com>
3879
3880 PR gdb/24502:
3881 * gdb.base/style-logging.exp: New file.
3882
f5686554
TT
38832019-06-14 Tom Tromey <tromey@adacore.com>
3884
3885 * gdb.base/symfile-warn.exp: New file.
3886 * gdb.base/symfile-warn.c: New file.
3887
a0c1ffed
TT
38882019-06-14 Tom Tromey <tromey@adacore.com>
3889
3890 * gdb.base/annotate-symlink.exp: New file.
3891
f411722c
TT
38922019-06-14 Tom Tromey <tromey@adacore.com>
3893
3894 * gdb.ada/set_wstr.exp: Add reassignment test.
3895
4268ec18
TT
38962019-06-14 Tom Tromey <tromey@adacore.com>
3897
3898 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3899 'unchecked_access and 'unrestricted_access as well.
3900
9a9e394b
TT
39012019-06-14 Tom Tromey <tromey@adacore.com>
3902
3903 PR ada/24539:
3904 * gdb.ada/vla.exp: Update tests.
3905 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3906 pragma.
3907
4c048731
PA
39082019-06-13 Pedro Alves <palves@redhat.com>
3909
3910 * gdb.base/settings.exp (test-integer): Test junk after
3911 "unlimited".
3912
6665660a
PA
39132019-06-13 Pedro Alves <palves@redhat.com>
3914
3915 * gdb.base/options.exp (test-thread-apply): New.
3916 (top level): Call it.
3917
5d707134
PA
39182019-06-13 Pedro Alves <palves@redhat.com>
3919
3920 * gdb.base/options.exp (test-frame-apply): New.
3921 (top level): Test print commands with different "frame apply"
3922 prefixes.
3923
e2a689da
PA
39242019-06-13 Pedro Alves <palves@redhat.com>
3925
e79be6e5 3926 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
3927 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3928 'max_completions' parameter and handle it.
3929 (test_gdb_completion_offers_commands): New.
3930
90a1ef87
PA
39312019-06-13 Pedro Alves <palves@redhat.com>
3932
3933 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3934
d4c16835
PA
39352019-06-13 Pedro Alves <palves@redhat.com>
3936
3937 * gdb.base/options.exp (test-backtrace): New.
3938 (top level): Call it.
3939
2daf894e
PA
39402019-06-13 Pedro Alves <palves@redhat.com>
3941
3942 * gdb.guile/scm-frame-args.exp: Use "set print
3943 raw-frame-arguments" instead of "set print raw frame-arguments".
3944 * gdb.python/py-frame-args.exp: Likewise.
3945
e6ed716c
PA
39462019-06-13 Pedro Alves <palves@redhat.com>
3947
3948 * gdb.compile/compile.exp: Adjust expected output to option
3949 processing changes.
3950
7d8062de
PA
39512019-06-13 Pedro Alves <palves@redhat.com>
3952
3953 * gdb.base/options.exp: Build executable.
3954 (test-print): New procedure.
3955 (top level): Call it, once for "print" and another for "compile
3956 print".
3957
9d0faba9
PA
39582019-06-13 Pedro Alves <palves@redhat.com>
3959
3960 * gdb.base/options.c: New file.
3961 * gdb.base/options.exp: New file.
3962
dee7b4c8
PA
39632019-06-13 Pedro Alves <palves@redhat.com>
3964
3965 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3966 that "o" is ambiguous.
3967
dca0f6c0
PA
39682019-06-13 Pedro Alves <palves@redhat.com>
3969
3970 * gdb.base/settings.c: New file.
3971 * gdb.base/settings.exp: New file.
3972
ccf46844
PA
39732019-06-13 Pedro Alves <palves@redhat.com>
3974
3975 * gdb.base/completion.exp: Fix comment typo.
3976
b9a3f842
PA
39772019-06-13 Pedro Alves <palves@redhat.com>
3978
3979 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3980 foo --1" test.
3981
d106773e
PA
39822019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3983
3984 * gdb.fortran/block-data.f: New.
3985 * gdb.fortran/block-data.exp: New.
3986
fea82da0
TV
39872019-06-11 Tom de Vries <tdevries@suse.de>
3988
3989 PR testsuite/24521
3990 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3991 message.
3992
8c2e74f1
TV
39932019-06-11 Tom de Vries <tdevries@suse.de>
3994
3995 PR testsuite/24521
3996 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3997
b49851c8
TV
39982019-06-11 Tom de Vries <tdevries@suse.de>
3999
4000 * boards/readnow.exp: New file.
4001
a7067863
AB
40022019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4003
4004 * gdb.fortran/vla-sizeof.exp: Update expected results.
4005
1a3da2cd
AB
40062019-06-06 Amos Bird <amosbird@gmail.com>
4007
4008 * gdb.base/annota1.exp (thread_switch): Add test for
4009 thread-exited annotation.
4010
3847a7bf
TT
40112019-06-06 Tom Tromey <tromey@adacore.com>
4012
4013 * gdb.base/maint.exp: Expect command started/finished output.
4014
0088ba59
AB
40152019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4016
4017 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4018 comment.
4019 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4020
312617a3
AB
40212019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4022
4023 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4024 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4025 * gdb.arch/riscv-unwind-long-insn.c: New file.
4026 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4027
e1f2e1a2
CB
40282019-06-04 Christian Biesinger <cbiesinger@google.com>
4029
d3238f7d 4030 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4031
206584bd
PW
40322019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4033
4034 * lib/gdb.exp (help_list_trailer): New regexp variable
4035 factorizing the help trailer message.
4036 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4037 arg to allow to better factorize various tests.
4038 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4039 (test_prefix_command_help): Use help_list_trailer.
4040 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4041 * gdb.guile/scm-cmd.exp: Likewise.
4042 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4043 * gdb.base/help.exp: Use test_user_defined_class_help.
4044 * gdb.base/style.exp: Add tests for styling of help and apropos.
4045 * lib/gdb-utils.exp (style): Add title and highlight styles.
4046
708dc93e
PW
40472019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4048
4049 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4050 $_shell_exitsignal.
4051 * gdb.base/default.exp: Update for new convenience variables.
4052
f49055a5
TT
40532019-05-29 Tom Tromey <tromey@adacore.com>
4054
4055 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4056 to "break complete ada" test case's regexp.
4057
4330d61d
TT
40582019-05-29 Tom Tromey <tromey@adacore.com>
4059
4060 PR c++/20020:
4061 * gdb.cp/constexpr-field.exp: New file.
4062 * gdb.cp/constexpr-field.cc: New file.
4063
000439d5
TT
40642019-05-29 Tom Tromey <tromey@adacore.com>
4065
4066 * gdb.base/finish.exp (finish_no_print): New proc.
4067 (finish_tests): Call it.
4068
5a01c34c
TV
40692019-05-24 Tom de Vries <tdevries@suse.de>
4070
4071 * gdb.dwarf2/gdb-add-index.exp: New file.
4072
18125b16
TT
40732019-05-22 Tom Tromey <tromey@adacore.com>
4074
4075 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4076 * gdb.base/style.exp: Use "style".
4077 * lib/gdb-utils.exp (style): New proc.
4078
af1a8d03
TV
40792019-05-22 Tom de Vries <tdevries@suse.de>
4080
4081 * gdb.base/align.exp: Require c++11.
4082
e7fe496b
TV
40832019-05-22 Tom de Vries <tdevries@suse.de>
4084
4085 PR testsuite/24586
4086 * gdb.python/py-mi-var-info-path-expression.exp: Call
4087 mi_skip_python_tests to check if python is supported.
4088
8fca4da0
AH
40892019-05-22 Alan Hayward <alan.hayward@arm.com>
4090
4091 * gdb.arch/aarch64-pauth.c: New test.
4092 * gdb.arch/aarch64-pauth.exp: New file.
4093
b7060614
AH
40942019-05-22 Alan Hayward <alan.hayward@arm.com>
4095
4096 * README (Re-running Tests Outside The Testsuite): New section.
4097
669d0468
TV
40982019-05-21 Tom de Vries <tdevries@suse.de>
4099
4100 * gdb.arch/amd64-eval.exp: Require c++11.
4101 * gdb.base/max-depth.exp: Same.
4102 * gdb.compile/compile-cplus-array-decay.exp: Same.
4103 * gdb.cp/meth-typedefs.exp: Same.
4104 * gdb.cp/subtypes.exp: Same.
4105 * gdb.cp/temargs.exp: Same.
4106
ce3ebcaa
AH
41072019-05-21 Alan Hayward <alan.hayward@arm.com>
4108
4109 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4110
34d11c68
AB
41112019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4112
4113 PR gdb/18644
4114 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4115 * gdb.fortran/printing-types.exp: Add new test.
4116 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4117 testing.
4118 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4119 setup_kfail call.
4120
87781e84
AH
41212019-05-17 Alan Hayward <alan.hayward@arm.com>
4122
4123 * README (Running the Testsuite): Change example.
4124 (Testsuite Parameters): Remove TRANSCRIPT.
4125 * lib/gdb.exp: Remove TRANSCRIPT check.
4126
b420b89e
AH
41272019-05-17 Alan Hayward <alan.hayward@arm.com>
4128
4129 * README (Testsuite Parameters): Add replay logging to
4130 GDBSERVER_DEBUG.
4131 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4132 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4133 as a comma separated list.
4134 (gdb_debug_init): Override procedure.
4135
408e9b8b
AH
41362019-05-17 Alan Hayward <alan.hayward@arm.com>
4137
4138 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4139 (gdb_write_cmd_file): New procedure.
4140 * lib/gdbserver-support.exp (gdbserver_start): Call
4141 gdbserver_write_cmd_file.
4142 (gdbserver_write_cmd_file): New procedure.
4143
f9e2e39d
AH
41442019-05-17 Alan Hayward <alan.hayward@arm.com>
4145
4146 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4147 (delete_breakpoints): Likewise.
4148 (gdb_run_cmd): Likewise.
4149 (gdb_start_cmd): Likewise.
4150 (gdb_starti_cmd): Likewise.
4151 (gdb_internal_error_resync): Likewise.
4152 (gdb_test_multiple): Likewise.
4153 (gdb_reinitialize_dir): Likewise.
4154 (default_gdb_exit): Likewise.
4155 (gdb_file_cmd): Mark kill as optional.
4156 (default_gdb_start): Call gdb_stdin_log_init.
4157 (send_gdb): Call gdb_stdin_log_write.
4158 (rerun_to_main): Mark Y as an answer.
4159 (gdb_stdin_log_init): New function.
4160 (gdb_stdin_log_write): Likewise.
4161
81f47ac2
AH
41622019-05-17 Alan Hayward <alan.hayward@arm.com>
4163
4164 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4165 * gdb.base/debug-expr.exp: Likewise.
4166 * gdb.base/foll-fork.exp: Likewise.
4167 * gdb.base/foll-vfork.exp: Likewise.
4168 * gdb.base/fork-print-inferior-events.exp: Likewise.
4169 * gdb.base/gdb-sigterm.exp: Likewise.
4170 * gdb.base/gdbinit-history.exp: Likewise.
4171 * gdb.base/osabi.exp: Likewise.
4172 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4173 * gdb.base/ui-redirect.exp: Likewise.
4174 * gdb.gdb/unittest.exp: Likewise.
4175 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4176 * gdb.mi/mi-watch.exp: Likewise.
4177 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4178 * gdb.mi/user-selected-context-sync.exp: Likewise.
4179 * gdb.python/python.exp: Disable debug test when debugging.
4180 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4181 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4182 Likewise.
4183 * gdb.threads/stepi-random-signal.exp: Likewise.
4184
29b52314
AH
41852019-05-17 Alan Hayward <alan.hayward@arm.com>
4186
4187 * Makefile.in: Pass through GDB_DEBUG.
4188 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4189 (gdb,debug): Add board setting.
4190 * lib/gdb.exp (default_gdb_start): Start debugging.
4191 (gdb_debug_enabled): New procedure.
4192 (gdb_debug_init): Likewise.
29b52314
AH
4193
41942019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4195
29b52314
AH
4196 * Makefile.in: Pass through GDB_DEBUG.
4197 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4198 (gdb,debug): Add board setting.
4199 * lib/gdb.exp (default_gdb_start): Start debugging.
4200 (gdb_debug_enabled): New procedure.
4201 (gdb_debug_init): Likewise.
29b52314 4202
ca1285d1
AH
42032019-05-17 Alan Hayward <alan.hayward@arm.com>
4204
4205 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4206
f3a09c80
AH
42072019-05-17 Alan Hayward <alan.hayward@arm.com>
4208
4209 * gdb.base/ui-redirect.exp: Test redirection.
4210
26648588
JV
42112019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4212
4213 * gdb.mi/mi-complete.exp: New file.
4214 * gdb.mi/mi-complete.cc: Likewise.
4215
14237686
AB
42162019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4217
4218 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4219 indexed and sliced arrays, and pointers to arrays.
4220
e7bd7fba
TT
42212019-05-14 Tom Tromey <tromey@adacore.com>
4222
4223 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4224 styling test.
4225
2764128d
TV
42262019-05-14 Tom de Vries <tdevries@suse.de>
4227
4228 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4229 selection entry encoding.
4230
71bed2db
TT
42312019-05-10 Tom Tromey <tromey@adacore.com>
4232
4233 * gdb.ada/info_exc.exp: Add "complete" test.
4234
63b667ad
TV
42352019-05-09 Tom de Vries <tdevries@suse.de>
4236
4237 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4238 CU-relative.
4239
9cfd2b89
TV
42402019-05-09 Tom de Vries <tdevries@suse.de>
4241
4242 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4243 CU-relative.
4244
2228ef77
XR
42452019-05-08 Joel Brobecker <brobecker@adacore.com>
4246
4247 * gdb.ada/frame_arg_lang.exp: New testcase.
4248 * gdb.ada/frame_arg_lang/bla.adb: New file.
4249 * gdb.ada/frame_arg_lang/pck.ads: New file.
4250 * gdb.ada/frame_arg_lang/pck.adb: New file.
4251 * gdb.ada/frame_arg_lang/foo.c: New file.
4252
80e55b13
TT
42532019-05-08 Tom Tromey <tromey@adacore.com>
4254
4255 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4256
9d3421af
TT
42572019-05-08 Tom Tromey <tromey@adacore.com>
4258
4259 * gdb.base/ptype-offsets.exp: Update tests.
4260
844333e2
TT
42612019-05-08 Tom Tromey <tromey@adacore.com>
4262
4263 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4264 cases.
4265 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4266 "short".
4267
988915ee
TT
42682019-05-08 Tom Tromey <tromey@adacore.com>
4269
4270 * gdb.ada/vla.exp: New file.
4271 * gdb.ada/vla/vla.adb: New file.
4272
7bd55dac
TV
42732019-05-07 Tom de Vries <tdevries@suse.de>
4274
4275 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4276
75f06e9d
TV
42772019-05-07 Tom de Vries <tdevries@suse.de>
4278
4279 PR testsuite/24522
4280 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4281 section.
4282
77e7aaa4
TV
42832019-05-07 Tom de Vries <tdevries@suse.de>
4284
4285 PR testsuite/24522
4286 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4287 .debug_aranges section.
4288
456ba0fa
TV
42892019-05-07 Tom de Vries <tdevries@suse.de>
4290
4291 PR testsuite/24159
4292 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4293
5a56d6a6
TV
42942019-05-06 Tom de Vries <tdevries@suse.de>
4295
4296 * lib/gdb.exp (exec_has_index_section): New proc.
4297 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4298 section.
4299
9d6d4be8
TV
43002019-05-04 Tom de Vries <tdevries@suse.de>
4301
4302 * boards/cc-with-debug-names.exp: New file.
4303
222a8d25
TT
43042019-05-03 Tom Tromey <tromey@adacore.com>
4305
4306 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4307 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4308 * gdb.ada/char_enum.exp: Add test.
4309
0fdfd794
TV
43102019-05-03 Tom de Vries <tdevries@suse.de>
4311
4312 * boards/cc-with-gdb-index.exp: New file.
4313
80062eb9
AB
43142019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4315
4316 * gdb.rust/simple.exp: Add new test case.
4317 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4318 (main): Initialise an instance of the new struct.
4319
4504bbde
TT
43202019-05-01 Tom Tromey <tromey@adacore.com>
4321
4322 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4323 record.
4324 (NPR): New variable.
4325 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4326 test.
4327
d48e62f4
TT
43282019-05-01 Tom Tromey <tromey@adacore.com>
4329
4330 * gdb.ada/packed_array_assign.exp: Add packed assignment
4331 regression test.
4332
f59f30f5
TV
43332019-05-01 Tom de Vries <tdevries@suse.de>
4334
4335 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4336
b70bfc54
TV
43372019-05-01 Tom de Vries <tdevries@suse.de>
4338
4339 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4340
15f18d14
AT
43412019-04-30 Ali Tamur <tamur@google.com>
4342
4343 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4344
2ff0a947
TT
43452019-04-30 Tom Tromey <tromey@adacore.com>
4346
4347 * lib/ada.exp (find_ada_tool): New proc.
4348 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4349 * gdb.ada/catch_ex_std.exp: New file.
4350 * gdb.ada/catch_ex_std/foo.adb: New file.
4351 * gdb.ada/catch_ex_std/some_package.adb: New file.
4352 * gdb.ada/catch_ex_std/some_package.ads: New file.
4353
a776957c
TT
43542019-04-30 Tom Tromey <tromey@adacore.com>
4355
4356 PR c++/24470:
4357 * gdb.cp/temargs.cc: Add test code from PR.
4358
bc68014d
AB
43592019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4360
4361 * gdb.fortran/vla-datatypes.exp: Update expected results.
4362 * gdb.fortran/vla-ptype.exp: Likewise.
4363 * gdb.fortran/vla-type.exp: Likewise.
4364 * gdb.fortran/vla-value.exp: Likewise.
4365
f1fdc960
AB
43662019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4367
4368 * gdb.fortran/ptr-indentation.exp: Update expected results.
4369 * gdb.fortran/ptype-on-functions.exp: Likewise.
4370 * gdb.fortran/vla-ptr-info.exp: Likewise.
4371 * gdb.fortran/vla-value.exp: Likewise.
4372
bf7a4de1
AB
43732019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4374
4375 * gdb.fortran/ptype-on-functions.exp: New file.
4376 * gdb.fortran/ptype-on-functions.f90: New file.
4377
bbe75b9d
AB
43782019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4379
4380 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4381 case void string.
4382
1db455a7
AB
43832019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4384
4385 * gdb.fortran/complex.exp: Expand.
4386 * gdb.fortran/complex.f: Renamed to...
4387 * gdb.fortran/complex.f90: ...this, and extended to add more
4388 complex values.
4389
b6d03bb2
AB
43902019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4391
4392 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4393 MODULO, CMPLX.
4394
2e62ab40
AB
43952019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4396 Richard Bunt <richard.bunt@arm.com>
4397
4398 * gdb.base/max-depth.c: New file.
4399 * gdb.base/max-depth.exp: New file.
4400 * gdb.python/py-nested-maps.c: New file.
4401 * gdb.python/py-nested-maps.exp: New file.
4402 * gdb.python/py-nested-maps.py: New file.
4403 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4404 (test_all_common): Call test_max_depth.
4405 * gdb.fortran/max-depth.exp: New file.
4406 * gdb.fortran/max-depth.f90: New file.
4407 * gdb.go/max-depth.exp: New file.
4408 * gdb.go/max-depth.go: New file.
4409 * gdb.modula2/max-depth.exp: New file.
4410 * gdb.modula2/max-depth.c: New file.
4411 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4412
d2b584a5
TV
44132019-04-29 Tom de Vries <tdevries@suse.de>
4414
4415 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4416
136afab8
PW
44172019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4418
4419 * gdb.base/callexit.exp: Test may-call-functions off.
4420
725cbb63
KS
44212019-04-25 Keith Seitz <keiths@redhat.com>
4422
4423 PR c++/24367
4424 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4425 (another_incomplete_struct, test_incomplete): New definitions.
4426 (main): Use new definitions.
4427 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4428 functions.
4429
701adfb0
PA
44302019-04-25 Ali Tamur <tamur@google.com>
4431
4432 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4433
82433e3e
SDJ
44342019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4435
4436 PR corefiles/11608
4437 PR corefiles/18187
4438 * gdb.base/coredump-filter-build-id.exp: New file.
4439
dd06d4d6
AH
44402019-04-25 Alan Hayward <alan.hayward@arm.com>
4441
e79be6e5
SM
4442 * Makefile.in: Pass through GDBSERVER_DEBUG.
4443 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4444 (gdbserver,debug): Add board setting.
4445 * gdb.trace/tspeed.exp: Skip when debugging.
4446 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4447 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4448
1670072e
TT
44492019-04-24 Tom Tromey <tromey@adacore.com>
4450
4451 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4452 Rust.
4453
a59240a4
TT
44542019-04-24 Tom Tromey <tromey@adacore.com>
4455
4456 * gdb.arch/amd64-eval.exp: Test bitfield return.
4457 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4458 (class Foo) <return_bitfields>: New method.
4459 (main): Call it.
4460
b907456c
AB
44612019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4462
4463 * gdb.cp/many-args.cc: New file.
4464 * gdb.cp/many-args.exp: New file.
4465
5c565afd
TV
44662019-04-23 Tom de Vries <tdevries@suse.de>
4467
4468 PR gdb/24433
4469 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4470
ba22ff86
AH
44712019-04-23 Alan Hayward <alan.hayward@arm.com>
4472
4473 * gdb.trace/backtrace.exp: Use nopie flag.
4474 * gdb.trace/circ.exp: Likewise.
4475 * gdb.trace/collection.exp: Likewise.
4476 * gdb.trace/ftrace.exp: Likewise.
4477 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4478 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4479 * gdb.trace/qtro.exp: Likewise.
4480 * gdb.trace/read-memory.exp: Likewise.
4481 * gdb.trace/report.exp: Likewise.
4482 * gdb.trace/tfile.exp: Likewise.
4483 * gdb.trace/tfind.exp: Likewise.
4484 * gdb.trace/unavailable.exp: Likewise.
4485
7905fc35
PA
44862019-04-22 Pedro Alves <palves@redhat.com>
4487
4488 * gdb.base/solib-probes-nosharedlibrary.c,
4489 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4490
8ecb59f8
TT
44912019-04-19 Tom Tromey <tromey@adacore.com>
4492
4493 * gdb.ada/ptype_union.c: New file.
4494 * gdb.ada/ptype_union.exp: New file.
4495
62160ec9
TT
44962019-04-19 Tom Tromey <tromey@adacore.com>
4497
4498 PR symtab/24423:
4499 * gdb.base/list0.h (foo): Add a control-l character.
4500
36cd4ba5
TV
45012019-04-18 Tom de Vries <tdevries@suse.de>
4502
4503 PR gdb/24433
4504 * boards/local-board.exp: Set sysroot to "".
4505
b73715df
TV
45062019-04-18 Tom de Vries <tdevries@suse.de>
4507 Pedro Alves <palves@redhat.com>
4508
4509 PR gdb/24454
4510 * gdb.threads/vfork-follow-child-exec.c: New file.
4511 * gdb.threads/vfork-follow-child-exec.exp: New file.
4512 * gdb.threads/vfork-follow-child-exit.c: New file.
4513 * gdb.threads/vfork-follow-child-exit.exp: New file.
4514
4aa866af
LS
45152019-04-15 Leszek Swirski <leszeks@google.com>
4516
4517 * gdb.arch/amd64-eval.cc: New file.
4518 * gdb.arch/amd64-eval.exp: New file.
4519
e5a1a79a
AH
45202019-04-11 Alan Hayward <alan.hayward@arm.com>
4521
4522 * gdb.server/sysroot.c: New test.
4523 * gdb.server/sysroot.exp: New file.
4524 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4525 matching param.
4526
41077b66
AB
45272019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4528
4529 * gdb.base/align.exp: Extend test to cover structures containing
4530 only static fields.
4531
c30391f8
TV
45322019-04-11 Tom de Vries <tdevries@suse.de>
4533
4534 * boards/cc-with-dwz-m.exp: New file.
4535 * boards/cc-with-dwz.exp: New file.
4536 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4537
e242fd12
SM
45382019-04-09 Simon Marchi <simon.marchi@efficios.com>
4539
4540 * gdb.base/start-cpp.exp: New file.
4541 * gdb.base/start-cpp.cc: New file.
4542
2b0c8b01
KB
45432019-04-08 Kevin Buettner <kevinb@redhat.com>
4544
4545 * gdb.python/py-thrhandle.exp: Adjust tests to call
4546 thread_from_handle instead of thread_from_thread_handle.
4547
947210e5
KB
45482019-04-08 Kevin Buettner <kevinb@redhat.com>
4549
4550 * gdb.python/py-thrhandle.exp: Add tests for
4551 gdb.InferiorThread.handle.
4552
d7df6549
AB
45532019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4554
4555 * gdb.python/py-function.exp: Check calling helper function from
4556 all languages.
4557 * lib/gdb.exp (gdb_supported_languages): New proc.
4558
8bdc1658
AB
45592019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4560
4561 * gdb.base/complex-parts.c: New file.
4562 * gdb.base/complex-parts.exp: New file.
4563
05caa1d2
TT
45642019-04-01 Tom Tromey <tromey@adacore.com>
4565
4566 PR symtab/23331:
4567 * gdb.dwarf2/dw2-ranges-main.c: New file.
4568 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4569 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4570
7734102d
EZ
45712019-03-30 Simon Marchi <simark@simark.ca>
4572
4573 * gdb.base/default.exp: Add values for $_gdb_major and
4574 $_gdb_minor.
4575
188e1fa9
TT
45762019-03-29 Tom Tromey <tromey@adacore.com>
4577
4578 * gdb.base/help.exp: Tighten apropos regexp.
4579
2880242d
KS
45802019-03-29 Keith Seitz <keiths@redhat.com>
4581
4582 * gdb.fortran/array-bounds.exp: New file.
4583 * gdb.fortran/array-bounds.f90: New file.
4584
077cad8e
PW
45852019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4586
4587 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4588
80047cfc
PW
45892019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4590
4591 * gdb.multi/hello.c (main): Increase alarm timer.
4592
f489207e
SL
45932019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4594
4595 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4596 factor when no hardware watchpoint support.
4597
c92df149
AH
45982019-03-28 Alan Hayward <alan.hayward@arm.com>
4599 Pedro Alves <palves@redhat.com>
4600
4601 * boards/local-board.exp: set sysroot to /.
4602
933aebfa
AH
46032019-03-27 Alan Hayward <alan.hayward@arm.com>
4604
4605 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4606 in child.
4607
9f9aa852
AB
46082019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4609
4610 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4611 field.
4612 (make_container): Initialise new field.
4613 * gdb.python/py-prettyprint.exp: Add new tests.
4614 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4615 <display_hint>: New method.
4616
3714a195
AB
46172019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4618
4619 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4620 gdb_continue_to_breakpoint more throughout this test.
4621 (run_lang_tests) Supply unique test names, and use
4622 gdb_test_no_output.
4623
18c77628
AB
46242019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4625
4626 * gdb.base/finish-pretty.exp: Update expected results.
4627 * gdb.base/pretty-print.c: New file.
4628 * gdb.base/pretty-print.exp: New file.
4629
9a93502f
PA
46302019-03-25 Pedro Alves <palves@redhat.com>
4631
4632 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4633 move comments outside list. Append '-i "" eof' section.
4634
968aa7ae
AH
46352019-03-22 Alan Hayward <alan.hayward@arm.com>
4636
34a7f2a4 4637 PR testsuite/25016
968aa7ae
AH
4638 * README: Add pie options.
4639 * gdb.base/break-interp.exp: Ensure pie is disabled.
4640 * gdb.base/dump.exp: Likewise.
4641 * lib/gdb.exp (gdb_compile): Add pie option.
4642
4c7d57e7
TT
46432019-03-19 Tom Tromey <tromey@adacore.com>
4644
4645 * gdb.mi/mi2-cli-display.c: New file.
4646 * gdb.mi/mi2-cli-display.exp: New file.
4647
bff8c71f
TT
46482019-03-18 Joel Brobecker <brobecker@adacore.com>
4649 Tom Tromey <tromey@adacore.com>
4650
4651 * gdb.ada/ptype_array/pck.adb: New file.
4652 * gdb.ada/ptype_array/pck.ads: New file.
4653 * gdb.ada/ptype_array/foo.adb: New file.
4654 * gdb.ada/ptype_array.exp: New file.
4655
d085f989
TT
46562019-03-14 Tom Tromey <tromey@adacore.com>
4657
4658 * gdb.base/style.exp: Add "set style sources" test.
4659
b4be1b06
SM
46602019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4661
4662 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4663 * mi-breakpoint-multiple-locations.exp: ... this.
4664 (make_breakpoints_pattern): New proc.
4665 (do_test): Add mi_version parameter, test -break-insert,
4666 -break-info and =breakpoint-created.
4667
7cde5fc2
AB
46682019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4669
4670 * config/default.exp: Remove 'load_lib gdb.exp'.
4671 * config/monitor.exp: Likewise.
4672 * config/sid.exp: Likewise.
4673 * config/sim.exp: Likewise.
4674 * config/slite.exp: Likewise.
4675 * config/unix.exp: Likewise.
4676 * gdb.base/default.exp: Remove unhelpful comment.
4677
efbecbc1
AB
46782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4679
4680 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4681
0841c79a
AB
46822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4683
4684 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4685
4a270568
AB
46862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4687
4688 * gdb.fortran/type-kinds.exp: Update expected results.
4689
067630bd
AB
46902019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4691
4692 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4693
3be47f7a
AB
46942019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4695
4696 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4697 function.
4698 (test_basic_parsing_of_type_kinds): Expand types tested.
4699 (test_parsing_invalid_type_kinds): New function.
4700
4d00f5d8
AB
47012019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4702
4703 * gdb.fortran/intrinsics.exp: New file.
4704 * gdb.fortran/intrinsics.f90: New file.
4705 * gdb.fortran/type-kinds.exp: New file.
4706
c8f91604
AB
47072019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4708
4709 * gdb.fortran/dot-ops.exp: New file.
4710
dd9f2c76
AB
47112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4712
4713 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4714 Check upper and lower case logical literals.
4715
84ec9724
AB
47162019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4717
4718 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4719 Remove duplicate tests.
4720
c3734e09
AH
47212019-03-06 Alan Hayward <alan.hayward@arm.com>
4722
4723 * lib/gdb.exp (builtin_cd): rename of cd.
4724 (cd): Override builtin.
4725
aa3cfbda
RB
47262019-03-06 Richard Bunt <richard.bunt@arm.com>
4727
4728 * gdb.fortran/function-calls.exp: New file.
4729 * gdb.fortran/function-calls.f90: New test.
4730
7b63ad86
RB
47312019-03-04 Richard Bunt <richard.bunt@arm.com>
4732
4733 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4734 on user program standard output.
4735 * gdb.fortran/short-circuit-argument-list.f90: Record function
4736 calls.
4737
01abb042
AH
47382019-02-28 Alan Hayward <alan.hayward@arm.com>
4739
c3734e09
AH
4740 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4741 failure.
01abb042 4742
92137da0
RO
47432019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4744
4745 PR gdb/8527
4746 * gdb.base/interrupt-daemon-attach.c,
4747 gdb.base/interrupt-daemon-attach.exp: New test.
4748
5862844d
PA
47492019-02-27 Pedro Alves <palves@redhat.com>
4750
4751 * gdb.base/page.exp: Add tests for "set width/height -1".
4752
8ed25214
PA
47532019-02-27 Pedro Alves <palves@redhat.com>
4754
4755 * gdb.base/page.exp: Add tests for "set/show width/height" with
4756 "infinite" values.
4757
6c28e44a
TT
47582019-02-27 Tom Tromey <tromey@adacore.com>
4759
4760 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4761 2.4.
4762 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4763 workaround.
4764
bf9a735e
AB
47652019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4766
4767 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4768 tests for structs with static members.
4769
8791793c
TT
47702019-02-26 Tom Tromey <tromey@adacore.com>
4771
4772 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4773 ValueError, not TypeError.
4774
bc2a507e
KB
47752019-02-26 Kevin Buettner <kevinb@redhat.com>
4776
4777 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4778 call from main program.
4779
e0e7d3bd
JB
47802019-02-23 Joel Brobecker <brobecker@adacore.com>
4781
4782 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4783 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4784 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4785 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4786 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4787
9600246d
KS
47882019-02-22 Keith Seitz <keiths@redhat.com>
4789
4790 PR symtab/23853
4791 * gdb.base/symlink-sourcefile.c: New file.
4792 * gdb.base/symlink-sourcefile.exp: New file.
4793
0c95f9ed
TT
47942019-02-20 Tom Tromey <tom@tromey.com>
4795
4796 * gdb.base/info_qt.exp: Update.
4797
6caa91b6
SM
47982019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4799
4800 * gdb.base/source.exp: Move "error in sourced script" code to
4801 the end.
4802 * gdb.base/source-error.gdb: Move contents to
4803 source-error-1.gdb. Add new code to source source-error-1.gdb.
4804 * gdb.base/source-error-1.gdb: New file, from previous
4805 source-error.gdb.
4806
6506371f
TT
48072019-02-17 Tom Tromey <tom@tromey.com>
4808
4809 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4810 for macro styling.
4811 * gdb.base/style.c (SOME_MACRO): New macro.
4812
a0087920
TT
48132019-02-17 Tom Tromey <tom@tromey.com>
4814
4815 * gdb.base/style.exp: Add line-wrapping tests.
4816 * gdb.base/page.exp: Add test for quitting during pagination.
4817
a2cd4f14
JB
48182019-02-17 Joel Brobecker <brobecker@adacore.com>
4819
4820 * gdb.ada/big_packed_array: New testcase.
4821 * gdb.ada/homonym.exp: Fix incorrect expected output for
4822 "break <homonym__get_value>" test.
4823
9d70ffbc
WP
48242019-02-13 Weimin Pan <weimin.pan@oracle.com>
4825
4826 PR breakpoints/21870
4827 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4828 and prepare_for_testing. Add comment.
4829 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4830 redundant cleanup call. Clean up comment.
4831
01c7ae81
WP
48322019-02-12 Weimin Pan <weimin.pan@oracle.com>
4833
4834 PR breakpoints/21870
4835 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4836 * gdb.arch/aarch64-dbreg-contents.c: New file.
4837
aff29d1c
JB
48382019-02-10 Joel Brobecker <brobecker@adacore.com>
4839
4840 * gdb.ada/mi_ref_changeable: New testcase.
4841
df0da8a2
AH
48422019-02-07 Alan Hayward <alan.hayward@arm.com>
4843
4844 * gdb.base/attach.exp: Add double attach test.
4845
bd447abb
SM
48462019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4847
4848 * lib/gdb.exp (default_gdb_start): Don't match pagination
4849 prompt.
4850 (gdb_init): Set stty_init.
4851
1dbc40b9
TT
48522019-01-27 Tom Tromey <tom@tromey.com>
4853
4854 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4855 skip_python_tests.
4856
353229bf
AH
48572019-01-24 Alan Hayward <alan.hayward@arm.com>
4858
4859 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4860 New structure.
4861 (struct struct_static_02_02): Likewise.
4862 (struct struct_static_02_03): Likewise.
4863 (struct struct_static_02_04): Likewise.
4864 (struct struct_static_04_01): Likewise.
4865 (struct struct_static_04_02): Likewise.
4866 (struct struct_static_04_03): Likewise.
4867 (struct struct_static_04_04): Likewise.
4868 (struct struct_static_06_01): Likewise.
4869 (struct struct_static_06_02): Likewise.
4870 (struct struct_static_06_03): Likewise.
4871 (struct struct_static_06_04): Likewise.
4872 (cmp_struct_static_02_01): Likewise.
4873 (cmp_struct_static_02_02): Likewise.
4874 (cmp_struct_static_02_03): Likewise.
4875 (cmp_struct_static_02_04): Likewise.
4876 (cmp_struct_static_04_01): Likewise.
4877 (cmp_struct_static_04_02): Likewise.
4878 (cmp_struct_static_04_03): Likewise.
4879 (cmp_struct_static_04_04): Likewise.
4880 (cmp_struct_static_06_01): Likewise.
4881 (cmp_struct_static_06_02): Likewise.
4882 (cmp_struct_static_06_03): Likewise.
4883 (cmp_struct_static_06_04): Likewise.
4884 (call_all): Test new structs.
4885 * gdb.base/infcall-nested-structs.exp: Likewise.
4886
73021deb
AH
48872019-01-21 Alan Hayward <alan.hayward@arm.com>
4888 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4889
fc65c7db
AH
48902019-01-21 Alan Hayward <alan.hayward@arm.com>
4891 * gdb.base/stack-protector.c: New test.
4892 * gdb.base/stack-protector.exp: New file.
4893 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4894 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4895 option.
4896 (gdb_compile): Remove stack protector for GCC and prevent
4897 recursion.
4898
c24bdb02
KS
48992019-01-16 Keith Seitz <keiths@redhat.com>
4900
4901 PR gdb/23773
4902 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4903
6f072a10
PFC
49042019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4905
4906 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4907 aliases.
4908 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4909 tests.
4910 * gdb.arch/powerpc-vector-regs.c: New file.
4911 * gdb.arch/powerpc-vector-regs.exp: New file.
4912
a7b8d682
PFC
49132019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4914
4915 * gdb.arch/altivec-regs.exp: Fix the list passed to
4916 gdb_expect_list when testing "info vector".
4917
6eb6fb67
AB
49182019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4919
4920 * gdb.base/style.exp: Don't include path in testname.
4921
b56f80d8
KS
49222019-01-10 Keith Seitz <keiths@redhat.com>
4923
4924 PR gdb/23712
4925 PR symtab/23010
4926 * gdb.dwarf2/multidictionary.exp: New file.
4927
041be526
SM
49282019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4929
4930 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4931 (test_gnuv3_style_demangling): ... this.
4932 (test_lucid_style_demangling): Remove.
4933 (test_arm_style_demangling): Remove.
4934 (test_hp_style_demangling): Remove.
4935 (do_tests): Remove calls to the above.
4936
d820d0c3
AB
49372019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4938
4939 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4940 case.
4941
f097f5ad
TT
49422019-01-06 Tom Tromey <tom@tromey.com>
4943
4944 PR gdb/28155:
4945 * gdb.dwarf2/typedef-void-finish.exp: New file.
4946
2cd8cc0b
TT
49472018-12-28 Tom Tromey <tom@tromey.com>
4948 Simon Marchi <simark@simark.ca>
4949
4950 * gdb.base/jit-exec.exp: New file.
4951 * gdb.base/jit-exec.c: New file.
4952 * gdb.base/jit-execd.c: New file.
4953
35fb8261
TT
49542018-12-28 Tom Tromey <tom@tromey.com>
4955
4956 * gdb.base/style.exp: Update test to check for address styling.
4957
47fd17cd
TT
49582018-12-28 Tom Tromey <tom@tromey.com>
4959
4960 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4961 message.
4962
d47032b7
TT
49632018-12-28 Tom Tromey <tom@tromey.com>
4964
4965 * gdb.base/style.exp: Add test for version number styling.
4966
af79b68d
TT
49672018-12-28 Tom Tromey <tom@tromey.com>
4968
4969 * gdb.base/style.exp: Add test for print_address_symbolic.
4970
0bb296cb
TT
49712018-12-28 Tom Tromey <tom@tromey.com>
4972
4973 * gdb.base/style.exp: Add test for breakpoint setting.
4974
80ae2043
TT
49752018-12-28 Tom Tromey <tom@tromey.com>
4976
4977 * gdb.base/style.exp: Add test for variable names.
4978
cbe56571
TT
49792018-12-28 Tom Tromey <tom@tromey.com>
4980
4981 * gdb.base/style.exp: New file.
4982 * gdb.base/style.c: New file.
4983
9162a27c
TT
49842018-12-28 Tom Tromey <tom@tromey.com>
4985
4986 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4987 "dumb".
4988 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4989 the TERM environment variable.
4990
bc543c90
TT
49912018-12-27 Tom Tromey <tom@tromey.com>
4992
4993 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4994 pagination test.
4995
6f0ffe50
AB
49962018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4997
4998 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4999 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5000
b5a1e557
PW
50012018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5002
5003 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5004 Filename a.adb changed to bp_fun_addr.adb.
5005 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5006
6e8b1ab2
JV
50072018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5008
5009 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5010 non-PIE executables.
5011 * README: Mention the gdb,nopie_flag board setting.
5012 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5013 non-PIE executable.
5014 * gdb.arch/amd64-entry-value.exp: Likewise.
5015 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5016 * gdb.arch/i386-float.exp: Likewise.
5017 * gdb.arch/i386-signal.exp: Likewise.
5018 * gdb.mi/mi-reg-undefined.exp: Likewise.
5019
d00a27c5
PM
50202018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5021
5022 PR gdb/23974
5023 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5024
161d081c
PW
50252018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5026
5027 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5028 Update order of results accordingly.
5029
b001de23
AB
50302018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5031
5032 * gdb.base/annota1.exp: Update a test regexp.
5033
99e1a184
AB
50342018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5035
5036 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5037
7a81c1e2
PW
50382018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5039
5040 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5041 (reuse_time): Initialize to REUSE_TIME_CAP.
5042 (check_rc): New function.
5043 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5044 Check pthread_create rc.
5045 (spawner_thread_func): Check pthread_create and pthread_join rc.
5046
73e8dc90
PA
50472018-12-08 Pedro Alves <palves@redhat.com>
5048
5049 * gdb.base/list.exp (test_forward_search): Rename to ...
5050 (test_forward_reverse_search): ... this. Also test reverse-search
5051 and the forward-search alias.
5052
13f2ed32
AB
50532018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5054
5055 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5056 local timeout variable before return, and remove all local timeout
5057 variable entirely.
5058 (gdb_load): Likewise.
5059
64d27cfc
TV
50602018-12-01 Tom de Vries <tdevries@suse.de>
5061
5062 * gdb.base/gdb-caching-proc.exp: New file.
5063
f63c03b4
SDJ
50642018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5065
5066 * Makefile.in (TIMESTAMP): New variable.
5067 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5068 command.
5069 (check-single-racy): Likewise.
5070 (check/%.exp): Likewise.
5071 (check-racy/%.exp): Likewise.
5072 (workers/%.worker): Likewise.
5073 (build-perf): Likewise.
5074 (check-perf): Likewise.
5075 * README: Describe new "TS" and "TS_FORMAT" variables.
5076 * print-ts.py: New file.
5077
1c97054b
BF
50782018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5079
5080 PR python/23714
5081 * gdb.python/python.exp: Test command repetition after
5082 gdb.execute.
5083
1871a62d
AB
50842018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5085
5086 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5087 is correctly aligned.
5088
fb5e1ed9
PW
50892018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5090
5091 * gdb.ada/info_auto_lang.exp: New testcase.
5092 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5093 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5094 * gdb.ada/info_auto_lang/some_c.c: New file.
5095
43d397ca
PW
50962018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5097
5098 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5099 FUNC_lang language syntax.
5100
beddd671
PW
51012018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5102
5103 * gdb.base/info_minsym.c: New file.
5104 * gdb.base/info_minsym.exp: New file.
5105
73fc52c4
TT
51062018-11-19 Tom Tromey <tom@tromey.com>
5107
5108 PR rust/23625:
5109 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5110 * gdb.rust/expr.exp: Update expected output. Change one test.
5111
994b876a
TT
51122018-11-19 Tom Tromey <tom@tromey.com>
5113
5114 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5115
6769f276
PA
51162018-11-19 Pedro Alves <palves@redhat.com>
5117
5118 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5119 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5120 see the expected warning.
5121
38a72da0
AH
51222018-11-16 Alan Hayward <alan.hayward@arm.com>
5123
5124 PR gdb/22736:
5125 * gdb.cp/infcall-nodebug-lib.c: New test.
5126 * gdb.cp/infcall-nodebug-main.c: New test.
5127 * gdb.cp/infcall-nodebug.exp: New file.
5128
53a89d6e
SM
51292018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5130
5131 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5132 completer tests.
5133
9325300d
TV
51342018-11-09 Tom de Vries <tdevries@suse.de>
5135
5136 * gdb.base/msym-lang.c: New test.
5137 * gdb.base/msym-lang.exp: New file.
5138 * gdb.base/msym-lang-main.c: New test.
5139
20f0d60d
TT
51402018-11-08 Tom Tromey <tom@tromey.com>
5141
5142 PR gdb/23555:
5143 PR gdb/23838:
5144 * gdb.base/warning.exp: New file.
5145
b5420128
JB
51462018-11-08 Jan Beulich <jbeulich@suse.com>
5147
5148 * testsuite/gdb.arch/i386-avx512.c,
5149 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5150
cd115d61
AB
51512018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5152
5153 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5154 point hardware.
5155
35ee2dc2
AB
51562018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5157
5158 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5159 * gdb.dwarf2/missing-type-name.exp: New file.
5160
31aceee8
TV
51612018-11-06 Tom de Vries <tdevries@suse.de>
5162
5163 * gdb.base/many-headers.c: New test.
5164 * gdb.base/many-headers.exp: New file.
5165
109be305
JW
51662018-11-06 Jim Wilson <jimw@sifive.com>
5167
5168 * gdb.base/code_elim.exp: For riscv, set additional_flags
5169 to include -msmall-data-limit=0.
5170
e2b7af72
JB
51712018-11-01 Joel Brobecker <brobecker@adacore.com>
5172
5173 * gdb.ada/watch_minus_l: New testcase.
5174
cdcda965
SM
51752018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5176
5177 * gdb.arch/aix-sighandle.c: New file.
5178 * gdb.arch/aix-sighandle.exp: New file.
5179
92dcebf3
AB
51802018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5181
5182 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5183 registers being unions.
5184
68b9ac18
TV
51852018-10-31 Tom de Vries <tdevries@suse.de>
5186
5187 * lib/valgrind.exp: New file.
5188 (vgdb_start, vgdb_stop): New procs, factored out of ...
5189 * gdb.base/valgrind-bt.exp: ... here, ...
5190 * gdb.base/valgrind-disp-step.exp: ... here and ...
5191 * gdb.base/valgrind-infcall.exp: ... here.
5192
1443936e
TV
51932018-10-31 Tom de Vries <tdevries@suse.de>
5194
5195 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5196
eb77c9df
AB
51972018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5198
5199 * gdb.dwarf2/void-type.c: New file.
5200 * gdb.dwarf2/void-type.exp: New file.
5201
82b5e646
PW
52022018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5203
5204 * gdb.base/info_qt.c: New file.
5205 * gdb.base/info_qt.exp: New file.
5206
8d619c01
EBM
52072018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5208
5209 * gdb.arch/powerpc-htm-regs.c: New file.
5210 * gdb.arch/powerpc-htm-regs.exp: New file.
5211
f2cf6173
EBM
52122018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5213
5214 * gdb.arch/powerpc-tar.c: New file.
5215 * gdb.arch/powerpc-tar.exp: New file.
5216
7ca18ed6
EBM
52172018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5218
5219 * gdb.arch/powerpc-ppr-dscr.c: New file.
5220 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5221
bfcc0eba
TV
52222018-10-25 Tom de Vries <tdevries@suse.de>
5223
5224 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5225
fe1a5cad
TV
52262018-10-24 Tom de Vries <tdevries@suse.de>
5227
5228 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5229 longer exists error.
5230
a76dc3b7
TV
52312018-10-24 Tom de Vries <tdevries@suse.de>
5232
5233 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5234
4df46df7
TV
52352018-10-24 Tom de Vries <tdevries@suse.de>
5236
5237 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5238 --db-attach in valgrind.
5239
0dbfcfff
AB
52402018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5241
5242 * gdb.arch/riscv-reg-aliases.c: New file.
5243 * gdb.arch/riscv-reg-aliases.exp: New file.
5244
b04480b1
AH
52452018-10-19 Alan Hayward <alan.hayward@arm.com>
5246
5247 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5248
2c6ac8d7
AH
52492018-10-19 Alan Hayward <alan.hayward@arm.com>
5250
5251 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5252
2bc69f25
AH
52532018-10-19 Alan Hayward <alan.hayward@arm.com>
5254
5255 * gdb.cp/ovldbreak.exp: Fix regexps.
5256
1f1ae3a3
AH
52572018-10-19 Alan Hayward <alan.hayward@arm.com>
5258
5259 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5260
94c18618
SDJ
52612018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5262
5263 PR cli/23785
5264 * gdb.base/restore.exp: New test to check if "restore" with an
5265 invalid file doesn't segfault.
5266
812cd6eb
TV
52672018-10-18 Tom de Vries <tdevries@suse.de>
5268
5269 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5270 * gdb.ada/excep_handle.exp: Same.
5271 * gdb.ada/mi_string_access.exp: Same.
5272 * gdb.ada/mi_var_union.exp: Same.
5273 * gdb.arch/arc-analyze-prologue.exp: Same.
5274 * gdb.arch/arc-decode-insn.exp: Same.
5275 * gdb.base/readnever.exp: Same.
5276 * gdb.fortran/printing-types.exp: Same.
5277 * gdb.guile/scm-lazy-string.exp: Same.
5278
c4b90788
TV
52792018-10-16 Tom de Vries <tdevries@suse.de>
5280
5281 PR gdb/23730
5282 * gdb.base/catch-follow-exec.c: Add copyright notice.
5283 * gdb.base/catch-follow-exec.exp: Rewrite to use
5284 gdb_spawn_with_cmdline_opts. Require gdb-native.
5285
8bca2978
SL
52862018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5287
5288 * gdb.trace/actions-changed.exp: Check for arch support.
5289 * gdb.trace/actions.exp: Likewise.
5290 * gdb.trace/ax.exp: Likewise.
5291 * gdb.trace/backtrace.exp: Likewise.
5292 * gdb.trace/change-loc.exp: Likewise.
5293 * gdb.trace/deltrace.exp: Likewise.
5294 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5295 * gdb.trace/ftrace.exp: Likewise.
5296 * gdb.trace/infotrace.exp: Check for arch support.
5297 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5298 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5299 * gdb.trace/mi-tsv-changed.exp: Likewise.
5300 * gdb.trace/packetlen.exp: Likewise.
5301 * gdb.trace/passc-dyn.exp: Likewise.
5302 * gdb.trace/passcount.exp: Likewise.
5303 * gdb.trace/pending.exp: Likewise.
5304 * gdb.trace/range-stepping.exp: Check for shlib support.
5305 * gdb.trace/report.exp: Check for arch support.
5306 * gdb.trace/save-trace.exp: Likewise.
5307 * gdb.trace/signal.exp: Check for signal support.
5308 * gdb.trace/tfind.exp: Check for arch support.
5309 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5310 * gdb.trace/trace-common.h: Add comment.
5311 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5312 * gdb.trace/trace-enable-disable.exp: Likewise.
5313 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5314 * gdb.trace/tracecmd.exp: Check for arch support.
5315 * gdb.trace/tspeed.exp: Check for shlib and target support.
5316 * gdb.trace/tstatus.exp: Check for arch support.
5317 * gdb.trace/tsv.exp: Likewise.
5318 * gdb.trace/while-dyn.exp: Likewise.
5319 * gdb.trace/while-stepping.exp: Likewise.
5320 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5321
f9c49bff
SM
53222018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5323
5324 * gdb.trace/tspeed.exp: Remove nowarnings.
5325 (prepare_for_trace_test): Declare "global ipalib".
5326 * gdb.trace/tspeed.c: Include unistd.h.
5327 (main): Remove superfluous printf argument.
5328
d4330bde
SL
53292018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5330
5331 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5332 directory prefix on the filename.
5333
8ecfd7bd
SDJ
53342018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5335
5336 * gdb.gdb/unittest.exp: Update expected message informing that
5337 selftests have been disabled.
5338 * gdb.server/unittest.exp: Likewise.
5339
58bbcd02
TV
53402018-10-09 Tom de Vries <tdevries@suse.de>
5341
5342 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5343 with runto_main.
5344
9f6b697b
WP
53452018-10-08 Weimin Pan <weimin.pan@oracle.com>
5346
5347 PR c++/16841
5348 * gdb.cp/virtbase2.cc: New file.
5349 * gdb.cp/virtbase2.exp: New file.
5350
add5ded5
TT
53512018-10-06 Tom Tromey <tom@tromey.com>
5352
5353 PR python/19399:
5354 * gdb.python/py-inferior.exp: Add architecture test.
5355
f9e48344
TT
53562018-10-06 Tom Tromey <tom@tromey.com>
5357
5358 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5359 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5360
2a8be203
TT
53612018-10-06 Tom Tromey <tom@tromey.com>
5362
5363 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5364 of a "throw" catchpoint.
5365
e04caa70
SDJ
53662018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5367
5368 * gdb.base/info-proc.exp: Update string expected from "help info
5369 proc".
5370
5ca8c39f
TT
53712018-10-04 Tom Tromey <tom@tromey.com>
5372
5373 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5374 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5375 (test_initial_complaints, test_empty_complaints): Update.
5376 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5377
3453e7e4
TT
53782018-10-04 Tom Tromey <tom@tromey.com>
5379
5380 PR cli/19551:
5381 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5382 * lib/gdb.exp (gdb_file_cmd): Update.
5383 * gdb.stabs/weird.exp (print_weird_var): Update.
5384 * gdb.server/solib-list.exp: Update.
5385 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5386 * gdb.mi/mi-cli.exp: Update.
5387 * gdb.linespec/linespec.exp: Update.
5388 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5389 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5390 * gdb.cp/cp-relocate.exp: Update.
5391 * gdb.base/sym-file.exp: Update.
5392 * gdb.base/relocate.exp: Update.
5393 * gdb.base/readnever.exp: Update.
5394 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5395 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5396 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5397 * gdb.base/code_elim.exp: Update.
5398 * gdb.base/break-unload-file.exp (test_break): Update.
5399 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5400 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5401 Update.
5402 * gdb.base/attach.exp (do_attach_tests): Update.
5403 * gdb.base/sepdebug.exp: Update.
5404 * gdb.python/py-section-script.exp: Update.
5405
6afcf761
TT
54062018-10-04 Tom Tromey <tom@tromey.com>
5407
5408 PR cli/22234:
5409 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5410 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5411 output.
5412
fef1b293
TT
54132018-10-04 Tom Tromey <tom@tromey.com>
5414
5415 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5416 set width and height to 0.
5417 (test_command_line_attach_run): Use -quiet.
5418
ca98345e
SL
54192018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5420
5421 * lib/gdb.exp (skip_ifunc_tests): New.
5422 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5423 other compile failures.
5424 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5425
ff34e6ae
SM
54262018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5427
5428 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5429 is_amd64_regs_target.
5430
6bb8890e
AH
54312018-10-01 Alan Hayward <alan.hayward@arm.com>
5432
5433 * gdb.arch/aarch64-sighandler-regs.c: New test.
5434 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5435 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5436
224d30d3
MM
54372018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5438
5439 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5440 assembly.
5441
f67ffa6a
AB
54422018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5443
5444 * gdb.base/frame-selection.exp: New file.
5445 * gdb.base/frame-selection.c: New file.
5446
9fc3183f
AH
54472018-09-27 Alan Hayward <alan.hayward@arm.com>
5448
5449 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5450 pthread barrier.
5451 (main): Likewise.
5452
d354055e
AB
54532018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5454
5455 * gdb.base/large-frame-1.c: New file.
5456 * gdb.base/large-frame-2.c: New file.
5457 * gdb.base/large-frame.exp: New file.
5458 * gdb.base/large-frame.h: New file.
5459
db727370
JL
54602018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5461
5462 PR gdb/20948
5463 * gdb.base/write_mem.exp: New test.
5464 * gdb.base/write_mem.c: Likewise.
5465
ae778caf
TT
54662018-09-23 Tom Tromey <tom@tromey.com>
5467
5468 PR python/18852:
5469 * gdb.python/py-parameter.exp: Add test for parameter that throws
5470 on "set".
5471
fd3ba736
TT
54722018-09-23 Tom Tromey <tom@tromey.com>
5473
5474 PR python/17284:
5475 * gdb.python/py-template.exp (test_template_arg): Add test for
5476 negative template argument number.
5477
39a24317
TT
54782018-09-23 Tom Tromey <tom@tromey.com>
5479
5480 PR python/14062:
5481 * gdb.python/python.exp: Add test for post_event error.
5482
f5769a2c
TT
54832018-09-23 Tom Tromey <tom@tromey.com>
5484
5485 PR python/18170:
5486 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5487 convert pointers to int and long.
5488
1c1e54f6
TT
54892018-09-23 Tom Tromey <tom@tromey.com>
5490
5491 PR python/20126:
5492 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5493 signed-ness conversion tests.
5494
fb4fa946
TT
54952018-09-23 Tom Tromey <tom@tromey.com>
5496
5497 PR python/18352;
5498 * gdb.python/py-value.exp (test_float_conversion): New proc.
5499 Use it.
5500
a466edac
HAQ
55012018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5502
5503 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5504
4ee9b0c5
SL
55052018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5506
5507 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5508 no readline.
5509 * gdb.base/utf8-identifiers.exp: Likewise.
5510 * gdb.cp/cpcompletion.exp: Likewise.
5511 * gdb.linespec/cpcompletion.exp: Likewise.
5512 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5513 * gdb.linespec/cpls-ops.exp: Likewise.
5514
23be8da7
RB
55152018-09-19 Richard Bunt <richard.bunt@arm.com>
5516 Chris January <chris.january@arm.com>
5517
5518 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5519 * gdb.fortran/short-circuit-argument-list.exp: New file.
5520 * gdb.fortran/short-circuit-argument-list.f90: New test.
5521
5031d0ae
SDJ
55222018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5523
5524 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5525 "arch=" keyword when executing "-stack-list-frames".
5526
b4c0d1a4
SDJ
55272018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5528
5529 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5530 "arch=" keyword when executing "-stack-list-frames".
5531
7a6d2b45
SDJ
55322018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5533
5534 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5535 break ada".
5536
8588b356
SM
55372018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5538
5539 PR python/23669
5540 * gdb.python/python.exp: Test gdb.execute("show commands").
5541
65e65158
TT
55422018-09-16 Tom Tromey <tom@tromey.com>
5543
5544 * gdb.base/new-ui.exp (do_execution_tests): Update.
5545 * gdb.base/dbx.exp (test_breakpoints): Update.
5546
bf326452
AH
55472018-09-14 Alan Hayward <alan.hayward@arm.com>
5548
5549 * lib/gdb.exp (gdb_simple_compile): Add proc.
5550 (is_elf_target): Use gdb_simple_compile.
5551 (skip_altivec_tests): Likewise.
5552 (skip_vsx_tests): Likewise.
5553 (skip_tsx_tests): Likewise.
5554 (skip_btrace_tests): Likewise.
5555 (skip_btrace_pt_tests): Likewise.
5556 (gdb_can_simple_compile): Likewise.
5557 (gdb_has_argv0): Likewise.
5558 (gdb_target_symbol_prefix): Likewise.
5559 (target_supports_scheduler_locking): Likewise.
5560
2361b0fb
TT
55612018-09-13 Tom Tromey <tom@tromey.com>
5562
5563 * Makefile.in (TAGS): Recognize proc_with_prefix and
5564 gdb_caching_proc.
5565
0ae1a321
SM
55662018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5567
5568 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5569 method.
5570
a40bf0c2
SM
55712018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5572
5573 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5574 and a few other Inferior properties when the Inferior is no
5575 longer valid.
5576
4a3fe98f
TT
55772018-09-13 Tom Tromey <tom@tromey.com>
5578
5579 PR rust/23650:
5580 * gdb.rust/simple.exp: Add test for enum field access error.
5581
098b2108
TT
55822018-09-13 Tom Tromey <tom@tromey.com>
5583
5584 PR rust/23626:
5585 * gdb.rust/simple.rs (EmptyEnum): New type.
5586 (main): Use it.
5587 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5588
1256af7d
SM
55892018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5590
5591 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5592 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5593 * gdb.python/py-symtab.exp: Update test printing an objfile.
5594
4aa8e6c2
SM
55952018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5596
5597 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5598 object.
5599
c221b2f7
AH
56002018-09-12 Alan Hayward <alan.hayward@arm.com>
5601
5602 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5603 (support_complex_tests): Use gdb_can_simple_compile.
5604 (is_ilp32_target): Likewise.
5605 (is_lp64_target): Likewise.
5606 (is_64_target): Likewise.
5607 (is_amd64_regs_target): Likewise.
5608 (is_aarch32_target): Likewise.
5609 (gdb_int128_helper): Likewise.
5610
6f1107b5
JK
56112018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5612
5613 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5614
1f5d1570
JG
56152018-09-10 Jerome Guitton <guitton@adacore.com>
5616
5617 * gdb.ada/same_component_name: Add test for case of tagged record
5618 with variable-length fields.
5619
cc330e39
XR
56202018-09-10 Xavier Roirand <roirand@adacore.com>
5621
5622 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5623 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5624 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5625 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5626
b9c50e9a
XR
56272018-09-10 Xavier Roirand <roirand@adacore.com>
5628
5629 * gdb.ada/mi_string_access.exp: New testcase.
5630 * gdb.ada/mi_string_access/bar.adb: New file.
5631 * gdb.ada/mi_string_access/pck.adb: New file.
5632 * gdb.ada/mi_string_access/pck.asd: New file.
5633
2963898f
XR
56342018-09-10 Xavier Roirand <roirand@adacore.com>
5635
5636 * gdb.ada/mi_var_union.exp: New testcase.
5637 * gdb.ada/mi_var_union/bar.adb: New file.
5638 * gdb.ada/mi_var_union/pck.adb: New file.
5639 * gdb.ada/mi_var_union/pck.asd: New file.
5640
1aac008f
TT
56412018-09-08 Tom Tromey <tom@tromey.com>
5642
5643 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5644
332cf4c9
TT
56452018-09-08 Tom Tromey <tom@tromey.com>
5646
5647 PR python/16047:
5648 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5649 (register_pretty_printers): Register new printer.
5650 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5651 test.
5652 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5653 (an_int_type3): New global.
5654
424da6cf
JB
56552018-09-08 Joel Brobecker <brobecker@adacore.com>
5656
5657 * gdb.ada/expr_with_funcall: New testcase.
5658
2a62dfa9
JB
56592018-09-08 Joel Brobecker <brobecker@adacore.com>
5660
5661 * gdb.ada/packed_array_assign: New testcase.
5662
96b6697f
AB
56632018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5664
5665 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5666 names, and add test prefixes to make test names unique.
5667
e4a62c65
TV
56682018-09-05 Tom de Vries <tdevries@suse.de>
5669
5670 * gdb.dwarf2/varval.exp: Add test.
5671
dd083ee2
GB
56722018-09-04 Gary Benson <gbenson@redhat.com>
5673
5674 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5675 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5676
aef9346c
TT
56772018-08-31 Tom Tromey <tom@tromey.com>
5678
5679 * gdb.rust/simple.rs: Rename second variable "v".
5680
c67f2e15
AB
56812018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5682
5683 * gdb.base/funcargs.c (use_a): New function.
5684 (recurse): Call use_a.
5685
078a0207
KS
56862018-08-29 Keith Seitz <keiths@redhat.com>
5687
5688 * gdb.compile/compile-cplus-anonymous.cc: New file.
5689 * gdb.compile/compile-cplus-anonymous.exp: New file.
5690 * gdb.compile/compile-cplus-array-decay.cc: New file.
5691 * gdb.compile/compile-cplus-array-decay.exp: New file.
5692 * gdb.compile/compile-cplus-inherit.cc: New file.
5693 * gdb.compile/compile-cplus-inherit.exp: New file.
5694 * gdb.compile/compile-cplus-member.cc: New file.
5695 * gdb.compile/compile-cplus-member.exp: New file.
5696 * gdb.compile/compile-cplus-method.cc: New file.
5697 * gdb.compile/compile-cplus-method.exp: New file.
5698 * gdb.compile/compile-cplus-mod.c: "New" file.
5699 * gdb.compile/compile-cplus-namespace.cc: New file.
5700 * gdb.compile/compile-cplus-namespace.exp: New file.
5701 * gdb.compile/compile-cplus-nested.cc: New file.
5702 * gdb.compile/compile-cplus-nested.exp: New file.
5703 * gdb.compile/compile-cplus-print.c: "New" file.
5704 * gdb.compile/compile-cplus-print.exp: "New" file.
5705 * gdb.compile/compile-cplus-virtual.cc: New file.
5706 * gdb.compile/compile-cplus-virtual.exp: New file.
5707 * gdb.compile/compile-cplus.c: "New" file.
5708 * gdb.compile/compile-cplus.exp: "New" file.
5709 * lib/compile-support.exp: New file.
5710
b0f492b9
GB
57112018-08-16 Gary Benson <gbenson@redhat.com>
5712
5713 PR gdb/13000:
5714 * gdb.base/batch-exit-status.exp: New file.
5715 * gdb.base/batch-exit-status.good-commands: Likewise.
5716 * gdb.base/batch-exit-status.bad-commands: Likewise.
5717
36eb4c5f
AH
57182018-08-29 Alan Hayward <alan.hayward@arm.com>
5719
5720 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5721 (struct struct02): Likewise.
5722 (struct struct03): Likewise.
5723 (struct struct04): Likewise.
5724 (struct struct_01_01): New struct.
5725 (struct struct_01_02): Likewise.
5726 (struct struct_01_03): Likewise.
5727 (struct struct_01_04): Likewise.
5728 (struct struct_02_01): Likewise.
5729 (struct struct_02_02): Likewise.
5730 (struct struct_02_03): Likewise.
5731 (struct struct_02_04): Likewise.
5732 (struct struct_04_01): Likewise.
5733 (struct struct_04_02): Likewise.
5734 (struct struct_04_03): Likewise.
5735 (struct struct_04_04): Likewise.
5736 (struct struct_05_01): Likewise.
5737 (struct struct_05_02): Likewise.
5738 (struct struct_05_03): Likewise.
5739 (struct struct_05_04): Likewise.
5740 (cmp_struct01): Remove function.
5741 (cmp_struct02): Likewise.
5742 (cmp_struct03): Likewise.
5743 (cmp_struct04): Likewise.
5744 (cmp_struct_01_01): Add Function.
5745 (cmp_struct_01_02): Likewise.
5746 (cmp_struct_01_03): Likewise.
5747 (cmp_struct_01_04): Likewise.
5748 (cmp_struct_02_01): Likewise.
5749 (cmp_struct_02_02): Likewise.
5750 (cmp_struct_02_03): Likewise.
5751 (cmp_struct_02_04): Likewise.
5752 (cmp_struct_04_01): Likewise.
5753 (cmp_struct_04_02): Likewise.
5754 (cmp_struct_04_03): Likewise.
5755 (cmp_struct_04_04): Likewise.
5756 (cmp_struct_05_01): Likewise.
5757 (cmp_struct_05_02): Likewise.
5758 (cmp_struct_05_03): Likewise.
5759 (cmp_struct_05_04): Likewise.
5760 (call_all): Add new structs.
5761 * gdb.base/infcall-nested-structs.exp: Likewise.
5762
3bf9c013
JV
57632018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5764
5765 * gdb.python/py-framefilter-mi.exp: Update regexp to
5766 check for "arch" field in frame output.
5767
450d1e88
KB
57682018-08-23 Kevin Buettner <kevinb@redhat.com>
5769
5770 * gdb.dwarf2/dw2-ranges-func.c: New file.
5771 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5772
ae739fe7
SM
57732018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5774
5775 * gdb.base/term.exp: Compare terminal settings with values from
5776 the inferior.
5777 * gdb.base/term.c: Get and set terminal settings.
5778
6d52907e
JV
57792018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5780
5781 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5782 accommodate new "arch" field in frame output.
5783 * gdb.mi/mi-return.exp: Likewise.
5784 * gdb.mi/mi-stack.exp: Likewise.
5785 * gdb.mi/mi-syn-frame.exp: Likewise.
5786 * gdb.mi/user-selected-context-sync.exp: Likewise.
5787
be2d111a
MS
57882018-08-19 Michael Spang <spang@google.com>
5789
5790 PR gdb/11786
5791 * gdb.base/gcore-tls-pie.c: New file.
5792 * gdb.base/gcore-tls-pie.exp: New file.
5793
ae3a7c47
KB
57942018-08-18 Kevin Buettner <kevinb@redhat.com>
5795
5796 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5797 * gdb.dwarf2/varval.c: New file.
5798 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5799
2ecae92e
AH
58002018-08-17 Alan Hayward <alan.hayward@arm.com>
5801
5802 PR gdb/18931
5803 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5804
c1854f1d
KS
58052018-08-16 Keith Seitz <keiths@redhat.com>
5806
5807 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5808 tests expected to pass.
5809
26fb3983
JV
58102018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5811
5812 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5813 -data-disassemble -a.
5814 (test_disassembly_bogus_args): Likewise.
5815
67943c00
AB
58162018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5817
5818 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5819
5ff2bbae
AB
58202018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5821
5822 * gdb.base/vla-optimized-out.exp: Add new test.
5823
e5bbcd0f
AB
58242018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5825
5826 * gdb.base/vla-optimized-out-o3.exp: Delete.
5827 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5828 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5829 deleted tests.
5830
9d4a934c
AB
58312018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5832
5833 PR gdb/18050:
5834 * gdb.server/extended-remote-restart.c: New file.
5835 * gdb.server/extended-remote-restart.exp: New file.
5836
045cf012
SM
58372018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5838
5839 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5840 "set variable index = 42".
5841
87d6a7aa
SM
58422018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5843
5844 * boards/index-cache-gdb.exp: New file.
5845 * gdb.dwarf2/index-cache.exp: New file.
5846 * gdb.dwarf2/index-cache.c: New file.
5847 * gdb.base/maint.exp: Check if we are using the index cache.
5848
96d68bd4
RO
58492018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5850
5851 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5852 MAKEFLAGS.
5853
5a699617
RO
58542018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5855
5856 * dg-extract-results.sh: Move to toplevel contrib.
5857 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5858 * Makefile.in (check-parallel-racy): Likewise.
5859
5bd18990
AB
58602018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5861
5862 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5863 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5864 tests if the target supports scheduler locking.
5865
3fbbcf47
TV
58662018-08-04 Tom de Vries <tdevries@suse.de>
5867
5868 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5869
3e1d3d8c
TT
58702018-08-02 Tom Tromey <tom@tromey.com>
5871
5872 PR symtab/16842.
5873 * gdb.cp/temargs.exp: Test "info address" of a template
5874 parameter.
5875
5abe0f0c
JV
58762018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5877
5878 * gdb.python/py-mi-var-info-path-expression.c: New file.
5879 * gdb.python/py-mi-var-info-path-expression.py: New file.
5880 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5881
fb66cde8
SDJ
58822018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5883
5884 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5885 error after "cannot resolve name" string.
5886
c708f4d2
AB
58872018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5888
5889 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5890 started.
5891 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5892
37cc0cae
TV
58932018-07-28 Tom de Vries <tdevries@suse.de>
5894
5895 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5896
63b4ecf7
TV
58972018-07-26 Tom de Vries <tdevries@suse.de>
5898
5899 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5900
3c3bb058
AB
59012018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5902
5903 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5904 is visible.
5905
9e7f3bbb
TV
59062018-07-26 Tom de Vries <tdevries@suse.de>
5907
5908 PR breakpoints/23366
5909 * gdb.base/catch-follow-exec.c: New test.
5910 * gdb.base/catch-follow-exec.exp: New file.
5911
16f808ec
TV
59122018-07-25 Tom de Vries <tdevries@suse.de>
5913
5914 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5915 vla-optimized-out.c.
5916
d7154a8d
JV
59172018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5918
5919 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5920 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5921
232a0032
TV
59222018-07-20 Tom de Vries <tdevries@suse.de>
5923
5924 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5925 NOCLONE macro.
5926 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5927
fbb1d502
TV
59282018-07-19 Tom de Vries <tdevries@suse.de>
5929
5930 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5931 regular expression.
5932
42dc7699
TV
59332018-07-18 Tom de Vries <tdevries@suse.de>
5934
5935 * gdb.base/vla-optimized-out.c: New test.
5936 * gdb.base/vla-optimized-out.exp: New file.
5937
7f1f7e23
SDJ
59382018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5939
5940 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5941 message "No address associated with hostname" when gdbserver
5942 cannot resolve the hostname.
5943
5759ebb3
PW
59442018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5945
5946 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5947 Add some test prefixes to make tests unique.
5948
3606ccab
PW
59492018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5950
5951 * gdb.base/frameapply.c: New file.
5952 * gdb.base/frameapply.exp: New file.
5953
529c08b2
PW
59542018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5955
5956 * gdb.base/skip.exp: Update expected error message.
5957
c7ab0aef
SDJ
59582018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5959 Jan Kratochvil <jan.kratochvil@redhat.com>
5960 Paul Fertser <fercerpav@gmail.com>
5961 Tsutomu Seki <sekiriki@gmail.com>
5962
5963 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5964 parameter.
5965 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5966 by default.
5967 * boards/native-gdbserver.exp: Likewise.
5968 * gdb.server/run-without-local-binary.exp: Improve regexp used
5969 for detecting when a remote debugging connection succeeds.
5970 * gdb.server/server-connect.exp: New file.
5971 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5972 Do not prefix the port number with ":".
5973 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5974 support for detecting and using it. Add '$debughost_gdbserver'
5975 to the list of arguments used to start gdbserver. Handle case
5976 when gdbserver cannot resolve a network name.
5977
16ff70dd
SDJ
59782018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5979
5980 PR c++/23373
5981 * gdb.base/ptype-offsets.cc (struct static_member): New
5982 struct.
5983 (main) <stmember>: New variable.
5984 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5985 with a static member in it.
5986
3541979f
AB
59872018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5988
5989 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5990 watchpoints enabled and disabled.
5991
c8ad9b9a
AB
59922018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5993
5994 * gdb.base/examine-backward.exp: Still run tests around address
5995 0x0, even if address 0x0 is not readable. Update the pattern for
5996 matching address 0x0 in expected output.
5997
e0e5e971
AB
59982018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5999
6000 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6001 malloc/free.
6002
1ea5da02
TV
60032018-07-04 Tom de Vries <tdevries@suse.de>
6004
6005 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6006
471b9d15
MR
60072018-07-02 Maciej W. Rozycki <macro@mips.com>
6008
6009 PR tdep/8282
6010 * gdb.arch/mips-disassembler-options.exp: New test.
6011 * gdb.arch/mips-disassembler-options.s: New test source.
6012
75acb486
PA
60132018-06-29 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.threads/names.exp: Adjust expected "info threads" output.
6016
cd2bb709
PA
60172018-06-29 Pedro Alves <palves@redhat.com>
6018
6019 * gdb.opt/inline-break.exp (line number, address): Add "info
6020 break" tests.
6021
991ff292
PA
60222018-06-29 Pedro Alves <palves@redhat.com>
6023
6024 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6025 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6026 number and address and running to them.
6027
356819b6 60282018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6029
6030 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6031
2512d7ef
JK
60322018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6033
6034 * lib/compiler.c: Remove executable permission flag.
6035
be1b6474
RB
60362018-06-28 Richard Bunt <richard.bunt@arm.com>
6037
6038 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6039 code.
6040 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6041
291f9a96
PT
60422018-06-28 Petr Tesarik <ptesarik@suse.cz>
6043
6044 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6045
ed6dfe51
PT
60462018-06-28 Petr Tesarik <ptesarik@suse.cz>
6047
6048 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6049 address argument is omitted.
6050
d4d429d5
PT
60512018-06-28 Petr Tesarik <ptesarik@suse.cz>
6052
6053 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6054
7ab6656f
OJ
60552018-06-27 Omair Javaid <omair.javaid@linaro.org>
6056
6057 PR gdb/21695
6058 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6059 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6060
a33ccfc7
TT
60612018-06-26 Tom Tromey <tom@tromey.com>
6062
6063 PR rust/22574:
6064 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6065 * gdb.rust/simple.rs (struct SimpleLayout): New.
6066
6d72d289
SM
60672018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6068
6069 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6070 "info registers" output.
6071
8363f9d5
RB
60722018-06-21 Richard Bunt <richard.bunt@arm.com>
6073
6074 * gdb.base/watchpoint-hw-attach.c: New test.
6075 * gdb.base/watchpoint-hw-attach.exp: New file.
6076
f00674fe
SM
60772018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6078
6079 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6080 through /bin/sh.
6081 * boards/dwarf4-gdb-index.exp: Likewise.
6082 * boards/fission-dwp.exp: Likewise.
6083
1d554008
UW
60842018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6085
6086 * gdb.base/float128.exp: Add comment and improved fail message
6087 to the failure case of "print large128" test.
6088
d0ac1c44
SM
60892018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6090
6091 * configure.ac: Remove AC_PREREQ.
6092 * configure: Re-generate.
6093
61b04dd0
PA
60942018-06-19 Pedro Alves <palves@redhat.com>
6095
6096 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6097 (func_extern_caller): New.
6098 (main): Call func_extern_caller.
6099 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6100 logic change.
6101
f63b508a
SM
61022018-06-18 Weimin Pan <weimin.pan@oracle.com>
6103
6104 PR gdb/16841
6105 * gdb.cp/typedef-base.cc: New file.
6106 * gdb.cp/typedef-base.exp: New file.
6107
0fe3a558
TV
61082018-06-18 Tom de Vries <tdevries@suse.de>
6109
6110 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6111
7010835a
AB
61122018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6113 Richard Bunt <Richard.Bunt@arm.com>
6114
6115 * gdb.threads/attach-slow-waitpid.c: New file.
6116 * gdb.threads/attach-slow-waitpid.exp: New file.
6117 * gdb.threads/slow-waitpid.c: New file.
6118
14897d65
PA
61192018-06-14 Pedro Alves <palves@redhat.com>
6120
6121 * gdb.base/fork-running-state.c: Include <errno.h>.
6122 (exit_if_relative_exits): New.
6123 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6124 exits.
6125 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6126 child exits.
6127
5d9a0608
TV
61282018-06-14 Tom de Vries <tdevries@suse.de>
6129
6130 PR cli/22573
6131 * gdb.base/finish-pretty.c: New test.
6132 * gdb.base/finish-pretty.exp: New file.
6133
11ae5818
PA
61342018-06-14 Pedro Alves <palves@redhat.com>
6135
6136 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6137 gdb's expected startup output.
6138
1d39de44
PA
61392018-06-14 Pedro Alves <palves@redhat.com>
6140
6141 * lib/selftest-support.exp (selftest_setup): Remove inlined
6142 function handling.
6143
70ee0000
TV
61442018-06-14 Tom de Vries <tdevries@suse.de>
6145
6146 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6147 matching of breakpoint printing.
6148
11f4b608
TV
61492018-06-13 Tom de Vries <tdevries@suse.de>
6150
6151 PR testsuite/23269
6152 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6153 (fork_child): ... here, and ...
6154 (fork_parent): ... here.
6155
61562018-06-12 Tom de Vries <tdevries@suse.de>
6157
6158 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6159
9516f85a
AB
61602018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6161 Stephen Roberts <stephen.roberts@arm.com>
6162
6163 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6164 rewrite test to describe action performed, rather than possible
6165 failure.
6166
5045b3d7
GB
61672018-06-08 Gary Benson <gbenson@redhat.com>
6168
6169 * gdb.threads/check-libthread-db.exp: New file.
6170 * gdb.threads/check-libthread-db.c: Likewise.
6171
c61b06a1
TT
61722018-06-05 Tom Tromey <tom@tromey.com>
6173
6174 * gdb.base/default.exp: Update expected "show version" output.
6175
eb6af809
TT
61762018-06-05 Tom Tromey <tom@tromey.com>
6177
6178 PR cli/12326:
6179 * gdb.cp/static-print-quit.exp: Update.
6180 * lib/gdb.exp (pagination_prompt): Update.
6181 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6182 * gdb.python/python.exp: Update.
6183
178d6a63
JB
61842018-06-04 Joel Brobecker <brobecker@adacore.com>
6185
6186 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6187
8e817061
JB
61882018-06-01 Joel Brobecker <brobecker@adacore.com>
6189
6190 * gdb.ada/bp_fun_addr: New testcase.
6191
e86ca25f
TT
61922018-06-01 Tom Tromey <tom@tromey.com>
6193
6194 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6195 results.
6196 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6197 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6198 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6199 * gdb.base/maint.exp (maint_pass_if): Update.
6200
4b2dfa9d
MR
62012018-05-31 Maciej W. Rozycki <macro@mips.com>
6202
6203 * gdb.base/endian.exp: New test.
6204 * gdb.base/endian.c: New test source.
6205
45f25d6c
AB
62062018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6207
6208 PR gdb/23203
6209 * gdb.base/bt-selected-frame.c: New file.
6210 * gdb.base/bt-selected-frame.exp: New file.
6211 * lib/gdb.exp (get_current_frame_number): New function.
6212
d9f6d7f8
MR
62132018-05-24 Maciej W. Rozycki <macro@mips.com>
6214 Pedro Alves <palves@redhat.com>
6215
6216 * gdb.threads/tls-core.c: Include <stdlib.h>
6217 (thread_proc): Call `abort'.
6218 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6219 (tls_core_test): New procedure, bits factored out from ...
6220 (top level): ... here. Test both native cores and gcore cores.
6221
ff1cf532
TT
62222018-05-23 Tom Tromey <tom@tromey.com>
6223
6224 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6225
b98664d3
TT
62262018-05-23 Tom Tromey <tom@tromey.com>
6227
6228 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6229 symfile_complaints.
6230 (test_short_complaints): Likewise.
6231 (test_empty_complaints): Likewise.
6232 (test_initial_complaints): Update.
6233
4e9668d0
TT
62342018-05-23 Tom Tromey <tom@tromey.com>
6235
6236 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6237
43ba33c7
TT
62382018-05-23 Tom Tromey <tom@tromey.com>
6239
6240 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6241 (test_short_complaints): Update.
6242
035522c0
PA
62432018-05-22 Pedro Alves <palves@redhat.com>
6244
6245 * gdb.base/remote.exp: Only gdb_start after compiling the
6246 testcase. Issue "disconnect" before testing "set remote" command
6247 defaults. Issue clean_restart before running to main.
6248
cc0be08f
PA
62492018-05-22 Pedro Alves <palves@redhat.com>
6250
6251 * gdb.base/remote.exp: Adjust expected output of "show remote
6252 memory-write-packet-size". Add tests for "set remote
6253 memory-write-packet-size 0" and "set remote
6254 memory-write-packet-size fixed/limit".
6255
b1b60145
PA
62562018-05-22 Pedro Alves <palves@redhat.com>
6257
6258 PR gdb/22973
6259 * gdb.base/utf8-identifiers.c: New file.
6260 * gdb.base/utf8-identifiers.exp: New file.
6261
0ec848ad
PFC
62622018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6263
6264 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6265
2c3305f6
PFC
62662018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6267
6268 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6269
ce1e8424
TT
62702018-05-18 Tom Tromey <tom@tromey.com>
6271
6272 * gdb.base/ptype-offsets.exp: Update.
6273
ddfe970e
KS
62742018-05-17 Keith Seitz <keiths@redhat.com>
6275
6276 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6277 in expected breakpoint stop locations.
6278 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6279 move to proper scope to test variable values.
6280 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6281 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6282 New functions.
6283 (main): Call not_inline_func3.
6284 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6285 inline_func1, inline_func2, and inline_func3. Test that when each
6286 breakpoint is hit, GDB properly reports both the stop location
6287 and the backtrace. Repeat tests for temporary breakpoints.
6288
0726fcc6
MR
62892018-05-15 Maciej W. Rozycki <macro@mips.com>
6290
6291 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6292 rather then trying to access it in determining whether the PID
6293 of `gdbserver' could have been retrieved.
6294
8ee22052
AB
62952018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6296
6297 * gdb.arch/amd64-init-x87-values.S: New file.
6298 * gdb.arch/amd64-init-x87-values.exp: New file.
6299
7785df48
JK
63002018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6301
6302 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6303
56bcdbea
TT
63042018-05-04 Tom Tromey <tom@tromey.com>
6305
6306 PR python/22730:
6307 * gdb.python/python.exp: Test multi-line execute.
6308
a913fffb
TT
63092018-05-04 Tom Tromey <tom@tromey.com>
6310
6311 PR python/22731:
6312 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6313
7a2c85f2
TT
63142018-05-04 Tom Tromey <tom@tromey.com>
6315
6316 PR gdb/11750:
6317 * gdb.base/define.exp: Test defining a user command inside a user
6318 command.
6319 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6320
a3b60e45
JK
63212018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6322 Pedro Alves <palves@redhat.com>
6323
6324 PR breakpoints/19806 and support for PR external/20207.
6325 * gdb.base/watchpoint-unaligned.c: New file.
6326 * gdb.base/watchpoint-unaligned.exp: New file.
6327
45fe4a03
AB
63282018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6329
6330 * gdb.base/maint.exp: Make test names unique, use
6331 test_prefix_command_help to test 'help maint info', and remove
6332 repeated test of 'help maint'.
6333
9be2ae8f
TT
63342018-05-04 Tom Tromey <tom@tromey.com>
6335
6336 PR gdb/22619:
6337 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6338 behavior.
6339
11859c31
AB
63402018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6341
6342 * gdb.base/maint.exp: Process output from 'maint print registers'
6343 line at a time.
6344
089a9490
AB
63452018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6346
6347 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6348 timeout.
6349
9b0797e2
AB
63502018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6351
6352 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6353 filter pattern.
6354
f6ac5f3d
PA
63552018-05-02 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6358 to_log_command renames.
6359 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6360
77d3c63b
TT
63612018-05-02 Tom Tromey <tom@tromey.com>
6362
6363 * gdb.python/py-parameter.exp: Set test message.
6364
0489430a
TT
63652018-05-02 Tom Tromey <tom@tromey.com>
6366
6367 PR python/20084:
6368 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6369 PARAM_ZUINTEGER_UNLIMITED tests.
6370
1632f8ba
DR
63712018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6372
6373 PR rust/23124
6374 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6375 when casting.
6376
6d7bb824
TT
63772018-04-30 Tom Tromey <tom@tromey.com>
6378
6379 * gdb.python/py-type.exp: Check align attribute.
6380 * gdb.python/py-type.c: New "aligncheck" global.
6381
007e1530
TT
63822018-04-30 Tom Tromey <tom@tromey.com>
6383
6384 PR exp/17095:
6385 * gdb.dwarf2/dw2-align.exp: New file.
6386 * gdb.cp/align.exp: New file.
6387 * gdb.base/align.exp: New file.
6388 * lib/gdb.exp (gdb_int128_helper): New proc.
6389 (has_int128_c, has_int128_cxx): New caching procs.
6390
6873858b
TT
63912018-04-27 Tom Tromey <tom@tromey.com>
6392
6393 PR rust/22545:
6394 * gdb.rust/simple.exp: Add inclusive range tests.
6395
79188d8d
PA
63962018-04-26 Pedro Alves <palves@redhat.com>
6397
6398 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6399 ifunc breakpoint locations correctly of ifunc breakpoints set
6400 while the program resolves the ifunc.
6401
c7075ad5
PA
64022018-04-26 Pedro Alves <palves@redhat.com>
6403
6404 * gdb.base/gnu-ifunc-final.c: New file.
6405 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6406 * gdb.base/gnu-ifunc.exp (executable): Delete.
6407 (staticexecutable): Adjust.
6408 (lib_opts, exec_opts): Delete.
6409 (make_binsuffix, build, set-break): New procedures.
6410 (misc_tests): New, with tests factored out from the top level.
6411 (top level): Test different combinations of ifunc resolver name,
6412 resolver with and with debug info, and ifunc target with and
6413 without debug info. Wrap static tests with with_target_prefix.
6414
8388016d
PA
64152018-04-26 Pedro Alves <palves@redhat.com>
6416
6417 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6418 return type" warnings.
6419
249b5733
PA
64202018-04-25 Pedro Alves <palves@redhat.com>
6421
6422 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6423 killed".
6424 * gdb.base/kill-after-signal.exp: Likewise.
6425 * gdb.threads/kill.exp: Likewise.
6426
f67c0c91
SDJ
64272018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6428 Sergio Durigan Junior <sergiodj@redhat.com>
6429 Pedro Alves <palves@redhat.com>
6430
6431 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6432 regexps to expect for '[Inferior ... detached]' as well.
6433 * gdb.base/attach.exp: Likewise.
6434 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6435 "gdb_continue_to_end".
6436 (test_catch_syscall_with_wrong_args): Likewise.
6437 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6438 ']'. Don't set 'verbose' on.
6439 * gdb.base/foll-vfork.exp: Likewise.
6440 * gdb.base/fork-print-inferior-events.c: New file.
6441 * gdb.base/fork-print-inferior-events.exp: New file.
6442 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6443 '[Inferior ... has been killed]' message.
6444 * gdb.base/kill-after-signal.exp: Likewise.
6445 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6446 detach message.
6447 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6448 message.
6449 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6450 regexps to expect for '[Inferior ... detached]' as well.
6451 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6452
0a8ddac4
SM
64532018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6454
6455 PR gdb/23104
6456 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6457
701adfb0
PA
64582018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6459
6460 PR gdb/23095
6461 * gdb.base/break-probes.exp: Pass shlib_load to
6462 prepare_for_testing. Set normal_bp to r_debug_state if target is
6463 bsd.
6464
d27d16bf
RB
64652018-04-19 Richard Bunt <richard.bunt@arm.com>
6466
6467 * gdb.threads/multiple-successive-infcall.c: New test.
6468 * gdb.threads/multiple-successive-infcall.exp: New file.
6469
a037790e
TT
64702018-04-17 Tom Tromey <tom@tromey.com>
6471
6472 * gdb.rust/simple.rs (Union): New type.
6473 (main): New local "u".
6474 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6475
e3a91079
AA
64762018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6477
6478 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6479 number information in output of "whereis" command.
6480 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6481
b744723f
AA
64822018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6483
6484 * gdb.ada/info_types.exp: Adjust expected output to the line
6485 numbers now printed by "info var/func/type".
6486 * gdb.base/completion.exp: Likewise.
6487 * gdb.base/included.exp: Likewise.
6488 * gdb.cp/cp-relocate.exp: Likewise.
6489 * gdb.cp/cplusfuncs.exp: Likewise.
6490 * gdb.cp/namespace.exp: Likewise.
6491 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6492
4a4495d6
MM
64932018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6494
6495 * gdb.btrace/cpu.exp: New.
6496
1d509aa6
MM
64972018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6498
6499 * gdb.base/step-indirect-call-thunk.exp: New.
6500 * gdb.base/step-indirect-call-thunk.c: New.
6501 * gdb.reverse/step-indirect-call-thunk.exp: New.
6502 * gdb.reverse/step-indirect-call-thunk.c: New.
6503
6295b6da
SM
65042018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6505
6506 * gdb.base/pie-fork.c: New file.
6507 * gdb.base/pie-fork.exp: New file.
6508
50146e70
TT
65092018-04-11 Tom Tromey <tom@tromey.com>
6510
6511 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6512
f50d8a2e
PA
65132018-04-10 Pedro Alves <palves@redhat.com>
6514
6515 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6516 exits. Instead loop running forever.
6517 (fork_parent): Run forever too.
6518
a0be7a36
SM
65192018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6520
6521 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6522 mi_continue_to_line.
6523 * gdb.mi/mi-stack.c (callee4): Add comment.
6524
9b73db36
SM
65252018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6526
6527 * gdb.mi/mi-stack.exp: Fix indentation.
6528
c912f608
SM
65292018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6530
6531 PR gdb/22979
6532 * gdb.arch/amd64-osabi.exp: New file.
6533
26540402
SM
65342018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6535
6536 PR gdb/22980
6537 * gdb.base/osabi.exp: New file.
6538
121ad66c 65392018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6540
6541 * gdb.cp/static-typedef-print.exp: New file.
6542 * gdb.cp/static-typedef-print.cc: New file.
6543
3fcded8f
JB
65442018-03-27 Joel Brobecker <brobecker@adacore.com>
6545
6546 * gdb.ada/varsize_limit: New testcase.
6547
59cc4834
JB
65482018-03-27 Joel Brobecker <brobecker@adacore.com>
6549
6550 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6551
6552 * gdb.ada/notcplusplus: New testcase.
6553
6554 * gdb.base/c-linkage-name.c: New file.
6555 * gdb.base/c-linkage-name.exp: New testcase.
6556
4ca59a9f
TT
65572018-03-26 Tom Tromey <tom@tromey.com>
6558
6559 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6560 * gdb.python/py-framefilter.py (name_error): New global.
6561 (ErrorInName.function): Use name_error.
6562
978d6c75
TT
65632018-03-26 Tom Tromey <tom@tromey.com>
6564
6565 PR backtrace/15582:
6566 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6567
b7fee5a3
KS
65682018-03-23 Keith Seitz <keiths@redhat.com>
6569
6570 PR c++/22968
6571 * gdb.cp/subtypes.exp: New file.
6572 * gdb.cp/subtypes.h: New file.
6573 * gdb.cp/subtypes.cc: New file.
6574 * gdb.cp/subtypes-2.cc: New file.
6575
376be529
AB
65762018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6577
6578 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6579 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6580 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6581 -nostartfiles when compiling the test. Confirm that all registers
6582 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6583
066cfa98
AB
65842018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6585
6586 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6587 option, syntax was wrong anyway.
6588 * gdb.arch/arm-disp-step.exp: Likewise.
6589 * gdb.arch/sparc64-regs.exp: Likewise.
6590 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6591 option, syntax was wrong anyway, switch to use
6592 prepare_for_testing.
6593 * gdb.arch/i386-disp-step.exp: Likewise.
6594
079670b9
AA
65952018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6596
6597 * gdb.ada/exec_changed.exp: Replace "target_info exists
6598 use_gdb_stub" by "use_gdb_stub".
6599 * gdb.ada/start.exp: Likewise.
6600 * gdb.base/async-shell.exp: Likewise.
6601 * gdb.base/attach-pie-misread.exp: Likewise.
6602 * gdb.base/attach-wait-input.exp: Likewise.
6603 * gdb.base/break-entry.exp: Likewise.
6604 * gdb.base/break-interp.exp: Likewise.
6605 * gdb.base/dprintf-detach.exp: Likewise.
6606 * gdb.base/nostdlib.exp: Likewise.
6607 * gdb.base/solib-nodir.exp: Likewise.
6608 * gdb.base/statistics.exp: Likewise.
6609 * gdb.base/testenv.exp: Likewise.
6610 * gdb.mi/mi-exec-run.exp: Likewise.
6611 * gdb.mi/mi-start.exp: Likewise.
6612 * gdb.multi/dummy-frame-restore.exp: Likewise.
6613 * gdb.multi/multi-arch-exec.exp: Likewise.
6614 * gdb.multi/multi-arch.exp: Likewise.
6615 * gdb.multi/tids.exp: Likewise.
6616 * gdb.multi/watchpoint-multi.exp: Likewise.
6617 * gdb.python/py-events.exp: Likewise.
6618 * gdb.threads/attach-into-signal.exp: Likewise.
6619 * gdb.threads/attach-stopped.exp: Likewise.
6620 * gdb.threads/threadapply.exp: Likewise.
6621 * lib/selftest-support.exp: Likewise.
6622
26d6cec4
AA
66232018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6624
6625 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6626
4ee89e90
SR
66272018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6628
6629 * gdb.perf/template-breakpoints.cc: New file.
6630 * gdb.perf/template-breakpoints.exp: New file.
6631 * gdb.perf/template-breakpoints.py: New file.
6632
92630041
TT
66332018-03-19 Tom Tromey <tom@tromey.com>
6634
6635 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6636 y0.
6637 * gdb.rust/simple.exp: Test bare identifier form of struct
6638 initializer.
6639
76727919
TT
66402018-03-19 Tom Tromey <tom@tromey.com>
6641
6642 * gdb.gdb/observer.exp: Remove.
6643
194ed413
AA
66442018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6645
6646 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6647 "qualified" option when setting breakpoints.
6648 * gdb.trace/backtrace.exp: Likewise.
6649 * gdb.trace/circ.exp: Likewise.
6650 * gdb.trace/collection.exp: Likewise.
6651 * gdb.trace/disconnected-tracing.exp: Likewise.
6652 * gdb.trace/ftrace-lock.exp: Likewise.
6653 * gdb.trace/ftrace.exp: Likewise.
6654 * gdb.trace/infotrace.exp: Likewise.
6655 * gdb.trace/packetlen.exp: Likewise.
6656 * gdb.trace/passc-dyn.exp: Likewise.
6657 * gdb.trace/qtro.exp: Likewise.
6658 * gdb.trace/read-memory.exp: Likewise.
6659 * gdb.trace/report.exp: Likewise.
6660 * gdb.trace/signal.exp: Likewise.
6661 * gdb.trace/status-stop.exp: Likewise.
6662 * gdb.trace/strace.exp: Likewise.
6663 * gdb.trace/tfind.exp: Likewise.
6664 * gdb.trace/trace-break.exp: Likewise.
6665 * gdb.trace/trace-condition.exp: Likewise.
6666 * gdb.trace/trace-mt.exp: Likewise.
6667 * gdb.trace/tstatus.exp: Likewise.
6668 * gdb.trace/tsv.exp: Likewise.
6669 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6670 * gdb.trace/unavailable.exp: Likewise.
6671 * gdb.trace/while-dyn.exp: Likewise.
6672
8b067d2c
AA
66732018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6674
6675 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6676 that libinproctrace is copied to the target.
6677
3ae9ce5d
TT
66782018-03-14 Tom Tromey <tom@tromey.com>
6679
6680 PR cli/14977:
6681 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6682 a null pointer.
6683 * gdb.base/wchar.exp: Likewise.
6684
b8c2339b
TT
66852018-03-14 Tom Tromey <tom@tromey.com>
6686
6687 PR cli/19918:
6688 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6689 flag.
6690
4872dc46
SM
66912018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6692
6693 PR gdb/22841
6694 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6695 "target" to remote_exec.
6696
e4fe3756
SM
66972018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6698
6699 PR gdb/22841
6700 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6701 ${board}_upload): Remove.
6702
e95a97d4
AA
67032018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6704
6705 * gdb.cp/watch-cp.cc: New test.
6706 * gdb.cp/watch-cp.exp: New file.
6707
dbbb1059
AB
67082018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6709
6710 * gdb.base/infcall-nested-structs.exp: New file.
6711 * gdb.base/infcall-nested-structs.c: New file.
6712 * gdb.base/float.exp: Add riscv support.
6713
ecc054c0
TP
67142018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6715
6716 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6717 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6718
25e3c82c
SDJ
67192018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6720
6721 * gdb.server/abspath.exp: New file.
6722 * lib/gdb.exp (with_cwd): New procedure.
6723
3083294d
SM
67242018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6725
6726 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6727 use it.
6728 (gdb_is_target_remote_prompt): New proc.
6729 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6730 (gdb_is_target_native): Pass prompt parameter to
6731 gdb_is_target_1.
6732
3275ef47
SM
67332018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6734
6735 * gdb.base/load-command.c: New file.
6736 * gdb.base/load-command.exp: New file.
6737 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6738 (gdb_is_target_1): ...this, and generalize for other targets
6739 than just remote.
6740 (gdb_is_target_remote): Use gdb_is_target_1.
6741 (gdb_is_target_native): use gdb_is_target_1.
6742
6893c19a
TT
67432018-02-26 Tom Tromey <tom@tromey.com>
6744
6745 PR python/16497:
6746 * gdb.python/py-framefilter.exp: Update test.
6747
2ddeaf8a
TT
67482018-02-26 Tom Tromey <tom@tromey.com>
6749
6750 * gdb.dwarf2/variant.c: New file.
6751 * gdb.dwarf2/variant.exp: New file.
6752
c9317f21
TT
67532018-02-26 Tom Tromey <tom@tromey.com>
6754
6755 * gdb.rust/simple.exp: Accept more possible results in enum test.
6756
6f6d0c26
SM
67572018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6758
6759 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6760 parentheses.
6761
11b03145
MR
67622018-02-23 Maciej W. Rozycki <macro@mips.com>
6763
6764 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6765 name of a variable: $actual_linejj -> $actual_line.
6766
54a27fe5
JB
67672018-02-21 John Baldwin <jhb@FreeBSD.org>
6768
6769 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6770
de65820c
MM
67712018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6772
6773 * gdb.btrace/buffer-size.exp: Do not force BTS.
6774
980548fd
PA
67752018-02-14 Pedro Alves <palves@redhat.com>
6776
6777 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6778 getting a "Quit".
6779
c4e12631
MM
67802018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6781
6782 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6783 Fix test name.
6784
c2e0e465
SM
67852018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6786
6787 * gdb.cp/m-static.exp: Check type of optimized out static
6788 member.
6789
f7216783
AB
67902018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6791
6792 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6793 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6794
0625771b
LS
67952018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6796 Leszek Swirski <leszeks@google.com>
6797
6798 * gdb.python/py-prettyprint.c
6799 (struct to_string_returns_value_inner,
6800 struct to_string_returns_value_wrapper): New.
6801 (main): Add tsrvw variable.
6802 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6803 ToStringReturnsValueWrapper): New classes.
6804 (register_pretty_printers): Register new pretty-printers.
6805 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6806 recursive pretty printer.
6807 * gdb.python/py-mi.exp: Likewise.
6808
59498c30
LS
68092018-02-01 Leszek Swirski <leszeks@google.com>
6810
6811 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6812 functions with the same name as an include file are parsed
6813 correctly.
6814
d4d38844
YQ
68152018-02-01 Yao Qi <yao.qi@linaro.org>
6816
6817 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6818 "\[^\r\n\]*".
6819
07e5f5cf
NP
68202018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6821
6822 * gdb.arch/powerpc-prologue-frame.s: New file.
6823 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6824 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6825
929b5ad4
JB
68262018-01-31 Joel Brobecker <brobecker@adacore.com>
6827
6828 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6829
e671cd59
PA
68302018-01-30 Pedro Alves <palves@redhat.com>
6831
6832 PR gdb/13211
6833 * gdb.base/interrupt-daemon.c: New.
6834 * gdb.base/interrupt-daemon.exp: New.
6835 * gdb.multi/multi-term-settings.c: New.
6836 * gdb.multi/multi-term-settings.exp: New.
6837
fc413dc4
JB
68382018-01-30 Joel Brobecker <brobecker@adacore.com>
6839
6840 * gdb.base/break.exp: Save the location where the breakpoint
6841 on break.c:47 was actually inserted when debugging the version
6842 compiled at -O2 and use it in the expected output of the "info
6843 break" test performed soon after.
6844
5c319bb2
PA
68452018-01-22 Pedro Alves <palves@redhat.com>
6846 Sergio Durigan Junior <sergiodj@redhat.com>
6847
6848 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6849 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6850
a9e40818
JB
68512018-01-22 Joel Brobecker <brobecker@adacore.com>
6852
6853 * gdb.base/break-include.c, gdb.base/break-include.inc,
6854 gdb.base/break-include.exp: New files.
6855 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6856 line number now being the actual line number where the breakpoint
6857 was inserted.
6858 * gdb.mi/mi-break.exp: Likewise.
6859 * gdb.mi/mi-reverse.exp: Likewise.
6860 * gdb.mi/mi-simplerun.exp: Ditto.
6861
e707fc44
AB
68622018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6863
6864 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6865 varobj.
6866 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6867
ae451627
AB
68682018-01-21 Don Breazeal <donb@codesourcery.com>
6869 Andrew Burgess <andrew.burgess@embecosm.com>
6870
6871 * gdb.mi/basics.c: Add new global.
6872 * gdb.mi/mi-frame-regs.exp: New file.
6873 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6874 case.
6875
b1b189e0
AB
68762018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6877
6878 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6879 non-parameter, and on an unknown symbol.
6880
fcfcc376
TT
68812018-01-19 Tom Tromey <tom@tromey.com>
6882
6883 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6884 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6885
634c1c31
AA
68862018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6887
6888 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6889 setrlimit and chdir to int.
6890
d6ad07fd
AA
68912018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6892
6893 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6894 function.
6895 (my_tend): Likewise.
6896 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6897 rationale of avoiding FP- and vector instructions.
6898
adf8243b
RK
68992018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6900
6901 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6902 "info reg" with "\[ \t\]*".
6903 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6904 "\[ \t\]+".
6905 * gdb.arch/s390-multiarch.exp: Ditto.
6906 * gdb.base/pc-fp.exp: Ditto.
6907 * gdb.reverse/i386-precsave.exp: Ditto.
6908 * gdb.reverse/i386-reverse.exp: Ditto.
6909 * gdb.reverse/i387-env-reverse.exp: Ditto.
6910 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6911
dcc06925
AA
69122018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6913
6914 * lib/gdb.exp (gdb_compile): Re-enable use of
6915 universal_compile_options for languages other than Rust.
6916
25d4fd80
AA
69172018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6918
6919 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6920
ee7f689e 69212018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6922
6923 PR gdb/16577
6924 * gdb.base/solib-vanish.exp: New.
6925 * gdb.base/solib-vanish-main.c: New.
6926 * gdb.base/solib-vanish-lib1.c: New.
6927 * gdb.base/solib-vanish-lib2.c: New.
6928
d8447b6b
YQ
69292018-01-17 Yao Qi <yao.qi@linaro.org>
6930
6931 * gdb.compile/compile.exp: Match the address printed for
6932 frame in the output of command "bt".
6933
86d6a90c
TT
69342018-01-15 Tom Tromey <tom@tromey.com>
6935
6936 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6937 compute sp_reg.
6938
cbcdb1aa
AB
69392018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6940
6941 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6942 to prepare.
6943 (prepare): Return 0 on error, 1 on success.
6944
eea61984
PA
69452018-01-12 Pedro Alves <palves@redhat.com>
6946
6947 * gdb.base/continue-after-aborted-step-over.c: New.
6948 * gdb.base/continue-after-aborted-step-over.exp: New.
6949
6181e9c2
SM
69502018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6951
6952 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6953 options when not creating an executable.
6954
3cada740
PA
69552018-01-11 Pedro Alves <palves@redhat.com>
6956
6957 PR remote/22597
6958 * gdb.server/stop-reply-no-thread.c: New file.
6959 * gdb.server/stop-reply-no-thread.exp: New file.
6960
c63d3e8d
PA
69612018-01-10 Pedro Alves <palves@redhat.com>
6962
6963 PR gdb/22670
6964 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6965 functions too. Test setting breakpoints and printing C functions
6966 with no debug info too.
6967 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6968
d4c2a405
PA
69692018-01-10 Pedro Alves <palves@redhat.com>
6970
6971 PR gdb/22670
6972 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6973 a fail.
6974
8825213e
PA
69752018-01-10 Pedro Alves <palves@redhat.com>
6976
6977 PR gdb/22670
6978 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6979
605fd3c6
YQ
69802018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6981
6982 * gdb.server/unittest.exp: Match the output in non-development
6983 mode.
6984
1e5ded6c
YQ
69852018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6986
6987 * gdb.gdb/unittest.exp: Match output in non-development mode.
6988
30066b0b
JB
69892018-01-08 Joel Brobecker <brobecker@adacore.com>
6990
6991 * gdb.ada/access_tagged_param.exp: Relax expected output
6992 for value of "ObjL" in "continue" to pck.inspect breakpoint
6993 test.
6994
04bafb1e
XR
69952018-01-08 Joel Brobecker <brobecker@adacore.com>
6996
9f86398b
JB
6997 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6998 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 6999
e379cee6
PA
70002018-01-05 Pedro Alves <palves@redhat.com>
7001
7002 PR gdb/18653
7003 * gdb.base/libsegfault.exp: New.
7004
de63c46b
PA
70052018-01-05 Joel Brobecker <brobecker@adacore.com>
7006
7007 PR gdb/22670
7008 * gdb.ada/access_tagged_param.exp: New file.
7009 * gdb.ada/access_tagged_param/foo.adb: New file.
7010
f98fc17b
PA
70112018-01-05 Pedro Alves <palves@redhat.com>
7012
7013 PR gdb/22670
7014 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7015 exercise lower case too, and to exercise both full matching and
7016 wild matching.
7017
342f8240
JB
70182018-01-05 Joel Brobecker <brobecker@adacore.com>
7019
7020 * gdb.ada/rename_subscript_param: New testcase.
7021
7150d33c
JG
70222018-01-05 Jerome Guitton <guitton@adacore.com>
7023
7024 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7025
cc0e770c
JB
70262018-01-05 Joel Brobecker <brobecker@adacore.com>
7027
7028 * gdb.ada/convvar_comp: New testcase.
7029
672a41aa 70302018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7031
7032 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7033 (My_Table): New global variable.
7034 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7035
7365ec2f
JB
70362018-01-04 Joel Brobecker <brobecker@adacore.com>
7037
7038 PR gdb/22670
7039 * gdb.ada/maint_with_ada: New testcase.
7040
289483b6
JB
70412018-01-04 Joel Brobecker <brobecker@adacore.com>
7042
7043 PR gdb/22670
7044 * gdb.ada/bp_c_mixed_case: New testcase.
7045
344420da
JB
70462018-01-04 Joel Brobecker <brobecker@adacore.com>
7047
7048 PR gdb/22670
7049 * gdb.ada/complete.exp: Add "complete break ada" test.
7050
66fc87a0
JB
70512018-01-04 Joel Brobecker <brobecker@adacore.com>
7052
7053 PR gdb/22670
7054 * gdb.ada/info_addr_mixed_case: New testcase.
7055
9f757bf7
XR
70562018-01-03 Xavier Roirand <roirand@adacore.com>
7057
7058 * gdb.ada/excep_handle.exp: New testcase.
7059 * gdb.ada/excep_handle/foo.adb: New file.
7060 * gdb.ada/excep_handle/pck.ads: New file.
7061
bd570f80
JB
70622018-01-03 Joel Brobecker <brobecker@adacore.com>
7063
7064 * gdb.base/step-line.c: Add extra empty line in copyright header.
7065 * gdb.base/step-line.inp: Likewise.
7066
9fe561ab
JB
70672018-01-02 Joel Brobecker <brobecker@adacore.com>
7068
7069 * gdb.ada/dyn_stride.exp: Add slice test.
7070
a405673c
JB
70712018-01-02 Joel Brobecker <brobecker@adacore.com>
7072
7073 * gdb.ada/dyn_stride: New testcase.
7074
cef0f868
SH
70752017-12-27 Stafford Horne <shorne@gmail.com>
7076
7077 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7078 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7079
b67d92b0
SH
70802017-12-27 Stafford Horne <shorne@gmail.com>
7081
7082 * gdb.base/reggroups.c: New file.
7083 * gdb.base/reggroups.exp: New file.
7084
eccab96d
JB
70852017-12-18 Joel Brobecker <brobecker@adacore.com>
7086
7087 * gdb.dwarf2/ada-valprint-error.c: New file.
7088 * gdb.dwarf2/ada-valprint-error.exp: New file.
7089
0e2da9f0
JB
70902017-12-18 Joel Brobecker <brobecker@adacore.com>
7091
7092 * gdb.ada/assign_arr: New testcase.
7093
cb923fcc
XR
70942017-12-18 Xavier Roirand <roirand@adacore.com>
7095
7096 * gdb.ada/funcall_ptr: New testcase.
7097
7c161838
SDJ
70982017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7099
7100 PR cli/16224
7101 * gdb.base/ptype-offsets.cc: New file.
7102 * gdb.base/ptype-offsets.exp: New file.
7103
1af17fd9
YQ
71042017-12-15 Yao Qi <yao.qi@linaro.org>
7105
7106 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7107 if XML is disabled.
7108
828d5846
XR
71092017-12-15 Xavier Roirand <roirand@adacore.com>
7110
7111 * gdb.ada/same_component_name: New testcase.
7112
79e8fcaa
JB
71132017-12-14 Joel Brobecker <brobecker@adacore.com>
7114
7115 * gdb.ada/str_binop_equal: New testcase.
7116
e05fa6f9
JB
71172017-12-14 Joel Brobecker <brobecker@adacore.com>
7118
7119 * gdb.ada/task_switch_in_core: New testcase.
7120
b89641ba
SM
71212017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7122
7123 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7124 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7125 call test_bkpt_qualified.
7126 (test_bkpt_qualified): New proc.
7127
6892d2e4
PA
71282017-12-13 Pedro Alves <palves@redhat.com>
7129
7130 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7131 Tighten regexp by matching with an anchor.
7132
a22ecf70
PA
71332017-12-13 Pedro Alves <palves@redhat.com>
7134
7135 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7136 ("expression with namespace"): New set of tests.
7137 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7138 (Nested::Test_NS::qux): New.
7139 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7140 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7141
9937536c
JB
71422017-12-13 Joel Brobecker <brobecker@adacore.com>
7143
7144 * gdb.base/server-del-break.c: New file.
7145 * gdb.base/server-del-break.exp: New file.
7146
fe49c6f5
SH
71472017-12-12 Stafford Horne <shorne@gmail.com>
7148
7149 * gdb.xml/tdesc-regs.exp: Add or1k support.
7150
c3d18620
SH
71512017-12-12 Stafford Horne <shorne@gmail.com>
7152
7153 * gdb.base/bp-permanent.c: Define nop of or1k.
7154
c5f9cfc8
JB
71552017-12-11 Joel Brobecker <brobecker@adacore.com>
7156
7157 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7158 output with components being reordered.
7159
a9c135fc
JB
71602017-12-11 Joel Brobecker <brobecker@adacore.com>
7161
7162 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7163 output with components being reordered.
7164
927aa2e7
JK
71652017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7166 Pedro Alves <palves@redhat.com>
7167
7168 * gdb.base/maint.exp (check for .gdb_index): Check also for
7169 .debug_names.
7170 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7171 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7172 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7173 (.gdb_index used after symbol reloading): Support also .debug_names.
7174 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7175
f17d9474
YQ
71762017-12-08 Yao Qi <yao.qi@linaro.org>
7177
7178 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7179 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7180
a0de8c21
YQ
71812017-12-08 Yao Qi <yao.qi@linaro.org>
7182
7183 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7184 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7185
a738ea1d
YQ
71862017-12-08 Yao Qi <yao.qi@linaro.org>
7187
7188 * gdb.arch/aarch64-tagged-pointer.c: New file.
7189 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7190
1cd9a73b
SDJ
71912017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7192
7193 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7194 "int".
7195
fa6eb693
KS
71962017-12-07 Keith Seitz <keiths@redhat.com>
7197
7198 PR breakpoints/22569
7199 * gdb.linespec/ls-errs.exp: Change expected result of "break
7200 -source this file has spaces.c -line 3".
7201 Check that an explicit source file followed by whitespace is
7202 identified as an invalid explicit location.
7203
883fd55a
KS
72042017-12-07 Keith Seitz <keiths@redhat.com>
7205
7206 * gdb.cp/nested-types.cc: New file.
7207 * gdb.cp/nested-types.exp: New file.
7208 * lib/cp-support.exp: Load data-structures.exp library.
7209 (debug_cp_test_ptype_class): New global.
7210 (cp_ptype_class_verbose, next_line): New procedures.
7211 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7212 Add and document new return value.
7213 Switch the list of lines to a queue.
7214 Add support for new `type' key for nested type definitions.
7215 Add debugging/troubleshooting messages.
7216 * lib/data-structures.exp: New file.
7217
ec72db3e
SM
72182017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7219
7220 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7221 with proc_with_prefix, don't use with_test_prefix.
7222
99598d71
TT
72232017-12-07 Tom Tromey <tom@tromey.com>
7224
7225 * gdb.base/break.exp: Add test for empty "commands".
7226
a8806230
YQ
72272017-12-07 Yao Qi <yao.qi@linaro.org>
7228
7229 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7230 malloc and catch syscall.
7231
824cc835
PM
72322017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7233
e79be6e5 7234 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7235 tests for explicit locations.
7236
7cc244de
PA
72372017-12-06 Pedro Alves <palves@redhat.com>
7238
7239 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7240 force-disabling XML descriptions.
7241
50a1fdd5
PA
72422017-12-04 Pedro Alves <palves@redhat.com>
7243
7244 PR gdb/22499
7245 * gdb.arch/amd64-disp-step-avx.S: New file.
7246 * gdb.arch/amd64-disp-step-avx.exp: New file.
7247
f0fb2488
PA
72482017-12-03 Pedro Alves <palves@redhat.com>
7249
7250 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7251 and <string.h>.
7252 (parent_function): Print distinct messages when waitpid fails, or
7253 the child exits with a signal, or the child exits for an unhandled
7254 reason.
7255 * gdb.threads/process-dies-while-detaching.exp
7256 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7257 it. Wait for both inferior output and GDB's prompt. Use an
7258 indirect spawn id list.
7259 (do_detach): New parameter 'child_exit'. Use it to compute
7260 expected inferior output.
7261 (test_detach, test_detach_watch, test_detach_killed_outside):
7262 Adjust to pass down the expected child exit kind.
7263
97cbe998
SDJ
72642017-12-01 Joel Brobecker <brobecker@adacore.com>
7265 Sergio Durigan Junior <sergiodj@redhat.com>
7266 Pedro Alves <palves@redhat.com>
7267
7268 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7269
40fc416f
SDJ
72702017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7271
7272 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7273 to 'symbol-file' and 'add-symbol-file' can be
7274 position-independent.
7275
1cc75e92
YQ
72762017-12-01 Yao Qi <yao.qi@linaro.org>
7277
7278 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7279 the URL in copyright header.
7280 * gdb.arch/aarch64-fp.exp: Likewise.
7281 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7282 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7283 * gdb.base/expand-psymtabs.exp: Likewise.
7284 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7285 * gdb.fortran/common-block.exp: Likewise.
7286 * gdb.fortran/common-block.f90: Likewise.
7287 * gdb.fortran/logical.exp: Likewise.
7288 * gdb.fortran/vla-datatypes.f90: Likewise.
7289 * gdb.fortran/vla-sub.f90: Likewise.
7290
875fb7a7
JB
72912017-11-30 Joel Brobecker <brobecker@adacore.com>
7292
7293 * gdb.ada/repeat_dyn: New testcase.
7294
6f14765f
UW
72952017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7296
7297 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7298 Update for changed thread numbering.
7299 * gdb.cell/bt.exp: Update for changed GDB output.
7300
f1af7b94
SM
73012017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7302
7303 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7304 setting isremote by hand.
7305 * boards/dwarf4-gdb-index.exp: Likewise.
7306 * boards/fission.exp: Likewise.
7307 * boards/stabs.exp: Likewise.
7308
e3919f3e
PA
73092017-11-30 Pedro Alves <palves@redhat.com>
7310
7311 * gdb.linespec/cpls-ops.exp
7312 (check_explicit_skips_function_argument): Extract the underlying
7313 type of size_t instead of hardcoding it.
7314
bd69330d
PA
73152017-11-29 Pedro Alves <palves@redhat.com>
7316
7317 PR c++/19436
7318 * gdb.linespec/cpls-abi-tag.cc: New file.
7319 * gdb.linespec/cpls-abi-tag.exp: New file.
7320
a20714ff
PA
73212017-11-29 Pedro Alves <palves@redhat.com>
7322
7323 * gdb.base/langs.exp: Use -qualified.
7324 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7325 it.
7326 * gdb.cp/namespace.exp: Use -qualified.
7327 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7328 (overload-3, template-overload, template-ret-type, const-overload)
7329 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7330 procedures.
7331 (test_driver): Call them.
7332 * gdb.cp/save-bp-qualified.cc: New.
7333 * gdb.cp/save-bp-qualified.exp: New.
7334 * gdb.linespec/explicit.exp: Test -qualified.
7335 * lib/completion-support.exp (completion::explicit_opts_list): Add
7336 "-qualified".
7337 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7338
f6f1d339
PM
73392017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7340
7341 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7342
02ca603a
TT
73432017-11-29 Tom Tromey <tom@tromey.com>
7344
7345 * gdb.base/relocate.exp: Update invalid argument test.
7346 Add new tests for invalid arguments.
7347
ed6c0bfb
TP
73482017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7349
7350 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7351 Return 0 as a long.
7352 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7353
f106e10e
TP
73542017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7355
7356 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7357 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7358 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7359 func ().
7360 * gdb.cp/shadow.cc (B.func): Return 0.
7361
10329bb2
JB
73622017-11-27 Joel Brobecker <brobecker@adacore.com>
7363
7364 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7365 expected output in gdb_expect call to allow the exception
7366 message to be present as well. Fix syntax confusion to avoid
7367 TCL thinking that exception_name is an array.
7368
617cd4bc
UW
73692017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7370
7371 * gdb.arch/spu-info.c: Include <unistd.h>.
7372 (do_signal_test): Fix broken calls to write.
7373 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7374 Fix checks for empty mailboxes. Update signal tests for corrected
7375 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7376 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7377 * gdb.cell/arch.exp: Use standard_output_file.
7378 * gdb.cell/break.exp: Likewise.
7379 * gdb.cell/bt.exp: Likewise.
7380 * gdb.cell/core.exp: Likewise.
7381 * gdb.cell/dwarfaddr.exp: Likewise.
7382 * gdb.cell/ea-cache.exp: Likewise.
7383 * gdb.cell/ea-standalone.exp: Likewise.
7384 * gdb.cell/f-regs.exp: Likewise.
7385 * gdb.cell/fork.exp: Likewise.
7386 * gdb.cell/gcore.exp: Likewise.
7387 * gdb.cell/mem-access.exp: Likewise.
7388 * gdb.cell/ptype.exp: Likewise.
7389 * gdb.cell/registers.exp: Likewise.
7390 * gdb.cell/sizeof.exp: Likewise.
7391 * gdb.cell/solib-symbol.exp: Likewise.
7392 * gdb.cell/solib.exp: Likewise.
617cd4bc 7393
a81aaca0
PA
73942017-11-25 Pedro Alves <palves@redhat.com>
7395
7396 * gdb.base/complete-empty.exp: New file.
7397 * gdb.base/completion.exp: Adjust.
7398
6a3c6ee4
PA
73992017-11-25 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.linespec/cpls-ops.cc: New file.
7402 * gdb.linespec/cpls-ops.exp: New file.
7403 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7404 factored out from ...
7405 (test_complete_prefix_range): ... this.
7406
8955eb2d
PA
74072017-11-24 Pedro Alves <palves@redhat.com>
7408
7409 * gdb.linespec/cpcompletion.exp: New file.
7410 * gdb.linespec/cpls-hyphen.cc: New file.
7411 * gdb.linespec/cpls.cc: New file.
7412 * gdb.linespec/cpls2.cc: New file.
7413 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7414 test to use test_gdb_complete_unique. Add label completion,
7415 keyword completion and explicit location completion tests.
7416 * lib/completion-support.exp: New file.
7417
e547c119
JB
74182017-11-24 Joel Brobecker <brobecker@adacore.com>
7419
7420 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7421 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7422 when hitting an exception catchpoint.
7423
7c3c1aa8
YQ
74242017-11-22 Yao Qi <yao.qi@linaro.org>
7425
7426 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7427
41bd68f5
SM
74282017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7429
7430 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7431 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7432 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7433
1daad298
YQ
74342017-11-22 Yao Qi <yao.qi@linaro.org>
7435
7436 * gdb.base/info-os.exp: Pass pthreads.
7437 * gdb.multi/multi-attach.exp: Likewise.
7438
88465e87
YQ
74392017-11-22 Yao Qi <yao.qi@linaro.org>
7440
7441 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7442 compiler.
7443
dc196b23
YQ
74442017-11-22 Yao Qi <yao.qi@linaro.org>
7445
7446 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7447 * gdb.base/break-interp.exp: Likewise.
7448 * gdb.base/jit-attach-pie.exp: Likewise.
7449
2400729e
UW
74502017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7451
7452 * gdb.base/float128.c (large128): New variable.
7453 * gdb.base/float128.exp: Add test to print largest __float128 value.
7454
7a26362d
UW
74552017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7456
7457 * gdb.arch/vsx-regs.exp: Update register content checks.
7458
ed0f4273
UW
74592017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7460
7461 * gdb.arch/ppc-longdouble.exp: New file.
7462 * gdb.arch/ppc-longdouble.c: Likewise.
7463
a25d69c6
PA
74642017-11-21 Pedro Alves <palves@redhat.com>
7465
7466 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7467
73fcf641
PA
74682017-11-20 Pedro Alves <palves@redhat.com>
7469
7470 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7471 (long_double_typedef): New typedefs.
7472 Use DEF on double and long double.
7473 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7474 cases.
7475 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7476 and 'long_double_ptr_same_size' locals. Use them to decide
7477 whether cast from array/function to float is valid/invalid.
7478
71a3c369
TT
74792017-11-17 Tom Tromey <tom@tromey.com>
7480
7481 * gdb.rust/traits.rs: New file.
7482 * gdb.rust/traits.exp: New file.
7483
ced9779b
JB
74842017-11-17 Joel Brobecker <brobecker@adacore.com>
7485
7486 * gdb.ada/minsyms: New testcase.
7487
a0922d80
PA
74882017-11-16 Pedro Alves <palves@redhat.com>
7489
7490 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7491 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7492
ea04e54c
PA
74932017-11-16 Pedro Alves <palves@redhat.com>
7494
7495 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7496 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7497
e849ea89
PA
74982017-11-16 Pedro Alves <palves@redhat.com>
7499
7500 * gdb.server/reconnect-ctrl-c.c: New file.
7501 * gdb.server/reconnect-ctrl-c.exp: New file.
7502
d8ae99a7
PM
75032017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7504
7505 * gdb.python/py-rbreak.exp: New file.
7506 * gdb.python/py-rbreak.c: New file.
7507 * gdb.python/py-rbreak-func2.c: New file.
7508
968a13f8
PA
75092017-11-16 Pedro Alves <palves@redhat.com>
7510
7511 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7512 pattern.
7513 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7514 GDB.
7515
71774bc9
SM
75162017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7517
7518 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7519 regex.
7520
ddbb44cf
SM
75212017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7522
7523 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7524 test names.
7525
584a564f
PA
75262017-11-09 Pedro Alves <palves@redhat.com>
7527
7528 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7529 factored out from ...
7530 (top level): ... here, and adjusted to avoid expecting beyond the
7531 prompt in a single gdb_test_multiple.
7532
5ed7a928
PA
75332017-11-09 Pedro Alves <palves@redhat.com>
7534
7535 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7536 output.
7537 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7538 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7539 * gdb.server/ext-run.exp ("kill" test): Likewise.
7540 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7541
a60e0738
PA
75422017-11-09 Pedro Alves <palves@redhat.com>
7543
7544 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7545 match till end of line.
7546
2c88253f
PA
75472017-11-09 Pedro Alves <palves@redhat.com>
7548
7549 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7550
c7a38517
PA
75512017-11-09 Pedro Alves <palves@redhat.com>
7552
7553 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7554 New procedures, factored out from ...
7555 (top level): ... here, and adjusted to avoid expecting beyond the
7556 prompt in one go.
7557
f29f4b6b
PA
75582017-11-09 Pedro Alves <palves@redhat.com>
7559
7560 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7561 output. Fix '?' match.
7562
286acbb5
JB
75632017-11-08 Joel Brobecker <brobecker@adacore.com>
7564
7565 * gdb.ada/scoped_watch: New testcase.
7566 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7567 which is actually correct.
7568 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7569 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7570
62d7ae92
PA
75712017-11-08 Pedro Alves <palves@redhat.com>
7572
7573 * gdb.gdb/complaints.exp (test_initial_complaints)
7574 (test_serial_complaints, test_short_complaints): Call
7575 complaint_internal instead of complaint.
7576
280ca31f
DT
75772017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7578
7579 * gdb.threads/tls-core.c: New file.
7580 * gdb.threads/tls-core.exp: Likewise.
7581
b5ec771e
PA
75822017-11-08 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7585 (p Exported_Capitalized): New test.
7586 (p exported_capitalized): New test.
7587
a02b41a7
PA
75882017-11-07 Pedro Alves <palves@redhat.com>
7589
7590 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7591
95e95a6d
PA
75922017-11-07 Pedro Alves <palves@redhat.com>
7593
7594 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7595 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7596 (disable_invalid, disable_inverted, disable_negative): New
7597 procedures.
7598 ("bad numbers"): New set of tests.
7599
cee62dbd
PA
76002017-11-07 Pedro Alves <palves@redhat.com>
7601
7602 * gdb.cp/ena-dis-br-range.exp: Add tests.
7603
cc638e86
PA
76042017-11-07 Pedro Alves <palves@redhat.com>
7605
7606 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7607
d0fe4701
XR
76082017-11-07 Xavier Roirand <roirand@adacore.com>
7609 Pedro Alves <palves@redhat.com>
7610
7611 * gdb.base/ena-dis-br.exp: Add reference to
7612 gdb.cp/ena-dis-br-range.exp.
7613 * gdb.cp/ena-dis-br-range.exp: New file.
7614 * gdb.cp/ena-dis-br-range.cc: New file.
7615
46f67f80
PA
76162017-11-06 Pedro Alves <palves@redhat.com>
7617
7618 * gdb.base/attach-non-pgrp-leader.c: New.
7619 * gdb.base/attach-non-pgrp-leader.exp: New.
7620
726e1356
PA
76212017-11-06 Pedro Alves <palves@redhat.com>
7622
7623 * configure.ac: No longer check for termio.h and sgtty.h.
7624 * configure: Regenerate.
7625 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7626 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7627 Remove termio and sgtty code.
7628
50ab6ace
YQ
76292017-11-03 Yao Qi <yao.qi@linaro.org>
7630
7631 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7632 in GDB is disabled.
7633
8e68731c
YQ
76342017-11-03 Yao Qi <yao.qi@linaro.org>
7635
7636 * gdb.python/py-thrhandle.exp: Skip it if python is not
7637 enabled.
7638
3a87ae65
SM
76392017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7640
7641 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7642 as a breakpoint command.
7643
484d8d36
MD
76442017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7645
7646 PR python/21213
7647 * gdb.python/py-infthread.exp: Test calling
7648 InferiorThread.inferior () multiple times in a row.
7649
4a27f119
KS
76502017-10-27 Keith Seitz <keiths@redhat.com>
7651
7652 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7653 Test "info break" for every inlined function breakpoint.
7654
bb11dd58
YQ
76552017-10-27 Yao Qi <yao.qi@linaro.org>
7656
7657 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7658
a43f3893
PF
76592017-10-26 Patrick Frants <osscontribute@gmail.com>
7660
7661 * gdb.cp/classes.exp (test_static_members): Test printing
7662 Outer::instance.
7663 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7664 (Inner::instance, Outer::instance): New.
7665
792ccf00
PA
76662017-10-24 Pedro Alves <palves@redhat.com>
7667
7668 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7669 extra console" test in two stages.
7670
eb2bfbad
PA
76712017-10-24 Pedro Alves <palves@redhat.com>
7672
7673 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7674
1f75a651
PA
76752017-10-24 Pedro Alves <palves@redhat.com>
7676
7677 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7678 loop.
7679
779990d9
PA
76802017-10-24 Pedro Alves <palves@redhat.com>
7681
7682 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7683 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7684
ad9b8f5d
PA
76852017-10-24 Pedro Alves <palves@redhat.com>
7686
7687 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7688 parameter and handle it. Don't output read value in test name.
7689
fee6da6e
PA
76902017-10-24 Pedro Alves <palves@redhat.com>
7691
7692 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7693 custom test name.
7694
10389c2c
PA
76952017-10-24 Pedro Alves <palves@redhat.com>
7696
7697 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7698 include the unstable output directory name in the test's name.
7699 (initial_setup_simple) <'set args'>: Use custom test name.
7700
a80e65a9
PA
77012017-10-24 Pedro Alves <palves@redhat.com>
7702
7703 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7704 with explicit test name.
7705
15763a09
PA
77062017-10-20 Pedro Alves <palves@redhat.com>
7707
7708 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7709 'wait -i'. Use gdb_assert and remote_close.
7710
49a4ce2e
AB
77112017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7712
7713 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7714 number from variable rather than hard-coded.
7715
a75868f5
PA
77162017-10-19 Pedro Alves <palves@redhat.com>
7717
7718 * gdb.base/long-inferior-output.c: New file.
7719 * gdb.base/long-inferior-output.exp: New file.
7720
c8ba13ad
KS
77212017-11-18 Keith Seitz <keiths@redhat.com>
7722
7723 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7724 method.
7725 (main): Call it.
7726 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7727 Add additional user-defined conversion operator tests.
7728
b27de576
PA
77292017-10-17 Pedro Alves <palves@redhat.com>
7730
7731 * boards/native-stdio-gdbserver.exp: Load "local-board".
7732
8484c955
PA
77332017-10-17 Pedro Alves <palves@redhat.com>
7734
7735 * gdb.base/quit-live.c: New file.
7736 * gdb.base/quit-live.exp: New file.
7737
83d5a34d
KS
77382017-10-16 Keith Seitz <keiths@redhat.com>
7739
7740 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7741 (class_with_protected_typedef, class_with_private_typedef)
7742 (struct_with_public_typedef, struct_with_protected_typedef)
7743 (struct_with_private_typedef): New classes/structs.
7744 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7745 typedefs and access specifiers.
7746
739b3f1d
PA
77472017-10-16 Pedro Alves <palves@redhat.com>
7748 Simon Marchi <simon.marchi@polymtl.ca>
7749
7750 * README (Local vs Remote vs Native): New section.
7751 * boards/local-board.exp: New file, with bits factored out from
7752 ...
7753 * boards/native-extended-gdbserver.exp: ... here. Load
7754 "local-board".
7755 * boards/native-gdbserver.exp: Load "local-board".
7756 (${board}_spawn, ${board}_exec): Delete.
7757 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7758 ...
7759 * boards/stdio-gdbserver-base.exp: ... this new file.
7760 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7761 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7762 procedure.
7763 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7764 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7765 stdio_gdbserver_command.
7766 (${board}_get_remote_address, ${board}_get_comm_port)
7767 (${board}_download, ${board}_upload): Delete.
7768 (get_target_remote_pipe_cmd): New.
7769
fe68b953
SM
77702017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7771
7772 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7773 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7774 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7775 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7776 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7777 remove with_test_prefix.
7778
300b6685
PA
77792017-10-13 Pedro Alves <palves@redhat.com>
7780
7781 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7782 * gdb.base/annota1.exp: Use it instead of is_remote.
7783 * gdb.base/annota3.exp: Use it instead of is_remote.
7784 * gdb.cp/annota2.exp: Use it instead of is_remote.
7785 * gdb.cp/annota3.exp: Use it instead of is_remote.
7786 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7787
50500caf
PA
77882017-10-13 Pedro Alves <palves@redhat.com>
7789
7790 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7791 (test_num_test_vars, run_and_count_vars, find_env)
7792 (test_set_unset_env, test_inherit_env_var): New procedures.
7793 (top level): Use them.
7794
dad0c6d2
PA
77952017-10-13 Pedro Alves <palves@redhat.com>
7796
7797 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7798 also skip on stub-like targets.
7799
8b0553c1
PA
78002017-10-13 Pedro Alves <palves@redhat.com>
7801
7802 PR gdb/22293
7803 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7804 (top level): Move some tests to ...
7805 (test_not_found): ... this new procedure.
7806 (top level): Call it.
7807
7594f623
PA
78082017-10-13 Pedro Alves <palves@redhat.com>
7809
7810 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7811 expect different "info terminal" output if testing with a
7812 non-native target.
7813
ebe3b402
PA
78142017-10-13 Pedro Alves <palves@redhat.com>
7815 Simon Marchi <simon.marchi@polymtl.ca>
7816
7817 PR python/12966
7818 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7819
42f1b161
PA
78202017-10-13 Pedro Alves <palves@redhat.com>
7821
7822 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7823 already.
7824
8d6ef72b
PA
78252017-10-13 Pedro Alves <palves@redhat.com>
7826
7827 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7828 is_remote.
7829
d7bcd5b8
PA
78302017-10-13 Pedro Alves <palves@redhat.com>
7831
7832 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7833 is_remote.
7834
df479dc6
PA
78352017-10-13 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7838 is set.
7839 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7840 instead of is_remote.
7841
23fb630a
PA
78422017-10-13 Pedro Alves <palves@redhat.com>
7843
7844 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7845 (top level): Add comment.
7846
cc77b1dc
PA
78472017-10-13 Pedro Alves <palves@redhat.com>
7848
7849 * gdb.base/remote.exp (top level): Fix comment typo and add
7850 missing return.
7851
27c9e813
PA
78522017-10-13 Pedro Alves <palves@redhat.com>
7853 Simon Marchi <simon.marchi@polymtl.ca>
7854
7855 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7856 calls and add comments. Skip test if use_gdb_stub is set.
7857 (top level): Use "set cwd" command instead of "cd" command.
7858
5e830d98
PA
78592017-10-13 Pedro Alves <palves@redhat.com>
7860
7861 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7862 is_remote target check.
7863
f5ca0032
PA
78642017-10-13 Pedro Alves <palves@redhat.com>
7865
7866 * gdb.base/scope.exp: Use build_executable + clean_restart +
7867 gdb_file_cmd instead of prepare_for_testing and no longer skip
7868 "before run" tests on is_remote target boards. Update comments.
7869 * boards/native-extended-gdbserver.exp
7870 (extended_gdbserver_load_last_file): New, factored out from ...
7871 (gdb_load): ... this. Move further below and add comment.
7872 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7873
8aed1c0d
PA
78742017-10-12 Pedro Alves <palves@redhat.com>
7875
7876 * gdb.base/attach.exp: Remove references to gdb64.
7877 * gdb.base/dbx.exp: Remove references to gdb64.
7878
cfa34c87
SM
78792017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7880 Pedro Alves <palves@redhat.com>
7881
7882 * gdb.base/label.exp: Remove is_remote target check.
7883
9192b7de
PA
78842017-10-12 Pedro Alves <palves@redhat.com>
7885
7886 * gdb.base/auvx.exp (coredir): Update comment.
7887 (top level) <core_works>: Use "set cwd" command instead of "cd"
7888 command.
7889
6bf0052d
PA
78902017-10-12 Pedro Alves <palves@redhat.com>
7891 Simon Marchi <simon.marchi@polymtl.ca>
7892
7893 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7894 target boards.
7895
e48ef82d
PA
78962017-10-12 Pedro Alves <palves@redhat.com>
7897 Simon Marchi <simon.marchi@polymtl.ca>
7898
7899 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7900 Instead skip if there's any gdb_protocol set.
7901
8d7aea57
SM
79022017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7903 Pedro Alves <palves@redhat.com>
7904
7905 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7906
30440677
PA
79072017-10-12 Pedro Alves <palves@redhat.com>
7908 Simon Marchi <simon.marchi@polymtl.ca>
7909
7910 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7911 instead of on dejagnu remote boards.
7912
4e04f045 79132017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7914 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7915
7916 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7917 checks. Use build_executable + clean_restart instead of
7918 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7919 of enabling non-stop after starting gdb.
7920
871a186e
PA
79212017-10-12 Pedro Alves <palves@redhat.com>
7922
7923 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7924 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7925 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7926 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7927
56d704da
AK
79282017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7929
7930 * gdb.arch/arc-tdesc-cpu.exp: New file.
7931 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7932
2f20e312
SM
79332017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7934
7935 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7936
65630365
PA
79372017-10-10 Pedro Alves <palves@redhat.com>
7938
7939 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7940 expect CLI output.
7941
bf469271
PA
79422017-10-10 Pedro Alves <palves@redhat.com>
7943
7944 * lib/selftest-support.exp (selftest_setup): Update for
7945 captured_command_loop's prototype change.
7946
777a42f1
PA
79472017-10-09 Pedro Alves <palves@redhat.com>
7948
7949 Test both arch1=>arch2 and arch2=>arch1.
7950
7951 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7952 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7953 factored out to...
7954 (append_arch1_options, append_arch2_options, append_arch_options)
7955 (build_executables): New procedures.
7956 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7957 local.
7958 (top level): Add new 'first_arch' testing axis.
7959
cbd2b4e3
PA
79602017-10-09 Pedro Alves <palves@redhat.com>
7961
7962 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7963 (barrier): New.
7964 (thread_start, all_started): New functions.
7965 (main): Spawn new thread and wait until it is scheduled.
7966 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7967 option.
7968 (do_test): Add 'selected_thread' parameter. Run to all_started
7969 instead of main. Explicitly set the breakpoint at main. Switch
7970 to the SELECTED_THREAD thread.
7971 (top level): Test handling the exec event with either the main
7972 thread or the second thread selected.
7973
5c9e4427
PA
79742017-10-09 Pedro Alves <palves@redhat.com>
7975
7976 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7977 logic. Move STOP marker after the value checks.
7978 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7979 regexp.
7980
b3b7c423
SL
79812017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7982
7983 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7984
3b4b2f16
UW
79852017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7986
7987 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7988 integer-to-dfp conversion.
7989 * gdb.base/dfp-test.exp: Likewise.
7990
5cd63fda
PA
79912017-10-04 Pedro Alves <palves@redhat.com>
7992
7993 * gdb.multi/hangout.c: Include <unistd.h>.
7994 (hangout_loop): New function.
7995 (main): Call alarm. Call hangout_loop in a loop.
7996 * gdb.multi/hello.c: Include <unistd.h>.
7997 (hello_loop): New function.
7998 (main): Call alarm. Call hangout_loop in a loop.
7999 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8000 inferior with the other selected.
8001
4c71c105
SM
80022017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8003
8004 * gdb.mi/list-thread-groups-available.exp: New file.
8005 * gdb.mi/list-thread-groups-available.c: New file.
8006
bc3b087d
SDJ
80072017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8008
8009 * gdb.base/set-cwd.exp: Make it available on
8010 native-extended-gdbserver.
8011
d092c5a2
SDJ
80122017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8013
8014 * gdb.base/set-cwd.c: New file.
8015 * gdb.base/set-cwd.exp: Likewise.
8016
45320ffa
TT
80172017-10-02 Tom Tromey <tom@tromey.com>
8018
8019 PR rust/22236:
8020 * gdb.rust/simple.rs (main): New variable "fslice".
8021 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8022
b3e3859b
TT
80232017-10-02 Tom Tromey <tom@tromey.com>
8024
8025 * gdb.rust/simple.exp: Test ptype of a slice.
8026
01af5e0d
TT
80272017-10-02 Tom Tromey <tom@tromey.com>
8028
8029 * gdb.rust/simple.exp: Test index of slice.
8030
a9bbfbd8
TT
80312017-09-27 Tom Tromey <tom@tromey.com>
8032
8033 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8034
df8899e5
TP
80352017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8036 Pedro Alves <palves@redhat.com>
8037
8038 * gdb.base/compare-sections.exp (get value of read-only section): Read
8039 as unsigned value.
8040 (corrupt read-only section): Likewise and don't set written if patching
8041 failed.
8042
757bf54b
KB
80432017-09-21 Kevin Buettner <kevinb@redhat.com>
8044
8045 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8046 files.
8047
06871ae8
PA
80482017-09-20 Pedro Alves <palves@redhat.com>
8049
8050 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8051 symbol names in gdb's output.
8052 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8053
e5f25bc5
PA
80542017-09-20 Pedro Alves <palves@redhat.com>
8055
8056 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8057 Rename to ...
8058 (test_list_ambiguous_symbol): ... this and add a symbol name
8059 parameter. Adjust.
8060 (test_list_ambiguous_function): Reimplement on top of
8061 test_list_ambiguous_symbol and also test listing ambiguous
8062 variables.
8063 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8064 (ambiguous_fun): ... this.
8065 (ambiguous_var): New.
8066 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8067 (ambiguous_fun): ... this.
8068 (ambiguous_var): New.
8069
4e5a4f58
JB
80702017-09-19 John Baldwin <jhb@FreeBSD.org>
8071
8072 * gdb.base/starti.c: New file.
8073 * gdb.base/starti.exp: New file.
8074 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8075
26e53f3e
PA
80762017-09-14 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8079 (top level): Use it instead of runto.
8080
cb791d59
TT
80812017-09-11 Tom Tromey <tom@tromey.com>
8082
8083 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8084
7c96f8c1
TT
80852017-09-11 Tom Tromey <tom@tromey.com>
8086
8087 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8088 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8089
469412dd
CW
80902017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8091
8092 * gdb.fortran/printing-types.exp: New file.
8093 * gdb.fortran/printing-types.exp: New file.
8094
e0f86435
BH
80952017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8096
8097 * gdb.fortran/vla-ptype.exp: Fix typos.
8098 * gdb.fortran/vla-value.exp: Same.
8099
9e9af4be
BH
81002017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8101
8102 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8103 * gdb.mi/mi-var-child-f.exp: Likewise.
8104 * gdb.mi/mi-vla-fortran.exp: Likewise.
8105
a5ad232b 81062017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8107 Christoph Weinmann <christoph.t.weinmann@intel.com>
8108 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8109
8110 * gdb.fortran/ptr-indentation.f90: New file.
8111 * gdb.fortran/ptr-indentation.exp: New file.
8112
5aec60eb
TT
81132017-09-05 Tom Tromey <tom@tromey.com>
8114
8115 PR gdb/22010:
8116 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8117
8f8f8152
TP
81182017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8119
8120 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8121
fbd1b771
JK
81222017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8123
8124 * gdb.threads/tls-nodebug-pie.c: New file.
8125 * gdb.threads/tls-nodebug-pie.exp: New file.
8126
5eb5f850
TT
81272017-09-05 Tom Tromey <tom@tromey.com>
8128
8129 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8130 for rust.
8131
ae780a21
SM
81322017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8133
8134 * gdb.multi/multi-arch-exec.exp: Test with different
8135 "follow-exec-mode" settings.
8136 (do_test): New procedure.
8137
3693fdb3
PA
81382017-09-04 Pedro Alves <palves@redhat.com>
8139
8140 * gdb.base/func-static.c (S::method const, S::method volatile)
8141 (S::method volatile const): New methods.
8142 (c_s, v_s, cv_s): New instances.
8143 (main): Call method() on them.
8144 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8145 (cannot_resolve): New procedure.
8146 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8147 print-quote-unquoted columns.
8148 (do_test): Test printing each scope too.
8149
e68cb8e0
PA
81502017-09-04 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.base/local-static.exp: Also test with
8153 class::method::variable wholly quoted.
8154 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8155
858be34c
PA
81562017-09-04 Pedro Alves <palves@redhat.com>
8157
8158 * gdb.base/local-static.c: New.
8159 * gdb.base/local-static.cc: New.
8160 * gdb.base/local-static.exp: New.
8161
46a4882b
PA
81622017-09-04 Pedro Alves <palves@redhat.com>
8163
8164 * gdb.asm/asm-source.exp: Add casts to int.
8165 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8166 (dataglobal64_1, dataglobal64_2): New globals.
8167 * gdb.base/nodebug.exp: Test different expressions involving the
8168 new globals, with print, whatis and ptype. Add casts to int.
8169 * gdb.base/solib-display.exp: Add casts to int.
8170 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8171 * gdb.cp/m-static.exp: Add cast to int.
8172 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8173 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8174 tls variable with no debug info without a cast. Test with a cast
8175 to int too.
8176 * gdb.trace/entry-values.exp: Add casts.
8177
2c5a2be1
PA
81782017-09-04 Pedro Alves <palves@redhat.com>
8179
8180 * gdb.base/nodebug.exp: Test that ptype's error about functions
8181 with unknown return type includes the function name too.
8182
7022349d
PA
81832017-09-04 Pedro Alves <palves@redhat.com>
8184
8185 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8186 return type of munmap in infcall.
8187 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8188 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8189 type of ftell in infcall.
8190 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8191 type of getpid in infcall.
8192 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8193 infcall.
8194 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8195 Bail on failure to extract the pid.
8196 * gdb.base/nodebug.c: #include <stdint.h>.
8197 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8198 New functions.
8199 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8200 Change expected output of print/whatis/ptype with functions with
8201 no debug info. Test all supported languages. Call
8202 test_call_promotion.
8203 * gdb.compile/compile.exp: Adjust expected output to expect
8204 warning.
8205 * gdb.threads/siginfo-threads.exp: Likewise.
8206
54990598
PA
82072017-09-04 Pedro Alves <palves@redhat.com>
8208
8209 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8210 "prototypes". Test calling float functions via prototyped and
8211 unprototyped function pointers.
8212 (perform_all_tests): New parameter "prototypes". Pass it down.
8213 (top level): Pass down "prototypes" parameter to
8214 perform_all_tests.
8215
34d16ea2
SM
82162017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8217
8218 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8219 Test with nested loops.
8220
9521ecda
SM
82212017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8222
8223 * gdb.base/commands.exp: Call the new procedures.
8224 (loop_break_test, loop_continue_test): New procedures.
8225
80a65e9b
SM
82262017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8227
8228 * gdb.base/commands.exp: Call new procedure.
8229 (define_if_without_arg_test): New procedure.
8230
e439fa14
PA
82312017-09-04 Pedro Alves <palves@redhat.com>
8232
8233 * gdb.base/list-ambiguous.exp: New file.
8234 * gdb.base/list-ambiguous0.c: New file.
8235 * gdb.base/list-ambiguous1.c: New file.
8236 * gdb.base/list.exp (test_list_range): Adjust expected output.
8237
0a2dde4a
SDJ
82382017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8239
8240 * gdb.base/share-env-with-gdbserver.c: New file.
8241 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8242
5e89eb3a
SM
82432017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8244
8245 * gdb.base/commands.exp (gdbvar_simple_if_test,
8246 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8247 progvar_simple_if_test, progvar_simple_while_test,
8248 progvar_complex_if_while_test, user_defined_command_test,
8249 user_defined_command_args_eval,
8250 user_defined_command_args_stack_test,
8251 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8252 temporary_breakpoint_commands,
8253 gdb_test_no_prompt, redefine_hook_test,
8254 redefine_backtrace_test): Remove "global gdb_prompt".
8255
fd437cbc
SM
82562017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8257
8258 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8259 New proc, call it from toplevel.
8260
87215ad1
SDJ
82612017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8262
8263 PR remote/21852
8264 * gdb.server/normal.c: New file, copied from gdb.base.
8265 * gdb.server/run-without-local-binary.exp: New file.
8266
58afddc6
WP
82672017-08-07 Weimin Pan <weimin.pan@oracle.com>
8268
8269 * gdb.arch/sparc64-adi.exp: New file.
8270 * gdb.arch/sparc64-adi.c: New file.
8271
5277199a
PA
82722017-08-22 Pedro Alves <palves@redhat.com>
8273
8274 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8275 (top level): Add "list all overloads" tests.
8276
14278e1f
TT
82772017-08-22 Tom Tromey <tom@tromey.com>
8278
8279 * gdb.gdb/xfullpath.exp: Remove.
8280
bf223d3e
PA
82812017-08-21 Pedro Alves <palves@redhat.com>
8282
8283 PR gdb/19487
8284 * gdb.base/symbol-alias.c: New.
8285 * gdb.base/symbol-alias2.c: New.
8286 * gdb.base/symbol-alias.exp: New.
8287
c973d0aa
PA
82882017-08-21 Pedro Alves <palves@redhat.com>
8289
8290 * gdb.base/dfp-test.c
8291 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8292 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8293 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8294 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8295 * gdb.base/whatis-ptype-typedefs.c: New.
8296 * gdb.base/whatis-ptype-typedefs.exp: New.
8297 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8298 (an_int, an_int_type, an_int_type2): New globals.
8299 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8300 involving typedefs and cast expressions.
8301 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8302 (lookup_typedefs_function): New.
8303 (typedefs_pretty_printers_dict): New.
8304 (top level): Register lookup_typedefs_function in
8305 gdb.pretty_printers.
8306
6d580b63
YQ
83072017-08-18 Yao Qi <yao.qi@linaro.org>
8308
8309 * gdb.server/unittest.exp: New.
8310
206726fb
SDJ
83112017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8312
8313 PR gdb/21954
8314 * gdb.base/environ.exp: Add test to check if 'unset environment'
8315 works.
8316
bf0ec4c2
AA
83172017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8318
8319 * lib/gdb.exp (universal_compile_options): New caching proc.
8320 (gdb_compile): Suppress GCC's coloring of messages.
8321
d6382fff
TT
83222017-08-14 Tom Tromey <tom@tromey.com>
8323
8324 PR gdb/21675:
8325 * gdb.base/printcmds.exp (test_radices): New function.
8326 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8327 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8328 * lib/gdb.exp (get_integer_valueof): Use p/d.
8329
c2c2dd9f
SM
83302017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8331
8332 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8333 characters.
8334
fdffd6f4
TT
83352017-08-05 Tom Tromey <tom@tromey.com>
8336
8337 * gdb.rust/simple.exp: Allow String to appear in a different
8338 namespace.
8339
27d41eac
YQ
83402017-07-26 Yao Qi <yao.qi@linaro.org>
8341
8342 * gdb.gdb/unittest.exp: Invoke command
8343 "maintenance check xml-descriptions".
8344
031ed05d
AA
83452017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8346
8347 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8348 calling context.
8349 (hex128): Drop erroneous calculation of parameters.
8350
dcd27ddf
SM
83512017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8352
8353 * gdb.python/py-unwind.exp: Disable stack protection when
8354 building test file.
8355
47e77640
PA
83562017-07-20 Pedro Alves <palves@redhat.com>
8357
8358 * gdb.base/default.exp (set language): Adjust expected output.
8359
62d2a18a
PA
83602017-07-20 Pedro Alves <palves@redhat.com>
8361
8362 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8363 (test_minsym): ... this, and make static.
8364 (get_pck__foo__bar__minsym): Rename to ...
8365 (get_test_minsym): ... this.
8366 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8367 symbol names and comments.
8368 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8369 (get_test_minsym): ... this.
8370 (pck__foo__bar__minsym__2): Rename to ...
8371 (test_minsym): ... this.
8372 (main): Adjust.
8373
c45ec17c
PA
83742017-07-17 Pedro Alves <palves@redhat.com>
8375
8376 * gdb.base/completion.exp: Adjust expected output.
8377 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8378 the completer works.
8379
c6756f62
PA
83802017-07-17 Pedro Alves <palves@redhat.com>
8381
8382 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8383
5bd68487
AB
83842017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8385
8386 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8387
8880f2a9
TT
83882017-07-14 Tom Tromey <tom@tromey.com>
8389
8390 PR rust/21764:
8391 * gdb.rust/simple.exp: Add tests.
8392
65547233
TT
83932017-07-14 Tom Tromey <tom@tromey.com>
8394
8395 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8396
8f14146e
PA
83972017-07-14 Pedro Alves <palves@redhat.com>
8398
8399 * gdb.linespec/base/one/thefile.cc (z1): New function.
8400 * gdb.linespec/base/two/thefile.cc (z2): New function.
8401 * gdb.linespec/linespec.exp: Add tests.
8402
b4365d02
AB
84032017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8404
8405 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8406 to mi_create_breakpoint.
8407
5d2cbaa5
AB
84082017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8409
8410 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8411 mi_create_breakpoint.
8412
11cb5716
IB
84132017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8414
8415 * gdb.dlang/demangle.exp: Update for demangling changes.
8416
03278692
TT
84172017-07-09 Tom Tromey <tom@tromey.com>
8418
8419 * gdb.dwarf2/shortpiece.exp: New file.
8420
33c5cd75
DB
84212017-07-06 David Blaikie <dblaikie@gmail.com>
8422
8423 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8424 built from fissiont-multi-cu{1,2}.c.
8425 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8426 except putting 'main' and 'func' in separate CUs in the same DWO file.
8427 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8428 test.
8429 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8430 test.
8431
8455d262
PA
84322017-07-06 Pedro Alves <palves@redhat.com>
8433
8434 * gdb.python/py-unwind.exp: Test flushregs.
8435
dc4bde35
SDJ
84362017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8437
8438 PR cli/21688
8439 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8440 tests for alias commands and trailing whitespace.
8441
51ed89aa
SDJ
84422017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8443
8444 PR cli/21688
8445 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8446 procedure. Call it.
8447
eb17d413
PA
84482017-06-29 Pedro Alves <palves@redhat.com>
8449
8450 * gdb.base/printcmds.exp: Add tests.
8451
41664b45
DG
84522017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8453
8454 PR gdb/21337
8455 * gdb.base/reread-readsym.exp: New file.
8456 * gdb.base/reread-readsym.c: New file.
8457
75312ae3
KB
84582017-06-21 Kevin Buettner <kevinb@redhat.com>
8459
8460 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8461 subpattern.
8462
66953522
PB
84632017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8464
8465 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8466 extended mnemonic.
8467 * gdb.arch/powerpc-power9.s: Likewise.
8468
5524b525
AA
84692017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8470
8471 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8472 on 32-bit x86 targets. Exploit is_*_target macros where
8473 appropriate.
8474
03c8af18
AA
84752017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8476
8477 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8478 register pieces.
8479
3bf31011
AA
84802017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8481
8482 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8483 located in one or more DWARF pieces.
8484
805acca0
AA
84852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8486
8487 * lib/gdb.exp (get_endianness): New proc.
8488 * gdb.arch/aarch64-fp.exp: Use it.
8489 * gdb.arch/altivec-regs.exp: Likewise.
8490 * gdb.arch/e500-regs.exp: Likewise.
8491 * gdb.arch/vsx-regs.exp: Likewise.
8492 * gdb.base/dump.exp: Likewise.
8493 * gdb.base/funcargs.exp: Likewise.
8494 * gdb.base/gnu_vector.exp: Likewise.
8495 * gdb.dwarf2/formdata16.exp: Likewise.
8496 * gdb.dwarf2/implptrpiece.exp: Likewise.
8497 * gdb.dwarf2/nonvar-access.exp: Likewise.
8498 * gdb.python/py-inferior.exp: Likewise.
8499 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8500
e9352324
AA
85012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8502
8503 PR gdb/21226
8504 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8505 stack value pieces are taken from the LSB end.
8506
d5d1163e
AA
85072017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8508
8509 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8510 variable at nonzero offset.
8511
0567c986
AA
85122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8513
8514 * gdb.dwarf2/var-access.c: New file.
8515 * gdb.dwarf2/var-access.exp: New test.
8516 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8517
973e9aab
TT
85182017-06-12 Tom Tromey <tom@tromey.com>
8519
8520 * gdb.dwarf2/formdata16.exp: Add tests.
8521
d9109c80
TT
85222017-06-12 Tom Tromey <tom@tromey.com>
8523
8524 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8525
30a25466
TT
85262017-06-12 Tom Tromey <tom@tromey.com>
8527
8528 PR exp/16225:
8529 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8530 * gdb.arch/vsx-regs.exp: Update tests.
8531 * gdb.arch/s390-vregs.exp (hex128): New proc.
8532 Update test.
8533 * gdb.arch/altivec-regs.exp: Update tests.
8534
aefd8b33
SDJ
85352017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8536
8537 * gdb.base/startup-with-shell.c: New file.
8538 * gdb.base/startup-with-shell.exp: Likewise.
8539
2090129c
SDJ
85402017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8541
8542 * gdb.server/non-existing-program.exp: Update regex in order to
8543 reflect the fact that gdbserver is now using fork_inferior (with a
8544 shell) to startup the inferior.
8545
8e86a419
SM
85462017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8547
8548 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8549 support function calls from GDB.
8550
e6cf65f2
TT
85512017-05-21 Tom Tromey <tom@tromey.com>
8552
8553 PR rust/21466:
8554 * gdb.rust/unsized.exp: New file.
8555 * gdb.rust/unsized.rs: New file.
8556
43cc5389
TT
85572017-05-19 Tom Tromey <tom@tromey.com>
8558
8559 PR rust/21484:
8560 * gdb.rust/watch.exp: New file.
8561 * gdb.rust/watch.rs: New file.
8562
ec8df234
TT
85632017-05-18 Tom Tromey <tom@tromey.com>
8564
8565 * gdb.rust/simple.exp: Allow Box to be qualified.
8566
3e3e7fae
TP
85672017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8568
8569 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8570
59cc050d
PA
85712017-05-18 Pedro Alves <palves@redhat.com>
8572
8573 * gdb.base/fileio.c (test_write, test_read, test_close)
8574 (test_fstat): Don't print 'ret' in the fail path.
8575
c8f6abd1
PA
85762017-05-18 Pedro Alves <palves@redhat.com>
8577
8578 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8579 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8580 (test_system, test_rename, test_unlink, test_time): Change
8581 prototypes.
8582 * gdb.base/fileio.exp (stop_msg): Adjust.
8583
d2a03b77
PA
85842017-05-18 Pedro Alves <palves@redhat.com>
8585
8586 * gdb.base/fileio.c (null_str): New global.
8587 (test_stat): Use it.
8588 * gdb.base/fileio.exp: Remove nowarnings.
8589
0d5c6999
YQ
85902017-05-17 Yao Qi <yao.qi@linaro.org>
8591
8592 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8593
21873064
YQ
85942017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8595
8596 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8597 argument command.
8598 (top-level): Invoke test_set_inferior_tty.
8599
d512d31c
PA
86002017-05-04 Pedro Alves <palves@redhat.com>
8601
8602 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8603 Add parens to print call for Python 3.
8604
90cef2ed
KS
86052017-05-03 Keith Seitz <keiths@redhat.com>
8606
8607 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8608 (main): Call it.
8609
14f819c8
TW
86102017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8611
8612 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8613 to prev and next.
8614
913aeadd
TW
86152017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8616
8617 * gdb.python/py-record-btrace.exp: Remove test for
8618 gdb.BtraceInstruction.error.
8619
a3be24ad
TW
86202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8621
8622 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8623
ae20e79a
TW
86242017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8625
8626 * gdb.python/py-record-btrace-threads.c: New file.
8627 * gdb.python/py-record-btrace-threads.exp: New file.
8628
45ce1b47
SDJ
86292017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8630
8631 PR testsuite/8595
8632 * gdb.base/environ.exp: Make test available in all architectures.
8633 Move bits related to "info program" testing to
8634 gdb.base/info-program.exp. Rewrite tests to use the two new
8635 procedures mentione below.
8636 (test_set_show_env_var) New procedure.
8637 (test_set_show_env_var_equal): Likewise.
8638 * gdb.base/info-program.exp: New file.
8639
e15c3eb4
KS
86402017-04-27 Keith Seitz <keiths@redhat.com>
8641
8642 * gdb.cp/oranking.cc (test15): New function.
8643 (main): Call test15 and declare additional variables for testing.
8644 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8645 "p foo101('abc')" tests.
8646 Add tests for cv qualifier overloads.
8647 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8648 "lvalue reference overload" test.
8649 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8650 "print value of f1 on Child&& in f2" test.
8651
3a3fd0fd
PA
86522017-04-19 Pedro Alves <palves@redhat.com>
8653
8654 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8655 procedure.
8656 (top level): Call it.
8657 * lib/gdb.exp (gdb_define_cmd): New procedure.
8658
53375380
PA
86592017-04-12 Pedro Alves <palves@redhat.com>
8660
8661 PR gdb/21323
8662 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8663 (wchar): New global.
8664 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8665 (do_test_wide_char, wide_char_types_no_program, top level): Add
8666 wchar_t testing.
8667
53e710ac
PA
86682017-04-12 Pedro Alves <palves@redhat.com>
8669
8670 PR c++/21323
8671 * gdb.cp/wide_char_types.c: New file.
8672 * gdb.cp/wide_char_types.exp: New file.
8673
0ad9d8c7
SDJ
86742017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8675
8676 PR gdb/21352
8677 * gdb.trace/tsv.exp: Add test for "tsave -r".
8678
b1b45502
IB
86792017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8680
8681 * gdb.dlang/watch-loc.c: New file.
8682 * gdb.dlang/watch-loc.exp: New file.
8683
ec13808e
JK
86842017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8685
8686 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8687
fe5f7374
AK
86882017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8689
8690 * gdb.arch/arc-analyze-prologue.S: New file.
8691 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8692
eea78757
AK
86932017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8694
8695 * gdb.arch/arc-decode-insn.S: New file.
8696 * gdb.arch/arc-decode-insn.exp: Likewise.
8697
5badf10a
IR
86982017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8699
8700 PR tdep/20928
8701 * gdb.arch/sparc64-regs.exp: New file.
8702 * gdb.arch/sparc64-regs.S: Likewise.
8703
cee59b3f
TW
87042017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8705
8706 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8707 and memory view on Python 3.
8708
c0f55cc6
AV
87092017-03-20 Artemiy Volkov <artemiyv@acm.org>
8710 Keith Seitz <keiths@redhat.com>
8711
8712 PR gdb/14441
8713 * gdb.cp/demangle.exp: Add rvalue reference tests.
8714 * gdb.cp/rvalue-ref-casts.cc: New file.
8715 * gdb.cp/rvalue-ref-casts.exp: New file.
8716 * gdb.cp/rvalue-ref-overload.cc: New file.
8717 * gdb.cp/rvalue-ref-overload.exp: New file.
8718 * gdb.cp/rvalue-ref-params.cc: New file.
8719 * gdb.cp/rvalue-ref-params.exp: New file.
8720 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8721 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8722 * gdb.cp/rvalue-ref-types.cc: New file.
8723 * gdb.cp/rvalue-ref-types.exp: New file.
8724 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8725 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8726
51457a05
MAL
87272017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8728
8729 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8730 New procedure.
8731
5b291c04
MAL
87322017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8733
8734 * lib/mi-support.exp (mi_gdb_test): Add additional message
8735 for unexpected output.
8736
59a56148
AA
87372017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8738
8739 * gdb.base/examine-backward.c (Barrier): New character array
8740 constant, to ensure that TestStrings is preceded by a string
8741 terminator.
8742
7942e96e
AA
87432017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8744
8745 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8746 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8747 and implicit pointer into such a location.
8748
6ebac3fb
DE
87492017-03-16 Doug Evans <dje@google.com>
8750
8751 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8752
ec3b243d
TP
87532017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8754
8755 * gdb.cp/m-static.exp: Fix expectation for prototype of
8756 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8757
87582017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8759
8760 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8761 * gdb.guile/scm-lazy-string.c: New file.
8762 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8763 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8764 for pointer, array, typedef lazy strings.
8765
2cc36e25 87662017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8767
8768 PR python/17728, python/18439, python/18779
8769 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8770 * gdb.python/py-lazy-string.c (pointer): New typedef.
8771 (main): New locals ptr, array, typedef_ptr.
8772 * gdb.python/py-value.exp: Move lazy string tests to ...
8773 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8774 array, typedef lazy strings.
ec3b243d 8775
0efcde63
AK
87762017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8777
8778 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8779 Add optional 'test' parameter.
8780
7978d7c3
SM
87812017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8782
8783 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8784 Skip for versions of DejaGnu < 1.5.
8785
896c0c1e
SM
87862017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8787
8788 * lib/gdb.exp (dejagnu_version): New proc.
8789 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8790 Use dejagnu_version.
8791
5f4d1085
KS
87922017-03-10 Keith Seitz <keiths@redhat.com>
8793
8794 PR c++/8128
8795 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8796 type from destructor regexps.
8797 Add a branch which actually passes the test.
8798 Adjust "ptype t5i" test names.
8799
1de05205
PA
88002017-03-08 Pedro Alves <palves@redhat.com>
8801
8802 * gdb.base/step-over-exit.exp: Add explicit test message.
8803
c65d6b55
PA
88042017-03-08 Pedro Alves <palves@redhat.com>
8805
8806 PR gdb/18360
8807 * gdb.threads/interrupt-while-step-over.c: New file.
8808 * gdb.threads/interrupt-while-step-over.exp: New file.
8809
2e86a283
PA
88102017-03-08 Pedro Alves <palves@redhat.com>
8811
8812 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8813 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8814
25dcbff6
PA
88152017-03-08 Pedro Alves <palves@redhat.com>
8816
8817 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8818 PKRU as not supported as a PASS.
8819
dc9366eb
PA
88202017-03-08 Pedro Alves <palves@redhat.com>
8821
8822 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8823 prefix instead of $binfile1/$binfile2.
8824 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8825 in test message.
8826 * gdb.python/py-completion.exp: Use "load python file" as test
8827 messages instead of unstable path names.
8828
6e5d74e7
PA
88292017-03-08 Pedro Alves <palves@redhat.com>
8830 Jan Kratochvil <jan.kratochvil@redhat.com>
8831
8832 PR cli/21218
8833 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8834 New proc.
8835 (top level): Call it.
8836
9753a2f6
PA
88372017-03-08 Pedro Alves <palves@redhat.com>
8838
8839 PR tui/21216
8840 * gdb.tui/tui-nl-filtered-output.exp: New file.
8841
1a4dd9dd
PA
88422017-03-08 Pedro Alves <palves@redhat.com>
8843
8844 * gdb.base/completion.exp: Move TUI completion tests to ...
8845 * gdb.tui/completion.exp: ... this new file.
8846
7cbbff33
PA
88472017-03-08 Pedro Alves <palves@redhat.com>
8848
8849 * gdb.base/tui-disasm-long-lines.c,
8850 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8851 gdb.base/tui-layout.exp: Move to ...
8852 * gdb.tui/: ... this new directory.
8853
5f6fd321
PA
88542017-03-07 Pedro Alves <palves@redhat.com>
8855
8856 * gdb.base/tui-layout.c: New file.
8857 * gdb.base/tui-layout.exp: New file.
8858
44959fa8
PA
88592017-03-07 Pedro Alves <palves@redhat.com>
8860
8861 * gdb.base/tui-layout.c: Rename to ...
8862 * gdb.base/tui-disasm-long-lines.c: ... this.
8863 * gdb.base/tui-layout.exp: Rename to ...
8864 * gdb.base/tui-disasm-long-lines.exp: ... this.
8865
f8c4e718
PA
88662017-03-07 Pedro Alves <palves@redhat.com>
8867
8868 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8869
6dbb839a 88702017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8871
8872 * i386-mpx-call.c: New file.
8873 * i386-mpx-call.exp: New file.
8874
65b48a81
PB
88752017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8876
8877 * gdb.arch/powerpc-power.exp: Delete test.
8878 * gdb.arch/powerpc-power.s: Likewise.
8879 * gdb.disasm/disassembler-options.exp: New test.
8880 * gdb.arch/powerpc-altivec.exp: Likewise.
8881 * gdb.arch/powerpc-altivec.s: Likewise.
8882 * gdb.arch/powerpc-altivec2.exp: Likewise.
8883 * gdb.arch/powerpc-altivec2.s: Likewise.
8884 * gdb.arch/powerpc-altivec3.exp: Likewise.
8885 * gdb.arch/powerpc-altivec3.s: Likewise.
8886 * gdb.arch/powerpc-power7.exp: Likewise.
8887 * gdb.arch/powerpc-power7.s: Likewise.
8888 * gdb.arch/powerpc-power8.exp: Likewise.
8889 * gdb.arch/powerpc-power8.s: Likewise.
8890 * gdb.arch/powerpc-power9.exp: Likewise.
8891 * gdb.arch/powerpc-power9.s: Likewise.
8892 * gdb.arch/powerpc-vsx.exp: Likewise.
8893 * gdb.arch/powerpc-vsx.s: Likewise.
8894 * gdb.arch/powerpc-vsx2.exp: Likewise.
8895 * gdb.arch/powerpc-vsx2.s: Likewise.
8896 * gdb.arch/powerpc-vsx3.exp: Likewise.
8897 * gdb.arch/powerpc-vsx3.s: Likewise.
8898 * gdb.arch/arm-disassembler-options.exp: Likewise.
8899 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8900 * gdb.arch/s390-disassembler-options.exp: Likewise.
8901
17cd4947
LM
89022017-02-23 Luis Machado <lgustavo@codesourcery.com>
8903
8904 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8905 (check_supported_features): ... this. Changed return type to void.
8906 (supports_rdseed): New static global.
8907 (rdseed): Check supports_rdseed.
8908 (initialize): Call check_supported_features.
8909
2039d74e
EBM
89102017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8911
8912 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8913 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8914 and lqarx/stqcx.
8915 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8916 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8917
a51d7ecf
EBM
89182017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8919
8920 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8921 uppercase.
8922
0224619f
JK
89232017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8924
8925 * gdb.dwarf2/formdata16.c: New file.
8926 * gdb.dwarf2/formdata16.exp: New file.
8927 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8928
216f72a1
JK
89292017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8930
8931 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8932 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8933 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8934 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8935 DW_AT_GNU_*.
8936
43988095
JK
89372017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8938
8939 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8940
99e8a4f9
SDJ
89412017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8942
8943 PR gdb/21164
8944 * gdb.base/maint.exp: Add testcases for when the commands do
8945 not have arguments.
8946
b58a8c0c
TP
89472017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8948
8949 * gdb.cp/chained-calls.exp: Use p instead of P.
8950
4e746bb6
TW
89512017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8952
8953 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8954 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8955
3f77c769
TT
89562017-02-14 Tom Tromey <tom@tromey.com>
8957
8958 PR python/13598:
8959 * gdb.python/py-events.exp: Add before_prompt event tests.
8960
075beec0
AA
89612017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8962
8963 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8964
bf5f525c
LM
89652017-02-13 Luis Machado <lgustavo@codesourcery.com>
8966
8967 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8968 (main): Call my_unique_function_name.
8969 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8970 completion of patterns with a single match.
8971 Add missing -re switches to gdb_test_multiple calls.
8972
13a66184
LM
89732017-02-13 Luis Machado <lgustavo@codesourcery.com>
8974
8975 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8976 return if core file is not recognized.
8977
26a06916
SM
89782017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8979
8980 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8981 and extra UIs.
8982
b761ca9e
SM
89832017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8984
8985 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8986 proc_with_prefix.
8987
b964bee0
TT
89882017-02-10 Tom Tromey <tom@tromey.com>
8989
8990 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8991
18da0c51
MG
89922017-02-10 Martin Galvan <martingalvan@sourceware.org>
8993
8994 PR gdb/21122
8995 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8996
604c4576
JG
89972017-02-08 Jerome Guitton <guitton@adacore.com>
8998
8999 * gdb.base/define.exp: Add test for command abbreviations
9000 in define.
9001
20b477a7
LM
90022017-02-06 Luis Machado <lgustavo@codesourcery.com>
9003
9004 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9005 * gdb.reverse/insn-reverse-x86.c: New file.
9006
3f7b46f2
IR
90072017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9008
9009 PR tdep/20936
9010 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9011
f0fd41c1
TT
90122017-02-03 Tom Tromey <tom@tromey.com>
9013
9014 PR rust/21097:
9015 * gdb.rust/simple.exp: Add new tests.
9016
5be5dbf0
PA
90172017-02-02 Pedro Alves <palves@redhat.com>
9018
9019 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9020 tests.
9021
7346ef59
AA
90222017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9023
9024 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9025 taking a 2-byte value out of a 4-byte DWARF implicit value on
9026 big-endian targets.
9027 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9028 logic. Add test cases for DW_OP_implicit.
9029
787f0025
MM
90302017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9031
9032 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9033
68777c29
MM
90342017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9035
9036 * gdb.btrace/enable.exp: Call gdb_exit before
9037 skip_gdbserver_tests.
9038
0a1c7e28
MM
90392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9040
9041 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9042 GDBFLAGS.
9043
b5ac99b0
MM
90442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9045
9046 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9047 the test is skipped.
9048 * gdb.btrace/data.exp: Likewise.
9049 * gdb.btrace/delta.exp: Likewise.
9050 * gdb.btrace/dlopen.exp: Likewise.
9051 * gdb.btrace/enable-running.exp: Likewise.
9052 * gdb.btrace/enable.exp: Likewise.
9053 * gdb.btrace/exception.exp: Likewise.
9054 * gdb.btrace/function_call_history.exp: Likewise.
9055 * gdb.btrace/gcore.exp: Likewise.
9056 * gdb.btrace/instruction_history.exp: Likewise.
9057 * gdb.btrace/multi-thread-step.exp: Likewise.
9058 * gdb.btrace/nohist.exp: Likewise.
9059 * gdb.btrace/non-stop.exp: Likewise.
9060 * gdb.btrace/reconnect.exp: Likewise.
9061 * gdb.btrace/record_goto-step.exp: Likewise.
9062 * gdb.btrace/record_goto.exp: Likewise.
9063 * gdb.btrace/rn-dl-bind.exp: Likewise.
9064 * gdb.btrace/segv.exp: Likewise.
9065 * gdb.btrace/step.exp: Likewise.
9066 * gdb.btrace/stepi.exp: Likewise.
9067 * gdb.btrace/tailcall-only.exp: Likewise.
9068 * gdb.btrace/tailcall.exp: Likewise.
9069 * gdb.btrace/tsx.exp: Likewise.
9070 * gdb.btrace/unknown_functions.exp: Likewise.
9071 * gdb.btrace/vdso.exp: Likewise.
9072
cd4007e4
MM
90732017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9074
9075 * gdb.btrace/enable-running.c: New.
9076 * gdb.btrace/enable-running.exp: New.
9077
2735833d
WT
90782017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9079
9080 * gdb.arch/amd64-gs_base.c: New file.
9081 * gdb.arch/amd64-gs_base.exp: New file.
9082
b51e1e94
LM
90832017-01-26 Luis Machado <lgustavo@codesourcery.com>
9084
9085 * lib/memory.exp: Remove spurious empty newlines.
9086
72ca0410
SM
90872017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9088
9089 * gdb.python/py-bad-printers.exp: Load python file using "source".
9090 * gdb.python/py-events.exp: Likewise.
9091 * gdb.python/py-evsignal.exp: Likewise.
9092 * gdb.python/py-evthreads.exp: Likewise.
9093 * gdb.python/py-frame-args.exp: Likewise.
9094 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9095 * gdb.python/py-framefilter-mi.exp: Likewise.
9096 * gdb.python/py-framefilter.exp: Likewise.
9097 * gdb.python/py-mi.exp: Likewise.
9098 * gdb.python/py-pp-maint.exp: Likewise.
9099 * gdb.python/py-pp-registration.exp: Likewise.
9100 * gdb.python/py-prettyprint.exp: Likewise.
9101 (run_lang_tests): Likewise.
9102 * gdb.python/py-typeprint.exp: Likewise.
9103
e309aa65
LM
91042017-01-26 Luis Machado <lgustavo@codesourcery.com>
9105
9106 * lib/memory.exp: New file.
9107 * lib/gdb.exp: Load memory.exp.
9108 * gdb.base/memattr.exp (delete_memory): Move proc to
9109 lib/memory.exp and rename to delete_memory_regions.
9110 Replace delete_memory with delete_memory_regions.
9111 Cleanup memory regions before tests.
9112 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9113 before tests.
9114
515aff23
LM
91152017-01-26 Luis Machado <lgustavo@codesourcery.com>
9116
9117 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9118 files.
9119 (initialize): New function conditionally defined.
9120 (testcases): Move within conditional block.
9121 (main): Call initialize.
9122 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9123 of gdb.reverse/insn-reverse.c.
9124 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9125 gdb.reverse/insn-reverse.c.
9126
d8b49cf0
YQ
91272017-01-26 Yao Qi <yao.qi@linaro.org>
9128
9129 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9130 disassemble on address 0.
9131
f13a9a0c
YQ
91322017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9133 Yao Qi <yao.qi@linaro.org>
9134
9135 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9136 * gdb.dwarf2/implptr-64bit.S: Remove.
9137 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9138 variables in caller's context. Add DW_OP_implicit_value.
9139
5ac95241
YQ
91402017-01-25 Yao Qi <yao.qi@linaro.org>
9141
9142 * lib/dwarf.exp (Dwarf::_location): Handle
9143 DW_OP_GNU_implicit_pointer with proper size.
9144
23e82930
LM
91452017-01-20 Luis Machado <lgustavo@codesourcery.com>
9146
9147 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9148 and add untested calls.
9149
d334ae25
LM
91502017-01-20 Luis Machado <lgustavo@codesourcery.com>
9151
9152 * gdb.python/python.exp: Check line number against what GDB thinks
9153 the line number is for func1.
9154
f5e6296e
IB
91552017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9156
9157 * gdb.dlang/debug-expr.exp: New file.
9158
5b362f04
LM
91592016-12-23 Luis Machado <lgustavo@codesourcery.com>
9160
9161 Fix test names for the following files:
9162
9163 * gdb.ada/exec_changed.exp
9164 * gdb.ada/info_types.exp
9165 * gdb.arch/aarch64-atomic-inst.exp
9166 * gdb.arch/aarch64-fp.exp
9167 * gdb.arch/altivec-abi.exp
9168 * gdb.arch/altivec-regs.exp
9169 * gdb.arch/amd64-byte.exp
9170 * gdb.arch/amd64-disp-step.exp
9171 * gdb.arch/amd64-dword.exp
9172 * gdb.arch/amd64-entry-value-inline.exp
9173 * gdb.arch/amd64-entry-value-param.exp
9174 * gdb.arch/amd64-entry-value-paramref.exp
9175 * gdb.arch/amd64-entry-value.exp
9176 * gdb.arch/amd64-i386-address.exp
9177 * gdb.arch/amd64-invalid-stack-middle.exp
9178 * gdb.arch/amd64-invalid-stack-top.exp
9179 * gdb.arch/amd64-optimout-repeat.exp
9180 * gdb.arch/amd64-prologue-skip.exp
9181 * gdb.arch/amd64-prologue-xmm.exp
9182 * gdb.arch/amd64-stap-special-operands.exp
9183 * gdb.arch/amd64-stap-wrong-subexp.exp
9184 * gdb.arch/amd64-tailcall-cxx.exp
9185 * gdb.arch/amd64-tailcall-noret.exp
9186 * gdb.arch/amd64-tailcall-ret.exp
9187 * gdb.arch/amd64-tailcall-self.exp
9188 * gdb.arch/amd64-word.exp
9189 * gdb.arch/arm-bl-branch-dest.exp
9190 * gdb.arch/arm-disp-step.exp
9191 * gdb.arch/arm-neon.exp
9192 * gdb.arch/arm-single-step-kernel-helper.exp
9193 * gdb.arch/avr-flash-qualifier.exp
9194 * gdb.arch/disp-step-insn-reloc.exp
9195 * gdb.arch/e500-abi.exp
9196 * gdb.arch/e500-regs.exp
9197 * gdb.arch/ftrace-insn-reloc.exp
9198 * gdb.arch/i386-avx512.exp
9199 * gdb.arch/i386-bp_permanent.exp
9200 * gdb.arch/i386-byte.exp
9201 * gdb.arch/i386-cfi-notcurrent.exp
9202 * gdb.arch/i386-disp-step.exp
9203 * gdb.arch/i386-dr3-watch.exp
9204 * gdb.arch/i386-float.exp
9205 * gdb.arch/i386-gnu-cfi.exp
9206 * gdb.arch/i386-mpx-map.exp
9207 * gdb.arch/i386-mpx-sigsegv.exp
9208 * gdb.arch/i386-mpx-simple_segv.exp
9209 * gdb.arch/i386-mpx.exp
9210 * gdb.arch/i386-permbkpt.exp
9211 * gdb.arch/i386-prologue.exp
9212 * gdb.arch/i386-signal.exp
9213 * gdb.arch/i386-size-overlap.exp
9214 * gdb.arch/i386-unwind.exp
9215 * gdb.arch/i386-word.exp
9216 * gdb.arch/mips-fcr.exp
9217 * gdb.arch/powerpc-d128-regs.exp
9218 * gdb.arch/powerpc-stackless.exp
9219 * gdb.arch/ppc64-atomic-inst.exp
9220 * gdb.arch/s390-stackless.exp
9221 * gdb.arch/s390-tdbregs.exp
9222 * gdb.arch/s390-vregs.exp
9223 * gdb.arch/sparc-sysstep.exp
9224 * gdb.arch/thumb-bx-pc.exp
9225 * gdb.arch/thumb-singlestep.exp
9226 * gdb.arch/thumb2-it.exp
9227 * gdb.arch/vsx-regs.exp
9228 * gdb.asm/asm-source.exp
9229 * gdb.base/a2-run.exp
9230 * gdb.base/advance.exp
9231 * gdb.base/all-bin.exp
9232 * gdb.base/anon.exp
9233 * gdb.base/args.exp
9234 * gdb.base/arithmet.exp
9235 * gdb.base/async-shell.exp
9236 * gdb.base/async.exp
9237 * gdb.base/attach-pie-noexec.exp
9238 * gdb.base/attach-twice.exp
9239 * gdb.base/auto-load.exp
9240 * gdb.base/bang.exp
9241 * gdb.base/bitfields.exp
9242 * gdb.base/break-always.exp
9243 * gdb.base/break-caller-line.exp
9244 * gdb.base/break-entry.exp
9245 * gdb.base/break-inline.exp
9246 * gdb.base/break-on-linker-gcd-function.exp
9247 * gdb.base/break-probes.exp
9248 * gdb.base/break.exp
9249 * gdb.base/breakpoint-shadow.exp
9250 * gdb.base/call-ar-st.exp
9251 * gdb.base/call-sc.exp
9252 * gdb.base/call-signal-resume.exp
9253 * gdb.base/call-strs.exp
9254 * gdb.base/callfuncs.exp
9255 * gdb.base/catch-fork-static.exp
9256 * gdb.base/catch-gdb-caused-signals.exp
9257 * gdb.base/catch-load.exp
9258 * gdb.base/catch-signal-fork.exp
9259 * gdb.base/catch-signal.exp
9260 * gdb.base/catch-syscall.exp
9261 * gdb.base/charset.exp
9262 * gdb.base/checkpoint.exp
9263 * gdb.base/chng-syms.exp
9264 * gdb.base/code-expr.exp
9265 * gdb.base/code_elim.exp
9266 * gdb.base/commands.exp
9267 * gdb.base/completion.exp
9268 * gdb.base/complex.exp
9269 * gdb.base/cond-expr.exp
9270 * gdb.base/condbreak.exp
9271 * gdb.base/consecutive.exp
9272 * gdb.base/continue-all-already-running.exp
9273 * gdb.base/coredump-filter.exp
9274 * gdb.base/corefile.exp
9275 * gdb.base/dbx.exp
9276 * gdb.base/debug-expr.exp
9277 * gdb.base/define.exp
9278 * gdb.base/del.exp
9279 * gdb.base/disabled-location.exp
9280 * gdb.base/disasm-end-cu.exp
9281 * gdb.base/disasm-optim.exp
9282 * gdb.base/display.exp
9283 * gdb.base/duplicate-bp.exp
9284 * gdb.base/ena-dis-br.exp
9285 * gdb.base/ending-run.exp
9286 * gdb.base/enumval.exp
9287 * gdb.base/environ.exp
9288 * gdb.base/eu-strip-infcall.exp
9289 * gdb.base/eval-avoid-side-effects.exp
9290 * gdb.base/eval-skip.exp
9291 * gdb.base/exitsignal.exp
9292 * gdb.base/expand-psymtabs.exp
9293 * gdb.base/filesym.exp
9294 * gdb.base/find-unmapped.exp
9295 * gdb.base/finish.exp
9296 * gdb.base/float.exp
9297 * gdb.base/foll-exec-mode.exp
9298 * gdb.base/foll-exec.exp
9299 * gdb.base/foll-fork.exp
9300 * gdb.base/fortran-sym-case.exp
9301 * gdb.base/freebpcmd.exp
9302 * gdb.base/func-ptr.exp
9303 * gdb.base/func-ptrs.exp
9304 * gdb.base/funcargs.exp
9305 * gdb.base/gcore-buffer-overflow.exp
9306 * gdb.base/gcore-relro-pie.exp
9307 * gdb.base/gcore-relro.exp
9308 * gdb.base/gcore.exp
9309 * gdb.base/gdb1090.exp
9310 * gdb.base/gdb11530.exp
9311 * gdb.base/gdb11531.exp
9312 * gdb.base/gdb1821.exp
9313 * gdb.base/gdbindex-stabs.exp
9314 * gdb.base/gdbvars.exp
9315 * gdb.base/hbreak.exp
9316 * gdb.base/hbreak2.exp
9317 * gdb.base/included.exp
9318 * gdb.base/infcall-input.exp
9319 * gdb.base/inferior-died.exp
9320 * gdb.base/infnan.exp
9321 * gdb.base/info-macros.exp
9322 * gdb.base/info-os.exp
9323 * gdb.base/info-proc.exp
9324 * gdb.base/info-shared.exp
9325 * gdb.base/info-target.exp
9326 * gdb.base/infoline.exp
9327 * gdb.base/interp.exp
9328 * gdb.base/interrupt.exp
9329 * gdb.base/jit-reader.exp
9330 * gdb.base/jit-simple.exp
9331 * gdb.base/kill-after-signal.exp
9332 * gdb.base/kill-detach-inferiors-cmd.exp
9333 * gdb.base/label.exp
9334 * gdb.base/langs.exp
9335 * gdb.base/ldbl_e308.exp
9336 * gdb.base/line-symtabs.exp
9337 * gdb.base/linespecs.exp
9338 * gdb.base/list.exp
9339 * gdb.base/long_long.exp
9340 * gdb.base/longest-types.exp
9341 * gdb.base/maint.exp
9342 * gdb.base/max-value-size.exp
9343 * gdb.base/memattr.exp
9344 * gdb.base/mips_pro.exp
9345 * gdb.base/morestack.exp
9346 * gdb.base/moribund-step.exp
9347 * gdb.base/multi-forks.exp
9348 * gdb.base/nested-addr.exp
9349 * gdb.base/nextoverexit.exp
9350 * gdb.base/noreturn-finish.exp
9351 * gdb.base/noreturn-return.exp
9352 * gdb.base/nostdlib.exp
9353 * gdb.base/offsets.exp
9354 * gdb.base/opaque.exp
9355 * gdb.base/pc-fp.exp
9356 * gdb.base/permissions.exp
9357 * gdb.base/print-symbol-loading.exp
9358 * gdb.base/prologue-include.exp
9359 * gdb.base/psymtab.exp
9360 * gdb.base/ptype.exp
9361 * gdb.base/random-signal.exp
9362 * gdb.base/randomize.exp
9363 * gdb.base/range-stepping.exp
9364 * gdb.base/readline-ask.exp
9365 * gdb.base/recpar.exp
9366 * gdb.base/recurse.exp
9367 * gdb.base/relational.exp
9368 * gdb.base/restore.exp
9369 * gdb.base/return-nodebug.exp
9370 * gdb.base/return.exp
9371 * gdb.base/run-after-attach.exp
9372 * gdb.base/save-bp.exp
9373 * gdb.base/scope.exp
9374 * gdb.base/sect-cmd.exp
9375 * gdb.base/set-lang-auto.exp
9376 * gdb.base/set-noassign.exp
9377 * gdb.base/setvar.exp
9378 * gdb.base/sigall.exp
9379 * gdb.base/sigbpt.exp
9380 * gdb.base/siginfo-addr.exp
9381 * gdb.base/siginfo-infcall.exp
9382 * gdb.base/siginfo-obj.exp
9383 * gdb.base/siginfo.exp
9384 * gdb.base/signals-state-child.exp
9385 * gdb.base/signest.exp
9386 * gdb.base/sigstep.exp
9387 * gdb.base/sizeof.exp
9388 * gdb.base/skip.exp
9389 * gdb.base/solib-corrupted.exp
9390 * gdb.base/solib-nodir.exp
9391 * gdb.base/solib-search.exp
9392 * gdb.base/stack-checking.exp
9393 * gdb.base/stale-infcall.exp
9394 * gdb.base/stap-probe.exp
9395 * gdb.base/start.exp
9396 * gdb.base/step-break.exp
9397 * gdb.base/step-bt.exp
9398 * gdb.base/step-line.exp
9399 * gdb.base/step-over-exit.exp
9400 * gdb.base/step-over-syscall.exp
9401 * gdb.base/step-resume-infcall.exp
9402 * gdb.base/step-test.exp
9403 * gdb.base/store.exp
9404 * gdb.base/structs3.exp
9405 * gdb.base/sym-file.exp
9406 * gdb.base/symbol-without-target_section.exp
9407 * gdb.base/term.exp
9408 * gdb.base/testenv.exp
9409 * gdb.base/ui-redirect.exp
9410 * gdb.base/until.exp
9411 * gdb.base/unwindonsignal.exp
9412 * gdb.base/value-double-free.exp
9413 * gdb.base/vla-datatypes.exp
9414 * gdb.base/vla-ptr.exp
9415 * gdb.base/vla-sideeffect.exp
9416 * gdb.base/volatile.exp
9417 * gdb.base/watch-cond-infcall.exp
9418 * gdb.base/watch-cond.exp
9419 * gdb.base/watch-non-mem.exp
9420 * gdb.base/watch-read.exp
9421 * gdb.base/watch-vfork.exp
9422 * gdb.base/watchpoint-cond-gone.exp
9423 * gdb.base/watchpoint-delete.exp
9424 * gdb.base/watchpoint-hw-hit-once.exp
9425 * gdb.base/watchpoint-hw.exp
9426 * gdb.base/watchpoint-stops-at-right-insn.exp
9427 * gdb.base/watchpoints.exp
9428 * gdb.base/wchar.exp
9429 * gdb.base/whatis-exp.exp
9430 * gdb.btrace/buffer-size.exp
9431 * gdb.btrace/data.exp
9432 * gdb.btrace/delta.exp
9433 * gdb.btrace/dlopen.exp
9434 * gdb.btrace/enable.exp
9435 * gdb.btrace/exception.exp
9436 * gdb.btrace/function_call_history.exp
9437 * gdb.btrace/gcore.exp
9438 * gdb.btrace/instruction_history.exp
9439 * gdb.btrace/nohist.exp
9440 * gdb.btrace/reconnect.exp
9441 * gdb.btrace/record_goto-step.exp
9442 * gdb.btrace/record_goto.exp
9443 * gdb.btrace/rn-dl-bind.exp
9444 * gdb.btrace/segv.exp
9445 * gdb.btrace/step.exp
9446 * gdb.btrace/stepi.exp
9447 * gdb.btrace/tailcall-only.exp
9448 * gdb.btrace/tailcall.exp
9449 * gdb.btrace/tsx.exp
9450 * gdb.btrace/unknown_functions.exp
9451 * gdb.btrace/vdso.exp
9452 * gdb.compile/compile-ifunc.exp
9453 * gdb.compile/compile-ops.exp
9454 * gdb.compile/compile-print.exp
9455 * gdb.compile/compile-setjmp.exp
9456 * gdb.cp/abstract-origin.exp
9457 * gdb.cp/ambiguous.exp
9458 * gdb.cp/annota2.exp
9459 * gdb.cp/annota3.exp
9460 * gdb.cp/anon-ns.exp
9461 * gdb.cp/anon-struct.exp
9462 * gdb.cp/anon-union.exp
9463 * gdb.cp/arg-reference.exp
9464 * gdb.cp/baseenum.exp
9465 * gdb.cp/bool.exp
9466 * gdb.cp/breakpoint.exp
9467 * gdb.cp/bs15503.exp
9468 * gdb.cp/call-c.exp
9469 * gdb.cp/casts.exp
9470 * gdb.cp/chained-calls.exp
9471 * gdb.cp/class2.exp
9472 * gdb.cp/classes.exp
9473 * gdb.cp/cmpd-minsyms.exp
9474 * gdb.cp/converts.exp
9475 * gdb.cp/cp-relocate.exp
9476 * gdb.cp/cpcompletion.exp
9477 * gdb.cp/cpexprs.exp
9478 * gdb.cp/cplabel.exp
9479 * gdb.cp/cplusfuncs.exp
9480 * gdb.cp/cpsizeof.exp
9481 * gdb.cp/ctti.exp
9482 * gdb.cp/derivation.exp
9483 * gdb.cp/destrprint.exp
9484 * gdb.cp/dispcxx.exp
9485 * gdb.cp/enum-class.exp
9486 * gdb.cp/exception.exp
9487 * gdb.cp/exceptprint.exp
9488 * gdb.cp/expand-psymtabs-cxx.exp
9489 * gdb.cp/expand-sals.exp
9490 * gdb.cp/extern-c.exp
9491 * gdb.cp/filename.exp
9492 * gdb.cp/formatted-ref.exp
9493 * gdb.cp/fpointer.exp
9494 * gdb.cp/gdb1355.exp
9495 * gdb.cp/gdb2495.exp
9496 * gdb.cp/hang.exp
9497 * gdb.cp/impl-this.exp
9498 * gdb.cp/infcall-dlopen.exp
9499 * gdb.cp/inherit.exp
9500 * gdb.cp/iostream.exp
9501 * gdb.cp/koenig.exp
9502 * gdb.cp/local.exp
9503 * gdb.cp/m-data.exp
9504 * gdb.cp/m-static.exp
9505 * gdb.cp/mb-ctor.exp
9506 * gdb.cp/mb-inline.exp
9507 * gdb.cp/mb-templates.exp
9508 * gdb.cp/member-name.exp
9509 * gdb.cp/member-ptr.exp
9510 * gdb.cp/meth-typedefs.exp
9511 * gdb.cp/method.exp
9512 * gdb.cp/method2.exp
9513 * gdb.cp/minsym-fallback.exp
9514 * gdb.cp/misc.exp
9515 * gdb.cp/namelessclass.exp
9516 * gdb.cp/namespace-enum.exp
9517 * gdb.cp/namespace-nested-import.exp
9518 * gdb.cp/namespace.exp
9519 * gdb.cp/nextoverthrow.exp
9520 * gdb.cp/no-dmgl-verbose.exp
9521 * gdb.cp/non-trivial-retval.exp
9522 * gdb.cp/noparam.exp
9523 * gdb.cp/nsdecl.exp
9524 * gdb.cp/nsimport.exp
9525 * gdb.cp/nsnested.exp
9526 * gdb.cp/nsnoimports.exp
9527 * gdb.cp/nsrecurs.exp
9528 * gdb.cp/nsstress.exp
9529 * gdb.cp/nsusing.exp
9530 * gdb.cp/operator.exp
9531 * gdb.cp/oranking.exp
9532 * gdb.cp/overload-const.exp
9533 * gdb.cp/overload.exp
9534 * gdb.cp/ovldbreak.exp
9535 * gdb.cp/ovsrch.exp
9536 * gdb.cp/paren-type.exp
9537 * gdb.cp/parse-lang.exp
9538 * gdb.cp/pass-by-ref.exp
9539 * gdb.cp/pr-1023.exp
9540 * gdb.cp/pr-1210.exp
9541 * gdb.cp/pr-574.exp
9542 * gdb.cp/pr10687.exp
9543 * gdb.cp/pr12028.exp
9544 * gdb.cp/pr17132.exp
9545 * gdb.cp/pr17494.exp
9546 * gdb.cp/pr9067.exp
9547 * gdb.cp/pr9167.exp
9548 * gdb.cp/pr9631.exp
9549 * gdb.cp/printmethod.exp
9550 * gdb.cp/psmang.exp
9551 * gdb.cp/psymtab-parameter.exp
9552 * gdb.cp/ptype-cv-cp.exp
9553 * gdb.cp/ptype-flags.exp
9554 * gdb.cp/re-set-overloaded.exp
9555 * gdb.cp/ref-types.exp
9556 * gdb.cp/rtti.exp
9557 * gdb.cp/scope-err.exp
9558 * gdb.cp/shadow.exp
9559 * gdb.cp/smartp.exp
9560 * gdb.cp/static-method.exp
9561 * gdb.cp/static-print-quit.exp
9562 * gdb.cp/temargs.exp
9563 * gdb.cp/templates.exp
9564 * gdb.cp/try_catch.exp
9565 * gdb.cp/typedef-operator.exp
9566 * gdb.cp/typeid.exp
9567 * gdb.cp/userdef.exp
9568 * gdb.cp/using-crash.exp
9569 * gdb.cp/var-tag.exp
9570 * gdb.cp/virtbase.exp
9571 * gdb.cp/virtfunc.exp
9572 * gdb.cp/virtfunc2.exp
9573 * gdb.cp/vla-cxx.exp
9574 * gdb.disasm/t01_mov.exp
9575 * gdb.disasm/t02_mova.exp
9576 * gdb.disasm/t03_add.exp
9577 * gdb.disasm/t04_sub.exp
9578 * gdb.disasm/t05_cmp.exp
9579 * gdb.disasm/t06_ari2.exp
9580 * gdb.disasm/t07_ari3.exp
9581 * gdb.disasm/t08_or.exp
9582 * gdb.disasm/t09_xor.exp
9583 * gdb.disasm/t10_and.exp
9584 * gdb.disasm/t11_logs.exp
9585 * gdb.disasm/t12_bit.exp
9586 * gdb.disasm/t13_otr.exp
9587 * gdb.dlang/circular.exp
9588 * gdb.dwarf2/arr-stride.exp
9589 * gdb.dwarf2/arr-subrange.exp
9590 * gdb.dwarf2/atomic-type.exp
9591 * gdb.dwarf2/bad-regnum.exp
9592 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9593 * gdb.dwarf2/callframecfa.exp
9594 * gdb.dwarf2/clztest.exp
9595 * gdb.dwarf2/corrupt.exp
9596 * gdb.dwarf2/data-loc.exp
9597 * gdb.dwarf2/dup-psym.exp
9598 * gdb.dwarf2/dw2-anon-mptr.exp
9599 * gdb.dwarf2/dw2-anonymous-func.exp
9600 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9601 * gdb.dwarf2/dw2-bad-unresolved.exp
9602 * gdb.dwarf2/dw2-basic.exp
9603 * gdb.dwarf2/dw2-canonicalize-type.exp
9604 * gdb.dwarf2/dw2-case-insensitive.exp
9605 * gdb.dwarf2/dw2-common-block.exp
9606 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9607 * gdb.dwarf2/dw2-compressed.exp
9608 * gdb.dwarf2/dw2-const.exp
9609 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9610 * gdb.dwarf2/dw2-cu-size.exp
9611 * gdb.dwarf2/dw2-dup-frame.exp
9612 * gdb.dwarf2/dw2-entry-value.exp
9613 * gdb.dwarf2/dw2-icycle.exp
9614 * gdb.dwarf2/dw2-ifort-parameter.exp
9615 * gdb.dwarf2/dw2-inline-break.exp
9616 * gdb.dwarf2/dw2-inline-param.exp
9617 * gdb.dwarf2/dw2-intercu.exp
9618 * gdb.dwarf2/dw2-intermix.exp
9619 * gdb.dwarf2/dw2-lexical-block-bare.exp
9620 * gdb.dwarf2/dw2-linkage-name-trust.exp
9621 * gdb.dwarf2/dw2-minsym-in-cu.exp
9622 * gdb.dwarf2/dw2-noloc.exp
9623 * gdb.dwarf2/dw2-op-call.exp
9624 * gdb.dwarf2/dw2-op-out-param.exp
9625 * gdb.dwarf2/dw2-opt-structptr.exp
9626 * gdb.dwarf2/dw2-param-error.exp
9627 * gdb.dwarf2/dw2-producer.exp
9628 * gdb.dwarf2/dw2-ranges-base.exp
9629 * gdb.dwarf2/dw2-ref-missing-frame.exp
9630 * gdb.dwarf2/dw2-reg-undefined.exp
9631 * gdb.dwarf2/dw2-regno-invalid.exp
9632 * gdb.dwarf2/dw2-restore.exp
9633 * gdb.dwarf2/dw2-restrict.exp
9634 * gdb.dwarf2/dw2-single-line-discriminators.exp
9635 * gdb.dwarf2/dw2-strp.exp
9636 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9637 * gdb.dwarf2/dw2-unresolved.exp
9638 * gdb.dwarf2/dw2-var-zero-addr.exp
9639 * gdb.dwarf2/dw4-sig-types.exp
9640 * gdb.dwarf2/dwz.exp
9641 * gdb.dwarf2/dynarr-ptr.exp
9642 * gdb.dwarf2/enum-type.exp
9643 * gdb.dwarf2/gdb-index.exp
9644 * gdb.dwarf2/implptr-64bit.exp
9645 * gdb.dwarf2/implptr-optimized-out.exp
9646 * gdb.dwarf2/implptr.exp
9647 * gdb.dwarf2/implref-array.exp
9648 * gdb.dwarf2/implref-const.exp
9649 * gdb.dwarf2/implref-global.exp
9650 * gdb.dwarf2/implref-struct.exp
9651 * gdb.dwarf2/mac-fileno.exp
9652 * gdb.dwarf2/main-subprogram.exp
9653 * gdb.dwarf2/member-ptr-forwardref.exp
9654 * gdb.dwarf2/method-ptr.exp
9655 * gdb.dwarf2/missing-sig-type.exp
9656 * gdb.dwarf2/nonvar-access.exp
9657 * gdb.dwarf2/opaque-type-lookup.exp
9658 * gdb.dwarf2/pieces-optimized-out.exp
9659 * gdb.dwarf2/pieces.exp
9660 * gdb.dwarf2/pr10770.exp
9661 * gdb.dwarf2/pr13961.exp
9662 * gdb.dwarf2/staticvirtual.exp
9663 * gdb.dwarf2/subrange.exp
9664 * gdb.dwarf2/symtab-producer.exp
9665 * gdb.dwarf2/trace-crash.exp
9666 * gdb.dwarf2/typeddwarf.exp
9667 * gdb.dwarf2/valop.exp
9668 * gdb.dwarf2/watch-notconst.exp
9669 * gdb.fortran/array-element.exp
9670 * gdb.fortran/charset.exp
9671 * gdb.fortran/common-block.exp
9672 * gdb.fortran/complex.exp
9673 * gdb.fortran/derived-type-function.exp
9674 * gdb.fortran/derived-type.exp
9675 * gdb.fortran/logical.exp
9676 * gdb.fortran/module.exp
9677 * gdb.fortran/multi-dim.exp
9678 * gdb.fortran/nested-funcs.exp
9679 * gdb.fortran/print-formatted.exp
9680 * gdb.fortran/subarray.exp
9681 * gdb.fortran/vla-alloc-assoc.exp
9682 * gdb.fortran/vla-datatypes.exp
9683 * gdb.fortran/vla-history.exp
9684 * gdb.fortran/vla-ptr-info.exp
9685 * gdb.fortran/vla-ptype-sub.exp
9686 * gdb.fortran/vla-ptype.exp
9687 * gdb.fortran/vla-sizeof.exp
9688 * gdb.fortran/vla-type.exp
9689 * gdb.fortran/vla-value-sub-arbitrary.exp
9690 * gdb.fortran/vla-value-sub-finish.exp
9691 * gdb.fortran/vla-value-sub.exp
9692 * gdb.fortran/vla-value.exp
9693 * gdb.fortran/whatis_type.exp
9694 * gdb.go/chan.exp
9695 * gdb.go/handcall.exp
9696 * gdb.go/hello.exp
9697 * gdb.go/integers.exp
9698 * gdb.go/methods.exp
9699 * gdb.go/package.exp
9700 * gdb.go/strings.exp
9701 * gdb.go/types.exp
9702 * gdb.go/unsafe.exp
9703 * gdb.guile/scm-arch.exp
9704 * gdb.guile/scm-block.exp
9705 * gdb.guile/scm-breakpoint.exp
9706 * gdb.guile/scm-cmd.exp
9707 * gdb.guile/scm-disasm.exp
9708 * gdb.guile/scm-equal.exp
9709 * gdb.guile/scm-frame-args.exp
9710 * gdb.guile/scm-frame-inline.exp
9711 * gdb.guile/scm-frame.exp
9712 * gdb.guile/scm-iterator.exp
9713 * gdb.guile/scm-math.exp
9714 * gdb.guile/scm-objfile.exp
9715 * gdb.guile/scm-ports.exp
9716 * gdb.guile/scm-symbol.exp
9717 * gdb.guile/scm-symtab.exp
9718 * gdb.guile/scm-value-cc.exp
9719 * gdb.guile/types-module.exp
9720 * gdb.linespec/break-ask.exp
9721 * gdb.linespec/cpexplicit.exp
9722 * gdb.linespec/explicit.exp
9723 * gdb.linespec/keywords.exp
9724 * gdb.linespec/linespec.exp
9725 * gdb.linespec/ls-dollar.exp
9726 * gdb.linespec/ls-errs.exp
9727 * gdb.linespec/skip-two.exp
9728 * gdb.linespec/thread.exp
9729 * gdb.mi/mi-async.exp
9730 * gdb.mi/mi-basics.exp
9731 * gdb.mi/mi-break.exp
9732 * gdb.mi/mi-catch-load.exp
9733 * gdb.mi/mi-cli.exp
9734 * gdb.mi/mi-cmd-param-changed.exp
9735 * gdb.mi/mi-console.exp
9736 * gdb.mi/mi-detach.exp
9737 * gdb.mi/mi-disassemble.exp
9738 * gdb.mi/mi-eval.exp
9739 * gdb.mi/mi-file-transfer.exp
9740 * gdb.mi/mi-file.exp
9741 * gdb.mi/mi-fill-memory.exp
9742 * gdb.mi/mi-inheritance-syntax-error.exp
9743 * gdb.mi/mi-linespec-err-cp.exp
9744 * gdb.mi/mi-logging.exp
9745 * gdb.mi/mi-memory-changed.exp
9746 * gdb.mi/mi-read-memory.exp
9747 * gdb.mi/mi-record-changed.exp
9748 * gdb.mi/mi-reg-undefined.exp
9749 * gdb.mi/mi-regs.exp
9750 * gdb.mi/mi-return.exp
9751 * gdb.mi/mi-reverse.exp
9752 * gdb.mi/mi-simplerun.exp
9753 * gdb.mi/mi-solib.exp
9754 * gdb.mi/mi-stack.exp
9755 * gdb.mi/mi-stepi.exp
9756 * gdb.mi/mi-syn-frame.exp
9757 * gdb.mi/mi-until.exp
9758 * gdb.mi/mi-var-block.exp
9759 * gdb.mi/mi-var-child.exp
9760 * gdb.mi/mi-var-cmd.exp
9761 * gdb.mi/mi-var-cp.exp
9762 * gdb.mi/mi-var-display.exp
9763 * gdb.mi/mi-var-invalidate.exp
9764 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9765 * gdb.mi/mi-vla-fortran.exp
9766 * gdb.mi/mi-watch.exp
9767 * gdb.mi/mi2-var-child.exp
9768 * gdb.mi/user-selected-context-sync.exp
9769 * gdb.modula2/unbounded-array.exp
9770 * gdb.multi/dummy-frame-restore.exp
9771 * gdb.multi/multi-arch-exec.exp
9772 * gdb.multi/multi-arch.exp
9773 * gdb.multi/tids.exp
9774 * gdb.multi/watchpoint-multi.exp
9775 * gdb.opencl/callfuncs.exp
9776 * gdb.opencl/convs_casts.exp
9777 * gdb.opencl/datatypes.exp
9778 * gdb.opencl/operators.exp
9779 * gdb.opencl/vec_comps.exp
9780 * gdb.opt/clobbered-registers-O2.exp
9781 * gdb.opt/inline-break.exp
9782 * gdb.opt/inline-bt.exp
9783 * gdb.opt/inline-cmds.exp
9784 * gdb.opt/inline-locals.exp
9785 * gdb.pascal/case-insensitive-symbols.exp
9786 * gdb.pascal/floats.exp
9787 * gdb.pascal/gdb11492.exp
9788 * gdb.python/lib-types.exp
9789 * gdb.python/py-arch.exp
9790 * gdb.python/py-as-string.exp
9791 * gdb.python/py-bad-printers.exp
9792 * gdb.python/py-block.exp
9793 * gdb.python/py-breakpoint-create-fail.exp
9794 * gdb.python/py-breakpoint.exp
9795 * gdb.python/py-caller-is.exp
9796 * gdb.python/py-cmd.exp
9797 * gdb.python/py-explore-cc.exp
9798 * gdb.python/py-explore.exp
9799 * gdb.python/py-finish-breakpoint.exp
9800 * gdb.python/py-finish-breakpoint2.exp
9801 * gdb.python/py-frame-args.exp
9802 * gdb.python/py-frame-inline.exp
9803 * gdb.python/py-frame.exp
9804 * gdb.python/py-framefilter-mi.exp
9805 * gdb.python/py-infthread.exp
9806 * gdb.python/py-lazy-string.exp
9807 * gdb.python/py-linetable.exp
9808 * gdb.python/py-mi-events.exp
9809 * gdb.python/py-mi-objfile.exp
9810 * gdb.python/py-mi.exp
9811 * gdb.python/py-objfile.exp
9812 * gdb.python/py-pp-integral.exp
9813 * gdb.python/py-pp-maint.exp
9814 * gdb.python/py-pp-re-notag.exp
9815 * gdb.python/py-pp-registration.exp
9816 * gdb.python/py-recurse-unwind.exp
9817 * gdb.python/py-strfns.exp
9818 * gdb.python/py-symbol.exp
9819 * gdb.python/py-symtab.exp
9820 * gdb.python/py-sync-interp.exp
9821 * gdb.python/py-typeprint.exp
9822 * gdb.python/py-unwind-maint.exp
9823 * gdb.python/py-unwind.exp
9824 * gdb.python/py-value-cc.exp
9825 * gdb.python/py-xmethods.exp
9826 * gdb.reverse/amd64-tailcall-reverse.exp
9827 * gdb.reverse/break-precsave.exp
9828 * gdb.reverse/break-reverse.exp
9829 * gdb.reverse/consecutive-precsave.exp
9830 * gdb.reverse/consecutive-reverse.exp
9831 * gdb.reverse/finish-precsave.exp
9832 * gdb.reverse/finish-reverse-bkpt.exp
9833 * gdb.reverse/finish-reverse.exp
9834 * gdb.reverse/fstatat-reverse.exp
9835 * gdb.reverse/getresuid-reverse.exp
9836 * gdb.reverse/i386-precsave.exp
9837 * gdb.reverse/i386-reverse.exp
9838 * gdb.reverse/i386-sse-reverse.exp
9839 * gdb.reverse/i387-env-reverse.exp
9840 * gdb.reverse/i387-stack-reverse.exp
9841 * gdb.reverse/insn-reverse.exp
9842 * gdb.reverse/machinestate-precsave.exp
9843 * gdb.reverse/machinestate.exp
9844 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9845 * gdb.reverse/pipe-reverse.exp
9846 * gdb.reverse/readv-reverse.exp
9847 * gdb.reverse/recvmsg-reverse.exp
9848 * gdb.reverse/rerun-prec.exp
9849 * gdb.reverse/s390-mvcle.exp
9850 * gdb.reverse/step-precsave.exp
9851 * gdb.reverse/step-reverse.exp
9852 * gdb.reverse/time-reverse.exp
9853 * gdb.reverse/until-precsave.exp
9854 * gdb.reverse/until-reverse.exp
9855 * gdb.reverse/waitpid-reverse.exp
9856 * gdb.reverse/watch-precsave.exp
9857 * gdb.reverse/watch-reverse.exp
9858 * gdb.rust/generics.exp
9859 * gdb.rust/methods.exp
9860 * gdb.rust/modules.exp
9861 * gdb.rust/simple.exp
9862 * gdb.server/connect-with-no-symbol-file.exp
9863 * gdb.server/ext-attach.exp
9864 * gdb.server/ext-restart.exp
9865 * gdb.server/ext-wrapper.exp
9866 * gdb.server/file-transfer.exp
9867 * gdb.server/server-exec-info.exp
9868 * gdb.server/server-kill.exp
9869 * gdb.server/server-mon.exp
9870 * gdb.server/wrapper.exp
9871 * gdb.stabs/exclfwd.exp
9872 * gdb.stabs/gdb11479.exp
9873 * gdb.threads/clone-new-thread-event.exp
9874 * gdb.threads/corethreads.exp
9875 * gdb.threads/current-lwp-dead.exp
9876 * gdb.threads/dlopen-libpthread.exp
9877 * gdb.threads/gcore-thread.exp
9878 * gdb.threads/sigstep-threads.exp
9879 * gdb.threads/watchpoint-fork.exp
9880 * gdb.trace/actions-changed.exp
9881 * gdb.trace/backtrace.exp
9882 * gdb.trace/change-loc.exp
9883 * gdb.trace/circ.exp
9884 * gdb.trace/collection.exp
9885 * gdb.trace/disconnected-tracing.exp
9886 * gdb.trace/ftrace.exp
9887 * gdb.trace/mi-trace-frame-collected.exp
9888 * gdb.trace/mi-trace-unavailable.exp
9889 * gdb.trace/mi-traceframe-changed.exp
9890 * gdb.trace/mi-tsv-changed.exp
9891 * gdb.trace/no-attach-trace.exp
9892 * gdb.trace/passc-dyn.exp
9893 * gdb.trace/qtro.exp
9894 * gdb.trace/range-stepping.exp
9895 * gdb.trace/read-memory.exp
9896 * gdb.trace/save-trace.exp
9897 * gdb.trace/signal.exp
9898 * gdb.trace/status-stop.exp
9899 * gdb.trace/tfile.exp
9900 * gdb.trace/trace-break.exp
9901 * gdb.trace/trace-buffer-size.exp
9902 * gdb.trace/trace-condition.exp
9903 * gdb.trace/tracefile-pseudo-reg.exp
9904 * gdb.trace/tstatus.exp
9905 * gdb.trace/unavailable.exp
9906 * gdb.trace/while-dyn.exp
9907 * gdb.trace/while-stepping.exp
9908
34c41c68
DE
99092016-12-22 Doug Evans <xdje42@gmail.com>
9910
9911 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9912 and msymbols.
9913
16e69324
YQ
99142016-12-19 Yao Qi <yao.qi@linaro.org>
9915
9916 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9917 (test_with_self): Don't call do_steps_and_nexts, and remove
9918 code about stepping into xmalloc.
9919
f94f411b
YQ
99202016-12-09 Yao Qi <yao.qi@linaro.org>
9921
9922 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9923
99242016-12-09 Yao Qi <yao.qi@linaro.org>
9925
9926 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9927
f1b5deee
PA
99282016-12-09 Pedro Alves <palves@redhat.com>
9929
9930 * gdb.base/all-architectures-0.exp: New file.
9931 * gdb.base/all-architectures-1.exp: New file.
9932 * gdb.base/all-architectures-2.exp: New file.
9933 * gdb.base/all-architectures-3.exp: New file.
9934 * gdb.base/all-architectures-4.exp: New file.
9935 * gdb.base/all-architectures-5.exp: New file.
9936 * gdb.base/all-architectures-6.exp: New file.
9937 * gdb.base/all-architectures-7.exp: New file.
9938 * gdb.base/all-architectures.exp.in: New file.
9939
364ca42e
YQ
99402016-12-09 Yao Qi <yao.qi@linaro.org>
9941
9942 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9943
107c2d62
LM
99442016-12-02 Luis Machado <lgustavo@codesourcery.com>
9945
9946 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9947 possible.
9948 Remove useless pattern-matching code.
9949
df3ee9ca
PA
99502016-12-02 Pedro Alves <palves@redhat.com>
9951
9952 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9953 procedure.
9954 (top level): Call it.
9955
ec835369
PA
99562016-12-02 Pedro Alves <palves@redhat.com>
9957
9958 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9959 New procedure.
9960 (top level): Call it.
9961
01770bbd
PA
99622016-12-02 Pedro Alves <palves@redhat.com>
9963
9964 PR cli/20559
9965 * gdb.base/commands.exp (user_defined_command_args_eval): New
9966 procedure.
9967 (top level): Call it.
9968
008459ea
LM
99692016-12-02 Luis Machado <lgustavo@codesourcery.com>
9970
9971 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9972 timeout handling.
9973
0c1b455e
TT
99742016-12-02 Tom Tromey <tom@tromey.com>
9975
9976 * gdb.dwarf2/main-subprogram.c: New file.
9977 * gdb.dwarf2/main-subprogram.exp: New file.
9978
018572b8
LM
99792016-12-01 Luis Machado <lgustavo@codesourcery.com>
9980
9981 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9982 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9983 gdb_test_no_output for a couple of cases.
9984 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9985
84c93cd5
LM
99862016-12-01 Luis Machado <lgustavo@codesourcery.com>
9987
9988 Fix test names and standardize compilation error messages throughout
9989 the following files:
9990
9991 * gdb.ada/start.exp
9992 * gdb.arch/alpha-step.exp
9993 * gdb.arch/e500-prologue.exp
9994 * gdb.arch/ftrace-insn-reloc.exp
9995 * gdb.arch/gdb1291.exp
9996 * gdb.arch/gdb1431.exp
9997 * gdb.arch/gdb1558.exp
9998 * gdb.arch/i386-dr3-watch.exp
9999 * gdb.arch/i386-sse-stack-align.exp
10000 * gdb.arch/ia64-breakpoint-shadow.exp
10001 * gdb.arch/pa-nullify.exp
10002 * gdb.arch/powerpc-aix-prologue.exp
10003 * gdb.arch/thumb-bx-pc.exp
10004 * gdb.base/annota1.exp
10005 * gdb.base/annota3.exp
10006 * gdb.base/arrayidx.exp
10007 * gdb.base/assign.exp
10008 * gdb.base/attach.exp
10009 * gdb.base/auxv.exp
10010 * gdb.base/bang.exp
10011 * gdb.base/bfp-test.exp
10012 * gdb.base/bigcore.exp
10013 * gdb.base/bitfields2.exp
10014 * gdb.base/break-fun-addr.exp
10015 * gdb.base/break-probes.exp
10016 * gdb.base/call-rt-st.exp
10017 * gdb.base/callexit.exp
10018 * gdb.base/catch-fork-kill.exp
10019 * gdb.base/charset.exp
10020 * gdb.base/checkpoint.exp
10021 * gdb.base/comprdebug.exp
10022 * gdb.base/constvars.exp
10023 * gdb.base/coredump-filter.exp
10024 * gdb.base/cursal.exp
10025 * gdb.base/cvexpr.exp
10026 * gdb.base/detach.exp
10027 * gdb.base/display.exp
10028 * gdb.base/dmsym.exp
10029 * gdb.base/dprintf-pending.exp
10030 * gdb.base/dso2dso.exp
10031 * gdb.base/dtrace-probe.exp
10032 * gdb.base/dump.exp
10033 * gdb.base/enum_cond.exp
10034 * gdb.base/exe-lock.exp
10035 * gdb.base/exec-invalid-sysroot.exp
10036 * gdb.base/execl-update-breakpoints.exp
10037 * gdb.base/exprs.exp
10038 * gdb.base/fileio.exp
10039 * gdb.base/find.exp
10040 * gdb.base/finish.exp
10041 * gdb.base/fixsection.exp
10042 * gdb.base/foll-vfork.exp
10043 * gdb.base/frame-args.exp
10044 * gdb.base/gcore.exp
10045 * gdb.base/gdb1250.exp
10046 * gdb.base/global-var-nested-by-dso.exp
10047 * gdb.base/gnu-ifunc.exp
10048 * gdb.base/hashline1.exp
10049 * gdb.base/hashline2.exp
10050 * gdb.base/hashline3.exp
10051 * gdb.base/hbreak-in-shr-unsupported.exp
10052 * gdb.base/huge.exp
10053 * gdb.base/infcall-input.exp
10054 * gdb.base/info-fun.exp
10055 * gdb.base/info-shared.exp
10056 * gdb.base/jit-simple.exp
10057 * gdb.base/jit-so.exp
10058 * gdb.base/jit.exp
10059 * gdb.base/jump.exp
10060 * gdb.base/label.exp
10061 * gdb.base/lineinc.exp
10062 * gdb.base/logical.exp
10063 * gdb.base/longjmp.exp
10064 * gdb.base/macscp.exp
10065 * gdb.base/miscexprs.exp
10066 * gdb.base/new-ui-echo.exp
10067 * gdb.base/new-ui-pending-input.exp
10068 * gdb.base/new-ui.exp
10069 * gdb.base/nodebug.exp
10070 * gdb.base/nofield.exp
10071 * gdb.base/offsets.exp
10072 * gdb.base/overlays.exp
10073 * gdb.base/pending.exp
10074 * gdb.base/pointers.exp
10075 * gdb.base/pr11022.exp
10076 * gdb.base/printcmds.exp
10077 * gdb.base/prologue.exp
10078 * gdb.base/ptr-typedef.exp
10079 * gdb.base/realname-expand.exp
10080 * gdb.base/relativedebug.exp
10081 * gdb.base/relocate.exp
10082 * gdb.base/remote.exp
10083 * gdb.base/reread.exp
10084 * gdb.base/return2.exp
10085 * gdb.base/savedregs.exp
10086 * gdb.base/sep.exp
10087 * gdb.base/sepdebug.exp
10088 * gdb.base/sepsymtab.exp
10089 * gdb.base/set-inferior-tty.exp
10090 * gdb.base/setshow.exp
10091 * gdb.base/shlib-call.exp
10092 * gdb.base/sigaltstack.exp
10093 * gdb.base/siginfo-addr.exp
10094 * gdb.base/signals.exp
10095 * gdb.base/signull.exp
10096 * gdb.base/sigrepeat.exp
10097 * gdb.base/so-impl-ld.exp
10098 * gdb.base/solib-display.exp
10099 * gdb.base/solib-overlap.exp
10100 * gdb.base/solib-search.exp
10101 * gdb.base/solib-symbol.exp
10102 * gdb.base/structs.exp
10103 * gdb.base/structs2.exp
10104 * gdb.base/symtab-search-order.exp
10105 * gdb.base/twice.exp
10106 * gdb.base/unload.exp
10107 * gdb.base/varargs.exp
10108 * gdb.base/watchpoint-solib.exp
10109 * gdb.base/watchpoint.exp
10110 * gdb.base/whatis.exp
10111 * gdb.base/wrong_frame_bt_full.exp
10112 * gdb.btrace/dlopen.exp
10113 * gdb.cell/ea-standalone.exp
10114 * gdb.cell/ea-test.exp
10115 * gdb.cp/dispcxx.exp
10116 * gdb.cp/gdb2384.exp
10117 * gdb.cp/method2.exp
10118 * gdb.cp/nextoverthrow.exp
10119 * gdb.cp/pr10728.exp
10120 * gdb.disasm/am33.exp
10121 * gdb.disasm/h8300s.exp
10122 * gdb.disasm/mn10300.exp
10123 * gdb.disasm/sh3.exp
10124 * gdb.dwarf2/dw2-dir-file-name.exp
10125 * gdb.fortran/complex.exp
10126 * gdb.fortran/library-module.exp
10127 * gdb.guile/scm-pretty-print.exp
10128 * gdb.guile/scm-symbol.exp
10129 * gdb.guile/scm-type.exp
10130 * gdb.guile/scm-value.exp
10131 * gdb.linespec/linespec.exp
10132 * gdb.mi/gdb701.exp
10133 * gdb.mi/gdb792.exp
10134 * gdb.mi/mi-breakpoint-changed.exp
10135 * gdb.mi/mi-dprintf-pending.exp
10136 * gdb.mi/mi-dprintf.exp
10137 * gdb.mi/mi-exit-code.exp
10138 * gdb.mi/mi-pending.exp
10139 * gdb.mi/mi-solib.exp
10140 * gdb.mi/new-ui-mi-sync.exp
10141 * gdb.mi/pr11022.exp
10142 * gdb.mi/user-selected-context-sync.exp
10143 * gdb.opt/solib-intra-step.exp
10144 * gdb.python/py-events.exp
10145 * gdb.python/py-finish-breakpoint.exp
10146 * gdb.python/py-mi.exp
10147 * gdb.python/py-prettyprint.exp
10148 * gdb.python/py-shared.exp
10149 * gdb.python/py-symbol.exp
10150 * gdb.python/py-template.exp
10151 * gdb.python/py-type.exp
10152 * gdb.python/py-value.exp
10153 * gdb.reverse/solib-precsave.exp
10154 * gdb.reverse/solib-reverse.exp
10155 * gdb.server/solib-list.exp
10156 * gdb.stabs/weird.exp
10157 * gdb.threads/reconnect-signal.exp
10158 * gdb.threads/stepi-random-signal.exp
10159 * gdb.trace/actions.exp
10160 * gdb.trace/ax.exp
10161 * gdb.trace/backtrace.exp
10162 * gdb.trace/change-loc.exp
10163 * gdb.trace/deltrace.exp
10164 * gdb.trace/ftrace-lock.exp
10165 * gdb.trace/ftrace.exp
10166 * gdb.trace/infotrace.exp
10167 * gdb.trace/mi-tracepoint-changed.exp
10168 * gdb.trace/packetlen.exp
10169 * gdb.trace/passcount.exp
10170 * gdb.trace/pending.exp
10171 * gdb.trace/range-stepping.exp
10172 * gdb.trace/report.exp
10173 * gdb.trace/stap-trace.exp
10174 * gdb.trace/tfind.exp
10175 * gdb.trace/trace-break.exp
10176 * gdb.trace/trace-condition.exp
10177 * gdb.trace/trace-enable-disable.exp
10178 * gdb.trace/trace-mt.exp
10179 * gdb.trace/tracecmd.exp
10180 * gdb.trace/tspeed.exp
10181 * gdb.trace/tsv.exp
10182 * lib/perftest.exp
10183
fb9feb35
LM
101842016-12-01 Luis Machado <lgustavo@codesourcery.com>
10185
10186 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10187 with gdb_test_no_output.
10188 Use command as test name.
10189
cd2ddb6c
LM
101902016-12-01 Luis Machado <lgustavo@codesourcery.com>
10191
10192 Fix test names starting with uppercase throughout the files.
10193
10194 * gdb.ada/assign_1.exp
10195 * gdb.ada/boolean_expr.exp
10196 * gdb.base/arrayidx.exp
10197 * gdb.base/del.exp
10198 * gdb.base/gcore-buffer-overflow.exp
10199 * gdb.base/testenv.exp
10200 * gdb.compile/compile.exp
10201 * gdb.python/py-framefilter-invalidarg.exp
10202 * gdb.python/py-framefilter.exp
10203
bb95117e
LM
102042016-12-01 Luis Machado <lgustavo@codesourcery.com>
10205
10206 Fix test names starting with uppercase throughout the files.
10207
10208 * gdb.ada/array_return.exp
10209 * gdb.ada/expr_delims.exp
10210 * gdb.ada/mi_dyn_arr.exp
10211 * gdb.ada/mi_interface.exp
10212 * gdb.ada/mi_var_array.exp
10213 * gdb.ada/watch_arg.exp
10214 * gdb.arch/alpha-step.exp
10215 * gdb.arch/altivec-regs.exp
10216 * gdb.arch/e500-regs.exp
10217 * gdb.arch/powerpc-d128-regs.exp
10218 * gdb.base/arrayidx.exp
10219 * gdb.base/break.exp
10220 * gdb.base/checkpoint.exp
10221 * gdb.base/debug-expr.exp
10222 * gdb.base/dmsym.exp
10223 * gdb.base/radix.exp
10224 * gdb.base/sepdebug.exp
10225 * gdb.base/testenv.exp
10226 * gdb.base/watch_thread_num.exp
10227 * gdb.base/watchpoint-cond-gone.exp
10228 * gdb.cell/break.exp
10229 * gdb.cell/ea-cache.exp
10230 * gdb.compile/compile.exp
10231 * gdb.cp/gdb2495.exp
10232 * gdb.gdb/selftest.exp
10233 * gdb.gdb/xfullpath.exp
10234 * gdb.go/hello.exp
10235 * gdb.go/integers.exp
10236 * gdb.objc/basicclass.exp
10237 * gdb.pascal/hello.exp
10238 * gdb.pascal/integers.exp
10239 * gdb.python/py-breakpoint.exp
10240 * gdb.python/py-cmd.exp
10241 * gdb.python/py-linetable.exp
10242 * gdb.python/py-xmethods.exp
10243 * gdb.python/python.exp
10244 * gdb.reverse/consecutive-precsave.exp
10245 * gdb.reverse/finish-precsave.exp
10246 * gdb.reverse/i386-precsave.exp
10247 * gdb.reverse/machinestate-precsave.exp
10248 * gdb.reverse/sigall-precsave.exp
10249 * gdb.reverse/solib-precsave.exp
10250 * gdb.reverse/step-precsave.exp
10251 * gdb.reverse/until-precsave.exp
10252 * gdb.reverse/watch-precsave.exp
10253 * gdb.threads/leader-exit.exp
10254 * gdb.threads/pthreads.exp
10255 * gdb.threads/wp-replication.exp
10256 * gdb.trace/actions.exp
10257 * gdb.trace/mi-tsv-changed.exp
10258 * gdb.trace/tsv.exp
10259
de97fdd4
LM
102602016-12-01 Luis Machado <lgustavo@codesourcery.com>
10261
10262 Fix test names starting with uppercase throughout the files.
10263
10264 * gdb.arch/i386-bp_permanent.exp
10265 * gdb.arch/i386-gnu-cfi.exp
10266 * gdb.base/disasm-end-cu.exp
10267 * gdb.base/macscp.exp
10268 * gdb.base/pending.exp
10269 * gdb.base/watch_thread_num.exp
10270 * gdb.cp/exception.exp
10271 * gdb.cp/gdb2495.exp
10272 * gdb.cp/local.exp
10273 * gdb.python/py-evsignal.exp
10274 * gdb.python/python.exp
10275 * gdb.trace/tracecmd.exp
10276
9f058c10
LM
102772016-12-01 Luis Machado <lgustavo@codesourcery.com>
10278
10279 Fix test names starting with uppercase throughout the files.
10280
10281 * gdb.base/charset.exp
10282 * gdb.base/eval.exp
10283 * gdb.base/multi-forks.exp
10284 * gdb.guile/scm-progspace.exp
10285 * gdb.opencl/datatypes.exp
10286 * gdb.python/py-block.exp
10287 * gdb.python/py-function.exp
10288 * gdb.python/py-symbol.exp
10289 * gdb.python/py-symtab.exp
10290 * gdb.python/py-xmethods.exp
10291 * gdb.reverse/break-precsave.exp
10292 * gdb.reverse/break-reverse.exp
10293 * gdb.reverse/consecutive-precsave.exp
10294 * gdb.reverse/consecutive-reverse.exp
10295 * gdb.reverse/finish-precsave.exp
10296 * gdb.reverse/finish-reverse-bkpt.exp
10297 * gdb.reverse/finish-reverse.exp
10298 * gdb.reverse/fstatat-reverse.exp
10299 * gdb.reverse/getresuid-reverse.exp
10300 * gdb.reverse/i386-precsave.exp
10301 * gdb.reverse/i386-reverse.exp
10302 * gdb.reverse/i386-sse-reverse.exp
10303 * gdb.reverse/i387-stack-reverse.exp
10304 * gdb.reverse/insn-reverse.exp
10305 * gdb.reverse/machinestate-precsave.exp
10306 * gdb.reverse/machinestate.exp
10307 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10308 * gdb.reverse/pipe-reverse.exp
10309 * gdb.reverse/readv-reverse.exp
10310 * gdb.reverse/recvmsg-reverse.exp
10311 * gdb.reverse/rerun-prec.exp
10312 * gdb.reverse/s390-mvcle.exp
10313 * gdb.reverse/sigall-precsave.exp
10314 * gdb.reverse/sigall-reverse.exp
10315 * gdb.reverse/solib-precsave.exp
10316 * gdb.reverse/solib-reverse.exp
10317 * gdb.reverse/step-precsave.exp
10318 * gdb.reverse/step-reverse.exp
10319 * gdb.reverse/time-reverse.exp
10320 * gdb.reverse/until-precsave.exp
10321 * gdb.reverse/until-reverse.exp
10322 * gdb.reverse/waitpid-reverse.exp
10323 * gdb.reverse/watch-precsave.exp
10324 * gdb.reverse/watch-reverse.exp
10325
cdc7edd7
LM
103262016-12-01 Luis Machado <lgustavo@codesourcery.com>
10327
10328 Fix test names starting with uppercase throughout the files.
10329
10330 * gdb.arch/i386-mpx-simple_segv.exp
10331 * gdb.arch/i386-mpx.exp
10332 * gdb.arch/i386-permbkpt.exp
10333 * gdb.arch/pa-nullify.exp
10334 * gdb.arch/powerpc-d128-regs.exp
10335 * gdb.arch/vsx-regs.exp
10336 * gdb.base/bfp-test.exp
10337 * gdb.base/break.exp
10338 * gdb.base/breakpoint-shadow.exp
10339 * gdb.base/callfuncs.exp
10340 * gdb.base/charset.exp
10341 * gdb.base/commands.exp
10342 * gdb.base/completion.exp
10343 * gdb.base/dfp-test.exp
10344 * gdb.base/echo.exp
10345 * gdb.base/ending-run.exp
10346 * gdb.base/eval.exp
10347 * gdb.base/expand-psymtabs.exp
10348 * gdb.base/float128.exp
10349 * gdb.base/floatn.exp
10350 * gdb.base/foll-exec-mode.exp
10351 * gdb.base/gdb1056.exp
10352 * gdb.base/gdb11531.exp
10353 * gdb.base/kill-after-signal.exp
10354 * gdb.base/multi-forks.exp
10355 * gdb.base/overlays.exp
10356 * gdb.base/pending.exp
10357 * gdb.base/sepdebug.exp
10358 * gdb.base/testenv.exp
10359 * gdb.base/valgrind-db-attach.exp
10360 * gdb.base/watch_thread_num.exp
10361 * gdb.base/watchpoint-cond-gone.exp
10362 * gdb.base/watchpoint.exp
10363 * gdb.base/watchpoints.exp
10364 * gdb.cp/arg-reference.exp
10365 * gdb.cp/baseenum.exp
10366 * gdb.cp/operator.exp
10367 * gdb.cp/shadow.exp
10368 * gdb.dwarf2/dw2-op-out-param.exp
10369 * gdb.dwarf2/dw2-reg-undefined.exp
10370 * gdb.go/chan.exp
10371 * gdb.go/hello.exp
10372 * gdb.go/integers.exp
10373 * gdb.go/methods.exp
10374 * gdb.go/package.exp
10375 * gdb.guile/scm-parameter.exp
10376 * gdb.guile/scm-progspace.exp
10377 * gdb.guile/scm-value.exp
10378 * gdb.mi/mi-pending.exp
10379 * gdb.mi/user-selected-context-sync.exp
10380 * gdb.multi/multi-attach.exp
10381 * gdb.multi/tids.exp
10382 * gdb.opt/clobbered-registers-O2.exp
10383 * gdb.pascal/floats.exp
10384 * gdb.pascal/integers.exp
10385 * gdb.python/py-block.exp
10386 * gdb.python/py-events.exp
10387 * gdb.python/py-parameter.exp
10388 * gdb.python/py-symbol.exp
10389 * gdb.python/py-symtab.exp
10390 * gdb.python/py-type.exp
10391 * gdb.python/py-value.exp
10392 * gdb.python/py-xmethods.exp
10393 * gdb.python/python.exp
10394 * gdb.reverse/break-precsave.exp
10395 * gdb.reverse/consecutive-precsave.exp
10396 * gdb.reverse/finish-precsave.exp
10397 * gdb.reverse/i386-precsave.exp
10398 * gdb.reverse/machinestate-precsave.exp
10399 * gdb.reverse/sigall-precsave.exp
10400 * gdb.reverse/solib-precsave.exp
10401 * gdb.reverse/step-precsave.exp
10402 * gdb.reverse/until-precsave.exp
10403 * gdb.reverse/watch-precsave.exp
10404 * gdb.server/ext-attach.exp
10405 * gdb.server/ext-restart.exp
10406 * gdb.server/ext-run.exp
10407 * gdb.server/ext-wrapper.exp
10408 * gdb.stabs/gdb11479.exp
10409 * gdb.stabs/weird.exp
10410 * gdb.threads/attach-many-short-lived-threads.exp
10411 * gdb.threads/kill.exp
10412 * gdb.threads/watchpoint-fork.exp
10413
bc6c7af4
LM
104142016-12-01 Luis Machado <lgustavo@codesourcery.com>
10415
10416 Fix test names starting with uppercase throughout all the files below.
10417
10418 * gdb.ada/array_return.exp
10419 * gdb.ada/catch_ex.exp
10420 * gdb.ada/info_exc.exp
10421 * gdb.ada/mi_catch_ex.exp
10422 * gdb.ada/mi_dyn_arr.exp
10423 * gdb.ada/mi_ex_cond.exp
10424 * gdb.ada/mi_exc_info.exp
10425 * gdb.ada/mi_interface.exp
10426 * gdb.ada/mi_task_arg.exp
10427 * gdb.ada/mi_task_info.exp
10428 * gdb.ada/mi_var_array.exp
10429 * gdb.arch/alpha-step.exp
10430 * gdb.arch/amd64-disp-step.exp
10431 * gdb.arch/arm-disp-step.exp
10432 * gdb.arch/disp-step-insn-reloc.exp
10433 * gdb.arch/e500-prologue.exp
10434 * gdb.arch/ftrace-insn-reloc.exp
10435 * gdb.arch/gdb1558.exp
10436 * gdb.arch/i386-bp_permanent.exp
10437 * gdb.arch/i386-disp-step.exp
10438 * gdb.arch/i386-float.exp
10439 * gdb.arch/i386-gnu-cfi.exp
10440 * gdb.arch/ia64-breakpoint-shadow.exp
10441 * gdb.arch/mips16-thunks.exp
10442 * gdb.arch/pa-nullify.exp
10443 * gdb.arch/powerpc-aix-prologue.exp
10444 * gdb.arch/powerpc-power.exp
10445 * gdb.arch/ppc-dfp.exp
10446 * gdb.arch/s390-tdbregs.exp
10447 * gdb.arch/spu-info.exp
10448 * gdb.arch/spu-ls.exp
10449 * gdb.arch/thumb-bx-pc.exp
10450 * gdb.base/advance.exp
10451 * gdb.base/annota-input-while-running.exp
10452 * gdb.base/arrayidx.exp
10453 * gdb.base/asmlabel.exp
10454 * gdb.base/async.exp
10455 * gdb.base/attach-wait-input.exp
10456 * gdb.base/auto-connect-native-target.exp
10457 * gdb.base/batch-preserve-term-settings.exp
10458 * gdb.base/bfp-test.exp
10459 * gdb.base/bigcore.exp
10460 * gdb.base/bp-permanent.exp
10461 * gdb.base/break-always.exp
10462 * gdb.base/break-fun-addr.exp
10463 * gdb.base/break-idempotent.exp
10464 * gdb.base/break-main-file-remove-fail.exp
10465 * gdb.base/break-probes.exp
10466 * gdb.base/break-unload-file.exp
10467 * gdb.base/break.exp
10468 * gdb.base/call-ar-st.exp
10469 * gdb.base/call-rt-st.exp
10470 * gdb.base/call-sc.exp
10471 * gdb.base/call-signal-resume.exp
10472 * gdb.base/call-strs.exp
10473 * gdb.base/callexit.exp
10474 * gdb.base/callfuncs.exp
10475 * gdb.base/catch-gdb-caused-signals.exp
10476 * gdb.base/catch-signal-siginfo-cond.exp
10477 * gdb.base/catch-syscall.exp
10478 * gdb.base/compare-sections.exp
10479 * gdb.base/cond-eval-mode.exp
10480 * gdb.base/condbreak-call-false.exp
10481 * gdb.base/consecutive-step-over.exp
10482 * gdb.base/cursal.exp
10483 * gdb.base/disabled-location.exp
10484 * gdb.base/disasm-end-cu.exp
10485 * gdb.base/display.exp
10486 * gdb.base/double-prompt-target-event-error.exp
10487 * gdb.base/dprintf-bp-same-addr.exp
10488 * gdb.base/dprintf-detach.exp
10489 * gdb.base/dprintf-next.exp
10490 * gdb.base/dprintf-non-stop.exp
10491 * gdb.base/dprintf-pending.exp
10492 * gdb.base/dso2dso.exp
10493 * gdb.base/ending-run.exp
10494 * gdb.base/enum_cond.exp
10495 * gdb.base/examine-backward.exp
10496 * gdb.base/exe-lock.exp
10497 * gdb.base/exec-invalid-sysroot.exp
10498 * gdb.base/execl-update-breakpoints.exp
10499 * gdb.base/execution-termios.exp
10500 * gdb.base/fileio.exp
10501 * gdb.base/fixsection.exp
10502 * gdb.base/foll-exec-mode.exp
10503 * gdb.base/foll-exec.exp
10504 * gdb.base/fork-running-state.exp
10505 * gdb.base/frame-args.exp
10506 * gdb.base/fullpath-expand.exp
10507 * gdb.base/func-ptr.exp
10508 * gdb.base/gcore-relro-pie.exp
10509 * gdb.base/gdb1090.exp
10510 * gdb.base/gdb1555.exp
10511 * gdb.base/global-var-nested-by-dso.exp
10512 * gdb.base/gnu-ifunc.exp
10513 * gdb.base/hbreak-in-shr-unsupported.exp
10514 * gdb.base/hbreak-unmapped.exp
10515 * gdb.base/hook-stop.exp
10516 * gdb.base/infcall-input.exp
10517 * gdb.base/info-fun.exp
10518 * gdb.base/info-shared.exp
10519 * gdb.base/interrupt-noterm.exp
10520 * gdb.base/jit-so.exp
10521 * gdb.base/jit.exp
10522 * gdb.base/line-symtabs.exp
10523 * gdb.base/list.exp
10524 * gdb.base/longjmp.exp
10525 * gdb.base/macscp.exp
10526 * gdb.base/max-value-size.exp
10527 * gdb.base/nodebug.exp
10528 * gdb.base/nofield.exp
10529 * gdb.base/overlays.exp
10530 * gdb.base/paginate-after-ctrl-c-running.exp
10531 * gdb.base/paginate-bg-execution.exp
10532 * gdb.base/paginate-inferior-exit.exp
10533 * gdb.base/pending.exp
10534 * gdb.base/pr11022.exp
10535 * gdb.base/printcmds.exp
10536 * gdb.base/ptr-typedef.exp
10537 * gdb.base/ptype.exp
10538 * gdb.base/randomize.exp
10539 * gdb.base/range-stepping.exp
10540 * gdb.base/realname-expand.exp
10541 * gdb.base/relativedebug.exp
10542 * gdb.base/remote.exp
10543 * gdb.base/savedregs.exp
10544 * gdb.base/sepdebug.exp
10545 * gdb.base/set-noassign.exp
10546 * gdb.base/shlib-call.exp
10547 * gdb.base/shreloc.exp
10548 * gdb.base/sigaltstack.exp
10549 * gdb.base/sigbpt.exp
10550 * gdb.base/siginfo-addr.exp
10551 * gdb.base/siginfo-obj.exp
10552 * gdb.base/siginfo-thread.exp
10553 * gdb.base/signest.exp
10554 * gdb.base/signull.exp
10555 * gdb.base/sigrepeat.exp
10556 * gdb.base/skip.exp
10557 * gdb.base/so-impl-ld.exp
10558 * gdb.base/solib-corrupted.exp
10559 * gdb.base/solib-disc.exp
10560 * gdb.base/solib-display.exp
10561 * gdb.base/solib-overlap.exp
10562 * gdb.base/solib-search.exp
10563 * gdb.base/solib-symbol.exp
10564 * gdb.base/source-execution.exp
10565 * gdb.base/sss-bp-on-user-bp-2.exp
10566 * gdb.base/sss-bp-on-user-bp.exp
10567 * gdb.base/stack-checking.exp
10568 * gdb.base/stale-infcall.exp
10569 * gdb.base/step-break.exp
10570 * gdb.base/step-line.exp
10571 * gdb.base/step-over-exit.exp
10572 * gdb.base/step-test.exp
10573 * gdb.base/structs.exp
10574 * gdb.base/sym-file.exp
10575 * gdb.base/symtab-search-order.exp
10576 * gdb.base/term.exp
10577 * gdb.base/type-opaque.exp
10578 * gdb.base/unload.exp
10579 * gdb.base/until-nodebug.exp
10580 * gdb.base/until.exp
10581 * gdb.base/unwindonsignal.exp
10582 * gdb.base/watch-cond.exp
10583 * gdb.base/watch-non-mem.exp
10584 * gdb.base/watch_thread_num.exp
10585 * gdb.base/watchpoint-reuse-slot.exp
10586 * gdb.base/watchpoint-solib.exp
10587 * gdb.base/watchpoint.exp
10588 * gdb.btrace/dlopen.exp
10589 * gdb.cell/arch.exp
10590 * gdb.cell/break.exp
10591 * gdb.cell/bt.exp
10592 * gdb.cell/core.exp
10593 * gdb.cell/data.exp
10594 * gdb.cell/dwarfaddr.exp
10595 * gdb.cell/ea-cache.exp
10596 * gdb.cell/ea-standalone.exp
10597 * gdb.cell/ea-test.exp
10598 * gdb.cell/f-regs.exp
10599 * gdb.cell/fork.exp
10600 * gdb.cell/gcore.exp
10601 * gdb.cell/mem-access.exp
10602 * gdb.cell/ptype.exp
10603 * gdb.cell/registers.exp
10604 * gdb.cell/sizeof.exp
10605 * gdb.cell/solib-symbol.exp
10606 * gdb.cell/solib.exp
10607 * gdb.compile/compile-tls.exp
10608 * gdb.cp/exception.exp
10609 * gdb.cp/gdb2495.exp
10610 * gdb.cp/local.exp
10611 * gdb.cp/mb-inline.exp
10612 * gdb.cp/mb-templates.exp
10613 * gdb.cp/pr10687.exp
10614 * gdb.cp/pr9167.exp
10615 * gdb.cp/scope-err.exp
10616 * gdb.cp/templates.exp
10617 * gdb.cp/virtfunc.exp
10618 * gdb.dwarf2/dw2-dir-file-name.exp
10619 * gdb.dwarf2/dw2-single-line-discriminators.exp
10620 * gdb.fortran/complex.exp
10621 * gdb.fortran/library-module.exp
10622 * gdb.guile/guile.exp
10623 * gdb.guile/scm-cmd.exp
10624 * gdb.guile/scm-frame-inline.exp
10625 * gdb.guile/scm-objfile.exp
10626 * gdb.guile/scm-pretty-print.exp
10627 * gdb.guile/scm-symbol.exp
10628 * gdb.guile/scm-type.exp
10629 * gdb.guile/scm-value.exp
10630 * gdb.linespec/keywords.exp
10631 * gdb.linespec/ls-errs.exp
10632 * gdb.linespec/macro-relative.exp
10633 * gdb.linespec/thread.exp
10634 * gdb.mi/mi-breakpoint-changed.exp
10635 * gdb.mi/mi-dprintf-pending.exp
10636 * gdb.mi/mi-fullname-deleted.exp
10637 * gdb.mi/mi-logging.exp
10638 * gdb.mi/mi-pending.exp
10639 * gdb.mi/mi-solib.exp
10640 * gdb.mi/new-ui-mi-sync.exp
10641 * gdb.mi/user-selected-context-sync.exp
10642 * gdb.multi/dummy-frame-restore.exp
10643 * gdb.multi/multi-arch-exec.exp
10644 * gdb.multi/remove-inferiors.exp
10645 * gdb.multi/watchpoint-multi-exit.exp
10646 * gdb.opt/solib-intra-step.exp
10647 * gdb.perf/backtrace.exp
10648 * gdb.perf/single-step.exp
10649 * gdb.perf/skip-command.exp
10650 * gdb.perf/skip-prologue.exp
10651 * gdb.perf/solib.exp
10652 * gdb.python/lib-types.exp
10653 * gdb.python/py-as-string.exp
10654 * gdb.python/py-bad-printers.exp
10655 * gdb.python/py-block.exp
10656 * gdb.python/py-breakpoint.exp
10657 * gdb.python/py-cmd.exp
10658 * gdb.python/py-events.exp
10659 * gdb.python/py-evthreads.exp
10660 * gdb.python/py-finish-breakpoint.exp
10661 * gdb.python/py-finish-breakpoint2.exp
10662 * gdb.python/py-frame-inline.exp
10663 * gdb.python/py-frame.exp
10664 * gdb.python/py-inferior.exp
10665 * gdb.python/py-infthread.exp
10666 * gdb.python/py-mi.exp
10667 * gdb.python/py-objfile.exp
10668 * gdb.python/py-pp-maint.exp
10669 * gdb.python/py-pp-registration.exp
10670 * gdb.python/py-prettyprint.exp
10671 * gdb.python/py-recurse-unwind.exp
10672 * gdb.python/py-shared.exp
10673 * gdb.python/py-symbol.exp
10674 * gdb.python/py-symtab.exp
10675 * gdb.python/py-template.exp
10676 * gdb.python/py-type.exp
10677 * gdb.python/py-unwind-maint.exp
10678 * gdb.python/py-unwind.exp
10679 * gdb.python/py-value.exp
10680 * gdb.python/python.exp
10681 * gdb.reverse/finish-reverse-bkpt.exp
10682 * gdb.reverse/insn-reverse.exp
10683 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10684 * gdb.reverse/solib-precsave.exp
10685 * gdb.reverse/solib-reverse.exp
10686 * gdb.stabs/gdb11479.exp
10687 * gdb.stabs/weird.exp
10688 * gdb.threads/fork-child-threads.exp
10689 * gdb.threads/fork-plus-threads.exp
10690 * gdb.threads/fork-thread-pending.exp
10691 * gdb.threads/forking-threads-plus-breakpoint.exp
10692 * gdb.threads/hand-call-in-threads.exp
10693 * gdb.threads/interrupted-hand-call.exp
10694 * gdb.threads/linux-dp.exp
10695 * gdb.threads/local-watch-wrong-thread.exp
10696 * gdb.threads/next-while-other-thread-longjmps.exp
10697 * gdb.threads/non-ldr-exit.exp
10698 * gdb.threads/pending-step.exp
10699 * gdb.threads/print-threads.exp
10700 * gdb.threads/process-dies-while-detaching.exp
10701 * gdb.threads/process-dies-while-handling-bp.exp
10702 * gdb.threads/pthreads.exp
10703 * gdb.threads/queue-signal.exp
10704 * gdb.threads/reconnect-signal.exp
10705 * gdb.threads/signal-command-handle-nopass.exp
10706 * gdb.threads/signal-command-multiple-signals-pending.exp
10707 * gdb.threads/signal-delivered-right-thread.exp
10708 * gdb.threads/signal-sigtrap.exp
10709 * gdb.threads/sigthread.exp
10710 * gdb.threads/staticthreads.exp
10711 * gdb.threads/stepi-random-signal.exp
10712 * gdb.threads/thread-unwindonsignal.exp
10713 * gdb.threads/thread_check.exp
10714 * gdb.threads/thread_events.exp
10715 * gdb.threads/tid-reuse.exp
10716 * gdb.threads/tls-nodebug.exp
10717 * gdb.threads/tls-shared.exp
10718 * gdb.threads/tls-so_extern.exp
10719 * gdb.threads/tls.exp
10720 * gdb.threads/wp-replication.exp
10721 * gdb.trace/actions-changed.exp
10722 * gdb.trace/actions.exp
10723 * gdb.trace/backtrace.exp
10724 * gdb.trace/change-loc.exp
10725 * gdb.trace/collection.exp
10726 * gdb.trace/deltrace.exp
10727 * gdb.trace/disconnected-tracing.exp
10728 * gdb.trace/entry-values.exp
10729 * gdb.trace/ftrace-lock.exp
10730 * gdb.trace/ftrace.exp
10731 * gdb.trace/infotrace.exp
10732 * gdb.trace/mi-trace-frame-collected.exp
10733 * gdb.trace/mi-trace-unavailable.exp
10734 * gdb.trace/mi-traceframe-changed.exp
10735 * gdb.trace/mi-tracepoint-changed.exp
10736 * gdb.trace/mi-tsv-changed.exp
10737 * gdb.trace/no-attach-trace.exp
10738 * gdb.trace/packetlen.exp
10739 * gdb.trace/passc-dyn.exp
10740 * gdb.trace/passcount.exp
10741 * gdb.trace/pending.exp
10742 * gdb.trace/pr16508.exp
10743 * gdb.trace/qtro.exp
10744 * gdb.trace/range-stepping.exp
10745 * gdb.trace/read-memory.exp
10746 * gdb.trace/report.exp
10747 * gdb.trace/save-trace.exp
10748 * gdb.trace/signal.exp
10749 * gdb.trace/stap-trace.exp
10750 * gdb.trace/status-stop.exp
10751 * gdb.trace/strace.exp
10752 * gdb.trace/tfile.exp
10753 * gdb.trace/tfind.exp
10754 * gdb.trace/trace-break.exp
10755 * gdb.trace/trace-condition.exp
10756 * gdb.trace/trace-enable-disable.exp
10757 * gdb.trace/trace-mt.exp
10758 * gdb.trace/tracecmd.exp
10759 * gdb.trace/tracefile-pseudo-reg.exp
10760 * gdb.trace/tspeed.exp
10761 * gdb.trace/tstatus.exp
10762 * gdb.trace/tsv.exp
10763 * gdb.trace/unavailable.exp
10764 * gdb.trace/while-dyn.exp
10765 * gdb.trace/while-stepping.exp
10766 * lib/gdb-guile.exp
10767 * lib/gdb.exp
10768 * lib/mi-support.exp
10769 * lib/pascal.exp
10770 * lib/perftest.exp
10771 * lib/prelink-support.exp
10772 * lib/selftest-support.exp
10773
ad02e4fe
SM
107742016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10775
10776 * Makefile.in: Include disable-implicit-rules.mk.
10777
22347e55
AA
107782016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10779
10780 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10781 non-byte-aligned bit fields.
10782
da5b30da
AA
107832016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10784
10785 PR gdb/12616
10786 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10787 respects the DW_AT_data_bit_offset attribute.
10788
b593ecca
SM
107892016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10790
10791 * gdb.base/default.exp: Fix output of "set language".
10792
3b165252
SM
107932016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10794
10795 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10796 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10797 make.
10798 * configure.ac: Remove checks for the make program.
10799 * configure: Re-generate.
10800
1a2f3d7f
KB
108012016-11-16 Kevin Buettner <kevinb@redhat.com>
10802
10803 * gdb.python/py-recurse-unwind.c (main): Add loop.
10804 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10805 to read_register() and gdb.parse_and_eval(). Make each code
10806 call a separate case that can be individually tested.
10807 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10808 proc. Call cont_and_backtrace for each of the code paths that
10809 we want to test in the unwinder.
10810
b7f38fda
AA
108112016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10812
10813 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10814 the definition of struct S.
10815
1f8db343
CM
108162016-11-11 Catherine Moore <clm@codesourcery.com>
10817
10818 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10819
fad0c9fb
PA
108202016-11-09 Pedro Alves <palves@redhat.com>
10821
10822 * gdb.base/commands.exp (runto_or_return): New procedure.
10823 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10824 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10825 (progvar_simple_while_test, progvar_complex_if_while_test)
10826 (if_while_breakpoint_command_test)
10827 (infrun_breakpoint_command_test, breakpoint_command_test)
10828 (user_defined_command_test, watchpoint_command_test)
10829 (test_command_prompt_position, redefine_hook_test)
10830 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10831 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10832 multi_line_input and multi_line. Remove gdb_expect and
10833 gdb_stop_suppressing_tests uses.
10834 * lib/gdb.exp (valnum_re): New global.
10835 (multi_line_input): New procedure.
10836
8354c62c
SM
108372016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10838
10839 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10840 Remove.
10841 (test_setup): Define with proc_with_prefix.
10842 (test_cli_inferior): Likewise.
10843 (test_cli_thread): Likewise.
10844 (test_cli_frame): Likewise.
10845 (test_cli_select_frame): Likewise.
10846 (test_cli_up_down): Likewise.
10847 (test_mi_thread_select): Likewise.
10848 (test_mi_stack_select_frame): Likewise.
10849 (test_cli_in_mi_inferior): Likewise.
10850 (test_cli_in_mi_thread): Likewise.
10851 (test_cli_in_mi_frame): Likewise.
10852 (top level): Do not use with_test_prefix_procname.
10853
64f367a2
PA
108542016-11-09 Pedro Alves <palves@redhat.com>
10855
10856 * gdb.base/commands.exp (gdbvar_simple_if_test)
10857 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10858 (progvar_simple_if_test, progvar_simple_while_test)
10859 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10860 (infrun_breakpoint_command_test, breakpoint_command_test)
10861 (user_defined_command_test, watchpoint_command_test)
10862 (test_command_prompt_position, deprecated_command_test)
10863 (bp_deleted_in_command, temporary_breakpoint_commands)
10864 (stray_arg0_test, source_file_with_indented_comment)
10865 (recursive_source_test, if_commands_test)
10866 (error_clears_commands_left, redefine_hook_test)
10867 (redefine_backtrace_test): Use proc_with_prefix.
10868 * lib/gdb.exp (proc_with_prefix): New proc.
10869
0bb65f1e
AA
108702016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10871
10872 * gdb.base/tui-layout.c: New file.
10873 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10874 disassembly window contains very long lines.
10875
7353f247
TT
108762016-11-08 Tom Tromey <tom@tromey.com>
10877
10878 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10879 depend on Python 2.
10880
30a7bb83
TT
108812016-11-08 Tom Tromey <tom@tromey.com>
10882
10883 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10884 New method.
10885
cdf5a07c
MG
108862016-10-29 Manish Goregaokar <manish@mozilla.com>
10887
2806dc7e 10888 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10889
51a789c3
MG
108902016-10-27 Manish Goregaokar <manish@mozilla.com>
10891
2806dc7e
PA
10892 * gdb.rust/simple.rs: Add test for univariant enums without
10893 discriminants and for encoded struct-like enums.
51a789c3 10894
f610ab6d
PA
108952016-10-28 Pedro Alves <palves@redhat.com>
10896
10897 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10898 gdb_test_multiple, tighten regexps and match symtabs and line
10899 tables incrementally.
10900
b129b0ca
LM
109012016-10-28 Luis Machado <lgustavo@codesourcery.com>
10902
10903 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10904 general.
10905
ecf45d2c
SL
109062016-10-25 Luis Machado <lgustavo@codesourcery.com>
10907
10908 * gdb.base/exec-invalid-sysroot.exp: New file.
10909
b8d38ee4
JK
109102016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10911
10912 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10913
f90fd8c2
JK
109142016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10915
10916 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10917
2d2476aa
MR
109182016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10919
2806dc7e
PA
10920 * gdb.base/killed-outside.exp: Remove $options from a call to
10921 `prepare_for_testing'.
2d2476aa 10922
e42b25a0
SM
109232016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10924
10925 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10926 Change test message.
10927
3ccdb432
SM
109282016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10929
10930 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10931 Update comment.
10932
5bad3170
SM
109332016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10934
10935 * gdb.trace/mi-trace-save.exp: New file.
10936
5ad9dba7
YQ
109372016-10-13 Yao Qi <yao.qi@linaro.org>
10938
10939 * gdb.base/code_elim.exp (get_var_address): Remove.
10940 * gdb.base/relocate.exp: Likewise.
10941 * gdb.base/shreloc.exp: Likewise.
10942 * lib/gdb.exp (get_var_address): New.
10943
62df7e21
YQ
109442016-10-13 Yao Qi <yao.qi@linaro.org>
10945
10946 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10947 floating point tests if $skip_float_test is false.
10948
4dac951e
LM
109492016-10-12 Luis Machado <lgustavo@codesourcery.com>
10950
10951 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10952 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10953 argc values.
10954 Add 1 to argc so we guarantee distinct initial/modified argc values.
10955
8f1a8fc4
JK
109562016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10957
10958 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10959
16c85b5d
JK
109602016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10961
10962 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10963 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10964 * gdb.arch/vsx-regs.exp: Likewise.
10965
1d0e042a
YQ
109662016-10-07 Yao Qi <yao.qi@linaro.org>
10967
10968 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10969
68dadef5
MM
109702016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10971
10972 * gdb.python/python.exp: Test decode_line("*0").
10973
33fa2c6e
DE
109742016-10-06 Doug Evans <dje@google.com>
10975
10976 * gdb.python/py-value.exp (test_value_creation): Add test for large
10977 unsigned 64-bit value.
10978
9c37b5ae
TT
109792016-10-06 Tom Tromey <tom@tromey.com>
10980
10981 * gdb.compile/compile.exp: Change java tests to rust.
10982 * gdb.base/setshow.exp: Change java tests to rust.
10983 * gdb.base/default.exp: Remove java from language list.
10984 * README (Examples): Update language example.
10985 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10986 test.
10987 * lib/gdb.exp (skip_java_tests): Remove.
10988 * lib/java.exp: Remove.
10989 * gdb.java: Remove.
10990
78b86327
MR
109912016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10992
10993 * gdb.arch/mips-fcr.exp: New test.
10994 * gdb.arch/mips-fcr.c: Source for the new test.
10995
7470adbb
MR
109962016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10997
10998 * gdb.base/solib-disc.exp: Use `standard_output_file'
10999 throughout.
11000
4a556533
PA
110012016-10-06 Pedro Alves <palves@redhat.com>
11002
11003 * gdb.base/jit-simple-dl.c: New file.
11004 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11005 * gdb.base/jit-simple.c: ... this.
11006 * gdb.base/jit-simple.exp (jit_run): Delete.
11007 (build_jit): New proc.
11008 (jit_test_reread): Recompile either the main program or the shared
11009 library, depending on what is being tested. Skip changing address
11010 if caller wants to. Compare before/after addresses. If testing
11011 standalone, explicitly load the binary. Test "maint info
11012 breakpoints".
11013 (top level): Add "standalone vs shared lib" and "change address"
11014 vs "same address" axes.
11015
5a122fbc
PA
110162016-10-06 Pedro Alves <palves@redhat.com>
11017
11018 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11019 call.
11020 (jit_run): Delete.
11021 (jit_test_reread): Use with_test_prefix. Reload the main binary
11022 explicitly. Compare the before/after addresses of the JIT
11023 descriptor.
11024
ee8da4b8
DE
110252016-08-15 Doug Evans <dje@google.com>
11026
11027 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11028 for single bitfields is bool.
11029 * gdb.xml/tdesc-regs.exp: Ditto.
11030
f389f6fe
JK
110312016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11032
11033 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11034
fdebf1a4
YQ
110352016-10-05 Yao Qi <yao.qi@linaro.org>
11036
11037 * lib/gdb.exp (support_complex_tests): Return zero if
11038 gdb_skip_float_test return true.
11039
9c36d954 110402016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11041 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11042
11043 PR gdb/20487
11044 * gdb.mi/user-selected-context-sync.exp: New file.
11045 * gdb.mi/user-selected-context-sync.c: New file.
11046
4034d0ff 110472016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11048 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11049
11050 PR gdb/20487
11051 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11052 =thread-select-event check.
11053
a4297203
PB
110542016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11055
11056 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11057 the compulsory L operand changes.
11058 * gdb.arch/powerpc-power.s: Likewise.
11059
bb805577
JK
110602016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11061
11062 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11063 * gdb.base/jit-attach-pie.c: New file.
11064 * gdb.base/jit-attach-pie.exp: New file.
11065
6d61dee5
PA
110662016-09-28 Pedro Alves <palves@redhat.com>
11067
11068 * gdb.base/infcall-input.c: New file.
11069 * gdb.base/infcall-input.exp: New file.
11070
f73842fc
YQ
110712016-09-22 Yao Qi <yao.qi@linaro.org>
11072
11073 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11074 (gdb_exit): Rename it to ...
11075 (gdbserver_gdb_exit): ... Close GDBserver.
11076 (gdb_exit): New proc, call gdbserver_gdb_exit.
11077 (mi_gdb_exit): Likewise.
11078
90681dab
YQ
110792016-09-22 Yao Qi <yao.qi@linaro.org>
11080
11081 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11082 path.
11083 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11084 Remove duplication.
11085
9c211fd8
YQ
110862016-09-22 Yao Qi <yao.qi@linaro.org>
11087
11088 * lib/gdbserver-support.exp: Check the existence of
11089 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11090
ad0a504f
AK
110912016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11092
11093 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11094
36cf1806
TT
110952016-09-21 Tom Tromey <tom@tromey.com>
11096
11097 PR gdb/20604:
11098 * gdb.base/quit.exp: New file.
11099
74172ecf
SM
111002016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11101
11102 * .gitignore: New file.
11103
3d0ec882
MR
111042016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11105
11106 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11107 throughout.
11108
8193adea
AA
111092016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11110
11111 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11112
d41a5c09
JK
111132016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11114
11115 * gdb.cp/casts.cc (decltype): Move it ...
11116 (main): ... with its call to ...
11117 * gdb.cp/casts03.cc: ... a new file.
11118 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11119
d2dfe700
JK
111202016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11121
11122 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11123
e2a92b16
PB
111242016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11125
11126 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11127 and sync up the test with tests in gas/testsuite/gas/ppc.
11128 * gdb.arch/powerpc-power.exp: Likewise.
11129
49b4de64
JK
111302016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11131
11132 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11133
2c29df25
SDJ
111342016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11135 Jan Kratochvil <jan.kratochvil@redhat.com>
11136
11137 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11138 make m1's definition to be different from m2's. Use 'dummy' as an
11139 argument for probe 'two'.
11140
cc3c2846
JB
111412016-09-10 Jon Beniston <jon@beniston.com>
11142
11143 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11144 for sim target.
11145
e1b2624a
AA
111462016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11147
11148 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11149 variable declaration.
11150 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11151 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11152 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11153 received HWCAP as its argument.
11154
4295e285
PA
111552016-09-06 Pedro Alves <palves@redhat.com>
11156
11157 * gdb.base/new-ui-pending-input.c: New file.
11158 * gdb.base/new-ui-pending-input.exp: New file.
11159 * gdb.exp (clear_gdb_spawn_id): New procedure.
11160 (with_spawn_id): Check whether gdb_spawn_id exists before
11161 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11162 on exit.
11163
00d5215e
UW
111642016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11165
11166 * gdb.base/float128.c: New file.
11167 * gdb.base/float128.exp: Likewise.
11168 * gdb.base/floatn.c: Likewise.
11169 * gdb.base/floatn.exp: Likewise.
11170
a9ff5f12
UW
111712016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11172
11173 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11174
f245535c
PA
111752016-09-05 Pedro Alves <palves@redhat.com>
11176
11177 PR backtrace/19927
11178 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11179 unwinders are immediately called as side effect of "source" or
11180 "disable unwinder" commands.
11181 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11182
ae9cf263
YQ
111832016-09-02 Yao Qi <yao.qi@linaro.org>
11184
11185 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11186 is true and $type is "float" or "double".
11187
27aba047
YQ
111882016-09-02 Yao Qi <yao.qi@linaro.org>
11189
11190 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11191 true.
11192 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11193 * gdb.base/call-rt-st.exp: Likewise.
11194 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11195 return value instead of gdb,skip_float_test.
11196 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11197 (do_function_calls): Use its return value instead of
11198 gdb,skip_float_test.
11199 * gdb.base/finish.exp: Likewise.
11200 * gdb.base/funcargs.exp: Likewise.
11201 * gdb.base/return.exp: Likewise.
11202 * gdb.base/return2.exp: Likewise.
11203 * gdb.base/varargs.exp: Likewise.
11204 * lib/gdb.exp (gdb_skip_float_test): Change it to
11205 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11206
5af962df
AA
112072016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11208
11209 * gdb.multi/tids.exp: Test "thread apply all".
11210
7fac6910
JK
112112016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11212
11213 * gdb.base/default.exp (tty): Remove.
11214
bb1fe4ac
KB
112152016-08-24 Kevin Buettner <kevinb@redhat.com>
11216
2806dc7e
PA
11217 * gdb.python/py-recurse-unwind.c: New file.
11218 * gdb.python/py-recurse-unwind.py: New file.
11219 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11220
0a1ddfa6
SM
112212016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11222
11223 * gdb.base/set-inferior-tty.exp: New file.
11224 * gdb.base/set-inferior-tty.c: New file.
11225
d9de1fe3
PA
112262016-08-23 Pedro Alves <palves@redhat.com>
11227
11228 PR gdb/20494
11229 * gdb.base/new-ui-echo.c: New file.
11230 * gdb.base/new-ui-echo.exp: New file.
11231
e9d9abd7
YQ
112322016-08-23 Yao Qi <yao.qi@linaro.org>
11233
11234 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11235 gdbserver_spawn.
11236 * gdb.server/connect-without-multi-process.exp (do_test):
11237 Likewise.
11238
3589529e
YQ
112392016-08-23 Yao Qi <yao.qi@linaro.org>
11240
11241 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11242 standalone_txt. Delete gdb_txt and standalone_txt on host
11243 and target. Spawn the binary on target. Copy files from
11244 target to host.
11245
6bb90213
PA
112462016-08-22 Pedro Alves <palves@redhat.com>
11247
11248 PR gdb/20505
11249 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11250 with_test_prefix. Factor out bits to ...
11251 (test_no_vdso): ... this new procedure.
11252
20c2c024
CL
112532016-08-19 Carl Love <cel@us.ibm.com>
11254
11255 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11256 maintaining separate logic for constructing the output path.
11257 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11258 * gdb.arch/ppc-dfp.exp: Likewise.
11259 * gdb.arch/ppc-fp.exp: Likewise.
11260 * gdb.arch/vsx-regs.exp: Likewise.
11261 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11262 binprefix for generating the additional binary files.
11263
0646e07d
PA
112642016-08-19 Pedro Alves <palves@redhat.com>
11265
11266 * gdb.trace/mi-trace-frame-collected.exp
11267 (test_trace_frame_collected): On x32, expect two registers.
11268
46da9242
CL
112692016-08-18 Carl Love <cel@us.ibm.com>
11270
11271 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11272 and sync up the test with tests in gas/testsuite/gas/ppc.
11273 * gdb.arch/powerpc-power.exp: Likewise.
11274
eb2332d7
SM
112752016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11276
11277 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11278 expected error message.
11279
63c61e04
SM
112802016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11281
11282 * gdb.multi/remove-inferiors.exp: New file.
11283 * gdb.multi/remove-inferiors.c: New file.
11284
7b17065f
YQ
112852016-08-12 Yao Qi <yao.qi@linaro.org>
11286
11287 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11288 argument list.
11289
01d3dedf
PA
112902016-08-10 Pedro Alves <palves@redhat.com>
11291
11292 PR gdb/19187
11293 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11294 setup_kfails.
11295
3eb7562a
PA
112962016-08-09 Pedro Alves <palves@redhat.com>
11297 Simon Marchi <simon.marchi@ericsson.com>
11298
11299 PR gdb/20418
11300 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11301 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11302
80614914
PA
113032016-08-09 Pedro Alves <palves@redhat.com>
11304
11305 PR mi/20431
11306 * gdb.mi/mi-cmd-error.exp: New file.
11307
f348d89a
PA
113082016-08-09 Pedro Alves <palves@redhat.com>
11309
11310 PR gdb/18653
11311 * gdb.base/signals-state-child.c: New file.
11312 * gdb.base/signals-state-child.exp: New file.
11313 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11314
e5ca03b4
PA
113152016-08-09 Pedro Alves <palves@redhat.com>
11316
11317 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11318
282a0691
TT
113192016-08-03 Tom Tromey <tom@tromey.com>
11320
11321 PR python/18565:
11322 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11323
41bfcd63
YQ
113242016-08-01 Yao Qi <yao.qi@linaro.org>
11325
11326 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11327 variable mode to "multi-process" if $multi_process is 1, otherwise
11328 set it to "single-process".
11329
e3465b24
YQ
113302016-08-01 Yao Qi <yao.qi@linaro.org>
11331
11332 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11333 * gdb.cp/cpexprs.exp: Likewise.
11334 * gdb.cp/m-static.exp: Likewise.
11335
0b31a4bc
TT
113362016-07-26 Tom Tromey <tom@tromey.com>
11337
11338 PR python/20190:
11339 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11340 test.
11341
e0461dbb
MM
113422016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11343
11344 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11345 selecting assembly source files.
11346 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11347 assembly source files.
11348 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11349 assembly source files.
11350 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11351 selecting assembly source files.
11352
8194e927
SM
113532016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11354
11355 * gdb.base/new-ui.exp (do_test_invalid_args): New
11356 procedure.
11357
c0272db5
TW
113582016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11359
11360 * gdb.btrace/reconnect.c: New file.
11361 * gdb.btrace/reconnect.exp: New file.
11362
e3487908
GKB
113632016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11364
11365 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11366 to test_catch_syscall_group.
11367 (test_catch_syscall_group): New.
11368
12df5c00
TT
113692016-07-21 Tom Tromey <tom@tromey.com>
11370
11371 * gdb.rust/simple.rs (main): Use empty struct expression.
11372 * gdb.rust/simple.exp: Add tests for empty struct expression.
11373
bae62ee2
YQ
113742016-07-21 Yao Qi <yao.qi@linaro.org>
11375
11376 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11377 if gdb_skip_xml_test is true on some targets.
11378
b1b53fb3
YQ
113792016-07-21 Yao Qi <yao.qi@linaro.org>
11380
11381 * gdb.server/solib-list.exp: Unset last_loaded_file.
11382
027d97f8
JK
113832016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11384
11385 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11386 "step into captured_main (args)".
11387
7674d381
JK
113882016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11389
11390 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11391
72b5d099
JK
113922016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11393
11394 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11395
1f960ced
PA
113962016-07-19 Pedro Alves <palves@redhat.com>
11397
11398 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11399 * gdb.opt/inline-bt.exp: Likewise.
11400 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11401 additional_flags=-Winline.
11402 * gdb.opt/inline-locals.exp: Likewise.
11403 * gdb.opt/inline-markers.c (ATTR): Define.
11404 (inlined_fn): Use it.
11405
f25827c1
YQ
114062016-07-19 Yao Qi <yao.qi@linaro.org>
11407
11408 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11409 (test_with_self): Remove some code. Remove argument executable.
11410 (top-level): Use do_self_tests.
11411
37539ebe
DB
114122016-07-15 Zachary Welch <zwelch@codesourcery.com>
11413 Don Breazeal <donb@codesourcery.com>
11414
11415 * gdb.base/maint.exp: Escape paths used in regular expressions.
11416 * gdb.stabs/weird.exp: Likewise.
11417
dac790e1
TT
114182016-07-13 Tom Tromey <tom@tromey.com>
11419
11420 PR python/15620, PR python/18620:
11421 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11422 (test_bkpt_events): New procs.
11423
93daf339
TT
114242016-07-13 Tom Tromey <tom@tromey.com>
11425
11426 PR python/17698:
11427 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11428 test.
11429 (test_watchpoints): Likewise.
11430 (test_bkpt_pending): New proc.
11431
6571a381
TT
114322016-07-13 Tom Tromey <tom@tromey.com>
11433
11434 PR cli/18053:
11435 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11436 completion test.
11437
e8732474
JK
114382016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11439
11440 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11441 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11442 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11443 f_label.
11444 (g): Rename g_end_lbl to g_label.
11445 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11446 low_pc and high_pc.
11447 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11448
e0f3fd7c
TT
114492016-07-12 Tom Tromey <tom@tromey.com>
11450
11451 PR python/19293:
11452 * gdb.python/py-unwind-maint.exp: Update tests.
11453
3cfe46b6
YQ
114542016-07-12 Yao Qi <yao.qi@linaro.org>
11455
11456 * lib/selftest-support.exp (selftest_setup): Match the output
11457 when captured_main is inlined.
11458
4f19a0e6
WT
114592016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11460
11461 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11462 New variables.
11463 (print this%a, print this%b, print this): New tests.
11464 * gdb.fortran/derived-types.f90 (this): New object and
11465 initialization.
11466
986cf455
SM
114672016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11468
11469 * gdb.ada/arraydim.exp: Remove extra directory level in build
11470 directory.
11471
f0464b23
SM
114722016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11473
11474 * lib/ada.exp: Remove extra directory level in build directory.
11475 * gdb.ada/cond_lang.exp: Likewise.
11476 * gdb.ada/exec_changed.exp: Likewise.
11477 * gdb.ada/lang_switch.exp: Likewise.
11478
42d94011
MG
114792016-07-06 Manish Goregaokar <manish@mozilla.com>
11480
2806dc7e
PA
11481 * simple.rs: Add test for raw pointer subscripting.
11482 * simple.exp: Add test expectations.
42d94011 11483
647c264c
YQ
114842016-07-05 Yao Qi <yao.qi@linaro.org>
11485
11486 * gdb.mi/mi-reverse.exp: Match =record-started output.
11487
20aa2c60
PA
114882016-07-01 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11491 procedure.
11492 (jit_reader_test): Test the jit reader's unwinder.
11493 * gdb.base/jithost.c (jit_function_00_code): New global.
11494 (main): Use memcpy to fill in the mmapped code, instead of poking
11495 bytes manually here.
11496 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11497 value.
11498 (read_debug_info): Save the function's range.
11499 (read_sp): New function.
11500 (unwind_frame): Use it. Also unwind RBP.
11501 (get_frame_id): Use read_sp.
11502 (gdb_init_reader): Use calloc instead of malloc.
11503 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11504 parameter. Use gdb_test_multiple.
11505
ced2dffb
PA
115062016-07-01 Pedro Alves <palves@redhat.com>
11507 Antoine Tremblay <antoine.tremblay@ericsson.com>
11508
11509 * gdb.threads/process-dies-while-detaching.c: New file.
11510 * gdb.threads/process-dies-while-detaching.exp: New file.
11511
63000888
PA
115122016-07-01 Pedro Alves <palves@redhat.com>
11513
11514 * gdb.multi/watchpoint-multi-exit.c: New file.
11515 * gdb.multi/watchpoint-multi-exit.exp: New file.
11516
038d4868
PA
115172016-06-30 Pedro Alves <palves@redhat.com>
11518
11519 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11520 unset inferior_spawn_id.
11521
994e9c83
PA
115222016-06-30 Pedro Alves <palves@redhat.com>
11523
11524 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11525 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11526
e5653468
YQ
115272016-06-29 Yao Qi <yao.qi@linaro.org>
11528
11529 * gdb.base/return.c: Add copyright header.
11530
803b47e5
TT
115312016-06-29 Tom Tromey <tom@tromey.com>
11532
11533 PR python/20129:
11534 * gdb.python/py-framefilter.exp: Add tests for setting priority
11535 and disabling of non-existent frame filter.
11536
28244707
YQ
115372016-06-29 Yao Qi <yao.qi@linaro.org>
11538
11539 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11540 0x0f07ff.
11541
a31d2f06
YQ
115422016-06-28 Yao Qi <yao.qi@linaro.org>
11543
11544 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11545 triplets. Start gdb, execute catch syscall, and continue. Check
11546 gdb's output to determine catch syscall is supported.
11547
921d8f54
MG
115482016-06-27 Manish Goregaokar <manish@mozilla.com>
11549
25d49b86
PA
11550 * gdb.rust/simple.rs: Add test for returning unit in a function.
11551 * gdb.rust/simple.exp: Add expectation for functions returning
11552 unit.
921d8f54 11553
f4952523
PMR
115542016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11555
11556 * gdb.python/py-breakpoint-create-fail.c,
11557 gdb.python/py-breakpoint-create-fail.exp,
11558 gdb.python/py-breakpoint-create-fail.py: New testcase.
11559
fccb08f8
MG
115602016-06-25 Manish Goregaokar <manish@mozilla.com>
11561
11562 PR gdb/20239
11563 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11564 * gdb.rust/simple.exp: Add test expectations for new NonZero
11565 tests.
fccb08f8 11566
6b850546
DT
115672016-06-24 David Taylor <dtaylor@emc.com>
11568
11569 * gdb.base/offsets.exp: New file.
11570 * gdb.base/offsets.c: New file.
11571
17621150
TT
115722016-06-23 Tom Tromey <tom@tromey.com>
11573
11574 PR gdb/16483:
11575 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11576 before any filters are loaded.
11577
04d59df6
WT
115782016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11579
11580 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11581 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11582 structs.
11583 * gdb.fortran/derived-type-function.exp: New file.
11584 * gdb.fortran/derived-type-function.f90: New file.
11585
11586
ac69f786
PA
115872016-06-21 Pedro Alves <palves@redhat.com>
11588
11589 * gdb.base/new-ui.exp: New file.
11590 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11591 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11592 (with_spawn_id): New procedure.
11593
49940788
PA
115942016-06-21 Pedro Alves <palves@redhat.com>
11595
11596 * gdb.mi/mi-exec-run.exp: New file.
11597
ef274d26
PA
115982016-06-21 Pedro Alves <palves@redhat.com>
11599
11600 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11601 breakpoint command's output on the main UI.
11602 (test_break): New procedure, factored out from calls in the top
11603 level.
11604 (top level): Use foreach_with_prefix to test MI as main UI and as
11605 separate UI.
11606
468afe6c
PA
116072016-06-21 Pedro Alves <palves@redhat.com>
11608
11609 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11610 (test_awatch_creation_and_listing)
11611 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11612 Remove 'type' parameter.
11613 (test_watchpoint_all): New parameter mi_mode. Remove
11614 with_test_prefix.
11615 (top level): Use foreach_with_prefix, and add main/separate UI MI
11616 testing axis.
11617
51f77c37
PA
116182016-06-21 Pedro Alves <palves@redhat.com>
11619
11620 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11621 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11622 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11623 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11624 (gdb_main_spawn_id, mi_spawn_id): Declare and
11625 comment.
11626 (mi_create_inferior_pty): New procedure,
11627 factored out from default_mi_gdb_start.
11628 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11629 procedures.
11630 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11631 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11632 Use mi_create_inferior_pty.
11633 (mi_gdb_start): Use eval to pass down args list.
11634
8980e177
PA
116352016-06-21 Pedro Alves <palves@redhat.com>
11636
11637 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11638 * gdb.opt/inline-cmds.exp: Add MI tests.
11639
f38d3ad1
PA
116402016-06-21 Pedro Alves <palves@redhat.com>
11641
11642 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11643
45db7c09
PA
116442016-06-21 Pedro Alves <palves@redhat.com>
11645
11646 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11647 (top level): Use it instead of mi_execute_to.
11648
5a069ab3
PA
116492016-06-21 Pedro Alves <palves@redhat.com>
11650
11651 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11652 (cont_handler_str): New.
11653 (signal_stop_handler): Set stop_handler_str instead of printing to
11654 stdout.
11655 (continue_handler): Set cont_handler_str instead of printing to
11656 stdout.
11657 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11658 mi_send_resuming_command. Print stop_handler_str and
11659 cont_handler_str instead of expecting the python events print
11660 directly.
11661
2838cc1d
SD
116622016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11663
11664 * gdb.base/jit-reader.exp: New file.
11665 * gdb.base/jithost.c: New file.
11666 * gdb.base/jithost.h: New file.
11667 * gdb.base/jitreader.c : New file.
11668 * gdb.base/jit-protocol.h: New file.
11669
21a77091
YQ
116702016-06-17 Yao Qi <yao.qi@linaro.org>
11671
11672 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11673 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11674 and detach-on-fork. Adjust tests.
11675 (top level): Invoke break_cond_on_syscall with combinations of
11676 syscall, follow-fork-mode and detach-on-fork.
11677
f50bf8e5
YQ
116782016-06-17 Yao Qi <yao.qi@linaro.org>
11679
11680 * gdb.base/step-over-exit.c: New.
11681 * gdb.base/step-over-exit.exp: New.
11682
a28d8e50
YTL
116832016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11684
11685 * gdb.base/float.exp: Add target check for nds32*-*-*.
11686 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11687
cad8e26d
AB
116882016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11689
11690 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11691 for unsupported target features.
11692 * gdb.base/call-rt-st.exp: Likewise.
11693 * gdb.base/call-sc.exp: Likewise.
11694 * gdb.base/call-signal-resume.exp: Likewise.
11695 * gdb.base/call-strs.exp: Likewise.
11696 * gdb.base/callexit.exp: Likewise.
11697 * gdb.base/callfuncs.exp: Likewise.
11698 * gdb.base/nodebug.exp: Likewise.
11699 * gdb.base/printcmds.exp: Likewise.
11700 * gdb.base/ptype.exp: Likewise.
11701 * gdb.base/structs.exp: Likewise.
11702 * gdb.base/unwindonsignal.exp: Likewise.
11703 * gdb.cp/gdb2495.exp: Likewise.
11704 * gdb.cp/templates.exp: Likewise.
11705 * gdb.cp/virtfunc.exp: Likewise.
11706 * gdb.threads/hand-call-in-threads.exp: Likewise.
11707 * gdb.threads/interrupted-hand-call.exp: Likewise.
11708 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11709
347dc102
TT
117102016-06-10 Tom Tromey <tom@tromey.com>
11711
11712 PR rust/20110:
11713 * gdb.rust/expr.exp: Add test for integer constant larger than
11714 i32.
11715
5e13cf25
BH
117162016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11717
11718 * gdb.fortran/nested-funcs.exp: New.
11719 * gdb.fortran/nested-funcs.f90: New.
11720
bb556f1f
TK
117212016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11722
11723 * gdb.base/examine-backward.c: New file.
11724 * gdb.base/examine-backward.exp: New file.
11725
38b022b4
SM
117262016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11727
11728 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11729 matching.
11730
1b40ec05
TT
117312016-06-02 Tom Tromey <tom@tromey.com>
11732
11733 PR python/18984:
11734 * gdb.python/py-shared.exp: Add solib_name test.
11735
193bd378
SM
117362016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11737
11738 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11739
3326303b
MG
117402016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11741
11742 PR c++/19893
11743 * gdb.dwarf2/implref.exp: Rename to...
11744 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11745 * gdb.dwarf2/implref-array.c: New file.
11746 * gdb.dwarf2/implref-array.exp: Likewise.
11747 * gdb.dwarf2/implref-global.c: Likewise.
11748 * gdb.dwarf2/implref-global.exp: Likewise.
11749 * gdb.dwarf2/implref-struct.c: Likewise.
11750 * gdb.dwarf2/implref-struct.exp: Likewise.
11751
825c8ef2
AT
117522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11753
11754 * gdb.trace/trace-condition.exp: Add 64bit tests.
11755
2320162a
AT
117562016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11757
11758 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11759 bits types.
11760 (main): Adapt to 8 to 64 bits types.
11761 * gdb.trace/trace-condition.exp: Add new tests.
11762
a7818233
AT
117632016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11764
11765 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11766
0d336466
AT
117672016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11768
11769 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11770 Move condition tests...
11771 * gdb.trace/trace-condition.exp: Here.
11772
7faeb45a
AT
117732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11774
11775 * gdb.trace/trace-condition.exp: Add counter-case tests.
11776
e385593e
JK
117772016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11778
11779 PR c++/15231
11780 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11781 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11782
744608cc
PA
117832016-05-27 Pedro Alves <palves@redhat.com>
11784
11785 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11786 New procedure.
11787 (top level): Call it, and bail out of DejaGnu is known to be bad.
11788
ac775bf4
AB
117892016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11790
11791 * gdb.base/whatis.c: Extend the test case.
11792 * gdb.base/whatis.exp: Add additional tests.
11793
2bbad2ea
BH
117942016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11795
11796* gdb.fortran/type.f90: Add pointer variable.
11797* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11798
8b70175d
BH
117992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11800
11801 * gdb.fortran/vla-type.exp: Fix testcase name.
11802
86d8a848
BH
118032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11804
11805 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11806
e188eb36
BH
118072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11808
11809 * gdb.fortran/type.f90: Add nested structures.
11810 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11811 * gdb.fortran/derived-type.exp: Adapt expected output.
11812 * gdb.fortran/vla-type.exp: Adapt expected output.
11813
9b2db1fd
BH
118142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11815
11816 * gdb.fortran/whatis_type.exp: Adapt expected output.
11817
72b17055
BH
118182016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11819
11820 * gdb.fortran/print_type.exp: Fix expected output.
11821 * gdb.fortran/whatis_type.exp: Fix expected output.
11822
3cd81d8d
BH
118232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11824
11825 * gdb.fortran/whatis_type.exp: Use multi_line.
11826
ddae9462
TT
118272016-05-24 Tom Tromey <tom@tromey.com>
11828
11829 PR python/17386:
11830 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11831 use value as an index.
11832
1957f6b8
TT
118332016-05-23 Tom Tromey <tom@tromey.com>
11834
11835 PR python/17981:
11836 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11837 no-breakpoint case.
11838
026a9174
PA
118392016-05-24 Pedro Alves <palves@redhat.com>
11840
11841 PR gdb/19828
11842 * gdb.threads/clone-attach-detach.c: New file.
11843 * gdb.threads/clone-attach-detach.exp: New file.
11844
e70a7231
FR
118452016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11846
11847 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11848
0f6ed0e0
TT
118492016-05-23 Tom Tromey <tom@tromey.com>
11850
11851 PR python/19438, PR python/18393:
11852 * gdb.python/py-progspace.exp: Add "dir" test.
11853 * gdb.python/py-objfile.exp: Add "dir" test.
11854
ffd19d61
YQ
118552016-05-23 Yao Qi <yao.qi@linaro.org>
11856
11857 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11858 * gdb.arch/thumb2-it.exp: Likewise.
11859
9e8f9b05
SM
118602016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11861
11862 * gdb.mi/mi-threads-interrupt.c: New file.
11863 * gdb.mi/mi-threads-interrupt.exp: New file.
11864
61c6156d
SM
118652016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11866
11867 PR gdb/18077
11868 * gdb.mi/mi-async-run.exp: New file.
11869 * gdb.mi/mi-async-run.c: New file.
11870
67218854
TT
118712016-05-17 Tom Tromey <tom@tromey.com>
11872 Manish Goregaokar <manishsmail@gmail.com>
11873
11874 * lib/rust-support.exp: New file.
11875 * lib/gdb.exp (skip_rust_tests): New proc.
11876 (build_executable_from_specs): Handle rust.
11877 * lib/future.exp (gdb_find_rustc): New proc.
11878 (gdb_default_target_compile): Handle rust.
11879 * gdb.rust/expr.exp: New file.
11880 * gdb.rust/generics.exp: New file.
11881 * gdb.rust/generics.rs: New file.
11882 * gdb.rust/methods.exp: New file.
11883 * gdb.rust/methods.rs: New file.
11884 * gdb.rust/modules.exp: New file.
11885 * gdb.rust/modules.rs: New file.
11886 * gdb.rust/simple.exp: New file.
11887 * gdb.rust/simple.rs: New file.
11888
c44af4eb
TT
118892016-05-17 Tom Tromey <tom@tromey.com>
11890
11891 * gdb.base/default.exp (set language): Add rust.
11892
dcd1f979
TT
118932016-05-17 Tom Tromey <tom@tromey.com>
11894
11895 * gdb.gdb/unittest.exp: New file.
11896
155b7f57
YQ
118972016-05-16 Yao Qi <yao.qi@linaro.org>
11898
11899 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11900 shell_prompt. Update shell_prompt_re.
11901
8ddd5a6c
DE
119022016-05-12 Doug Evans <dje@google.com>
11903
11904 PR symtab/19999
11905 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11906 $options when building executable.
11907 * gdb.dwarf2/fission-loclists-pie.S: New file.
11908 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11909
02e370d9
SM
119102016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11911
11912 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11913 of [is_remote target],
11914
8929ad8b
SM
119152016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11916
11917 * lib/gdb.exp (use_gdb_stub): New procedure.
11918
6c447423
DE
119192016-05-03 Yunlian Jiang <yunlian@google.com>
11920 Doug Evans <dje@google.com>
11921
11922 PR symtab/19914
11923 * gdb.dwarf2/dwp-sepdebug.c: New file.
11924 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11925
444e826c
SM
119262016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11927
11928 * gdb.base/detach.exp: Remove is_remote check.
11929
740feeaa
SM
119302016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11931
11932 * gdb.base/annota-input-while-running.exp: Don't check for
11933 [is_remote target]. Enable annotations after running to main.
11934 Remove unused "set test..." line.
11935
9080ac9d
SM
119362016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11937
11938 * gdb.trace/trace-enable-disable.exp: New file.
11939 * gdb.trace/trace-enable-disable.c: New file.
11940
952ebca5
SM
119412016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11942
11943 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11944 use it in info sharedlibrary test.
11945 * gdb.trace/ftrace-lock.exp: Likewise.
11946 * gdb.trace/ftrace.exp: Likewise.
11947 * gdb.trace/range-stepping.exp: Likewise.
11948 * gdb.trace/trace-break.exp: Likewise.
11949 * gdb.trace/trace-condition.exp: Likewise.
11950 * gdb.trace/trace-mt.exp: Likewise.
11951
d9019901
SM
119522016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11953
11954 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11955 (gdb_load_shlib): ... this.
11956 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11957 gdb_load_shlib.
11958 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11959 * gdb.base/ctxobj.exp: Likewise.
11960 * gdb.base/dprintf-pending.exp: Likewise.
11961 * gdb.base/dso2dso.exp: Likewise.
11962 * gdb.base/fixsection.exp: Likewise.
11963 * gdb.base/gcore-relro.exp: Likewise.
11964 * gdb.base/gdb1555.exp: Likewise.
11965 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11966 * gdb.base/gnu-ifunc.exp: Likewise.
11967 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11968 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11969 * gdb.base/pending.exp: Likewise.
11970 * gdb.base/print-file-var.exp: Likewise.
11971 * gdb.base/print-symbol-loading.exp: Likewise.
11972 * gdb.base/shlib-call.exp: Likewise.
11973 * gdb.base/shreloc.exp: Likewise.
11974 * gdb.base/so-impl-ld.exp: Likewise.
11975 * gdb.base/solib-disc.exp: Likewise.
11976 * gdb.base/solib-nodir.exp: Likewise.
11977 * gdb.base/solib-overlap.exp: Likewise.
11978 * gdb.base/solib-symbol.exp: Likewise.
11979 * gdb.base/solib-weak.exp (do_test): Likewise.
11980 * gdb.base/sym-file.exp: Likewise.
11981 * gdb.base/symtab-search-order.exp: Likewise.
11982 * gdb.base/type-opaque.exp: Likewise.
11983 * gdb.base/unload.exp: Likewise.
11984 * gdb.base/watchpoint-solib.exp: Likewise.
11985 * gdb.compile/compile.exp: Likewise.
11986 * gdb.cp/gdb2384.exp: Likewise.
11987 * gdb.cp/infcall-dlopen.exp: Likewise.
11988 * gdb.cp/re-set-overloaded.exp: Likewise.
11989 * gdb.fortran/library-module.exp: Likewise.
11990 * gdb.opt/solib-intra-step.exp: Likewise.
11991 * gdb.python/py-finish-breakpoint.exp: Likewise.
11992 * gdb.python/py-shared.exp: Likewise.
11993 * gdb.reverse/solib-precsave.exp: Likewise.
11994 * gdb.reverse/solib-reverse.exp: Likewise.
11995 * gdb.server/solib-list.exp: Likewise.
11996 * gdb.threads/dlopen-libpthread.exp: Likewise.
11997 * gdb.threads/tls-shared.exp: Likewise.
11998 * gdb.threads/tls-so_extern.exp: Likewise.
11999 * gdb.trace/change-loc.exp: Likewise.
12000 * gdb.trace/ftrace-lock.exp: Likewise.
12001 * gdb.trace/ftrace.exp: Likewise.
12002 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12003 * gdb.trace/pending.exp: Likewise.
12004 * gdb.trace/range-stepping.exp: Likewise.
12005 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12006 (strace_info_marker): Likewise.
12007 (strace_probe_marker): Likewise.
12008 (strace_trace_on_same_addr): Likewise.
12009 (strace_trace_on_diff_addr): Likewise.
12010 * gdb.trace/trace-break.exp: Likewise.
12011 * gdb.trace/trace-condition.exp: Likewise.
12012 * gdb.trace/trace-mt.exp: Likewise.
12013
fca4cfd9
SM
120142016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12015
12016 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12017 result of gdb_remote_download.
12018 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12019 * gdb.base/dso2dso.exp: Likewise.
12020 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12021 * gdb.base/print-file-var.exp: Likewise.
12022 * gdb.base/shlib-call.exp: Likewise.
12023 * gdb.base/shreloc.exp: Likewise.
12024 * gdb.base/solib-overlap.exp: Likewise.
12025 * gdb.base/solib-weak.exp (do_test): Likewise.
12026 * gdb.base/unload.exp: Likewise.
12027
11cf4ffb
YQ
120282016-04-27 Yao Qi <yao.qi@linaro.org>
12029
12030 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12031 exists.
12032
3e2e34f8
KB
120332016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12034
12035 * vla-type.exp: Print structure from toplevel.
12036
8f07e298
BH
120372016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12038
12039 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12040 of dynamic types.
12041 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12042 of dynamic types.
12043
9920b434
BH
120442016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12045
12046 * gdb.fortran/vla-type.f90: New file.
12047 * gdb.fortran/vla-type.exp: New file.
12048
f3abeff5
YQ
120492016-04-25 Yao Qi <yao.qi@linaro.org>
12050
12051 * gdb.base/branch-to-self.c: New file.
12052 * gdb.base/branch-to-self.exp: New file.
12053
0a5d52f0
YQ
120542016-04-22 Yao Qi <yao.qi@linaro.org>
12055
12056 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12057 more after $hex.
12058
495346f6
YQ
120592016-04-22 Yao Qi <yao.qi@linaro.org>
12060
12061 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12062 * gdb.base/annota3.exp: Likewise.
12063
4a7e075c
YQ
120642016-04-22 Yao Qi <yao.qi@linaro.org>
12065
12066 * gdb.reverse/step-precsave.exp: Do one step and test program
12067 stops in "callee" and do multiple steps until program goes out
12068 of "callee".
12069 * gdb.reverse/step-reverse.exp: Likewise.
12070
5b061e98
YQ
120712016-04-22 Yao Qi <yao.qi@linaro.org>
12072
12073 * gdb.trace/signal.exp: Also pass if
12074 $tracepoint_hits($i) > $iterations.
12075
5c5dc57f
YQ
120762016-04-22 Yao Qi <yao.qi@linaro.org>
12077
12078 * gdb.trace/signal.c: New file.
12079 * gdb.trace/signal.exp: New file.
12080
a55411b9
DE
120812016-04-19 Doug Evans <xdje42@gmail.com>
12082
12083 * gdb.base/bad-file.exp: New file.
12084
a22df60a
MG
120852016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12086
12087 * gdb.dwarf2/implref.exp: New file.
12088
0c13f7e5
BH
120892016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12090
12091 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12092 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12093 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12094 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12095 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12096 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12097 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12098 * lib/fortran.exp (fortran_int4): New procedure.
12099 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12100 (fortran_logical4): Likewise.
12101
9b9b09e9
BH
121022016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12103
12104 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12105
a14d1f4d
BH
121062016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12107
12108 * lib/compiler.c: Add Intel specific preprocessor macros.
12109 * lib/compiler.cc: Likewise.
25d49b86 12110
7d49b1d0
LM
121112016-04-13 Luis Machado <lgustavo@codesourcery.com>
12112
12113 * gdb.server/connect-with-no-symbol-file.c: New file.
12114 * gdb.server/connect-with-no-symbol-file.exp: New file.
12115
8392fa22
SM
121162016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12117
12118 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12119
8c4c4aeb
SM
121202016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12121
12122 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12123 standard output directory.
12124
45e3745e
AT
121252016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12126
12127 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12128
e26b7e41
MM
121292016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12130
12131 * gdb.btrace/instruction_history.c (loop): Add declaration.
12132
8ce09462
AT
121332016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12134
12135 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12136
2e88a1ea
SM
121372016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12138
12139 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12140 parentheses to print.
12141 (continue_handler): Likewise.
12142
f48e22e3
SM
121432016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12144
12145 * gdb.server/solib-list.exp: Remove is_remote check.
12146 Pass shlib= to gdb_compile. Don't link shared library with
12147 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12148 Run binary filename through "readlink -f" on the target.
12149
096be756
PA
121502016-04-08 Pedro Alves <palves@redhat.com>
12151
12152 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12153 interpreter filename as argument to gdbserver_spawn.
12154 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12155 Return empty if $last_loaded_file does not exist.
12156
06500533
JK
121572016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12158
12159 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12160 * gdb.base/jit-main.c: Use exit after usage.
12161
2d35e871
JK
121622016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12163
12164 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12165 GDBHISTSIZE prior to the tests.
12166 * gdb.base/gdbinit-history.exp: Likewise.
12167
121682016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12169
12170 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12171 instead of build_executable. Use gdb_load_shlibs.
12172
c8064e7e
YQ
121732016-04-07 Yao Qi <yao.qi@linaro.org>
12174
12175 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12176 Execute "si" command.
12177
bde47561
YQ
121782016-04-07 Yao Qi <yao.qi@linaro.org>
12179
12180 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12181 number instead of the comments on some line.
12182
b16f8a3b
DB
121832016-04-06 Don Breazeal <donb@codesourcery.com>
12184
12185 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12186 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12187
c2f901df
SM
121882016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12189
12190 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12191 standard_output_file. Remove unused binfile variable.
12192
ac17fda0
CU
121932016-04-05 Catalin Udma <catalin.udma@freescale.com>
12194
12195 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12196 * gdb.python/py-mi-objfile.exp: Match "list main" output
12197 in console format.
12198
03a8c4df
SM
121992016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12200
12201 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12202 absolute.
12203
6e774b13
SM
122042016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12205
12206 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12207 absolute.
12208 * gdb.trace/ftrace.exp: Likewise.
12209 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12210 targets as well.
12211 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12212 (gdb_load_shlibs): Copy libraries to test directory when testing
12213 natively. Only set solib-search-path if testing remotely.
12214 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12215
7817ea46
SM
122162016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12217
12218 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12219 gdb_download. Use it even if the target is not remote.
12220 * gdb.base/jit.exp (compile_jit_test): Likewise.
12221 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12222 output directory if the destination board is local, otherwise use
12223 the standard remote_download from DejaGnu.
12224 (gdb_download): Remove.
12225 (gdb_load_shlibs): Use gdb_remote_download instead of
12226 gdb_download.
12227 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12228 Use gdb_remote_download instead of gdb_download. Use it even if
12229 the target is not remote.
12230 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12231 instead of gdb_download.
12232
7beb7f68
SM
122332016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12234
12235 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12236 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12237 run.
12238
cc63428a
AV
122392016-04-01 Artemiy Volkov <artemiyv@acm.org>
12240
12241 PR gdb/19820
12242 * gdb.base/printcmds.exp: Add artificial arrays tests.
12243
64cdf930
PA
122442016-03-31 Pedro Alves <palves@redhat.com>
12245
12246 PR gdb/19858
12247 * gdb.base/jit-main.c: Include unistd.h.
12248 (ATTACH): Define to 0 if not already defined.
12249 (wait_for_gdb, mypid): New globals.
12250 (WAIT_FOR_GDB): New macro.
12251 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12252 some breakpoint locations.
12253 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12254 New procedures.
12255 (one_jit_test): Add REATTACH parameter, and handle it. Use
12256 continue_to_test_location.
12257 (top level): Test attach, and adjusts calls to one_jit_test.
12258
40dea8cb
PA
122592016-03-31 Pedro Alves <palves@redhat.com>
12260
12261 PR gdb/19858
12262 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12263 BINSUFFIX parameter, and handle it.
12264 (top level): Adjust calls compile_jit_test.
12265
e7ea3ec7
CU
122662016-03-31 Catalin Udma <catalin.udma@freescale.com>
12267
12268 PR python/19743
12269 * gdb.python/py-mi-events-gdb.py: New file.
12270 * gdb.python/py-mi-events.c: New file.
12271 * gdb.python/py-mi-events.exp: New file.
12272
e6359af3
YQ
122732016-03-30 Yao Qi <yao.qi@linaro.org>
12274
12275 * gdb.reverse/until-precsave.exp: Match function name only.
12276 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12277 Move malloc to a condition block.
12278 * gdb.reverse/until-reverse.exp: Match function name only.
12279
a4105d04
MK
122802016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12281
12282 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12283 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12284 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12285 variable for GPR 0 instead of assuming it is register 0.
12286 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12287 * lib/trace-support.exp: Add s390 registers.
12288
bfa6adb9
YQ
122892016-03-29 Yao Qi <yao.qi@linaro.org>
12290
12291 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12292
1e6697ea
YQ
122932016-03-24 Yao Qi <yao.qi@linaro.org>
12294
12295 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12296 test message.
12297
64bcd522
AA
122982016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12299
12300 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12301 maintaining separate logic for constructing the output path.
12302
7868401b
DB
123032016-03-16 Don Breazeal <donb@codesourcery.com>
12304
12305 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12306 Retry fork and waitpid on interrupted system call errors.
12307 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12308 Use with_timeout_factor to increase timeout by factor of 10.
12309
1cafadb4
DB
123102016-03-15 Don Breazeal <donb@codesourcery.com>
12311
12312 * gdb.cp/scope-err.cc: New test program.
12313 * gdb.cp/scope-err.exp: New test script.
12314 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12315 lines and "set breakpoint here" comment.
12316 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12317 Fixed some whitespace and format issues.
12318 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12319 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12320
81516450
DE
123212016-03-15 Doug Evans <dje@google.com>
12322
12323 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12324 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12325 All callers updated. Add tests for enums, mixed flags register.
12326
aa52b601
DE
123272016-03-15 Doug Evans <dje@google.com>
12328
12329 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12330 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12331
fa4ff313
SM
123322016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12333
12334 * gdb.base/default.exp: Add $_as_string to the list of expected
12335 convenience functions.
12336
f2403c39
AB
123372016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12338
12339 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12340
f2f3ccb9
SM
123412016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12342
12343 * gdb.python/py-as-string.exp: New file.
12344 * gdb.python/py-as-string.c: New file.
12345
00dbd492
PA
123462016-03-09 Pedro Alves <palves@redhat.com>
12347
12348 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12349 signal" -> "Thread NN received signal" output change.
12350 * gdb.threads/ia64-sigill.exp: Likewise.
12351 * gdb.threads/linux-dp.exp: Likewise.
12352 * gdb.threads/manythreads.exp: Likewise.
12353 * gdb.threads/pending-step.exp: Likewise.
12354 * gdb.threads/print-threads.exp: Likewise.
12355 * gdb.threads/sigstep-threads.exp: Likewise.
12356 * gdb.threads/staticthreads.exp: Likewise.
12357 * gdb.threads/tls.exp: Likewise.
12358
1e6697ea
YQ
123592016-03-09 Pedro Alves <palves@redhat.com>
12360
12361 * gdb.base/command-line-input.exp: New file.
12362
b04fd3be
MK
123632016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12364
12365 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12366 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12367 * gdb.trace/pending.exp: Accept leading dot before function name.
12368 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12369 * lib/trace-support.exp: Set registers for ppc.
12370
98fa59e9
MK
123712016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12372
12373 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12374 use it for disassembly; accept .main in addition to main in backtrace.
12375
f77198c8
MK
123762016-03-09 Wei-cheng Wang <cole945@gmail.com>
12377 Marcin Kościelnicki <koriakin@0x04.net>
12378
12379 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12380 (gdb_recursion_test_ptr): New global variable.
12381 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12382 gdb_recursion_test.
12383 (gdb_c_test): Ditto.
12384
ba84e0da
MK
123852016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12386
12387 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12388 ordering.
12389
4366d36e
MK
123902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12391
12392 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12393 (bar): Add bar_start_lbl label.
12394 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12395 of foo/bar for emitting DWARF and tracing.
12396
5eb264df
SDJ
123972016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12398
12399 * analyze-racy-logs.py: Set executable bit.
12400
fb6a751f
SDJ
124012016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12402
12403 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12404 (CHECK_TARGET_TMP): Likewise.
12405 (check-single-racy): New rule.
12406 (check-parallel-racy): Likewise.
12407 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12408 (do-check-parallel-racy): New rule.
12409 (check-racy/%.exp): Likewise.
12410 * README (Racy testcases): New section.
12411 * analyze-racy-logs.py: New file.
12412
bdf7e230
DE
124132016-03-03 Doug Evans <dje@google.com>
12414
12415 * gdb.base/skip.exp: Use with_test_prefix.
12416
4719d415
YQ
124172016-03-03 Yao Qi <yao.qi@linaro.org>
12418
12419 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12420 Invoke step_over_syscall "clone" and break_cond_on_syscall
12421 "clone".
12422 * gdb.base/step-over-clone.c: New file.
12423
ea507862
YQ
124242016-03-03 Yao Qi <yao.qi@linaro.org>
12425
12426 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12427 code format.
12428
8fc8cbda
YQ
124292016-03-03 Yao Qi <yao.qi@linaro.org>
12430
12431 * gdb.base/disp-step-fork.c: Rename to ...
12432 * gdb.base/step-over-fork.c: ... it. New file.
12433 * gdb.base/disp-step-vfork.c: Rename to ...
12434 * gdb.base/step-over-vfork.c: ... it. New file.
12435 * gdb.base/disp-step-syscall.exp: Rename to ...
12436 * gdb.base/step-over-syscall.exp: ... it. New file.
12437 (disp_step_cross_syscall): Rename to ...
12438 (step_over_syscall): ... it.
12439
92fa70b0
YQ
124402016-03-03 Yao Qi <yao.qi@linaro.org>
12441
12442 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12443 If target supports condition evaluation on target, invoke
12444 break_cond_on_syscall for fork and vfork.
12445
e197ad3c
YQ
124462016-03-03 Yao Qi <yao.qi@linaro.org>
12447
12448 * gdb.base/disp-step-syscall.exp: Don't invoke
12449 support_displaced_stepping.
12450 (disp_step_cross_syscall): Test with displaced stepping off and
12451 on if supported.
12452
0b47da9f
YQ
124532016-03-03 Yao Qi <yao.qi@linaro.org>
12454
12455 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12456 proc.
12457 (setup): New proc.
12458 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12459 and setup.
12460
065ab6dc
BH
124612016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12462
12463 * gdb.fortran/vla-history.exp: Remove breakpoint.
12464
07e448ad 124652016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12466
25d49b86
PA
12467 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12468 exceeds timeout.
07e448ad 12469
9ac2d526 124702016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12471
25d49b86
PA
12472 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12473 breakpoint.
9ac2d526 12474
17807369
BH
124752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12476
12477 * gdb.mi/vla.f90: Nullify pointer after declaration.
12478
86e501af
PA
124792016-03-01 Pedro Alves <palves@redhat.com>
12480
12481 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12482
1e903e32
PA
124832016-03-01 Pedro Alves <palves@redhat.com>
12484
12485 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12486 before anything else.
12487 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12488 _GNU_SOURCE here.
12489 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12490 before anything else.
12491 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12492
6ccb54e2
PA
124932016-03-01 Pedro Alves <palves@redhat.com>
12494
12495 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12496
30ca9da1
YQ
124972016-03-01 Yao Qi <yao.qi@linaro.org>
12498
12499 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12500 prepare_for_testing.
12501
dc856b38
YQ
125022016-03-01 Yao Qi <yao.qi@linaro.org>
12503
12504 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12505
4a932159
AA
125062016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12507
12508 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12509 manually constructing the output path.
12510
f2489477
AA
125112016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12512
12513 * gdb.arch/s390-stackless.S: New.
12514 * gdb.arch/s390-stackless.exp: New.
12515
38899f16
IB
125162016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12517
12518 * gdb.dlang/circular.c: New file.
12519 * gdb.dlang/circular.exp: New file.
12520
9fde51ed
YQ
125212016-02-26 Yao Qi <yao.qi@linaro.org>
12522
12523 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12524 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12525 (testcases): Update.
12526
ce90fefe
YQ
125272016-02-26 Yao Qi <yao.qi@linaro.org>
12528
12529 * gdb.reverse/aarch64.c: Rename to ...
12530 * gdb.reverse/insn-reverse.c: ... it.
12531 * gdb.reverse/aarch64.exp: Rename to ...
12532 * gdb.reverse/insn-reverse.exp: ... it.
12533
3263bceb
YQ
125342016-02-26 Yao Qi <yao.qi@linaro.org>
12535
12536 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12537 (testcase_ftype): New.
12538 (testcases): New array.
12539 (n_testcases): New.
12540 (main): Call each element in testcases.
12541 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12542 (read_testcase): New.
12543 Do the tests in a loop.
12544
6cb59ff1
YQ
125452016-02-25 Yao Qi <yao.qi@linaro.org>
12546
12547 * gdb.base/branches.c: Remove.
12548
ae91f625
MK
125492016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12550
12551 PR gdb/13808
12552 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12553
678b48b7
MK
125542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12555
12556 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12557
7337a6f2
MK
125582016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12559
12560 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12561 change x86_64 call_insn to 'callq'.
12562
861ca91f
AT
125632016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12564
12565 * gdb.trace/tfile-avx.c: Move to...
12566 * gdb.trace/tracefile-pseudo-reg.c: Here.
12567 * gdb.trace/tfile-avx.exp: Move to...
12568 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12569
bf74e428
GB
125702016-02-24 Gary Benson <gbenson@redhat.com>
12571
12572 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12573 message on attach.
12574
cce0e923
DE
125752016-02-23 Doug Evans <dje@google.com>
12576
12577 * gdb.base/skip.c (test_skip): New function.
12578 (end_test_skip_file_and_function): New function.
12579 (test_skip_file_and_function): New function.
12580 * gdb.base/skip1.c (test_skip): New function.
12581 (skip1_test_skip_file_and_function): New function.
12582 * gdb.base/skip.exp: Add tests for new skip options.
12583 * gdb.base/skip-solib.exp: Update expected output.
12584 * gdb.perf/skip-command.cc: New file.
12585 * gdb.perf/skip-command.exp: New file.
12586 * gdb.perf/skip-command.py: New file.
12587
4000e47e
MK
125882016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12589
12590 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12591 info registers pattern.
12592
24f75ead
IB
125932016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12594
12595 * lib/future.exp: Add D support.
12596 (gdb_find_gdc): New proc.
12597 (gdb_default_target_compile): Add D support.
12598
fbb7bcbe
WW
125992016-02-18 Wei-cheng Wang <cole945@gmail.com>
12600
12601 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12602 user+system time.
12603 (trace_speed_test): Determine the iteration count for a time
12604 between 15..30 seconds.
12605
012b3a21
WT
126062016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12607
12608 * gdb.arch/i386-mpx-sigsegv.c: New file.
12609 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12610 * gdb.arch/i386-mpx-simple_segv.c: New file.
12611 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12612
2d5189bd
YQ
126132016-02-18 Yao Qi <yao.qi@linaro.org>
12614
12615 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12616 Don't call setup_kfail.
12617
40fb20d0
YQ
126182016-02-18 Yao Qi <yao.qi@linaro.org>
12619
12620 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12621 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12622
21b1f8d2
DE
126232016-02-16 Doug Evans <dje@google.com>
12624
12625 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12626 * gdb.base/skip1.c: Ditto.
12627 * gdb.base/skip.exp: Whitespace cleanup.
12628
4041ed77
DB
126292016-02-16 Don Breazeal <donb@codesourcery.com>
12630
12631 PR remote/19496
12632 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12633 Remove kfail for PR remote/19496.
12634
c4ef31bf
SM
126352016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12636
12637 * lib/gdb.exp (standard_temp_file): Return a path specific to
12638 the runtest invocation.
12639
266b65b3
SM
126402016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12641
12642 * gdb.trace/save-trace.exp: Change relative path to be in the
12643 standard output directory.
12644
a7a0a6a9
JK
126452016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12646
12647 * gdb.arch/i386-prologue.c: Add missing prototypes.
12648
c99dbb42
JK
126492016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12650
12651 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12652 * gdb.arch/i386-prologue.exp: Likewise.
12653 * gdb.arch/i386-size.exp: Likewise.
12654
aa480355
SM
126552016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12656
12657 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12658 define object file path.
12659 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12660 file path.
12661 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12662 standard_output_file to define binfile.
12663
ba881f50
JK
126642016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12665
12666 Fix compatibility with recent gfortran-5.3.1.
12667 * gdb.fortran/vla-history.exp (print vla1 allocated)
12668 (print vla2 allocated, print $2, print $3): Remove
12669 (print $4): Rename to ...
12670 (print $2): ... here.
12671 (print $9): Rename to ...
12672 (print $5): ... here.
12673 (print $10): Rename to ...
12674 (print $6): ... here.
12675 * gdb.fortran/vla.f90: Add pvla initialization.
12676
e9fb005c
JK
126772016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12678
12679 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12680 New test.
12681 * gdb.fortran/vla-value-sub.exp: Likewise.
12682
e44e00ff
MK
126832016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12684
12685 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12686
97e94151
SM
126872016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12688
12689 * i386-biarch-core.exp: Define corefile using
12690 standard_output_file.
12691
01113bc1
YQ
126922016-02-12 Yao Qi <yao.qi@linaro.org>
12693
12694 * gdb.arch/arm-single-step-kernel-helper.c: New.
12695 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12696
33b4777c
MM
126972016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12698
12699 * gdb.btrace/tailcall-only.exp: New.
12700 * gdb.btrace/tailcall-only.c: New.
12701 * gdb.btrace/x86_64-tailcall-only.S: New.
12702 * gdb.btrace/i686-tailcall-only.S: New.
12703
acc23c11
PA
127042016-02-11 Pedro Alves <palves@redhat.com>
12705
12706 * README (Parallel testing): Add missing double quotes.
12707
e352bf0a
PA
127082016-02-11 Pedro Alves <palves@redhat.com>
12709
12710 * README (Parallel testing): New section.
12711 (GDB_PARALLEL): Rewrite.
12712 (FORCE_PARALLEL): Document.
12713
9f5fed78
MK
127142016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12715
12716 * gdb.trace/tfile-avx.c: New test.
12717 * gdb.trace/tfile-avx.exp: New test.
12718
9ef9e6a6
KS
127192016-02-09 Keith Seitz <keiths@redhat.com>
12720
12721 PR breakpoints/19546
12722 * gdb.base/infcall-exec.c: New file.
12723 * gdb.base/infcall-exec2.c: New file.
12724 * gdb.base/infcall-exec.exp: New file.
12725
a96e36da
KS
127262016-02-09 Keith Seitz <keiths@redhat.com>
12727
12728 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12729 (toplevel): Call test_bkpt_address.
12730
9f61929f
KS
127312016-02-09 Keith Seitz <keiths@redhat.com>
12732
12733 PR python/19506
12734 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12735 (toplevel): Call test_bkpt_address.
12736
1e94266c
SM
127372016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12738
12739 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12740 to AC_OUTPUT.
12741 * configure: Regenerate.
12742
2a7f3dff
PA
127432016-02-09 Pedro Alves <palves@redhat.com>
12744
12745 PR breakpoints/19548
12746 * gdb.base/execl-update-breakpoints.c (some_function): New
12747 function.
12748 (main): Call it.
12749 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12750 Tighten expected GDB output.
12751
2151ccc5
SM
127522016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12753
12754 * Makefile.in (ALL_SUBDIRS): Remove.
12755 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12756 (distclean maintainer-clean realclean): Likewise.
12757 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12758 * configure: Regenerate.
12759 * gdb.ada/Makefile.in: Delete.
12760 * gdb.arch/Makefile.in: Likewise.
12761 * gdb.asm/Makefile.in: Likewise.
12762 * gdb.base/Makefile.in: Likewise.
12763 * gdb.btrace/Makefile.in: Likewise.
12764 * gdb.cell/Makefile.in: Likewise.
12765 * gdb.compile/Makefile.in: Likewise.
12766 * gdb.cp/Makefile.in: Likewise.
12767 * gdb.disasm/Makefile.in: Likewise.
12768 * gdb.dlang/Makefile.in: Likewise.
12769 * gdb.dwarf2/Makefile.in: Likewise.
12770 * gdb.fortran/Makefile.in: Likewise.
12771 * gdb.gdb/Makefile.in: Likewise.
12772 * gdb.go/Makefile.in: Likewise.
12773 * gdb.guile/Makefile.in: Likewise.
12774 * gdb.java/Makefile.in: Likewise.
12775 * gdb.linespec/Makefile.in: Likewise.
12776 * gdb.mi/Makefile.in: Likewise.
12777 * gdb.modula2/Makefile.in: Likewise.
12778 * gdb.multi/Makefile.in: Likewise.
12779 * gdb.objc/Makefile.in: Likewise.
12780 * gdb.opencl/Makefile.in: Likewise.
12781 * gdb.opt/Makefile.in: Likewise.
12782 * gdb.pascal/Makefile.in: Likewise.
12783 * gdb.perf/Makefile.in: Likewise.
12784 * gdb.python/Makefile.in: Likewise.
12785 * gdb.reverse/Makefile.in: Likewise.
12786 * gdb.server/Makefile.in: Likewise.
12787 * gdb.stabs/Makefile.in: Likewise.
12788 * gdb.threads/Makefile.in: Likewise.
12789 * gdb.trace/Makefile.in: Likewise.
12790 * gdb.xml/Makefile.in: Likewise.
12791 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12792 GDB_PARALLEL.
12793 (standard_output_file): Remove check for GDB_PARALLEL, always
12794 return path in outputs/$subdir/$testname.
12795
437277d4
SM
127962016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12797
12798 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12799 (site.exp): Assign abs_srcdir to tcl's srcdir.
12800
31d913c7
YQ
128012016-02-04 Yao Qi <yao.qi@linaro.org>
12802
12803 * gdb.base/foll-exec-mode.c: Include limits.h.
12804 (main): Add parameters argc and argv. Get directory from
12805 argv[0].
12806 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12807 compilation.
12808 * gdb.base/foll-exec.c: Include limits.h.
12809 (main): Add parameters argc and argv.
12810 Get directory from argv[0].
12811 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12812 Adjust tests on the number of lines as source code changed.
12813 * gdb.base/foll-vfork-exit.c: Include limits.h.
12814 (main): Add one line of statement before vfork.
12815 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12816 (main): Add parameters argc and argv. Get directory from
12817 argv[0].
12818 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12819 (setup_gdb): Set tbreak to skip some source lines.
12820 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12821 (main): Add parameters argc and argv. Get directory from
12822 argv[0].
12823 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12824 compilation.
12825 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12826 (main): Add parameters argc and argv. Get directory from
12827 argv[0].
12828 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12829 compilation.
12830
9482b9fb
DE
128312016-02-01 Doug Evans <dje@google.com>
12832
12833 * gdb.base/skip.exp: Clean up multiple references to same test name.
12834
6b2e4f10
PA
128352016-02-01 Pedro Alves <palves@redhat.com>
12836
ccb6afd6 12837 PR remote/19496
6b2e4f10
PA
12838 * gdb.threads/forking-threads-plus-breakpoint.exp
12839 (displaced_stepping_supported): New global.
12840 (probe_displaced_stepping_support): New procedure.
12841 (do_test): Add 'displaced' parameter, and use it.
12842 (top level): Check for displaced stepping support. Add displaced
12843 stepping on/off testing axis.
12844
37a8db1a
AB
128452016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12846
12847 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12848 pointer. Don't perform further tests on the unassociated pointer
12849 if the first test fails.
12850
5fdf6324
AB
128512016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12852
12853 * gdb.base/max-value-size.c: New file.
12854 * gdb.base/max-value-size.exp: New file.
12855 * gdb.base/huge.exp: Disable max-value-size for this test.
12856
935c6144
IB
128572016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12858
12859 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12860
7fe8399d
YQ
128612016-01-28 Yao Qi <yao.qi@linaro.org>
12862
12863 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12864
a2077e25
PA
128652016-01-25 Pedro Alves <palves@redhat.com>
12866
12867 PR threads/19461
12868 * gdb.base/fork-running-state.c: New file.
12869 * gdb.base/fork-running-state.exp: New file.
12870
1d2736d4
PA
128712016-01-25 Pedro Alves <palves@redhat.com>
12872
12873 PR gdb/19494
12874 * gdb.base/catch-fork-kill.c: New file.
12875 * gdb.base/catch-fork-kill.exp: New file.
12876
f1da4b11
PA
128772016-01-25 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12880 Delete, moved to lib/gdb.exp.
12881 * gdb.threads/forking-threads-plus-breakpoint.exp
12882 (foreach_with_prefix): Likewise.
12883 * gdb.threads/process-dies-while-handling-bp.exp
12884 (foreach_with_prefix): Likewise.
12885 * lib/gdb.exp (foreach_with_prefix): New procedure.
12886
45f38546
MK
128872016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12888
12889 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12890 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12891
dc29a1ce
MK
128922016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12893
12894 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12895 endian targets.
12896
092127d7
JK
128972016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12898 Pedro Alves <palves@redhat.com>
12899
12900 Fix testsuite compatibility with Guile.
12901 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12902 number.
12903
31d765d3
JK
129042016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12905
12906 Fix testsuite compatibility with Guile.
12907 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12908 (thread 1): New test for backtrace through signal handler.
12909
1ac78c04
YQ
129102016-01-22 Yao Qi <yao.qi@linaro.org>
12911
12912 PR testsuite/19491
12913 * gdb.base/multi-forks.c: Include
12914 ../lib/unbuffer_output.c
12915 (main): Call gdb_unbuffer_output.
12916
4f5946a8
DE
129172016-01-21 Doug Evans <dje@google.com>
12918
12919 * lib/ada.exp (gdb_compile_ada): Fix typo.
12920
305e13e6
JB
129212016-01-21 Joel Brobecker <brobecker@adacore.com>
12922
12923 * gdb.base/break-fun-addr.exp: New file.
12924 * gdb.base/break-fun-addr1.c: New file.
12925 * gdb.base/break-fun-addr2.c: New file.
12926
5f5dfff6
SM
129272016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12928
12929 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12930 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12931 enum flag values.
12932
fd356fa2
AA
129332016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12934
12935 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12936 when GDB can not set the vector return value. Add more comments
12937 for clarification.
12938
9df22175
AT
129392016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12940
12941 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12942 command.
12943
41d1845e
SM
129442016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12945
12946 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12947
01ac6840
SM
129482016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12949
12950 * Makefile.in (check-single): Pass --status to runtest.
12951 (check/%.exp): Likewise.
12952
129532016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12954
12955 * Makefile.in (check-parallel): Propagate return code from make
12956 do-check-parallel.
12957
bd0a71fa
MK
129582016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12959
12960 * gdb.trace/ftrace.exp: Fix expected message on continue.
12961 * gdb.trace/pending.exp: Fix expected message on continue.
12962 * gdb.trace/trace-break.exp: Fix expected message on continue.
12963
8bcbad33
SM
129642016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12965
12966 * lib/gdb.exp (gdb_test): Remove unused global references.
12967
f303dbd6
PA
129682016-01-18 Pedro Alves <palves@redhat.com>
12969
12970 * gdb.base/async-shell.exp: Adjust expected output.
12971 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12972 * gdb.base/siginfo-thread.exp: Adjust expected output.
12973 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12974 * gdb.java/jnpe.exp: Adjust expected output.
12975 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12976 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12977 * gdb.threads/leader-exit.exp: Adjust expected output.
12978 * gdb.threads/manythreads.exp: Adjust expected output.
12979 * gdb.threads/pthreads.exp: Adjust expected output.
12980 * gdb.threads/schedlock.exp: Adjust expected output.
12981 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12982 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12983 expected output.
12984 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12985 output.
12986 * gdb.threads/sigthread.exp: Adjust expected output.
12987 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12988
b2789696
YQ
129892016-01-18 Yao Qi <yao.qi@linaro.org>
12990
12991 * gdb.guile/scm-section-script.c: Replace @progbits with
12992 %progbits.
12993 * gdb.python/py-section-script.c: Likewise.
12994
71ef29a8
PA
129952016-01-15 Pedro Alves <palves@redhat.com>
12996
12997 * gdb.multi/tids.exp: Test star wildcard ranges.
12998
3f5b7598
PA
129992016-01-15 Pedro Alves <palves@redhat.com>
13000
13001 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13002 command from "thread apply" invocation.
13003 (thr_apply_info_thr_invalid): Default the expected output to the
13004 input tid list.
13005 (top level): Add tests that use convenience variables. Add tests
13006 for "thread apply" with a valid TID list, but missing the command.
13007
663f6d42
PA
130082016-01-13 Pedro Alves <palves@redhat.com>
13009
13010 * gdb.base/default.exp: Expect $_gthread as well.
13011 * gdb.multi/tids.exp: Test $_gthread.
13012 * gdb.threads/thread-specific.exp: Test $_gthread.
13013
c84f6bbf
PA
130142016-01-13 Pedro Alves <palves@redhat.com>
13015
13016 * gdb.multi/tids.exp: Test "info threads -gid".
13017
22a02324
PA
130182016-01-13 Pedro Alves <palves@redhat.com>
13019
13020 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13021 Breakpoint.thread.
13022 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13023
5d5658a1
PA
130242016-01-07 Pedro Alves <palves@redhat.com>
13025
13026 * gdb.base/break.exp: Adjust to output changes.
13027 * gdb.base/hbreak2.exp: Likewise.
13028 * gdb.base/sepdebug.exp: Likewise.
13029 * gdb.base/watch_thread_num.exp: Likewise.
13030 * gdb.linespec/keywords.exp: Likewise.
13031 * gdb.multi/info-threads.exp: Likewise.
13032 * gdb.threads/thread-find.exp: Likewise.
13033 * gdb.multi/tids.c: New file.
13034 * gdb.multi/tids.exp: New file.
13035
84654457
PA
130362016-01-13 Pedro Alves <palves@redhat.com>
13037
13038 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13039
e3940304
PA
130402016-01-13 Pedro Alves <palves@redhat.com>
13041
13042 * gdb.base/default.exp: Expect $_inferior as well.
13043 * gdb.multi/base.exp: Test $_inferior.
13044
a911d87a
PA
130452016-01-13 Pedro Alves <palves@redhat.com>
13046
13047 PR breakpoints/19388
13048 * gdb.base/catch-signal-siginfo-cond.c: New file.
13049 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13050
82075af2
JS
130512016-01-12 Josh Stone <jistone@redhat.com>
13052 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13053
13054 * gdb.base/catch-syscall.c (do_execve): New variable.
13055 (main): Conditionally trigger an execve.
13056 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13057 (test_catch_syscall_execve): New, check entry/return across execve.
13058 (do_syscall_tests): Call test_catch_syscall_execve.
13059
e46eeedd
PA
130602016-01-12 Pedro Alves <palves@redhat.com>
13061
13062 * gdb.base/random-signal.exp (do_test): New procedure, with body
13063 of testcase moved in.
13064
01d8c27e
JK
130652016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13066 Pedro Alves <palves@redhat.com>
13067
13068 * gdb.base/funcargs.exp (finish from indirectly called function):
13069 Reintroduce the case for 'First'.
13070
9a706302
JK
130712016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13072 Pedro Alves <palves@redhat.com>
13073
13074 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13075 (tcatch_vfork_then_child_follow_exec)
13076 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13077 identification.
13078
c0ecb95f
JK
130792016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13080
13081 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13082 and repeats to unlimited.
13083 * gdb.python/py-value.exp: Likewise.
13084 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13085 and repeats to unlimited.
13086
6cfc1fcb
JK
130872016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13088
13089 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13090 and reordering the functions.
13091 * gdb.multi/hangout.c: Likewise.
13092 * gdb.multi/hello.c: Likewise.
13093
582a1b00
SM
130942016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13095
13096 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13097 absolute.
13098 (SingleStatisticTestResult.report): Use dict.keys instead of
13099 dict.iterkeys.
13100
79bc59cb
PA
131012016-01-06 Pedro Alves <palves@redhat.com>
13102
13103 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13104
43368e1d
MM
131052016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13106
13107 * gdb.btrace/dlopen.exp: New.
13108 * gdb.btrace/dlopen.c: New.
13109 * gdb.btrace/dlopen-dso.c: New.
13110
79fad5b8
SL
131112015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13112
13113 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13114 PATTERN argument is optional.
13115
ab8314b3
JB
131162015-12-24 Joel Brobecker <brobecker@adacore.com>
13117
13118 * lib/ada.exp (target_compile_ada_from_dir): New function.
13119 (gdb_compile_ada): Reimplement avoiding the use of project files.
13120 * gdb.ada/gnat_ada.gpr: Delete.
13121 * gdb.ada/cond_lang.exp: Adjust test to make path before
13122 filename optional.
13123 * gdb.ada/small_reg_param.exp: Likewise.
13124
fe33faff
SM
131252015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13126
13127 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13128
6d265cb4
TP
131292015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13130
13131 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13132 case.
13133
10125099
SM
131342015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13135
13136 * gdb.base/break.exp: Remove dead code.
13137 * gdb.base/sepdebug.exp: Likewise.
13138
3ca22649
SM
131392015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13140
13141 * gdb.asm/asm-source.exp: Remove HP-UX references.
13142 * gdb.base/annota1.exp: Likewise.
13143 * gdb.base/annota3.exp: Likewise.
13144 * gdb.base/attach.exp: Likewise.
13145 * gdb.base/bigcore.exp: Likewise.
13146 * gdb.base/break.exp: Likewise.
13147 * gdb.base/call-ar-st.exp: Likewise.
13148 * gdb.base/callfuncs.exp: Likewise.
13149 * gdb.base/catch-fork-static.exp: Likewise.
13150 * gdb.base/display.exp: Likewise.
13151 * gdb.base/foll-exec-mode.exp: Likewise.
13152 * gdb.base/foll-exec.exp: Likewise.
13153 * gdb.base/foll-fork.exp: Likewise.
13154 * gdb.base/foll-vfork.exp: Likewise.
13155 * gdb.base/funcargs.exp: Likewise.
13156 * gdb.base/hbreak2.exp: Likewise.
13157 * gdb.base/inferior-died.exp: Likewise.
13158 * gdb.base/interrupt.exp: Likewise.
13159 * gdb.base/multi-forks.exp: Likewise.
13160 * gdb.base/nodebug.exp: Likewise.
13161 * gdb.base/sepdebug.exp: Likewise.
13162 * gdb.base/solib1.c: Likewise.
13163 * gdb.base/step-test.exp: Likewise.
13164 * gdb.mi/non-stop.c: Likewise.
13165 * gdb.mi/pthreads.c: Likewise.
13166 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13167 * gdb.threads/pthreads.c: Likewise.
13168 * gdb.threads/staticthreads.exp: Likewise.
13169 * lib/future.exp: Likewise.
13170 * lib/gdb.exp: Likewise.
13171 * gdb.base/so-indr-cl.c: Remove.
13172 * gdb.base/so-indr-cl.exp: Likewise.
13173 * gdb.base/solib.c: Likewise.
13174 * gdb.base/solib.exp: Likewise.
13175 * gdb.base/solib2.c: Likewise.
13176
b6304613
SM
131772015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13178
13179 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13180 * gdb.base/call-ar-st.exp: Likewise.
13181 * gdb.base/callfuncs.exp: Likewise.
13182 * gdb.base/condbreak.exp: Likewise.
13183 * gdb.base/constvars.exp: Likewise.
13184 * gdb.base/hbreak2.exp: Likewise.
13185 * gdb.base/langs.exp: Likewise.
13186 * gdb.base/list.exp: Likewise.
13187 * gdb.base/long_long.exp: Likewise.
13188 * gdb.base/ptype.exp: Likewise.
13189 * gdb.base/scope.exp: Likewise.
13190 * gdb.base/signals.exp: Likewise.
13191 * gdb.base/so-impl-ld.exp: Likewise.
13192 * gdb.base/varargs.exp: Likewise.
13193 * gdb.base/volatile.exp: Likewise.
13194 * gdb.base/whatis.exp: Likewise.
13195 * gdb.cp/cplusfuncs.exp: Likewise.
13196 * gdb.cp/inherit.exp: Likewise.
13197 * gdb.cp/local.exp: Likewise.
13198 * gdb.cp/member-ptr.exp: Likewise.
13199 * gdb.cp/method.exp: Likewise.
13200 * gdb.cp/overload.exp: Likewise.
13201 * gdb.cp/templates.exp: Likewise.
13202 * gdb.stabs/weird.exp: Likewise.
13203 * lib/compiler.c: Likewise.
13204 * lib/compiler.cc: Likewise.
13205 * lib/cp-support.exp: Likewise.
13206 * lib/gdb.exp: Likewise.
13207
bf401b07
SM
132082015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13209
13210 * configure.ac: Remove HP-UX case.
13211 * configure: Regenerate.
13212
aff9c0f8
SM
132132015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13214
13215 * lib/gdb.exp (gdb_compile): Add function doc.
13216
a6904d5a
PA
132172015-12-17 Pedro Alves <palves@redhat.com>
13218
13219 PR threads/19354
13220 * gdb.multi/info-threads.exp: New file.
13221
a22279dd
YQ
132222015-12-15 Yao Qi <yao.qi@linaro.org>
13223
13224 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13225 is aarch64*-*-*.
13226
0588c796
SL
132272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13228
13229 * gdb.base/history-duplicates.exp: Skip if no readline support.
13230
5d978e17
SL
132312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13232
13233 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13234
7e763b86
SL
132352015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13236
13237 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13238
87a3a92c
SL
132392015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13240
13241 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13242 ctrl-C if nointerrupts target property is set.
13243 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13244 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13245 * gdb.base/paginate-bg-execution.exp: Likewise.
13246 * gdb.base/paginate-execution-startup.exp: Likewise.
13247 * gdb.base/random-signal.exp: Likewise.
13248 * gdb.base/range-stepping.exp: Likewise.
13249 * gdb.cp/annota2.exp: Likewise.
13250 * gdb.cp/annota3.exp: Likewise.
13251 * gdb.gdb/selftest.exp: Likewise.
13252 * gdb.threads/continue-pending-status.exp: Likewise.
13253 * gdb.threads/leader-exit.exp: Likewise.
13254 * gdb.threads/manythreads.exp: Likewise.
13255 * gdb.threads/pthreads.exp: Likewise.
13256 * gdb.threads/schedlock.exp: Likewise.
13257 * gdb.threads/sigthread.exp: Likewise.
13258
a8f077dc
DB
132592015-12-11 Don Breazeal <donb@codesourcery.com>
13260
13261 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13262 remote.
13263 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13264 * gdb.base/foll-exec.exp (main): Enable for target remote.
13265 * gdb.base/foll-fork.exp (main): Likewise.
13266 * gdb.base/foll-vfork.exp (main): Likewise.
13267 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13268 (proc continue_to_exit_bp_loc): Use clean_restart.
13269 * gdb.base/pie-execl.exp (main): Disable for target remote.
13270 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13271 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13272 * gdb.threads/execl.exp (main): Likewise.
13273 * gdb.threads/fork-child-threads.exp (main): Likewise.
13274 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13275 remote.
13276 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13277 remote.
13278 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13279 pid.tid style ptids, instead of just tid.
13280 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13281 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13282 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13283 ptids, instead of just tid.
13284
3b2464a8
AB
132852015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13286
13287 * gdb.base/list.exp (test_list_forward): Add end of file error
13288 test.
13289 (test_repeat_list_command): Add end of file error test.
13290 (test_list_backwards): Add beginning of file error test.
13291
a0def019
AB
132922015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13293
13294 * gdb.base/list.exp (test_list_invalid_args): New function,
13295 defined, and called.
13296
5c000dff
AB
132972015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13298
13299 * gdb.base/list.exp (test_list): Make test names unique.
13300
f1637ebe
YQ
133012015-12-11 Yao Qi <yao.qi@linaro.org>
13302
13303 * gdb.base/coremaker2.c: Remove.
13304
36d6fc0a
PA
133052015-12-10 Pedro Alves <palves@redhat.com>
13306
13307 * gdb.multi/base.exp: Remove stale "spaces" references.
13308
762f7747
PA
133092015-12-10 Pedro Alves <palves@redhat.com>
13310
13311 * gdb.multi/base.exp: Don't use nowarnings.
13312 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13313 * gdb.multi/hangout.c: Include stdio.h.
13314 * gdb.multi/hello.c: Include stdlib.h.
13315 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13316 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13317 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13318
28d2bfb9
AB
133192015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13320
13321 * gdb.dwarf2/dw2-ranges-base.c: New file.
13322 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13323 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13324 support additional line table, and debug ranges generation.
13325 (Dwarf::ranges): New function, generate .debug_ranges.
13326 (Dwarf::lines): Support generating simple line table programs.
13327 (Dwarf::assemble): Initialise new namespace variables.
13328
5fc2beac
KB
133292015-12-09 Kevin Buettner <kevinb@redhat.com>
13330
13331 * gdb.base/async.exp (proc test_background): Add case for
13332 asynchronous execution not supported.
13333
1c35a88f
LM
133342015-12-09 Luis Machado <lgustavo@codesourcery.com>
13335
13336 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13337 format and change test names to make them unique.
13338
b593e3d9
RK
133392015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13340 Pedro Alves <pedro@redhat.com>
13341
13342 PR gdb/18702
13343 Add checking of floatformats setup on x86_64 hosts.
13344 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13345 (smallval, bigval): New labels/constants.
13346 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13347 float" after loading bigval and smallval.
13348
d72413e6
PMR
133492015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13350
13351 * gdb.ada/fun_overload_menu.exp: New testcase.
13352 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13353
ece66d65
JS
133542015-12-04 Josh Stone <jistone@redhat.com>
13355
13356 * gdb.base/catch-fork-static.exp: New.
13357
41d0efca
YQ
133582015-12-03 Yao Qi <yao.qi@linaro.org>
13359
13360 * gdb.base/sizeof.c: Don't include stdio.h and
13361 ../lib/unbuffer_output.c.
13362 (main): New variable 'size' and 'value'. Remove printf and
13363 gdb_unbuffer_output. Assign return value to size and value.
13364 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13365 at the beginning.
13366 (check_sizeof): Check the result by printing variable 'size'.
13367 (check_valueof): Check the result by printing variable 'value'.
13368
99fd02d9
YQ
133692015-12-01 Yao Qi <yao.qi@linaro.org>
13370
13371 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13372 for aarch64*-*-linux* target.
13373
f2faf941
PA
133742015-11-30 Pedro Alves <palves@redhat.com>
13375
13376 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13377
04bf20c5
PA
133782015-11-30 Pedro Alves <palves@redhat.com>
13379
13380 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13381 Handle non-stop mode vCont replies.
13382
09df4675
PA
133832015-11-30 Pedro Alves <palves@redhat.com>
13384
13385 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13386 prepare_for_testing. Start gdb with "set non-stop on" appended to
13387 GDBFLAGS. Lax expected stop output.
13388
58b584af
YQ
133892015-11-27 Yao Qi <yao.qi@linaro.org>
13390
13391 * gdb.arch/arm-neon.exp: New.
13392 * gdb.arch/arm-neon.c: New.
13393
dfcb77a8
YQ
133942015-11-27 Yao Qi <yao.qi@linaro.org>
13395
13396 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13397
88e8ec1b
YQ
133982015-11-27 Yao Qi <yao.qi@linaro.org>
13399
13400 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13401 frames-invalid annotation.
13402
bfde72c2
YQ
134032015-11-27 Yao Qi <yao.qi@linaro.org>
13404
13405 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13406
f6512a69
SM
134072015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13408
13409 * gdb.threads/names.exp: New file.
13410 * gdb.threads/names.c: New file.
13411 * README: Mention gdb,no_thread_names.
13412
46a3515b
MM
134132015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13414
13415 PR 19297
13416 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13417 support" error.
13418
62147a22
PA
134192015-11-24 Pedro Alves <palves@redhat.com>
13420
13421 PR 17539
13422 * gdb.base/display.exp: Expect displays to be sorted in ascending
13423 order. Use multi_line.
13424 * gdb.base/solib-display.exp: Likewise.
13425
2f341b6e
PA
134262015-11-24 Pedro Alves <palves@redhat.com>
13427
13428 PR 17539
25d49b86
PA
13429 * gdb.base/display.exp: Expect displays to be sorted in ascending
13430 order. Use multi_line.
13431 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13432
7e0aa6aa
PA
134332015-11-24 Pedro Alves <palves@redhat.com>
13434
13435 PR 17539
13436 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13437 threads in ascending order.
13438 * gdb.base/foll-fork.exp: Likewise.
13439 * gdb.base/foll-vfork.exp: Likewise.
13440 * gdb.base/multi-forks.exp: Likewise.
13441 * gdb.mi/mi-nonstop.exp: Likewise.
13442 * gdb.mi/mi-nsintrall.exp: Likewise.
13443 * gdb.multi/base.exp: Likewise.
13444 * gdb.multi/multi-arch.exp: Likewise.
13445 * gdb.python/py-inferior.exp: Likewise.
13446 * gdb.threads/break-while-running.exp: Likewise.
13447 * gdb.threads/execl.exp: Likewise.
13448 * gdb.threads/gcore-thread.exp: Likewise.
13449 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13450 * gdb.threads/kill.exp: Likewise.
13451 * gdb.threads/linux-dp.exp: Likewise.
13452 * gdb.threads/multiple-step-overs.exp: Likewise.
13453 * gdb.threads/next-bp-other-thread.exp: Likewise.
13454 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13455 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13456 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13457 * gdb.threads/thread-find.exp: Likewise.
13458 * gdb.threads/tls.exp: Likewise.
13459 * lib/mi-support.exp (mi_reverse_list): Delete.
13460 (mi_check_thread_states): No longer reverse list.
13461
2cc57ad8
PA
134622015-11-24 Pedro Alves <palves@redhat.com>
13463
13464 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13465 use lowercase.
13466
c93e8391
SM
134672015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13468
13469 * gdb.trace/actions.c: Include trace-common.h.
13470 (main): Add a location for a fast tracepoint.
13471 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13472 the normal tracepoints.
13473 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13474
045ccf91
SM
134752015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13476
13477 * save-trace.exp: Factor out code to these...
13478 (gdb_save_tracepoints): New.
13479 (gdb_load_tracepoints): New.
13480 (do_save_load_test): New.
13481
5506f9f6
KB
134822015-11-23 Kevin Buettner <kevinb@redhat.com>
13483
13484 * gdb.base/asmlabel.exp: New test.
13485 * gdb.base/asmlabel.c: New test case.
13486
16c3b12f
JB
134872015-11-23 Joel Brobecker <brobecker@adacore.com>
13488
13489 * gdb.base/wrong_frame_bt_full-main.c: New file.
13490 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13491 * gdb.base/wrong_frame_bt_full.exp: New file.
13492
155bfbd3
JB
134932015-11-23 Joel Brobecker <brobecker@adacore.com>
13494
13495 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13496
bb097445
JM
134972015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13498
206853a0 13499 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13500 pstate register when comparing registers values in
13501 sparc64-*-linux-gnu targets to avoid spurious differences.
13502
9c88ed8f
JM
135032015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13504
206853a0 13505 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13506
96161e25
SL
135072015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13508
13509 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13510 as type argument to gdb_compile.
13511 * gdb.base/nested-subp2.exp: Likewise.
13512 * gdb.base/nested-subp3.exp: Likewise.
13513
340c2830
DV
135142015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13515
13516 * lib/dwarf.exp (_note): Fix left shift of negative value.
13517 * gdb.trace/trace-condition.exp: Likewise.
13518
c1862d0f
YQ
135192015-11-13 Yao Qi <yao.qi@linaro.org>
13520
13521 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13522 comments about d10v.
13523 (test_scalar_returns): Likewise.
13524 * gdb.base/d10v.ld: Remove.
13525 * gdb.base/overlays.exp: Remove the target triplet checking for
13526 d10v-*-*.
13527 * gdb.base/structs.exp (test_struct_returns): Remove the
13528 comments about d10v.
13529 (test_struct_calls): Likewise.
13530
77ae9c19
YQ
135312015-11-13 Yao Qi <yao.qi@linaro.org>
13532
13533 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13534 * gdb.base/gnu_vector.c: Don't include stdio.h.
13535 (main): Don't print res and call add_some_intvecs.
13536
430e004e
MK
135372015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13538
13539 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13540 macro.
13541 (func5): Removed.
13542 (func4): Use FAST_TRACEPOINT_LABEL.
13543 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13544 macro.
13545 (func): Removed.
13546 (thread_function): Use FAST_TRACEPOINT_LABEL.
13547 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13548 (func): Remove.
13549 (marker): Use FAST_TRACEPOINT_LABEL.
13550 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13551 (pendfunc1): Remove.
13552 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13553 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13554 (foo): Remove.
13555 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13556 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13557 macro.
13558 (func): Remove.
13559 (marker): Use FAST_TRACEPOINT_LABEL.
13560 * gdb.trace/trace-common.h: New header.
13561 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13562 macro.
13563 (func): Remove.
13564 (marker): Use FAST_TRACEPOINT_LABEL.
13565 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13566 (func): Remove.
13567 (thread_function): Use FAST_TRACEPOINT_LABEL.
13568
6e7675a7
MK
135692015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13570
13571 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13572 in front.
13573 * gdb.trace/change-loc.exp: Use global pcreg definition.
13574 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13575 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13576 in front.
13577 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13578 * gdb.trace/pending.exp: Likewise.
13579 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13580 * gdb.trace/trace-break.exp: Likewise.
13581 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13582 in front.
13583 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13584 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13585 in front.
13586 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13587
dddc0e16
JB
135882015-11-09 Joel Brobecker <brobecker@adacore.com>
13589
13590 * gdb.ada/fin_fun_out: New testcase.
13591
c6f0b406
KB
135922015-11-07 Kevin Buettner <kevinb@redhat.com>
13593
13594 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13595 value associated with DW_AT_byte_size.
13596 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13597 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13598 DW_AT_upper_bound.
13599
f01dcfd9
KB
136002015-11-07 Kevin Buettner <kevinb@redhat.com>
13601
13602 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13603 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13604 version.
13605 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13606 gdb.dwarf2/dw2-canonicalize-type.exp,
13607 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13608 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13609 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13610 provided by gdb_target_symbol_prefix_flags_asm.
13611 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13612 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13613 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13614 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13615 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13616 macros where needed). Use this macro for symbols which require
13617 the prefix provided by SYMBOL_PREFIX.
13618
2223449a
KB
136192015-11-05 Kevin Buettner <kevinb@redhat.com>
13620
13621 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13622 New procs.
13623 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13624 representing expressions, of more than one list element.
13625 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13626 to prepend linker symbol prefix to f.
13627 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13628 table_1 and table_2.
13629 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13630 Likewise, for f and g.
13631 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13632 for ptr.
13633 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13634 for main.
13635 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13636 table_1_ptr and table_2_ptr.
13637
6f2f1a3a
JK
136382015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13639 Joel Brobecker <brobecker@adacore.com>
13640
13641 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13642
566c56c9
MK
136432015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13644
13645 * gdb.reverse/s390-mvcle.c: New test.
13646 * gdb.reverse/s390-mvcle.exp: New file.
13647 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13648
d5f0636b
MK
136492015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13650
13651 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13652
7ad8b86c
MK
136532015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13654
13655 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13656 reaching marker2.
13657 * gdb.reverse/getresuid-reverse.exp: Likewise.
13658 * gdb.reverse/pipe-reverse.exp: Likewise.
13659 * gdb.reverse/readv-reverse.exp: Likewise.
13660 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13661 * gdb.reverse/time-reverse.exp: Likewise.
13662 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13663
4081c0f1
YQ
136642015-10-30 Yao Qi <yao.qi@linaro.org>
13665
13666 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13667 (empty_cycle): Remove.
13668 (main): Don't call empty_cycle. Don't use watch_count_done.
13669 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13670 empty_cycle. Rewrite the code counting HW watchpoints.
13671
452b4ba5
MK
136722015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13673
13674 * gdb.reverse/fstatat-reverse.c: New test.
13675 * gdb.reverse/fstatat-reverse.exp: New file.
13676 * gdb.reverse/getresuid-reverse.c: New test.
13677 * gdb.reverse/getresuid-reverse.exp: New file.
13678 * gdb.reverse/pipe-reverse.c: New test.
13679 * gdb.reverse/pipe-reverse.exp: New file.
13680 * gdb.reverse/readv-reverse.c: New test.
13681 * gdb.reverse/readv-reverse.exp: New file.
13682 * gdb.reverse/recvmsg-reverse.c: New test.
13683 * gdb.reverse/recvmsg-reverse.exp: New file.
13684 * gdb.reverse/time-reverse.c: New test.
13685 * gdb.reverse/time-reverse.exp: New file.
13686 * gdb.reverse/waitpid-reverse.c: New test.
13687 * gdb.reverse/waitpid-reverse.exp: New file.
13688
5e2e7507
JK
136892015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13690
13691 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13692
0fde2c53
DE
136932015-10-26 Doug Evans <dje@google.com>
13694
13695 PR symtab/17391
13696 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13697 * gdb.dwarf2/bad-regnum.c: New file.
13698 * gdb.dwarf2/bad-regnum.exp: New file.
13699
1a70ae97
DE
137002015-10-26 Doug Evans <dje@google.com>
13701
13702 PR python/18938
13703 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13704 file.
13705
27dc26ab
JK
137062015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13707
13708 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13709 for a change by "Mention language in compile error message".
13710
bed91f4d
SM
137112015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13712
13713 PR python/18073
13714 * gdb.python/py-type.c (C::a_method): New.
13715 (C::a_const_method): New.
13716 (C::a_static_method): New.
13717 (a_function): New.
13718 * gdb.python/py-type.exp (test_fields): Test getting fields
13719 from function and method.
13720
3f2f83dd
KB
137212015-10-21 Keven Boell <keven.boell@intel.com>
13722
13723 * gdb.fortran/vla-alloc-assoc.exp: New file.
13724 * gdb.fortran/vla-datatypes.exp: New file.
13725 * gdb.fortran/vla-datatypes.f90: New file.
13726 * gdb.fortran/vla-history.exp: New file.
13727 * gdb.fortran/vla-ptype-sub.exp: New file.
13728 * gdb.fortran/vla-ptype.exp: New file.
13729 * gdb.fortran/vla-sizeof.exp: New file.
13730 * gdb.fortran/vla-sub.f90: New file.
13731 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13732 * gdb.fortran/vla-value-sub-finish.exp: New file.
13733 * gdb.fortran/vla-value-sub.exp: New file.
13734 * gdb.fortran/vla-value.exp: New file.
13735 * gdb.fortran/vla-ptr-info.exp: New file.
13736 * gdb.mi/mi-vla-fortran.exp: New file.
13737 * gdb.mi/vla.f90: New file.
13738
27145d50
SL
137392015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13740
13741 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13742 of hardwired timeout value.
13743
5f3ff4f8
JK
137442015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13745 Pedro Alves <palves@redhat.com>
13746
13747 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13748 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13749
bfd09d20
JS
137502015-10-19 Josh Stone <jistone@redhat.com>
13751
13752 * gdb.base/catch-syscall.c: Include <sched.h>.
13753 (unknown_syscall): New variable.
13754 (main): Trigger a vfork and an unknown syscall.
13755 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13756 (unknown_syscall_number): Likewise.
13757 (check_call_to_syscall): Accept an optional syscall pattern.
13758 (check_return_from_syscall): Likewise.
13759 (check_continue): Likewise.
13760 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13761 (test_catch_syscall_skipping_return): New test toggling off 'catch
13762 syscall' to step over the syscall return, then toggling back on.
13763 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13764 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13765 (do_syscall_tests): Call test_catch_syscall_without_args and
13766 test_catch_syscall_mid_vfork.
13767 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13768 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13769
b32b93c6
AS
137702015-10-19 Andrew Stubbs <ams@codesourcery.com>
13771
13772 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13773 print g_vE): Add new pass patterns.
13774 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13775 print various symbol names for vptr fields.
13776
9d622bda
AB
137772015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13778
13779 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13780 results.
13781
0fd8ac1c
YQ
137822015-10-12 Yao Qi <yao.qi@linaro.org>
13783
13784 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13785
34240514
YQ
137862015-10-12 Yao Qi <yao.qi@linaro.org>
13787
13788 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13789 is aarch64*-*-linux*.
13790
8240f442
YQ
137912015-10-12 Yao Qi <yao.qi@linaro.org>
13792
13793 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13794 (can_relocate_bcond_true): ... it.
13795 (can_relocate_bcond_false): New function.
13796 (foo): Likewise.
13797 (can_relocate_bl): Likewise.
13798 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13799 can_relocate_bl.
13800
2520f728
PMR
138012015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13802
13803 * gdb.base/nested-addr.c: New file.
13804 * gdb.base/nested-addr.exp: New testcase.
13805
abcef95a
MM
138062015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13807
13808 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13809 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13810 its output. Ignore the output of "record goto begin" and instead
13811 check that GDB is replaying.
13812
145e3ddb
PA
138132015-10-09 Pedro Alves <palves@redhat.com>
13814
13815 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13816 (top level): Use it in the run with no args test.
13817
d5d8c4e1
IB
138182015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13819
13820 * gdb.dlang/properties.exp: New file.
13821
06e635ef
SL
138222015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13823
13824 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13825 whether or not address 0x1000 is mapped on the target.
13826
e019fd1d
SM
138272015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13828
13829 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13830 build.
13831
77ba2a67
MM
138322015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13833
13834 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13835 instruction-history test.
13836
c60eb31f
DE
138372015-09-28 Doug Evans <dje@google.com>
13838
13839 * gdb.base/gcore.c (array_func): Add reference to static_array.
13840
9a3c8263
SM
138412015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13842
13843 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13844 source line.
13845
9720e656
SL
138462015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13847
13848 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13849 short or char as base type.
13850
938d3bf2
SL
138512015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13852
13853 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13854 to allow any size enum.
13855
e6c2c623
PMR
138562015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13857
13858 * gdb.ada/array_ptr_renaming.exp: New testcase.
13859 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13860 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13861
06da0f77
PL
138622015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13863
13864 * gdb.trace/ftrace-lock.c: New file.
13865 * gdb.trace/ftrace-lock.exp: New file.
13866
4f51c22a
PL
138672015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13868
13869 * gdb.arch/insn-reloc.c: New file.
13870 * gdb.arch/ftrace-insn-reloc.exp: New file.
13871
7041adf4
PL
138722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13873
13874 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13875 instruction.
13876 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13877 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13878 * gdb.trace/range-stepping.c: Likewise.
13879 * gdb.trace/trace-break.c: Likewise.
13880 * gdb.trace/trace-mt.c (thread_function): Likewise.
13881 * gdb.trace/ftrace.c (marker): Likewise.
13882 * gdb.trace/trace-condition.c (marker): Likewise.
13883 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13884 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13885 is_aarch64_target.
13886
015d2e7e
DE
138872015-09-18 Doug Evans <xdje42@gmail.com>
13888
13889 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13890 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13891
26b188a2
SL
138922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13893
13894 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13895 the breakpoint.
13896
79dc332b
SL
138972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13898
13899 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13900 the pending breakpoint. Remove timeout override for "Run till
13901 MI pending breakpoint on pendfunc3 on thread 2" test.
13902
f57929f2
SL
139032015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13904
13905 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13906 filename pattern.
13907
3f469b17
SL
139082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13909
13910 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13911 in breakpoint filename pattern.
13912
515b89b3
SL
139132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13914
7800dbe4
SL
13915 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13916
139172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13918
515b89b3
SL
13919 * gdb.linespec/explicit.exp: Check for readline support for
13920 tab-completion tests. Fix obvious typo.
13921
d2939ba2
MM
139222015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13923
13924 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13925 and replay.
13926
cbb55fa7
MM
139272015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13928
13929 * gdb.btrace/non-stop.c: New.
13930 * gdb.btrace/non-stop.exp: New.
13931
43691ca1
PL
139322015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13933 Yao Qi <yao.qi@linaro.org>
13934
13935 * gdb.trace/trace-condition.c: New file.
13936 * gdb.trace/trace-condition.exp: New file.
13937
d78908cf
WW
139382015-09-16 Wei-cheng Wang <cole945@gmail.com>
13939
13940 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13941 for testing bytecode compilation.
13942
1ed415e2
PA
139432015-09-16 Pedro Alves <palves@redhat.com>
13944 Sandra Loosemore <sandra@codesourcery.com>
13945
13946 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13947 (SECONDS): Redefine.
13948 (main): Call pthread_kill and alarm early.
13949 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13950 support.
13951 (test): If the target can't hardware step and doesn't support
13952 displaced stepping, increase the timeout.
13953
d136eff5
PA
139542015-09-16 Pedro Alves <palves@redhat.com>
13955
13956 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13957 (enable_debug): New procedures.
13958 (test): Use them. Bail out if waiting for threads fails.
13959 (top level): Bail out if a test fails.
13960
991f019c
YQ
139612015-09-16 Yao Qi <yao.qi@linaro.org>
13962
13963 * gdb.asm/asm-source.exp: Set asm-arch for
13964 aarch64*-*-* target.
13965 * gdb.asm/aarch64.inc: New file.
13966
bfca584f
PMR
139672015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13968
13969 * gdb.ada/array_of_variable_length.exp: New testcase.
13970 * gdb.ada/array_of_variable_length/foo.adb: New file.
13971 * gdb.ada/array_of_variable_length/pck.adb: New file.
13972 * gdb.ada/array_of_variable_length/pck.ads: New file.
13973
b326e587
DE
139742015-09-15 Doug Evans <dje@google.com>
13975
13976 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13977 of function static local variable.
13978
5382cfab
PW
139792015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13980
13981 * gdb.threads/tls-so_extern.exp: New test file.
13982 * gdb.threads/tls-so_extern.c: New test file.
13983 * gdb.threads/tls-so_extern_main.c: New test file.
13984
141c5cc4
JK
139852015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13986
13987 * gdb.opt/solib-intra-step-lib.c: New file.
13988 * gdb.opt/solib-intra-step-main.c: New file.
13989 * gdb.opt/solib-intra-step.exp: New file.
13990
d15dcecd
PA
139912015-09-15 Pedro Alves <palves@redhat.com>
13992
13993 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13994 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13995
4c2f2a79
PA
139962015-09-14 Pedro Alves <palves@redhat.com>
13997
13998 * gdb.base/hook-stop-continue.c: Delete.
13999 * gdb.base/hook-stop-continue.exp: Delete.
14000 * gdb.base/hook-stop-frame.c: Delete.
14001 * gdb.base/hook-stop-frame.exp: Delete.
14002 * gdb.base/hook-stop.c: New file.
14003 * gdb.base/hook-stop.exp: New file.
14004
919e6dbe
PMR
140052015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14006
14007 * gdb.ada/access_to_packed_array.exp: New testcase.
14008 * gdb.ada/access_to_packed_array/foo.adb: New file.
14009 * gdb.ada/access_to_packed_array/pack.adb: New file.
14010 * gdb.ada/access_to_packed_array/pack.ads: New file.
14011
157280a4
MM
140122015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14013
14014 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14015 buffer size test.
14016
2fd33e94
DB
140172015-09-11 Don Breazeal <donb@codesourcery.com>
14018
14019 * gdb.base/foll-exec.c: Add copyright header. Fix
14020 formatting issues.
14021 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14022 (do_exec_tests): Use clean_restart in place of zap_session,
14023 and for test initialization. Fix formatting issues. Use
14024 fail in place of perror.
14025 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14026 an expect statement to match an expression with output from
14027 the program under debug.
14028 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14029 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14030 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14031 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14032 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14033
e70b6e8e
DE
140342015-09-09 Doug Evans <dje@google.com>
14035
14036 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14037
7a551a51
DE
140382015-09-09 Doug Evans <dje@google.com>
14039
14040 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14041
4c666f84
DE
140422015-09-09 Doug Evans <dje@google.com>
14043
14044 * gdb.base/savedregs.exp: Fix typo.
14045
243a9253
PA
140462015-09-09 Pedro Alves <palves@redhat.com>
14047
14048 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14049
c0fa8fbd
SL
140502015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14051
14052 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14053 command actually switches threads. Give up on remaining
14054 tests if target fails to stop at breakpoint.
14055
cd7c1778
PMR
140562015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14057
14058 * gdb.ada/funcall_char.exp: New testcase.
14059 * gdb.ada/funcall_char/foo.adb: New file.
14060
dc5c8746
PMR
140612015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14062
14063 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14064 expected outputs. Add two testcases for completing ambiguous
14065 functions.
14066 * gdb.ada/complete/aux_pck.adb: New file.
14067 * gdb.ada/complete/aux_pck.ads: New file.
14068 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14069 Ambiguous_Func functions.
14070 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14071 * gdb.ada/complete/pck.adb: Likewise.
14072
4e83a1e7
UW
140732015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14074
14075 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14076 failures to run the test program under GDB.
14077
8ce74153
LM
140782015-08-26 Luis Machado <lgustavo@codesourcery.com>
14079
14080 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14081 to C.
14082
e9756d52
PP
140832015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14084
14085 * gdb.base/run-after-attach.exp: New test file.
14086 * gdb.base/run-after-attach.c: New test file.
14087
8d37573b
DB
140882015-08-26 Don Breazeal <donb@codesourcery.com>
14089
14090 * gdb.base/foll-exec-2.c: New test program.
14091 * gdb.base/foll-exec-2.exp: New test.
14092
63e43d3a
PMR
140932015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14094
14095 * gdb.base/nested-subp1.exp: New file.
14096 * gdb.base/nested-subp1.c: New file.
14097 * gdb.base/nested-subp2.exp: New file.
14098 * gdb.base/nested-subp2.c: New file.
14099 * gdb.base/nested-subp3.exp: New file.
14100 * gdb.base/nested-subp3.c: New file.
14101
3d40fbb5
PA
141022015-08-24 Pedro Alves <palves@redhat.com>
14103
14104 * gdb.server/connect-without-multi-process.c: New file.
14105 * gdb.server/connect-without-multi-process.exp: New file.
14106
4422ac93
LM
141072015-08-24 Luis Machado <lgustavo@codesourcery.com>
14108
14109 * gdb.opt/inline-markers.c: Make z int.
14110
91dddb86
LM
141112015-08-24 Luis Machado <lgustavo@codesourcery.com>
14112
14113 * gdb.opt/inline-markers.c: Make z volatile.
14114
a48847ee
LM
141152015-08-24 Luis Machado <lgustavo@codesourcery.com>
14116
14117 * gdb.opt/inline-bt.c: New volatile global z.
14118 * gdb.opt/inline-cmds.c: Likewise.
14119 * gdb.opt/inline-locals.c: Likewise.
14120 * gdb.opt/inline-markers.c: New extern global z.
14121 (marker): Use z.
14122 (inline_fn): Likewise.
14123
0ebbc52b
PA
141242015-08-24 Pedro Alves <palves@redhat.com>
14125
14126 * config/m32r-stub.exp: Remove file.
14127 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14128 * gdb.base/call-rt-st.exp: Likewise.
14129 * gdb.base/call-strs.exp: Likewise.
14130 * gdb.base/default.exp: Remove references to h8300-*-hms and
14131 *-*-udi*.
14132 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14133
77c365df
AA
141342015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14135
14136 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14137 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14138 and "return" use KFAIL when GDB can not read/write the vector
14139 return value.
14140
4313b8c0
GB
141412015-08-21 Gary Benson <gbenson@redhat.com>
14142
14143 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14144
0e433b32
PA
141452015-08-20 Pedro Alves <palves@redhat.com>
14146
14147 * gdb.server/solib-list.exp: No longer expect an interior stop in
14148 non-stop mode.
14149
221e1a37
PA
141502015-08-20 Pedro Alves <palves@redhat.com>
14151
14152 * gdb.server/connect-stopped-target.c: New file.
14153 * gdb.server/connect-stopped-target.exp: New file.
14154
40e3ad0e
PA
141552015-08-20 Pedro Alves <palves@redhat.com>
14156
14157 * gdb.dwarf2/comp-unit-lang.exp: New file.
14158 * gdb.dwarf2/comp-unit-lang.c: New file.
14159
af39b327
PMR
141602015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14161
14162 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14163 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14164
7d45c7c3 141652015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14166
7d45c7c3
KB
14167 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14168 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14169
4d6cceb4
DE
141702015-08-18 Doug Evans <dje@google.com>
14171 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14172
14173 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14174 skip_python_tests. New arg prompt_regexp.
14175 (skip_python_tests): New function.
14176 * lib/mi-support.exp (mi_skip_python_tests): New function.
14177 * gdb.python/py-mi-objfile-gdb.py: New file.
14178 * gdb.python/py-mi-objfile.c: New file.
14179 * gdb.python/py-mi-objfile.exp: New file.
14180
ad89c2aa
KS
141812015-08-17 Keith Seitz <keiths@redhat.com>
14182
14183 * gdb.linespec/explicit.exp: Move strace test from here ...
14184 * gdb.trace/strace.exp: ... to here.
14185
e3ae3c43
PP
141862015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14187
14188 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14189 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14190
604b2636
DE
141912015-08-14 Doug Evans <xdje42@gmail.com>
14192
14193 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14194 inferior before selecting a new file.
14195
6ff0ba5f
DE
141962015-08-14 Doug Evans <xdje42@gmail.com>
14197
14198 * gdb.mi/mi-disassemble.exp: Update.
14199 * gdb.base/disasm-optim.S: New file.
14200 * gdb.base/disasm-optim.c: New file.
14201 * gdb.base/disasm-optim.h: New file.
14202 * gdb.base/disasm-optim.exp: New file.
14203
9ca98f92
KS
142042015-08-14 Keith Seitz <keiths@redhat.com>
14205
14206 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14207 "evaluated-by".
14208
52bbc560
JB
142092015-08-13 Joel Brobecker <brobecker@adacore.com>
14210
14211 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14212
5d8c3ed3
PMR
142132015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14214
14215 * gdb.ada/fun_renaming.exp: New testcase.
14216 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14217 * gdb.ada/fun_renaming/pack.adb: New file.
14218 * gdb.ada/fun_renaming/pack.ads: New file.
14219
ea8812bc
KS
142202015-08-12 Keith Seitz <keiths@redhat.com>
14221
14222 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14223 gdb_get_line_number.
14224
4dafcdeb
JB
142252015-08-12 Joel Brobecker <brobecker@adacore.com>
14226
14227 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14228 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14229 gdb.base/dso2dso.exp: New files.
14230
5ba32597
SDJ
142312015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14232 Pedro Alves <palves@redhat.com>
14233 Keith Seitz <keiths@redhat.com>
14234
14235 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14236 GDBFLAGS.
14237
b6dafabf
PP
142382015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14239
14240 * gdb.base/gdbhistsize-history.exp
14241 (test_histsize_history_setting): Use save_vars.
14242 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14243 Use save_vars.
14244 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14245 * gdb.base/readline.exp: Use save_vars.
14246
abe8e607
PP
142472015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14248
14249 * lib/gdb.exp (save_vars): New proc.
14250
629500fa
KS
142512015-08-11 Keith Seitz <keiths@redhat.com>
14252
14253 * gdb.base/help.exp: Update help_breakpoint_text.
14254
eb8c4e2e
KS
142552015-08-11 Keith Seitz <keiths@redhat.com>
14256
14257 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14258 (at toplevel): Call test_explicit_breakpoints.
14259 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14260 breakpoints.
14261 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14262 breakpoint conditions, "-cond".
14263
87f0e720
KS
142642015-08-11 Keith Seitz <keiths@redhat.com>
14265
14266 * gdb.linespec/3explicit.c: New file.
14267 * gdb.linespec/cpexplicit.cc: New file.
14268 * gdb.linespec/cpexplicit.exp: New file.
14269 * gdb.linespec/explicit.c: New file.
14270 * gdb.linespec/explicit.exp: New file.
14271 * gdb.linespec/explicit2.c: New file.
14272 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14273 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14274 before using in the matching pattern.
14275 Clarify that `prefix' is a regular expression.
14276
f00aae0f
KS
142772015-08-11 Keith Seitz <keiths@redhat.com>
14278
14279 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14280 test.
14281 Add tests for missing ",FMT" and ",".
14282
e27852be
DE
142832015-08-10 Doug Evans <dje@google.com>
14284 Keith Seitz <keiths@redhat.com>
14285
14286 PR gdb/17960
14287 * gdb.base/completion.exp: Add location completer tests.
14288
7f03bd92
PA
142892015-08-07 Pedro Alves <palves@redhat.com>
14290
14291 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14292 tests here.
14293 (top level): Run do_test with and without displaced stepping.
14294
3fc8eb30
PA
142952015-08-07 Pedro Alves <palves@redhat.com>
14296
14297 * gdb.base/valgrind-disp-step.c: New file.
14298 * gdb.base/valgrind-disp-step.exp: New file.
14299
d4569d7b
PA
143002015-08-07 Pedro Alves <palves@redhat.com>
14301
14302 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14303 Delete function.
14304 (main): Add alarm. Run an infinite loop instead of calling
14305 wait_threads.
14306 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14307 comment.
14308 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14309 Delete function.
14310 (main): Add alarm. Run an infinite loop instead of calling
14311 wait_threads.
14312 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14313 comment.
14314
e1316e60
PA
143152015-08-07 Pedro Alves <palves@redhat.com>
14316
14317 * gdb.base/checkpoint-ns.exp: New file.
14318 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14319 standard_testfile.
14320
da8c46d2
MM
143212015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14322
14323 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14324 * gdb.btrace/instruction_history.exp: Update.
14325 * gdb.btrace/tsx.exp: New.
14326 * gdb.btrace/tsx.c: New.
14327
de1c2c52
PA
143282015-08-06 Pedro Alves <palves@redhat.com>
14329
14330 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14331 increase timeout.
14332 * gdb.reverse/until-precsave.exp: Bump timeouts.
14333
782e0bf4
PA
143342015-08-06 Pedro Alves <palves@redhat.com>
14335
14336 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14337
83e97ed0
PA
143382015-08-06 Pedro Alves <palves@redhat.com>
14339
14340 PR gdb/18749
14341 * gdb.threads/process-dies-while-handling-bp.c: New file.
14342 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14343
863d01bd
PA
143442015-08-06 Pedro Alves <palves@redhat.com>
14345
14346 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14347 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14348
0a39bb32
PA
143492015-08-05 Pedro Alves <palves@redhat.com>
14350
14351 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14352 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14353
ee2d2b10
SL
143542015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14355
14356 * gdb.base/bp-permanent.exp: Report test as unsupported if
14357 the target cannot stop at the permanent breakpoint.
14358
4e1bdb00
DE
143592015-08-03 Doug Evans <dje@google.com>
14360
14361 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14362 10000.
14363
3d338901
DE
143642015-08-03 Doug Evans <dje@google.com>
14365
14366 * Makefile.in (workers/%.worker, build-perf): New rule.
14367 (GDB_PERFTEST_MODE): New variable.
14368 (check-perf): Use it.
14369 (clean): Clean up gdb.perf parallel build subdirs.
14370 * lib/build-piece.exp: New file.
14371 * lib/gdb.exp (make_gdb_parallel_path): New function
14372 (standard_output_file, standard_temp_file): Call it.
14373 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14374 of $GDB_PARALLEL.
14375 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14376
af061d3e
DE
143772015-08-03 Doug Evans <dje@google.com>
14378
8e1afc81 14379 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14380 (LOG_FILE_NAME): New global.
14381 (TextReporter.__init__): Initialize self.txt_sum.
14382 (TextReporter.report): Add support for multiple data-points.
14383 Move report to perftest.sum, put raw data in perftest.log.
14384 (TextReporter.start): Open sum and log files.
14385 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14386 * gdb.perf/lib/perftest/testresult.py
14387 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14388
2c8c5d37
PA
143892015-07-31 Pedro Alves <palves@redhat.com>
14390
14391 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14392 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14393 kill_wait_spawned_process instead of explicit "kill -9".
14394 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14395 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14396 kill_wait_spawned_process.
14397 * gdb.base/attach-twice.exp: Likewise.
14398 * gdb.base/attach.exp: Likewise.
14399 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14400 gdb_test_multiple.
14401 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14402 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14403 kill_wait_spawned_process.
14404 * gdb.base/valgrind-infcall.exp: Likewise.
14405 * gdb.multi/multi-attach.exp: Likewise.
14406 * gdb.python/py-prompt.exp: Likewise.
14407 * gdb.python/py-sync-interp.exp: Likewise.
14408 * gdb.server/ext-attach.exp: Likewise.
14409 * gdb.threads/attach-into-signal.exp (corefunc): Use
14410 spawn_wait_for_attach, spawn_id_get_pid and
14411 kill_wait_spawned_process.
14412 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14413 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14414 spawn_id_get_pid and kill_wait_spawned_process.
14415 * gdb.threads/attach-stopped.exp (corefunc): Use
14416 spawn_wait_for_attach, spawn_id_get_pid and
14417 kill_wait_spawned_process.
14418 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14419 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14420 kill_wait_spawned_process instead of explicit "kill -9".
14421 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14422 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14423 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14424 processes. Don't map cygwin/windows pids here. Now returns a
14425 spawn id list.
14426
032a0fca
SL
144272015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14428
14429 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14430 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14431 correct patch.
14432
61a934ca
SL
144332015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14434
14435 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14436
4bc4d428
SL
144372015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14438
14439 Reapply:
14440 2014-05-21 Mark Wielaard <mjw@redhat.com>
14441
14442 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14443
998d452a
PA
144442015-07-30 Pedro Alves <palves@redhat.com>
14445
14446 * linux-low.c (handle_extended_wait): Set the child's last
14447 reported status to TARGET_WAITKIND_STOPPED.
14448
69dde7dc
PA
144492015-07-30 Pedro Alves <palves@redhat.com>
14450
14451 PR threads/18600
14452 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14453 only shows inferior 1.
14454
4dd63d48
PA
144552015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14456 Pedro Alves <palves@redhat.com>
14457
14458 PR threads/18600
14459 * gdb.threads/fork-plus-threads.c: New file.
14460 * gdb.threads/fork-plus-threads.exp: New file.
14461
d618e4c5
PP
144622015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14463
14464 * gdb.base/batch-preserve-term-settings.exp
14465 (test_terminal_settings_preserved_after_cli_exit): Use
14466 send_quit_command.
14467
1eef6428
PA
144682015-07-29 Pedro Alves <palves@redhat.com>
14469 Don Breazeal <donb@codesourcery.com>
14470
14471 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14472 output from both inferior_spawn_id and gdb_spawn_id.
14473
7da5b897
SDJ
144742015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14475
14476 * gdb.threads/attach-into-signal.exp (corefunc): Use
14477 with_test_prefix on nested loops, uniquefying the test messages.
14478
dac804df
SDJ
144792015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14480
14481 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14482 commit.
14483
06265e53
PP
144842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14485
14486 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14487 New proc.
14488 (test_terminal_settings_preserved_after_sigterm): New test.
14489
18206ca3
PP
144902015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14491
14492 * gdb.base/batch-preserve-term-settings.exp
14493 (test_terminal_settings_preserved_after_cli_exit): New test.
14494
90074d11
PP
144952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14496
14497 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14498 manipulation of saved_gdbflags.
14499 (test_terminal_settings_preserved): Remove global declaration of
14500 the unused variable pagination_prompt. Remove manipulation of
14501 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14502 GDBFLAGS.
14503
eb1a7902
PA
145042015-07-29 Pedro Alves <palves@redhat.com>
14505
14506 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14507
8b75dd3b
PA
145082015-07-29 Pedro Alves <palves@redhat.com>
14509
14510 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14511 at the top.
14512
dedad4e3
PA
145132015-07-29 Pedro Alves <palves@redhat.com>
14514
14515 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14516 (main): Call gdb_unbuffer_output.
14517 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14518 (main): Call gdb_unbuffer_output.
14519 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14520 (main): Call gdb_unbuffer_output.
14521 * gdb.base/call-strs.exp: Adjust to step over the
14522 gdb_unbuffer_output call.
14523 * gdb.base/catch-gdb-caused-signals.c: Include
14524 "../lib/unbuffer_output.c".
14525 (main): Call gdb_unbuffer_output.
14526 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14527 (main): Call gdb_unbuffer_output.
14528 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14529 (main): Call gdb_unbuffer_output.
14530 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14531 (main): Call gdb_unbuffer_output.
14532 * gdb.base/shlib-call.exp: Adjust to step over the
14533 gdb_unbuffer_output call.
14534 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14535 (main): Call gdb_unbuffer_output.
14536 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14537 (main): Call gdb_unbuffer_output.
14538 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14539 (main): Rename to ...
14540 (test): ... this.
14541 (main): Reimplement.
14542 * gdb.base/varargs.exp: Run to test instead of to main.
14543 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14544 (main): Call gdb_unbuffer_output.
14545
58789a91
PA
145462015-07-29 Pedro Alves <palves@redhat.com>
14547
14548 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14549 factore out from mi_continue_dprintf. For call-style dprintfs,
14550 expect dprintf output out of $inferior_spawn_id.
14551 (mi_continue_dprintf): Use mi_expect_dprintf.
14552 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14553 (main): Call gdb_unbuffer_output.
14554
e8376742
PA
145552015-07-29 Pedro Alves <palves@redhat.com>
14556
14557 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14558 (default_mi_gdb_start): Set inferior_spawn_id instead of
14559 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14560 gdb_spawn_id.
14561 (mi_gdb_test): Always expect inferior output from both
14562 $inferior_spawn_id and $gdb_spawn_id.
14563
08280010
PA
145642015-07-29 Pedro Alves <palves@redhat.com>
14565
14566 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14567 send_inferior and $inferior_spawn_id.
14568
4d30e432
PA
145692015-07-29 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.gdb/complaints.exp (test_initial_complaints)
14572 (test_serial_complaints, test_short_complaints): Use
14573 gdb_test_stdio.
14574 (test_empty_complaint): Handle $inferior_spawn_id !=
14575 $gdb_spawn_id.
14576
0d30a335
PA
145772015-07-29 Pedro Alves <palves@redhat.com>
14578
14579 * gdb.base/varargs.exp: Use gdb_test_stdio.
14580
39413b29
PA
145812015-07-29 Pedro Alves <palves@redhat.com>
14582
14583 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14584
7cb000a9
PA
145852015-07-29 Pedro Alves <palves@redhat.com>
14586
14587 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14588
d7b8ac82
PA
145892015-07-29 Pedro Alves <palves@redhat.com>
14590
14591 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14592 parameter into two new parameters, "inf_result" and "gdb_result".
14593 Expect inferior output and gdb output from $inferior_spawn_id and
14594 $gdb_spawn_id, respectively. Adjust all callers.
14595
789c3a0c
PA
145962015-07-29 Pedro Alves <palves@redhat.com>
14597
14598 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14599 of gdb_test_sequence.
14600
77e760c3
PA
146012015-07-29 Pedro Alves <palves@redhat.com>
14602
14603 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14604 (saw_spurious_output): Expect inferior output from
14605 $inferior_spawn_id. Use gdb_test_stdio.
14606
8396d2cd
PA
146072015-07-29 Pedro Alves <palves@redhat.com>
14608
14609 * gdb.base/dprintf.exp: Use standard_testfile. Change
14610 prepare_for_testing call.
14611 (srcfile): Don't set.
14612 (restart): New procedure.
14613 (test_dprintf): New procecure, use to continue over dprintfs.
14614 (test_call, test_agent): New procedures, tests moved here.
14615 Restart gdb and recreate dprintfs. Adjust expected output.
14616
2051d61f
PA
146172015-07-29 Pedro Alves <palves@redhat.com>
14618
14619 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14620
452397af
PA
146212015-07-29 Pedro Alves <palves@redhat.com>
14622
14623 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14624
8aed9555
PA
146252015-07-29 Pedro Alves <palves@redhat.com>
14626
14627 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14628 gdb_test_stdio.
14629
188a61b4
PA
146302015-07-29 Pedro Alves <palves@redhat.com>
14631
14632 * lib/gdb.exp (gdb_test_stdio): New procedure.
14633
12264a45
PA
146342015-07-29 Pedro Alves <palves@redhat.com>
14635
14636 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14637
23ffc893
PA
146382015-07-29 Pedro Alves <palves@redhat.com>
14639
14640 * gdb.base/call-signal-resume.exp: Remove check for
14641 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14642 * gdb.base/unwindonsignal.exp: Likewise.
14643 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14644 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14645
65566918
PA
146462015-07-29 Pedro Alves <palves@redhat.com>
14647
14648 * gdb.base/siginfo-addr.c (pass): New function.
14649 (handler): Call it iff si_addr is correct.
14650 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14651 Set a breakpoint at "pass" and continue to it.
14652
d60a9221
SDJ
146532015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14654
14655 * gdb.python/py-objfile.exp: Make some tests have unique names.
14656 * gdb.python/py-pp-registration.exp: Likewise.
14657
bde40b8f
PA
146582015-07-28 Pedro Alves <palves@redhat.com>
14659
14660 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14661
13e1dec8
SM
146622015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14663
14664 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14665
da33c9a7
SM
146662015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14667
14668 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14669
077836f7
PP
146702015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14671
14672 * gdb.base/gdb-sigterm-2.exp: New test.
14673
b8cc7b2e
DE
146742015-07-25 Doug Evans <xdje42@gmail.com>
14675
14676 Revert:
14677 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14678 (workers/%.worker, build-perf): New rule.
14679 (GDB_PERFTEST_MODE): New variable.
14680 (check-perf): Use it.
14681 (clean): Clean up gdb.perf parallel build subdirs.
14682 * lib/build-piece.exp: New file.
14683 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14684 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14685 name.
14686 (standard_temp_file): Ditto.
14687 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14688 of $GDB_PARALLEL.
14689
c8bd4544
DE
146902015-07-24 Doug Evans <dje@google.com>
14691
14692 * gdb.perf/lib/perftest/utils.py: New file.
14693 * gdb.perf/gm-hello.cc: New file.
14694 * gdb.perf/gm-pervasive-typedef.cc: New file.
14695 * gdb.perf/gm-pervasive-typedef.h: New file.
14696 * gdb.perf/gm-std.cc: New file.
14697 * gdb.perf/gm-std.h: New file.
14698 * gdb.perf/gm-use-cerr.cc: New file.
14699 * gdb.perf/gm-utils.h: New file.
14700 * gdb.perf/gmonster-null-lookup.py: New file.
14701 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14702 * gdb.perf/gmonster-print-cerr.py: New file.
14703 * gdb.perf/gmonster-ptype-string.py: New file.
14704 * gdb.perf/gmonster-runto-main.py: New file.
14705 * gdb.perf/gmonster-select-file.py: New file.
14706 * gdb.perf/gmonster1-null-lookup.exp: New file.
14707 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14708 * gdb.perf/gmonster1-print-cerr.exp: New file.
14709 * gdb.perf/gmonster1-ptype-string.exp: New file.
14710 * gdb.perf/gmonster1-runto-main.exp: New file.
14711 * gdb.perf/gmonster1-select-file.exp: New file.
14712 * gdb.perf/gmonster1.cc: New file.
14713 * gdb.perf/gmonster1.exp: New file.
14714 * gdb.perf/gmonster2-null-lookup.exp: New file.
14715 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14716 * gdb.perf/gmonster2-print-cerr.exp: New file.
14717 * gdb.perf/gmonster2-ptype-string.exp: New file.
14718 * gdb.perf/gmonster2-runto-main.exp: New file.
14719 * gdb.perf/gmonster2-select-file.exp: New file.
14720 * gdb.perf/gmonster2.cc: New file.
14721 * gdb.perf/gmonster2.exp: New file.
14722
6eab34f3
DE
147232015-07-24 Doug Evans <dje@google.com>
14724
14725 * gdb.perf/README: New file.
14726 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14727 * lib/gen-perf-test.exp: New file.
14728
63738bfd
DE
147292015-07-24 Doug Evans <dje@google.com>
14730
14731 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14732 (PerfTest::startup): New function.
14733 (PerfTest::run): Return result of calling body.
14734 (PerfTest::assemble): Rewrite.
14735 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14736 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14737 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14738 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14739 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14740
7b606f95
DE
147412015-07-24 Doug Evans <dje@google.com>
14742
14743 * lib/gdb.exp (clean_restart): Make executable optional.
14744
a97b16b8
DE
147452015-07-24 Doug Evans <dje@google.com>
14746
14747 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14748 compiler_info references.
14749 * gdb.cp/temargs.exp: Ditto.
14750 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14751 (get_compiler_info): Early exit if already computed. Set compiler_info
14752 to "unknown" if there was a problem.
14753 (test_compiler_info): Add function comment. Call get_compiler_info.
14754
35baa57f
DE
147552015-07-24 Doug Evans <dje@google.com>
14756
14757 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14758 (workers/%.worker, build-perf): New rule.
14759 (GDB_PERFTEST_MODE): New variable.
14760 (check-perf): Use it.
14761 (clean): Clean up gdb.perf parallel build subdirs.
14762 * lib/build-piece.exp: New file.
14763 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14764 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14765 name.
14766 (standard_temp_file): Ditto.
14767 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14768 of $GDB_PARALLEL.
14769
6ebea266
DE
147702015-07-24 Doug Evans <dje@google.com>
14771
14772 * lib/future.exp (gdb_default_target_compile): New option
14773 "early_flags".
14774 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14775 --as-needed.
14776
1e76a7e9
SDJ
147772015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14778
14779 * gdb.base/catch-syscall.exp: Call gdb_exit before
14780 gdb_skip_xml_test.
14781
5068630a
PA
147822015-07-24 Pedro Alves <palves@redhat.com>
14783
14784 * gdb.python/py-events.exp: Accept output between the stop event
14785 and the prompt.
14786 * gdb.python/py-evsignal.exp: Likewise.
14787 * gdb.python/py-evthreads.exp: Likewise.
14788
77598427
PA
147892015-07-24 Pedro Alves <palves@redhat.com>
14790
14791 PR gdb/18717
14792 * gdb.threads/non-ldr-exit.c: New file.
14793 * gdb.threads/non-ldr-exit.exp: New file.
14794
11e6c98f
YQ
147952015-07-24 Yao Qi <yao.qi@linaro.org>
14796
14797 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14798 restarting process.
14799
51aee833
YQ
148002015-07-24 Yao Qi <yao.qi@linaro.org>
14801
14802 * gdb.server/ext-restart.exp: New file.
14803
8cfe207c
YQ
148042015-07-24 Yao Qi <yao.qi@linaro.org>
14805
14806 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14807 argument options.
14808 * gdb.server/ext-wrapper.exp: New file.
14809
cc12ce38
DE
148102015-07-23 Doug Evans <dje@google.com>
14811
14812 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14813 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14814
d0d84780
PMR
148152015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14816
14817 * gdb.ada/var_arr_typedef.exp: New testcase.
14818 * gdb.ada/var_arr_typedef/pack.adb: New file.
14819 * gdb.ada/var_arr_typedef/pack.ads: New file.
14820 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14821
8b558f79
JB
148222015-07-20 Joel Brobecker <brobecker@adacore.com>
14823
14824 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14825
775a3298
JK
148262015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14827
14828 * gdb.arch/i386-biarch-core.exp: Replace istarget
14829 by "complete set gnutarget". Remove expectation for the "core-file"
14830 command.
14831
db1ff28b
JK
148322015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14833
14834 Revert the previous commit:
14835 Tests for validate symbol file using build-id.
14836
0a94970d
JK
148372015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14838
14839 Tests for validate symbol file using build-id.
14840 * gdb.base/solib-mismatch-lib.c: New file.
14841 * gdb.base/solib-mismatch-libmod.c: New file.
14842 * gdb.base/solib-mismatch.c: New file.
14843 * gdb.base/solib-mismatch.exp: New file.
14844
03346981
SL
148452015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14846
14847 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14848 nios2-*-linux*.
14849 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14850 * gdb.base/siginfo.exp: Likewise.
14851 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14852
42422cc7
PL
148532015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14854
14855 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14856 Move it to ...
14857 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14858 ... here.
14859 * gdb.trace/range-stepping.exp: Check that the target supports
14860 range stepping.
14861
cfa68bae
JK
148622015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14863
14864 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14865
8ffdba26
PA
148662015-07-14 Pedro Alves <palves@redhat.com>
14867
14868 * gdb.base/killed-outside.exp: New file.
14869 * gdb.base/killed-outside.c: New file.
14870
218a5a11
JK
148712015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14872
14873 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14874 (n at main): New.
14875 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14876
e03ed3c6
AA
148772015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14878
14879 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14880 infcall tests instead of setting up for KFAIL.
14881
485668e5
MM
148822015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14883
14884 * gdb.btrace/record_goto-step.exp: New.
14885
08464196
JK
148862015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14887
14888 PR compile/18484
14889 * gdb.compile/compile.c (struct struct_type): Add volatile to
14890 selffield's type.
14891 * gdb.compile/compile.exp
14892 (compile code struct_object.selffield = &struct_object): Skip further
14893 struct_object tests if this one xfails.
14894
bcf5c1d9
RC
148952015-07-08 Robert O'Callahan <robert@ocallahan.org>
14896
14897 PR exp/18617
14898 * gdb.trace/ax.exp: Add test.
14899
4931af25
YQ
149002015-07-07 Yao Qi <yao.qi@linaro.org>
14901
14902 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14903 instead of istarget "aarch64*-*-*".
14904 * gdb.arch/aarch64-fp.exp: Likewise.
14905 * gdb.base/float.exp: Likewise.
14906 * gdb.reverse/aarch64.exp: Likewise.
14907 * lib/gdb.exp (is_aarch64_target): New proc.
14908
9fcf688e
YQ
149092015-07-07 Yao Qi <yao.qi@linaro.org>
14910
14911 * lib/gdb.exp (is_aarch32_target): New proc.
14912 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14913 instead of "istarget "arm*-*-*"".
14914 * gdb.arch/arm-disp-step.exp: Likewise.
14915 * gdb.arch/thumb-bx-pc.exp: Likewise.
14916 * gdb.arch/thumb-prologue.exp: Likewise.
14917 * gdb.arch/thumb-singlestep.exp: Likewise.
14918 * gdb.base/disp-step-syscall.exp: Likewise.
14919 * gdb.base/float.exp: Likewise.
14920
fbd8d50d
YQ
149212015-07-07 Yao Qi <yao.qi@linaro.org>
14922
14923 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14924 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14925
71be1fdc
YQ
149262015-07-07 Yao Qi <yao.qi@linaro.org>
14927
14928 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14929 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14930 if it exists.
14931 * gdb.multi/multi-arch.exp: Likewise.
14932
3e221d36
SM
149332015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14934
14935 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14936 print.
14937
d441430b
YQ
149382015-07-07 Yao Qi <yao.qi@linaro.org>
14939
14940 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14941
06f810bd
MG
149422015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14943
14944 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14945 '[' and ']' characters.
14946
5e61e7c0
IB
149472015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14948
14949 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14950
28bf096c
PA
149512015-06-29 Pedro Alves <palves@redhat.com>
14952
14953 PR threads/18127
14954 * gdb.threads/hand-call-new-thread.c: New file.
14955 * gdb.threads/hand-call-new-thread.c: New file.
14956
ee93cd5e
KS
149572015-06-26 Keith Seitz <keiths@redhat.com>
14958 Doug Evans <dje@google.com>
14959
14960 PR 16253
14961 * gdb.cp/var-tag-2.cc: New file.
14962 * gdb.cp/var-tag-3.cc: New file.
14963 * gdb.cp/var-tag-4.cc: New file.
14964 * gdb.cp/var-tag.cc: New file.
14965 * gdb.cp/var-tag.exp: New file.
14966
fc637f04
PP
149672015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14968
14969 * gdb.base/history-duplicates.exp: New test.
14970
2e52ae68
PP
149712015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14972
14973 * gdb.base/completion.exp: Test the completion of the "focus"
14974 command.
14975
6e22494e
JK
149762015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14977
14978 * gdb.arch/amd64-prologue-skip.S: New file.
14979 * gdb.arch/amd64-prologue-skip.exp: New file.
14980
bf7b9cd9
SM
149812015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14982
14983 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14984 is_address_zero_readable check.
14985
201e8dfd
PB
149862015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14987
14988 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14989 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14990
5cd867b4
YQ
149912015-06-24 Yao Qi <yao.qi@linaro.org>
14992
14993 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14994 linux targets.
14995
4d7be007
YQ
149962015-06-24 Yao Qi <yao.qi@linaro.org>
14997
14998 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14999 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15000 * gdb.base/siginfo-thread.exp: Likewise.
15001
07fcd301
YQ
150022015-06-22 Yao Qi <yao.qi@linaro.org>
15003
15004 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15005
52042a00
YQ
150062015-06-22 Yao Qi <yao.qi@linaro.org>
15007
15008 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15009 aarch64*-*-*.
15010 (skip_hw_watchpoint_tests): Likewise.
15011
74bd41ce
PP
150122015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15013
15014 * gdb.base/gdbinit-history.exp: Test the interaction between
15015 setting GDBHISTSIZE and setting the history size via .gdbinit.
15016
bc460514
PP
150172015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15018
15019 PR gdb/16999
15020 * gdb.base/gdbhistsize-history.exp: New test.
15021
b58c513b
PP
150222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15023
15024 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15025 with GDBHISTSIZE.
15026 * gdb.base/readline.exp: Likewise.
15027
92046791
YQ
150282015-06-17 Yao Qi <yao.qi@linaro.org>
15029
15030 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15031 line.
15032
2093d2d3
PP
150332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15034
15035 * gdb.base/gdbinit-history.exp: Add test case to check that
15036 an unlimited history file does not get truncated on exit.
15037
e6c693af
AA
150382015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15039
15040 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15041 (VECTOR): New macro. Use it...
15042 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15043 ...for these typedefs.
15044 (int8, char1, int1, double1): New typedefs.
15045 (struct just_int2, struct two_int2): New structures.
15046 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15047 (add_structvecs, add_singlevecs): New functions.
15048 (main): Call add_some_intvecs twice.
15049 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15050 the compile and exit upon failure. Try compiling for the "native"
15051 architecture. Test inferior function calls with vector arguments
15052 and vector return value handling with "finish" and "return".
15053
c74f7d1c
JT
150542015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15055
15056 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15057 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15058 PE file.
15059 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15060
98aa42ee
AT
150612015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15062
15063 PR breakpoints/16465
15064 * gdb.mi/mi-dprintf-pending.c: New file.
15065 * gdb.mi/mi-dprintf-pending.exp: New test.
15066 * gdb.mi/mi-dprintf-pendshr.c: New file.
15067
7d73c23c 150682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15069 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15070
15071 * gdb.arch/i386-mpx-map.c: New file.
15072 * gdb.arch/i386-mpx-map.exp: New File.
15073
150742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15075
15076 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15077 * gdb.arch/i386-mpx.exp: Indentation fixed.
15078
150792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15080
15081 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15082 function and improved indentation.
15083 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15084 gdb_test_multiple. Added additional tests to skip the test.
15085
150862015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15087
15088 * gdb.arch/i386-avx512.c: Change path in include file.
15089 * gdb.arch/i386-avx512.exp: Change include dir path
15090 compilation flag.
15091 * gdb.arch/i386-mpx.c: Change path in include file.
15092 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15093 flag.
15094
d5eba19a
JK
150952015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15096
15097 * gdb.compile/compile-print.exp (compile print *vararray@3)
15098 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15099
7f361056
JK
151002015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15101
15102 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15103 (do not keep jit in memory): ... this.
15104 (expect 5): Change it to ...
15105 (expect no 5): ... this.
15106
3b462ec2
SM
151072015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15108
15109 PR gdb/15564
15110 * gdb.mi/mi-detach.exp: New file.
15111
e0619de6
JK
151122015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15113
15114 PR symtab/18392
15115 * gdb.arch/amd64-tailcall-self.S: New file.
15116 * gdb.arch/amd64-tailcall-self.c: New file.
15117 * gdb.arch/amd64-tailcall-self.exp: New file.
15118
e970cb34
DB
151192015-05-28 Don Breazeal <donb@codesourcery.com>
15120
15121 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15122 tests for remote targets by checking is_target_gdbserver.
15123
b2e2f908
DE
151242015-05-27 Doug Evans <dje@google.com>
15125
15126 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15127 * gdb.dwarf2/opaque-type-lookup.c: New file.
15128 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15129
82c7be31
DE
151302015-05-26 Doug Evans <dje@google.com>
15131
15132 * gdb.cp/iostream.cc: New file.
15133 * gdb.cp/iostream.exp: New file.
15134
b4f54984
DE
151352015-05-26 Doug Evans <dje@google.com>
15136
15137 * gdb.dwarf2/dw2-op-call.exp: Update.
15138 * gdb.dwarf2/dw4-sig-types.exp: Update.
15139 * gdb.dwarf2/implptr.exp: Update.
15140 * gdb.mi/mi-cmd-param-changed.exp: Update.
15141
4ea6efe9
DE
151422015-05-26 Doug Evans <dje@google.com>
15143
15144 * gdb.python/py-lazy-string.c: New file.
15145 * gdb.python/py-lazy-string.exp: New file.
15146 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15147 (main): Update. Add estring3.
15148 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15149 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15150
f6bb7db3
YQ
151512015-05-26 Omair Javaid <omair.javaid@linaro.org>
15152 Yao Qi <yao.qi@linaro.org>
15153
15154 * gdb.reverse/aarch64.c: New.
15155 * gdb.reverse/aarch64.exp: New.
15156
a81bfbd0
OJ
151572015-05-26 Omair Javaid <omair.javaid@linaro.org>
15158
25d49b86
PA
15159 * lib/gdb.exp (supports_process_record): Return true for
15160 aarch64*-linux*.
a81bfbd0
OJ
15161 (supports_reverse): Likewise.
15162
158bf1b4
PP
151632015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15164
15165 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15166 Use with_test_prefix.
15167
a0145030
AB
151682015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15169
15170 * gdb.base/completion.exp: Add test for completion of layout
15171 names.
15172
ebe3b578
AB
151732015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15174
15175 * lib/gdb.exp (skip_tui_tests): New proc.
15176 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15177
84204ed7
PA
151782015-05-19 Pedro Alves <palves@redhat.com>
15179
15180 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15181 Save the whole env array instead of just HOME. Unset HISTSIZE in
15182 the environment while testing. Restore whole environment
15183 afterwards.
15184
37442ce1
DE
151852015-05-16 Doug Evans <xdje42@gmail.com>
15186
15187 * gdb.guile/scm-ports.c: New file.
15188 * gdb.guile/scm-ports.exp: Add memory port tests.
15189
36de76f9
JK
151902015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15191
15192 * gdb.compile/compile-print.c: New file.
15193 * gdb.compile/compile-print.exp: New file.
15194
3a9558c4
JK
151952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15196
15197 * gdb.compile/compile-ops.exp: Cast param to void.
15198 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15199 (compile code struct_object.selffield = &struct_object): Add xfail.
15200
aa715135
JG
152012015-05-15 Joel Brobecker <brobecker@adacore.com>
15202
15203 * gdb.ada/arr_enum_with_gap: New testcase.
15204
931e5bc3
JG
152052015-05-15 Joel Brobecker <brobecker@adacore.com>
15206
15207 * gdb.ada/byte_packed_arr: New testcase.
15208
9cd4d857
JB
152092015-05-15 Joel Brobecker <brobecker@adacore.com>
15210
15211 * gdb.ada/pckd_neg: New testcase.
15212
ebfd00d2
PP
152132015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15214
15215 PR gdb/17820
15216 * gdb.base/gdbinit-history.exp: New test.
15217 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15218 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15219
4c082a81
SC
152202015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15221
15222 * gdb.python/py-xmethods.cc: Enhance test case.
15223 * gdb.python/py-xmethods.exp: New tests.
15224 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15225 function.
15226 (B_indexoper): Likewise.
15227 (global_dm_list) : Add new xmethod worker functions.
15228
f7797074
SDJ
152292015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15230
15231 * gdb.base/coredump-filter.exp: Correctly unset
15232 "coredump_var_addr" array.
15233
a4674e4e
PA
152342015-05-08 Pedro Alves <palves@redhat.com>
15235
15236 * gdb.server/non-existing-program.exp: Unset spawn_id.
15237
df2eb078
SC
152382015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15239
15240 PR python/18291
15241 * gdb.python/py-xmethods.exp: Add tests.
15242
422349a3
YQ
152432015-05-08 Yao Qi <yao.qi@linaro.org>
15244
15245 PR gdb/18208
15246 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15247 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15248 function set_coredump_filter, and remove remote_exec call.
15249 Remove argument ipid. Callers update.
15250 (top level): Don't get inferior's PID.
15251
63fc80ce
AA
152522015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15253
15254 * gdb.base/watch_thread_num.exp: Skip test on targets without
15255 access watchpoints.
15256
80ad801e
PA
152572015-05-06 Pedro Alves <palves@redhat.com>
15258
15259 PR server/18081
15260 * gdb.server/non-existing-program.exp: New file.
15261
0fa7fe50
JB
152622015-05-05 Joel Brobecker <brobecker@adacore.com>
15263
15264 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15265
3ea89b92
PMR
152662015-05-05 Joel Brobecker <brobecker@adacore.com>
15267
15268 * gdb.ada/out_of_line_in_inlined: New testcase.
15269
87b8eff0
JB
152702015-05-05 Joel Brobecker <brobecker@adacore.com>
15271
15272 * gdb.ada/var_rec_arr: New testcase.
15273
5fccc635
YQ
152742015-04-30 Yao Qi <yao.qi@linaro.org>
15275
15276 * gdb.base/break-idempotent.exp: If
15277 skip_hw_watchpoint_multi_tests returns true, skip the tests
15278 on "rwatch" and "awatch".
15279
42d38f42
YQ
152802015-04-30 Yao Qi <yao.qi@linaro.org>
15281
15282 * gdb.base/relativedebug.exp: Invoke gdb command
15283 "info sharedlibrary", and if libc.so doesn't have debug info,
15284 skip the test.
15285
2ce1cdbf
DE
152862015-04-29 Doug Evans <dje@google.com>
15287
15288 * gdb.python/py-xmethods.exp: Add ptype tests.
15289 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15290 get_result_type method.
15291
f24a38c5
LM
152922015-04-29 Luis Machado <lgustavo@codesourcery.com>
15293
15294 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15295 the target does not support hardware watchpoints.
15296
ecbf2b3c
LM
152972015-04-29 Luis Machado <lgustavo@codesourcery.com>
15298
15299 * gdb.base/break-always.exp: Abort testing if writing to memory
15300 causes an error.
15301
34f5f757
DE
153022015-04-28 Doug Evans <dje@google.com>
15303
15304 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15305 * gdb.python/py-pp-registration.exp: ... here. New file.
15306 * gdb.python/py-pp-registration.c: New file.
15307 * gdb.python/py-pp-registration.py: New file.
15308
69b4374a
DE
153092015-04-28 Doug Evans <dje@google.com>
15310
15311 * gdb.python/py-bad-printers.c: New file.
15312 * gdb.python/py-bad-printers.py: New file.
15313 * gdb.python/py-bad-printers.exp: New file.
15314
59fb7612
SS
153152015-04-28 Sasha Smundak <asmundak@google.com>
15316
15317 * gdb.python/py-type.exp: New test.
15318
2631b16a
AW
153192015-04-28 Andy Wingo <wingo@igalia.com>
15320
15321 * gdb.python/py-parameter.exp:
15322 * gdb.guile/scm-parameter.exp: Escape the path that we are
15323 matching against, as it might contain characters that are special
15324 to regular expressions.
15325
460efde1
JB
153262015-04-27 Joel Brobecker <brobecker@adacore.com>
15327
15328 * gdb.ada/rec_comp: New testcase.
15329
2d369d8e
SDJ
153302015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15331
15332 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15333 before using it.
15334
cf75d6c3
AB
153352015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15336
15337 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15338 new tests for verilog output.
15339
8dbe7ca5
YQ
153402015-04-24 Yao Qi <yao.qi@linaro.org>
15341
15342 * boards/remote-gdbserver-on-localhost.exp: New file.
15343
4ef9fb2f
PA
153442015-04-23 Pedro Alves <palves@redhat.com>
15345
15346 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15347 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15348 "end of file", remove $inferior_spawn_id from the indirect list.
15349
0a803169
PA
153502015-04-23 Pedro Alves <palves@redhat.com>
15351
15352 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15353
749ef8f8
PA
153542015-04-23 Pedro Alves <palves@redhat.com>
15355
15356 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15357 on $any_spawn_id instead of only on $gdb_spawn_id.
15358
8aae4344
PM
153592015-04-21 Pierre Muller <muller@sourceware.org>
15360
15361 PR pascal/17815
15362 * lib/pascal.exp (gpc_compile): Add new option "class".
15363 (fpc_compile): Likewise.
15364 * gdb.pascal/case-insensitive-symbols.pas: New file.
15365 * gdb.pascal/case-insensitive-symbols.exp: New file.
15366
1586c8fb
GB
153672015-04-20 Gary Benson <gbenson@redhat.com>
15368
15369 * gdb.base/attach.exp: Fix three extended remote failures.
15370
1b6e6f5c
GB
153712015-04-17 Gary Benson <gbenson@redhat.com>
15372
15373 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15374 the main executable over the remote protocol.
15375
e797481d
PA
153762015-04-16 Pedro Alves <palves@redhat.com>
15377
15378 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15379 a new gdbserver if gdbserver_reconnect_p is set.
15380
1ca99c42
PA
153812015-04-16 Pedro Alves <palves@redhat.com>
15382
15383 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15384 is set, don't exit gdbserver.
15385
af9fd6f8
AA
153862015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15387
15388 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15389 appropriate .insn, such that an older assembler can be used.
15390 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15391 the z/Architecture instruction set on 31-bit targets as well.
15392
04ff1e61
AA
153932015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15394
15395 * gdb.go/handcall.exp: Remove all logic related to the first
15396 breakpoint and rely on go_runto_main instead.
15397 * gdb.go/strings.exp: Likewise.
15398 * gdb.go/unsafe.exp: Likewise.
15399 * gdb.go/hello.exp: Likewise. Also rename the remaining
15400 breakpoint marker to "breakpoint 1".
15401 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15402 * gdb.go/strings.go: Likewise.
15403 * gdb.go/unsafe.go: Likewise.
15404 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15405 "set breakpoint 2 here" and rename the remaining breakpoint marker
15406 to "breakpoint 1".
15407
40d2f8d6
SM
154082015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15409
15410 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15411 if itertools.imap is not present.
15412 * gdb.python/py-objfile.exp: Add parentheses.
15413 * gdb.python/py-type.exp: Same.
15414 * gdb.python/py-unwind-maint.py: Same.
15415
8cbc97c6
YQ
154162015-04-15 Yao Qi <yao.qi@linaro.org>
15417
15418 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15419 of ":$ptr_size" and set its form explicitly.
15420
45fd756c
YQ
154212015-04-15 Pedro Alves <palves@redhat.com>
15422 Yao Qi <yao.qi@linaro.org>
15423
15424 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15425 timeout by factor of 4.
15426 (test_regular_watch): Likewise.
15427 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15428 * gdb.reverse/sigall-reverse.exp: Likewise.
15429 * gdb.reverse/until-precsave.exp: Likewise.
15430 * lib/gdb.exp (with_timeout_factor): New proc.
15431 (gdb_expect): Move some code to ...
15432 (get_largest_timeout): ... here. New procedure.
15433
9e811bc3
LM
154342015-04-14 Luis Machado <lgustavo@codesourcery.com>
15435
15436 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15437
0ff6fcb2
LM
154382015-04-13 Luis Machado <lgustavo@codesourcery.com>
15439
15440 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15441 to write to the .text section.
15442
7578d5f7
LM
154432015-04-13 Luis Machado <lgustavo@codesourcery.com>
15444
15445 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15446 Handle the case of targets that do not provide PID information.
15447
2efe15c4
YQ
154482015-04-13 Yao Qi <yao.qi@linaro.org>
15449
15450 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15451 and use expect instead of gdb_expect.
15452
8cd8f2f8
SDJ
154532015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15454
15455 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15456 "coredump_var_addr" to avoid naming conflict with other testcases.
15457
9ee41772
PA
154582015-04-10 Pedro Alves <palves@redhat.com>
15459
15460 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15461 gdb_test_sequence and gdb_assert.
15462
07473109
PA
154632015-04-10 Pedro Alves <palves@redhat.com>
15464
15465 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15466 test messages that don't include the breakpoint address.
15467
de3db44c
YQ
154682015-04-10 Yao Qi <yao.qi@linaro.org>
15469
15470 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15471 false for some offset and width combinations which aren't
15472 supported by linux kernel.
15473
c79d856c
PA
154742015-04-10 Pedro Alves <palves@redhat.com>
15475
15476 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15477 procedure, factored out from ...
15478 (top level): ... here. Add "set displaced-stepping" testing axis.
15479 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15480 parameter "displaced". Use it.
15481 (top level): Use foreach and add "set displaced-stepping" testing
15482 axis.
15483
ebc90b50
PA
154842015-04-10 Pedro Alves <palves@redhat.com>
15485
15486 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15487 Remove comment.
15488 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15489 both the address of the instruction that triggers the watchpoint
15490 and the address of the instruction immediately after, and use
15491 those addresses for the test. Fix comment.
15492
8f572e5c
PA
154932015-04-10 Pedro Alves <palves@redhat.com>
15494
15495 * gdb.base/sigstep.exp (breakpoint_to_handler)
15496 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15497 Test "backtrace" in handler.
15498 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15499 (top level): Add new "displaced" test axis to
15500 breakpoint_to_handler, breakpoint_to_handler_entry and
15501 breakpoint_over_handler.
15502
8d707a12
PA
155032015-04-10 Pedro Alves <palves@redhat.com>
15504
15505 PR gdb/18216
15506 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15507
ef713951
YQ
155082015-04-10 Yao Qi <yao.qi@linaro.org>
15509
15510 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15511 (test_add_rn_pc): New function.
15512 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15513 (top level): Invoke test_add_rn_pc.
15514
906d60cf
PA
155152015-04-10 Pedro Alves <palves@redhat.com>
15516
15517 PR gdb/13858
15518 * gdb.base/step-over-no-symbols.exp: New file.
15519
f2983cc3
AW
155202015-04-09 Andy Wingo <wingo@igalia.com>
15521
15522 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15523 after the Python tests.
15524
6d62641c
SDJ
155252015-04-08 Keith Seitz <keiths@redhat.com>
15526
15527 PR python/16699
15528 * gdb.python/py-completion.exp: New tests for completion.
15529 * gdb.python/py-completion.py (CompleteLimit1): New class.
15530 (CompleteLimit2): Likewise.
15531 (CompleteLimit3): Likewise.
15532 (CompleteLimit4): Likewise.
15533 (CompleteLimit5): Likewise.
15534 (CompleteLimit6): Likewise.
15535 (CompleteLimit7): Likewise.
15536
f3770638
PA
155372015-04-08 Pedro Alves <palves@redhat.com>
15538
15539 PR gdb/18214
15540 PR gdb/18216
15541 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15542 function.
15543 (main): Install it as SIGUSR1 handler.
15544 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15545 parameter. Always use "setup" as prefix. Toggle "set
15546 displaced-stepping" off/on depending on global. Don't switch to
15547 thread 1 here.
15548 (top level): Add displaced stepping "off/on" test axis. Update
15549 "setup" calls. Wrap each subtest with with_test_prefix. Test
15550 continuing with a queued signal in each thread.
15551
4496bed7
PA
155522015-04-08 Pedro Alves <palves@redhat.com>
15553
15554 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15555 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15556 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15557 Return early if running to main fails.
15558 * gdb.trace/while-stepping.exp: Likewise.
15559
b97fde92
PA
155602015-04-07 Pedro Alves <palves@redhat.com>
15561
15562 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15563 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15564 interact with inferior program.
15565
f71c18e7
PA
155662015-04-07 Pedro Alves <palves@redhat.com>
15567
15568 * lib/gdb.exp (inferior_spawn_id): New global.
15569 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15570 spawn id after processing the user code.
15571 (default_gdb_start): Set inferior_spawn_id.
15572 (send_inferior): New procedure.
15573 * lib/gdbserver-support.exp (gdbserver_start): Set
15574 inferior_spawn_id.
15575 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15576
6423214f
PA
155772015-04-07 Pedro Alves <palves@redhat.com>
15578
15579 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15580 * lib/gdbserver-support.exp (gdbserver_start): Make
15581 $server_spawn_id global.
15582 (gdbserver_start): Don't wait for gdbserver's spawn id with
15583 expect_background.
15584 (close_gdbserver): New procedure.
15585 (gdb_exit): Rename the default version and reimplement.
15586
71c0ee8c
PA
155872015-04-07 Pedro Alves <palves@redhat.com>
15588
72f4393d 15589 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15590 append the substituted item, not the original item.
15591
203bc29b
PA
155922015-04-07 Pedro Alves <palves@redhat.com>
15593
15594 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15595 gdb_expect.
15596
508a3ddf
PA
155972015-04-07 Pedro Alves <palves@redhat.com>
15598
15599 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15600 output appearing once only.
15601
9f6dbe2b
PA
156022015-04-07 Pedro Alves <palves@redhat.com>
15603
15604 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15605 that doesn't expect anything. Return early if running to main
15606 fails.
15607
337532fa
YQ
156082015-04-07 Yao Qi <yao.qi@linaro.org>
15609
15610 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15611 (child_function): Call alarm.
15612 (main): Move call to alarm into the loop.
15613 * gdb.threads/non-stop-fair-events.exp: Build program with
15614 -DTIMEOUT=$timeout.
15615
01b622d4
DE
156162015-04-06 Doug Evans <xdje42@gmail.com>
15617
15618 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15619 Fix dest parameter to board_info.
15620 (fpc_compile): Ditto.
15621 (gdb_compile_pascal): Rename dest arg to destfile.
15622
961f4160
PMR
156232015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15624
15625 * gdb.ada/funcall_ref.exp: New file.
15626 * gdb.ada/funcall_ref/foo.adb: New file.
15627
cafda597
YQ
156282015-04-02 Yao Qi <yao.qi@linaro.org>
15629
15630 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15631 is remote.
15632
fed040c6
GB
156332015-04-02 Gary Benson <gbenson@redhat.com>
15634
15635 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15636
d11916aa
SS
156372015-04-01 Sasha Smundak <asmundak@google.com>
15638
15639 * gdb.python/py-unwind-maint.c: New file.
15640 * gdb.python/py-unwind-maint.exp: New test.
15641 * gdb.python/py-unwind-maint.py: New file.
15642 * gdb.python/py-unwind.c: New file.
15643 * gdb.python/py-unwind.exp: New test.
15644 * gdb.python/py-unwind.py: New test.
15645
a1471180
PA
156462015-04-01 Pedro Alves <palves@redhat.com>
15647
15648 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15649 to fail instead of non-existent $test.
15650
0bbeccb1
PA
156512015-04-01 Pedro Alves <palves@redhat.com>
15652
15653 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15654 GDBFLAGS if not empty.
15655
3c724c8c
PMR
156562015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15657
15658 * gdb.ada/complete.exp: Remove "multi_line".
15659 * gdb.ada/info_exc.exp: Remove "multi_line".
15660 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15661 * gdb.ada/ptype_field.exp: Remove "multi_line".
15662 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15663 * gdb.ada/tagged.exp: Remove "multi_line".
15664 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15665 [multi_line ...]
15666 * gdb.btrace/delta.exp: Likewise.
15667 * gdb.btrace/exception.exp: Likewise.
15668 * gdb.btrace/function_call_history.exp: Likewise.
15669 * gdb.btrace/instruction_history.exp: Likewise.
15670 * gdb.btrace/nohist.exp: Likewise.
15671 * gdb.btrace/record_goto.exp: Likewise.
15672 * gdb.btrace/segv.exp: Likewise.
15673 * gdb.btrace/stepi.exp: Likewise.
15674 * gdb.btrace/tailcall.exp: Likewise.
15675 * gdb.btrace/unknown_functions.exp: Likewise.
15676 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15677 * lib/gdb.exp: Add the "multi_line" helper.
15678
4eec2deb
PA
156792015-04-01 Pedro Alves <palves@redhat.com>
15680
15681 * gdb.threads/tid-reuse.c: New file.
15682 * gdb.threads/tid-reuse.exp: New file.
15683
df8411da
SDJ
156842015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15685
15686 PR corefiles/16092
15687 * gdb.base/coredump-filter.c: New file.
15688 * gdb.base/coredump-filter.exp: Likewise.
15689
6ef37366
PM
156902015-03-27 Petr Machata <pmachata@redhat.com>
15691
15692 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15693 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15694 (Dwarf::assemble): Initialize them.
15695 (Dwarf::lines): New function.
15696
7ec911b0
JT
156972015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15698
15699 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15700 SYMBOL_PREFIX for x86_64-*-cygwin.
15701
ff908ebf
AW
157022015-03-26 Andy Wingo <wingo@igalia.com>
15703
15704 PR symtab/18148
15705 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15706 const_value but not a location.
15707 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15708 location defined in non-main CUs are visible.
15709
6d5f0679
YQ
157102015-03-26 Yao Qi <yao.qi@linaro.org>
15711
15712 PR testsuite/18139
15713 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15714 Add a line number entry for the same line.
15715 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15716 Add a line number entry for the same line.
15717
2898689b
YQ
157182015-03-26 Yao Qi <yao.qi@linaro.org>
15719
15720 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15721 .int 0.
15722 (func): Likewise. Add .Lfunc_1 label.
15723 Use .Lfunc_1 label.
15724 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15725 .int 0.
15726 (func): Likewise.
15727 Use .Lfunc_1 label.
15728
85180498
YQ
157292015-03-26 Yao Qi <yao.qi@linaro.org>
15730
15731 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15732 Call gdb_compile instead to compile each .s files without debug
15733 information.
15734
8aa08a8d
YQ
157352015-03-26 Yao Qi <yao.qi@linaro.org>
15736
15737 * gdb.base/savedregs.exp (process_saved_regs): Make
15738 "Saved registers:" optional in the pattern.
15739
66849923
MM
157402015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15741
15742 * gdb.btrace/next.exp: Merged into step.exp.
15743 * gdb.btrace/finish.exp: Merged into step.exp.
15744 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15745 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15746 "record goto" and checking the exact replay position.
15747 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15748 check for "Recording format" in "info record" output.
15749 * gdb.btrace/record_goto.exp: Choose test file based on target.
15750 * gdb.btrace/x86-record_goto.S: Renamed into ...
15751 * gdb.btrace/x86_64-record_goto.S: ... this.
15752 * gdb.btrace/i686-record_goto.S: New.
15753 * gdb.btrace/x86-tailcall.S: Renamed into ...
15754 * gdb.btrace/x86_64-tailcall.S: ... this.
15755 * gdb.btrace/i686-tailcall.S: New.
15756 * gdb.btrace/x86-tailcall.c: Renamed into ...
15757 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15758 separate statements. Update test.
15759 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15760 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15761 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15762 * gdb.btrace/tailcall.exp: Choose test file based on target.
15763 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15764
11cc1b74
MM
157652015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15766
15767 * gdb.btrace/exception.exp: Increase BTS buffer size.
15768
a25d8bf9
PA
157692015-03-24 Pedro Alves <palves@redhat.com>
15770
15771 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15772
856e7dd6
PA
157732015-03-24 Pedro Alves <palves@redhat.com>
15774
15775 * gdb.threads/schedlock.exp (test_step): No longer expect that
15776 "set scheduler-locking step" with "next" over a function call runs
15777 threads unlocked.
15778
ad235a41
AT
157792015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15780
15781 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15782
15630549
AT
157832015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15784
15785 PR breakpoints/16466
15786 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15787 * gdb.mi/mi-pending.c (thread_func): New function.
15788 (int main): Add threading support required.
15789 * gdb.mi/mi-pending.exp: Add tests for this issue.
15790 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15791 (pendfunc2): Remove stdio dependency.
15792 * gdb.mi/mi-pendshr2.c: New file.
15793
693dca06
KS
157942015-03-23 Keith Seitz <keiths@redhat.com>
15795
15796 * gdb.linespec/keywords.c: New file.
15797 * gdb.linespec/keywords.exp: New file.
15798
7e993ebf
KS
157992015-03-23 Keith Seitz <keiths@redhat.com>
15800
15801 PR gdb/18021
15802 * gdb.dwarf2/staticvirtual.exp: New test.
15803
bc23328c
JK
158042015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15805
15806 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15807 * README: Remove HP-UX and gdb.hp.
15808 (configuration):
15809 * configure: Regenerate.
15810 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15811 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15812 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15813 gdb.hp/gdb.defects/Makefile.
15814 * gdb.hp/Makefile.in: File deleted.
15815 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15816 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15817 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15818 * gdb.hp/gdb.aCC/run.c: File deleted.
15819 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15820 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15821 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15822 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15823 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15824 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15825 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15826 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15827 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15828 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15829 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15830 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15831 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15832 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15833 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15834 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15835 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15836 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15837 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15838 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15839 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15840 * gdb.hp/gdb.compat/average.c: File deleted.
15841 * gdb.hp/gdb.compat/sum.c: File deleted.
15842 * gdb.hp/gdb.compat/xdb.c: File deleted.
15843 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15844 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15845 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15846 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15847 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15848 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15849 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15850 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15851 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15852 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15853 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15854 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15855 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15856 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15857 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15858 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15859 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15860 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15861 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15862 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15863 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15864 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15865 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15866 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15867 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15868 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15869 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15870 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15871 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15872 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15873 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15874 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15875 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15876 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15877 * gdb.hp/tools/odump: File deleted.
15878
8bf3b159
PA
158792015-03-19 Pedro Alves <palves@redhat.com>
15880
15881 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15882 (saw_thread_3): New globals.
15883 (top level): Increment them when an event for the corresponding
15884 thread is seen.
15885 (no thread starvation): New test.
15886
eb54c8bf
PA
158872015-03-19 Pedro Alves <palves@redhat.com>
15888
15889 * gdb.threads/continue-pending-status.c: New file.
15890 * gdb.threads/continue-pending-status.exp: New file.
15891
32d2e5d6
PA
158922015-03-18 Pedro Alves <palves@redhat.com>
15893
15894 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15895 Use gdb_is_target_remote instead of is_remote. Use
15896 gdb_test_multiple instead of gdb_expect. Exit early if
15897 gdb_test_multiple hits its internal matches. Tighten stepi tests
15898 expected output. Fail on exit with any signal, instead of just
15899 SIGILL.
15900
f68f11b7
YQ
159012015-03-18 Yao Qi <yao.qi@linaro.org>
15902
15903 PR tdep/18107
15904 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15905 variable.
15906 * gdb.base/catch-syscall.exp: Don't skip it on
15907 aarch64*-*-linux* target. Remove elements in all_syscalls.
15908 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15909 target.
15910 (setup_all_syscalls): New proc.
15911
ca5fd19b
YQ
159122015-03-16 Yao Qi <yao.qi@linaro.org>
15913
15914 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15915 (top level): Skip tests if valid_addr_p returns false for
15916 $cmd1 or $cmd2.
15917
85642ba0
AW
159182015-03-11 Andy Wingo <wingo@igalia.com>
15919
15920 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15921
e03f9645
YQ
159222015-03-11 Yao Qi <yao.qi@linaro.org>
15923
15924 * gdb.base/catch-syscall.exp: Fix typo in comments.
15925
5d0962b2
YQ
159262015-03-11 Yao Qi <yao.qi@linaro.org>
15927
15928 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15929
b2df3cef
PA
159302015-03-09 Pedro Alves <palves@redhat.com>
15931
15932 * dg-extract-results.py: Delete.
15933
ef878e53
PA
159342015-03-09 Pedro Alves <palves@redhat.com>
15935
15936 Merge dg-extract-results.sh from GCC upstream (r218843).
15937
15938 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15939 * dg-extract-results.sh: Use --text with grep to avoid issues with
15940 binary files. Fall back to cat -v, if that doesn't work.
15941
9494d219
PA
159422015-03-05 Pedro Alves <palves@redhat.com>
15943
15944 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15945
a8d9763a
SM
159462015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15947
15948 * lib/mi-support.exp (mi_expect_interrupt): Accept
15949 alternative event for when in all-stop mode.
15950
be9957b8
PA
159512015-03-04 Pedro Alves <palves@redhat.com>
15952
15953 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15954
d57be0f4 159552015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
15956
15957 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15958
c214c7cf
AA
159592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15960
15961 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15962 regexps for GDB's current line display, accept a hex address
15963 preceding the line number.
15964
6d74a497
AA
159652015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15966
15967 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15968 the 'arch1' variable for "s390*-linux*" targets.
15969
511aee7c
PA
159702015-03-04 Pedro Alves <palves@redhat.com>
15971
15972 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15973 (main): Pass missing retval argument to pthread_join call.
15974
95e50b27
PA
159752015-03-02 Pedro Alves <palves@redhat.com>
15976
15977 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15978 (top level): Call do_test with non-stop as well.
15979
28054d69
PA
159802015-03-02 Pedro Alves <palves@redhat.com>
15981
15982 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15983 -1.
15984
4fa5d7b4
AA
159852015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15986
15987 * gdb.arch/s390-vregs.exp: New test.
15988 * gdb.arch/s390-vregs.S: New file.
15989
97c18565
PA
159902015-02-27 Pedro Alves <palves@redhat.com>
15991
15992 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15993 call to catch_command_errors.
15994 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15995 catch_command_errors.
15996
a37bfa30
PA
159972015-02-27 Pedro Alves <palves@redhat.com>
15998
15999 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16000 "true" for boolean result.
16001 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16002 prototype of main.
16003
6f98576f
PA
160042015-02-27 Pedro Alves <palves@redhat.com>
16005
16006 * lib/unbuffer_output.c: New file.
16007 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16008 (main): Call gdb_unbuffer_output.
16009
eba5ab56
YQ
160102015-02-27 Yao Qi <yao.qi@linaro.org>
16011
16012 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16013 target.
16014
0def5aaa
DE
160152015-02-26 Doug Evans <dje@google.com>
16016
16017 * gdb.cp/class2.cc (Dbase, D): New classes.
16018 (main): New local delta.
16019 * gdb.cp/class2.exp: Test printing delta.
16020 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16021 (dynbar): New global.
16022 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16023
081a1c2c
JK
160242015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16025
16026 * gdb.compile/compile-ifunc.c: New file.
16027 * gdb.compile/compile-ifunc.exp: New file.
16028
2f41223f
AT
160292015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16030
16031 * gdb.base/structs.exp: Check for correct struct on finish.
16032
03eddd80
YQ
160332015-02-26 Yao Qi <yao.qi@linaro.org>
16034
16035 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16036 is zero.
16037
80c57053
JK
160382015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16039
16040 * gdb.arch/cordic.ko.bz2: New file.
16041 * gdb.arch/cordic.ko.debug.bz2: New file.
16042 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16043
21613c12
YQ
160442015-02-25 Yao Qi <yao.qi@linaro.org>
16045
16046 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16047 aarch64*-*-* target.
16048
d8b901ed
PA
160492015-02-23 Pedro Alves <palves@redhat.com>
16050
16051 * lib/gdb.exp (delete_breakpoints): Rewrite using
16052 gdb_test_multiple.
16053
e5b85ead
PA
160542015-02-23 Pedro Alves <palves@redhat.com>
16055
16056 * gdb.base/info-os.c: Include stdlib.h.
16057
85c3a371
DE
160582015-02-22 Doug Evans <xdje42@gmail.com>
16059
16060 PR symtab/17855
16061 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16062 is read after symbols have been re-read.
16063 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16064 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16065
96553a0c
DE
160662015-02-21 Doug Evans <dje@google.com>
16067
16068 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16069
97a0c697
JK
160702015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16071
16072 PR corefiles/17808
16073 * gdb.arch/i386-biarch-core.core.bz2: New file.
16074 * gdb.arch/i386-biarch-core.exp: New file.
16075
a47cd6e9
PA
160762015-02-21 Pedro Alves <palves@redhat.com>
16077
16078 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16079 runto_main fails.
16080
c5facdc4
PA
160812015-02-20 Pedro Alves <palves@redhat.com>
16082
16083 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16084 info probes.
16085
2db9a427
PA
160862015-02-20 Pedro Alves <palves@redhat.com>
16087
16088 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16089
60fb7e9e
PA
160902015-02-20 Pedro Alves <palves@redhat.com>
16091
16092 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16093 clean_restart before gdb_target_supports_trace.
16094
5c5019c2
PA
160952015-02-20 Pedro Alves <palves@redhat.com>
16096
16097 PR threads/18006
16098 * gdb.threads/clone-thread_db.c: New file.
16099 * gdb.threads/clone-thread_db.exp: New file.
16100
c9587f88
AT
161012015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16102
16103 PR breakpoints/16812
16104 * gdb.base/catch-gdb-caused-signals.c: New file.
16105 * gdb.base/catch-gdb-caused-signals.exp: New file.
16106
f6a88844
JM
161072015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16108
16109 * configure: Regenerated.
16110 * configure.ac: Use GDB_AC_TRANSFORM.
16111 * aclocal.m4: sinclude ../transform.m4.
16112
497c491b
JM
161132015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16114
16115 * lib/dtrace.exp: New file.
16116 * gdb.base/dtrace-probe.exp: Likewise.
16117 * gdb.base/dtrace-probe.d: Likewise.
16118 * gdb.base/dtrace-probe.c: Likewise.
16119 * lib/pdtrace.in: Likewise.
16120 * configure.ac: Output variables with the transformed names of
16121 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16122 * configure: Regenerated.
16123
03e98035
JM
161242015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16125
16126 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16127 expected message when trying to access $_probe_* convenience
16128 variables while not on a probe.
16129
63cc30e9
JK
161302015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16131
16132 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16133
0703599a
PA
161342015-02-11 Pedro Alves <pedro@codesourcery.com>
16135
16136 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16137 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16138
7e60a48e
DE
161392015-02-10 Doug Evans <xdje42@gmail.com>
16140
16141 * lib/gdb.exp (gdb_load): Always return a result.
16142
01b088bc
PA
161432015-02-10 Pedro Alves <palves@redhat.com>
16144
16145 * gdb.threads/signal-sigtrap.c: New file.
16146 * gdb.threads/signal-sigtrap.exp: New file.
16147
b05ec7a5
AT
161482015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16149
16150 * gdb.trace/no-attach-trace.c: New file.
16151 * gdb.trace/no-attach-trace.exp: New file.
16152
a2c2acaf
MW
161532015-02-09 Mark Wielaard <mjw@redhat.com>
16154
16155 * gdb.dwarf2/atomic.c: New file.
16156 * gdb.dwarf2/atomic-type.exp: Likewise.
16157
31fd9caa
MM
161582015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16159
16160 * gdb.btrace/buffer-size.exp: Update "info record" output.
16161 * gdb.btrace/delta.exp: Update "info record" output.
16162 * gdb.btrace/enable.exp: Update "info record" output.
16163 * gdb.btrace/finish.exp: Update "info record" output.
16164 * gdb.btrace/instruction_history.exp: Update "info record" output.
16165 * gdb.btrace/next.exp: Update "info record" output.
16166 * gdb.btrace/nexti.exp: Update "info record" output.
16167 * gdb.btrace/step.exp: Update "info record" output.
16168 * gdb.btrace/stepi.exp: Update "info record" output.
16169 * gdb.btrace/nohist.exp: Update "info record" output.
16170
d33501a5
MM
161712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16172
16173 * gdb.btrace/buffer-size: New.
16174
f4abbc16
MM
161752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16176
16177 * gdb.btrace/delta.exp: Update "info record" output.
16178 * gdb.btrace/enable.exp: Update "info record" output.
16179 * gdb.btrace/finish.exp: Update "info record" output.
16180 * gdb.btrace/instruction_history.exp: Update "info record" output.
16181 * gdb.btrace/next.exp: Update "info record" output.
16182 * gdb.btrace/nexti.exp: Update "info record" output.
16183 * gdb.btrace/step.exp: Update "info record" output.
16184 * gdb.btrace/stepi.exp: Update "info record" output.
16185 * gdb.btrace/nohist.exp: Update "info record" output.
16186
b9d61307
SM
161872015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16188
16189 PR gdb/15678
16190 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16191
e584fdbc
PA
161922015-02-06 Pedro Alves <palves@redhat.com>
16193
16194 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16195 macro.
16196 (seconds_left, again): New globals.
16197 (main): Wait seconds_left in a 1-second sleep loop instead of
16198 sleeping 180 seconds. If 'again' is set, reset the seconds
16199 counter.
16200 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16201 'again' in the inferior before detaching. Print the seconds left.
16202 (options): New global.
16203 (top level): Build program with -DTIMEOUT=$timeout.
16204
77f41761
PA
162052015-02-06 Pedro Alves <palves@redhat.com>
16206
16207 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16208 determine how many seconds to pass to 'alarm'.
16209 * gdb.base/gdb-sigterm.exp (top level): Build program with
16210 -DTIMEOUT=$timeout.
16211 (do_test): Return success/failure indication. Add more verbose
16212 logging. Don't fail if 200 single steps are seen. Instead, fail
16213 when the test times out.
16214 (passes): New global.
16215 (top level): Break the testing loop if testing fails on any
16216 iteration. Use gdb_assert.
16217
b9394193
DB
162182015-02-04 Don Breazeal <donb@codesourcery.com>
16219
16220 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16221 and initialize them.
16222 (ipc_cleanup): New function.
16223 (main): Don't declare shmid, semid, and msqid. Add a call to
16224 atexit so that we call ipc_cleanup on exit.
16225
42d9e528
PA
162262015-02-04 Pedro Alves <palves@redhat.com>
16227
16228 * boards/native-extended-gdbserver.exp: Remove any target variant
16229 specifications from the board name before clearing the isremote
16230 flag from board_info.
16231
ae6ae975
DE
162322015-01-31 Doug Evans <xdje42@gmail.com>
16233
16234 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16235
cfb069a8
GB
162362015-01-31 Gary Benson <gbenson@redhat.com>
16237
16238 * gdb.base/completion.exp: Disable completion limiting for
16239 existing tests. Add new tests to check completion limiting.
16240 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16241
5dd31d79
DE
162422015-01-31 Doug Evans <xdje42@gmail.com>
16243
16244 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16245
9f050062
DE
162462015-01-31 Doug Evans <xdje42@gmail.com>
16247
16248 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16249 entries. Duplicate file section script entries.
16250 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16251 inlined entries. Add test for safe-path rejection.
16252 * gdb.python/py-section-script.c: Add duplicate inlined section script
16253 entries. Duplicate file section script entries.
16254 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16255 inlined entries. Add test for safe-path rejection.
16256
df25ebbd
JB
162572015-01-29 Joel Brobecker <brobecker@adacore.com>
16258
16259 * gdb.ada/disc_arr_bound: New testcase.
16260
4a0ca9ec
JB
162612015-01-29 Joel Brobecker <brobecker@adacore.com>
16262
16263 * gdb.ada/mi_var_array: New testcase.
16264
3a8b707a
DE
162652015-01-27 Doug Evans <dje@google.com>
16266
16267 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16268 Add test for objfile.filename, objfile.username after objfile
16269 has been unloaded.
16270
f8313f6e
JB
162712015-01-26 Joel Brobecker <brobecker@adacore.com>
16272
16273 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16274 the second test to print the name attribute of value
16275 returned by the call to gdb.lookup_type, and adjust
16276 the expected output accordingly.
16277
37bc665e
MW
162782015-01-25 Mark Wielaard <mjw@redhat.com>
16279
16280 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16281 * gdb.base/disp-step-fork.c: Include unistd.h.
16282 * gdb.base/siginfo-obj.c: Include stdio.h.
16283 * gdb.base/siginfo-thread.c: Likewise.
16284 * gdb.mi/non-stop.c: Include unistd.h.
16285 * gdb.mi/nsthrexec.c: Include stdio.h.
16286 * gdb.mi/pthreads.c: Include unistd.h.
16287 * gdb.modula2/unbounded1.c (main): Declare returns int.
16288 * gdb.reverse/consecutive-reverse.c: Likewise.
16289 * gdb.threads/create-fail.c: Include unistd.h.
16290 * gdb.threads/killed.c: Likewise.
16291 * gdb.threads/linux-dp.c: Likewise.
16292 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16293 * gdb.threads/non-ldr-exc-2.c: Likewise.
16294 * gdb.threads/non-ldr-exc-3.c: Likewise.
16295 * gdb.threads/non-ldr-exc-4.c: Likewise.
16296 * gdb.threads/pthreads.c: Include unistd.h.
16297 (main): Declare returns int.
16298 * gdb.threads/tls-main.c (foo): New declaration.
16299 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16300
f7e5394d
SM
163012015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16302
16303 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16304 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16305
743649fd
MW
163062015-01-15 Mark Wielaard <mjw@redhat.com>
16307
16308 * gdb.base/noreturn-return.c: New file.
16309 * gdb.base/noreturn-return.exp: New file.
16310 * gdb.base/noreturn-finish.c: New file.
16311 * gdb.base/noreturn-finish.exp: New file.
16312
198297aa
PA
163132015-01-23 Pedro Alves <palves@redhat.com>
16314
16315 * gdb.threads/continue-pending-after-query.c: New file.
16316 * gdb.threads/continue-pending-after-query.exp: New file.
16317
717cf30c
AG
163182015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16319 Simon Marchi <simon.marchi@ericsson.com>
16320
16321 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16322 * gdb.base/valgrind-db-attach.exp: Same.
16323 * gdb.base/valgrind-infcall.exp: Same.
16324 * lib/mi-support.exp (default_mi_gdb_start): Same.
16325 * lib/prompt.exp (default_prompt_gdb_start): Same.
16326 * lib/gdb.exp (default_gdb_spawn): Same.
16327 (gdb_interact): New.
16328
16329
4b62a76e
JK
163302015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16331
16332 * gdb.compile/compile.exp (pointer to jit function): New test.
16333
b4cdae6f
WW
163342015-01-17 Wei-cheng Wang <cole945@gmail.com>
16335
16336 * lib/gdb.exp (supports_process_record): Return true for
16337 powerpc*-*-linux*.
16338 (supports_reverse): Likewise.
16339
d221e7ef
DB
163402015-01-15 Don Breazeal <donb@codesourcery.com>
16341
16342 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16343 instead of checking whether the target board is remote and
16344 use spawn_wait_for_attach instead of exec/sleep.
16345 * gdb.base/attach-twice.exp: Likewise.
16346
bafffb51
JB
163472015-01-15 Joel Brobecker <brobecker@adacore.com>
16348
16349 * gdb.ada/var_arr_attrs: New testcase.
16350
5589af0e
PA
163512015-01-14 Pedro Alves <palves@redhat.com>
16352 Joel Brobecker <brobecker@adacore.com>
16353
16354 PR gdb/17525
16355 * gdb.base/bp-cmds-execution-x-script.c: New file.
16356 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16357 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16358
6c400b59
PA
163592015-01-14 Pedro Alves <palves@redhat.com>
16360
16361 PR cli/17828
16362 * gdb.base/batch-preserve-term-settings.c: New file.
16363 * gdb.base/batch-preserve-term-settings.exp: New file.
16364
e02c96a7
DE
163652015-01-13 Doug Evans <dje@google.com>
16366
16367 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16368 binary.
16369
576fd14c
JB
163702015-01-13 Joel Brobecker <brobecker@adacore.com>
16371
16372 * Makefile.in (clean mostlyclean): Do not delete *.py.
16373
04dccad0
JB
163742015-01-13 Joel Brobecker <brobecker@adacore.com>
16375
16376 * gdb.python/py-lookup-type.exp: New file.
16377
3d230f71
PA
163782015-01-12 Pedro Alves <palves@redhat.com>
16379
16380 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16381 restore GDBFLAGS before returning.
16382
7e67715d
JK
163832015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16384
16385 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16386 is_amd64_regs_target and is_x86_like_target.
16387
f2e0d4b4
DE
163882015-01-11 Doug Evans <xdje42@gmail.com>
16389
16390 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16391 is given without an explicit form.
16392 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16393 attributes.
16394 * gdb.dwarf/corrupt.exp: Ditto.
16395 * gdb.dwarf2/enum-type.exp: Ditto.
16396 * gdb.trace/entry-values.exp: Ditto.
16397 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16398
439250fb
DE
163992015-01-11 Doug Evans <xdje42@gmail.com>
16400
16401 PR gdb/15830
16402 * gdb.base/maint.exp: Remove references to "maint demangle".
16403 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16404 Add tests for explicitly specifying language to demangle.
16405 * gdb.dlang/demangle.exp: Ditto.
16406
ede9f622
PA
164072015-01-09 Pedro Alves <palves@redhat.com>
16408
16409 * gdb.threads/non-stop-fair-events.c: New file.
16410 * gdb.threads/non-stop-fair-events.exp: New file.
16411
a7b796db
PA
164122015-01-09 Pedro Alves <palves@redhat.com>
16413
16414 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16415 the global scope. Set a breakpoint after all threads are started
16416 rather than stepping over two source lines. Expect the prompt.
16417 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16418 global.
16419 (NUM): Now 15.
16420 (main): Use threads_started_barrier to wait for all threads to
16421 start. Main thread no longer calls thread_function. Exit after
16422 180 seconds.
16423 (loop): New function.
16424 (thread_function): Wait on threads_started_barrier barrier. Call
16425 'loop' at each iteration.
16426 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16427 threads have started, instead of hardcoding number of "next"
16428 steps. Use an access watchpoint instead of a write watchpoint.
16429
9665ffdd
PA
164302015-01-09 Pedro Alves <palves@redhat.com>
16431
16432 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16433 (thread_func): Wait on barrier.
16434 (main): Wait for all threads to start before stopping GDB.
16435 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16436 global.
16437 (thread1_func, thread2_func): Wait on barrier.
16438 (main): Wait for all threads to start before stopping GDB.
16439 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16440 New global.
16441 (thread1_func, thread2_func): Wait on barrier.
16442 (main): Wait for all threads to start before stopping GDB.
16443
c945a99f
PA
164442015-01-09 Pedro Alves <palves@redhat.com>
16445
16446 * gdb.threads/attach-many-short-lived-threads.c: New file.
16447 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16448
c1a747c1
PA
164492014-01-09 Pedro Alves <palves@redhat.com>
16450
16451 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16452 instead of to thread 2.
16453 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16454 Add barrier around each pthread_create call instead of around all
16455 calls.
16456 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16457 Set a break on thread_function and have the child threads hit it
16458 one at at a time.
16459
60b3033e
PA
164602015-01-09 Pedro Alves <palves@redhat.com>
16461
16462 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16463 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16464 false.
16465 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16466 checking whether the target board is remote.
16467 * gdb.multi/multi-attach.exp: Likewise.
16468 * gdb.python/py-sync-interp.exp: Likewise.
16469 * gdb.server/ext-attach.exp: Likewise.
16470 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16471 tests that need to attach, instead of checking whether the target
16472 board is remote at the top of the file.
16473
acc018ac
YQ
164742015-01-08 Yao Qi <yao@codesourcery.com>
16475
16476 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16477
50a18af8
JK
164782015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16479
16480 Fix testcase compilation.
16481 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16482
8503d6e1
JB
164832015-01-06 Joel Brobecker <brobecker@adacore.com>
16484
16485 * gdb.python/py-type.exp: Add a couple test about empty
16486 array creation, and negative-length array creation.
16487
cc73dbcc
DE
164882015-01-02 Doug Evans <xdje42@gmail.com>
16489
16490 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16491
0300bbc7
DE
164922015-01-02 Doug Evans <dje@google.com>
16493
16494 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16495
9d85a0ec
YQ
164962014-12-29 Yao Qi <yao@codesourcery.com>
16497
16498 * gdb.trace/entry-values.exp: Update comments. Rename variable
16499 bar_call_foo to returned_from_foo.
16500
87186c6a
MMN
165012014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16502
16503 PR gdb/17394
16504 * gdb.linespec/break-asm-file.c: New file.
16505 * gdb.linespec/break-asm-file.exp: New file.
16506 * gdb.linespec/break-asm-file0.s: New file.
16507 * gdb.linespec/break-asm-file1.s: New file.
16508
1bab7383
YQ
165092014-12-18 Nigel Stephens <nigel@mips.com>
16510 Maciej W. Rozycki <macro@codesourcery.com>
16511
16512 * gdb.base/float.exp: Handle the new output from "info float" on
16513 MIPS targets.
16514
1bc1068a
JK
165152014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16516
16517 Fix MinGW compilation.
16518 * gdb.compile/compile-ops.exp: Update untested message if
16519 !skip_compile_feature_tests.
16520 * gdb.compile/compile-setjmp.exp: Likewise.
16521 * gdb.compile/compile-tls.exp: Likewise.
16522 * gdb.compile/compile.exp: Likewise.
16523 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16524 supported on this host".
16525
b6615d10
DE
165262014-12-16 Doug Evans <xdje42@gmail.com>
16527
16528 * boards/stabs.exp: New file.
16529
25dda427
AA
165302014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16531
16532 * gdb.base/completion.exp: Adjust to format changes of "maint
16533 print user-registers".
16534
bf330350
CU
165352014-12-16 Catalin Udma <catalin.udma@freescale.com>
16536
16537 PR server/17457
16538 * gdb.arch/aarch64-fp.c: New file.
16539 * gdb.arch/aarch64-fp.exp: New file.
16540
395cf596
SDJ
165412014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16542
16543 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16544 r210637, r210913, r211666, r215400, r215817).
16545
16546 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16547 * dg-extract-results.py: New file.
16548 * dg-extract-results.sh: Use it if the environment seems
16549 suitable.
16550
16551 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16552
16553 * dg-extract-results.py (parse_run): Handle warnings that
16554 are printed before a test harness is run.
16555
16556 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16557
16558 * dg-extract-results.py (Named): Remove __cmp__ method.
16559 (output_variation): Use a key to sort variation.harnesses.
16560
16561 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16562
16563 * dg-extract-results.py: For Python 3, force sys.stdout to
16564 handle surrogate escape sequences.
16565 (safe_open): New function.
16566 (output_segment, main): Use it.
16567
16568 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16569
16570 * dg-extract-results.py (Prog.result_re): Include options
16571 in test name.
16572
16573 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16574
16575 * dg-extract-results.py (output_variation): Always sort if
16576 do_sum.
16577
e882ef3c
SM
165782014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16579
16580 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16581 as long as we get pagination notifications.
16582
4992aa20
JM
165832014-12-15 Jason Merrill <jason@redhat.com>
16584
16585 * Makefile.in (check-gdb.%): Restore.
16586 * README: Mention it.
16587
c1b5a1a6
JB
165882014-12-13 Joel Brobecker <brobecker@adacore.com>
16589
16590 * gdb.ada/str_uninit: New testcase.
16591
5537b577
JK
165922014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16593
16594 PR symtab/17642
16595 * gdb.base/vla-stub-define.c: New file.
16596 * gdb.base/vla-stub.c: New file.
16597 * gdb.base/vla-stub.exp: New file.
16598
bb2ec1b3
TT
165992014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16600 Jan Kratochvil <jan.kratochvil@redhat.com>
16601 Tom Tromey <tromey@redhat.com>
16602
16603 * configure.ac: Add gdb.compile/.
16604 * configure: Regenerate.
16605 * gdb.compile/Makefile.in: New file.
16606 * gdb.compile/compile-ops.exp: New file.
16607 * gdb.compile/compile-ops.c: New file.
16608 * gdb.compile/compile-tls.c: New file.
16609 * gdb.compile/compile-tls.exp: New file.
16610 * gdb.compile/compile-constvar.S: New file.
16611 * gdb.compile/compile-constvar.c: New file.
16612 * gdb.compile/compile-mod.c: New file.
16613 * gdb.compile/compile-nodebug.c: New file.
16614 * gdb.compile/compile-setjmp-mod.c: New file.
16615 * gdb.compile/compile-setjmp.c: New file.
16616 * gdb.compile/compile-setjmp.exp: New file.
16617 * gdb.compile/compile-shlib.c: New file.
16618 * gdb.compile/compile.c: New file.
16619 * gdb.compile/compile.exp: New file.
16620 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16621
4ff709eb
TT
166222014-12-12 Tom Tromey <tromey@redhat.com>
16623
16624 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16625 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16626
6dddd6a5
DE
166272014-12-12 Doug Evans <dje@google.com>
16628
16629 * lib/gdb-python.exp (get_python_valueof): New function.
16630 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16631
71c24708
AA
166322014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16633
16634 * gdb.base/completion.exp: Add test for completion of "info
16635 registers ".
16636
3e29f34a
MR
166372014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16638
16639 * gdb.base/func-ptrs.c: New file.
16640 * gdb.base/func-ptrs.exp: New file.
16641
fc126975
SM
166422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16643
16644 PR breakpoints/17012
16645 * gdb.base/dprintf-detach.c: New file.
16646 * gdb.base/dprintf-detach.exp: New file.
16647
0a46d518
SM
166482014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16649
16650 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16651 * lib/gdb.exp (target_is_gdbserver): New procedure.
16652
a0be3e44
DE
166532014-12-08 Doug Evans <dje@google.com>
16654
16655 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16656
df1b803a
YQ
166572014-12-05 Yao Qi <yao@codesourcery.com>
16658
16659 * gdb.guile/scm-error.exp: Remove the third argument to
16660 gdb_remote_download.
16661 * gdb.guile/scm-frame-args.exp: Likewise.
16662 * gdb.guile/scm-section-script.exp: Likewise.
16663
ddb9f679
YQ
166642014-12-05 Yao Qi <yao@codesourcery.com>
16665
16666 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16667
86e4ed39
DE
166682014-12-04 Doug Evans <dje@google.com>
16669
16670 * gdb.python/py-objfile.exp: Add tests for
16671 objfile.add_separate_debug_file.
16672
7c50a931
DE
166732014-12-04 Doug Evans <dje@google.com>
16674
16675 * lib/gdb.exp (get_build_id): New function.
16676 (build_id_debug_filename_get): Rewrite to use it.
16677 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16678
621661e3
MR
166792014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16680
16681 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16682 `method(long)', not just 0x0.
16683 * gdb.cp/nsalias.exp: Align code labels to 4.
16684 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16685 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16686 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16687 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16688 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16689 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16690
29f0c3b7
DE
166912014-12-02 Doug Evans <dje@google.com>
16692
e1e061e7 16693 PR symtab/17602
29f0c3b7 16694 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16695 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16696 * gdb.cp/anon-ns.exp: Update.
16697
162078c8
NB
166982014-12-02 Nick Bull <nicholaspbull@gmail.com>
16699
16700 * gdb.python/py-events.py (inferior_call_handler): New.
16701 (register_changed_handler, memory_changed_handler): New.
16702 (test_events.invoke): Register new handlers.
16703 * gdb.python/py-events.exp: Add tests for inferior call,
16704 memory_changed and register_changed events.
16705
fdb09caf
AA
167062014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16707
16708 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16709 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16710 if the linker doesn't understand this.
16711
55cfb2c4
SM
167122014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16713
16714 * gdb.python/python.exp: Change expected reply to help().
16715
9e8cd6df
YQ
167162014-12-01 Yao Qi <yao@codesourcery.com>
16717
16718 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16719 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16720 * configure: Re-generated.
16721
6c659fc2
SC
167222014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16723
16724 * gdb.cp/chained-calls.cc: New file.
16725 * gdb.cp/chained-calls.exp: New file.
16726 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16727
d7fc3181
SM
167282014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16729
16730 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16731 * gdb.dwarf2/symtab-producer.exp: Same.
16732 * gdb.gdb/python-interrupts.exp: Same.
16733 * gdb.gdb/python-selftest.exp: Same.
16734 * gdb.python/py-linetable.exp: Same.
16735 * gdb.python/py-type.exp: Same.
16736 * gdb.python/py-value-cc.exp: Same.
16737 * gdb.python/py-value.exp: Same.
16738
10e79639
YQ
167392014-11-28 Yao Qi <yao@codesourcery.com>
16740
16741 * gdb.base/break-probes.exp: Match library name prefixed with
16742 sysroot.
16743
f28a0564
SM
167442014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16745
16746 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16747 test expected output. Add parentheses for the call to print.
16748 Remove L suffix from integers.
16749
3fe1ce1d
DE
167502014-11-26 Doug Evans <dje@google.com>
16751
16752 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16753
84429e27
YQ
167542014-11-22 Yao Qi <yao@codesourcery.com>
16755
16756 * gdb.trace/entry-values.c: Remove asms.
16757 (foo): Add foo_label.
16758 (bar): Add bar_label.
16759 * gdb.trace/entry-values.exp: Remove code computing foo's
16760 length and bar's length.
16761 (Dwarf::assemble): Invoke function_range for bar and use
16762 MACRO_AT_func for foo.
16763
26741859
YQ
167642014-11-22 Yao Qi <yao@codesourcery.com>
16765
16766 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16767 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16768 Use .Lgcc43_procstart instead of gcc43.
16769
45e44d27
JB
167702014-11-21 Joel Brobecker <brobecker@adacore.com>
16771
16772 * gdb.ada/n_arr_bound: New testcase.
16773
458c8db8
SDJ
167742014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16775
16776 PR breakpoints/10737
16777 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16778 test_catch_syscall_multi_arch.
16779 (test_catch_syscall_multi_arch): New function.
16780
43f3e411
DE
167812014-11-20 Doug Evans <xdje42@gmail.com>
16782
16783 * gdb.base/maint.exp: Update expected output.
16784
0d7b2549
AA
167852014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16786
16787 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16788 4-byte instruction on S390.
16789
8908fca5
JB
167902014-11-19 Joel Brobecker <brobecker@adacore.com>
16791
16792 * gdb.ada/arr_arr: New testcase.
16793
4a46959e
JB
167942014-11-19 Joel Brobecker <brobecker@adacore.com>
16795
16796 * gdb.ada/pkd_arr_elem: New Testcase.
16797
470e2f4e
LM
167982014-11-18 Luis Machado <lgustavo@codesourcery.com>
16799
16800 * gdb.reverse/break-precsave: Expect completion message for
16801 core file reads.
16802 * gdb.reverse/consecutive-precsave.exp: Likewise.
16803 * gdb.reverse/finish-precsave.exp: Likewise.
16804 * gdb.reverse/i386-precsave.exp: Likewise.
16805 * gdb.reverse/machinestate-precsave.exp: Likewise.
16806 * gdb.reverse/sigall-precsave.exp: Likewise.
16807 * gdb.reverse/solib-precsave.exp: Likewise.
16808 * gdb.reverse/step-precsave.exp: Likewise.
16809 * gdb.reverse/until-precsave.exp: Likewise.
16810 * gdb.reverse/watch-precsave.exp: Likewise.
16811
a267f3ad
AA
168122014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16813
16814 * gdb.base/bp-permanent.c: Include unistd.h.
16815 * gdb.python/py-framefilter-mi.c (main): Add return type.
16816 * gdb.python/py-framefilter.c (main): Likewise.
16817 * gdb.trace/actions-changed.c (main): Likewise.
16818
12084a9a
AA
168192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16820
16821 * gdb.mi/until.c: Add eye-catchers.
16822 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16823 line numbers.
16824
dc7e1a77
AA
168252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16826
16827 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16828 function header variants in break1.c.
16829 * gdb.base/ena-dis-br.exp: Likewise.
16830 * gdb.base/hbreak2.exp: Likewise.
16831 * gdb.reverse/until-precsave.exp: Drop references to removed
16832 non-prototype function header variants in ur1.c.
16833 * gdb.reverse/until-reverse.exp: Likewise.
16834
41c77605
PM
168352014-11-17 Petr Machata <pmachata@redhat.com>
16836
16837 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16838 ${_cu_offset_size} bytes abbrev offset.
16839
34248c3a
DE
168402014-11-15 Doug Evans <xdje42@gmail.com>
16841
16842 PR symtab/17559
16843 * gdb.base/line-symtabs.exp: New file.
16844 * gdb.base/line-symtabs.c: New file.
16845 * gdb.base/line-symtabs.h: New file.
16846
646da059
YQ
168472014-11-14 Yao Qi <yao@codesourcery.com>
16848
16849 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16850 (func): Add label func_label.
16851 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16852 Replace low_pc and high_pc with MACRO_AT_range.
16853 Replace name, low_pc and high_pc with MACRO_AT_func.
16854
9301ebe6
YQ
168552014-11-14 Yao Qi <yao@codesourcery.com>
16856
16857 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16858 Replace name, low_pc and high_pc with MACRO_AT_func.
16859
f166b542
YQ
168602014-11-14 Yao Qi <yao@codesourcery.com>
16861
16862 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16863 produce debug information.
16864 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16865
0f6e71e3
YQ
168662014-11-14 Yao Qi <yao@codesourcery.com>
16867
16868 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16869 object and get function length.
16870 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16871 with MACRO_AT_func.
16872 (top-level): Replace gdb_compile and clean_restart with
16873 prepare_for_testing.
16874 * gdb.dwarf2/main.c (main): Add label main_label.
16875
876c4df9
YQ
168762014-11-14 Yao Qi <yao@codesourcery.com>
16877
16878 * lib/dwarf.exp (function_range): New procedure.
16879 (Dwarf::_handle_macro_at_func): New procedure.
16880 (Dwarf::_handle_macro_at_range): New procedure.
16881 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16882
02ad9cf1
YQ
168832014-11-14 Yao Qi <yao@codesourcery.com>
16884
16885 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16886 (_handle_attribute): New procedure.
16887
a59add0c
AA
168882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16889
16890 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16891 * gdb.base/call-sc.c (zed): Likewise.
16892 * gdb.base/checkpoint.c (main): Likewise.
16893 * gdb.base/dump.c (main): Likewise.
16894 * gdb.base/gcore.c (main): Likewise.
16895 * gdb.base/huge.c (main): Likewise.
16896 * gdb.base/multi-forks.c (main): Likewise.
16897 * gdb.base/pr10179-a.c (main): Likewise.
16898 * gdb.base/savedregs.c (main): Likewise.
16899 * gdb.base/sigaltstack.c (main): Likewise.
16900 * gdb.base/siginfo.c (main): Likewise.
16901 * gdb.base/structs.c (zed): Likewise.
16902 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16903 * gdb.mi/mi-syn-frame.c (main): Likewise.
16904 * gdb.mi/until.c (foo, main): Likewise.
16905 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16906 * gdb.base/solib-weak.c (foo): Declare.
16907 * gdb.base/attach-twice.c: Include stdio.h.
16908 * gdb.base/weaklib1.c: Likewise.
16909 * gdb.base/weaklib2.c: Likewise.
16910 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16911 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16912 unistd.h.
16913 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16914 * gdb.mi/mi-exit-code.c: Likewise.
16915 * gdb.base/break-interp-lib.c: Include string.h.
16916 * gdb.base/coremaker.c: Likewise.
16917 * gdb.base/testenv.c: Likewise.
16918 * gdb.python/py-finish-breakpoint.c: Likewise.
16919 * gdb.base/inferior-died.c: Include sys/wait.h.
16920 * gdb.base/fileio.c: Include time.h.
16921 * gdb.base/async-shell.c: Include unistd.h.
16922 * gdb.base/dprintf-non-stop.c: Likewise.
16923 * gdb.base/info-os.c: Likewise.
16924 * gdb.mi/mi-console.c: Likewise.
16925 * gdb.mi/watch-nonstop.c: Likewise.
16926 * gdb.python/py-events.c: Likewise.
16927 * gdb.base/async.c (baz): Move up before its invocation.
16928 * gdb.base/code_elim2.c (my_global_func): Likewise.
16929 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16930 * gdb.base/advance.c (func2): Likewise.
16931
3b5d5997
AA
169322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16933
16934 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16935 variant.
16936 * gdb.base/annota3.c: Likewise.
16937 * gdb.base/async.c: Likewise.
16938 * gdb.base/average.c: Likewise.
16939 * gdb.base/call-ar-st.c: Likewise.
16940 * gdb.base/call-rt-st.c: Likewise.
16941 * gdb.base/call-sc.c: Likewise.
16942 * gdb.base/call-strs.c: Likewise.
16943 * gdb.base/ending-run.c: Likewise.
16944 * gdb.base/execd-prog.c: Likewise.
16945 * gdb.base/exprs.c: Likewise.
16946 * gdb.base/foll-exec.c: Likewise.
16947 * gdb.base/foll-fork.c: Likewise.
16948 * gdb.base/foll-vfork.c: Likewise.
16949 * gdb.base/funcargs.c: Likewise.
16950 * gdb.base/gcore.c: Likewise.
16951 * gdb.base/jump.c: Likewise.
16952 * gdb.base/langs0.c: Likewise.
16953 * gdb.base/langs1.c: Likewise.
16954 * gdb.base/langs2.c: Likewise.
16955 * gdb.base/mips_pro.c: Likewise.
16956 * gdb.base/nodebug.c: Likewise.
16957 * gdb.base/opaque0.c: Likewise.
16958 * gdb.base/opaque1.c: Likewise.
16959 * gdb.base/recurse.c: Likewise.
16960 * gdb.base/run.c: Likewise.
16961 * gdb.base/scope0.c: Likewise.
16962 * gdb.base/scope1.c: Likewise.
16963 * gdb.base/setshow.c: Likewise.
16964 * gdb.base/setvar.c: Likewise.
16965 * gdb.base/shmain.c: Likewise.
16966 * gdb.base/shr1.c: Likewise.
16967 * gdb.base/shr2.c: Likewise.
16968 * gdb.base/sigall.c: Likewise.
16969 * gdb.base/signals.c: Likewise.
16970 * gdb.base/so-indr-cl.c: Likewise.
16971 * gdb.base/solib2.c: Likewise.
16972 * gdb.base/structs.c: Likewise.
16973 * gdb.base/sum.c: Likewise.
16974 * gdb.base/vforked-prog.c: Likewise.
16975 * gdb.base/watchpoint.c: Likewise.
16976 * gdb.reverse/shr2.c: Likewise.
16977 * gdb.reverse/until-reverse.c: Likewise.
16978 * gdb.reverse/ur1.c: Likewise.
16979 * gdb.reverse/watch-reverse.c: Likewise.
16980
066a77c5
AA
169812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16982
16983 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16984 variant.
16985 * gdb.base/sepdebug.exp: Drop references to removed code.
16986
4f204ea5
AA
169872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16988
16989 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16990 variant. Preserve original line numbering.
16991 * gdb.base/list1.c: Likewise.
16992
3b377a3a
AA
169932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16994
16995 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16996 variant.
16997 * gdb.base/break1.c: Likewise.
16998 * gdb.base/break.exp: Drop references to removed code.
16999
e444df73
AA
170002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17001
17002 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17003 variant.
17004
8008f2a7
AA
170052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17006
17007 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17008
a5a06887
AA
170092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17010
17011 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17012 logic into perform_all_tests() and invoke it with and without
17013 function header prototypes.
17014 (do_function_calls): Remove conditional XFAIL for PR 5318.
17015 (rerun_and_prepare): Remove duplicate code.
17016 (perform_all_tests): New. Main logic moved here.
17017
44dba9b9
AA
170182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17019
17020 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17021 code guarded by #ifdef NO_PROTOTYPES.
17022 (t_double_many_args): Likewise.
17023 (DEF_FUNC_MANY_ARGS_1): Likewise.
17024 (DEF_FUNC_VALUES_1): Likewise.
17025 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17026 guarded by #ifdef PROTOTYPES.
17027
d1fbcd56
AA
170282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17029
17030 * gdb.mi/mi-console.c: Add eye-catcher.
17031 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17032 instead of literal line number.
17033
b0e59b8f
AA
170342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17035
17036 * gdb.base/shr2.c: Add eye-catcher.
17037 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17038 line number.
17039
78f98cca
AA
170402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17041
17042 * gdb.base/jump.c: Add eye-catchers.
17043 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17044 numbers.
17045
58fa2af0
AA
170462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17047
17048 * gdb.base/execd-prog.c: Add eye-catchers.
17049 * gdb.base/foll-exec.c: Likewise.
17050 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17051 line numbers.
17052
04e5059b
AA
170532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17054
17055 * gdb.base/ending-run.c: Add eye-catchers.
17056 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17057 literal line numbers.
17058
dbfdb174
AA
170592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17060
17061 * gdb.base/call-rt-st.c: Add eye-catchers.
17062 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17063 literal line numbers.
17064
888a2ade
AA
170652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17066
17067 * gdb.base/call-ar-st.c: Add eye-catchers.
17068 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17069 literal line numbers.
17070
6acc2dde
AA
170712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17072
17073 * gdb.base/average.c: Add eye-catchers.
17074 * gdb.base/sum.c: Likewise.
17075 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17076 regexps dynamically.
17077
9ecfcd1d
AA
170782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17079
17080 * gdb.base/solib1.c: Add eye-catchers.
17081 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17082 literal line numbers.
17083
78708b7c
PA
170842014-11-12 Pedro Alves <palves@redhat.com>
17085
17086 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17087 leader has exited.
17088
af48d08f
PA
170892014-11-12 Pedro Alves <palves@redhat.com>
17090
17091 * gdb.arch/i386-bp_permanent.c: New file.
17092 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17093 (srcfile): Set to i386-bp_permanent.c.
17094 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17095 that stepi does not execute the 'leave' instruction, instead of
17096 testing it does execute.
17097 * gdb.base/bp-permanent.c: New file.
17098 * gdb.base/bp-permanent.exp: New file.
17099
af3768e9
DE
171002014-11-10 Doug Evans <xdje42@gmail.com>
17101
17102 PR symtab/17564
17103 * gdb.base/symtab-search-order.exp: New file.
17104 * gdb.base/symtab-search-order.c: New file.
17105 * gdb.base/symtab-search-order-1.c: New file.
17106 * gdb.base/symtab-search-order-shlib-1.c: New file.
17107
9de00a4a
PA
171082014-11-07 Pedro Alves <palves@redhat.com>
17109
17110 PR gdb/17511
17111 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17112 i?86-*-linux*.
17113
e0f52461
SC
171142014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17115
17116 PR c++/17494
17117 * gdb.cp/pr17494.cc: New file.
17118 * gdb.cp/pr17494.exp: New file.
17119
6ce8c980
YQ
171202014-11-02 Yao Qi <yao@codesourcery.com>
17121
17122 * gdb.python/python.exp: Get working directory and match the
17123 output of "set extended-prompt \\w " with it.
17124
02be9a71
DE
171252014-10-30 Doug Evans <dje@google.com>
17126
17127 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17128 in objfiles.
17129 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17130 in progspaces.
17131
3bdff46b
LM
171322014-10-30 Janis Johnson <janisjo@codesourcery.com>
17133
17134 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17135 * gdb.base/realname-expand.exp: Likewise.
17136 * gdb.linespec/macro-relative.exp: Likewise.
17137
ab917dfb
PA
171382014-10-29 Pedro Alves <palves@redhat.com>
17139
17140 PR gdb/17408
17141 * gdb.threads/schedlock.c (some_function): New function.
17142 (call_function): New global.
17143 (MAYBE_CALL_SOME_FUNCTION): New macro.
17144 (thread_function): Call it.
17145 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17146 and use it instead of a global counter. Adjust all callers.
17147 (get_current_thread): Use "find current thread" for test message
17148 here rather than having all callers pass down the same string.
17149 (goto_loop): New procedure, factored out from ...
17150 (my_continue): ... this.
17151 (step_ten_loops): Change parameter from test message to command to
17152 use. Adjust.
17153 (list_count): Delete global.
17154 (check_result): New procedure, factored out from duplicate top
17155 level code.
17156 (continue tests): Wrap in with_test_prefix.
17157 (test_step): New procedure, factored out from duplicate top level
17158 code.
17159 (top level): Test "step" in combination with all scheduler-locking
17160 modes. Test "next" in combination with all scheduler-locking
17161 modes, and in combination with stepping over a function call or
17162 not.
17163 * gdb.threads/next-bp-other-thread.c: New file.
17164 * gdb.threads/next-bp-other-thread.exp: New file.
17165
d3d4baed
PA
171662014-10-29 Pedro Alves <palves@redhat.com>
17167
17168 PR python/17372
17169 * gdb.python/python.exp: Test a multi-line command that spawns
17170 interactive Python.
17171 * gdb.base/multi-line-starts-subshell.exp: New file.
17172
563e8d85
YQ
171732014-10-29 Yao Qi <yao@codesourcery.com>
17174
17175 * gdb.base/fileio.exp: Make directories on host.
17176
0ea4d52e
YQ
171772014-10-29 Yao Qi <yao@codesourcery.com>
17178
17179 * gdb.base/fileio.c (test_write): Close the file.
17180
7f5ef605
PA
171812014-10-28 Pedro Alves <palves@redhat.com>
17182
17183 PR gdb/12623
17184 * gdb.base/sigstep.c (no_handler): New global.
17185 (main): If 'no_handler is true, set the signal handlers to
17186 SIG_IGN.
17187 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17188 with_sw_watch and no_handler parameters. Handle them.
17189 (top level) <stepping over handler when stopped at a breakpoint
17190 test>: Add a test axis for testing with a software watchpoint, and
17191 another for testing with the signal handler set to SIG_IGN.
17192 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17193 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17194
abbdbd03
PA
171952014-10-28 Pedro Alves <palves@redhat.com>
17196
17197 PR gdb/17511
17198 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17199 * gdb.base/sigstep.exp (other_handler_location): New global.
17200 (advance): Support stepping into the signal handler, and running
17201 commands while in the handler.
17202 (in_handler_map): New global.
17203 (top level): In the advance test, add combinations for getting
17204 into the handler with stepping commands, and for running commands
17205 in the handler. Add comment descripting the advancei tests.
17206
1df4399f
PA
172072014-10-28 Pedro Alves <palves@redhat.com>
17208
17209 * gdb.base/sigstep.exp: Use build_executable instead of
17210 prepare_for_testing.
17211 (top level): Move code that starts GDB, runs to main and creates a
17212 display to ...
17213 (restart): ... this new procedure.
17214 (top level): Move backtrace from signal handler test to ...
17215 (validate_backtrace): ... this new procedure.
17216 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17217 with_test_prefix. Always restart GDB.
17218 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17219 with_test_prefix. Always restart GDB. No need to delete
17220 breakpoints after the test.
17221 (test_skip_handler): Remove prefix parameter.
17222 (skip_over_handler, breakpoint_to_handler)
17223 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17224 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17225 restart GDB. No need to delete breakpoints after the test.
17226 (top level): Use foreach to call the test procedures with
17227 different commands.
17228
a5b6e449
PA
172292014-10-28 Pedro Alves <palves@redhat.com>
17230
17231 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17232 instead of GNATS numbers.
17233 * gdb.base/sigbpt.exp: Likewise.
17234 * gdb.base/siginfo.exp: Likewise.
17235 * gdb.base/sigstep.exp: Likewise.
17236
e5f8a7cc
PA
172372014-10-27 Pedro Alves <palves@redhat.com>
17238
17239 * gdb.base/sigstep.c (dummy): New global.
17240 (main): Issue a couple writes to the new global.
17241 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17242 procedures.
17243 (skip_over_handler): Use test_skip_handler.
17244 (top level): Call skip_over_handler for stepi and nexti too.
17245 (breakpoint_over_handler): Use test_skip_handler.
17246 (top level): Call breakpoint_over_handler for stepi and nexti too.
17247
763905a3
YQ
172482014-10-27 Yao Qi <yao@codesourcery.com>
17249
17250 * gdb.trace/tfile.c (adjust_function_address)
17251 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17252 function descriptor.
17253
6f259a23
DB
172542014-10-24 Don Breazeal <donb@codesourcery.com>
17255
17256 * gdb.base/foll-fork.exp (test_follow_fork,
17257 catch_fork_child_follow): Check for updated fork messages emitted
17258 from infrun.c.
17259 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17260 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17261 vfork_and_exec_child_follow_through_step): Check for updated vfork
17262 messages emitted from infrun.c.
17263
09dd9a69
PA
172642014-10-24 Pedro Alves <palves@redhat.com>
17265
17266 * gdb.base/corefile.exp: Remove references to ultrix.
17267 * gdb.base/interrupt.exp: Likewise.
17268 * gdb.base/whatis.exp: Likewise.
17269 * gdb.gdb/selftest.exp: Likewise.
17270 * gdb.threads/manythreads.exp: Likewise.
17271 * gdb.threads/print-threads.exp: Likewise.
17272 * gdb.threads/pthreads.exp:: Likewise.
17273 * gdb.threads/schedlock.exp: Likewise.
17274
3433cfa5
SC
172752014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17276
17277 * gdb.cp/non-trivial-retval.cc: Add a test case.
17278 * gdb.cp/non-trivial-retval.exp: Add a test.
17279
092f880b
YQ
172802014-10-20 Yao Qi <yao@codesourcery.com>
17281
17282 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17283 * gdb.python/py-objfile-script-gdb.py: New file.
17284 * gdb.python/py-objfile-script.exp: Update reference to
17285 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17286 of remote_download. Remove the dest file.
17287
acbdb7f3
YQ
172882014-10-20 Yao Qi <yao@codesourcery.com>
17289
17290 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17291 * gdb.base/step-line.exp: Likewise.
17292 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17293 * gdb.dwarf2/dw2-basic.exp: Likewise.
17294 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17295 * gdb.dwarf2/dw2-filename.exp: Likewise.
17296 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17297 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17298 * gdb.dwarf2/dw2-producer.exp: Likewise.
17299 * gdb.dwarf2/mac-fileno.exp: Likewise.
17300 * gdb.python/py-frame-args.exp: Likewise.
17301 * gdb.python/py-framefilter.exp: Likewise.
17302 * gdb.python/py-mi.exp: Likewise.
17303 * gdb.python/py-objfile-script.exp: Likewise
17304 * gdb.python/py-pp-integral.exp: Likewise.
17305 * gdb.python/py-pp-re-notag.exp: Likewise.
17306 * gdb.python/py-prettyprint.exp: Likewise.
17307 * gdb.python/py-section-script.exp: Likewise.
17308 * gdb.python/py-typeprint.exp: Likewise.
17309 * gdb.python/py-xmethods.exp: Likewise.
17310 * gdb.stabs/weird.exp: Likewise.
17311 * gdb.xml/tdesc-regs.exp: Likewise.
17312
bd286a29
KCY
173132014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17314
17315 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17316 (out_cu): Use addr_len for the size of addresses.
17317 (out_line): Likewise. Size DW_LNE_set_address instruction
17318 according to addr_len.
17319 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17320 (FUNC): Add START_INSNS to definition.
17321
673dc4a0
YQ
173222014-10-18 Yao Qi <yao@codesourcery.com>
17323
17324 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17325 gdb_has_argv0 return true.
17326 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17327 check [target_info exists noargs], check [gdb_has_argv0]
17328 instead.
17329 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17330 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17331 procedures.
17332
4ffbba72
DE
173332014-10-17 Doug Evans <dje@google.com>
17334
17335 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17336 event.
17337 * gdb.python/py-events.py: Add clear_objfiles event.
17338
d096d8c1
DE
173392014-10-17 Doug Evans <dje@google.com>
17340
17341 * gdb.python/py-objfile.exp: Test progspace attribute.
17342
a80db015
LM
173432014-10-17 Luis Machado <lgustavo@codesourcery.com>
17344
17345 * gdb.guile/scm-breakpoint.exp: Do not assume any
17346 directory separators when matching source file paths.
17347 * gdb.python/py-breakpoint.exp: Likewise.
17348 * gdb.reverse/break-precsave.exp: Likewise.
17349 * gdb.reverse/break-reverse.exp: Likewise.
17350 * gdb.reverse/consecutive-precsave.exp: Likewise.
17351 * gdb.reverse/finish-precsave.exp: Likewise.
17352 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17353 * gdb.reverse/finish-reverse.exp: Likewise.
17354 * gdb.reverse/i386-precsave.exp: Likewise.
17355 * gdb.reverse/i387-env-reverse.exp: Likewise.
17356 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17357 * gdb.reverse/machinestate-precsave.exp: Likewise.
17358 * gdb.reverse/machinestate.exp: Likewise.
17359 * gdb.reverse/sigall-precsave.exp: Likewise.
17360 * gdb.reverse/solib-precsave.exp: Likewise.
17361 * gdb.reverse/step-precsave.exp: Likewise.
17362 * gdb.reverse/until-precsave.exp: Likewise.
17363 * gdb.reverse/watch-precsave.exp: Likewise.
17364 * gdb.reverse/watch-reverse.exp: Likewise.
17365
b22089ab
YQ
173662014-10-17 Yao Qi <yao@codesourcery.com>
17367
17368 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17369 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17370
6c4486e6
PA
173712014-10-17 Pedro Alves <palves@redhat.com>
17372
17373 PR gdb/17471
17374 * gdb.base/bg-execution-repeat.c: New file.
17375 * gdb.base/bg-execution-repeat.exp: New file.
17376
0ff33695
PA
173772014-10-17 Pedro Alves <palves@redhat.com>
17378
17379 PR gdb/17300
17380 * gdb.base/continue-all-already-running.c: New file.
17381 * gdb.base/continue-all-already-running.exp: New file.
17382
6fdebc3d
PA
173832014-10-17 Pedro Alves <palves@redhat.com>
17384
17385 PR gdb/17472
17386 * gdb.base/annota-input-while-running.c: New file.
17387 * gdb.base/annota-input-while-running.exp: New file.
17388
32a8097b
PA
173892014-10-17 Pedro Alves <palves@redhat.com>
17390
17391 * gdb.base/callfuncs.exp: emove references to osf.
17392 * gdb.base/sigall.exp: Likewise.
17393 * gdb.gdb/selftest.exp: Likewise.
17394 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17395 * gdb.mi/non-stop.c: Likewise.
17396 * gdb.mi/pthreads.c: Likewise.
17397 * gdb.reverse/sigall-precsave.exp: Likewise.
17398 * gdb.reverse/sigall-reverse.exp: Likewise.
17399 * gdb.threads/pthreads.c: Likewise.
17400 * gdb.threads/pthreads.exp: Likewise.
17401
7a3517ff
YQ
174022014-10-17 Yao Qi <yao@codesourcery.com>
17403
17404 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17405 check 'target_info exists noargs'.
17406 (test_command_prompt_position): Likewise.
17407 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17408 Remove "set args".
17409 (progvar_simple_while_test): Likewise.
17410 (progvar_complex_if_while_test): Likewise.
17411 (if_while_breakpoint_command_test): Likewise.
17412 (infrun_breakpoint_command_test): Likewise.
17413 (breakpoint_command_test): Likewise.
17414 (watchpoint_command_test): Likewise.
17415 (bp_deleted_in_command_test): Likewise.
17416 (temporary_breakpoint_commands): Likewise.
17417
bb99c472
YQ
174182014-10-16 Yao Qi <yao@codesourcery.com>
17419
17420 * gdb.base/remotetimeout.exp: Remove noargs checking.
17421
7c16b83e
PA
174222014-10-15 Pedro Alves <palves@redhat.com>
17423
17424 PR breakpoints/9649
17425 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17426 * gdb.base/breakpoint-in-ro-region.exp
17427 (probe_target_hardware_step): New procedure.
17428 (top level): Probe hardware stepping and hardware breakpoint
17429 support. Test stepping through a read-only region, with both
17430 "breakpoint auto-hw" on and off and both "always-inserted" on and
17431 off.
17432
35a49624
IB
174332014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17434
17435 * gdb.dlang/demangle.exp: Update for demangling changes.
17436
2d1c107c
SC
174372014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17438
17439 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17440 * gdb.cp/non-trivial-retval.exp: Add new tests.
17441
778811d5
SC
174422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17443
17444 PR c++/13403
17445 PR c++/15154
17446 * gdb.cp/non-trivial-retval.cc: New file.
17447 * gdb.cp/non-trivial-retval.exp: New file.
17448
10c5f0a8
YQ
174492014-10-15 Yao Qi <yao@codesourcery.com>
17450
17451 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17452 remote host.
17453
65d7b369
YQ
174542014-10-15 Yao Qi <yao@codesourcery.com>
17455
17456 * gdb.python/py-symbol.exp: Match file base name if host is
17457 remote, otherwise match file name with dir name.
17458 * gdb.python/py-symtab.exp: Likewise.
17459 * gdb.python/python.exp: Likewise.
17460
46dc1394
YQ
174612014-10-15 Yao Qi <yao@codesourcery.com>
17462
17463 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17464 pattern.
17465 * gdb.python/py-symtab.exp: Likewise.
17466 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17467 locationn.
17468
c40cc657
JB
174692014-10-14 Joel Brobecker <brobecker@adacore.com>
17470
17471 * gdb.ada/addr_arith: New testcase.
17472
2abf49e1
MR
174732014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17474
17475 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17476 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17477 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17478 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17479
f7088df3
SDJ
174802014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17481
17482 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17483 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17484 * gdb.arch/stap-eval-lang-ada.exp: New file.
17485
4dc06805
YQ
174862014-10-14 Yao Qi <yao@codesourcery.com>
17487
17488 * gdb.mi/mi-var-child.c (nothing1): New function.
17489 (nothing2): New function.
17490 (do_children_tests): Set function pointers by nothing1 and
17491 nothing2.
17492 * gdb.mi/mi-var-child.exp: Step over new added statements.
17493 Update test to match the new output.
17494 * gdb.mi/var-cmd.c (nothing1): New function.
17495 (nothing2): New function.
17496 (do_children_tests): Set function pointers by nothing1 and
17497 nothing2.
17498 * gdb.mi/mi-var-display.exp: Update test to match output.
17499 Step to the line specified by $line_dct_nothing.
17500 Increase the number of lines to step.
17501
46a93de2
YQ
175022014-10-14 Yao Qi <yao@codesourcery.com>
17503
17504 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17505 tests.
17506 * gdb.mi/mi2-var-child.exp: Likewise.
17507
14ea52ee
DE
175082014-10-13 Doug Evans <dje@google.com>
17509
17510 * gdb.python/py-objfile.exp: Change name of file name test.
17511
e5c6e92b
DE
175122014-10-13 Doug Evans <dje@google.com>
17513
17514 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17515 from the start of the CU.
17516
c780cc2f
JK
175172014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17518 Yao Qi <yao@codesourcery.com>
17519
17520 Fix "save breakpoints" for "catch" command.
17521 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17522 Remove -nonewline. Match also the added "main" line.
17523
99894e11
JK
175242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17525
17526 Fix "save breakpoints" for "disable $bpnum" command.
17527 * gdb.base/save-bp.c (main): Add label.
17528 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17529
6e1ac5a3
JK
175302014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17531
17532 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17533
754dd2b0
YQ
175342014-10-11 Yao Qi <yao@codesourcery.com>
17535
17536 * gdb.server/server-kill.exp: Execute command
17537 "set remote trace-status-packet on" before "tstatus".
17538
f90183d7
YQ
175392014-10-11 Yao Qi <yao@codesourcery.com>
17540
17541 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17542 (main): Call getppid.
17543 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17544 and continue to it. Read variable "server_pid".
17545
bf40a607
YQ
175462014-10-11 Yao Qi <yao@codesourcery.com>
17547
17548 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17549
052ca370
YQ
175502014-10-11 Yao Qi <yao@codesourcery.com>
17551
17552 * gdb.threads/thread-find.exp: Don't execute command
17553 "info threads".
17554 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17555 * gdb.threads/linux-dp.exp: Don't check the condition
17556 $threads_created equals to zero.
17557
3831839c
PA
175582014-10-10 Pedro Alves <palves@redhat.com>
17559
17560 * gdb.base/bigcore.exp: Remove references to IRIX.
17561 * gdb.base/funcargs.exp: Likewise.
17562 * gdb.base/interrupt.exp: Likewise.
17563 * gdb.base/mips_pro.exp: Likewise.
17564 * gdb.base/nodebug.exp: Likewise.
17565 * gdb.base/setvar.exp: Likewise.
17566 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17567
8b9a549d
PA
175682014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17569 Pedro Alves <palves@redhat.com>
17570
17571 PR symtab/14466
17572 * gdb.base/vdso-warning.c: New file.
17573 * gdb.base/vdso-warning.exp: New file.
17574
d48ba5e8
DE
175752014-10-02 Doug Evans <dje@google.com>
17576
17577 * gdb.base/structs.c (main): Don't run forever.
17578
2278c276
PA
175792014-10-02 Pedro Alves <palves@redhat.com>
17580
17581 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17582 (top level) <stop threads 1, stop threads 2>: Use it.
17583
b57bacec
PA
175842014-10-02 Pedro Alves <palves@redhat.com>
17585
17586 * gdb.threads/break-while-running.exp (test): Add new
17587 'update_thread_list' argument. Skip "info threads" if false.
17588 (top level): Add new 'update_thread_list' axis.
17589
13fd3ff3
PA
175902014-10-02 Pedro Alves <palves@redhat.com>
17591
17592 PR breakpoints/17431
17593 * gdb.base/execl-update-breakpoints.c: New file.
17594 * gdb.base/execl-update-breakpoints.exp: New file.
17595
0fec99e8
PA
175962014-10-01 Pedro Alves <palves@redhat.com>
17597
17598 * gdb.base/breakpoint-in-ro-region.c: New file.
17599 * gdb.base/breakpoint-in-ro-region.exp: New file.
17600
2ddf4301
SM
176012014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17602
17603 * gdb.mi/mi-exit-code.exp: New file.
17604 * gdb.mi/mi-exit-code.c: New file.
17605
6a5f3f43
YQ
176062014-09-30 Yao Qi <yao@codesourcery.com>
17607
17608 * lib/prelink-support.exp (build_executable_own_libs): Error if
17609 the target isn't native.
17610
345bcc73
YQ
176112014-09-30 Yao Qi <yao@codesourcery.com>
17612
17613 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17614 false.
17615
a25a5a45
PA
176162014-09-22 Pedro Alves <palves@redhat.com>
17617
17618 * gdb.threads/break-while-running.exp: New file.
17619 * gdb.threads/break-while-running.c: New file.
17620
00ba3162
YQ
176212014-09-19 Yao Qi <yao@codesourcery.com>
17622
17623 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17624 Invoke test. Restart GDB with --readnow and invoke test again.
17625
c3b7b696
YQ
176262014-09-19 Yao Qi <yao@codesourcery.com>
17627
17628 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17629 proc set_breakpoint_on_gcd_function. Invoke
17630 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17631 invoke set_breakpoint_on_gcd_function again.
17632
2b4fd423
DE
176332014-09-18 Doug Evans <dje@google.com>
17634
17635 * gdb.dwarf2/symtab-producer.exp: New file.
17636
a5947601
SDJ
176372014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17638
17639 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17640 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17641 * gdb.base/global-var-nested-by-dso.c: Likewise.
17642 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17643
91c19059
SDJ
176442014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17645 Pedro Alves <palves@redhat.com>
17646
17647 * gdb.base/watch-bitfields.exp: Pass string other than test file
17648 name to prepare_for_testing.
17649 (watch): New procedure.
17650 (expect_watchpoint): Use with_test_prefix.
17651 (top level): Factor out tests to ...
17652 (test_watch_location, test_regular_watch): ... these new
17653 procedures, and use with_test_prefix and gdb_continue_to_end.
17654
bb9d5f81
PP
176552014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17656
17657 PR breakpoints/12526
17658 * gdb.base/watch-bitfields.exp: New file.
17659 * gdb.base/watch-bitfields.c: New file.
17660
635856f5
PA
176612014-09-16 Pedro Alves <palves@redhat.com>
17662
17663 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17664 software and hardware addresses, not software address against
17665 itself.
17666
7280ceea
PA
176672014-09-16 Pedro Alves <palves@redhat.com>
17668
17669 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17670 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17671
428b16bd
PA
176722014-09-16 Pedro Alves <palves@redhat.com>
17673
17674 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17675 files.
17676 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17677 "*-*-vxworks*" throughout.
17678 * gdb.base/break.exp: Likewise.
17679 * gdb.base/default.exp: Likewise.
17680 * gdb.base/scope.exp: Likewise.
17681 * gdb.base/sepdebug.exp: Likewise.
17682 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17683 throughout.
17684 * gdb.base/run.c: Likewise.
17685 * gdb.base/sepdebug.c: Likewise.
17686 * gdb.hp/gdb.aCC/run.c: Likewise.
17687 * gdb.reverse/until-reverse.c: Likewise.
17688 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17689
666d413c
YQ
176902014-09-16 Yao Qi <yao@codesourcery.com>
17691
17692 * boards/local-remote-host-native.exp: New file.
17693
57cbd724
DE
176942014-09-14 Doug Evans <xdje42@gmail.com>
17695
17696 * gdb.threads/queue-signal.c (thread_count): New variable.
17697 (thread_count_mutex, thread_count_condvar): New variables.
17698 (incr_thread_count, wait_all_threads_running): New functions.
17699 (main): Wait for all threads to be in their thread functions.
17700
81219e53
DE
177012014-09-13 Doug Evans <xdje42@gmail.com>
17702
17703 * gdb.threads/queue-signal.c: New file.
17704 * gdb.threads/queue-signal.exp: New file.
17705
3714cea7
DE
177062014-09-13 Doug Evans <xdje42@gmail.com>
17707
17708 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17709 be consistent with what default_gdb_init uses.
17710 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17711 the plain text of the prompt. Add some logging printfs.
17712 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17713
fa43b1d7
PA
177142014-09-12 Pedro Alves <palves@redhat.com>
17715
17716 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17717 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17718 * gdb.arch/i386-size-overlap.exp: Likewise.
17719 * gdb.arch/i386-size.exp: Likewise.
17720 * gdb.arch/i386-unwind.exp: Likewise.
17721 * gdb.base/a2-run.exp: Likewise.
17722 * gdb.base/break.exp: Likewise.
17723 * gdb.base/charset.exp: Likewise.
17724 * gdb.base/chng-syms.exp: Likewise.
17725 * gdb.base/commands.exp: Likewise.
17726 * gdb.base/dbx.exp: Likewise.
17727 * gdb.base/find.exp: Likewise.
17728 * gdb.base/funcargs.exp: Likewise.
17729 * gdb.base/jit-simple.exp: Likewise.
17730 * gdb.base/reread.exp: Likewise.
17731 * gdb.base/sepdebug.exp: Likewise.
17732 * gdb.base/step-bt.exp: Likewise.
17733 * gdb.cp/mb-inline.exp: Likewise.
17734 * gdb.cp/mb-templates.exp: Likewise.
17735 * gdb.objc/basicclass.exp: Likewise.
17736 * gdb.threads/killed.exp: Likewise.
17737
9d9bf2df
EBM
177382014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17739
17740 PR tdep/17379
17741 * gdb.arch/powerpc-stackless.S: New file.
17742 * gdb.arch/powerpc-stackless.exp: New file.
17743
1cf2f1b0
JK
177442014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17745
17746 * gdb.base/attach.c: Include unistd.h.
17747 (main): Call alarm. Add label postloop.
17748 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17749 gdb_breakpoint, gdb_continue_to_breakpoint.
17750 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17751
98880d46
PA
177522014-09-11 Pedro Alves <palves@redhat.com>
17753
17754 PR gdb/17347
17755 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17756 * gdb.base/attach.exp (test_command_line_attach_run): New
17757 procedure.
17758 (top level): Call it.
17759
4c92ff2c
PA
177602014-09-11 Pedro Alves <palves@redhat.com>
17761
17762 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17763 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17764 (do_command_attach_tests): Use spawn_wait_for_attach.
17765 * gdb.base/solib-overlap.exp: Likewise.
17766 * gdb.multi/multi-attach.exp: Likewise.
17767 * gdb.python/py-prompt.exp: Likewise.
17768 * gdb.python/py-sync-interp.exp: Likewise.
17769 * gdb.server/ext-attach.exp: Likewise.
17770
3adc1a7d
GKB
177712014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17772
17773 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17774 command in testcase. Simplify testcase.
17775
96334934
JB
177762014-09-10 Joel Brobecker <brobecker@adacore.com>
17777
17778 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17779
eb479039
JB
177802014-09-10 Joel Brobecker <brobecker@adacore.com>
17781
17782 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17783
deede10c
JB
177842014-09-10 Joel Brobecker <brobecker@adacore.com>
17785
17786 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17787
7828a5f5
JB
177882014-09-10 Joel Brobecker <brobecker@adacore.com>
17789
17790 * gdb.dwarf2/dynarr-ptr.c: New file.
17791 * gdb.dwarf2/dynarr-ptr.exp: New file.
17792
33aeebcf
MR
177932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17794
17795 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17796 of 30 rather than hardcoding 120 for a slow test case. Take the
17797 `gdb,timeout' target setting into account for this calculation.
17798 Don't extend the timeout for the test cases that don't need it.
17799
7b415901
MR
178002014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17801
17802 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17803 a factor of 2 for a slow test case. Take the `gdb,timeout'
17804 target setting into account for this calculation.
17805 * gdb.reverse/until-precsave.exp: Increase the timeout by
17806 a factor of 15 and 3 respectively rather than adding 120
17807 for a pair of slow test cases. Take the `gdb,timeout'
17808 target setting into account for this calculation.
17809
4a40f85a
MR
178102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17811
17812 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17813 timeout, don't pass one down to gdb_expect.
17814 (gdb_expect): Rework timeout selection.
17815
09635af7
MR
178162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17817
17818 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17819 exception on timeout.
17820 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17821 (gdbserver_start_extended): Catch any `gdbserver_start' error
17822 exceptions.
17823 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17824 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17825 `gdbserver_gdb_load' error exceptions.
17826
2bdd10b7
MR
178272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17828
17829 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17830 120 on waiting for the TCP socket to open.
17831
316935f0
DE
178322014-09-09 Doug Evans <xdje42@gmail.com>
17833
17834 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17835 _caller_matches, _any_caller_is, _any_caller_matches.
17836
83740597
DE
178372014-09-09 Doug Evans <xdje42@gmail.com>
17838
17839 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17840
4c122fc3
YQ
178412014-09-09 Yao Qi <yao@codesourcery.com>
17842
17843 * gdb.mi/mi-var-display.exp: Set print symbol off.
17844
a9f116cb
GKB
178452014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17846
17847 PR gdb/17035
17848 * gdb.base/commands.exp: Add tests to verify user-defined
17849 commands with empty bodies.
17850 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17851 python commands in `show user command`.
17852 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17853 scheme commands in `show user command`.
17854
c75bd3a2
JK
178552014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17856
17857 PR python/17355
17858 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17859 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17860 * gdb.python/py-framefilter-invalidarg.exp: New file.
17861 * gdb.python/py-framefilter-invalidarg.py: New file.
17862
faa42425
DE
178632014-09-06 Doug Evans <xdje42@gmail.com>
17864
17865 PR 15276
17866 * gdb.python/py-caller-is.c: New file.
17867 * gdb.python/py-caller-is.exp: New file.
17868
474ca4f6
SDJ
178692014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17870
17871 PR gdb/17235
17872 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17873 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17874
eb0b0463
SDJ
178752014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17876
17877 PR fortran/17237
17878 * gdb.fortran/print-formatted.exp: New file.
17879 * gdb.fortran/print-formatted.f90: Likewise.
17880
5f3b99cf
SS
178812014-09-03 Sasha Smundak <asmundak@google.com>
17882
17883 * gdb.python/py-frame.exp: Test Frame.read_register.
17884
7d793aa9
SDJ
178852014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17886
17887 PR python/16699
17888 * gdb.python/py-completion.exp: New file.
17889 * gdb.python/py-completion.py: Likewise.
17890
fb0576e9
DE
178912014-08-28 Doug Evans <dje@google.com>
17892
17893 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17894 eax,etc. are live with values set by gdb and thus the compiler can't
17895 use them.
17896 * gdb.arch/i386-pseudo.c (main): Ditto.
17897
ee92b0dd
DE
178982014-08-27 Doug Evans <dje@google.com>
17899
17900 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17901
6649db35
DE
179022014-08-25 Doug Evans <dje@google.com>
17903
17904 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17905 (main): Ditto.
17906
564b7600
DE
179072014-08-25 Doug Evans <dje@google.com>
17908
17909 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17910
3881fb67
YQ
179112014-08-24 Yao Qi <yao@codesourcery.com>
17912
17913 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17914 symbol off.
17915 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17916
a05a36a5
DE
179172014-08-22 Doug Evans <dje@google.com>
17918
17919 PR 17276
17920 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17921 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17922 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17923
7c343b48
YQ
179242014-08-22 Yao Qi <yao@codesourcery.com>
17925
17926 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17927 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17928 * gdb.python/python.exp: Likewise. Use .py file on the host
17929 instead of the build.
17930
22fd09ae
JK
179312014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17932
17933 * gdb.threads/gcore-stale-thread.c: New file.
17934 * gdb.threads/gcore-stale-thread.exp: New file.
17935
a8454a7c
PA
179362014-08-21 Pedro Alves <palves@redhat.com>
17937
17938 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17939 * gdb.base/gcore-relro-pie.exp: Likewise.
17940 * gdb.base/gcore-relro.exp: Likewise.
17941 * gdb.base/gcore.exp: Likewise.
17942 * gdb.base/print-symbol-loading.exp: Likewise.
17943 * gdb.threads/gcore-thread.exp: Likewise.
17944 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17945
2a31c623
PA
179462014-08-20 Pedro Alves <palves@redhat.com>
17947 Jan Kratochvil <jan.kratochvil@redhat.com>
17948
17949 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17950 configure.
17951 (EXPECT): Handle READ1 being set.
17952 (all): Depend on EXTRA_RULES.
17953 (check-read1, expect-read1, read1.so, read1): New rules.
17954 * README (Testsuite Parameters): Document the READ1 make variable.
17955 (Race detection): New section.
17956 * configure: Regenerate.
17957 * configure.ac: If build==host==target, and running under a
17958 GNU/glibc system, add read1 to the extra Makefile rules.
17959 (EXTRA_RULES): AC_SUBST it.
17960 * lib/read1.c: New file.
17961
d36430db
JB
179622014-08-20 Joel Brobecker <brobecker@adacore.com>
17963
17964 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17965 the handling of variables declared as a typedef to an array
17966 which a DW_AT_data_location attribute.
17967
9a0dc9e3
PA
179682014-08-19 Andrew Burgess <aburgess@broadcom.com>
17969 Pedro Alves <palves@redhat.com>
17970
17971 PR symtab/14604
17972 PR symtab/14605
17973 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17974 gdb_test.
17975
0718a8da
PA
179762014-08-19 Pedro Alves <palves@redhat.com>
17977
17978 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17979
13b448cd
YQ
179802014-08-19 Yao Qi <yao@codesourcery.com>
17981
17982 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17983 right line.
17984
1cbf5077
DB
179852014-08-18 David Blaikie <dblaikie@gmail.com>
17986
17987 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17988
bf0fae19
JB
179892014-08-18 Joel Brobecker <brobecker@adacore.com>
17990
17991 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17992 attribute in array range.
17993
3c8c5dcc
JB
179942014-08-18 Joel Brobecker <brobecker@adacore.com>
17995
17996 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17997
e66d4446
SC
179982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17999
18000 PR c++/17132
18001 * gdb.cp/pr17132.cc: New file.
18002 * gdb.cp/pr17132.exp: New file.
18003
940df408
SC
180042014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18005
18006 * gdb.python/py-xmethods.py (A_getarrayind)
18007 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18008 Use 'print' with function call syntax.
18009 (E_method_matcher.match): Fix tab vs space indentation mixup.
18010
ebcc6c3a
YQ
180112014-08-15 Yao Qi <yao@codesourcery.com>
18012
18013 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18014 false.
18015
775e0f04
YQ
180162014-08-15 Yao Qi <yao@codesourcery.com>
18017
18018 * gdb.cp/casts.exp: Set print symbol off.
18019 * gdb.cp/class2.exp: Likewise.
18020 * gdb.cp/overload.exp: Likewise.
18021 * gdb.cp/templates.exp: Likewise.
18022
d769e349
DE
180232014-08-11 Doug Evans <dje@google.com>
18024
18025 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18026 (test_load_shlib): Update.
18027
20c6f1e1
YQ
180282014-08-09 Yao Qi <yao@codesourcery.com>
18029
18030 * gdb.base/display.exp: Invoke is_address_zero_readable.
18031 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18032 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18033 * gdb.base/hbreak-unmapped.exp: Return if
18034 is_address_zero_readable returns true.
18035 * gdb.base/signest.exp: Likewise.
18036 * gdb.base/signull.exp: Likewise.
18037 * gdb.base/sigbpt.exp: Likewise.
18038 * gdb.guile/scm-disasm.exp: Do the test if
18039 is_address_zero_readable returns false.
18040 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18041 * gdb.python/py-arch.exp: Likewise.
18042 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18043 * lib/gdb.exp (is_address_zero_readable): New proc.
18044
5792e8e3
YQ
180452014-08-09 Yao Qi <yao@codesourcery.com>
18046
18047 PR testsuite/13443
18048 * gdb.mi/mi-var-display.exp: Make test messages unique.
18049
3cecbbbe
TT
180502014-08-04 Tom Tromey <tromey@redhat.com>
18051
18052 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18053 target 0".
18054
00b51ff5
TT
180552014-08-04 Tom Tromey <tromey@redhat.com>
18056
18057 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18058 "target_resume".
18059
6908c509
JB
180602014-08-01 Joel Brobecker <brobecker@adacore.com>
18061
18062 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18063 inner_vla_struct_object_size.
18064 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18065 as xfail.
18066
cc6563d2
PA
180672014-07-30 Pedro Alves <palves@redhat.com>
18068
18069 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18070 comment.
18071
7e09a223
YQ
180722014-07-29 Yao Qi <yao@codesourcery.com>
18073
18074 PR gdb/17206
18075 * gdb.base/until-nodebug.exp: New.
18076
7ebdbe92
DE
180772014-07-28 Doug Evans <xdje42@gmail.com>
18078
18079 PR guile/17203
18080 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18081 previously existing parameter, and previously ambiguously spelled
18082 parameter.
18083
fdb1adc6
WN
180842014-07-28 Will Newton <will.newton@linaro.org>
18085
18086 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18087
186fcde0
DE
180882014-07-26 Ludovic Courtès <ludo@gnu.org>
18089 Doug Evans <xdje42@gmail.com>
18090
18091 PR guile/17146
18092 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18093
70509625
PA
180942014-07-25 Pedro Alves <palves@redhat.com>
18095
18096 * gdb.threads/signal-command-handle-nopass.c: New file.
18097 * gdb.threads/signal-command-handle-nopass.exp: New file.
18098 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18099 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18100 * gdb.threads/signal-delivered-right-thread.c: New file.
18101 * gdb.threads/signal-delivered-right-thread.exp: New file.
18102
c3f814a1
PA
181032014-07-25 Pedro Alves <palves@redhat.com>
18104
18105 * gdb.base/double-prompt-target-event-error.exp
18106 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18107 match.
18108 (cancel_pagination_in_target_event): Rework double prompt
18109 detection.
18110 * gdb.base/paginate-after-ctrl-c-running.exp
18111 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18112 <return>' match.
18113 * gdb.base/paginate-bg-execution.exp
18114 (test_bg_execution_pagination_return)
18115 (test_bg_execution_pagination_cancel): Remove '-notransfer
18116 <return>' matches.
18117 * gdb.base/paginate-execution-startup.exp
18118 (test_fg_execution_pagination_return)
18119 (test_fg_execution_pagination_cancel): Remove '-notransfer
18120 <return>' matches.
18121 * gdb.base/paginate-inferior-exit.exp
18122 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18123 match.
18124 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18125 * lib/gdb.exp (pagination_prompt): Run text through
18126 string_to_regexp.
18127 (gdb_test_multiple): Match $pagination_prompt instead of
18128 "<return>".
18129 (string_to_regexp): Move to lib/gdb-utils.exp.
18130
e214cf6c
JK
181312014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18132
18133 * gdb.arch/amd64-entry-value-paramref.S: New file.
18134 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18135 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18136 * gdb.arch/amd64-optimout-repeat.S: New file.
18137 * gdb.arch/amd64-optimout-repeat.c: New file.
18138 * gdb.arch/amd64-optimout-repeat.exp: New file.
18139
17d0c5c8
JK
181402014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18141
18142 PR gdb/17170
18143 * gdb.base/statistics.exp: New file.
18144
b8b8facf
DE
181452014-07-17 Doug Evans <dje@google.com>
18146
74b49205 18147 PR gdb/17170
b8b8facf
DE
18148 * gdb.base/maint.exp: Update testing of per-command stats.
18149
1b5d0ab3
PA
181502014-07-16 Pedro Alves <palves@redhat.com>
18151
18152 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18153 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18154 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18155 (tfile_write_buf): New functions.
18156 (add_memory_block): Rewrite using the above.
18157 (adjust_function_address): New function.
18158 (FUNCTION_ADDRESS): New macro.
18159 (write_basic_trace_file): Remove short_x local, and use
18160 tfile_write_16. Change type of func_addr local to unsigned long
18161 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18162 here. Cast argument of add_memory_block to char pointer.
18163 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18164 (main): Remove parameters.
18165 * gdb.trace/tfile.exp: Remove nowarnings.
18166
4d974e88
SM
181672014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18168
18169 * gdb.base/debug-expr.exp: Test string evaluation with
18170 "debug expression" on.
18171
41e99568
PA
181722014-07-15 Pedro Alves <palves@redhat.com>
18173
18174 * gdb.base/reread.exp: Use clean_restart.
18175
487d9753
PL
181762014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18177
18178 * gdb.arch/avr-flash-qualifer.c: New.
18179 * gdb.arch/avr-flash-qualifer.exp: New.
18180
cc1c52ad
PA
181812014-07-14 Pedro Alves <palves@redhat.com>
18182
18183 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18184 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18185
1e973570
PA
181862014-07-14 Pedro Alves <palves@redhat.com>
18187
18188 * gdb.base/double-prompt-target-event-error.c: New file.
18189 * gdb.base/double-prompt-target-event-error.exp: New file.
18190
93d6eb10
PA
181912014-07-14 Pedro Alves <palves@redhat.com>
18192
18193 PR gdb/17072
18194 * gdb.base/paginate-inferior-exit.c: New file.
18195 * gdb.base/paginate-inferior-exit.exp: New file.
18196
0017922d
PA
181972014-07-14 Pedro Alves <palves@redhat.com>
18198
18199 PR gdb/17072
18200 * gdb.base/paginate-bg-execution.c: New file.
18201 * gdb.base/paginate-bg-execution.exp: New file.
18202
94696ad3
PA
182032014-07-14 Pedro Alves <palves@redhat.com>
18204
18205 PR gdb/17072
18206 * gdb.base/paginate-execution-startup.c: New file.
18207 * gdb.base/paginate-execution-startup.exp: New file.
18208 * lib/gdb.exp (pagination_prompt): New global.
18209 (default_gdb_spawn): New procedure, factored out from
18210 default_gdb_spawn.
18211 (default_gdb_start): Adjust to call default_gdb_spawn.
18212 (gdb_spawn): New procedure.
18213
bd293940
PA
182142014-07-14 Pedro Alves <palves@redhat.com>
18215
18216 * lib/gdb.exp (gdb_assert): New procedure.
18217 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18218
c933f875
PA
182192014-07-14 Pedro Alves <palves@redhat.com>
18220
18221 * gdb.base/execution-termios.c: New file.
18222 * gdb.base/execution-termios.exp: New file.
18223
d98b7a16
TT
182242014-07-14 Tom Tromey <tromey@redhat.com>
18225
18226 * gdb.cp/vla-cxx.cc: New file.
18227 * gdb.cp/vla-cxx.exp: New file.
18228
548740d6
TT
182292014-07-14 Tom Tromey <tromey@redhat.com>
18230
18231 * gdb.reverse/rerun-prec.c: New file.
18232 * gdb.reverse/rerun-prec.exp: New file.
18233
a25eb028
MR
182342014-07-12 Maciej W. Rozycki <macro@mips.com>
18235 Maciej W. Rozycki <macro@codesourcery.com>
18236
18237 * lib/gdb-utils.exp: New file.
18238 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18239 inline `gdb_init_command' processing.
18240 (gdb_start_cmd): Likewise.
18241 * lib/mi-support.exp (mi_run_cmd): Likewise.
18242 * README: Document `gdb_init_command' and `gdb_init_commands'.
18243
218c2655
JK
182442014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18245
18246 Fix false FAIL running under a very long directory name.
18247 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18248 and "set print elements 10000". Twice.
18249
5401fde3
YQ
182502014-07-11 Yao Qi <yao@codesourcery.com>
18251
18252 * gdb.base/exprs.exp: "set print symbol off".
18253
e76126e8
PA
182542014-07-11 Pedro Alves <palves@redhat.com>
18255
18256 * gdb.threads/kill.c: New file.
18257 * gdb.threads/kill.exp: New file.
18258
2d6f0de6
YQ
182592014-07-10 Yao Qi <yao@codesourcery.com>
18260
18261 * gdb.trace/tfile.c (write_basic_trace_file)
18262 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18263 address written to trace file.
18264
7180e04a
PA
182652014-07-09 Pedro Alves <palves@redhat.com>
18266
18267 * gdb.base/attach-wait-input.exp: New file.
18268 * gdb.base/attach-wait-input.c: New file.
18269
9a9a7608
AB
182702014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18271
18272 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18273 setting up test structures.
18274 (main): Call new test function.
18275 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18276 test function, continue into test function and walk test
18277 structures.
18278
161ac41e
YQ
182792014-07-02 Yao Qi <yao@codesourcery.com>
18280
18281 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18282 'bar_start' at the beginning of functions 'foo' and 'bar'
18283 respectively.
18284 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18285 instead of 'foo' and 'bar'.
18286
1f267ae3
MM
182872014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18288
18289 * gdb.btrace/segv.exp: New.
18290 * gdb.btrace/segv.c: New.
18291
2b239efb
LM
182922014-07-02 Luis Machado <lgustavo@codesourcery.com>
18293
18294 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18295 instruction.
18296
cf363f18
MW
182972014-06-30 Mark Wielaard <mjw@redhat.com>
18298
18299 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18300 vulture, vilify, villar): New volatile array constants.
18301 (vindictive, vegetation): New const volatile array constants.
18302 * gdb.base/volatile.exp: Test volatile and const volatile array
18303 types.
18304
aebf9d24
AA
183052014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18306
18307 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18308 target lacks support for awatch, rwatch, or hbreak.
18309
b67a2c6f
YQ
183102014-06-27 Yao Qi <yao@codesourcery.com>
18311
18312 * gdb.multi/dummy-frame-restore.exp: New.
18313 * gdb.multi/dummy-frame-restore.c: New.
18314
aef92902
MM
183152014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18316
18317 * gdb.btrace/gcore.exp: New.
18318
8e9db26e
PA
183192014-06-23 Pedro Alves <palves@redhat.com>
18320
18321 * gdb.base/watchpoint-reuse-slot.c: New file.
18322 * gdb.base/watchpoint-reuse-slot.exp: New file.
18323
70afc5b7
SC
183242014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18325
18326 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18327 progspace's filename in 'info', 'enable' and 'disable' command
18328 tests.
18329
b972bd9c
JK
183302014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18331
18332 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18333 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18334 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18335
125f8a3d
GB
183362014-06-20 Gary Benson <gbenson@redhat.com>
18337
18338 * gdb.arch/i386-avx.exp: Fix include file location.
18339 * gdb.arch/i386-sse.exp: Likewise.
18340
3ed9baed
IB
183412014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18342
18343 * gdb.dlang/expression.exp: New file.
18344
034f788c
PA
183452014-06-19 Pedro Alves <palves@redhat.com>
18346
18347 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18348 out from ...
18349 (top level): ... here. Iterate running tests under different
18350 scheduler-locking settings.
18351
45371d0c
LM
183522014-06-18 Luis Machado <lgustavo@codesourcery.com>
18353
18354 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18355 to DW_FORM_addr and use non-zero addresses.
18356
5d376983
SC
183572014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18358
18359 PR gdb/17017
18360 * gdb.python/py-xmethods.cc: Add global function call counters and
18361 increment them in their respective functions. Remove "cout"
18362 statements.
18363 * gdb.python/py-xmethods.exp: Make tests check the global function
18364 call counters instead of depending on inferior IO.
18365
a1aa2221
LM
183662014-06-18 Don Breazeal <donb@codesourcery.com>
18367
18368 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18369 Deleted procedure.
18370 (explicit_fork_parent_follow): Deleted procedure.
18371 (explicit_fork_child_follow): Deleted procedure.
18372 (test_follow_fork): New procedure.
18373 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18374 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18375 procedure calls.
18376
0fc05997
YQ
183772014-06-17 Yao Qi <yao@codesourcery.com>
18378
18379 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18380 CP1252.
18381
70795c52
LM
183822014-06-17 Luis Machado <lgustavo@codesourcery.com>
18383
18384 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18385 Initialize ptr and S explicitly.
18386 (skip_type_update_when_not_use_rtti_test): Likewise.
18387
6be47f0c
KS
183882014-06-16 Keith Seitz <keiths@redhat.com>
18389
18390 PR mi/15863
18391 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18392 the inferior is started.
18393
d03de421
PA
183942014-06-16 Pedro Alves <palves@redhat.com>
18395
18396 * gdb.base/break-main-file-remove-fail.c: New file.
18397 * gdb.base/break-main-file-remove-fail.exp: New file.
18398 * gdb.base/break-unload-file.exp: Use build_executable instead of
18399 prepare_for_testing.
18400 (test_break): New parameter "initial_load". Handle it.
18401 (top level): Add initial_load cmdline/file axis.
18402
f9579b99
TT
184032014-06-12 Tom Tromey <tromey@redhat.com>
18404
18405 * gdb.base/completion.exp: Don't use directory name in test.
18406
3657956b
GB
184072014-06-09 Gary Benson <gbenson@redhat.com>
18408
18409 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18410 separate the always-available ANSI-standard signals from the
18411 signals that require checking.
18412 (main): Likewise.
18413 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18414 Likewise.
18415 (main): Likewise.
18416
4186eb54
KS
184172014-06-07 Keith Seitz <keiths@redhat.com>
18418
18419 Revert:
18420 PR c++/16253
18421 * gdb.cp/var-tag.cc: New file.
18422 * gdb.cp/var-tag.exp: New file.
18423 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18424 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18425 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18426 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18427
25326a28 184282014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18429
18430 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18431
829155c9
PA
184322014-06-06 Pedro Alves <palves@redhat.com>
18433
18434 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18435 in target debug output instead of looking at RSP packets,
18436 disabling the test on any target that uses hardware stepping.
18437 Update comments.
18438
61c8d22e
PA
184392014-06-06 Pedro Alves <palves@redhat.com>
18440
18441 * gdb.base/break-unload-file.exp: Fix typo.
18442
d9a47287
YQ
184432014-06-06 Yao Qi <yao@codesourcery.com>
18444
18445 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18446 from "jit_function" to "^jit_function".
18447
e5e01dbf
YQ
184482014-06-06 Yao Qi <yao@codesourcery.com>
18449
18450 * gdb.base/async.c (foo): Add one statement.
18451 * gdb.base/async.exp: Get the next instruction address and
18452 match the output of "nexti" by instruction address. Match
18453 the hex address in the output of "finish".
18454
73ba372c
GB
184552014-06-06 Gary Benson <gbenson@redhat.com>
18456
18457 * gdb.base/call-signals.c: Remove preprocessor conditionals
18458 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18459 SIGSEGV and SIGTERM.
18460 * gdb.base/sigall.c: Likewise.
18461 * gdb.base/unwindonsignal.c: Likewise.
18462 * gdb.reverse/sigall-reverse.c: Likewise.
18463
831517df
YQ
184642014-06-06 Yao Qi <yao@codesourcery.com>
18465
18466 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18467 readable, skip the test.
18468
b8b91e98
YQ
184692014-06-06 Yao Qi <yao@codesourcery.com>
18470
18471 * gdb.threads/staticthreads.c (thread_function): Move the line
18472 setting breakpoint on forward.
18473 * gdb.threads/staticthreads.exp: Update comments.
18474
fb934770
LC
184752014-06-05 Ludovic Courtès <ludo@gnu.org>
18476
18477 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18478 "history-append! type error".
18479
6ef284bd
SM
184802014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18481
18482 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18483 erroneous dprintf expected input.
18484
a872e241
DE
184852014-06-04 Doug Evans <xdje42@gmail.com>
18486
18487 * gdb.guile/scm-generics.exp: Delete.
18488
16f691fb
DE
184892014-06-04 Doug Evans <xdje42@gmail.com>
18490
18491 * gdb.guile/scm-breakpoint.exp: Update.
18492 Add tests for breakpoint registration.
18493
012370f6
TT
184942014-06-04 Tom Tromey <tromey@redhat.com>
18495
18496 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18497 VLA-in-union.
18498 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18499 inner_vla_struct, vla_union types. Initialize objects of those
18500 types and compute their sizes.
18501
9f5a4cef
HZ
185022014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18503 Hui Zhu <hui@codesourcery.com>
18504
18505 * gdb.base/fileio.exp: Add test for shell not available as well as
18506 available.
18507 * gdb.base/fileio.c (test_system): Check for shell twice.
18508
90a45c4d
YQ
185092014-06-04 Yao Qi <yao@codesourcery.com>
18510
18511 * gdb.base/auto-connect-native-target.exp: Remove redundant
18512 space from the regexp pattern.
18513
70017e41
YQ
185142014-06-04 Yao Qi <yao@codesourcery.com>
18515
18516 * gdb.base/default.exp: Replace "child" with "native" in
18517 regexp pattern.
18518
883964a7
SC
185192014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18520
18521 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18522 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18523 * gdb.python/py-xmethods.py: Python script supporting the
18524 new testcase and tests.
18525
ef370185
JB
185262014-06-03 Joel Brobecker <brobecker@adacore.com>
18527 Pedro Alves <palves@redhat.com>
18528
18529 PR breakpoints/17000
18530 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18531 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18532
1e2ccb61
BM
185332014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18534
18535 * gdb.base/subst.exp: Add tests to verify partial path matching
18536 output.
18537
c6ec5ab2
PA
185382014-06-03 Pedro Alves <palves@redhat.com>
18539
18540 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18541 target that doesn't use software single-stepping.
18542
835c559f
PA
185432014-06-03 Pedro Alves <palves@redhat.com>
18544
18545 PR breakpoints/17000
18546 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18547 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18548
06eb1586
DE
185492014-06-02 Doug Evans <xdje42@gmail.com>
18550
18551 * gdb.guile/scm-parameter.exp: New file.
18552
e698b8c4
DE
185532014-06-02 Doug Evans <xdje42@gmail.com>
18554
18555 * gdb.guile/scm-cmd.c: New file.
18556 * gdb.guile/scm-cmd.exp: New file.
18557
ded03782
DE
185582014-06-02 Doug Evans <xdje42@gmail.com>
18559
18560 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18561 pretty-printer lookup.
18562 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18563 (make-pp_s-printer): Call it.
18564 (make-pretty-printer-from-dict): New function.
18565 (lookup-pretty-printer-maker-from-dict): New function.
18566 (*pretty-printer*): Simplify.
18567 (make-objfile-pp_s-printer): New function.
18568 (install-objfile-pretty-printers!): New function.
18569 (make-progspace-pp_s-printer): New function.
18570 (install-progspace-pretty-printers!): New function.
18571 * gdb.guile/scm-progspace.c: New file.
18572 * gdb.guile/scm-progspace.exp: New file.
18573
41fac0cf
PA
185742014-06-02 Pedro Alves <palves@redhat.com>
18575
18576 * gdb.base/dprintf-bp-same-addr.c: New file.
18577 * gdb.base/dprintf-bp-same-addr.exp: New file.
18578
96ae5695
EBM
185792014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18580
18581 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18582 * gdb.arch/powerpc-power.s: Likewise.
18583
da02b3a8
JB
185842014-06-02 Joel Brobecker <brobecker@adacore.com>
18585
18586 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18587
c72b2e7b
YQ
185882014-06-01 Yao Qi <yao@codesourcery.com>
18589
18590 * gdb.base/watchpoint.exp (test_watch_location): Check null
18591 pointer can be dereferenced. If not, do the test, otherwise
18592 skip it.
18593
53e8a631
AB
185942014-05-30 Andrew Burgess <aburgess@broadcom.com>
18595
18596 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18597 results.
18598 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18599
938f0e2f
AB
186002014-05-30 Andrew Burgess <aburgess@broadcom.com>
18601
18602 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18603 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18604 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18605 * gdb.arch/amd64-invalid-stack-top.c: New file.
18606 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18607
9ba6657a
PA
186082014-05-30 Pedro Alves <palves@redhat.com>
18609
18610 PR breakpoints/17000
18611 * gdb.base/sss-bp-on-user-bp.c: New file.
18612 * gdb.base/sss-bp-on-user-bp.exp: New file.
18613
522c09bf
DB
186142014-05-30 David Blaikie <dblaikie@gmail.com>
18615
18616 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18617 gnu_inline semantics via attribute.
18618 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18619 source explicitly specifies the required semantics.
18620
bf4ef81e
MR
186212014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18622
18623 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18624
329ea579
PA
186252014-05-29 Pedro Alves <palves@redhat.com>
18626 Tom Tromey <tromey@redhat.com>
18627
18628 * gdb.base/async-shell.exp: Don't enable target-async.
18629 * gdb.base/async.exp
18630 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18631 parameter. Adjust.
18632 (top level): Don't test with "target-async".
18633 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18634 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18635 * gdb.base/inferior-died.exp: Don't enable target-async.
18636 * gdb.base/interrupt-noterm.exp: Likewise.
18637 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18638 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18639 * gdb.mi/mi-nonstop.exp: Likewise.
18640 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18641 * gdb.mi/mi-nsintrall.exp: Likewise.
18642 * gdb.mi/mi-nsmoribund.exp: Likewise.
18643 * gdb.mi/mi-nsthrexec.exp: Likewise.
18644 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18645 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18646 * gdb.python/py-evsignal.exp: Don't enable target-async.
18647 * gdb.python/py-evthreads.exp: Likewise.
18648 * gdb.python/py-prompt.exp: Likewise.
18649 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18650 * gdb.server/solib-list.exp: Don't enable target-async.
18651 * gdb.threads/thread-specific-bp.exp: Likewise.
18652 * lib/mi-support.exp: Adjust to use mi-async.
18653
fd664c91
PA
186542014-05-29 Pedro Alves <palves@redhat.com>
18655
18656 PR gdb/13860
18657 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18658 reason, even in sync mode.
18659
251bde03
PA
186602014-05-29 Pedro Alves <palves@redhat.com>
18661 Hui Zhu <hui@codesourcery.com>
18662
18663 PR PR15693
18664 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18665 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18666 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18667 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18668
7f3c0343
JB
186692014-05-28 Joel Brobecker <brobecker@adacore.com>
18670
18671 * config/monitor.exp (gdb_target_monitor): Replace use of
18672 "set remotebaud" by "set serial baud".
18673
b2715b27
AW
186742014-05-26 Andy Wingo <wingo@igalia.com>
18675
18676 * gdb.guile/scm-breakpoint.exp:
18677 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18678 properties instead of gdb-object-properties.
18679
498a4489
YQ
186802014-05-26 Yao Qi <yao@codesourcery.com>
18681
18682 * gdb.server/no-thread-db.exp: Specify source file name
18683 explicitly when setting a breakpoint.
18684
589fdceb
MM
186852014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18686
18687 * gdb.btrace/vdso.c: New.
18688 * gdb.btrace/vdso.exp: New.
18689
e9089e05
MM
186902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18691
18692 * gdb.base/gcore.exp (capture_command_output): Move ...
18693 * lib/gdb.exp (capture_command_output): ... here.
18694
67b5c0c1
MM
186952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18696
18697 * gdb.btrace/data.exp: Test memory access during btrace replay.
18698
a2199296
SM
186992014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18700
18701 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18702
17b2616c
PA
187032014-05-21 Pedro Alves <palves@redhat.com>
18704
18705 PR gdb/13860
18706 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18707 (top level): Test that output related to execution commands is
18708 sent to the console with CLI commands, but not with MI commands.
18709 Test that breakpoint events are always mirrored to the console.
18710 Also expect the new source line to be output after a "next" in
18711 async mode too. Make it a pass/fail test.
18712 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18713 output.
18714 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18715
5166082f
PA
187162014-05-21 Pedro Alves <palves@redhat.com>
18717
18718 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18719 Use them to test variations of "list" after reaching a breakpoint.
18720 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18721 Test "list" with listsize 10 after reaching a breakpoint.
18722 * gdb.python/python.exp (decode_line current location line
18723 number): Adjust expected line number.
18724
2f25d70f
SM
187252014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18726
18727 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18728 behavior for $args, pass it directly to "run".
18729
ff604a67
MR
187302014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18731
18732 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18733 30000 to 65536.
18734
6a3cb8e8
PA
187352014-05-21 Pedro Alves <palves@redhat.com>
18736
18737 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18738 auto-connect-native-target off".
18739 * gdb.base/auto-connect-native-target.c: New file.
18740 * gdb.base/auto-connect-native-target.exp: New file.
18741
4ebfc96e
PA
187422014-05-21 Pedro Alves <palves@redhat.com>
18743
18744 * gdb.base/default.exp: Test "target native" instead of "target
18745 child".
18746
36d46afb
MW
187472014-05-21 Mark Wielaard <mjw@redhat.com>
18748
18749 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18750
5876f503
JK
187512014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18752
18753 Fix TLS access for -static -pthread.
18754 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18755 <HAVE_TLS> (thread_function, main): Initialize it.
18756 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18757 Add clean_restart.
18758 <$have_tls != "">: Check TLSVAR.
18759
0256a6ac
PA
187602014-05-21 Pedro Alves <palves@redhat.com>
18761
18762 * gdb.base/dcache-line-read-error.c: New.
18763 * gdb.base/dcache-line-read-error.exp: New.
18764
936d2992
PA
187652014-05-20 Pedro Alves <palves@redhat.com>
18766
18767 * gdb.base/compare-sections.c: New file.
18768 * gdb.base/compare-sections.exp: New file.
18769
802e8e6d
PA
187702014-05-20 Pedro Alves <palves@redhat.com>
18771
18772 * gdb.base/break-idempotent.c: New file.
18773 * gdb.base/break-idempotent.exp: New file.
18774
e59fa00f
MM
187752014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18776
18777 * gdb.btrace/nohist.exp: New.
18778
8b696e31
YQ
187792014-05-20 Yao Qi <yao@codesourcery.com>
18780
18781 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18782 gdb.reverse directory and gdb_reverse_timeout exists in board
18783 setting.
18784 * README: Document gdb_reverse_timeout.
18785
73c9764f
YQ
187862014-05-20 Yao Qi <yao@codesourcery.com>
18787
18788 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18789 'test_file_name'. Treat args as a string instead of a list.
18790 (gdb_init): Rename argument 'args' by 'test_file_name'.
18791
f1f4348a
JK
187922014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18793
18794 * gdb.arch/powerpc-power.exp: New file.
18795 * gdb.arch/powerpc-power.s: New file.
18796
0dbe70ce
DE
187972014-05-16 Doug Evans <dje@google.com>
18798
18799 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18800 * gdb.base/completion.exp: Check that all expected files exist
18801 before doing file completion.
0dbe70ce 18802
8d551b02
DE
188032014-05-16 Doug Evans <dje@google.com>
18804
18805 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18806 Update.
18807 (do_syscall_tests_without_xml): Update.
18808
73eb7709
PA
188092014-05-16 Pedro Alves <palves@redhat.com>
18810
18811 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18812 instead of "unknown output after running".
18813
3fae92fc
YQ
188142014-05-16 Yao Qi <yao@codesourcery.com>
18815
18816 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18817 file1.txt from host at the end.
18818 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18819
c2b2ccc5
DE
188202014-05-15 Doug Evans <dje@google.com>
18821
18822 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18823 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18824 loading file. Add test for TU lookup.
18825
8c217a4b
SM
188262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18827
18828 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18829 calling "-exec-arguments" or "set args" before running the
18830 inferior.
18831
3deb39c6
SM
188322014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18833
18834 * lib/mi-support.exp (mi_expect_stop): Expect message for
18835 inferiors that exit with non-zero exit code.
18836
71a79f8c
YQ
188372014-05-14 Yao Qi <yao@codesourcery.com>
18838
18839 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18840 match absolute path on remote host.
18841 (test_file_list_exec_source_files): Remove "/" from the
18842 pattern.
18843
f23fcd46
YQ
188442014-05-14 Yao Qi <yao@codesourcery.com>
18845
18846 * boards/local-remote-host-notty.exp (${board}_file): New
18847 proc.
18848
9404b58f
KM
188492014-05-07 Kyle McMartin <kyle@redhat.com>
18850
18851 Pushed by Joel Brobecker <brobecker@adacore.com>.
18852 * gdb.arch/aarch64-atomic-inst.c: New file.
18853 * gdb.arch/aarch64-atomic-inst.exp: New file.
18854
5e45f04c
YQ
188552014-05-07 Yao Qi <yao@codesourcery.com>
18856
18857 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18858 in current context" too.
18859
c888a17d
KS
188602014-05-05 Keith Seitz <keiths@redhat.com>
18861
18862 * gdb.linespec/ls-dollar.exp: Add test for linespec
18863 file:convenience_variable.
18864
290a839c
YQ
188652014-05-05 Yao Qi <yao@codesourcery.com>
18866
18867 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18868 traceframes into tfile and ctf trace files. Read data from
18869 trace file and test collected data.
18870 (gdb_collect_locals_test): Likewise.
18871 (gdb_unavailable_registers_test): Likewise.
18872 (gdb_unavailable_floats): Likewise.
18873 (gdb_collect_globals_test): Likewise.
18874 (top-level): Append "ctf" to trace_file_targets if GDB
18875 supports.
18876
b5262cd0
YQ
188772014-05-05 Yao Qi <yao@codesourcery.com>
18878
18879 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18880 code to ...
18881 (gdb_collect_args_test_1): ... it. New proc.
18882 (gdb_collect_locals_test): Move some code to ...
18883 (gdb_collect_locals_test_1): ... it. New proc.
18884 (gdb_unavailable_registers_test): Move some code to ...
18885 (gdb_unavailable_registers_test_1): ... it. New proc.
18886 (gdb_unavailable_floats): Move some code to ...
18887 (gdb_unavailable_floats_1): ... it. New proc.
18888
30a1e6cc
SDJ
188892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18890
18891 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18892 probes to test for bitness recognition.
18893 * gdb.arch/amd64-stap-optional-prefix.exp
18894 (test_probe_value_without_reg): New procedure.
18895 Add code to test for different kinds of bitness.
18896
f33da99a
SDJ
188972014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18898
18899 PR breakpoints/16889
18900 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18901 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18902
5b80f00d
PA
189032014-05-01 Pedro Alves <palves@redhat.com>
18904
18905 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18906 gdb_file_cmd if no file is specified.
18907 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18908 last_loaded_file to set the remote exec-file.
18909
f8c2a73c
PA
189102014-05-01 Pedro Alves <palves@redhat.com>
18911
18912 * boards/local-remote-host.exp: New file.
18913
be6e8ac7
PA
189142014-05-01 Pedro Alves <palves@redhat.com>
18915
18916 * boards/local-remote-host.exp: Rename to ...
18917 * boards/local-remote-host-notty.exp: ... this.
18918
cac0dc8f
JB
189192014-04-28 Joel Brobecker <brobecker@adacore.com>
18920
18921 * gdb.ada/dyn_arrayidx: New testcase.
18922
9730e6cc
YQ
189232014-04-26 Yao Qi <yao@codesourcery.com>
18924
18925 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18926 and compute the length of function main. Save it in
18927 $main_length.
18928 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18929 (top-level): Use gdb_compile to compile objects into
18930 executable and restart GDB. Remove invocation to
18931 prepare_for_testing.
18932
7ae1a6a6
PA
189332014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18934 Pedro Alves <palves@redhat.com>
18935
18936 PR server/16255
18937 * gdb.multi/multi-attach.c: New file.
18938 * gdb.multi/multi-attach.exp: New file.
18939
4082afcc
PA
189402014-04-25 Pedro Alves <palves@redhat.com>
18941
18942 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18943 user.
18944 (top level): Test that "set remote conditional-breakpoints-packet
18945 off" works as intended.
18946 * gdb.base/dprintf.exp: Test that "set remote
18947 breakpoint-commands-packet off" works as intended.
18948 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18949 New function.
18950 (top level): Call it.
18951 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18952 remote fast-tracepoints-packet off" works as intended.
18953 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18954 * lib/gdb.exp (gdb_is_target_remote): ... here.
18955
2abc3f8d
DB
189562014-04-24 David Blaikie <dblaikie@gmail.com>
18957
18958 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18959 ensure clang would not discard them.
18960 * gdb.base/gdbvars.c: Ditto.
18961 * gdb.base/memattr.c: Ditto.
18962 * gdb.base/whatis.c: Ditto.
18963 * gdb.python/py-prettyprint.c: Ditto.
18964 * gdb.trace/actions.c: Ditto.
18965 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18966 ensure clang would not discard it.
18967
bfd39632
DB
189682014-04-24 David Blaikie <dblaikie@gmail.com>
18969
18970 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18971 clang to emit the full definition of type required by the test
18972 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18973
22842ff6
DB
189742014-04-24 David Blaikie <dblaikie@gmail.com>
18975
18976 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18977 coax Clang into emitting the definition of the type.
18978 * gdb.cp/pr10728-x.h (y): Ditto.
18979 * gdb.cp/pr10728-y.cc (y): Ditto.
18980
c2e827ad
DB
189812014-04-24 David Blaikie <dblaikie@gmail.com>
18982
18983 * gdb.base/label.exp: XFAIL label related tests under Clang.
18984 * gdb.cp/cplabel.exp: Ditto.
18985 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18986 under Clang those using labels.
18987
4c2d33e7
YQ
189882014-04-25 Yao Qi <yao@codesourcery.com>
18989
18990 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18991 double_label.
18992 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18993 partial_label and double_label.
18994
56083b99
DB
189952014-04-24 David Blaikie <dblaikie@gmail.com>
18996
18997 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18998
25d4e99d
DB
189992014-04-24 David Blaikie <dblaikie@gmail.com>
19000
19001 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19002 of the function to work across GCC and Clang.
19003 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19004 pointer types (const void ** const V void **).
19005
01f9f808
MS
190062014-04-24 Michael Sturm <michael.sturm@mintel.com>
19007 Walfred Tedeschi <walfred.tedeschi@intel.com>
19008
19009 * Makefile.in (EXECUTABLES): Added i386-avx512.
19010 * gdb.arch/i386-avx512.c: New file.
19011 * gdb.arch/i386-avx512.exp: Likewise.
19012
4b48d439
KS
190132014-04-23 Keith Seitz <keiths@redhat.com>
19014
19015 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19016 (mi_make_breakpoint_table): New procedure.
19017 (mi_create_breakpoint): Use mi_make_breakpoint
19018 and return the result.
19019 (mi_make_breakpoint): New procedure.
19020 (mi_build_kv_pairs): New procedure.
19021
19022 * gdb.mi/mi-break.exp: Remove unused globals,
19023 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19024 All callers updated.
19025 * gdb.mi/mi-dprintf.exp: Use variable to track command
19026 number.
19027 Update all callers of mi_create_breakpoint and use
19028 mi_make_breakpoint_table.
19029 Remove any unused global variables.
19030 * gdb.mi/mi-nonstop.exp: Likewise.
19031 * gdb.mi/mi-nsintrall.exp: Likewise.
19032 * gdb.mi/mi-nsmoribund.exp: Likewise.
19033 * gdb.mi/mi-nsthrexec.exp: Likewise.
19034 * gdb.mi/mi-reverse.exp: Likewise.
19035 * gdb.mi/mi-simplerun.exp: Likewise.
19036 * gdb.mi/mi-stepn.exp: Likewise.
19037 * gdb.mi/mi-syn-frame.exp: Likewise.
19038 * gdb.mi/mi-until.exp: Likewise.
19039 * gdb.mi/mi-var-cp.exp: Likewise.
19040 * gdb.mi/mi-var-display.exp: Likewise.
19041 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19042 * gdb.mi/mi2-var-child.exp: Likewise.
19043 * gdb.mi/mi-vla-c99.exp: Likewise.
19044 * lib/mi-support.exp: Likewise.
19045
19046 From Ian Lance Taylor <iant@cygnus.com>:
19047 * lib/gdb.exp (parse_args): New procedure.
19048
08351840
PA
190492014-04-23 Pedro Alves <palves@redhat.com>
19050
19051 * gdb.base/break-unload-file.c: New file.
19052 * gdb.base/break-unload-file.exp: New file.
19053 * gdb.base/sym-file-lib.c (baz): New function.
19054 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19055 field.
19056 (load): Store the segment's mapped size.
19057 (unload): New function.
19058 (unload_shlib): New function.
19059 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19060 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19061 set a breakpoint at baz, and call it.
19062 * gdb.base/sym-file.exp: New tests for stale breakpoint
19063 instructions.
19064
076855f9
PA
190652014-04-23 Pedro Alves <palves@redhat.com>
19066
19067 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19068 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19069 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19070 * gdb.base/hbreak-unmapped.c: New file.
19071 * gdb.base/hbreak-unmapped.exp: New file.
19072 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19073 * lib/gdb.exp (gdb_is_target_remote): ... here.
19074
483805cf
PA
190752014-04-22 Pedro Alves <palves@redhat.com>
19076
19077 * gdb.base/consecutive-step-over.c: New file.
19078 * gdb.base/consecutive-step-over.exp: New file.
19079
06d97543
PA
190802014-04-22 Pedro Alves <palves@redhat.com>
19081
19082 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19083 instead of send_gdb/gdb_expect.
19084
b4429ea2
YQ
190852014-04-22 Yao Qi <yao@codesourcery.com>
19086
19087 * lib/trace-support.exp (generate_tracefile): New procedure.
19088 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19089 return 0.
19090 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19091 if generate_tracefile returns 1.
19092
51d48146
PA
190932014-04-18 Tom Tromey <palves@redhat.com>
19094 Pedro alves <tromey@redhat.com>
19095
19096 PR backtrace/15558
19097 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19098 with a backtrace limit.
19099 * gdb.python/py-frame-inline.exp: Test running to an inline
19100 function with a backtrace limit, and printing the newest frame.
19101 * gdb.python/py-frame-inline.c (main): Call f.
19102
bd1dce5f
MS
191032014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19104
19105 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19106
40d1a503
MS
191072014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19108
19109 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19110 Drop prefix from unsupported source file path.
19111
389b98f7
YQ
191122014-04-17 Yao Qi <yao@codesourcery.com>
19113
19114 * lib/gdb.exp (with_target_charset): New proc.
19115 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19116 with_target_charset.
19117 (test_print_strings): Likewise.
19118 (test_repeat_bytes): Likewise.
19119 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19120 for some tests.
19121
22869d73
KS
191222014-04-16 Keith Seitz <keiths@redhat.com>
19123
19124 PR gdb/15827
19125 * gdb.dwarf2/corrupt.c: New file.
19126 * gdb.dwarf2/corrupt.exp: New file.
19127
c4f87ca6
KS
191282014-04-16 Keith Seitz <keiths@redhat.com>
19129
19130 PR c++/16597
19131 * gdb.cp/namelessclass.cc: New file.
19132 * gdb.cp/namelessclass.exp: New file.
19133 * gdb.cp/namelessclass.S: New file.
19134
ab19de87
DE
191352014-04-16 Doug Evans <dje@google.com>
19136
19137 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19138 Add comment.
19139 (gdbserver_default_get_comm_port): New function.
19140 (gdbserver_start): Check if board file provided
19141 "gdbserver,get_comm_port" and use it if so.
19142 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19143 (gdb,socketport): Set to "stdio".
19144 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19145 (stdio_gdbserver_template): Delete.
19146 (${board}_get_remote_address): Update.
19147 (${board}_build_remote_cmd): Delete.
19148 (${board}_get_comm_port): New function.
19149 (${board}_spawn): Update.
19150 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19151 Delete.
19152 (${board}_get_remote_address): Update.
19153 (${board}_get_comm_port): New function.
19154
fc98a809
AB
191552014-04-16 Andrew Burgess <aburgess@broadcom.com>
19156
19157 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19158 appearing in any order.
19159
87fd9e6e
DE
191602014-04-15 Doug Evans <dje@google.com>
19161
19162 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19163 uninitialized value of "description".
19164
099fc3ea
KS
191652014-04-15 Keith Seitz <keiths@redhat.com>
19166
19167 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19168 Remove unused globals.
19169 (test_running_the_program): Likewise.
19170 (test_controlled_execution): Likewise.
19171 (test_controlling_breakpoints): Likewise.
19172 (test_program_termination): Likewise.
19173
5da151d4
KS
191742014-04-15 Keith Seitz <keiths@redhat.com>
19175
19176 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19177 unused globals.
19178 (test_rbreak_creation_and_listing): Likewise.
19179 (test_ignore_count): Likewise.
19180 (test_error): Likewise.
19181
35e5d2f0
PA
191822014-04-15 Pedro Alves <palves@redhat.com>
19183
19184 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19185 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19186 sym-file-loader.c.
19187 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19188 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19189 to sym-file-loader.c.
19190 (struct library): Forward declare.
19191 (load_shlib, lookup_function): Change prototypes.
19192 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19193 (translate_offset): Remove declarations.
19194 (get_text_addr): New declaration.
19195 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19196 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19197 sym-file-loader.h.
19198 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19199 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19200 here from sym-file-loader.h.
19201 (struct library): New structure.
19202 (load_shlib, lookup_function): Change prototypes and adjust to
19203 work with a struct library.
19204 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19205 (translate_offset): Make static.
19206 (get_text_addr): New function.
19207 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19208
eb4c1710
PA
192092014-04-15 Pedro Alves <palves@redhat.com>
19210
19211 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19212
2d1baf52
PA
192132014-04-15 Pedro Alves <palves@redhat.com>
19214
19215 * gdb.base/sym-file-loader.c: Include <limits.h>.
19216 (SELF_LINK): New define.
19217 (get_origin): New function.
19218 (load_shlib): Use it.
19219 * gdb.base/sym-file.exp: Don't early return if the target is
19220 remote. Use runto_main, and issue fail is that fails. Use
19221 gdb_load_shlibs.
19222 (shlib_name): Delete.
19223 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19224
7dd6df01
PA
192252014-04-15 Pedro Alves <palves@redhat.com>
19226
19227 * gdb.base/sym-file.exp: Remove regex characters from test
19228 message. Don't refer to breakpoint numbers in test messages.
19229
b50c8614
KS
192302014-04-14 Keith Seitz <keiths@redhat.com>
19231
19232 PR c++/16253
19233 * gdb.cp/var-tag.cc: New file.
19234 * gdb.cp/var-tag.exp: New file.
19235 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19236 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19237 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19238 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19239
3d567982
TT
192402014-04-14 Tom Tromey <tromey@redhat.com>
19241
19242 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19243 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19244 type.
19245 * gdb.cp/enum-class.exp: New file.
19246 * gdb.cp/enum-class.cc: New file.
19247
0626fc76
TT
192482014-04-14 Tom Tromey <tromey@redhat.com>
19249
19250 * gdb.dwarf2/enum-type.exp: New file.
19251
dca325b3
SA
192522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19253
19254 * gdb.mi/mi-vla-c99.exp: New file.
19255 * gdb.mi/vla.c: New file.
19256
5854b38a
SA
192572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19258
19259 * gdb.base/vla-datatypes.c: New file.
19260 * gdb.base/vla-datatypes.exp: New file.
19261
463bb957
SA
192622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19263
19264 * gdb.base/vla-ptr.c: New file.
19265 * gdb.base/vla-ptr.exp: New file.
19266
3dd170be
SA
192672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19268
19269 * gdb.dwarf2/count.exp: New file.
19270
5ecaaa66
SA
192712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19272
19273 * gdb.base/vla-sideeffect.c: New file.
19274 * gdb.base/vla-sideeffect.exp: New file.
19275
41f1ada5
DB
192762014-04-14 David Blaikie <dblaikie@gmail.com>
19277
19278 * gdb.mi/non-stop.c: Add return value for non-void function return
19279 statement.
19280 * gdb.threads/staticthreads.c: Ditto.
19281
0be03e84
DE
192822014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19283 Doug Evans <xdje42@gmail.com>
19284
19285 * gdb.guile/scm-value.c: Improve test case.
19286 * gdb.guile/scm-value.exp: Add new test.
19287
f180a1fb
DB
192882014-04-11 David Blaikie <dblaikie@gmail.com>
19289
19290 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19291 override Clang's default.
19292
6b662e19
JB
192932014-04-11 Joel Brobecker <brobecker@adacore.com>
19294
19295 Revert the following changes (regressions):
19296
19297 * gdb.base/vla-sideeffect.c: New file.
19298 * gdb.base/vla-sideeffect.exp: New file.
19299
19300 * gdb.dwarf2/count.exp: New file.
19301
19302 * gdb.base/vla-multi.c: New file.
19303 * gdb.base/vla-multi.exp: New file.
19304
19305 * gdb.base/vla-ptr.c: New file.
19306 * gdb.base/vla-ptr.exp: New file.
19307
19308 * gdb.base/vla-datatypes.c: New file.
19309 * gdb.base/vla-datatypes.exp: New file.
19310
19311 * gdb.mi/mi-vla-c99.exp: New file.
19312 * gdb.mi/vla.c: New file.
19313
245a5f0b
KS
193142014-04-11 Keith Seitz <keiths@redhat.com>
19315
19316 PR c++/16675
19317 * gdb.cp/cpsizeof.exp: New file.
19318 * gdb.cp/cpsizeof.cc: New file.
19319
58a84dcf
SA
193202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19321
191a8a90
JB
19322 * gdb.mi/mi-vla-c99.exp: New file.
19323 * gdb.mi/vla.c: New file.
58a84dcf 19324
c8655f75
SA
193252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19326
19327 * gdb.base/vla-datatypes.c: New file.
19328 * gdb.base/vla-datatypes.exp: New file.
19329
024e13b4
SA
193302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19331
19332 * gdb.base/vla-ptr.c: New file.
19333 * gdb.base/vla-ptr.exp: New file.
19334
1a237e0e
SA
193352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19336
19337 * gdb.base/vla-multi.c: New file.
19338 * gdb.base/vla-multi.exp: New file.
19339
504f3432
SA
193402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19341
19342 * gdb.dwarf2/count.exp: New file.
19343
3bce8237
SA
193442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19345
191a8a90
JB
19346 * gdb.base/vla-sideeffect.c: New file.
19347 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19348
322f9c21
YQ
193492014-04-11 Yao Qi <yao@codesourcery.com>
19350
19351 * gdb.base/completion.exp: Check file exists before running tests
19352 on file completion.
19353
d708bcd1
PA
193542014-04-10 Pedro Alves <palves@redhat.com>
19355
19356 * gdb.base/cond-eval-mode.c: New file.
19357 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19358 prepare_for_testing to build the new file. Check result of
19359 runto_main.
19360 (test_break, test_watch): New procedures.
19361 (top level): Use them.
19362
ae1d2761
PM
193632014-04-08 Pierre Muller <muller@sourceware.org>
19364
19365 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19366 Ctrl-V use for mingw hosts.
19367
7af389b8
SC
193682014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19369
19370 * gdb.python/py-value.c: Improve test case.
19371 * gdb.python/py-value.exp: Add new test.
19372
5e703181
DE
193732014-04-07 David Blaikie <dblaikie@gmail.com>
19374
19375 * lib/compiler.c: Identify the clang compiler.
19376 * lib/compiler.cc: Ditto.
19377
9810b410
YQ
193782014-04-03 Yao Qi <yao@codesourcery.com>
19379
19380 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19381
98d1b8dc
AB
193822014-04-01 Anton Blanchard <anton@samba.org>
19383
19384 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19385 messages unique.
19386
3114cea1
AB
193872014-04-01 Anton Blanchard <anton@samba.org>
19388
19389 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19390 prepare_for_testing.
19391
62f7182c
AB
193922014-04-01 Anton Blanchard <anton@samba.org>
19393
19394 * gdb.arch/ppc64-atomic-inst.c: Remove.
19395 * gdb.arch/ppc64-atomic-inst.S: New file.
19396 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19397
770e7fc7
DE
193982014-03-31 Doug Evans <dje@google.com>
19399
19400 * gdb.base/print-symbol-loading-lib.c: New file.
19401 * gdb.base/print-symbol-loading-main.c: New file.
19402 * gdb.base/print-symbol-loading.exp: New file.
19403
46e2bafa
YQ
194042014-03-31 Yao Qi <yao@codesourcery.com>
19405
19406 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19407
8776cfe9
JB
194082014-03-28 Joel Brobecker <brobecker@adacore.com>
19409
19410 * gdb.ada/mi_dyn_arr: New testcase.
19411
5d1ef361
DE
194122014-03-27 Doug Evans <dje@google.com>
19413
19414 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19415
b5bee914
YQ
194162014-03-27 Yao Qi <yao@codesourcery.com>
19417
19418 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19419 if target is nios2-*-*.
19420
0d4d0e77
YQ
194212014-03-26 Yao Qi <yao@codesourcery.com>
19422
19423 * lib/gdb.exp (readline_is_used): New proc.
19424 * gdb.base/completion.exp: Move tests on command complete up.
19425 Skip the rest of tests if readline is not used.
19426 * gdb.ada/complete.exp: Skp the test if readline is not
19427 used.
19428 * gdb.base/filesym.exp: Likewise.
19429 * gdb.base/macscp.exp: Likewise.
19430 * gdb.base/readline-ask.exp: Likewise.
19431 * gdb.base/readline.exp: Likewise.
19432 * gdb.python/py-cmd.exp: Likewise.
19433 * gdb.trace/tfile.exp: Likewise.
19434
29361eee
YQ
194352014-03-26 Yao Qi <yao@codesourcery.com>
19436
19437 * gdb.base/macscp.exp: Fix code format issues.
19438
bc9a5525
UW
194392014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19440
19441 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19442 * gdb.asm/powerpc64le.inc: New file.
19443
d3839ede
PA
194442014-03-25 Pedro Alves <palves@redhat.com>
19445 Doug Evans <dje@google.com>
19446
19447 * gdb.base/source-execution.c: New file.
19448 * gdb.base/source-execution.exp: New file.
19449 * gdb.base/source-execution.gdb: New file.
19450
01672a57
DE
194512014-03-24 Doug Evans <dje@google.com>
19452
19453 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19454 using fission.
19455
88bbeca9
HZ
194562014-03-24 Hui Zhu <hui@codesourcery.com>
19457 Pedro Alves <palves@redhat.com>
19458
19459 PR breakpoints/16101
19460 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19461 test pass/fail messages. Detect missing support for dprintf when
19462 breakpoints are actually inserted.
19463 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19464 breakpoints are actually inserted.
19465 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19466 fails.
19467
d2348791
JK
194682014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19469
19470 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19471
feef67ab
DE
194722014-03-22 Doug Evans <xdje42@gmail.com>
19473
19474 * gdb.python/python.exp (python not supported): Verify multi-line
19475 python command issues an error.
25d743f9 19476 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19477 guile command issues an error.
feef67ab 19478
ecebef6a
MR
194792014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19480
19481 * gdb.threads/thread-specific.exp: Handle the lack of usable
19482 $this_breakpoint and $this_thread.
19483
ccdd1909
HZ
194842014-03-21 Hui Zhu <hui@codesourcery.com>
19485
19486 * gdb.base/attach.exp (do_command_attach_tests): New.
19487
beb460e8
PA
194882014-03-20 Tom Tromey <tromey@redhat.com>
19489 Pedro Alves <palves@redhat.com>
19490
19491 PR cli/15718
19492 * gdb.base/condbreak-call-false.c: New file.
19493 * gdb.base/condbreak-call-false.exp: New file.
19494
40acf43a
PA
194952014-03-20 Pedro Alves <palves@redhat.com>
19496
19497 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19498 Delete.
19499 (block_signals, unblock_signals): Delete.
19500 (child_function_2, main): Remove references to deleted variable
19501 and functions.
19502
9f5e1e02
PA
195032014-03-20 Pedro Alves <palves@redhat.com>
19504
19505 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19506 Use pthread_kill to signal thread 2.
19507 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19508 Adjust to make the test send itself a signal rather than using the
19509 host's "kill" command.
19510
99619bea
PA
195112014-03-20 Pedro Alves <palves@redhat.com>
19512
19513 * gdb.threads/multiple-step-overs.c: New file.
19514 * gdb.threads/multiple-step-overs.exp: New file.
19515 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19516 Adjust expected infrun debug output.
19517
2adfaa28
PA
195182014-03-20 Pedro Alves <palves@redhat.com>
19519
19520 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19521 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19522
31e77af2
PA
195232014-03-20 Pedro Alves <palves@redhat.com>
19524
19525 PR breakpoints/7143
19526 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19527 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19528 of gdb_test_multiple.
19529 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19530 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19531
b9f437de
PA
195322014-03-20 Pedro Alves <palves@redhat.com>
19533
19534 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19535 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19536
05adc73e
PA
195372014-03-19 Pedro Alves <palves@redhat.com>
19538
19539 * gdb.base/async.exp: Remove early return.
19540
6048b950
PA
195412014-03-19 Pedro Alves <palves@redhat.com>
19542
19543 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19544
8bcfb00a
PA
195452014-03-19 Pedro Alves <palves@redhat.com>
19546
19547 * gdb.base/async.exp (test_background): Expect \r\n after
19548 "completed." in the fail pattern.
19549
884e37dc
PA
195502014-03-19 Pedro Alves <palves@redhat.com>
19551
19552 * gdb.base/async.exp (test_background): New procedure.
19553 Use it for all background execution command tests.
19554
148e57e2
PA
195552014-03-19 Pedro Alves <palves@redhat.com>
19556
19557 * gdb.base/async.exp: Use prepare_for_testing.
19558
f48088c7
PA
195592014-03-19 Pedro Alves <palves@redhat.com>
19560
19561 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19562 the same line.
19563
e2f6c966
PA
195642014-03-19 Pedro Alves <palves@redhat.com>
19565
19566 * gdb.base/async.c (main): Add "jump here" and "until here" line
19567 marker comments.
19568 * gdb.base/async.exp (jump_here): New global.
19569 (jump& test): Use it.
19570 (until_here): New global.
19571 (until& test): Use it.
19572
c30568d4
PA
195732014-03-19 Pedro Alves <palves@redhat.com>
19574
19575 * gdb.base/async.exp: Don't frob gdb_protocol.
19576
0172b6a7
DE
195772014-03-18 Doug Evans <xdje42@gmail.com>
19578
19579 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19580 Fix spelling of exec-done-display.
19581
06c868a8
JK
195822014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19583
19584 PR gdb/15358
19585 * gdb.base/gdb-sigterm.c: New file.
19586 * gdb.base/gdb-sigterm.exp: New file.
19587
0c7e1a46
PA
195882014-03-18 Pedro Alves <palves@redhat.com>
19589
19590 PR gdb/13860
19591 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19592 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19593 solib-event.
19594
f7c77d93
JB
195952014-03-17 Joel Brobecker <brobecker@adacore.com>
19596
19597 * gdb.ada/pckd_arr_ren: New testcase.
19598
5a1e8c7a
DE
195992014-03-13 Doug Evans <xdje42@gmail.com>
19600
19601 PR guile/16612
19602 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19603 collect after discarding symbols.
19604
350e1a76
DE
196052014-03-13 Ludovic Courtès <ludo@gnu.org>
19606 Doug Evans <xdje42@gmail.com>
19607
19608 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19609 to history survives a gc.
19610
a69900ae
PA
196112014-03-13 Pedro Alves <palves@redhat.com>
19612
19613 * gdb.base/default.exp: Don't test "target procfs".
19614
5db9f0bd
PA
196152014-03-13 Pedro Alves <palves@redhat.com>
19616
19617 * gdb.base/default.exp: Update "target child" and "target procfs"
19618 tests to not expect "Unix".
19619
b3ccfe11
TT
196202014-03-12 Tom Tromey <tromey@redhat.com>
19621
19622 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19623 New procs. Add target-async tests.
19624 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19625 Add target-async tests.
19626
646f4417
AA
196272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19628
19629 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19630 'func_start' and 'func_end' for the beginning and end of the
19631 function code, respectively.
19632 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19633 'func_end' instead of 'func' and 'main'.
19634
288c211f
AA
196352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19636
19637 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19638 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19639 generate the debug info assembler source.
19640
e0c0f156
AA
196412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19642
19643 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19644 * gdb.dwarf2/arr-subrange.exp: Likewise.
19645 * gdb.dwarf2/dwz.exp: Likewise.
19646 * gdb.dwarf2/method-ptr.exp: Likewise.
19647 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19648 * gdb.dwarf2/subrange.exp: Likewise.
19649 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19650 * gdb.dwarf2/implptrpiece.exp: Likewise.
19651 * gdb.dwarf2/nostaticblock.exp: Likewise.
19652
0e5c4555
AA
196532014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19654
19655 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19656 directory to absolute path name arguments.
19657
5ec18f2b
JG
196582014-03-10 Joel Brobecker <brobecker@adacore.com>
19659
19660 * gdb.ada/tagged_access: New testcase.
19661
847fc4f2
MM
196622014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19663
19664 * gdb.btrace/data.exp: Update expected output.
19665
cc3da688
YQ
196662014-03-06 Yao Qi <yao@codesourcery.com>
19667
19668 * gdb.trace/pr16508.exp: New file.
19669
0f26cec1
PA
196702014-03-05 Pedro Alves <palves@redhat.com>
19671
19672 PR gdb/16575
19673 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19674 procedure.
19675 (top level): Adjust to use it. Add tests that exercise breakpoint
19676 interaction with the code-cache.
19677
7a5a839f
LC
196782014-02-26 Ludovic Courtès <ludo@gnu.org>
19679
19680 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19681 test for 'history-append!'.
19682
31aa7e4e
JB
196832014-02-26 Joel Brobecker <brobecker@adacore.com>
19684
19685 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19686 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19687 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19688 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19689 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19690 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19691
1b588015
JB
196922014-02-26 Joel Brobecker <brobecker@adacore.com>
19693
19694 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19695 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19696 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19697
55426c9d
JB
196982014-02-26 Joel Brobecker <brobecker@adacore.com>
19699
19700 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19701
dc53a7ad
JB
197022014-02-26 Joel Brobecker <brobecker@adacore.com>
19703
19704 * gdb.dwarf2/arr-stride.c: New file.
19705 * gdb.dwarf2/arr-stride.exp: New file.
19706
12ab52e9
PA
197072014-02-26 Pedro Alves <palves@redhat.com>
19708
19709 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19710 that won't ever trigger. Make sure that GDB reports the correct
19711 breakpoint that caused the stop.
19712
849c862e
JK
197132014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19714
19715 PR gdb/16626
19716 * gdb.base/auto-load-script: New file.
19717 * gdb.base/auto-load.c: New file.
19718 * gdb.base/auto-load.exp: New file.
19719
71b7d793
JK
19720 PR gdb/16626
19721 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19722
e2f0d509
JK
197232014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19724
19725 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19726 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19727
50cc37c8
DE
197282014-02-24 Doug Evans <dje@google.com>
19729
19730 * lib/gdb.exp (run_on_host): Log error output if program fails.
19731
ea4758f2
PA
197322014-02-21 Pedro Alves <palves@redhat.com>
19733
19734 * gdb.threads/step-after-sr-lock.c: Rename to ...
19735 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19736 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19737 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19738 ... this.
19739
d7b30f67
SDJ
197402014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19741
19742 PR tdep/16397
19743 * gdb.arch/amd64-stap-special-operands.exp: New file.
19744 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19745 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19746 * gdb.arch/amd64-stap-triplet.S: Likewise.
19747 * gdb.arch/amd64-stap-triplet.c: Likewise.
19748
83deb43f
JB
197492014-02-20 Joel Brobecker <brobecker@adacore.com>
19750
19751 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19752 in .section pseudo-op.
19753
adde2bff
DE
197542014-02-20 lin zuojian <manjian2006@gmail.com>
19755 Joel Brobecker <brobecker@adacore.com>
19756 Doug Evans <xdje42@gmail.com>
19757
19758 PR symtab/16581
19759 * gdb.dwarf2/dw2-icycle.S: New file.
19760 * gdb.dwarf2/dw2-icycle.c: New file.
19761 * gdb.dwarf2/dw2-icycle.exp: New file.
19762
f7bd0f78
SC
197632014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19764
19765 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19766 operations on gdb.Value objects.
19767 * gdb.python/py-value-cc.exp: Add new test to test operations on
19768 gdb.Value objects.
19769
c17ef0d5
DE
197702014-02-18 Doug Evans <dje@google.com>
19771
19772 * Makefile.in (TESTS): New variable.
19773 (expanded_tests, expanded_tests_or_none): New variables
19774 (check-single): Pass $(expanded_tests_or_none) to runtest.
19775 (check-parallel): Only run tests in $(TESTS) if non-empty.
19776 (check/no-matching-tests-found): New rule.
19777 * README: Document TESTS makefile variable.
19778
5dd3176f
DE
197792014-02-18 Doug Evans <dje@google.com>
19780
19781 * Makefile.in (check-parallel): rm -rf outputs temp.
19782
0b10be4f
JK
197832014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19784
19785 Fix "ERROR: no fileid for" in the testsuite.
19786 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19787
85f224e7
DE
197882014-02-12 Doug Evans <dje@google.com>
19789
19790 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19791 (MISCELLANEOUS): New variable.
19792 (clean): rm -rf $(MISCELLANEOUS).
19793 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19794 dwp live in the same directory as symlinks, with each symlink pointed
19795 to a differently named file in a different directory.
19796
149b30ff
DE
197972014-02-11 Doug Evans <dje@google.com>
19798
19799 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19800 of Tcl file commands.
19801
1dfdac32
MK
198022014-02-10 Mark Kettenis <kettenis@gnu.org>
19803
19804 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19805 "kill -SIGUSR1 -1".
19806
aa4fb036
JB
198072014-02-10 Joel Brobecker <brobecker@adacore.com>
19808
19809 * gdb.ada/tick_length_array_enum_idx: New testcase.
19810
ed3ef339
DE
198112014-02-10 Doug Evans <xdje42@gmail.com>
19812
19813 * configure.ac (AC_OUTPUT): Add gdb.guile.
19814 * configure: Regenerate.
19815 * lib/gdb-guile.exp: New file.
19816 * lib/gdb.exp (get_target_charset): New function.
19817 * gdb.base/help.exp: Update expected output from "apropos apropos".
19818 * gdb.guile/Makefile.in: New file.
19819 * gdb.guile/guile.exp: New file.
19820 * gdb.guile/scm-arch.c: New file.
19821 * gdb.guile/scm-arch.exp: New file.
19822 * gdb.guile/scm-block.c: New file.
19823 * gdb.guile/scm-block.exp: New file.
19824 * gdb.guile/scm-breakpoint.c: New file.
19825 * gdb.guile/scm-breakpoint.exp: New file.
19826 * gdb.guile/scm-disasm.c: New file.
19827 * gdb.guile/scm-disasm.exp: New file.
19828 * gdb.guile/scm-equal.c: New file.
19829 * gdb.guile/scm-equal.exp: New file.
19830 * gdb.guile/scm-error.exp: New file.
19831 * gdb.guile/scm-error.scm: New file.
19832 * gdb.guile/scm-frame-args.c: New file.
19833 * gdb.guile/scm-frame-args.exp: New file.
19834 * gdb.guile/scm-frame-args.scm: New file.
19835 * gdb.guile/scm-frame-inline.c: New file.
19836 * gdb.guile/scm-frame-inline.exp: New file.
19837 * gdb.guile/scm-frame.c: New file.
19838 * gdb.guile/scm-frame.exp: New file.
19839 * gdb.guile/scm-generics.exp: New file.
19840 * gdb.guile/scm-gsmob.exp: New file.
19841 * gdb.guile/scm-iterator.c: New file.
19842 * gdb.guile/scm-iterator.exp: New file.
19843 * gdb.guile/scm-math.c: New file.
19844 * gdb.guile/scm-math.exp: New file.
19845 * gdb.guile/scm-objfile-script-gdb.in: New file.
19846 * gdb.guile/scm-objfile-script.c: New file.
19847 * gdb.guile/scm-objfile-script.exp: New file.
19848 * gdb.guile/scm-objfile.c: New file.
19849 * gdb.guile/scm-objfile.exp: New file.
19850 * gdb.guile/scm-ports.exp: New file.
19851 * gdb.guile/scm-pretty-print.c: New file.
19852 * gdb.guile/scm-pretty-print.exp: New file.
19853 * gdb.guile/scm-pretty-print.scm: New file.
19854 * gdb.guile/scm-section-script.c: New file.
19855 * gdb.guile/scm-section-script.exp: New file.
19856 * gdb.guile/scm-section-script.scm: New file.
19857 * gdb.guile/scm-symbol.c: New file.
19858 * gdb.guile/scm-symbol.exp: New file.
19859 * gdb.guile/scm-symtab-2.c: New file.
19860 * gdb.guile/scm-symtab.c: New file.
19861 * gdb.guile/scm-symtab.exp: New file.
19862 * gdb.guile/scm-type.c: New file.
19863 * gdb.guile/scm-type.exp: New file.
19864 * gdb.guile/scm-value-cc.cc: New file.
19865 * gdb.guile/scm-value-cc.exp: New file.
19866 * gdb.guile/scm-value.c: New file.
19867 * gdb.guile/scm-value.exp: New file.
19868 * gdb.guile/source2.scm: New file.
19869 * gdb.guile/types-module.cc: New file.
19870 * gdb.guile/types-module.exp: New file.
19871
7026a7c1
YQ
198722014-02-10 Yao Qi <yao@codesourcery.com>
19873
19874 PR testsuite/16543
19875 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19876 * configure: Regenerated.
19877 * Makefile.in: New file.
19878
6c466447
AS
198792014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19880
19881 * gdb.python/py-framefilter.exp: Fix typo.
19882
6e854735
YQ
198832014-02-08 Yao Qi <yao@codesourcery.com>
19884
19885 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19886 that no =breakpoint-modified is emitted when breakpoints are
19887 modified through MI commands.
19888
d137e6dc
PA
198892014-02-07 Pedro Alves <pedro@codesourcery.com>
19890 Pedro Alves <palves@redhat.com>
19891
19892 * gdb.threads/step-after-sr-lock.c: New file.
19893 * gdb.threads/step-after-sr-lock.exp: New file.
19894
b5ee5a50
PA
198952014-02-07 Pedro Alves <palves@redhat.com>
19896
19897 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19898
3c77faf3
JK
198992014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19900
19901 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19902 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19903
6dddc817
DE
199042014-02-06 Doug Evans <xdje42@gmail.com>
19905
19906 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19907 output.
19908
19909 * gdb.gdb/python-interrupts.exp: New file.
19910
de7b2893
YQ
199112014-02-05 Yao Qi <yao@codesourcery.com>
19912
19913 * gdb.trace/report.exp (use_collected_data): Test the output
19914 of "info threads" and "info inferiors".
19915
66d032ac
YQ
199162014-02-05 Yao Qi <yao@codesourcery.com>
19917
19918 Revert this patch:
19919
19920 2013-05-24 Yao Qi <yao@codesourcery.com>
19921
19922 * gdb.trace/tfile.exp: Test inferior and thread.
19923
591a12a1
UW
199242014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19925
19926 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19927 on a function.
19928 * gdb.base/step-bt.c: Call hello via function pointer to make
19929 sure its first instruction is executed on powerpc64le-linux.
19930
0ff3e01f
UW
199312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19932
19933 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19934
084ee545
UW
199352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19936
19937 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19938 of the test patterns for use on little-endian systems.
19939
6ed14ff3
UW
199402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19941
19942 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19943 (decimal_vector): Fix for little-endian.
19944
401e27fd
JM
199452014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19946
19947 * gdb.arch/sparc-sysstep.exp: New file.
19948 * gdb.arch/sparc-sysstep.c: Likewise.
19949
19950 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19951
8b924729
EBM
199522014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19953
19954 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19955
fb151210
JB
199562014-01-23 Tom Tromey <tromey@redhat.com>
19957
19958 * gdb.ada/array_char_idx: New testcase.
19959
0740f8d8
TT
199602014-01-23 Tom Tromey <tromey@redhat.com>
19961
19962 PR python/16487:
19963 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19964 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19965 classes.
19966
21909fa1
TT
199672014-01-23 Tom Tromey <tromey@redhat.com>
19968
19969 PR python/16491:
19970 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19971 string from an inferior frame.
19972 * gdb.python/py-framefilter-mi.exp: Update.
19973
87ce2a04
DE
199742014-01-22 Doug Evans <dje@google.com>
19975
19976 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19977
237b092b
AA
199782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19979
19980 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19981
d674a709
AA
199822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19983
19984 * gdb.trace/entry-values.exp: Remove excess space character from
19985 regex patterns. Handle s390 call instruction.
19986
20fa3390
AA
199872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19988
19989 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19990 define "*_start" label. Make "name" static.
19991 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19992 ${name} by references to ${name}_start.
19993
78466714
AA
199942014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19995
19996 * gdb.base/info-macros.exp: Remove "debug" from the compile
19997 options.
19998
ec9f644a
IB
199992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20000
20001 * gdb.dlang/demangle.exp: New file.
20002
94b1b47e
IB
200032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20004
20005 * gdb.dlang/primitive-types.exp: New file.
20006
7f420862
IB
200072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20008
20009 * configure.ac: Create gdb.dlang/Makefile.
20010 * configure: Regenerate.
20011 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20012 * gdb.dlang/Makefile.in: New file.
20013 * lib/d-support.exp: New file.
20014 * lib/gdb.exp (skip_d_tests): New proc.
20015
52834460
MM
200162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20017
20018 * gdb.btrace/delta.exp: Check reverse stepi.
20019 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20020 * gdb.btrace/finish.exp: New.
20021 * gdb.btrace/next.exp: New.
20022 * gdb.btrace/nexti.exp: New.
20023 * gdb.btrace/record_goto.c: Add comments.
20024 * gdb.btrace/step.exp: New.
20025 * gdb.btrace/stepi.exp: New.
20026 * gdb.btrace/multi-thread-step.c: New.
20027 * gdb.btrace/multi-thread-step.exp: New.
20028 * gdb.btrace/rn-dl-bind.c: New.
20029 * gdb.btrace/rn-dl-bind.exp: New.
20030 * gdb.btrace/data.c: New.
20031 * gdb.btrace/data.exp: New.
20032 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20033
6e07b1d2
MM
200342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20035
20036 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20037 * gdb.btrace/exception.exp: Update.
20038 * gdb.btrace/instruction_history.exp: Update.
20039 * gdb.btrace/record_goto.exp: Update.
20040 * gdb.btrace/tailcall.exp: Update.
20041 * gdb.btrace/unknown_functions.exp: Update.
20042 * gdb.btrace/delta.exp: New.
20043
0b722aec
MM
200442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20045
20046 * gdb.btrace/record_goto.exp: Add backtrace test.
20047 * gdb.btrace/tailcall.exp: Add backtrace test.
20048
066ce621
MM
200492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20050
20051 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20052 * gdb.btrace/record_goto.c: New.
20053 * gdb.btrace/record_goto.exp: New.
20054 * gdb.btrace/x86-record_goto.S: New.
20055
0688d04e
MM
200562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20057
20058 * gdb.btrace/function_call_history.exp: Update tests.
20059 * gdb.btrace/instruction_history.exp: Update tests.
20060
8710b709
MM
200612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20062
20063 * gdb.btrace/function_call_history.exp: Fix expected field
20064 order for "record function-call-history".
20065 Add new tests for "record function-call-history /c".
20066 * gdb.btrace/exception.cc: New.
20067 * gdb.btrace/exception.exp: New.
20068 * gdb.btrace/tailcall.exp: New.
20069 * gdb.btrace/x86-tailcall.S: New.
20070 * gdb.btrace/x86-tailcall.c: New.
20071 * gdb.btrace/unknown_functions.c: New.
20072 * gdb.btrace/unknown_functions.exp: New.
20073 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20074
5de9129b
MM
200752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20076
20077 * gdb.btrace/instruction_history.exp: Update.
20078 * gdb.btrace/function_call_history.exp: Update.
20079
23a7fe75
MM
200802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20081
20082 * gdb.btrace/function_call_history.exp: Fix expected function
20083 trace.
20084 * gdb.btrace/instruction_history.exp: Initialize traced.
20085 Remove traced_functions.
20086
724c7dd8
MM
200872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20088
20089 * gdb.btrace/function_call_history.exp: Update
20090 * gdb.btrace/instruction_history.exp: Update.
20091
6d78d93b
MM
200922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20093
20094 * gdb.btrace/enable.exp: Update expected text.
20095
93a360cc
OJ
200962014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20097
20098 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20099 bytes.
20100
3772b53f
MR
201012014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20102
20103 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20104
596662fa
OJ
201052014-01-15 Omair Javaid <omair.javaid@linaro.org>
20106
20107 * lib/gdb.exp (supports_process_record): Return true for
20108 arm*-linux*. (supports_reverse): Likewise.
20109
b5b08fb4
SC
201102014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20111
20112 PR python/15464
20113 PR python/16113
20114 * gdb.python/py-type.c: Enhance test case.
20115 * gdb.python/py-value-cc.cc: Likewise
20116 * gdb.python/py-type.exp: Add new tests.
20117 * gdb.python/py-value-cc.exp: Likewise
20118
52d7fb13
AA
201192014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20120 Pedro Alves <palves@redhat.com>
20121
20122 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20123 Make "name" extern.
20124 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20125 references to ${name}_start by references to ${name}.
20126
a2cd8cfe
JB
201272014-01-10 Joel Brobecker <brobecker@adacore.com>
20128
20129 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20130
4e23fced
JB
201312014-01-10 Joel Brobecker <brobecker@adacore.com>
20132
20133 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20134
c6a9e42c
PA
201352014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20136 Pedro Alves <palves@redhat.com>
20137
20138 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20139 mi_gdb_target_load.
c6a9e42c 20140
b7ea362b
PA
201412014-01-08 Pedro Alves <palves@redhat.com>
20142
20143 * gdb.threads/reconnect-signal.c: New file.
20144 * gdb.threads/reconnect-signal.exp: New file.
20145
5e3f4fab
EBM
201462014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20147
20148 * gdb.base/source-dir.exp: New file.
20149
79301218
JB
201502014-01-07 Joel Brobecker <brobecker@adacore.com>
20151
20152 * gdb.ada/mi_interface: New testcase.
20153
8e355c5d
JB
201542014-01-07 Joel Brobecker <brobecker@adacore.com>
20155
20156 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20157 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20158 gdb.ada/pp-rec-component/pck.ads: New files.
20159
c0d48811
JB
201602014-01-07 Joel Brobecker <brobecker@adacore.com>
20161
20162 * gdb.python/py-pp-integral.c: New file.
20163 * gdb.python/py-pp-integral.py: New file.
20164 * gdb.python/py-pp-integral.exp: New file.
20165
17b609c3 20166For older changes see ChangeLog-1993-2013.
c906108c 20167\f
8d8cb839
EZ
20168;; Local Variables:
20169;; mode: change-log
20170;; left-margin: 8
20171;; fill-column: 74
20172;; version-control: never
20173;; End:
902f2ccb 20174
b811d2c2 20175 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20176 Copying and distribution of this file, with or without modification,
20177 are permitted provided the copyright notice and this notice are preserved.